/*CSS written by:

Demetrius Smith
Senior Visual Designer
Applied Research Associates, Inc.

Project - FHWA Innovator Web Magazine (508 Compatible)
Started 5-10-2021

*/
/* FONTS */
@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: RobotoCondensed;
  src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: RobotoLight;
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: RobotoCondensedBold;
  src: url(../fonts/RobotoCondensed-Bold.ttf);
}

@font-face {
  font-family: RobotoBlack;
  src: url(../fonts/Roboto-Black.ttf);
}

/* FONTS END */
.visible {
  opacity: 1 !important;
}

/* iframes video height controls */
iframe {
  height: 315px;
	display: flex;
	border-radius: 7px;
		
}

@media only screen and (max-width:950px) {
  iframe {
    height: 180px;
  }
}
/* iframes video height controls END */

html,
body {
  height: 99%;
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

ul {
	margin: 0 0 10px 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* --- Main Header and Cover --- */
.coverheader {
  border-bottom: 30px #fff solid;
  background-color: rgba(38, 53, 113, 1);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
  -moz-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
  box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
  position: fixed;
  width: 100%;
  z-index: 3;
  margin-top: -8px;
}

.coversubheader {
  font-size: 17px !important;
  font-size: 16px !important;
  color: #263571 !important;
  padding-top: 100px;
  margin-top: 0;
  transition: .5s;
}

span.coversubheader {
  font-size: 16px !important;
  color: #263571 !important;
  transition: .5s;
  position: absolute;
  font-family: RobotoCondensedBold;
}

.backgroundcontainer {
  margin: 0px auto;
  min-height: 100%;
  height: 100vh;
  background: url(../img/cover01.jpg);
  background-position: center !important;
  background-size: cover !important;
}

/* --- END Main Header and Cover --- */
/* --- Subscribe Button --- */
.subscribe {
  display: inline-flex;
  margin-top: 30px;
  margin-right: 20px;
  float: right;
  align-items: center;
  background: #f8cd00;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  height: 35px;
  padding: 0 12px;
  color: #263571;
  font-family: RobotoCondensed;
 text-transform: uppercase;
text-decoration: none;
  transition: background .3s, transform .3s, box-shadow .3s;
  will-change: transform;
  border-radius: 5px;
}

.subscribe:hover {
  background: #f8cd00;
  box-shadow: 0 4px 17px rgba(0, 0, 0, .5);
  transform: translate3d(0, -2px, 0);
}

.subscribe:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1px, 0);
}

/* END Subscribe Button */
/* --- Header PDF Icon --- */
.pdficon {
  width: 33px;
  height: 36px;
  color: #fff;
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  display: inline-block;
  border-radius: 5px;
}

/* --- END Header PDF Icon --- */
/* --- Cover Info and Fade In Animation --- */
blockquote {
  border-left: 3px solid #f8cd00;
  font-family: RobotoBold;
  padding: 10px;
  margin-inline-start: 0;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9);
  font-size: 16px;
  background-color: rgba(38, 53, 113, 0.9);
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgb(38 53 113 / 40%);
}

.coverinfo {
  font-family: 'RobotoRegular', sans-serif;
  color: #fff;
  width: 600px;
  position: fixed;
  bottom: 10%;
  margin-right: 60px;
  padding: 30px;
  border-radius: 7px;
  z-index: 1;
}

.cover-fade {
  opacity: 0;
  display: block;
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: .75s;
}

.cover-fade.visible {
  opacity: 1;
}

/* --- END Cover Info and Fade In Animation --- */
/* --- Top Header Fade Slide In Animation --- */
.topheader-fade {
  opacity: 0;
  animation-name: slide-down-fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: .5s;
}

.topheader-fade.visible {
  opacity: 1;
}

/* --- END Top Header Fade Slide In Animation --- */
/* --- prevnextwrap Slide In Animation --- */
.prevnextwrap {
  animation-name: slide-up-fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: .5s;
}

/* --- END Slide In Animation --- */
/* --- Header Logos --- */
.mainlogo {
  width: 600px;
  height: 94px;
  margin-left: 30px;
  background: url(../img/innovator.png) bottom left no-repeat;
  background-size: contain;
}

.fhwalogo {
  float: left;
  width:153px;height:60px;
  margin-left: 673px;
  margin-top: -64px;
  opacity: 0.7;
}

/* --- END Header Logos --- */
h1 {
  position: relative;
  font-family: 'RobotoCondensed', sans-serif;
  font-size: 27px;
 /* text-transform: uppercase; */
  color: #fff;
  padding-top: 100px;
  margin-top: 0;
  transition: .5s;
}

h2 {
  font-family: RobotoBlack;
  color: #25356f;
  font-size: 20px;
  padding-top: 20px;
}

h3 {
  font-family: 'RobotoCondensedBold';
  font-size: 20px;
  margin: 0;
  padding-right: 7px;
  transition: font-size 0.5s ease;
}

h3 a {
  color: #ffffff !important;
  font-family: 'RobotoCondensed';
}

h4 {
  font-family: 'RobotoCondensedBold';
  color: #000;
  font-size: 20px;
	margin: 0;
}

.articlecontainer {
  text-align: center;
}

.articlewrap {
  text-align: left;
  margin: auto;
  width: 900px;
}

.article {
  margin: 0 auto;
  width: 600px;
  background-color: #fff;
  height: auto;
  position: inherit;
  padding-bottom: 200px;
  padding-right: 40px;
  z-index: 0;
  float: left;
}

.article2 {
  margin: 0 auto;
  width: 300px;
  background-color: #fff;
  height: auto;
  position: inherit;
  padding-bottom: 200px;
  z-index: 0;
  float: left;
}

.sidebar {
  font-family: RobotoRegular;
  background-color: #0078be;
  width: 100%;
  float: left;
  padding: 0 30px 30px 30px;
  color: #fff;
  font-size: 18px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.40);
  -moz-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.40);
  box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.40);
}

.sidebar h1 {
  padding-top: 14px;
  opacity: 1;
  margin-bottom: 7px;
}

.sidebar hr {
  opacity: .5;
}

.sidebar span {
  font-size: 22px;
}

.sidebar .paragraphsubheader {
  color: #fff;
}

.sidebar a {
  color: #f8cd00;
}

.pageheader {
  font-family: RobotoCondensedBold;
  font-size: 60px;
  background: #ececec;
  color: #22356f;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pageheaderorange {
  font-family: RobotoCondensedBold;
  font-size: 60px;
  background: #ececec;
  color: #d35e1e;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pageheaderbrown {
  font-family: RobotoCondensedBold;
  font-size: 60px;
  background: #ececec;
  color: #5e1309;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.pagesubheader {
  font-family: RobotoCondensed;
  font-size: 34px;
  color: #8f8f8f;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 10px;
}

.paragraph {
  font-family: RobotoRegular;
  font-size: 22px;
  width: 100%;
}

hr {
  width: 100%;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  color: #0078be;
  font-family: RobotoBlack;
}

a:hover {
  text-decoration: underline;
}

p a {
/*  text-decoration: underline !important;*/
}

.image {
  margin-top: 17px;
  margin-bottom: 30px;
}

.image figure {
  font-family: 'RobotoCondensed', sans-serif;
  font-size: 18px;
  display: block;
  color: #fff;
  background-color: #0078bd;
  padding: 10px;
  border-radius: 0 0 5px 5px;
margin: 0;
	margin-top:-5px;
}
.image figure a {
	color: #fff;
}

.image figure i {
  font-size: 14px;
}

.shadow {
  box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.40);
}

.image.shadow {
  border-radius: 0 0 5px 5px;
}

.image.shadow p a {
	text-decoration: underline !important;
}

.image.shadow img {
  border-radius: 5px 5px 0 0;
}

.quote {
  background-color: #0078bd;
  bottom: 0;
  padding: 10px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: 'RobotoCondensed', sans-serif;
  font-size: 18px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: 0px auto;
  height: 100%;
}

.prevnextwrap {
  width: 100%;
  height: 60px;
  background-color: rgba(38, 53, 113, 0.9);
  border-top: 3px solid #ffffff;
  display: block;
  position: fixed;
  -webkit-box-shadow: 0px -15px 20px 0px rgba(38, 53, 113, 0.20);
  -moz-box-shadow: 0px -15px 20px 0px rgba(38, 53, 113, 0.20);
  box-shadow: 0px -15px 20px 0px rgba(38, 53, 113, 0.20);
  bottom: 0;
  z-index: 1;
  display: none;
}

/* Next & previous buttons */
.prev,
.next,
.menu {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -18px;
  color: #c7c7c7;
  text-align: center;
  font-family: RobotoLight;
  font-size: 18px;
  transition: 0.6s ease;
  z-index: 2;
  display: none;
  user-select: none;
}

.prev {
  left: -79px;
  width: 100px;
  border-radius: 0 3px 3px 0;
  transition: left 1s;
  transition: font-size 1s;
  animation-fill-mode: forwards;
  animation-name: slide-in-from-left2;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
}

/* Position the "next button" to the right */
.next {
  right: -128px;
  width: 100px;
  border-radius: 3px 0 0 3px;
  transition: right 1s;
  transition: font-size 1s;
  animation-fill-mode: forwards;
  animation-name: slide-in-from-right2;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
}

.menu {
  opacity: 0;
  left: 0;
  right: 0;
  font-family: RobotoBold;
  width: 100px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  transition: right 1s;
  transition: font-size 1s;
  animation-fill-mode: forwards;
  animation-name: slide-up-fade-in;
  animation-duration: .75s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: 1s;
}

.menu a {
  color: #fff;
}

/* Caption text */
.text {
  display: none;
  color: #fff;
  font-family: RobotoBlack;
  font-size: 15px;
  padding: 8px 40px;
  position: fixed;
  bottom: 130px;
  width: 100%;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

/* The dots/bullets/indicators */
.item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  height: 100%;
  transition: flex 0.8s ease;
  background-color: #263571;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  min-height: 50px;
}

.item:hover {
  flex: 1;
}

.item:hover h3 {
  /*font-size: 120%;*/
  transition: font-size 1s;
  /*margin-top: 20px;*/
}

.fontsize {
  margin: auto;
  padding: 0 10px;
  font-size: 21px;
  transition: font-size 1s;
}

.fontsize a {
  color: #fff !important;
  font-family: RobotoCondensed !important;
}

.bottomnavbutton {
  position: relative;
  background-image: linear-gradient(to right, hsl(0, 0%, 0%), hsl(0, 0%, 0%));
  z-index: 1;
}

.bottomnavbutton::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(40, 121, 191, 1), rgb(38, 53, 113));
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 1;
}

.bottomnavbutton:hover::before {
  background-image: linear-gradient(to bottom, rgba(40, 121, 191, 1), rgb(38, 53, 113));
  opacity: 1;
}

/* Bottom Main Footer Navigation */
.footernav {
  right: 0;
  bottom: 0px;
  padding-top: 124px;
  text-align: center;
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
  z-index: 1;
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-delay: .75s;
  animation-fill-mode: forwards;
  transition: 1s;
}

.active,
.dot:hover {
  /*background-image: linear-gradient( to bottom, #dbdbdb, #ffffff) !important;*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

@media only screen and (max-width:950px) {
  .hero4:before {
    background-position: top !important;
    /*filter: sepia(0.25) grayscale(0.1);*/
  }

  /* For mobile phones: */
  .text {
    display: block;
  }

  .imgfloatright {
    /* padding-bottom: 130px;*/
  }

  .imgfloatrightfinal3 {
    padding-bottom: 100px;
  }

  .imgfloatrightfinal2 {
    height: 674px;
    padding-bottom: 200px;
  }

  .imgfloatrightfinal {
    padding-bottom: 86px;
  }

  .hero {
    height: 300px !important;
  }

  .hero2 {
    height: 300px !important;
  }

  .hero3 {
    height: 300px !important;
  }

  .hero4 {
    height: 300px !important;
  }

  .hero5 {
    height: 300px !important;
  }

  .hero6 {
    height: 300px !important;
  }

  .hero6b {
    height: 300px !important;
  }

  .hero7 {
    height: 300px !important;
  }

  .hero--content {
    font-size: 7vmin !important;
  }

  .coverinfo {
    width: 90%;
    font-size: 4.5vmin;
    bottom: 10% !important;
  }

  .pageheader {
    font-size: 34px;
    padding-top: 110px;
  }

  .pageheaderorange {
    font-size: 34px;
    padding-top: 110px;
  }

  .pageheaderbrown {
    font-size: 34px;
    padding-top: 110px;
  }

  .pagesubheader {
    font-family: RobotoCondensedBold;
    font-size: 16px;
    padding-bottom: 30px;
  }

  .mainlogo {
    width: 80%;
    height: 58px;
    margin-left: 20px;
  }

  .pdficon {
    display: none;
  }

  .coversubheader {
    text-align: center;
    font-size: 13px !important;
    padding-top: 64px;
  }

  .hero--content {
    top:90px !important;
  }

  h1.hero--text {
    line-height: 1.2em !important;
    font-size: 26px !important;
    margin-top: 20px;
  }

  .headerCredit {
    right: 20px !important;
    font-size: 10px;
  }

  .hero-about {
    height: 250px !important;
  }

  .hero-01 {
    height: 250px !important;
  }

  .hero-02 {
    height: 250px !important;
  }

  .hero-03 {
    height: 250px !important;
  }

  .hero-04 {
    height: 250px !important;
  }

  .hero-05 {
    height: 250px !important;
  }

  .hero-06 {
    height: 250px !important;
  }

  .hero-07 {
    height: 250px !important;
  }
  .hero-08 {
    height: 250px !important;
  }
  .hero-09 {
    height: 250px !important;
  }
  .hero-10 {
    height: 250px !important;
  }

  .fullscreenbutton {
    display: none;
  }

  .icon-bar-right {
    display: none;
  }

  .slidenav {
    margin: 0 auto;
  }

  .article {
    width: 85%;
    float: none;
    padding-right: 0;
    padding-bottom: 50px;
  }

  .article2 {
    width: 100%;
    padding-bottom: 100px;
  }

  .articlewrap {
    width: 100%;
  }

  .subscribe {
    display: none;
  }

  i.fa.download {
    display: none;
  }

  .moreinfo {
    width: 100%;
  }

  .moreinfo h4 {
    font-size: 16px !important;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph2 {
    width: 100%;
    font-size: 16px;
  }

  .paragraph3 {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }

  .sidebar {
    font-size: 16px;
  }

  .sidebar span {
    font-size: 19px;
  }

  .sidebar h1 {
    font-size: 24;
  }

  h2 {
    padding-left: 0;
    text-align: center;
  }

  .paragraphsubheader {
    font-size: 18px;
  }

  .backgroundcontainer {
/*    background-position: left -233px center;*/
	background: url("../img/cover01-mobileJ.jpg"); alt="drill rig monitoring device, displaying 59.08 reading onscreen"
  }

  .footernav {
    display: none;
  }

  .prev,
  .next,
  .menu {
    top: 95%;
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    font-size: 18px;
    -webkit-transform: translateZ(0);
    display: block;
  }

  .prev:hover,
  .next:hover,
  .menu:hover {
    background-color: #263571;
    color: #ffffff;
    font-size: 18px;
  }

  .prevnextwrap {
    display: block;
  }

  html {
    overflow: hidden;
    width: 100%;
  }

  body {
    height: 100%;
    position: fixed;
    /* prevent overscroll bounce*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* iOS velocity scrolling */
    width: 100%;
    margin-left: 0;
  }
}

/* Inner Page Nav Slide Animation Control */
.slide {
  font-family: RobotoCondensed;
}

.slidenav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 320px;
  background-color: #fff;
  color: #263571;
  border-radius: 0 0 8px 8px;
  font-family: RobotoCondensed;
  z-index: 2;
}

.sticky {
  position: fixed;
  top: 124px;
}

.sticky+.articlecontainer {
  padding-top: 500px;
}

.slidenav-active {
  margin-top: -425px;
}

.cleanlist {
  list-style: none;
  padding: 0 30px 0 30px;
  text-align: left;
}

.cleanlist li {
  border-bottom: 1px solid #cacaca;
  padding: 7px;
}

.cleanlist li a {
  font-family: RobotoRegular;
  color: #263571;
}

.headerCredit {
  position: absolute;
    bottom: 4px;
    z-index: 9;
    color: #fff;
    right: 55px;
    font-family: RobotoCondensed;
}

.hero-01 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-01 img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-01::before,
.hero-01::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-01::after {
  /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
  background: #000;
  opacity: .3;
}

/***************/
.hero-02 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-02 img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-02::before,
.hero-02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-02::after {
  /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
  background: #000;
  opacity: .3;
}

/***************/
.hero-03 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-03 img {
  object-fit: cover !important;
	object-position: bottom;
  top: 0;
  position: absolute;
}

.hero-03::before,
.hero-03::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-03::after {
  background: #000;
  opacity: .3;
}

/***************/
/***************/
.hero-04 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-04 img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-04::before,
.hero-04::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-04::after {
  /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
  background: #000;
  opacity: .3;
}

/***************/
/***************/
.hero-05 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-05 img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-05::before,
.hero-05::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-05::after {
  background: #000;
  opacity: .3;
}

/***************/
/***************/
.hero-06 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-06 img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-06::before,
.hero-06::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-06::after {
  background: #000;
  opacity: .3;
}

/***************/
/***************/
.hero-07 {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-07 img {
  object-fit: cover !important;
	object-position: center;
  top: 0;
 position: absolute;
}

.hero-07::before,
.hero-07::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-07::after {
  /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
  background: #000;
  opacity: .3;
}

/***************/
/***************/
.hero-about {
  width: 100%;
  height: 500px;
  position: relative;
}

.hero-about img {
  object-fit: cover !important;
  top: 0;
  position: absolute;
}

.hero-about::before,
.hero-about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-about::after {
  /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
  background: #000;
  opacity: .3;
}

/***************/
.hero--content {
  font-size: 60px;
  line-height: 1.4em;
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  text-align: center;
  width: 100%;
}

h1.hero--text {
  font-family: RobotoRegular;
  font-weight: 700;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, .5);
  font-size: 60px;
    line-height: 1.4em;
    padding: 0;
}

.dots {
  color: #263571;
  border-width: 0 0 4px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="4" height="4"><circle fill="rgb(38, 53, 113)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 50%;
}

/* center the moreinfo in the page

.moreinfo-wrapper {
    display: flex;
}*/
/* Moreinfo main style */
.moreinfo {
  position: relative;
  font-family: RobotoRegular;
  align-self: center;
  z-index: 1;
}

/* Moreinfo header */
.moreinfo figure {
  position: relative;
  /* for pseudos */
  color: #263571;
  font-family: RobotoRegular;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px;
  /*background-color: #263571;*/
  opacity: 1;
  text-transform: none;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
  -moz-box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
  box-shadow: 0px 15px 20px 0px rgba(38, 53, 113, 0.20);
}

.moreinfo figure span {
/*  color: #263571;*/
}

/* Moreinfo right double quotes */
.moreinfo figure:after {
  content: "";
  position: absolute;
  border: 2px solid #263571;
  border-radius: 0 0 50px 0;
  width: 60px;
  height: 60px;
  top: -62px;
  left: 50px;
  border-top: none;
  border-left: none;
  z-index: 2;
}

.moreinfo figure:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fff;
  top: -12px;
  left: 50px;
  z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .moreinfo figure {}
}

/* Blockquote subheader */
.moreinfo h2 {
  font-family: 'RobotoCondensedBold';
  position: relative;
  color: #263571;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  z-index: 1;
  margin-left: 150px;
  padding-left: 12px;
}

.moreinfo h2:first-letter {
  margin-left: -12px;
}

/* CSS Fade and Slide In Animations */
@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-in-from-right {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-40px);
  }
}

@keyframes slide-in-from-left2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(79px);
  }
}

@keyframes slide-in-from-right2 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-128px);
  }
}

@keyframes slide-up-fade-in {
  0% {
    transform: translateY(230px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 100;
  }
}

@keyframes slide-down-fade-in {
  0% {
    transform: translateY(-167px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 100;
  }
}

@keyframes hide-bottom-nav {
  0% {
    transform: translateY(115px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*Hamburger Menu*/
.button_container {
  position: fixed;
  width: 30px;
  margin-top: -7px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  transform: translateY(-5px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 8px;
}

.button_container span:nth-of-type(3) {
  top: 16px;
}

.overlay {
  position: fixed;
  background: #25356f;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
  z-index: 10;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 38%;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: RobotoCondensedBold;
  font-weight: 400;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 15%;
  /*height: calc(100% / 4);
  min-height: 50px;*/
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  font-family: RobotoCondensedBold;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

/* ----- Youtube Embed Scaling Fix ----- */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span a {
  Color: #0078be;
}

.moreinfo h1 span p a {
  color: #0078be !important;
}

/** pull-quote styles **/
.pullPH {
  float: left;
  padding-left: 15px;
  margin-left: 0px;
  margin-bottom: 35px;
  width: 100%;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #15284c;
}

/* ----- 508 Required Stuff ----- */
.skip {
  color: #fff;
  font-family: RobotoCondensedBold;
  float: right;
  padding-right: 30px;
  margin-left: -30px;
  padding-top: 10px;
  font-size: 14px;
  opacity: 0;
}

.skip a {
  color: #fff;
  opacity: 0.7;
}

/* Social Media Icons */

.icon-bar-right {
    position: fixed;
    height: 100%;
    /*top: -230px;*/
    right: -40px;
    z-index: 1;
    /*pointer-events: none;*/
    transition: right 1s;
    animation-fill-mode: forwards;
    animation-name: slide-in-from-right;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-delay: 2s;
}

.extend {
    right: 0px !important;
    transition: right 1s;
}

.icon-bar {
    position: relative;
    width: 40px;
    float: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(38, 53, 0, 113.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(38, 53, 113, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(38, 53, 113, 0.4);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 14px 13px;
    transition: all 0.3s ease;
    color: rgba(38, 53, 113, .5);
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #dfdfdf;
}

.facebook {
    background: #fff;
    border-bottom: 1px #ebebeb solid;
    color: black;
}

.twitter {
    background: #fff;
    border-bottom: 1px #ebebeb solid;
    color: black;
}


/*.google {
  background: #dd4b39;
  color: white;
}*/

.linkedin {
    background: #fff;
    color: black;
}


/*.youtube {
  background: #bb0000;
  color: white;
}*/
