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

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

.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: 5.4em;
    line-height: 1.2em;
    color: #fff;
    margin: 30px 0 22px;
    text-align: left;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1em;
    color: #5b7e8a;
    margin: 1em auto;
    overflow: hidden;
    padding-left: 12%; 
    position: relative; 
}


h2::before {
    content: "";
    position: absolute; 
    width: 10%;
    left: 0; 
    top: 28px;
    vertical-align: middle;
    border-bottom: 2px solid #5b7e8a;
}

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 {
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 24px;
    color: #fff;
    margin: 16px 0 6px;
}

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

li {
    color: #fff; 
    font-size: 1.2em;
    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;
}

#back-to-top { background: rgb(54 60 77 / .8); bottom: 0; color: #fff; display: none; font-size: 1.1em; margin: 22px 30px; padding: 8px 16px; position: fixed; right: 0; text-align: center; }
#back-to-top i { display: block; }
#back-to-top:hover { background: #363c4d; }

#footer {
    background-color: #003a6d;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
    padding: 52px 0 52px 3%;
}

#footer:before { background: rgb(54 60 77 / .4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#footer .row > div { padding-right: 0; }

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

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

#footer p {
    background: rgb(54 60 77 / .8);
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
}

#footer a {
    color: #fff;
    display: block; 
    font-size: 1.3em;
    margin: 4px 110px 4px 14px;
    text-align: left; 
}

#footer a:hover {
    color: #FBB040;
}

.post-footer {
    float: right;
    text-align: center;
    background: rgb(54 60 77 / .8);
    padding: 24px;
}

.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 {
    box-shadow: 0 0 24px -14px #111;
    overflow: hidden;
    background-color: #5b7e8a;
    z-index: 100000;
    /* Background */
    background-repeat: no-repeat;
    background-position: center top;
    padding: 32px 4%; 
    position: sticky;
}

#navbar .row>div { padding: 0; }

/* Navbar links */
#navbar a {
    font-size: 13px;
    line-height: 15px;
    margin: 0 34px 14px 0;
    padding: 5px 12px 6px;
    color: #ffffff;
    transition: background .2s;
}
#navbar a:last-of-type { margin-bottom: 0; }

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

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

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

#navbar .page-nav a,
#navbar .page-nav-map a {
    color: #fff;
    display: inline-block; 
    font-style: normal;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 19px;
    text-align: left;
}

#navbar .page-nav div { display: inline-block; }

#navbar .page-nav a:hover,
#navbar .page-nav-map a:hover,
#navbar .page-nav a:focus {
    background: #2e4953;
}

/* 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/above-the-fold.jpg");
    /* background-image: url("../images/hero.png"); */

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

    /* 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 {
    height: 100%;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 14%;
    left: 10%;
    color: white;
    width: 40%;
}

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

/* About Section */
.about-gradient {
}

.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 {

    position: relative;
}

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

#why-truck-parking .container { padding: 0; }
#why-truck-parking .container .row > div { padding: 0; }
#why-truck-parking p { color: #5b7e8a; font-size: 1.6em; }
#why-truck-parking h2 { background: #5b7e8a; color: #fff; margin-top: -30px; padding: 40px 0; text-align: center; }
#why-truck-parking h2:before, 
#why-truck-parking h2:after { display: none; }
#why-truck-parking ul { list-style-type: none; margin: 0; padding: 0; }
#why-truck-parking li { background: #cfdadd; color: #363c4d; float: left; line-height: 1.3em; margin: 24px 0 32px; padding: 16px 22px 16px 16%; text-align: left; vertical-align: middle; width: 44%; }
#why-truck-parking li:last-of-type { background: #5b7e8a; color: #fff; padding: 16px 16% 16px 26px; }
#why-truck-parking li + p { display: inline-block; float: left; font-size: 2.6em; font-weight: 700; padding-top: 34px; width: 12%; }
#why-truck-parking .warning { background: #cf636c; clear: both; color: #fff; line-height: 1.2em;margin-bottom: 50px; padding: 32px 15% 40px; position: relative; }
#why-truck-parking .warning span { font-size: 4em; font-weight: 700; left: 6%; position: absolute; top: 48px; }
#why-truck-parking .warning span:last-of-type { left: auto; right: 6%; }

#current-trends .col-12 div { margin: 0 auto 42px; padding-left: 120px; position: relative; text-align: left; width: 81%; }
#current-trends div img { left: 0; position: absolute; height: 52px; }
#current-trends div h3 { color: #5b7e8a; margin-top: 14px; margin-bottom: 0; text-align: left; }
#current-trends div p { color: #363c4d; }

#study-goals .row > div { padding: 0; }
#study-goals .col-12 div { background: #cfdadd; float: left; height: 180px; padding: 14px 60px 0 190px; position: relative; text-align: left; width: 50%; }
#study-goals div img { left: 72px; position: absolute; height: 60px; top: 30px; }
#study-goals div h3 { color: #363c4d; margin-top: 24px; margin-bottom: 0; text-align: left; }
#study-goals div p { color: #363c4d; }
#study-goals .col-12 div:first-of-type,
#study-goals .col-12 div:nth-of-type(3) { background: #5b7e8a; color: #fff; }
#study-goals .col-12 div:nth-of-type(3) { float: right; }
#study-goals .col-12 div:first-of-type h3,
#study-goals .col-12 div:nth-of-type(3) h3 { color: #fff; }
#study-goals .col-12 div:first-of-type p,
#study-goals .col-12 div:nth-of-type(3) p { color: #fff; }

#key-takeaways .col-12 div { margin: 0 auto 42px; padding-left: 120px; position: relative; text-align: left; width: 81%; }
#key-takeaways div img { left: 0; position: absolute; width: 52px; }
#key-takeaways .col-12 div:first-of-type img { left: 0; position: absolute; width: 66px; }
#key-takeaways div h3 { color: #5b7e8a; margin-top: 14px; margin-bottom: 0; text-align: left; }
#key-takeaways div p { color: #363c4d; }

#feedback p { color: #363c4d; margin: 0 auto 36px; width: 76%; }
#feedback iframe { border: 0; height: 1200px; margin-top: 18px; width: 100%; }
#feedback .container { background: url("../images/map-background.jpg"); background-position: top; background-attachment: fixed; background-size: cover; }
#feedback .container .row > div { padding: 38px 1.5% 60px; }
#tableau-widget { background: #000; overflow: auto; text-align: center; width: 100%; }
#feedback iframe[src*="tableau"] { margin-top: 0; width: 100% !important; }

#connect .sign-up-row { background: #5b7e8a; padding: 18px 10% 24px; }
#connect .sign-up-row h3 { margin-top: 20px; margin-bottom: 20px; text-align: left; }
#connect .sign-up-row label { left: -9999px; position: absolute; }
#connect .sign-up-row input { border: 0; margin-bottom: 18px; padding: 6px 10px; }
#connect .sign-up-row textarea { border: 0; margin-bottom: 18px; padding: 6px 10px; }
#connect .sign-up-row input[type="submit"] { background: #363c4d; border-radius: 0; box-shadow: 0 4px 15px 0 #333; color: #fff; display: inline-block; font-size: 1.2em; margin-top: 18px; padding: 5px 18px 6px; width: auto !important; }
#connect .sign-up-row input[type="submit"]:hover { background: #252a38; }
#connect .survey-row { background: #e0e6e9; padding: 28px; }
#connect .survey-row h3 { color: #363c4d; font-size: 2.4em; margin: 12px 0 28px; text-align: left;  }
#connect .survey-row a { background: #363c4d; box-shadow: 0 4px 8px 2px #aaa; color: #fff; display: inline-block; font-size: 1.6em; line-height: 1em;padding: 8px 18px 9px; width: 100%; }
#connect .survey-row a:hover { background: #252a38; }
#connect .survey-row img { margin-top: 24px; width: 100%; }
#connect .survey-row .col-12 .row { margin: 0 auto; width: 70%; }
#connect .survey-row .col-9 { text-align: left; }
#connect .survey-row .col-9 p { color: #363c4d; line-height: 1.35em; padding-right: 10%; }

.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 {
}

.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;
}



/* 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 (min-width: 1850px) {
    body { font-size: 22px; }
    h1 { font-size: 6em; }
    .hero-text { width: 60%; }
    #navbar .page-nav a, 
    #navbar .page-nav-map a { font-size: 1.1em;}
    p { line-height: 1.3em; }
    #connect .survey-row h3 { margin-bottom: 44px; }
    #connect .survey-row { padding: 50px 3%; }
}

@media screen and (max-width: 1340px) {
    .hero-text { width: 60%; }
    #study-goals .col-12 div { height: 200px; padding: 0 48px 0 140px; }
    #study-goals div img { height: 48px; left: 44px; }
    #navbar { padding: 20px 2% 14px; }
    #navbar .page-nav a, 
    #navbar .page-nav-map a { font-size: 1.1em; margin: 0 4px 8px 0; }
}

@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: 30px 0 24px;
        padding-right: 18px; 
    }

    h2:before { top: 14px; }

    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 {
        padding: 0;
    }

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

    #navbar .ndot-logo {
        margin-top: 14px;
        margin-bottom: 5px; 
        max-width: 250px;
    }

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

    #navbar .page-nav { padding-bottom: 5px; }

    #navbar .page-nav a,
    #navbar .page-nav-map a {
        display: inline-block; 
        font-size: 1em;
        margin: 0 6px 6px;
        padding: 3px 8px; 
    }

    .hero-text {
        width: 350px;
    }
    
    .hero-image { height: 340px; }

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

    #why-truck-parking h2 { padding: 8px 0; }
    #why-truck-parking p { font-size: 1.4em; padding: 0 14px; }
    #why-truck-parking li { margin-top: 8px; }
    #why-truck-parking li + p { font-size: 1.2em; }
    #why-truck-parking .warning { font-size: 1.1em; padding: 24px 14% 30px; }
    #why-truck-parking .warning span { top: 36px; }

    #study-goals .col-12 div { height: 200px; padding: 0 38px 0 120px; }
    #study-goals div img { height: 38px; left: 36px; }

    #feedback iframe { height: 460px; }

    #connect .survey-row h3 { font-size: 1.8em; margin-bottom: 14px; }
    #connect .survey-row p { font-size: .95em; padding-right: 4%; }
    #connect .survey-row a { font-size: 1.2em;}

    .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;
    }

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

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

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

    #footer p { font-size: 1.1em; }
    #footer a { font-size: 1.1em; margin: 4px 86px 4px 6px; }
}

@media screen and (max-width: 720px) {
    .hero-image { height: 280px; }
    .hero-text { left: 5%; width: 90%; }
    h1 { font-size: 1.8em; text-align: center; }

    #navbar .ndot-logo { max-width: 80%; }

    #why-truck-parking h2 { font-size: 1.3em; padding: 12px 0; }
    #why-truck-parking p { font-size: 1.1em; line-height: 1.2em; }
    #why-truck-parking li { margin-bottom: 0; padding: 11px 24px !important; width: 100%; }
    #why-truck-parking li + p { padding: 0; width: 100%; }
    #why-truck-parking li:last-of-type { margin-bottom: 24px; }
    #why-truck-parking .warning { font-size: 1em; padding: 14px 18% 22px; }
    #why-truck-parking .warning span { font-size: 3em;top: 26px; }

    #current-trends div img { height: 40px; }
    #current-trends .col-12 div { padding-left: 68px; }

    #study-goals .col-12 div { height: auto; padding: 0 25px 10px 88px; width: 100%; }
    #study-goals .col-12 div img { height: 28px; left: 26px; top: 16px; }
    #study-goals .col-12 div h3 { margin-top: 12px; }
    #study-goals div p { margin-top: 8px; }

    #key-takeaways div img { width: 30px; }
    #key-takeaways .col-12 div:first-of-type img { width: 40px; }
    #key-takeaways .col-12 div { padding-left: 62px; }

    #connect .survey-row { font-size: .8em; padding: 22px 4px 2px; }
    #connect .survey-row h3 { font-size: 1.4em; line-height: 1.1em; margin-top: 0; }
    #connect .survey-row .col-9 { flex: 0 0 60%; max-width: 60%; }
    #connect .survey-row .col-3 { flex: 0 0 40%; max-width: 40%; }
    #connect .survey-row .col-9 p { line-height: 1.2em; }
    #connect .survey-row .col-12 .row { width: 96%; }

    #footer { padding: 14px 14px 10px; }
    #footer .text-left { text-align: center !important; }
    #footer img { width: 120px; }
    .post-footer { float: none; margin: 14px 0 0; padding: 12px; width: 98%; }
    #footer p { font-size: 1em; }
    #footer a { display: inline-block; font-size: 1em; margin: 3px 12px; }
}

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