html,
body {
    color: #333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 1600px;
}

.row {
    margin: 0;
}

.row>div {
    padding: 0 1.5% 12px;
}

.content {
    width: 100%;
}

.vertical-center>div {
    float: none;
    display: inline-block;
    margin-left: -.5%;
    vertical-align: middle;
}

.vertical-center>div:first-of-type {
    margin: 0;
}

/* Links */
a {
    transition: background-color .2s, color .2s;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:not([href]) {
    color: #000;
}

.button {
    background-color: #FBB040;
    color: #000;
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    margin: auto;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    transition: background-color .2s;
    width: 120px;
    cursor: pointer;
    text-align: center;
}

.button:hover {
    background-color: #b96f00;
    color: #fff !important;
    transition: 0.25s ease-in-out all;
}

.button:focus {
    background-color: #b96f00;
    color: #fff !important;
}

.map-btn{margin-top: 20px; width: auto !important;}

#skiptocontent {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 0 #000;
    font-size: 1.3em;
    left: -9999px;
    padding: 3px 12px;
    position: absolute;
    top: -9999px;
}

#skiptocontent:focus {
    left: 8px;
    top: 8px;
}

/* Headers */
h1 {
    font-weight: bold;
    font-size: 70px;
    line-height: 84px;
    color: #FBB040;
    margin: 30px 0 22px;
}

h2 {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    color: #FBB040;
    text-align: center;
    margin: .7em auto;
    overflow: hidden;
    margin-bottom: 50px;
}


h2::before,
h2::after {
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 2px solid #FBB040;
}

h2::after {
    margin: 0 -55% 0 .5em;
}


h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-top: 80px;
    margin-bottom: 40px;
}

h4 {
    font-size: 1.6em;
    margin: 28px 0 0;
}

h5 {
    font-size: 1.4em;
    margin: 26px 0 0;
}

h6 {
    font-size: 1.3em;
    margin: 26px 0 0;
}

/* Paragraphs & Lists */
p, li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 16px 0 6px;
}

ul,
ol {
    margin: 16px 0 10px;
}

li {
    line-height: 1.4em;
    margin-bottom: 8px;
}

.img-100 {
    width: 100%;

}

.resource-img {
    height: 278.558px;
    overflow: hidden;
}

.height-100 {
    height: 100%;
}

.contact-icon {
    width: 90%;
    max-width: 110px;
    margin-top: 60px;
}

/* Forms */
form {
    margin: 18px 0;
}

label {
    display: block;
    margin: 10px 0 8px;
    width: 100%;
}

input[type="text"] {
    margin-bottom: 8px;
    padding-left: 3px;
    width: 100%;
}

textarea {
    height: 80px;
    margin-bottom: 8px;
    padding: 3px 5px;
    resize: none;
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 4px 0 2px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -1px;
    width: auto;
}

input[type="submit"],
input[type="reset"] {
    background-color: #FBB040;
    border-radius: 14px;
    border: 0;
    color: #000;
    letter-spacing: .05em;
    margin: 0 auto;
    display: block;
    padding: 4px 16px;
    transition: background-color .2s;
    width: 25%!important;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {background-color: #b96f00; transition: 0.5s all; color: white;}

/* Tables */
table {
    border: 2px solid #333;
    border-width: 0 2px 2px 0;
    margin: 14px 0;
    width: 100%;
}

table tr th {
    border: 2px solid #333;
    border-width: 0 2px 2px 0;
    padding: 2px 4px;
}

table tr td {
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    padding: 2px 4px;
}

table tr:nth-of-type(even) {
    background-color: #eee;
}

/* Quick Header */
.header {
    background-color: #c47;
    color: #fff;
    padding: 14px 20px;
    position: relative;
}

.header h1 {
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
}

.header .nav {
    float: right;
    top: 0;
    right: 0;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    display: inline-block;
    margin-left: 28px;
}

.header li a {
    color: #fff;
    display: block;
}

.header li a:hover {
    color: #ddd;
}

#mobile-menu {
    cursor: pointer;
    display: none;
}

/* Quick Footer */

.sub-footer {
    text-align: center;
    background-color: #003D77;
    padding: 25px 0;
}

#footer {
    background-color: #003a6d;
    background-image: url('https://i11nv.com/wp-content/uploads/2020/03/footer_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    padding: 25px 0;
}

#footer img {
    margin-right: 10px;
    max-width: 60px;
}

#footer .footer-block {
    display: inline-block;
    vertical-align: middle;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #FBB040;
}

#footer a:hover {
    color: #FBB040;
    text-decoration: underline;
}

.post-footer {
    text-align: center;
    background: #0a192e;
    padding: 25px 10px;
}

.post-footer a {
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
}


.post-footer a:hover {
    color: #cdd7e8;
}

.link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FBB040 !important;
    text-decoration: none;
}

.link:hover,
.link:focus {
    text-decoration: underline;
    color: #FBB040 !important;
    transition: 0.25s ease-in-out all;
    cursor: pointer;
}

/* Sticky Footer (uncomment if needed; set padding-bottom of ".container" to logical height based on what ends up in the footer) */
/* html, body { height: 100%; }
.container { min-height: 100%; padding-bottom: 60px; position: relative; }
.footer { background-color: #c47; bottom: 0; position: absolute; width: 100%; } */


/*********************************************/
/******   Custom CSS  ************************/
/*********************************************/

.contact-btn {margin: 40px 0px !important;}
/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #094579;
    z-index: 100000;
    /* Background */
    background-image: url('../images/nav-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: sticky;
}

/* Navbar links */
#navbar a {
    font-size: 13px;
    line-height: 15px;
    margin: 9px 0 0;
    padding: 0 12px 0;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

#navbar .ndot-logo {
    margin-left: 10px;
}

#navbar .site-nav {
    text-align: right;
}

#navbar .social-links {
    margin: 28px 0px;
}

#navbar .page-nav a,
#navbar .page-nav-map a {
    color: #0054A4;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

#navbar .page-nav a:hover,
#navbar .page-nav-map a:hover,
#navbar .page-nav a:focus {
    border-bottom: 2px solid #0054A4;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
    padding-top: 60px;
}

/* Hero Image */
.hero-image {
    background-image: linear-gradient(to bottom, transparent, rgb(0 0 0 / 75%)), url("../images/hero.png");
    /* background-image: url("../images/hero.png"); */

    /* Set a specific height */
    height: 80vh;

    /* Position and center the image to scale nicely on all screens */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-gradient {
    background: linear-gradient(transparent 0%, transparent 90%, #000 95%);
    height: 100%;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.scroll-down {
    margin-top: 30%;
    text-transform: uppercase;
}

/* About Section */
.about-gradient {
    background: linear-gradient(#000000 0%, #0054A4 25%, #4b99d0 40%, transparent 90%, #000000 98%);
    padding-bottom: 20%;
}

.white-info-box {
    margin-top: 80px;
    background-color: #fff;
    padding: 60px;
}

.white-info-box h3 {
    color: #0054A4;
    margin-top: 0px;
}

.white-info-box p {
    color: #000;
}

.about-bottom-bg {

    background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, #000000 100%), url('../images/about-bottom-bg.png');
    /* background-image: url('../images/about-bottom-bg.png'); */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* ASWS Section */
.asws-gradient {
    background: linear-gradient(#000000 0%, #4C9AD4 25%, #ced5ff 50%, transparent 70% ,transparent 90%, #000 95%);
    padding-bottom: 20%;
}



.system-text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
    padding: 0 15px 20px;
}

.system-type:hover a {
    font-weight: bold;
}

.system-info-block {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 1000;
}

#static-system .system-info-block {
    padding: 0px 130px 20px 40px;
}

#passive-system .system-info-block {
    padding: 0px 65px 20px 65px;
}

#active-system .system-info-block {
    padding: 0px 20px 20px 130px;
}

.system-info-block h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    color: #FBB040;
    text-shadow: 2px 2px 2px #000;
    margin-bottom: 20px;
}

.system-info-block .sub-head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.system-info-block .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #000;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 590px;
}

.system-type.active .system-info-block {
    display: block !important;
}


.system-text-block h3,
.system-text-block a {
    text-shadow: 2px 2px 2px #000;
}

.animate-full-width {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;

    width: 100% !important;
    /* height: 100% !important; */
}

.system-type.active .system-text-block {
    display: none !important;
}

.animate-zero-width {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 0 !important;
    position: absolute !important;
}

.system-text-block h3 {
    margin: 10px 0;
}

.asws-bottom-bg {

    background-image: linear-gradient(transparent 0%, transparent 50%, #000000 70%), url('../images/asws-bottom-bg.png');
    /* background-image: url(../images/about-bottom-bg.png); */
    background-color: #ced5ff;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Syste Types */
.system-types {
    width: 100%;
    max-width: 735px;
    overflow: hidden;
    margin: 100px auto;
}

.system-type {
    position: relative;
    overflow: hidden;
    width: 32%;
    display: inline-block;
    background-color: #cccccc;
    height: 470px;
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.system-type.active {
    cursor: initial;
}

.system-tab {
    cursor: pointer;
    opacity: 80%;

}

.system-tab-right {
    display: none;
    position: absolute;
    right: 0;
    z-index: 2000;
}

.system-tab-left {
    display: none;
    position: absolute;
    left: 0;
    z-index: 2000;
}

.system-type.active .system-tab-right,
.system-type.active .system-tab-left {
    display: block;
}

#static-system {
    background-image: linear-gradient(#00000040,
            #00000040), url("../images/signal_static.gif");
}

#static-system:hover {
    background-image: linear-gradient(#00000060,
            #00000040), url("../images/signal_static.gif");
}

#passive-system {
    background-image: linear-gradient(#00000040,
            #00000040), url("../images/signal_passive.gif");
}

#passive-system:hover {
    background-image: linear-gradient(#00000060,
            #00000040), url("../images/signal_passive.gif");
}

#active-system {
    background-image: linear-gradient(#00000040,
            #00000040), url("../images/signal_active.gif");
    background-position: 29%;
}

#active-system:hover {
    background-image: linear-gradient(#00000060,
            #00000040), url("../images/signal_active.gif");
}

/* Maps Section */
.maps-gradient {
    background: linear-gradient(#000000 0%, #0054A4 25%, #cae9ff 50%, transparent 70%, transparent 90%, #000 100%);
    padding-bottom: 20%;
}

.map-slide-copy {
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 350px;
}

.map-slide-copy h3 {
    text-align: left;
    margin-bottom: 10px;
}

.map-slide-copy h3,
.map-slide-copy a {
    text-shadow: 2px 2px 2px #000;
}

.owl-carousel {
    /* override */
    overflow: initial;
}

.maps-carousel {
    margin-top: 30px;
    margin-bottom: 100px;
}

.owl-nav .disabled {
    display: none;
}

.maps-carousel .owl-prev,
.maps-carousel .owl-next {
    position: absolute;
    height: 100%;
    width: 100px;
    color: #FBB040 !important;
    background: rgba(0, 0, 0, .5) !important;
    font-size: 3em !important;
}

.maps-carousel .owl-prev:hover,
.maps-carousel .owl-next:hover {
    background: rgba(0, 0, 0, .8) !important;
    transition: 0.25s ease-in-out all;
}

.maps-carousel .owl-prev:focus,
.maps-carousel .owl-next:focus {
    outline: none;
}


.maps-carousel .owl-prev {
    left: 0;
    top: 0;
}

.maps-carousel .owl-next {
    right: 0;
    top: 0;
}

.maps-bottom-bg {

    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #000000 90%), url('../images/maps-bottom-bg.png');
    /* background-image: url(../images/about-bottom-bg.png); */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* Construction section */
.construction-gradient {
    background: linear-gradient(#000000 0%, #0E1B39 30%, transparent 50%, transparent 90%, #000 95%);
    padding-bottom: 20%;
}

.time-line-1,
.time-line-2 {
    position: absolute;
    background: #fff;
    top: 30%;
    right: -.5%;
    padding: 1px;
}

.time-line-1 {
    width: 45%;
}

.time-line-2 {
    width: 40%;
}

.timeline-margin {
    margin-left: 8.3333333%;}

.construction-bottom-bg {
    /* background-image: linear-gradient(to bottom, transparent, rgb(0 0 0 / 75%)), url('../images/construction-bg.png'); */
    background-image: url('../images/construction-bg.png');
    /* background-image: url("../images/about-bottom-bg.png"); */
    background-color: #0E1B39;
    /* Set a specific height */

    /* Position and center the image to scale nicely on all screens */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.resources-and-connect-gradient {
    background: linear-gradient(0deg, #001225 0%, #070031 33.85%, #002141 59.9%, #000000 100%);
}

.resource-block-copy {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 2000;
}



.resource-block-copy h3 {
    margin-bottom: 10px;
}


.connect-header {
    margin-top: 110px;
}

.contact-header {
    margin-top: 0px;
    margin-bottom: 10px;
}

/* Comment form */
.comment-form label {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #FBB040;
}

.comment-form input {
    width: 100%;
}

.vimeo-embed {
    position: relative;
    /* padding: 50% 0 0 0; */
    margin: 80px 0;
}

.vimeo-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-map {
    background: #003D77;
}

.info-map h1 {
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}

.info-map .text-box {
    width: 100%;
    max-width: 530px;
    margin: auto;
}

.pad-0 {
    padding: 0 !important;
}

.county-area-modal {
    z-index: 100000000;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 0%;
    background: #fff;
    overflow: hidden;
    /* display: flex;
    align-content: center;
    justify-content: center; */
}

.county-area-modal h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #003D77;
    margin-top: 0px;
    margin-bottom: 15px;
}

.county-area-modal p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.modal-close {
    font-size: 20px;
    color: #003D77;
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 20px;
}

.modal-close-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.signal-isolated-bg, .signal-static-bg, .signal-passive-bg, .signal-active-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    background-color: #cccccc;
    width: 281px;
    height: 478px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 40px;
} 

.signal-isolated-bg {
    background-image: url("../images/signal_isolated.gif");
    background-position: center;
}

.signal-static-bg {
    background-image: url("../images/signal_static.gif");
    background-position: 100%;
}

.signal-passive-bg {
    background-image: url("../images/signal_passive.gif");
    background-position: 100%; 
}

.signal-active-bg {
    background-image: url("../images/signal_active.gif");
    background-position: 8% 0%;
}

.modal-text-block {
    max-width: 266px;
    margin-left: 20px;
}

.map-point {
    position: absolute;
    padding: 10px;
    cursor: pointer;
}

/* MAP Points */

#mp_CTDCA-A {
    top: 30%;
    right: 35%;
}

#mp_CTDCA-B {
    top: 44%;
    right: 51%;
}

#mp_CTDCA-C {
    top: 47%;
    right: 49%;
}

#mp_CTDCA-D {
    top: 86%;
    right: 43%;
}

#mp_CTDCA-E {
    top: 64%;
    right: 52%;
}

#mp_CTDCA-F {
    top: 67%;
    right: 54%;
}

#mp_CTDCA-G {
    top: 70%;
    right: 52%;
}

#mp_CTDCA-H {
    top: 84%;
    right: 53%
}

#mp_CTDCA-I {
    top: 63%;
    right: 81%;
}

#mp_CTDCA-J {
    top: 29%;
    right: 39%;
}

#mp_CTDCA-K {
    top: 49%;
    right: 52%;
}

#mp_CTDCA-L {
    top: 81%;
    right: 57%;
}

#mp_CTDCA-M {
    top: 88%;
    right: 40%;
}

#mp_CTDCA-N {
    top: 53%;
    right: 51%;
}

#mp_CTDCA-O {
    top: 72%;
    right: 82%;
}

#mp_NE-A {
    top: 49%;
    right: 55%;
}

#mp_NE-B {
    top: 55%;
    right: 48%;
}

#mp_LV-A {
    top: 28%;
    right: 49%;
}

#mp_LV-B {
    top: 24%;
    right: 35%;
}

#mp_LV-C {
    top: 28%;
    right: 53%;
}

#mp_LV-D {
    top: 18%;
    right: 45%;
}

#mp_LV-E {
    top: 21%;
    right: 42%;
}

#mp_LV-F {
    top: 22%;
    right: 48%;
}

#mp_LV-G {
    top: 23%;
    right: 45%;
}

#mp_LV-H {
    top: 18%;
    right: 86%;
}

#mp_LV-I {
    top: 25%;
    right: 30%;
}

#mp_LV-J {
    top: 30%;
    right: 28%;
}

#mp_LV-K {
    top: 79%;
    right: 10%;
}

#mp_LV-L {
    top: 18%;
    right: 42%;
}

#mp_LV-M {
    top: 30%;
    right: 24%;
}

#mp_RENO-A {
    top: 4%;
    right: 26%;
}

#mp_RENO-B {
    top: 18%;
    right: 30%;
}

#mp_RENO-C {
    top: 26%;
    right: 35%;
}

#mp_RENO-D {
    top: 29%;
    right: 37%;
}

#mp_RENO-E {
    top: 32%;
    right: 36%;
}

#mp_RENO-F {
    top: 33%;
    right: 40%;
}

#mp_RENO-G {
    top: 40%;
    right: 38%;
}

#mp_RENO-H {
    top: 86%;
    right: 50%;
}

#mp_RENO-I {
    top: 82%;
    right: 41%;
}

#mp_RENO-J {
    top: 49%;
    right: 33%;
}

#mp_RENO-K {
    top: 36%;
    right: 37%;
}

#mp_RENO-L {
    top: 40%;
    right: 42%;
}

#mp_RENO-M {
    top: 88%;
    right: 53%;
}

#mp_RENO-N {
    top: 86%;
    right: 44%;
}

#mp_RENO-O {
    top: 85%;
    right: 40%;
}

/* div.row.inquiry-form {text-align:center;}
div.row.inquiry-form p {display:inline-block !important;}
.inquiry-form p {font-size: 15.2px;} */
.centerme {text-align:center;}



/********************************************/
/****** Media Queries ************************/
/*********************************************/
/* Add more queries as needed; 992px is the column breakpoint for "medium"  columns in Bootstrap */

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.2em;
        margin: 20px 0 6px;
    }

    .info-map h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .info-map .text-box {
        padding: 40px 20px;
    }

    h2 {
        font-size: 1.7em;
        margin: 12px 0 0;
    }

    h3 {
        font-size: 1.4em;
        margin: 20px 0 0;
    }

    h4 {
        font-size: 1.3em;
        margin: 28px 0 0;
    }

    h5 {
        font-size: 1.2em;
        margin: 26px 0 0;
    }

    h6 {
        font-size: 1.1em;
        margin: 26px 0 0;
    }

    p,
    li {
        font-size: .9em;
        line-height: 1.3em;
    }

    .button {}

    table tr {
        font-size: .8em;
        padding: 2px;
    }

    .vertical-center>div {
        margin: 0;
    }

    /* Quick Mobile Menu */
    #mobile-menu {
        display: inline-block;
    }

    .header {
        height: 36px;
        padding: 8px 10px;
    }

    .header .nav ul {
        background-color: #c47;
        box-shadow: 2px 4px 8px -4px #000;
        opacity: 0;
        position: absolute;
        right: 110%;
        top: 36px;
        width: 220px;
        z-index: 1;
    }

    .menu-opened .header .nav ul {
        opacity: 1;
        right: 0;
        transition: right 0s, opacity .2s;
    }

    .header .nav li {
        border-top: 1px solid #fff;
        display: block;
        margin: 0;
        padding: 4px;
        text-align: center;
    }

    #navbar {
        background-image: url('../images/nav-bg-mobile.jpg');
    }

    #navbar a {
        font-size: 11px;
    }

    #navbar .ndot-logo {
        margin-top: 20px;
        max-width: 190px;
    }

    #navbar .social-links img {
        height: 16px;
    }

    #navbar .page-nav a,
    #navbar .page-nav-map a {
        color: #fff;
        font-size: 12px;
    }

    .hero-text {
        width: 350px;
    }

    .white-info-box {
        
        padding: 25px;
    }

    .h2-asws-mobile::before,
    .h2-asws-mobile::after {
        content: none;
    }
    .construction-bottom-bg {
        height: initial;
    }

    .map-slide-copy {
        padding: 25px 65px;
    }

    .maps-carousel .owl-prev,
    .maps-carousel .owl-next {
        width: 50px;
    }

    .time-line-1,
    .time-line-2 {
        display: none;

        top: 70%;

    }

    /* .system-type {
        width: 100%;
    } */

    .system-text-block {
        bottom: 35%;
    }

    .system-info-block h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .system-info-block .sub-head {
        font-size: 16px;
        line-height: 18px;
    }

    .system-info-block .description {
        font-size: 14px;
        line-height: 16px;
    }

    .info-map-copy {
        height: 400px;
    }

    .modal-text-block {
        margin-left: 35px;
    }
 
    .modal-text-block h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .signal-isolated-bg, .signal-static-bg, .signal-passive-bg, .signal-active-bg {
        width: 280px;
        height: 300px;
    }

    .about-gradient {
        padding-bottom: 100%;
    }

    .asws-gradient {
        padding-bottom: 90%;
    }

    .maps-gradient {
        padding-bottom: 60%;
    }

    .construction-gradient {
        padding-bottom: 0;
    }
}

/* Add if printing is necessary */
@media print {}