.AllerRegular {
    font-family: aller, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.AllerItalic {
    font-family: aller, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.AllerBold {
    font-family: aller, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.AllerBoldItalic {
    font-family: aller, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.red{
    color:red;
}

#sizer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: pink;
    color: #000;
    font-size: 30px;
}

#gradient_bar {
    position: fixed;
    width: 20px;
    height: 100vh;
    /* height:5000px; */
    background: rgb(252, 70, 107);
    background: linear-gradient(0deg, rgba(252, 70, 107, 1) 0%, rgba(0, 61, 95, 1) 100%);
    z-index: 999;
}
html,
body {
    background-color: #ffffff;
    background-image: url("../img/whiteBox.png");
    background-size: cover;
    /* overflow: hidden; */
}
#menu {
    background: #033c5e;
    padding: 20px;
    position: relative;
    z-index: 999;
    border-bottom: 4px solid #D26690;
    padding-bottom: 30px;
}

#main-menu li a {
    transition: all ease-in-out .2s;
    content: "";
    display: block;
    color: #fff;
    font-size: 16px;
}
#main-menu li a:after {
    transition: all ease-in-out .2s;
    content: "";
    display: block;
    background: none repeat scroll 0 0 #D16690;
    height: 3px;
    width: 0;
}
#main-menu li a:hover:after {
  width: 100%;
} 
#sub-menu li a {
    transition: all ease-in-out .2s;
    content: "";
    display: block;
    color: #fff;
    font-size: 16px;
}
#sub-menu li a:after {
    transition: all ease-in-out .2s;
    content: "";
    display: block;
    background: none repeat scroll 0 0 #D16690;
    height: 1px;
    width: 0;
}
#sub-menu li a:hover:after {
  width: 100%;
} 





#sidenav li a:hover {
    color: #D84F83;
}


video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

#vimeo {
    z-index: 800;
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}


.header {
    height: 70vh;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    z-index: 99;
    box-shadow: inset 0 0 0 50vw hsla(202, 94%, 19%, 0.5);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

#header {
    height: 80vh;
    padding: 0;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    position: relative;
    z-index: 99;
    box-shadow: inset 0 0 0 50vw hsla(202, 94%, 19%, 0.5);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
.no-webp #header{
    background-image: url("../img/header_index.jpg");
}

.webp #header{
    background-image: url("../img/header_index.webp");
}

#header_video {
    /* #demo */
    height: 80vh;
    padding: 0;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    position: relative;
    z-index: 99;

    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}   
.no-webp #header_video {
    background-image: url("../img/video_bg_blue.jpg");
}   
.webp #header_video {
    background-image: url("../img/video_bg_blue.webp");
}   


.no-webp #header_who {
    background-image: url("/img/header_who.jpg");
}
.webp #header_who {
    background-image: url("/img/header_who.webp");
}

.no-webp #header_why {
    background-image: url("../img/header_why.jpg");
}
.webp #header_why {
    background-image: url("../img/header_why.webp");
}

.no-webp #header_what {
    background-image: url("../img/header_what.jpg");
}
.webp #header_what {
    background-image: url("../img/header_what.webp");
}

.no-webp #header_dbe {
    background-image: url("../img/header_dbe.jpg");
}
.webp #header_dbe {
    background-image: url("../img/header_dbe.webp");
}

.no-webp #header_join {
    background-image: url("../img/header_join.jpg");
}
.webp #header_join {
    background-image: url("../img/header_join.webp");
}

.no-webp #header_contact {
    background-image: url("../img/header_contact.jpg");
}
.webp #header_contact {
    background-image: url("../img/header_contact.webp");
}

.no-webp #header_favorites {
    background-image: url("../img/header_favorites.jpg");
}
.webp #header_favorites {
    background-image: url("../img/header_favorites.webp");
}



#tagline {
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 42px;
    line-height: 44px;
    font-weight: 800;
    z-index:999;
    text-align: left;
}


#tagline .subheader {
    font-size: 52px;
    line-height: 50px;
}

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    min-height: 40px;
    max-height: 40px;
    font-family: 'Open Sans', sans-serif;
}

.learnMoreButton {
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.learnMoreButton:hover {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.link_pink {
    color: #033C5E;
    cursor: pointer;
}
.link_pink:hover {
    color: #C64364;
    text-decoration: none;
}

.button_pink {
    background: #003d5f; 
    color: #FFFFFF; 
    text-transform: none; 
    font-family: 'Open Sans'; 
    font-weight: 600; 
    font-size: 16px; 
    transition: background 0.3s ease;
}

.button_pink:hover {
    background: #C64364;
}


#box_container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.box-3 {
    margin-top: 50px;
    position: absolute;
    width: 150px;
    height: 250px;
    transform: rotate(-30deg) skew(25deg);
    background-image: linear-gradient(to top, #023A5B 0%, #4E3E5B 100%);
}

.box-4 {
    margin-top: 50px;
    position: absolute;
    width: 150px;
    height: 250px;
    transform: rotate(-30deg) skew(25deg);
    background-image: linear-gradient(to top, #CCEBFB 0%, #617883 100%);
}

.box-5 {
    margin-top: 50px;
    position: absolute;
    width: 150px;
    height: 250px;
    transform: rotate(-30deg) skew(25deg);
    background-image: linear-gradient(to right, #7C405E 0%, #E04568 100%);
}
/*  */
/*  */
/*  */
/*  */

.section {
    padding: 0;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
#section0 {
    max-height: auto;
    /* min-height:100vh; */
    padding: 0;
    background: #FFF;
    margin-top: -100px;
    position: relative;
    z-index: 99;

}

#section1 {
    max-height: auto;
    /* min-height:100vh; */
    padding: 0;
    background: #033C5E;
    margin-top: -80px;
    z-index: 99;
    position: relative;
}

#section2 {
    max-height: auto;
    /* min-height:100vh; */
    margin-top: -77px;
    z-index: 99;
    background: #FFF;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);

}
#section_bg_pattern {
    width: 100%;
    position: fixed;
    top: 0;
    /* height:100vh; */
    z-index: 0;
    background: rgb(252, 70, 107);
    background: linear-gradient(90deg, rgba(252, 70, 107, 1) 0%, rgba(0, 61, 95, 1) 100%);
}

.section .description-left {
    height: auto;
    padding: 10% 10px 0 5%;
}
.section .description-right {
    height: auto;
    padding: 5% 10px 0 5%;
}
.section1 .bg_image-left {
    height: 100vh;
    padding: 0;
}
.section1 .bg_image-right {
    height: 100vh;
    padding: 0;
}

#bg {
    background-position: top right;
    background-size: contain;
    background-blend-mode: multiply;
    background-attachment: fixed;
    overflow: hidden;
    height: 100vh;
}
#bg2{
    background-position: top left;
    background-size: contain;
    background-blend-mode: multiply;
    background-attachment: fixed;
    overflow: hidden;
    height: 100vh;
}
.no-webp #bg {
    background-image: url("../img/bg_index1.jpg");
  }
  
.webp #bg{
    background-image: url("../img/bg_index1.webp");
}

.no-webp #bg2 {
    background-image: url("../img/img_kids_01.jpg");
  }
  
.webp #bg2{
    background-image: url("../img/img_kids_01.webp");
}



#bg_culture {
    background-position: bottom right;
    background-size: contain;
    background-blend-mode: multiply;
    background-attachment: fixed;
    overflow: hidden;
    height: 100vh;
}


.no-webp #bg_culture {
    background-image: url("../img/bg_culture.jpg");

}

.webp #bg_culture {
    background-image: url("../img/bg_culture.webp");
}

#bg_why {
    background-image: url("../img/img_ryan_talking.jpg");
    background-position: bottom right;
    background-size: contain;
    background-blend-mode: multiply;
    background-attachment: fixed;
    overflow: hidden;
    height: 100vh;
}





.pl {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 1%;
    /* float: left; */
}

#team-filter {
    padding-left: 10px;
    padding-right: 10px;


}

#team-container {
    padding-top: 110px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
#portfolio-filter {
    padding-left: 10px;
    padding-right: 10px;


}
#portfolio-container {
    padding-top: 110px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

#staff_details {
    margin-top: 10px;
}

#fhiFavorites a img {
    cursor: pointer;
}

#fhiFavorites a img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#fhiFavorites a:hover {
    text-decoration: none;
}

#fhiFavorites a:hover img {
    margin-top: -10px;
    margin-bottom: 10px;
}

.expert-list li{
  margin: -5px 0px 0px 0px;
  line-height: 18px;
}
.expertise_list li{
    margin: -5px 0px 0px 0px;
    line-height: 36px;
  }

#open_positions{
    content: '';
    display: block;
    box-sizing: border-box;
    height: 100%;
  
    border: 4px solid transparent;
    border-image: linear-gradient(to top, #183E60 0%, #ED456A 100%);
    border-image-slice: 1;
}

#footer {
    margin-top: -100px;
    height: auto;
    background: #033c5e;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}


.blogHeader {
    color: #fff;
    z-index:999;
    text-align: left;
}

.blogHeader .tagline {
    margin: 0 0 0 30px;
    font-size: 52px;
    line-height: 54px;
    font-family: aller, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.blogHeader .subheader {
    margin: 0 0 0 30px;
    font-size: 52px;
    line-height: 54px;
}


.blogHomeHeader {
    font-family: 'Open Sans', sans-serif;
    background-position: top center;
    background-size: contain;
    height: 40vh;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    z-index: 99;
    box-shadow: inset 0 0 0 50vw hsla(202, 94%, 19%, 0.7);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}
.portfolioHeader {
    color: #fff;
    z-index:999;
    text-align: left;
}

.portfolioHeader .tagline {
    margin: 0 0 0 30px;
    font-size: 40px;
    line-height: 44px;
    font-family: aller, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.portfolioHeader .subheader {
    margin: 0 0 0 30px;
    font-size: 52px;
    line-height: 54px;
}


.portfolioHomeHeader {
    font-family: aller, sans-serif;
    background-position: top center;
    background-size: contain;
    height: 30vh;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    position: relative;
    z-index: 99;
    box-shadow: inset 0 0 0 50vw hsla(202, 94%, 19%, 0.7);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}



#tagarea {
    margin: 0 0 0 30px;
    color: #fff;
    z-index:999;
}

.blogtag{
    font-size: 20px; 
    padding:5px 20px 5px 20px; 
    background:#033C5E;
    color:#FFF;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}
.blogtag.small{
    font-size: 14px; 
    padding:5px 20px 5px 20px; 
    background:#033C5E;
    color:#FFF;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.blogtag.planning{
    background:#033C5E;
}


@media only screen and (min-width: 320px) and (max-width: 479px) {

    #sizer {
        background: red;
    }
    #sizer:after {
        content: "S";
    }


    #tagline {
        margin: 0;
        color: #fff;
        font-size: 34px;
        line-height: 70px;
        font-weight: 800;
    }
    #tagline .subheader {
        font-size: 52px;
        line-height: 50px;
    }

    .blogHeader .tagline {
        margin: 0 0 0 10px;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
    .blogHeader .subheader {
        margin: 0 0 0 10px;
        font-size: 22px;
        line-height: 24px;
    }
    

    .section .description-left {
        height: auto;
        padding: 40% 10px 0 40px;
    }
    .section .description-right {
        height: auto;
        padding: 20% 10px 80px 40px;
    }

    #bg {
        background-position: top right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg2 {
        background-position: top right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg_culture {
        background-position: bottom right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg_why {
        background-position: bottom right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #team-container {
        padding-top: 40px;
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }
    #team-filter {
        padding-left: 0;
        padding-right: 10px;
        margin-left: -15px;

    }
        #portfolio-container {
        padding-top: 40px;
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }
    #portfolio-filter {
        padding-left: 0;
        padding-right: 10px;
        margin-left: -15px;

    }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    #sizer {
        background: orange;
    }
    #sizer:after {
        content: "M";
    }
    #tagline {
        margin: 0 0 0 30px;
        color: #fff;
        font-size: 72px;
        line-height: 70px;
        font-weight: 800;
    }
    #tagline .subheader {
        font-size: 52px;
        line-height: 50px;
    }

    .blogHeader .tagline {
        margin-bottom: 10px;
        font-size: 52px;
        line-height: 55px;
    }
    
    .blogHeader .subheader {
        font-size: 42px;
        line-height: 44px;
    }
    

    .section .description-left {
        height: auto;
        padding: 25% 10px 0 5%;
    }
    .section .description-right {
        height: auto;
        padding: 15% 10px 150px 5%;
    }

    .section1 .bg_image-left {
        height: 70vh;
    }

    #header {
        height: 100vh;
    }
    #bg {

        background-position: top right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg2 {
        background-position: top right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg_culture {
        background-position: center right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }
    #bg_why {
        background-position: center right;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: scroll;
        overflow: hidden;
        height: 100vh;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #sizer {
        background: yellow;
    }
    #sizer:after {
        content: "L";
    }
    #tagline {
        margin: 0;
        color: #fff;
        font-size: 72px;
        line-height: 70px;
        font-weight: 800;
    }
    #tagline .subheader {
        font-size: 52px;
        line-height: 50px;
    }

    .blogHeader .tagline {
        font-size: 72px;
        line-height: 74px;
    }
    
    .blogHeader .subheader {
        font-size: 42px;
        line-height: 44px;
    }
    

    .section .description-left {
        height: auto;
        padding: 15% 10px 15px 5%;
    }
    .section .description-right {
        height: auto;
        padding: 13% 10px 35px 5%;
    }
    #section2 .description-right {
        padding-bottom: 100px;
    }
    #bg {
        background-size: cover;
    }
    #bg2 {
        background-size: cover;
    }
    #bg_culture {
        background-size: cover;
    }
    #bg_why {
        background-size: cover;
    }


}

@media only screen and (min-width: 992px) {

    #sizer {
        background: teal;
    }
    #sizer:after {
        content: "W";
    }

}


.blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);

}

