/* Header */
#header {
    position: fixed;
    top:0px;
    z-index: 99;
    width:100%;
    background: transparent;
    border-bottom: 0px solid transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#header,
.hero-deactivated #header {
    background: #0084C0;
    border-bottom: 1px solid #0077AD;
}

.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper:not(.hero-deactivated) #header {
    background: transparent;
    border-bottom: 0px solid transparent;
}

.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper.hero-gradient-white:not(.hero-deactivated) #header {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 100%);
    border-bottom: 0px solid transparent;
}

.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper.hero-gradient-black:not(.hero-deactivated) #header,
.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper.hero-gradient-dark:not(.hero-deactivated) #header {
    background: rgb(255,255,255);
    background: linear-gradient(
0deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    max-width: 1830px;
    border-bottom: 0px solid transparent;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#header .site_logo a svg .st0 {
    fill: #ffffff !important;
}

.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper:not(.hero-deactivated) #header .site_logo a svg .st0 {
    fill: #0084C0 !important;
}

.page-scrolled-top:not(.page-template-page-contact):not(.single-post) .site_wrapper.hero-gradient-black:not(.hero-deactivated) #header .site_logo a svg .st0 {
    fill: #ffffff !important;
}

.hero_section {
    width:100%;
    margin: 0 auto;
    max-width: 2560px;
}

.page-template-page-contact .hero_image.picture_container--cover {
    padding-top:85px;
}

.site_logo h1, .site_logo a {
    display: block;
    font-size: 27px;
    line-height: 85px;
}

.site_logo a svg .st0 {
    transition: all 0.35s;
}

.site_logo a:focus svg .st0,
.site_logo a:hover svg .st0 {
    opacity: 0.65;
}

.logo-img {
    height: 60px;
    width: initial;
}

/* START: Navigation */
.site_header {
    width: 100%;
    padding:0px 15px;
    max-width: 1440px;
    margin:0 auto;
    z-index: 10;
}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
    width: 100%; 
}

.site_header__row {
    margin-left: 0;
    margin-right: 0;
}
  
.site_logo a {
    display: inline-block;
}

.site_nav__icon__box {
    display: block;
}

.site_nav__icon__box > span {
    color: #ffffff;
    transition: all 0.35s;
    line-height: 67px;
    text-transform: initial;
    font-weight: bold;
    font-size: 13px;
}

.site_nav .site_nav__icon {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.site_nav .site_nav__icon .site_nav__icon__hamburger {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 15px;
    margin-left: 4px;
}

.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner,
.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:before,
.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:after {
    position: absolute;
    width: 31px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.35s;
}

.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner {
    display:block;
    position: absolute;
    width: 31px;
    height: 2px;
    background-color: #ffffff;
    top: 50%;
    display: block;
    margin-top: 0px;
}

.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:before,
.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:after {
    display: block;
    content: "";
}


.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:before {
    top: -8px;
}


.site_nav .site_nav__icon .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:after {
    bottom: -8px;
}

/*.site_nav .site_nav__icon:hover .site_nav__icon__box > span {
    color:#000000;
}

.site_nav .site_nav__icon:hover .site_nav__icon__hamburger .site_nav__icon__hamburger_inner,
.site_nav .site_nav__icon:hover .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:before,
.site_nav .site_nav__icon:hover .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:after {
    background-color: #000000;
}


.site_nav .site_nav__icon:hover .site_nav__icon__hamburger .site_nav__icon__hamburger_inner {
    width: 26px;
}

.site_nav .site_nav__icon:hover .site_nav__icon__hamburger .site_nav__icon__hamburger_inner:before {
    width: 0.947rem;
}*/

.site_nav__contact_link {
    padding: 28px 15px 15px 0px;
    line-height: 31px;
    height: 31px;
    width:106px;
    box-sizing: content-box;
}

.site_nav__contact_link > a {
    font-size: 1rem;
    color: #0084C0;
    text-transform: uppercase;
    transition: all 0.35s;
}

.site_nav__contact_link:hover > a:hover,
.site_nav__contact_link:hover > a:focus {
    color: #000000;
}

/* END: Navigation */

/* START: Hero Slider */
.hero_full-size {
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: 100%;
    height: 100vh;
    max-height: 985px;
}

.hero_full-size .hero_inside,
.hero_full-size .hero_inside .hero_image,
.hero_full-size .hero_inside .hero_image img {
    width: 100%;
    height: 100%;
    height: 100vh;
    max-width: 1830px;
    max-height: 985px;
    margin: 0 auto;
    overflow: hidden;
}

.page-template-page-contact .hero_inside .hero_image iframe {
    width: 100%;
    height:60%;
    height:60vh;
}

.page-template-page-contact .hero_image figcaption {
    pointer-events: none;
}

.hero_full-size .hero_inside .hero_image {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.hero_full-size .hero_image img {
    object-fit: cover;
    object-position: center center;
}

.hero_bottom-left figcaption {
    bottom:0px;
    left: -20px;
    right: 0px;
}


.hero_bottom-right figcaption {
    bottom:0px;
    text-align: right;
    left: 0px;
    right: -20px;
}

.hero_top-left figcaption {
    top:0px;
    left: -20px;
    right: 0px;
}


.hero_top-right figcaption {
    top:0px;
    text-align: right;
    left: 0px;
    right: -20px;
}

.hero_image figcaption {
    position: absolute;
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding: 16.74vh 0px 5.37vh 0px;
}

.hero_image figcaption h1, .hero_image figcaption strong {
    display: block;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 22px;
    color:white;
}

.hero_image figcaption h1 span, .hero_image figcaption strong span {
    display: inline-block;
    background-color: #0084C0;
    line-height: 3.537rem;
    margin-bottom: 6px;
    padding: 0px 20px .2rem 20px;
}

@media screen and (max-width: 1470px) {
    .hero_image figcaption {
        left: 0px;
        right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1100px) {    
    body #header {
        background: #0084C0;
        border-bottom: 1px solid #0077AD;
    }

    body #header .site_logo a svg .st0 {
        fill: #ffffff !important;
    }
    
    .site_logo h1, .site_logo a {
        line-height: 67px;
        font-size: 32px;
    }
    
    .site_logo h1, .site_logo a svg {
        max-width: 178px;
    }    

    .page-template-page-contact .hero_image.picture_container--cover {
        padding-top:67px;
    }
}

@media screen and (max-width: 460px) {
    .hero_full-size,
    .hero_full-size .hero_inside,
    .hero_full-size .hero_inside .hero_image,
    .hero_full-size .hero_inside .hero_image img {
        height: 100vh;
        /* height: -webkit-fill-available; */
    }
    .site_nav__contact_link, .site_header__row .site_nav, .site_nav__contact_link {
        width: initial;
    }
    .site_nav .site_nav__icon {
        padding-left: 0px;
    }
    .site_nav__contact_link {
        padding-right: 0px;
    }
}