* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

/* Responsive Scaling */
@media(max-width:767px) {
    html {
        font-size: 8px;
    }

    body {
        padding-bottom: 50px;
    }
}

@media(min-width:768px) {
    html {
        font-size: 8px;
    }
}

@media(min-width:992px) {
    html {
        font-size: 9px;
    }
}

@media(min-width:1200px) {
    html {
        font-size: 10px;
    }
}


/* Fallback font properties */
body,
p,
li {
    font-size: 1.5rem;
    font-family: "Roboto Condensed", Impact, "Franklin Gothic Bold", sans-serif;
    color: #000;
    line-height: 2.5rem;
}


/* Remove Default Margins */
h1,
h2,
h3,
h4,
h5,
p,
li,
ul {
    margin: 0;
}

/* FORCE ELEMENT UNSTYLED */
.unstyle {
    background: 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    border-spacing: 0;
    box-shadow: none;
    box-sizing: content-box;
    color: inherit;
    content: normal;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    height: auto;
    hyphens: none;
    left: auto;
    line-height: inherit;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    top: auto;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    vertical-align: baseline;
    white-space: normal;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Fixes */
.container-fluid {
    max-width: 1170px;
}

a:focus,
button:focus,
*:focus {
    outline-width: 0;
}

img {
    max-width: 100%
}

@media(max-width:767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }
}

@media(max-width:767px) {

    #img1-container img,
    #img2-container img {
        margin-bottom: 10px;
    }
}

hr {
    border-top: 1px solid #CCC;
}

body {
    background-color: #333;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.post-content {
    color: #FFF;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    margin-bottom: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
    line-height: 1.1;
}

.post-content h1 {
    font-size: 5rem;
}

.post-content h2 {
    font-size: 4.5rem;
}

.post-content h3 {
    font-size: 4rem;
}

.post-content h4 {
    font-size: 3.7rem;
}

.post-content h5 {
    font-size: 3.4rem;
}



.post-content p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #FFF;
}

.post-content a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.post-content a:hover {
    text-decoration: none;
}

.post-content ul {
    text-align: left;
    list-style-type: none;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.post-content ul ul {
    margin-bottom: 0;
}

.post-content li {
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #FFF;
    position: relative;
    margin-bottom: 1rem;
}

.post-content li:before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.9rem;
    left: -1.5rem;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
}


.post-content .underlined {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}


.post-content p.text-larger {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
}


a {
    transition: all 500ms;
}

.btn,
.post-content a.btn {
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.5rem 6rem;
    transition: all 500ms;
    font-size: 1.7rem;
    line-height: 1.8rem;
}

.btn-primary,
.post-content a.btn-primary {
    border-color: #070707;
    background-color: #FFFFFF;
    color: #070707;
}

.btn-primary:hover,
.post-content a.btn-primary:hover,
.btn-primary:active,
.post-content a.btn-primary:active,
.btn-primary:focus,
.post-content a.btn-primary:focus,
.post-content a.btn-primary:active:focus,
.btn-primary:active:focus {
    background-color: #070707;
    border-color: #FFFFFF;
    color: #fff;
}

/*
.form-control {padding:;}
*/

@media(min-width:768px) {
    .split-form-group .sfg-r {
        padding-left: 7.5px;
    }

    .split-form-group .sfg-l {
        padding-right: 7.5px;
    }
}



@media(max-width:767px) {
    .btn-xs-sm {
        display: block;
        width: 100%;
    }

    .split-form-group .sfg-l {
        padding-bottom: 15px;
    }
}





.t-col .post-content p {
    font-size: 1.7rem;
    line-height: 3rem;
}

.form-control {
    border-radius: 0;
    border-color: #FFF;
    height: auto;
    padding: 1.2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
}

form label.error {
    color: #FFF;
    font-weight: 400;
    margin: 2px 0 0 0;
}




.post-container-md {
    max-width: 90rem;
    margin: 0 auto;
}


/* MOBILE CONTACT */
.mobile-contact-dbl {
    position: fixed;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 900;
    z-index: 21;
}

/*
.mobile-contact-dbl a {color:#FFF; background-color:#f2a62e; border-top:3px #000 solid; font-size:18px; font-weight:700; position:fixed; bottom:0; width:50%; display:inline-block; line-height:50px; height:50px; text-align:center; text-transform:uppercase; text-decoration:none !important; transition:all 500ms;
text-shadow:0 1px 2px rgba(0, 0, 0, 0.3);} */
.mobile-contact-dbl a {
    float: left;
    white-space: nowrap;
    color: #070707;
    background-color: #FFF;
    border-top: 3px #070707 solid;
    font-size: 18px;
    font-weight: 700;
    width: 50%;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 500ms;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}



.mobile-contact-dbl .l1 {
    left: 0;
    z-index: 901;
}

.mobile-contact-dbl .l2 {
    right: 0;
    z-index: 902;
    border-left: 3px #000 solid;
}

.mobile-contact-dbl a:hover,
.mobile-contact-dbl a:active {
    background-color: #070707;
    color: #FFF;
    border-color: #fff;
}




/* NAVBAR TOGGLE TO X ANIMATION */
.navbar-toggle-new {
    display: inline-block;
    position: relative;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle-new .icon-bar.ib2 {
    top: 1px;
    margin-top: 3px;
}

.navbar-toggle-new .icon-bar.ib3 {
    top: 2px;
    margin-top: 3px;
}

.navbar-toggle-new .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #000;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.toggled .navbar-toggle-new .icon-bar.ib1 {
    top: 6px;
    transform: rotate(45deg);
}

.toggled .navbar-toggle-new .icon-bar.ib2 {
    background-color: transparent;
    width: 0;
    left: 0;
}

.toggled .navbar-toggle-new .icon-bar.ib3 {
    top: -6px;
    transform: rotate(-45deg);
}

.toggled .navbar-toggle-new .icon-bar {
    top: 0;
    background-color: #333;
    transform: none;
    left: 0;
    width: 22px !important;
}

/* Home Page Carousel*/
#index-banner #carousel-home {
    height: 100%
}

#index-banner .carousel-inner {
    height: 100%
}

#index-banner .carousel-inner .item {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#index-banner #carousel-home .carousel-control.left,
#index-banner #carousel-home .carousel-control.right {
    top: 50%;
    background-image: none
}



@media(max-width:767px) {
    body.toggled {
        overflow: hidden;
    }

    #header:after {
        content: "";
        background-color: #000;
        opacity: 0;
        transition: opacity 500ms;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 23;
        pointer-events: none;
    }

    .toggled #header:after {
        opacity: 0.5;
    }

    .manager-director {
        padding-left: 0;
        padding-right: 0;
    }
}

#main-wrapper,
#footer {
    transition: all 500ms;
}

@media(min-width:768px) {
    .toggled #main-wrapper {
        padding-left: 9rem;
        transition: all 500ms ease 900ms;
    }

    .toggled #footer {
        padding-left: 9rem;
        transition: all 500ms ease 900ms;
    }

    .toggled .mobile-contact-dbl {
        padding-left: 9rem;
        transition: all 500ms ease 900ms;
    }

    .manager-director {
        left: 25%;
    }
}

#header__button {
    display: inline-block;
    position: absolute;
    width: 40px;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    background-color: transparent;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -15px;
    z-index: 30;
}

#header__button:before {
    content: "";
    width: 9rem;
    height: 9rem;
    display: block;
    position: absolute;
    z-index: 29;
    top: -3rem;
    left: -2.5rem;
    cursor: pointer;
}


.hamburger {
    display: block;
    width: 40px;
    height: 40px;
}

.hamburger__inner {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 12px;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hamburger__inner::before,
.hamburger__inner::after {
    display: block;
    position: absolute;
    content: "";
    z-index: -1;
    width: 40px;
    height: 6px;
    background: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hamburger__inner::before {
    top: 0;
}

.hamburger__inner::after {
    top: 24px;
}

.toggled .hamburger__inner {
    background: none;
}

.toggled .hamburger__inner::before,
.toggled .hamburger__inner::after {
    top: 12px;
}

.toggled .hamburger__inner::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggled .hamburger__inner::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




#header {
    background-color: #1b1b1b;
    position: static;
    top: -12rem;
    transition: top 500ms;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}

#header .header-wrap {
    line-height: 9rem;
    height: 9rem;
    z-index: 25;
    position: relative;
}

#header .header-btn {
    background-color: #FFF;
    width: 9rem;
    height: 9rem;
    line-height: 9rem;
    text-align: center;
    display: inline-block;
    float: left;
    position: relative;
}

#header .header-btn button {
    vertical-align: middle;
}

#header .header-logo {
    line-height: 9rem;
    height: 9rem;
    padding: 0 3rem;
    float: left;
    display: inline-block;
}

#header .header-logo a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#header .header-search:before {
    content: "";
    width: 1px;
    display: inline-block;
    height: 7rem;
    position: absolute;
    left: 0;
    top: 1rem;
    background-color: #3D3D3D;
}

#header .header-search {
    line-height: 9rem;
    height: 9rem;
    padding: 0 3rem;
    float: left;
    display: inline-block;
    position: relative;
}

#header-search-form {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

#header-search-form>span {
    display: inline-block;
    color: #828282;
}

#header-search-form input {
    border: 1px solid transparent;
    background-color: transparent;
    line-height: 3rem;
    color: #EEE;
    height: 3rem;
    font-size: 1.8rem;
    width: 15rem;
}

#header .header-share {
    line-height: 9rem;
    height: 9rem;
    padding: 0 3rem;
    float: right;
    display: inline-block;
    position: relative;
}


#header .header-share:before {
    content: "";
    width: 1px;
    height: 7rem;
    position: absolute;
    top: 1rem;
    left: 0;
    background-color: #3D3D3D;
}

#header .header-share a {
    text-align: center;
    display: inline-block;
    line-height: 2.5rem;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #000;
    margin: 0 0.3rem;
    color: #FFF;
    text-decoration: none;
    transition: all 500ms;
    opacity: 1;
}

#header .header-share a.fb {
    background-color: #3b589e;
}

#header .header-share a.tw {
    background-color: #59aded;
}

#header .header-share a.gp {
    background-color: #d8493b;
}

#header .header-share a.ig {
    background-color: #885a4d;
}

#header .header-share a .fa {
    position: relative;
    top: 1px;
}

#header .header-share a:hover {
    opacity: 0.8;
}


#header #navbar {
    display: block;
    width: 9rem;
    position: absolute;
    top: 0;
    padding-top: 9rem;
    left: -100px;
    transition: all 500ms ease 500ms;
    opacity: 0;
    z-index: 24;
    background-color: #1b1b1b;
    min-height: 100%;
}

#header #navbar:after {
    content: "";
    background-color: #1b1b1b;
    width: 9rem;
    position: absolute;
    left: -100px;
    height: 100%;
    top: 100%;
    transition: all 500ms ease 500ms;
    z-index: 22;
}


.toggled #header #navbar:after {
    left: 0;
}


#header #navbar>nav {
    background-color: #1b1b1b;
}

.scroll #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1999;
}

#header #navbar>nav {
    max-height: 0px;
    overflow: hidden;
    transition: all 500ms;
}

.toggled #header #navbar>nav {
    max-height: 1000px;
    overflow: visible;
}

.scroll #header #navbar {
    height: 100%;
}

.scroll.toggled #header #navbar>nav {
    min-height: auto;
    height: 100vh;
    max-height: 100vh;
}


@media(max-width:767px) {
    #header .header-logo {
        float: none;
        position: absolute;
        top: 0;
        left: 10rem;
    }
}

@media(max-width:400px) {
    #header .header-logo a img {
        max-width: 200px;
    }

}



.toggled #header #navbar {
    left: 0;
    opacity: 1;
}

#navbar ul {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

#navbar ul li {
    display: block;
    width: 100%;
    position: relative;
    height: 9rem;
    margin-bottom: 1px;
}

#navbar ul li a {
    display: block;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    color: #FFFFFF;
    width: 9rem;
    height: 9rem;
    /*
    transition: transform 1s;
    transform: translateZ(-90px);
    position: absolute;
    transform-style: preserve-3d;*/
}


/*
#navbar ul li a .nav-icon-hov {transform: rotateY(-90deg) translateZ(100px);background-color:#f2a62e; color:#333;}
#navbar ul li a .nav-icon-hov:before {background-color:#333;}
#navbar ul li a:hover {transform: translateZ(-90px) rotateY(  90deg);}
*/



#navbar ul li a .nav-icon {
    display: inline-block;
    height: 9rem;
    line-height: 9rem;
    vertical-align: middle;
    line-height: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 30;
    background-color: #1b1b1b;
    transition: background-color 500ms;
}

#navbar ul li a .nav-icon:before {
    content: "";
    width: 40px;
    height: 40px;
    margin: 1rem auto 0.5rem auto;
    display: block;
    /*background-color:#f2a62e;*/
}

@media(min-width:1200px) {
    #navbar ul li a .nav-icon:before {
        margin-top: 1.5rem;
    }
}

@media(max-width:767px) {
    #navbar ul li a .nav-icon:before {
        margin-top: 5px;
    }
}



#navbar ul li a:after {
    content: attr(title);
    pointer-events: none;
    display: inline-block;
    position: absolute;
    padding: 6px 8px;
    background-color: #111;
    font-size: 14px;
    line-height: 16px;
    color: #eee;
    left: -200%;
    transition: all 500ms;
    opacity: 0;
    white-space: nowrap;
    bottom: 0;
    margin-top: 0;
    z-index: 29;
    text-transform: uppercase;
}

#navbar ul li:hover a:after {
    left: 100%;
    opacity: 0.8;
}


#navbar ul li a:hover .nav-icon {
    background-color: #FFFFFF;
    color: #1b1b1b;
}

/* #navbar ul li a:hover .nav-icon:before {background-color:#1b1b1b;} */

#navbar ul li:after {
    display: block;
    content: "";
    width: 80%;
    margin: 0 10%;
    height: 1px;
    background-color: #323232;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
}


#navbar ul li a .nav-icon:before {
    background-image: url('../img/css_sprites.png');
    background-repeat: no-repeat;
}

/* Blog Icon */
#navbar ul li a .nav-icon.icon-blog:before {
    background-image: url('../img/blog-icon.png');
    background-repeat: no-repeat;
}

#navbar ul li a:hover .nav-icon.icon-blog:before {
    background-image: url('../img/blog-icon-h.png');
    background-repeat: no-repeat;
}

/* Podcasts Icon */
#navbar ul li a .nav-icon.icon-podcasts:before {
    background-image: url('../img/podcast-icon.png');
    background-repeat: no-repeat;
}

#navbar ul li a:hover .nav-icon.icon-podcasts:before {
    background-image: url('../img/podcast-icon-h.png');
    background-repeat: no-repeat;
}



#navbar ul li a .nav-icon.icon-facilities:before {
    background-position: -10px -70px;
}

#navbar ul li a .nav-icon.icon-contact:before {
    background-position: -70px -70px;
}

#navbar ul li a .nav-icon.icon-partners:before {
    background-position: -130px -70px;
}

#navbar ul li a .nav-icon.icon-pre-vis:before {
    background-position: -10px -10px;
}

#navbar ul li a .nav-icon.icon-projects:before {
    background-position: -130px -130px;
}

#navbar ul li a .nav-icon.icon-team:before {
    background-position: -190px -70px;
}

#navbar ul li a .nav-icon.icon-vision:before {
    background-position: -70px -190px;
}

#navbar ul li a:hover .nav-icon.icon-projects:before {
    background-position: -190px -10px;
}

#navbar ul li a:hover .nav-icon.icon-team:before {
    background-position: -190px -130px;
}

#navbar ul li a:hover .nav-icon.icon-vision:before {
    background-position: -10px -190px;
}

#navbar ul li a:hover .nav-icon.icon-contact:before {
    background-position: -70px -10px;
}

#navbar ul li a:hover .nav-icon.icon-facilities:before {
    background-position: -70px -130px;
}

#navbar ul li a:hover .nav-icon.icon-partners:before {
    background-position: -130px -10px;
}

#navbar ul li a:hover .nav-icon.icon-pre-vis:before {
    background-position: -10px -130px;
}

/*
https://www.toptal.com/developers/css/sprite-generator/

#navbar ul li a .nav-icon.icon-contact {background-image:url('img/contact-icon.png');}
#navbar ul li a .nav-icon.icon-partners {background-image:url('img/partners-icon.png');}
#navbar ul li a .nav-icon.icon-pre-vis {background-image:url('img/pre-vis-icon.png');}
#navbar ul li a .nav-icon.icon-projects {background-image:url('img/projects-icon.png');}
#navbar ul li a .nav-icon.icon-team {background-image:url('img/team-icon.png');}
#navbar ul li a .nav-icon.icon-vision {background-image:url('img/vision-icon.png');}
#navbar ul li a .nav-icon.icon-facilities {background-image:url('img/facilities-icon.png');}
*/



@media (min-width:1200px) and (max-height:750px) {
    #navbar ul li a .nav-icon:before {
        margin-top: 0.5rem;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 8rem;
    }
}



@media (min-width:1200px) and (max-height:675px) {
    #navbar ul li a .nav-icon:before {
        margin-bottom: 0;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 7rem;
    }
}


@media (min-width:992px) and (max-width:1199px) and (max-height:675px) {
    #navbar ul li a .nav-icon:before {
        margin-top: 0.5rem;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 8rem;
    }
}

@media (min-width:992px) and (max-width:1199px) and (max-height:610px) {
    #navbar ul li a .nav-icon:before {
        margin-bottom: 0;
        margin-top: 0;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 7rem;
    }
}


@media (min-width:768px) and (max-width:991px) and (max-height:600px) {
    #navbar ul li a .nav-icon:before {
        margin: 3px auto 0 auto;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 8rem;
    }

}

@media (max-width:767px) and (max-height:600px) {
    #navbar ul li a .nav-icon:before {
        margin: 1px auto 0 auto;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 8rem;
    }
}

@media (max-width:767px) and (max-height:530px) {
    #navbar ul li a .nav-icon:before {
        margin: 1px auto 0 auto;
    }

    #navbar ul li a .nav-icon,
    #navbar ul li,
    #navbar ul li a {
        height: 8rem;
    }
}





.page-banner {
    background-size: cover;
    background-position: 50% 0;
    padding: 12rem 0;
    position: relative;
    overflow: hidden;
    background-color: #222;
}

.page-banner .banner-title {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 6rem;
    line-height: 6.5rem;
    font-weight: 300;
}

.page-banner .banner-title small {
    display: block;
    padding-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 3.2rem;
    color: #FFF;
    font-weight: 300;
}


@media(max-width:767px) {
    .page-banner .banner-title small {
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }

    .page-banner .banner-title {
        font-size: 35px;
        line-height: 40px;
    }
}

.page-banner .info-box {
    display: inline-block;
    position: relative;
    padding-top: 1rem;
}

.page-banner .info-box img {
    position: absolute
}

.page-banner .info-box .info-txt {
    display: block;
    color: #FFF;
}

.page-banner .info-box.has-img .info-txt {
    padding-left: 150px;
}

.page-banner .info-box.has-img {
    min-height: 150px;
}

.page-banner .info-box .info-txt p {
    color: #FFF;
}

.page-banner .info-box .info-txt p strong {
    display: block;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 0.5rem 0;
}


.page-banner .info-box .btn {
    margin-top: 2rem;
}

.page-banner .banner-inner {
    max-width: 60rem;
}

.page-banner .banner-separator {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.layout-project .page-banner {
    background-image: url('../img/projects/header-bg.jpg');
}

.layout-page .page-banner {
    background-image: url('../img/facilities/header-bg.jpg');
}

@media(max-width:767px) {
    .page-banner {
        padding: 30px 0;
        background-position: 70% 0%;
    }

    .page-banner:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 3;
    }

    .page-banner .banner-inner {
        position: relative;
        z-index: 5;
    }
}



#index-banner {
    background-size: cover;
    background-position: 50% 0;
    height: 85rem;
    position: relative;
}

#index-banner .ss-index {
    display: inline-block;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    bottom: 2rem;
    line-height: 5rem;
    height: 5rem;
    font-size: 4rem;
    color: #FFF;
    opacity: 0.7;
    transition: all 500ms;
    position: absolute;
}

#index-banner .ss-index:hover {
    opacity: 1;
}

@media(max-width:767px) {
    #index-banner {
        max-height: 90VH;
        min-height: 400px;
    }

    #index-banner .ss-index {
        bottom: 60px;
    }
}

@media(min-width:768px) {
    #index-banner {
        max-height: 90VH;
        min-height: 50rem;
    }
}

.index-nav-boxes {
    background-color: #444;
}

.index-nav-boxes ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    text-align: center;
}

.index-nav-boxes .boxitem {
    float: left;
    width: 50%;
    text-align: center;
    display: inline-block;
    height: 38rem;
    line-height: 38rem;
}

.index-nav-boxes .boxitem a {
    display: block;
    width: 100%;
    height: 38rem;
    overflow: hidden;
    line-height: 38rem;
    background-size: auto 101%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 500ms ease 100ms;
    position: relative;
    z-index: 5;
}

.index-nav-boxes .boxitem a span {
    display: inline-block;
    /*line-height:4.5rem; font-size:4rem;*/
    line-height: 45px;
    font-size: 4rem;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 25rem;
    position: relative;
}

.index-nav-boxes .boxitem a span:after {
    position: absolute;
    width: 10rem;
    height: 2px;
    background-color: #FFFFFF;
    left: 50%;
    margin-left: -5rem;
    bottom: -1rem;
    content: "";
}

.index-nav-boxes .boxitem a:hover {
    background-color: #555;
    background-size: auto 109%;
}

.index-nav-boxes .boxitem a:after {
    content: "";
    position: absolute;
    z-index: 6;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0;
    transition: all 500ms ease-in-out 100ms;
}

.index-nav-boxes .boxitem a:hover:after {
    opacity: 0.1;
}



@media(min-width:1600px) {
    .index-nav-boxes .boxitem a {
        background-size: 101% auto;
    }

    .index-nav-boxes .boxitem a:hover {
        background-size: 105% auto;
    }
}

@media(max-width:767px) {
    .index-nav-boxes .boxitem {
        width: 100%;
        float: none;
        display: block;
    }

    .index-nav-boxes .boxitem a {
        background-size: cover !important;
    }
}

.index-section-1 {
    padding: 5rem 0;
}

/*
.index-section-1 .post-content * {color:#eee;} */

.index-section-2 {
    padding: 5rem 0;
}

/*
.index-section-2 .post-content * {color:#eee;} */



#index-slick .slick-img-outer {
    padding: 0 1.5rem;
    text-align: center;
}

#index-slick .slick-img-outer a {
    display: inline-block;
    text-decoration: none;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#index-slick .slick-img-outer a img {
    transition: all 500ms;
}

#index-slick .slick-img-outer a:hover img {
    opacity: 0.4;
}

@media(max-width:767px) {
    #index-slick .slick-img-outer a img {
        opacity: 0.4;
    }

    #index-slick .slick-img-outer a .circle {
        opacity: 1;
        left: 50%;
    }

    #index-slick .slick-img-outer a .poster-title {
        opacity: 1;
        right: 0;
        text-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 1);
    }

}



#index-slick .slick-img-outer .circle {
    position: absolute;
    left: 150%;
    top: 50%;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #070707;
    text-align: center;
    margin-top: -6rem;
    margin-left: -3rem;
    opacity: 0;
    transition: all 500ms ease 200ms;
}

#index-slick .slick-img-outer .poster-title {
    display: inline-block;
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 50%;
    right: 150%;
    text-align: center;
    color: #FFF;
    opacity: 0;
    transition: all 500ms ease 200ms;
    text-transform: uppercase;
    font-size: 2.7rem;
    line-height: 3rem;
    font-weight: 400;
}

#index-slick .slick-img-outer a:hover .circle {
    opacity: 1;
    left: 50%;
}

#index-slick .slick-img-outer a:hover .poster-title {
    opacity: 1;
    right: 0;
    text-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 1);
}

#index-slick .slick-img-outer a .poster-title:hover {
    color: #eee;
}

#index-slick .slick-img-outer a .circle:hover {
    background-color: #070707;
    color: #FFFFFF;
}


.index-slick-outer {
    margin: 5rem auto 0 auto;
    padding: 0 5rem;
    max-width: 1570px;
}

#index-slick .slick-prev:before {
    content: "\f104";
}

#index-slick .slick-next:before {
    content: "\f105";
}

#index-slick .slick-arrow:before {
    font-family: fontawesome;
    font-size: 5rem;
    line-height: 6rem;
    height: 6rem;
    margin-top: -3rem;
    transition: all 500ms;
}

#index-slick .slick-arrow {
    height: 6rem;
    line-height: 6rem;
}





.index-section-3 {
    padding: 24rem 0 18rem 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #1f3048;
}

@media(max-width:767px) {
    .index-section-3 {
        padding: 60px 20px;
    }
}



#footer {}

.footer-top {
    padding: 5rem 0;
    background-color: #292929;
}

.footer-bottom {
    padding: 8rem 0 2.5rem 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #000;
}

.footer-bottom .copyright {
    color: #EEE;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    margin-top: 3rem;
}

.footer-bottom .jumpem {
    color: #EEE
}

.footer-bottom .jumpem a {
    color: #EEE;
    text-decoration: none;
    display: inline-block;
}

/*.footer-bottom .jumpem .jumpem-logo {background: url("../img/jumpem.png")}*/

/* BLOG SIDEBAR */
#secondary {
    /*display: table;*/
    /*clear: both;*/
    /*z-index: 3;*/
    /*position: relative;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 100%;*/
    padding: 40px;
    margin-top: 33px;
    background: #181818;
}

.widget-title {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin: 0 0 14px;
}

.widget-wrapper ul {
    margin-bottom: 40px;
    padding: 0;
}

.widget-wrapper ul li {
    list-style: none;
}

.widget-wrapper ul li a {
    color: #777;
    font-weight: 700;
}

/* Blog posts */
.no-results {
    padding-top: 100px;
    color: #c08220
}

.post {
    margin-top: 33px;
    margin-bottom: 33px;
}

.post.blog-post img {
    width: 100%
}

.post p {
    color: #fff;
    padding-top: 5px;
}

.post h2 {
    color: #fff;
    background: #181818;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post h2 a {
    color: #fff;

}

.page-main-section.post {
    margin-top: 0;
    padding: 32px 0
}



/* EKKO Dynamic Video size */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* PAGINATION */
.tool-pagination {
    text-align: center;
    margin-bottom: 32px;
}


.tool-pagination a:hover,
.tool-pagination a:active,
.tool-pagination a:focus {
    color: #070707;

}

.tool-pagination a {
    text-decoration: none;
    color: #FFFFFF;
}


.tool-pagination ul li {
    display: inline-block;

}


/* PROJECTS */

.is-not-visible {
    display: none !important;
}


.projects-section {
    padding: 5rem 0;
}

.projects-section .filters {
    text-align: center;
}

.projects-section .filters a {
    display: inline-block;
    width: 2rem;
    line-height: 3rem;
    height: 3rem;
    font-size: 2rem;
    color: #FFF;
    opacity: 0.6;
    transition: all 500ms;
    text-decoration: none;
}

.projects-section .filters a:hover,
.projects-section .filters a.active {
    opacity: 1;
    font-size: 2.2rem;
}

.projects-section .filters .clicked-on-filters {
    opacity: 1;
    font-size: 2.2rem
}

/* used in footer.twig JS */

.projects-section #projects-inner {
    text-align: center;
    padding: 5rem 0;
}

#projects-inner .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 500ms;
}

#projects-inner .item a {
    display: block;
    text-decoration: none;
    color: #FFF;
}

#projects-inner .item a .item-title {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    padding: 1rem;
    font-size: 1.8rem;
    line-height: 2rem;
}

.projects-section .container-fluid {
    max-width: 1570px;
}

#projects-inner .item .item-wrap {
    position: relative;
    display: block;
    background-color: #000;
}

#projects-inner .item .item-wrap .img-wrap {
    display: block;
    position: relative;
    transition: all 500ms;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#projects-inner .item .item-wrap img {
    opacity: 1;
    display: block;
    width: 100%;
    transition: all 500ms;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    position: relative;
}

#projects-inner .item:hover .item-wrap>img,
#projects-inner .item:hover .img-wrap {
    opacity: 0.5;
}

#projects-inner .item.item-unloaded {
    max-height: 1px;
    opacity: 0;
}



#projects-inner .item .item-wrap .hover-part {
    opacity: 0;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 500ms;
    z-index: 5;
}


#projects-inner .item .item-wrap .hover-part .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 3rem;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #070707;
    text-align: center;
    margin-top: -6rem;
    margin-left: -3rem;
    transition: all 500ms ease 200ms;
}

#projects-inner .item .item-wrap .hover-part strong {
    display: inline-block;
    width: 100%;
    font-size: 2.7rem;
    line-height: 3rem;
    color: #FFF;
    padding: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-weight: 400;
    text-shadow: 0px 0px 0.7rem rgba(0, 0, 0, 1);
    transition: all 500ms ease 200ms;
}

#projects-inner .item .item-wrap .hover-part strong:hover {
    color: #eee;
}

#projects-inner .item .item-wrap .hover-part .circle:hover {
    background-color: #070707;
    color: #FFFFFF;
}

#projects-inner .item:hover .item-wrap .hover-part {
    opacity: 1;
}


@media(max-width:767px) {

    #projects-inner .item .item-wrap>img,
    #projects-inner .item .img-wrap {
        opacity: 0.5;
    }

    #projects-inner .item .item-wrap .hover-part {
        opacity: 1
    }
}






.page-main-section {
    padding: 5rem 0;
    max-width: 100%;
    overflow: hidden;
}

#img1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 9999px;
    bottom: 0;
    max-height: 100%;
}

#img2 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9999px;
    bottom: 0;
    max-height: 100%;
}

#img2-container,
#img1-container {
    position: relative;
}

@media(min-width:768px) {
    .row-with-img .img-target {
        padding: 3rem;
    }
}

@media(max-width:767px) {

    #img1,
    #img2 {
        position: static;
        max-width: 100%;
    }
}




.layout-team .page-banner {
    background-image: url('../img/our-team/header-bg.jpg');
}


.team-content .underlined {
    font-size: 3.7rem;
}

/*.team-content .manager-director {*/
/*width: 50%;*/
/*margin-left: auto;*/
/*margin-right: auto;*/
/*}*/
/*.team-content .manager-director img {*/
/*display: block;*/
/*width: 100%;*/
/*height: auto;*/
/*}*/


.team-content .team-member .tm-outer {
    display: block;
    margin-bottom: 5rem;
    text-decoration: none;
}

.team-content .team-member .tm-outer>.tm-top {
    display: block;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.team-content .team-member .tm-outer>.tm-top>a {
    display: block;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #070707;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 0.5rem;
    position: absolute;
    transition: all 500ms ease;
    left: 0;
    right: 0;
    bottom: -3rem;
    width: 100%;
    height: 3rem;
    text-decoration: none;
}

.team-content .team-member .tm-outer>.tm-txt {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 5px;
    margin-top: 1rem;
    color: #fff;
}

.team-content .team-member .tm-outer img {
    display: block;
    width: 100%;
    height: auto;
}

.team-content .team-member:hover .tm-outer>.tm-top>a {
    bottom: 0;
}

.team-content .team-member .tm-outer>.tm-top>a:hover {
    opacity: 0.8;
}


.team-content .tm-special:hover .tm-outer>.tm-txt {
    text-decoration: underline;
}


@media(max-width:991px) {
    .team-content .team-member .tm-outer>.tm-txt {
        font-weight: 400;
    }

    .team-content .team-member {
        display: inline-block;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .team-content .team-member .tm-outer>.tm-top>a {
        bottom: 0;
    }

}



/*
.layout-person .page-banner {background-image:url('')}
*/

.post-content .sp-title {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}

.post-content .sp-title h1 {
    font-size: 7rem;
    margin-bottom: 0;
}

.post-content .sp-title p {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3.5rem;
    font-size: 3rem;
    color: #f2a62e;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
}



.person-btns {
    padding-bottom: 3rem;
}

.person-btns .btn-first {
    margin-right: 2rem;
}


.layout-contact .page-banner {
    background-image: url('../img/header-bg-contact.jpg');
}

@media(min-width:992px) {
    .layout-contact .pull-right.main-contact-txt {
        padding-left: 7rem;
    }
}


.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocessor with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.podcasts {
    margin: 48px 0 16px 0
}

.podcasts .container {
    display: flex;
    flex-direction: column-reverse
}

.podcast {
    margin-bottom: 32px
}

.podcasts__text p {
    color: white
}

.podcasts__title {
    color: white
}

.podcasts__date {
    color: white;
    font-weight: bold
}