/* Banner Ad Styles */
.bannerButton{
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  color: #fff;
  display: flex;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;

}

.bannerButton a {
  display: block;
  /*border-radius: 30px;*/
  padding: 15px 40px;
  background: #1a2245;
  color: #fff;
  text-transform: none;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  margin-left:25px;
}

.bannerButton p {
  font-size: 24px;
  color:#fff;
  padding: 15px;
  margin: 0;
  text-transform: none;
  font-weight:bold;
}
        
        
@media only screen and (min-width: 1200px) {
  .bannerButton p {
    padding: 15px 50px;
    font-size: 37px;
  }

    .bannerButton a {
        margin-left: 50px;
    }
}

/* End Banner Ad Styles */

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  padding: 30px;
  margin: 20px;
      margin-bottom: 0px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.block {
    padding: 40px 0;
    position: relative;
}

.block h2 {text-transform: uppercase;}

.footer-plus {
    font-size:10px;
    vertical-align:middle;
}
#ScrollIcon{
    background:#5b839f;
}

/*======================================
  Homepage
======================================*/

.Homepage{
    bottom:130px;
    margin-bottom:-130px;
}

.homepage_background{
    background-position: right center !important;
}

.main-nav__a{
    font-size:16px;
}
#headerButton{
    width:auto;
}
.header_button{
    display: flex;
    color: #fff;
    padding: 27px 32px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #5b839f;
    background: #5b839f;
    background-size: 500px;
    height: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    line-height:18px;
}

#HomePageHero .pre-head{
    display:none;
}

@media only screen and (min-width:1200px){
    #HomePageHero .pre-head{
    margin-bottom: 0;
    font-size: 59px;
    line-height: 65px;
    color: white;
    font-weight: 400;
    text-align: center;
    background-color: #626262;
    opacity:1;
    letter-spacing:0;
    text-transform:none;
    font-family:arial;
    }
}

@media only screen and (max-width:990px) {#HomePageHero .hero__inner h1{
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
}
}

@media only screen and (max-width: 990px){#HomePageHero .row{
    width: 100%;
    display:flex;
    justify-content:center;
}}
#HomePageHero .row{
    width:50%;
}

#HomePageHero .hero .hero__inner{
    margin-top:10%;
    display:flex;
    flex-direction:column;
}

#HomePageHero .hero__inner h1{
    color: white;
    text-align:left;
    font-size:4rem;
    line-height:65px;
    padding-top:16px;
}

#HomePageHero p{
    text-align: left;
    color: white;
    font-size: 16px;
}

#HomePageHero .button-wrap{
    justify-content:left;
    display:flex;
}

@media (max-width: 768px) {
    #HomePageHero .hero__inner{
        margin-top:50%;
    }
}

@media (max-width: 770px) {
    #HomePageHero .hero__inner{
        margin-top:10%;
    }
}


#WhoWeAre{
    background:#EAF4FD;
}

#WhoWeAre .pre-head{
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
    color:#5b839f;
}

#WhoWeAre p{
    font-size:16px;
    margin-top:15px;
}

#WhoWeAre .button{
    font-weight:bold;
    padding: .8em 2em;
}

.quicklinks .col-s-100{
    display:flex;
    justify-content:center;
}

.quicklinks article{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.quicklinks .pod__image img{
    height:85px !important;
}
.quicklinks .pod__image{
    width:85px!important;
}
.quicklinks i{
    color:#ffffff;
}

.quicklinks .pod__text{
    font-weight:500;
    font-size:25px;
    color:white;
    margin-top:0px;
}
@media screen and (max-width:990px){.quicklinks .pod__text{
    font-size:20px;
}
#quickLinks{
    display:flex;
    align-items:center;
    padding:0px;
    height:240px;
}

.newsbox__meta p {
    width: fit-content;
    padding: 5px 10px;
    border: 1px solid #5b839f;
    background: #5b839f;
    color: white;
    border-radius: 25px;
    font-size: 14px
}


figcaption {
    font-size: 0.9rem;
    font-weight: bold;
}

#vidGallery .videoDescriptionHeader{
    font-size: 1.55rem;
}

#news-button{
    background:#5b839f;
    color:white;
    font-size:16px;
    border:1px;
    border-color:#5b839f;
    border-radius:6px;
    width:35%;
    padding:10px;
}

#newsContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.linkUrl{
    display:flex;
    flex-direction:column;
    align-items:center;
}
/*======================================
  Missions
======================================*/



.main-timeline{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
}

    .main-timeline .timeline {
        padding: 10px 0;
        position: relative;
        z-index: 1;
        width: 100%;
    }

@media only screen and (min-width: 768px) {
    .main-timeline {
        margin-left: 110px;
        margin-right: 110px;
    }

    .main-timeline .timeline {
        width: 60%;
    }
}
            
.main-timeline .timeline-content{
color: #555;
padding: 0 100px 0 120px;
display: block;
}
.main-timeline .timeline-content:hover{ color: #555; opacity: .8; }
.main-timeline .timeline-year{
                color: #fff;
                background-color: #4375c8;
                font-size: 27px;
                text-align: center;
                line-height: 110px;
                height: 110px;
                width: 120px;
                overflow: hidden;
                transform: translateY(-50%);
                position: absolute;
                left: 0;
                top: 50%;
                z-index: -1;
                border-radius: 7px;
            }
            .main-timeline .timeline-year:before,
            .main-timeline .timeline-year:after{
                content: '';
                background-color: #fff;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                position: absolute;
                right: -15px;
                top: -15px;
            }
            .main-timeline .timeline-year:after{
                top: auto;
                bottom: -15px;
            }
            .main-timeline .inner-content{
                text-align: center;
                padding: 6px;
                box-shadow: 0 0 10px #555;
            }
            .main-timeline .title{
                color: #4375c8;
                font-size: 25px;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0 0 3px;
            }
            .main-timeline .description{
                font-size: 13px;
                letter-spacing: 1px;
                margin: 0;
            }
            .main-timeline .timeline-icon{
                color: #fff;
                background-color: #4375c8;
                font-size: 35px;
                text-align: center;
                height: 80px;
                width: 100px;
                line-height: 83px;
                border-radius: 0 50px 50px 0;
                transform: translateY(-50%);
                position: absolute;
                top: 50%;
                right: 0;
                z-index: -1;
                padding-top: 24px;
            }
            .main-timeline .timeline:nth-child(even){
                left: auto;
                right: 0;
                align-self:flex-end;
            }
               .main-timeline .timeline:nth-child(odd){
                left: auto;
                right: 0;
                align-self:flex-start;
            }
            
            @media only screen and (max-width: 768px) {
                .main-timeline .timeline:nth-child(odd) {
                    margin-bottom: 4%;
                     margin-top: 8%;
                }
            }

            .main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 120px 0 100px; }
            .main-timeline .timeline:nth-child(even) .timeline-year{
                left: auto;
                right: 0;
            }
            .main-timeline .timeline:nth-child(even) .timeline-year:before,
            .main-timeline .timeline:nth-child(even) .timeline-year:after{
                right: auto;
                left: -15px;
            }
            .main-timeline .timeline:nth-child(even) .timeline-icon{
                left: 0;
                right: auto;
                border-radius: 50px 0 0 50px;
            }
            .main-timeline .timeline:nth-child(even):before,
            .main-timeline .timeline:nth-child(even) .timeline-year,
            .main-timeline .timeline:nth-child(even) .timeline-icon{
                background-color: #373737;
            }
            .main-timeline .timeline:nth-child(even) .title{ color: #373737; }
            #quickLinks{
                z-index:0;
            }
            #quickLinks .container{
                z-index:1;
            }
            
/*======================================
  Technologies
======================================*/
            .videoDescriptionHeader{
                font-size:18px;
            }
            #researchandDevelopment img{
                margin-left:20px;
            }
            #supplierResources img{
                margin-left:20px;
            }
            
.bulletListBlue li a{
    text-decoration:underline;
}
#content ul li a{
    text-decoration:underline;
}
/*======================================
  Contact
======================================*/

            #getConnected .grid-item--boxed{
                    border: 1px solid rgb(227, 224, 224);
                    background-color:#FFF;
            }
            #getConnected .col-100.col-s-100{
                margin-bottom:35px;
            }
            #contactSocials{
                margin-bottom:0px;
            }
         
            #visitorInformation{
                    background-color: #EBF6FE;
                    padding:10px;
            }
            #contactUS .umbraco-forms-caption {
                font-size:16px;
                color:#EB0000;
                
            }
            
            #contactUS .btn.primary {
                margin-top:20px;
            }
            
/*======================================
  Benefits
======================================*/

#benefits .pod__image.pod__image--icon{
    display:flex;
    height:100%;
    align-items:center;
    top:0px;
}

#benefits .pod.pod--compact.text-center{
    min-height: 237.36px;
    border:1px;
    background-color:#f4f5f5;
    box-shadow: 2px 3px #80808033;
    border-radius: 15px;
}

#benefits .pod.pod--compact .pod__text{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
#benefits .grid-item--boxed.text-center .pod--compact{
    border:1px;
    background-color:#f1efef;
    box-shadow: 2px 3px #80808033;
    border-radius: 15px;
    
}
            
            
@media only screen and (max-width: 768px) {
    .top__middle {display:none;}
}

@media only screen and (min-width: 769px) {
    .top__middle {display:block;}
}

.contactAddressName {
    margin-bottom:0;
    margin-top:12px;
}    

.contactAddress {
    margin-bottom:0;
}   
}
.umbraco-forms-hidden{
    display:none;
}

.boldbluetext{
font-weight:bold;
color:#002554;
font-size:1.2rem;
}

.bigboldbluetext{
font-weight:bold;
color:#002554;
font-size:1.75rem;
}

.mediumboldbluetext{
font-weight:bold;
color:#002554;
font-size:1.5rem;
}

.section-title p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #567B95;
    margin-bottom: -5px;
    width:100%;
}

.box .newsbox__text p {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-decoration:none;
}

.box .newsbox__text .h5 a{
    text-decoration:none;
    color: var(--heading-dark);
}