html, body { color: #333; font-family: sweet-sans-pro, sans-serif; font-weight: 600; font-style: normal; -webkit-font-smoothing: antialiased; scroll-behavior: smooth;}
.container { padding: 0; 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; }

/* Sweet Sans Pro Regular
font-family: sweet-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;

Sweet Sans Pro Medium
font-family: sweet-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

Sweet Sans Pro Bold
font-family: sweet-sans-pro, sans-serif;
font-weight: 800;
font-style: normal; */

/* Links */
a {color:#333; }

a:hover,
a:focus { text-decoration: none; color:#333 !important; }
.button { background-color: #c47; border-radius: 14px; border: 0; color: #fff; display: inline-block; letter-spacing: .05em; margin-top: 12px; padding: 4px 16px; transition: background-color .2s; }
.button:hover { background-color: #b16; color: #fff; }
.button:focus { color: #fff; }

/* Headers */
h1 { font-size: 3.3em; margin: 80px 0 90px; font-weight: 800; font-style: normal; color:#003082;padding-left:50px;}
h2 { font-size: 1.5em; margin: 10px 0 0; font-weight: 800; font-style: normal;}

h3 { font-size: 1.8em; margin: 28px 0 0; }
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-size: 1.4em; line-height: 1.5em; margin: 16px 0 6px; }
ul, ol { margin: 16px 0 10px; list-style-type:none;}
li {line-height: 1.6em; margin-bottom: 8px; }

/* 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: #c47; border-radius: 14px; border: 0; color: #fff; letter-spacing: .05em; margin-top: 14px; padding: 4px 16px; transition: background-color .2s; }
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { background-color: #b16; }

/* 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; }

/* Accordion  (can remove if not needed)*/
.accordion-header { cursor: pointer; }
.accordion-header i { font-size: .7em; margin-left: 12px; transition: transform .45s; vertical-align: middle; margin-right: 10px; transform: rotate(-90deg);}
.opened .accordion-header i {transform: rotate(1deg);}
.accordion > div { padding: 3px 0; }

/* Modal Window   (can remove if not needed)*/
#modal-window { height: 100%; left: 0; position: fixed; top: -100%; transition: top .95s; width: 100%; }
#modal-window.showing { top: 0; }
#modal-window > span { background-color: rgba(0,0,0,.75); cursor: pointer; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#modal-window > span > span { color: #fff; font-size: 3em; line-height: .6em; padding: 13px 15px; position: absolute; right: 0; top: 0; transition: color .2s; }
#modal-window > span > span:hover { color: #ddd; }
#modal-window > div { background-color: #fff; border: 1px solid #333; box-shadow: 1px 63px 58px 0 #111; height: 78%; margin: -84px auto 0; padding: 12px 16px; position: relative; transition: 1s ease-in-out .1s; width: 70%; }
#modal-window.showing > div { box-shadow: 4px 13px 28px 0 #111; margin-top: 60px; }

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

.centerme {text-align:center;}
img {width:100%;}
.hidden{display: none;}

/* Nav & Header Banner */
#header-nav {height:100px; padding: 30px 0; position: relative; z-index: 10;}
.header-half {width: 50%; height: 50px; float: left; padding: 0 2%;}
#header-right ul {margin-top: 5px !important;}
#header-right ul li {font-family: sweet-sans-pro, sans-serif; font-weight: 800;
     font-style: normal; list-style-type: none; display:inline-block; padding: 2px 40px;}
img#header-logo {padding-left: 50px; width: 300px; height: auto}
#header-banner {background-color:#1E70FC;
     height: auto;
     background-size: cover;
     background-position: center;
     position: relative;
     padding-top:30px;   
}

#opening-text {color: white; 
     font-size: 1.5em; 
     margin: 50px 0px 90px 0px; 
     text-align:center;
     text-shadow: -4px 2px 6px rgba(40, 40, 40, 0.3);
     padding: 0px 100px;
}
iframe {border-radius: 6px; top:0; left:0; width:100%; height:100%;}

/* NEW NAV BAR */
#header-logo-2 {
     margin: 10px 0 10px; 
     color: #fff;
     font-size: 1.8em;
     text-shadow: -4px 2px 6px rgba(40, 40, 40, 0.3);
     padding: 0px !important;
 }
 ul#nav-buttons {padding-left: 0px;}
 #nav-buttons {font-size: 1.2em; margin-top: 30px;}
 #nav-buttons li {display: inline-block; padding: 0px 30px;}
 #nav-buttons li a {
      padding: 8px 20px; 
      border-radius: 8px;
      transition: border, 0.15s;
      text-align:center;
      background-color:#003082;
      border-radius: 8px; 
      color:#fff;
      transition: 0.15s;
 }
 #nav-buttons li a:hover {
     color: #fff !important; 
     -webkit-box-shadow: -1px 9px 24px -8px rgba(0, 48, 130,1);
     -moz-box-shadow: -1px 9px 24px -8px rgba(0, 48, 130,1);
     box-shadow: -1px 9px 24px -8px rgba(0, 48, 130,1);
}
 #drk-blue-road {
      position: relative;
      
 }
 


 /* -webkit-box-shadow: -18px 18px 53px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -18px 18px 53px -6px rgba(0,0,0,0.75);
box-shadow: -18px 18px 53px -6px rgba(0,0,0,0.75); */
.banner-stripe > img {width: 100%;}
.banner-stripe-bottom > img {width: 100%; padding-top:52px;}



/* Resources */
#resources {padding: 50px 0px;}
#resources > div {text-align: center;}
#resources img {width: 100px; height: auto;}
#embargo-text {text-align:center;}

p.bold-caption {font-weight: 800 !important;}
span.bold-caption {font-weight: 800 !important;}
span.red-text {
     color:transparent; 
     font-weight: 800 !important; 
     font-size: 1.2em; 
     font-weight: 800 !important;
     opacity: 0;
     transition: 0.15s;
}

.resource:hover span {
     display: block;
     color:#CF142B; 
     opacity: 1;
   }

/* .hover-resource:hover + span.red-text {
     display: block;
     color:#CF142B; 
     opacity: 1;
   } */

/* Photo Album */
.grey-background {background-color:#EFEFEF;}

#photo-album img {padding: 100px;}

/* Accordion */
.accordion {
     padding: 18px;
     width: 100%;
     text-align: left;
     border: none;
     outline: none;
     transition: 0.4s;
   }
   
.accordion-container {padding-left:80px;}

   .arrow-left {
     width: 0; 
     height: 0; 
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent; 
     
     border-right:10px solid blue; 
   }

   .fa-sort-up {color:#CF142B;}
   .fa-chevron-down {color:#CF142B;}
   .fa-2x{font-size:1.1em !important;}
   
   /* Media Contacts */
   .media-row {
        margin-bottom: 50px;
        background-image: url("../images/truck-front-01.png");
        background-size: 1000px 1000px;
        background-position: 900px 10px;
        background-repeat: no-repeat;
        position: relative;}
   .media-contacts li {font-size: 1.4em;}
   .media-contacts > .li-2 {font-size: 1.2em !important;}
   .media-contacts li > i { display:inline-block; height: 30px; width: 30px; padding-top:4px;}


     /* Footer */
     .footer {
          background-color: #003082;
          height: 160px;
          padding: 30px 0;
          color: #fff;
          text-align:left;
          padding-left:5%;
          padding-right:5%;
     }
     .footer .col-md-6:nth-of-type(2) {padding-top:20px;text-align:right;}
     .footer a {color: #fff; text-decoration: underline;}
     .footer a:hover, a:focus { color:white !important;}
     .footer p {font-size: 1.1em;}
     img#footer-logo { padding-top: 10px; width: 300px; height: auto}

     /* Road Animation */
   .animated-divider {overflow:hidden; position:relative;}
   .animated-divider img[src*="car-1"] {
     right: -50px;
     transform: rotate(-3.25deg);
     position: absolute;
     width: 12%;
     z-index: 1;
  }
   .animated-divider img[src*="car-3"] {
        left: -50px;
        margin-top:30px;
        position: absolute;
        transform: rotate(-3.25deg);
        width: 18%;
     }
     


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

@media screen and (max-width: 1650px) {}
@media screen and (max-width: 1450px) {
     #opening-text {padding: 0px;}
}
@media screen and (max-width: 1328px) {
     /* .footer-hdr {width:30%; margin-left: 265px;} */
}
@media screen and (max-width: 1290px) {
     #opening-text {padding: 0px 40px;}
     .media-row {background-position: 750px 10px;}
}
@media screen and (max-width: 1190px) {
     .media-row {background-position: 600px 10px;}
     
}
@media screen and (max-width: 992px) {
     .vertical-centered > div { margin: 0; }
     h1 { font-size: 2.2em; margin: 20px 0 6px; }
     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 { font-size: .8em; border-radius: 12px; padding: 4px 12px 3px; }
     table tr { font-size: .8em; padding: 2px; }

     #modal-window > span > span { font-size: 1.8em; padding: 8px; }
     #modal-window > div { font-size: .9em; height: 85%; padding: 8px 10px; width: 90%; }
     #modal-window.showing > div { margin-top: 34px;  }
     .footer { height: 200px;text-align:center;padding:1%;}
     .footer .col-md-6:nth-of-type(2) {padding-top:0px;text-align:center;}
     #opening-text {padding: 0px 70px;}

     .resources-row {margin-top: 50px;}
     #resources.row {padding-bottom: 0px;}
     #resources img {width: 80%; height: auto;}
     p.bold-caption {font-size: 1.2em;}
     
}
@media screen and (max-width: 825px) {
     .resources-row {margin-top: 70px;}
     .media-row {background-position: 400px 10px;}
     
     
}
@media screen and (max-width: 813px) {
     #opening-text {padding: 0px 100px;}
}
@media screen and (max-width: 790px) {
     #opening-text {padding: 0px 80px; font-size: 1.3em; line-height: 1.5em;} 
     .media-row {background-image: none;}
}

@media screen and (max-width: 766px) {
     #resources img {width: 10%; height: auto;} 
     p.bold-caption {font-size: 1.3em;}
     #photo-album img {padding: 50px;}
     h1 {padding:0px; text-align:center;}
     h2.accordion-header {font-size: 1.3em;}
     .media-contacts li {font-size: 1.2em;}
     .accordion-container {padding-left: 100px;}

}

@media screen and (max-width: 640px) {
     #opening-text {padding: 0px 50px;}
}

@media screen and (max-width: 600px) {
     .accordion-container {padding-left: 40px;}
}

@media screen and (max-width: 562px) {
     #opening-text {padding: 0px 40px;}
}

@media screen and (max-width: 550px) {
     #opening-text {padding: 0px 10px;}
     .accordion-container {padding-left: 20px;}
}

@media screen and (max-width: 500px) {
     h1#header-logo-2 {font-size: 1.5em;}
     #opening-text {padding: 0px 40px; text-align:left;} 
     #photo-album img {padding: 25px;}
}

@media screen and (max-width: 475px) {
     .accordion-container {padding-left: 20px;}
     h2.accordion-header {font-size: 1em;}
}


@media screen and (max-width: 405px) {
     #nav-buttons li {padding:0px 10px;}
     #nav-buttons li a {font-size: .9em;}
}

@media screen and (max-width: 380px) {
     h1#header-logo-2 {font-size: 1.2em;}
     #opening-text {padding: 0px 15px; font-size: 1.2em;}
     .accordion-container {padding-left: 0px;}
}


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

}