/*CSS written by:

Demetrius Smith
Senior Visual Designer
Applied Research Associates, Inc.

Project - FHWA Web Magazine
Started 5-8-2019

*/


/* 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);
}


/*Page Rotation Code

.turnDeviceNotification {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-image: url('../img/turnDevice.png');
    background-size: cover;
    background-position: center;
    z-index: 999;
}

@media all and (orientation:landscape) {
    .turnDeviceNotification {
        display: block;
    }
}

@media all and (orientation:portrait) {
    .turnDeviceNotification {
        display: none;
    }
}*/


/* IE 10+ Specific Code 
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   .turnDeviceNotification {
        display: none;
    }  
}*/


/*Page Rotation Code END*/

.visible {
    opacity: 1 !important;
}

html,
body {
    height: 99%;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.backgroundcontainer {
    margin: 0px auto;
    min-height: 100%;
    height: 100vh;
    /*height: -webkit-fill-available;
    height: fill-available;
    height: -moz-available;*/
    background: url(../img/cover01.jpg);
    background-position: top center;
    background-size: cover;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.spacer {
    height: 150px;
    float: left;
    width: 100%;
}
.bluebox {
    background-color: #0078bd;
    color: #fff;
    float: right;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 15px;
    font-family: 'RobotoCondensed';
    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);
}


/* Main Header */

.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: 1.6vmin !important;
    color: #263571 !important;
    padding-top: 100px;
    margin-top: 0;
    opacity: .5 !important;
    transition: .5s;
}


/*----Cover Fade In Animation----*/

.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;
}

.coverinfo {
    font-family: 'RobotoRegular', sans-serif;
	color: #fff;
    width: 525px;
    position: fixed;
    /*bottom: 100px;*/
    top: 200px;
    left: 40px;
    margin-right: 60px;
    padding: 10px;
    border-radius: 7px;
    z-index: 1;
}


/*----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;
}


/*----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;
}


/* Fullscreen Button */

.fullscreenbutton {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    padding: 6px;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    border: none;
}


/* Subscribe Button */

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    33% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.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;
}

.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);
}

.pulse {
    position: relative;
}

.pulse:before,
.pulse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin: auto;
}

.pulse:before {
    animation: pulse 1.5s infinite linear;
}

.pulse:after {
    animation: pulse 2s .4s infinite linear;
}

.pulse:hover:before,
.pulse:hover:after {
    display: none;
}

.download {
    color: #fff;
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
}

.mainlogo {
    width: 600px;
    height: 94px;
    margin-left: 30px;
    background: url(../img/innovator.png) bottom left no-repeat;
    background-size: contain;
}

.fhwalogo {
    float: left;
    margin-left: 673px;
    margin-top: -64px;
    opacity: 0.7;
}

h1 {
    position: relative;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 100px;
    margin-top: 0;
    opacity: .8;
    transition: .5s;
}

h2 {
    font-family: 'RobotoCondensedBold';
    color: #fff;
    font-size: 35px;
    padding-left: 30px;
    padding-top: 20px;
}

h3 {
    font-family: 'RobotoCondensedBold';
    font-size: 30px;
    margin: 0;
    padding-right: 7px;
    transition: font-size 0.5s ease;
}

h3 a {
    color: #ffffff;
    font-family: 'RobotoCondensed';
}

h4 {
    font-family: 'RobotoCondensedBold';
    color: #000;
    font-size: 35px;
   
}

.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%;
   /*padding-bottom: 40px;*/
}

hr {
    width: 100%;
    margin-bottom: 40px;
}

.paragraph2 {
    font-family: RobotoRegular;
    font-size: 20px;
    width: 100%;
    padding-bottom: 30px;
    float: left;
}

.paragraph3 {
    font-family: RobotoRegular;
    font-size: 20px;
    width: 100%;
    padding-bottom: 30px;
}

.paragraphsubheader {
    font-family: RobotoBlack;
    color: #25356f;
    font-size: 20px;
    /*padding-bottom: 14px;*/
}

a {
    text-decoration: none;
    color: #0078be;
    font-family: RobotoBlack;
}

a:hover {
    text-decoration: underline;
}

.widebluebox {
    width: auto;
    height: auto;
    background: #263571;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -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);
}

.widebluebox span {
    font-family: RobotoRegular;
    color: #fff;
    line-height: 44px;
    font-size: 19px;
}

.widebluebox span a {
    color: #f8cd00;
}

.imgfloatrightsmall {
    background-image: url(../img/img06.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
    width: 500px;
    height: 238px;
    margin-left: 20px;
    margin-top: 17px;
    margin-bottom: 20px;
    background-color: #0078bd;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatrightsmall span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatleftsmall {
    background-image: url(../img/img07.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    width: 50%;
    height: 191px;
    margin-right: 20px;
    margin-top: 17px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 18px;
}

.imgfloatright {
    float: right;
    width: 100%;
    padding-bottom: 86px;
    /*background-image: url(../img/img01.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 400px;
    height: 400px;
    margin-left: 20px;*/
    margin-top: 17px;
    margin-bottom: 30px;
    background-color: #0078bd;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatrightfinal {
    float: right;
    width: 100%;
    /*background-image: url(../img/img08.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 400px;
    height: 248px;
    margin-left: 20px;*/
    padding-bottom: 64px;
    margin-top: 17px;
    margin-bottom: 40px;
    background-color: #0078bd;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatrightfinal span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatrightfinal2 {
    float: right;
    width: 100%;
    /*background-image: url(../img/chart01.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 400px;
    height: 866px;
    margin-left: 20px;*/
    margin-top: 17px;
    padding-bottom: 100px;
    margin-bottom: 20px;
    background-color: #0078bd;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatrightfinal2 span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatrightfinal3 {
    float: right;
    width: 100%;
    /*background-image: url(../img/chart02.jpg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 400px;
    height: 903px;
    margin-left: 20px;*/
    margin-top: 17px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatrightfinal3 span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatright2 {
    background-image: url(../img/ddsa_graphic.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    width: 50%;
    min-height: 215px;
    margin-left: 20px;
    /*margin-top: 17px;*/
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 18px;
}

.imgfloatright3 {
    background-image: url(../img/img02.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    float: right;
    width: 100%;
    min-height: 300px;
    height: 326px;
    margin-left: 20px;
    margin-top: 17px;
    margin-bottom: 30px;
    background-color: #0078bd;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatright4 {
    float: right;
    width: 100%;
    /*background-image: url(../img/img03.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 570px;
    margin-left: 20px;*/
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    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);
}

.imgfloatright5 {
    background-image: url(../img/img04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    width: 50%;
    min-height: 356px;
    height: 356px;
    margin-left: 20px;
    /*margin-top: 17px;*/
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 18px;
    -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);
}

.imgfloatright6 {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    font-size: 18px;
}

.imgfloatright span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatright3 span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.imgfloatright4 span {
    position: absolute;
    background-color: #0078bd;
    bottom: 0;
    padding: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}


/* 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;
    /*background-color: rgba(236, 236, 236, .2);*/
    text-align: center;
    font-family: RobotoLight;
    font-size: 18px;
    transition: 0.6s ease;
    z-index: 2;
    display: none;
    /*border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 0px 14px 0px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 14px 0px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.20);
  text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.7);*/
    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;
}


/* On hover, add a black background color with a little bit see-through 
.prev:hover, .next:hover, .menu:hover {
  background-color: rgba(255,255,255,0.4);
  -webkit-box-shadow: 0px 14px 0px 0px rgba(38,53,113,0.20);
  -moz-box-shadow: 0px 14px 0px 0px rgba(38,53,113,0.20);
  box-shadow: 0px 0px 14px 0px rgba(38,53,113,0.20);
  font-size: 20px;
  transition: font-size 1s;
}*/


/* 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);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #a0a0a0;
    font-family: RobotoLight;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    bottom: 76px;
    z-index: 1;
    width: 100%;
    text-align: center;
    /*opacity: .5;*/
}


/* 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);
    /*padding-top: 10px;
    padding-left: 7px;
    border-top: 3px solid #f8cd00;*/
}

.item:hover {
    flex: 1;
}

.item:hover h3 {
    font-size: 140%;
    transition: font-size 1s;
    /*margin-top: 20px;*/
}

.fontsize {
    margin: auto;
    padding: 0 40px;
    font-size: 22px;
    transition: font-size 1s;
}

.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%;
    /*-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);*/
    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;*/
}


/* 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: 16px;
    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;
}*/


/* 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: 1000px) {
	.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;
    }
    .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: 0 auto;
    }
    .coversubheader {
        text-align: center;
        font-size: 13px !important;
        padding-top: 66px;
    }
    .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;
    }
    .widebluebox {
        padding-left: 17px;
        padding-right: 17px;
    }
    .widebluebox span {
        line-height: 0;
        font-size: 16px;
        margin-left: 0;
    }
    .imgfloatrightsmall {
        background-size: contain;
        height: 184px;
        margin-left: 0;
        width: 100%;
    }
    .imgfloatleftsmall {
        background-size: contain;
        height: 102px;
        margin-left: 0;
        width: 100%;
    }
    .imgfloatright2 {
        background-size: contain;
        min-height: 90px;
        margin-left: 0;
        width: 100%;
    }
    .imgfloatright3 {
        background-size: contain;
        min-height: 90px;
        margin-left: 0;
        max-height: 200px;
        width: 100%;
    }
    .imgfloatright4 {
        background-size: contain;
        min-height: 340px;
        margin-left: 0;
        width: 100%;
        background-position: top center;
    }
    .imgfloatright5 {
        min-height: 191px;
        width: 100%;
        background-size: cover;
    }
    .imgfloatright6 {
        min-height: 117px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .backgroundcontainer {
        background-position: center;
    }
    .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;
    /*line-height: 30px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(38,53,113,0.20);
  -moz-box-shadow: 0px 7px 10px 0px rgba(38,53,113,0.20);
  box-shadow: 0px 7px 10px 0px rgba(38,53,113,0.20);*/
}

.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;
    /*height: 72px;
    padding-top: 8px;*/
    padding: 10px;
}

.cleanlist li a {
    font-family: RobotoRegular;
    color: #263571;
}

.hero {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero::before {
    background: url('../img/img01_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero::after {
    /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
    background: #000;
    opacity: .5;
}


/***************/

.hero2 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero2::before,
.hero2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero2::before {
    background: url('../img/img02_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero2::after {
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero3 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero3::before,
.hero3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero3::before {
    background: url('../img/img03_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: grayscale(1);*/
}

.hero3::after {
    /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero4 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero4::before,
.hero4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero4::before {
    background: url('../img/img04_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero4::after {
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero5 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero5::before,
.hero5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero5::before {
    background: url('../img/img05_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero5::after {
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero6 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero6::before,
.hero6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero6::before {
    background: url('../img/img06_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero6::after {
    /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero6b {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero6b::before,
.hero6b::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero6b::before {
    background: url('../img/img06b_blur.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero6b::after {
    /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
    background: #000;
    opacity: .5;
}


/***************/


/***************/

.hero7 {
    width: 100%;
    height: 500px;
    position: relative;
}

.hero7::before,
.hero7::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero7::before {
    background: url('../img/img07_blur.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: sepia(0.25) grayscale(0.1);*/
}

.hero7::after {
    /*background: linear-gradient(to right, #f8cd00 25%, #263571);*/
    background: #000;
    opacity: .5;
}


/***************/

.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%;
}

.hero--text {
    font-family: RobotoRegular;
    font-weight: 700;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, .5);
}

blockquote {
    border-left: 3px solid #f8cd00;
    color: #8f8f8f;
    font-family: RobotoBold;
    font-size: 20px;
    padding: 0 0 0 1em;
    margin-inline-start: 0;
    margin-bottom: 30px;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}

blockquote.format:before,
blockquote.format:after {
    display: none;
}

blockquote.book:after {
    content: "";
}

blockquote.podcast:after {
    content: "";
}

blockquote.lyrics:after {
    content: "";
}

blockquote.favorite:after {
    content: "";
}

blockquote:active:after {
    transform: rotateY(360deg);
}

blockquote cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
}

.dots {
    color: #f8cd00;
    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(248, 205, 0)" 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 h1 {
    position: relative;
    /* for pseudos */
    color: #f8cd00;
    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 h1 span {
    color: #263571;
}


/* Moreinfo right double quotes */

.moreinfo h1:after {
    content: "";
    position: absolute;
    border: 2px solid #f8cd00;
    border-radius: 0 0 50px 0;
    width: 60px;
    height: 60px;
    top: -62px;
    left: 50px;
    border-top: none;
    border-left: none;
    z-index: 2;
}

.moreinfo h1: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 h1 {}
}


/* Blockquote subheader */

.moreinfo h4 {
    font-family: 'RobotoCondensedBold';
    position: relative;
    color: #f8cd00;
    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 h4: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%;
}