@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, 
i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, 
section, summary, time, mark, audio, video {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: 0;    
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, .h3, .h2 {
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

h1, .h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

h2, .h2 {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 20px;
}

h3, .h3 {
    font-weight: bold;
    font-size: 1.3em;
    color: #003261;
}

h4, .h4 {
    font-weight: bold;
    font-size: 1.2em;
    color: #004280;
}

h5, .h5 {
    font-size: 1.1em;
    color: #0054A3;
}

p {
    font-size: 1.05em;
}

ul, ol {
    padding-bottom: 10px;
    font-size: 1.05rem;
    margin-left: 40px;
}

ul {
    list-style: disc;
}

ul li {
    padding-bottom: 5px;
}

ul ul, ol ul {
    padding-top: 5px;
    padding-bottom: 0;
}

ul ul li:last-child, ol ul li:last-child {
    padding-bottom: 0;
}

a {
    color: #064A89;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover {
    color: #0000F5;
}

.adaText {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.one-half {
    width: 50%;
}

.one-third {
    width: 33%;
}

.one-fourth {
    width: 25%;
}   

.clear {
    clear:both;
}

.center, .align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.italicize {
    font-style: oblique;
}

img {
    max-width: 100%;    
}

.left-img {
    float: left;
    margin: 0 10px 10px 0;
    max-width: 40%;
}

.right-img {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 40%;
}

.button {
    position: relative;
    border-radius: 5px;
    border: 1px solid #A9A9A9;
    padding: 4px 27px 4px 10px;
    background-color: #E7E7E7;
    color: #2B2B2B;
    cursor: pointer;
    font-size: 0.875rem /* 14px */;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    display: inline-block;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    background-image: url(../images/btnArrow.png);
    background-size: 22px;
    background-position-x: right;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-position: top 50% right;
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
    background-color: #FBA84B;
    color: #242424;
    background-image: url(../images/btnArrowHov.png);
    transform: translate(0, 1px);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
}

#logo {
    background-color: #e7e7e7;
    border-bottom: 5px solid #0057a3;
}

#logo .logos {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    overflow-x: auto;
    padding: 15px 1% 10px 1%;
}

#logo.home .logos {
    padding: 25px 10px 20px 10px;
}

#logo.home .logos .sideLogo {
    max-width: 140px;
    width: 10%;
}

#logo.home .logos .mainLogo {
    margin: 0 3%;
    max-width: 245px;
    width: 23%;
}

#logo .logos .sideLogo {
    max-width: 140px;
    width: 7%;
}

#logo .logos .mainLogo {
    margin: 0 2%;
    max-width: 245px;
    width: 10%;
}

#mainContainer {
    padding-top: 40px;
    overflow-x: hidden;
}

.wrapper {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

/* necessary to account for fixed header when navigating to anchor */
:target:before {
    content:"";
    display:block;
    height:50px; 
    margin:-50px 0 0; 
}

#main-nav {
    background-color: #2b2b2b;
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    border-bottom: 3px solid #fff;
    -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.35);
}

#main-menu .menu-chkbx {
    display: none;
}

#main-menu .hamburger-lbl {
    display: none;
    text-align: center;
    font-size: 1.625rem /* 26px */;
    color: #ffffff;
    position: relative;
    padding: 5px 10px;
    font-weight: bold;
}

#main-menu .hamburger-lbl .hamburger {
    padding-right: 5px;
}

#main-menu #nav-list {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin: 0;
}

#main-menu #nav-list li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-bottom: 0;
}

#main-menu #nav-list li a {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    display: inline-block;
    padding: 10px 25px;
}

#main-menu #nav-list li a.active {
    background-color: #515151;
}

#main-menu #nav-list li a:hover, #main-menu #nav-list li a:focus {
    color: #2B2B2B;
    background-color: #DBDBDB;
}

#main-menu #nav-list li.has-sub {
    position: relative;
}

#main-menu #nav-list li.has-sub a {
    padding: 10px 30px 10px 25px;
}

#main-menu #nav-list li.has-sub a:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #ffffff;
}

#main-menu #nav-list li.has-sub ul {
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 45px;
    backdrop-filter: none;
    background: #2B2B2B;
    height: 0;
    left: -3000px;
    overflow: hidden;
    width: 230px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.25);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .25);
    border-radius: 2px;
    margin-left: 0;
    text-align: left;
    border: 3px solid #ffffff;
}

#main-menu #nav-list li.has-sub ul li {
    width: 100%;
}

#main-menu #nav-list li.has-sub ul li a {
    display: block;
    padding: 10px 25px;
}

#main-menu #nav-list li.has-sub ul li a:after {
    border: none;
}

#main-menu #nav-list li.has-sub a:hover:after, #main-menu #nav-list li.has-sub a:focus:after {
    border-top-color: #2b2b2b;
}

#main-menu #nav-list li a:hover~ul, #main-menu #nav-list li a:focus~ul, #main-menu #nav-list li a:focus-within~ul {
    height: auto;
    left: initial;
}

#main-menu #nav-list li.has-sub ul:focus-within, #main-menu #nav-list li.has-sub ul:hover {
    height: auto;
    left: initial
}

.skip a {
    position: absolute;
    left: -2000px;
    cursor: pointer;
    z-index: 999999;
    background-color: #064A89;
    border: none;
    color: #ffffff;
    padding: 10px;
    display: block;
}

.skip a:focus {
    left: 0px;
    top: 0px;
    width: 100%;
}

#menu {
    width: 80%;
    text-align: left;
    display: none;
    border: 1px solid #2b2b2b;
}

.site-title {
    color: #fff;
    background: #0057a3;
    min-height: 5px;
}

.site-title h1, .site-title .h1 {
    padding: 4px 9px 9px 9px;
    font-size: 1.5em;
}

.content {
    padding: 50px 10px;
}

.ready-for {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
    background-color: #EFEFEF;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}

.ready-for .rf-img {
    padding-right: 25px;
}

.ready-for .rf-details a {
    font-weight: bold;
}


.subNav {
    position: relative;
    padding: 30px 0;
    margin: 20px auto 25px auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.subNav:before, .subNav:after {
    content: '';
    width: 55%;
    position: absolute;
    border-bottom: 5px double #0057A3;
}

.subNav:before {
    left: 20%;
    top: 0;
}

.subNav:after {
    left: 20%;
    bottom: 0;
}

.subNav a {
    text-decoration: none;
    background-color: #e7e7e7;
    color: #2b2b2b;
    padding: 10px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    display: block;
    width: 46%;
    margin: 5px;
    text-align: center;
    font-size: 0.95em;
}

.subNav a:hover {
    transform: translate(0, 1px);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    background-color: #dbdbdb;
}

.alertSU {
    text-align: center;
    width: 60%;
    margin: 20px auto 30px auto;
    padding-bottom: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}

.alertSU h3 {
    color: #ffffff;
    background-color: #0057a3;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.alertSU ul {
    margin-left: 0;    
    padding: 10px;
}

.alertSU ul li {
    list-style:  none;
}

.seasons {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.seasons ul {
    padding: 10px;
    margin-left: 20px;
}

.season {
    width: 45%;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}

.season h4 {
    padding: 10px 10px 10px 60px;
    color: #FFFFFF;
    background-color: #0057a3;
    border-radius: 5px 5px 0 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 10px 3px;
}

#spring h4 {
    background-image: url(../images/spring.png);
}

#summer h4 {
    background-image: url(../images/summer.png);
}

#fall h4 {
    background-image: url(../images/fall.png);
}

#winter h4 {
    background-image: url(../images/winter.png);
}

.positions {
    display: flex;
    flex-wrap: wrap;
}

.positions h3 {
    width: 100%;
}

.positions .position {
    width: 47%;
    margin: 0 10px 20px 10px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding-bottom: 10px;
}

.positions .position h4 {
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #0057a3;
    border-radius: 5px 5px 0 0;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 10px 3px;
    margin-bottom: 7px;
}

.positions .position p {
    padding: 2px 10px;
}

.positions .position .posLbl {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.positions .position .posInfo {
    display: inline-block;
    width: 95%;
    margin-left: 5%;
}

.accordion {
    border-radius: 5px;
    width: 90%;
    margin: 5px auto;
}
.accordion .acc-section {
    margin-bottom: 5px;
}
.accordion .acc-section .acc-section-chk {
    display: none;
}
.accordion .acc-section .acc-section-chk:checked ~ .acc-section-title {
    border-radius: 5px 5px 0 0;
}
.accordion .acc-section .acc-section-chk:checked ~ .acc-section-title:after {
    border-top: 10px solid #FF9B18;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s linear;
}
.accordion .acc-section .acc-section-chk:checked ~ .acc-content-wrapper {
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
    -ms-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    height: auto;
    max-height: 5000px;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
}
.accordion .acc-section .acc-section-title {
    color: #fff;
    background-color: #0057a3;
    cursor: pointer;
    font-size: 1.1875rem /* 19px */;
    padding: 10px 30px 10px 15px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    border-radius: 5px;
}
.accordion .acc-section .acc-section-title:after {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #A9A9A9;
    border-bottom: 0;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s linear;
}
.accordion .acc-section .acc-section-title:has(+ .acc-content-wrapper:focus-within):after {
    border-top: 10px solid #FF9B18;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s linear;
}
.accordion .acc-section .acc-content-wrapper {
    background-color: #FFFFFF;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
}
.accordion .acc-section .acc-content-wrapper .acc-content {
    padding: 5px 10px;
}
.accordion .acc-section .acc-content-wrapper:focus-within {
    transition: max-height 0.3s ease-in;
    height: auto;
    max-height: 5000px;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion {
    width: 100%;
    margin: 0;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion .acc-section .acc-section-title {
    background-color: #e7e7e7;
    color: #2b2b2b;
    border-radius: 0;
    font-size: 1.1rem;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion .acc-section {
    margin-bottom: 0;
    border-top: 1px solid #a9a9a9;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion .acc-section:first-child {
    border-top: none;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion .acc-section .acc-content-wrapper .acc-content {
    padding: 10px 15px 0 15px;
}
.accordion .acc-section .acc-content-wrapper .acc-content .accordion .acc-section .acc-section-chk:checked ~ .acc-content-wrapper {
    border: none;
}
.accordion .acc-section .acc-content-wrapper .acc-content:has(.accordion) {
    padding: 0;
}

.fac-list ul {
    column-count: 3;
}

#footer {
    padding: 60px 10px 40px 10px;
    background-color: #0057A3;
    color: white;
    position: relative;
}

#footer::before, #footer::after {
    content: '';
    position: absolute;
    width: 50%;
    top: 0;
    z-index: 100;
    border-bottom: 35px solid #0057A3;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

#footer::before {
    right: 50%;
    border-right: 75px solid #FFFFFF;
    border-left: 75px solid transparent;
}

#footer::after {
    left: 50%;
    border-left: 75px solid #FFFFFF;
    border-right: 75px solid transparent;
}

#footer h2 {
    text-align: left;
    font-size: 1.15em;  
    padding-bottom: 0;
}

#footer a {
    color: white;
}

#footer p {
    font-size: 1em;
    padding-bottom: 0;
}

#footer .button {
    color: #242424;    
    margin-top: 10px;
}

#footer .one-half.right.float-left {
    text-align: right;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999; 
}

.popup-overlay:target {
    visibility: visible;
    opacity: 1; 
}

.popup {
    position: absolute;
    top: 50vh;
    transform: translate(-50%, -50%);
    background: white;
    left: 50vw;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-width: 600px; 
}

.popup h2 {
    background: #005bab;
    color: #ffffff !important;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 19px; 
}

.popup h3 {
    font-size: 17px; 
}

.popup .close {
    position: absolute;
    top: -8px;
    right: 8px;
    transition: all 200ms;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff; }
    .popup .close:visited {
    color: #ffffff; }
    .popup .close:hover, .popup .close:focus {
    color: #fba84b; 
}

.popup .content {
    height: 90%;
    overflow: auto;
    padding: 10px; 
}

.popup-box {
    float: right;
    margin-left: 5px; 
}

#leavingBC-popup #btn-para {
    text-align: right;
    padding: 10px 0; 
}

#leavingBC-popup h3 {
    font-size: 18px;
    padding: 10px 0;
    color: #005bab;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif; 
}

#leavingBC-popup p {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.3; 
}

#leavingBC-popup p.label {
    float: left;
    margin-right: 10px;
    padding: 0; 
}

#leavingBC-popup p.italicize {
    font-style: italic; 
}

.footnote {
    font-style: italic;
    text-align: center;
    font-size: 1em;
}

.data-info-table {
    width: 75%;
    border-collapse: collapse;
    margin: 10px auto 20px auto;
    text-align: left;
    border: 1px solid;
    border-color: #efefef;
}

.data-info-table caption {
    font-size: 1.125rem /* 18px */;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: #003261;
}

.data-info-table tr th, .data-info-table tr thead td {
    padding: 7px 10px;
    vertical-align: top;
    background-color: #0057a3;
    color: #fff;
}

.data-info-table tr td {
    padding: 5px 10px;
}

.data-info-table.align-center {
    text-align: center;
}

.data-info-table tr th sup a, .data-info-table tr th a sup, .data-info-table tr thead td sup a, .data-info-table tr thead td a sup {
    color: #fff;
}

.data-info-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.data-info-table tr:nth-child(even) {
    background-color: #efefef;
}

#fujita-scale-tbl {
    width: 100%;
    margin: 10px 0;
}
#fujita-scale-tbl td {
    padding: 10px;
}
#fujita-scale-tbl #rating {
    width: 80px;
}
#fujita-scale-tbl #speed {
    width: 105px;
}
#fujita-scale-tbl .damage-desc {    
    width: 50%;
    text-align: left;
}
#fujita-scale-tbl .damage-img {
    text-align: right;
}
#fujita-scale-tbl .damage-img img {
    max-width: 200px;
}
#fujita-scale-tbl .ef-rating {
    font-weight: bold;
    font-size: 1.25rem;
}
#fujita-scale-tbl .wind-speed {
    font-weight: bold;
    color: #000000;
}
#fujita-scale-tbl #ef0 {
    background-color: #3EC7F9;
}
#fujita-scale-tbl #ef1 {
    background-color: #9AD463;
}
#fujita-scale-tbl #ef2 {
    background-color: #FFFF5C;
}
#fujita-scale-tbl #ef3 {
    background-color: #FEC52A;
}
#fujita-scale-tbl #ef4 {
    background-color: #FE7676;
}
#fujita-scale-tbl #ef5 {
    background-color: #F769F7;
}

.oem-ntas {
    border: 1px solid #DBDBDB;
    text-align: center;
    background-color: #EFEFEF;
    padding: 5px;
    margin-bottom: 10px;    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.oem-ntas .alert {
    width: 33.3%;
    padding: 7px;
    text-align: center;
}
.oem-ntas .alert img {
    max-width: 342px;
    width: 100%;
}
.oem-ntas .alert h3, .oem-ntas .alert .h3 {
    color: #FFFFFF;
    background-color: #0057A3;
    font-size: 1.375rem;
    padding: 10px 5px;
    font-weight: normal;
}
.oem-ntas .alert p {
    padding: 10px 5px 0 5px;
    font-size: 1.125rem;
}
.oem-fema-pubs {
    width: 50%;
    max-width: 275px;
    margin: 10px auto;
}
.oem-mercalli {
    margin: 10px 0;
}
.oem-mercalli h2, .oem-mercalli .h2 {
    text-align: center;
    font-size: 1.0625rem;
    background-color: #0057A3;
    color: #FFFFFF;
    padding: 10px;
}
.oem-mercalli .intensity {
    display: table;
    width: 100%;
}    
.oem-mercalli .intensity.odd {
    background-color: #EFEFEF;
}
.oem-mercalli .intensity .rating {
    width: 70px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.375rem;
}
.oem-mercalli .intensity .desc {
    padding: 5px 10px;
}        
.oem-mercalli .intensity .desc p {
    padding: 0;
}
.oem-mercalli .intensity #ms5 {
    background-color: #9F81A2;
}
.oem-mercalli .intensity #ms6 {
    background-color: #61B0FF;
}
.oem-mercalli .intensity #ms7 {
    background-color: #81AE47;
}
.oem-mercalli .intensity #ms8 {
    background-color: #FFFF5C;
}
.oem-mercalli .intensity #ms9 {
    background-color: #FFB870;
}
.oem-mercalli .intensity #ms10 {
    background-color: #FF9166;
}
.oem-mercalli .intensity #ms11 {
    background-color: #FF6164;
}
.oem-mercalli .notes {
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #FF9200;
    background-color: #EFEFEF;
}
.oem-eq-map {
    width: 80%;
    margin: 20px 10% 5px 10%;
    border: 1px solid #DBDBDB;
    padding: 10px;
    text-align: center;
}
.oem-eq-map img {
    margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
    #main-menu #nav-list li a {
        padding: 10px 15px;
    }

    #main-menu #nav-list li.has-sub a {
        padding: 10px 30px 10px 15px;
    }

    .subNav {
        width: 95%;
    }

    .fac-list ul {
        column-count: 2;
    }
}

@media only screen and (max-width: 875px) {
    #mainContainer {
        padding-top: 0;
    }

    #main-nav {
        position: relative;
    }

    #main-menu .hamburger-lbl {
        display: block;
        text-align: center;
    }

    #main-menu #nav-list {
        background-color: #2b2b2b;
        text-align: left;
        left: 0;
        width: 75%;
        position: absolute;
        right: 5px;
        border-radius: 0;
        z-index: 9999999;
        display: block;
        height: 0;
        overflow: hidden;
    }

    #main-menu #nav-list li {
        display: block;
        margin: 0;
    }

    #main-menu .menu-chkbx:checked~#nav-list, #main-menu #nav-list:focus-within {
        height: auto;
        border: 3px solid #ffffff;
    }

    #main-menu #nav-list li a {
        display: block;
    }
    
    #main-menu #nav-list li.has-sub ul {
        position: relative;
        height: auto;
        left: 0;
        top: 0;
        border: none;
        box-shadow: none;
        width: 100%;
    }
    
    #main-menu #nav-list li.has-sub ul li a {
        padding: 10px 10px 10px 35px;
    }

    #main-menu #nav-list li.has-sub ul li a:before {
        content: "\21D2  ";
    }
    
    #main-menu #nav-list li.has-sub a:after {
        content: initial;
        border: none;
    }

    #logo.home .logos .sideLogo {
        width: 16%;
    }

    #logo.home .logos .mainLogo {
        width: 23%;
    }

    .subNav {
        width: 85%;
    }

    .subNav a {
        width: 98%;
    }
    
    #footer, #footer h2, #footer .one-half.right.float-left {
        text-align: center;
    }

    #footer .one-half {
        width: 100%;
    }

    #footer p {
        padding-bottom: 0;
    }
    
    #footer .button {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .season {
        width: 85%;
    }

    .fac-list ul {
        column-count: 1;
    }
}

@media only screen and (max-width: 640px) {
    .subNav {
        width: 95%;
    }

    #fujita-scale-tbl .damage-img {
        display: none;
    }

    .oem-ntas {
        flex-wrap: wrap;
    }

    .oem-ntas .alert {
        width: 100%;
    }

    .oem-ntas .alert img {
        max-width: 342px;
        width: 100%;
    }

    .oem-ntas .alert:not(:last-child) {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}