@charset "utf-8";

main {
    width: 95%;
    padding: 35px 0;
    margin: 0 auto;
    font-weight: 700;
    text-shadow: 1px 5px 10px #827f7f;
}

p {
    line-height: 1.5;
    font-weight: 400;
}

h3 {
    font-weight: 500;
    font-size: var(--f5);

}

@media screen {
    .background_wm {
        display: none;
    }

}

table {
    margin-left: auto;
    width: 90%;
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    box-shadow: 10px 10px 15px #a8a8a8;
    border: ridge;
    page-break-inside: avoid;

}

tr {
    border-bottom: ridge;
}

th {
    border-right: ridge;
    vertical-align: middle;
    font-weight: 400;
}

.fancy-table {
    border-collapse: collapse;
    box-shadow: 10px 10px 15px #a8a8a8;
    border: ridge;
}

.table-subheader{
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #0087ff47 50%, rgba(255, 255, 255, 1) 100%);
}

.colored-table,
tr:nth-child(odd) {
    background: linear-gradient(90deg, #77a8da75 0%, #8CC6FF 50%, #77a8da75 100%);
}

.white-table,
tr:nth-child(even) {
    background-color: #ffffff;
}

.print-block{
    width: 85%;
    margin: 0 auto;
}

.print-block p {
    line-height: 1.5em;
}

main li {
    display: list-item;
    word-break: break-word;
    list-style-type: square;

}

main ul {
    line-height: 1.5;
    font-weight: 400;

}

label {
    font-weight: bold;
    text-decoration: underline;
}

#app {
    width: 80%;
    padding: 10px 0px;
    line-height: 1.5;

}

#adv {
    margin-left: 20%;
    padding: 10px 0px;
    line-height: 1.5;

}

.bulletin-text {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.two-column {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 30px 0;
}

.two-column-header {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.background-image {
    background: url(../img/NSplanet_clear.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}


.description-text {
    font-style: normal;
    font-size: 16px;
    color: #000000;
    word-wrap: break-spaces;
    text-align: center;
}


.subsection-header {

    font-style: normal;
    font-size: 18px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #000000;
    display: flex;
    width: 20%;
}



.subsection-header div{
    width: 50%;
}


.right-text {
    padding-left: 9%;
}


.contact {
    font-size: 12px;
    text-align: center;
}

.btn {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    background-image: var(--silver-g);
    box-shadow: 3px 3px 4px black;
    margin: 0 auto;
}

.btn:hover {
    box-shadow: none;
    transform: translate(3px, 3px);
}

.btn a {
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.fa-lg {
    vertical-align: middle;
    margin-right: 5px;
}

.max-w {
    width: 100%;
}

.ul-fit {
    word-wrap: break-spaces;
    width: 100%;
}

.package-left {
    margin-left: -60px;
}

/*-------- Header ---------*/
.nsf-container {
    width: 50px;
}

.nsf {
    height: 81px;
}

.logo-container {
    position: relative;

}

.logo-corner {
    object-fit: contain;
    height: 80px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    justify-content: right;
}

h1 {
    font-size: var(--f3);
    font-weight: 700;
}

.bulletin-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0;
}

.product-name {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: underline;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 10px auto
}

.center{
    align-items: center;
    justify-content: center;
    text-align: center;
}

small {
    font-weight: 400;
    font-size: var(--f6);
}

/* ---------- Navigation ----------
nav{
    width: 55vw;
    height: 50px;
    /* padding: 20px 40px; *//*
    margin: 0 0 0 auto;
    z-index: 9999;
}
nav>ul>li{
    width: 20%;
    position: relative;
    text-align: center;
}
nav>ul>li>a{
    font-size: var(--f5);
    font-weight: 500;
}
nav>ul>li:hover{
    background-color: rgba(255,255,255,.5);
    transition: .5s;
    z-index: 9999;
}
nav ul li a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
#hb-se,#hb-edfp{
    line-height: 50px;
    display: inline-block;
    margin-left: 5px;
}
.nav-pull-down{
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,.5);

}
.nav-pull-down li{
    position: relative;
}
.nav-pull-down li:hover{
    background-color: rgba(255,255,255,.8);
    transition: 1s;
}
.nav-pull-down li ul{
    position: absolute;
    background-color: rgba(255,255,255,.5);
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
}
nav ul li:hover > ul{
    opacity: 1;
    display: block;
}
.nav-pull-down li:hover > ul{
    opacity: 1;
    transition: 1s;
}
.nav-m>ul>li{
    width: 15%;
}
.nav-m>ul{
    text-shadow: 1px 1px 4px white;
}
/* footer */
/* footer{
    background-color: var(--main-c);
}
footer img{
    width: 300px;
}
footer h4{
    font-size: var(--f5);
}

small{
    display: block;
    text-align: center;
    font-size: var(--f7);
    padding: 10px 0;
} */


@media (max-width:768px){

 h1{
    font-size: var(--f4);
    font-weight: 700;
 }

 .two-column{
    display: block
 }

.subsection-header{
    display: block;
    margin: 20px auto;
    width: unset;
}

.subsection-header h3{
    text-align: center;
}

table {
    width: 100%;
    margin: 0 auto;
}

.right-text{
    padding-left: 0;
}

.ul-fit {
    list-style-position: inside;
    text-align: center;
}

main li {
    display: list-item;
    word-break: break-word;
    list-style-type: square;
    border-bottom: 1px solid black;
}

#app{
    margin: 0 0;
}

.bulletin-header {
    display: block;
}

.bulletin-header h1{
    text-align: center
}

.nsf {
    height: 81px;
    margin: 26px auto -11px;
}
}