﻿html {
    overflow-x: hidden;
    margin: 0;
}

body {
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 22px;
    color: #444444;
}

/* ADA Jump Nav*/
.jumpNav {
    position: absolute;
    top: -200px;
}

    .jumpNav:focus {
        position: absolute;
        top: 70px;
        left: 38px;
        color: black;
        background: white;
        z-index: 9999;
    }

@media(max-width: 767px) {
    body {
        font-size: 21px;
    }
}

h1 {
    font-size: 61px;
    font-family: "Neuzeit Grotesk", sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

h2, .h2 {
    color: #222222;
    font-size: 31px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

h3, .h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

h4, .h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    h2, .h2 {
        font-size: 26px;
    }
}

@media(max-width: 640px) {
    h2, .h2 {
        font-size: 22px;
    }
}

.white-bg {
    background-color: #fff;
}

.relative {
    position: relative;
}

.flex-row {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

.row.no-padding {
    margin: 0;
}

    .row.no-padding > [class^="col"] {
        padding-left: 0;
        padding-right: 0;
    }

/*Custom Bootstrap Classes*/
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.container-full {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* HEADER */
.wrapper {
    padding-top: 80px;
    overflow: hidden;
}

@media(max-width: 1199px) {
    .wrapper {
        padding-top: 60px;
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid #ccc;
}

    #header .container-full {
        position: relative;
        padding: 20px 15px;
        background-color: #fff;
        z-index: 5;
    }

.clickDetect {
    cursor: pointer;
}

.logo_container {
    float: left;
    margin-left: 15px;
    padding-right: 3%;
    background: url(/assets/img/yaz-logo-full-color400.png) no-repeat;
    width: 200px;
    height: 28px;
    background-size: contain;
}

@media(max-width: 469px) {
    .logo_container {
        width: 160px;
        height: 22px;
    }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .logo_container {
        background: url(/assets/img/logo.png) no-repeat;
        margin-top: 12px;
    }
}

.logo_container a {
    display: block;
}

.logo_container img {
    width: 157px;
    display: block;
}

.navigation_container {
    float: none;
    max-width: 1000px;
    margin: 0 auto;
    width: auto;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .navigation_container {
        float: right;
        margin-right: 45px;
    }
}

.search_container {
    position: absolute;
    height: 100%;
    right: 15px;
    top: 32%;
}

@media (min-width:1200px) and (max-width:1320px) {
    .navigation_container {
        float: left;
    }
}

/* NAV */
.navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 17px;
    line-height: 17px;
    width: auto;
}

    .navigation > li {
        display: inline-block;
        padding: 0 18px;
        font-family: "Neuzeit Grotesk", sans-serif;
        font-weight: 700;
        text-transform: capitalize;
    }

        .navigation > li.c1468 {
            display: none;
        }

        .navigation > li > a {
            display: inline-block;
            letter-spacing: .3px;
            color: #000000;
            padding: 11px 0;
            -moz-transition: all .12s;
            -o-transition: all .12s;
            -webkit-transition: all .12s;
            transition: all .12s;
        }

    .navigation li a:hover,
    .navigation li a:active,
    .navigation li a:focus {
        text-decoration: none;
        color: #ed1c24;
    }

    .navigation > li.active > a {
        color: #ed1c24;
    }

.nav-toggle_container {
    z-index: 5;
    margin-left: auto;
}

.nav-toggle {
    width: 55px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0 15px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
}

    .nav-toggle .icon-bar {
        width: 100%;
        height: 2px;
        background-color: #1a322f;
        display: block;
        margin-top: 5px;
    }

        .nav-toggle .icon-bar:first-of-type {
            margin: 0;
        }

.navigation li.c1762 > a {
    color: #068a99;
}

    .navigation li.c1762 > a:hover, .navigation li.c1762 > a:focus {
        color: #04363c;
    }

.navigation > li.active.dropdown-open > a:after {
    opacity: 0;
    -moz-transition: opacity .3s, transform 0s .4s;
    -o-transition: opacity .3s, transform 0s .4s;
    -webkit-transition: opacity .3s, transform 0s .4s;
    transition: opacity .3s, transform 0s .4s;
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}


.navigation > li.dropdown-open > .dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    -moz-transition: all .5s cubic-bezier(.07,.99,.49,.99);
    -o-transition: all .5s cubic-bezier(.07,.99,.49,.99);
    -webkit-transition: all .5s cubic-bezier(.07,.99,.49,.99);
    transition: all .5s cubic-bezier(.07,.99,.49,.99);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    display: block;
}


.dropdown-menu {
    display: none;
    opacity: 0;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    background-color: transparent;
    color: #fff;
    -moz-transition: opacity .2s, transform 0s .4s;
    -o-transition: opacity .2s, transform 0s .4s;
    -webkit-transition: opacity .2s, transform 0s .4s;
    transition: opacity .2s, transform 0s .4s;
    pointer-events: none;
    margin: 0;
    border: 0;
    padding: 0;
    float: none;
}

    .dropdown-menu > li:first-of-type > a:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 100%;
        left: 27px;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 8px solid rgba(34,34,34,.95);
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
    }

    .dropdown-menu > li.active:first-of-type > a:after {
        border-bottom: 8px solid #ed1c24;
    }

    .dropdown-menu > li {
        color: #fff;
        display: block;
        background-color: #222222;
        background-color: rgba(34,34,34,.95);
        padding: 0;
        font-weight: 800;
        border-bottom: 1px solid #545352;
        height: auto;
        line-height: 1.4;
        width: 100%;
        white-space: normal;
    }

        .dropdown-menu > li > a {
            color: #fff !important;
            padding: 15px 20px 15px 20px;
            font-weight: 500;
            font-size: 16px;
            -moz-transition: all .15s;
            -o-transition: all .15s;
            -webkit-transition: all .15s;
            transition: all .15s;
        }

            .dropdown-menu > li > a:hover,
            .dropdown-menu > li > a:focus {
                background-color: #ed1c24;
                color: #fff;
            }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #ed1c24;
        color: #fff;
    }


        .dropdown-menu > .active > a:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f0da";
            margin-right: 5px;
        }

li:last-of-type .dropdown-menu {
    left: 50%;
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
}

.navigation > li:last-of-type:hover > .dropdown-menu,
.navigation > li.dropdown-open:last-of-type > .dropdown-menu,
.navigation > li:last-of-type > a:focus + .dropdown-menu {
    -moz-transform: translate(-50%, 13px);
    -ms-transform: translate(-50%, 13px);
    -o-transform: translate(-50%, 13px);
    -webkit-transform: translate(-50%, 13px);
    transform: translate(-50%, 13px);
}

li:last-of-type > .dropdown-menu > li:first-of-type > a:after {
    left: 50%;
    -moz-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    -o-transform: translate(-55%, 0);
    -webkit-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
}

/* SEARCH */
#search_toggle {
    float: left;
}

#search_toggle,
#search_button {
    display: block;
    border: 0;
    background-color: transparent;
    font-size: 21px;
}

    #search_toggle span,
    #search_button span {
        position: absolute;
        opacity: 0;
        color: transparent;
        font-size: 0;
    }

#search_toggle {
    z-index: 1;
    cursor: pointer;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    -webkit-transition: color .4s;
    transition: color .4s;
}

    #search_toggle.searchActive {
        opacity: 0;
        pointer-events: none;
    }

    #search_toggle i {
        color: #000000;
    }

#search_button {
    opacity: 0;
    z-index: -1;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    -webkit-transition: color .4s;
    transition: color .4s;
    float: left;
    padding: 0 0 0 30px;
    padding-right: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}

    #search_button.searchActive {
        pointer-events: all;
        opacity: 1;
        z-index: 1;
        display: block;
    }

#search_input {
    background-color: transparent;
    border: 0;
    font-size: 19px;
    text-align: right;
    opacity: 0;
    float: left;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    width: 0;
    color: #666666;
    outline: 0;
    font-size: 15px;
}

    #search_input.searchActive {
        opacity: 1;
        width: auto;
        -moz-transition: opacity .4s;
        -o-transition: opacity .4s;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        display: block;
    }

.icon-search {
    display: block;
}

.header-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

    .header-search.active {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .header-search {
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

        .header-search.active {
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
}

.header-search .search-bar {
    text-align: right;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 10px 0;
}

    .header-search .search-bar input {
        text-align: right;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 15px;
    }

    .header-search .search-bar input, .header-search .search-bar button {
        border: 0;
        outline: 0;
        background-color: transparent;
        color: #333;
    }



/* HOME */

#page-home {
    font-size: 25px;
}

    #page-home h2 {
        color: #ffffff;
    }

    #page-home h3 {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-bottom: 40px;
    }



.home-banner_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    background-color: #111;
    margin-top: 0;
}

@media(min-width: 768px) {
    .home-banner_bg {
        height: 600px;
    }
}

@media(min-width: 992px) {
    .home-banner_bg {
        height: 650px;
    }
}

@media(min-width: 1200px) {
    .home-banner_bg {
        height: 700px;
    }
}

@media(min-width: 1600px) {
    .home-banner_bg {
        height: 792px;
    }
}

.home-banner_bg .container,
.home-banner2_bg .container {
    z-index: 30;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-banner_content {
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 15px;
    position: relative;
    z-index: 30;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .home-banner_content {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

.home-banner_content p {
    margin-bottom: 30px;
}

.home-banner_content .btn-rounded {
    margin-bottom: 15px;
}

.home-banner_content h1 {
    font-size: 61px;
    font-family: "Neuzeit Grotesk", sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
}

    .home-banner_content h1 .active {
        color: #ed1c24;
    }

@media(max-width: 479px) {
    .home-banner_content h1 .display {
        display: block;
    }
}

.home-banner_content .btn-rounded.teal-solid:hover, .home-banner_content .btn-rounded.teal-solid:focus {
    color: #fff;
    background-color: #00526b;
    border-color: #00526b;
}



.home-banner2_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #111;
    margin-top: 0px;
    padding: 120px 0 160px;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .home-banner2_bg {
        min-height: 600px;
    }
}

.home-banner2_bg .home-banner_content {
    color: #ffffff;
    margin-bottom: 50px;
}

.yazaki-banner {
    background-color: transparent;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .yazaki-banner .power, .yazaki-banner .data, .yazaki-banner .display {
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .yazaki-banner > .container {
        height: 100%;
    }

    .yazaki-banner video {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1920px;
        height: 800px;
        display: flex;
    }

@media(min-width: 1200px) {
    .home-banner2_bg {
        /*height: 750px;*/
    }
}

@media(max-width: 1199px) {
    .home-banner_content h1 {
        font-size: 56px;
    }

    .yazaki-banner {
        font-size: 24px;
    }
}

@media(max-width: 1199px) and (min-width: 768px) {
    .yazaki-banner p {
        max-width: 560px;
        margin: 0 auto 20px;
    }
}

@media(max-width: 767px) {
    .yazaki-banner .home-banner_content {
        text-align: left;
    }

        .yazaki-banner .home-banner_content .content-divider {
            margin-left: 0;
        }

    .home-banner_bg {
        padding: 60px 0;
    }

    .home-banner2_bg {
        padding: 60px 0 90px;
    }

    .home-banner_content h1 {
        font-size: 48px;
    }

    .yazaki-banner video {
        display: none;
    }
}



/*HOME BANNER*/


.banner {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

    .banner.flightInit {
        opacity: 1;
    }

    .banner.flightPaused {
        opacity: 0;
    }

    .banner.active {
        opacity: 1;
    }

    .banner .banner_img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        pointer-events: none;
    }

.inactive {
    opacity: 0;
}

.active {
    opacity: 1;
}



.bannerOut, .bannerOut.active {
    pointer-events: none;
}

    .bannerOut .banner_img {
        -moz-animation-name: bannerOut;
        -o-animation-name: bannerOut;
        -webkit-animation-name: bannerOut;
        animation-name: bannerOut;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.bannerIn, .bannerIn.inactive {
    pointer-events: all;
}

    .bannerIn .banner_img {
        -moz-animation-name: bannerIn;
        -o-animation-name: bannerIn;
        -webkit-animation-name: bannerIn;
        animation-name: bannerIn;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.scrollInner {
    height: 100%;
}

@keyframes bannerOut {
    from {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(1.25);
        -ms-transform: translate(-50%, -50%) scale(1.25);
        -o-transform: translate(-50%, -50%) scale(1.25);
        -webkit-transform: translate(-50%, -50%) scale(1.25);
        transform: translate(-50%, -50%) scale(1.25);
    }
}

@keyframes bannerIn {
    from {
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(.7);
        -ms-transform: translate(-50%, -50%) scale(.7);
        -o-transform: translate(-50%, -50%) scale(.7);
        -webkit-transform: translate(-50%, -50%) scale(.7);
        transform: translate(-50%, -50%) scale(.7);
    }

    to {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}



.home-callouts {
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.callout_outer {
    padding-bottom: 30px;
}

.callout {
    height: 100%;
    position: relative;
    text-align: center;
}

    .callout a {
        margin: 0 auto 40px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .callout p {
        line-height: 1.2;
    }

.callout1, .callout_outer:nth-child(3n-2) .callout {
    background-color: #caeced;
}

    .callout1 h3,
    .callout1 p,
    .callout_outer:nth-child(3n-2) .callout h3,
    .callout_outer:nth-child(3n-2) .callout p {
        color: #4a8587;
    }

.callout2, .callout_outer:nth-child(3n-1) .callout {
    background-color: #bee0ed;
}

    .callout2 h3,
    .callout2 p,
    .callout_outer:nth-child(3n-1) .callout h3,
    .callout_outer:nth-child(3n-1) .callout p {
        color: #4a7687;
    }

.callout3, .callout_outer:nth-child(3n) .callout {
    background-color: #cad8ed;
}

    .callout3 h3,
    .callout3 p,
    .callout_outer:nth-child(3n) .callout h3,
    .callout_outer:nth-child(3n) .callout p {
        color: #4a6387;
    }

.callout_image {
    overflow: hidden;
}

    .callout_image img {
        width: 100%;
        display: block;
    }

.callout_content {
    text-align: center;
    padding: 40px 40px 120px;
}

@media(max-width: 767px) {
    .callout_content {
        padding: 20px 20px 120px;
    }
}


.testimonial {
    overflow: hidden;
    font-family: "Neuzeit Grotesk", sans-serif;
    color: #222;
    font-weight: 400;
    display: flex;
    align-items: center;
}

    .testimonial .callout_content {
        padding: 50px 40px 85px;
        font-size: 22px;
    }


    .testimonial .open-quote, .testimonial .close-quote {
        position: absolute;
        top: -5px;
        left: -5px;
        color: #333;
        opacity: .06;
    }

        .testimonial .open-quote svg, .testimonial .close-quote svg {
            width: 225px;
        }

    .testimonial .author {
        position: absolute;
        bottom: 22px;
        right: 30px;
    }

    .testimonial .close-quote {
        top: auto;
        left: auto;
        bottom: -5px;
        right: -5px;
    }

@media(max-width: 767px) {
    .testimonial, .testimonial .callout_content {
        text-align: left;
    }

        .testimonial .callout_content {
            padding: 40px 30px;
        }

        .testimonial .author {
            position: relative;
            right: auto;
            bottom: auto;
        }
}

.author {
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #555;
    font-family: "Neuzeit Grotesk", sans-serif;
}

.featured-content_full-width {
    padding-top: 160px;
    font-size: 25px;
}

.home-about-section {
    text-align: center;
}

#page-home .home-about-section h2,
#page-home .home-instagram-section h2 {
    color: #222222;
}

.home-about-section p {
    max-width: 80%;
    margin: 0 auto 40px auto;
}

@media(max-width: 767px) {
    .home-about-section p {
        max-width: none;
    }
}

.home-news-section {
    z-index: 1;
    position: relative;
    margin-top: 100px;
}

    .home-news-section .skew1 {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: visible;
        width: 100%;
        height: 480px;
        background: #d1eced;
        z-index: -1;
        -webkit-transform: skewY(10deg);
        -moz-transform: skewY(10deg);
        -ms-transform: skewY(10deg);
        -o-transform: skewY(10deg);
        transform: skewY(10deg);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: initial;
        backface-visibility: initial;
        -moz-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
        -o-transform-origin: 50% 0 0;
        -webkit-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
    }

    .home-news-section .skew2 {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: visible;
        width: 100%;
        height: 480px;
        background: #edf1f9;
        z-index: 0;
        -webkit-transform: skewY(-10deg);
        -moz-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
        -o-transform: skewY(-10deg);
        transform: skewY(-10deg);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: initial;
        backface-visibility: initial;
        -moz-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
        -o-transform-origin: 50% 0 0;
        -webkit-transform-origin: 50% 0 0;
        transform-origin: 50% 0 0;
    }

.home-news-section_content {
    z-index: 10;
    position: relative;
    text-align: center;
}

@media(min-width: 992px) {

    .home-news-section {
        height: 500px;
        margin-top: 200px;
    }

    .home-news-section_content {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


#page-home .home-news-section_content h2 {
    color: #37a0af;
}

.home-news-date {
    color: #37a0af;
    font-size: 18px;
    font-weight: bold;
}

.home-news-section_content a {
    display: block;
    color: #444;
    text-decoration: none;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
}

@media(max-width: 991px) {
    .home-news-section_content a {
        margin-bottom: 25px;
    }
}

.home-news-section_content a:hover, .home-news-section_content a:focus {
    color: #37a0af;
}

.home-news-section_content .btn-rounded {
    color: #fff;
    margin: 40px auto 0;
}

.home-instagram-section {
    margin-top: 180px;
    text-align: center;
}

@media(max-width: 991px) {
    .home-instagram-section {
        margin-top: 100px;
    }
}

#interior .home-instagram-section {
    margin-top: 90px;
}


.home-instagram-section_image {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .home-instagram-section_image > a {
        display: block;
        padding-bottom: 100%;
    }

    .home-instagram-section_image img {
        width: 100%;
    }

.home-instagram-section .btn-rounded {
    margin-top: 50px;
}

@media(max-width: 767px) {
    .home-instagram-section .row {
        margin: 0 -7.5px;
    }

    .home-instagram-section .col-md-4 {
        padding: 0 7.5px;
    }

    .home-instagram-section_image {
        margin: 7.5px 0;
    }
}

.home-twitter-section {
    z-index: 1;
    position: relative;
    height: 480px;
    margin-top: 200px;
    margin-bottom: 150px;
}

@media(max-width: 991px) {
    .home-twitter-section {
        margin-top: 100px;
    }
}

#page-home .home-twitter-section {
    margin-bottom: -1px;
}


.home-twitter-section_content {
    z-index: 10;
    position: relative;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4a6387;
}


#page-home .home-twitter-section_content h2 {
    color: #4a6387;
}


.home-twitter-section_content a {
    margin-top: 40px;
}

.home-twitter-section .skew1 {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: visible;
    width: 100%;
    height: 480px;
    /*background: #d1eced;*/
    background: linear-gradient(to right, #eff8f9 0%, #eff8f9 50%, #498898 50%, #498898 100%);
    z-index: -1;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: initial;
    backface-visibility: initial;
}

.home-twitter-section .skew2 {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: visible;
    width: 100%;
    height: 480px;
    background: #cad8ed;
    z-index: 0;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: initial;
    backface-visibility: initial;
}


.footer {
    background-color: #00526b;
    color: #ffffff;
    text-align: center;
}

.footer-navigation {
    list-style: none;
    margin: 0;
    padding: 30px 0;
}

    .footer-navigation li {
        display: inline-flex;
        margin: 0 20px;
    }

    .footer-navigation > li {
        padding: 10px 0;
    }

    .footer-navigation li a {
        color: #ffffff;
        font-size: 17px;
        font-weight: 400;
    }

@media(max-width: 767px) {
    .footer-navigation li {
        margin: 0 10px;
    }
}

.social-media ul li {
    margin: 0 3px;
}

.social {
    padding: 0;
    margin: 0 -3px;
}

    .social li a {
        padding: 10px;
        color: #37a0af;
        border: 1px solid #37a0af;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: block;
        line-height: 0;
        font-size: 22px;
        display: flex;
        align-items: center;
        text-align: center;
        text-decoration: none;
    }

        .social li a:hover, .social li a:focus {
            color: #fff;
            background-color: #37a0af;
            text-shadow: 2px 2px 3px rgba(60, 60, 60, 0.15);
        }

        .social li a .fa {
            display: inline-block;
            text-align: center;
            position: relative;
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .footer-navigation {
        padding: 90px 0;
    }

        .footer-navigation > li {
            float: left;
        }

    .social {
        list-style: none;
    }

    .social-media ul li {
        float: left;
    }

    .social li a {
        border: 0;
    }

        .social li a:hover, .social li a:focus {
            background-color: transparent;
        }
}

#page-home .footer-navigation {
    margin: 200px 0 0 0;
}

@media (min-width:1200px) and (max-width:1320px) {
    .home-banner_content {
        width: 60%;
    }
}

@media(max-width: 767px) {
    #page-home .footer-navigation {
        margin: 50px 0 0 0;
    }
}

@media(max-width: 601px) {
    .footer-navigation {
        text-align: left;
    }

        .footer-navigation > li {
            display: block;
            margin: 0;
        }
}


.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2000;
    background-color: #231f20;
    color: #9e9e9e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    cursor: pointer;
    opacity: .95;
}

@media(max-width: 640px) {

    .back-to-top {
        width: 50px;
        height: 50px;
    }
}

.back-to-top:hover {
    color: #fff;
    opacity: 1;
}

.back-to-top.topcontrol--not-top {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

    .back-to-top.topcontrol--not-top.topcontrol--bottom {
        opacity: .1;
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        -o-transform: translateY(25%);
        -ms-transform: translateY(25%);
        transform: translateY(25%);
    }

        .back-to-top.topcontrol--not-top.topcontrol--bottom:hover {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }


.back-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -10px;
    color: #9e9e9e;
    font-size: 30px;
    line-height: 1;
    margin-right: 0;
    margin-bottom: 0;
}

    .back-to-top i:before {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }


/* BIG BAD BUTTONS. OH YEAH!! */
.btn-rounded {
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: transparent;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 30px 7px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 20px;
    width: 250px;
}

    .btn-rounded:hover,
    .btn-rounded:active,
    .btn-rounded:focus {
        text-decoration: none;
    }

    .btn-rounded.blue {
        color: #00526b;
        border-color: #00526b;
    }

        .btn-rounded.blue:hover,
        .btn-rounded.blue:active,
        .btn-rounded.blue:focus {
            background-color: #00526b;
            color: #ffffff;
        }

    .btn-rounded.teal-solid {
        background-color: #37a0af;
        border-color: #37a0af;
    }

        .btn-rounded.teal-solid:hover,
        .btn-rounded.teal-solid:active,
        .btn-rounded.teal-solid:focus {
            background-color: transparent;
            color: #37a0af;
        }


    .btn-rounded.red {
        color: #f92f37;
        border-color: #f92f37;
    }

        .btn-rounded.red:hover,
        .btn-rounded.red:active,
        .btn-rounded.red:focus {
            background-color: #f92f37;
            color: #ffffff;
        }

    .btn-rounded.red-solid {
        background-color: #f92f37;
        border-color: #f92f37;
    }

        .btn-rounded.red-solid:hover,
        .btn-rounded.red-solid:active,
        .btn-rounded.red-solid:focus {
            background-color: #ffffff;
            color: #f92f37;
        }

    .btn-rounded.lt-blue-solid {
        background-color: #e5f6f6;
        border-color: #e5f6f6;
    }

.callout1 .btn-rounded.lt-blue-solid {
    color: #4a8587;
}

    .callout1 .btn-rounded.lt-blue-solid:hover,
    .callout1 .btn-rounded.lt-blue-solid:active,
    .callout1 .btn-rounded.lt-blue-solid:focus {
        background-color: #4a8587;
        border-color: #4a8587;
        color: #e5f6f6;
    }

.callout2 .btn-rounded.lt-blue-solid {
    color: #4a7687;
}

    .callout2 .btn-rounded.lt-blue-solid:hover,
    .callout2 .btn-rounded.lt-blue-solid:active,
    .callout2 .btn-rounded.lt-blue-solid:focus {
        background-color: #4a7687;
        border-color: #4a7687;
        color: #e5f6f6;
    }

.callout3 .btn-rounded.lt-blue-solid {
    color: #4a6387;
}

    .callout3 .btn-rounded.lt-blue-solid:hover,
    .callout3 .btn-rounded.lt-blue-solid:active,
    .callout3 .btn-rounded.lt-blue-solid:focus {
        background-color: #4a6387;
        border-color: #4a6387;
        color: #e5f6f6;
    }

.btn-rounded.purple-solid {
    background-color: #4a6387;
    border-color: #4a6387;
}

    .btn-rounded.purple-solid:hover,
    .btn-rounded.purple-solid:active,
    .btn-rounded.purple-solid:focus {
        background-color: transparent;
        color: #4a6387;
    }

.widget:nth-child(2) .btn-rounded.purple-solid {
    background-color: #4a8587;
    border-color: #4a8587;
}

    .widget:nth-child(2) .btn-rounded.purple-solid:hover,
    .widget:nth-child(2) .btn-rounded.purple-solid:active,
    .widget:nth-child(2) .btn-rounded.purple-solid:focus {
        background-color: transparent;
        color: #4a8587;
    }

.btn-rounded.green-solid {
    background-color: #4a8587;
    border-color: #4a8587;
}

    .btn-rounded.green-solid:hover,
    .btn-rounded.green-solid:active,
    .btn-rounded.green-solid:focus {
        background-color: transparent;
        color: #4a8587;
    }

.btn-rounded.opaque-solid {
    background-color:#ffffff;
    background-color: rgba(255, 255, 255, .65);
    border: none;
    color: #005d85;
    padding: 10px 32px 9px;
}

    .btn-rounded.opaque-solid:hover,
    .btn-rounded.opaque-solid:active,
    .btn-rounded.opaque-solid:focus {
        background-color: #005d85;
        color: #ffffff;
    }


/* Misc */
.image-center {
    position: relative;
    overflow: hidden;
}

    .image-center img {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .image-center img {
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 767px) {
    .leadership-listing .image-center img {
        width: 100% !important;
        height: 100% !important;
    }
}

.text-left {
    text-align: left;
}

.text-white {
    color: #fff;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-row {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

    .flex-row.container:before, .flex-row.container:after, .flex-row.row:before, .flex-row.row:after {
        content: normal;
    }

.content-divider {
    border-bottom: solid 2px;
    width: 135px;
    margin: 0 auto;
    margin-bottom: 40px;
}


.dash-left {
    border-bottom: solid 2px;
    width: 60px;
    margin-bottom: 20px;
}


    .content-divider.red, .dash-left.red {
        border-color: #f92f37;
    }

    .content-divider.blue, .dash-left.blue {
        border-color: #4a6387;
    }

    .content-divider.lt-blue, .dash-left.lt-blue {
        border-color: #37a0af;
    }

.headingRed {
    padding-top: 40px;
    margin-top: 60px;
    position: relative;
    text-align: center;
}

    .headingRed:before {
        border-bottom: solid 2px;
        width: 134px;
        margin: 0 auto;
        margin-bottom: 40px;
        border-color: #f92f37;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -67px;
    }

.headingBlue {
    padding-top: 40px;
    margin-top: 60px;
    position: relative;
    text-align: center;
}

    .headingBlue:before {
        border-bottom: solid 2px;
        width: 134px;
        margin: 0 auto;
        margin-bottom: 40px;
        border-color: #37a0af;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -67px;
    }


/* Landing Page */
.landing-banner {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    text-align: center;
}

@media(min-width: 768px) {
    .landing-banner {
        height: 350px;
    }
}

@media(min-width: 1200px) {
    .landing-banner {
        height: 400px;
    }
}



.landing-banner_content, .interior-banner_content {
    margin: 15px auto 0;
    text-align: center;
}

    .landing-banner_content .h2 {
        margin-bottom: 15px;
    }

.landing-body {
    margin: 90px 0 45px;
}

.main-content {
    font-size: 22px;
}

@media(min-width: 768px) {
    .main-content {
        text-align: center;
    }
}

@media(max-width: 991px) {
    .landing-body {
        margin: 60px 0;
    }
}

iframe {
    border: 0;
}

.main-content p {
    margin-bottom: 40px;
}

.frame-cover {
    position: relative;
    margin-top: -106px;
}

    .frame-cover iframe {
        width: 100%;
        border: 2px solid #ddd;
    }

    .frame-cover:before {
        height: 108px;
        left: 0;
        top: 0;
        right: 0;
        position: absolute;
        background-color: #f4f4f4;
        border-bottom: 2px solid #ddd;
        content: '';
        display: block;
    }

.landing-explore {
    background-color: #202020;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
}

@media(max-width: 767px) {
}

.landing-explore_content {
    text-align: center;
    padding: 60px 0;
    margin: 0 auto;
}

.landing-explore h2 {
    color: #ffffff;
}

.landing-items_container {
    position: relative;
    padding: 0;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f4f4f5;
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

@media(max-width: 767px) {

    .landing-explore {
        min-height: 260px;
    }

    .landing-explore_content {
        padding-bottom: 25px;
    }

    .landing-items_container {
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

.landing-items_container-inner {
    position: absolute;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.landing-items_nav > .row {
}

    .landing-items_nav > .row > div {
        padding-left: 0;
        padding-right: 0;
    }

.landing-item h3 {
    color: #005d85;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.landing-item {
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    border-bottom: 30px solid #ffffff;
    position: relative;
    font-size: 22px;
}

.landing-items_nav > .row > div:nth-of-type(1) .landing-item:after,
.landing-items_nav > .row > div:nth-of-type(2) .landing-item:after,
.landing-items_nav > .row > div:nth-of-type(3) .landing-item:after {
    content: '';
    width: 15px;
    height: 100px;
    background: #202020;
    position: absolute;
    top: 0;
    right: -15px;
}

.landing-items_nav > .row > div:nth-of-type(1) .landing-item:before,
.landing-items_nav > .row > div:nth-of-type(2) .landing-item:before,
.landing-items_nav > .row > div:nth-of-type(3) .landing-item:before {
    content: '';
    width: 15px;
    height: 100px;
    background: #202020;
    position: absolute;
    top: 0;
    left: -15px;
}

.landing-items_nav > .row > .col-md-6.col-xs-12:nth-of-type(3) .landing-item:after {
    content: normal;
}


@media(max-width: 1199px) {
    .landing-items_nav > .row > div:nth-of-type(3) .landing-item:before,
    .landing-items_nav > .row > div:nth-of-type(3) .landing-item:after {
        content: normal;
    }
}

.heading-wrapper {
    position: relative;
}

    .heading-wrapper h2 {
        z-index: 2;
        padding-top: 35px;
        text-align: center;
    }

    .heading-wrapper img {
        position: absolute !important;
        top: 0;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }

/* INTERIOR */
.interior-banner {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 50px 0;
}

    .landing-banner.dark h1, .interior-banner.dark h1 {
        color: #fff;
        padding: 0 20px;
    }

@media(min-width: 768px) {
    .interior-banner {
        height: 300px;
    }
}

.breadcrumb-container {
    width: 100%;
    background-color: #202020;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}

.bread {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
}

    .bread li {
        display: inline-block;
        position: relative;
        padding: 0 4px;
    }

        .bread li a {
            color: #fff;
            display: inline;
        }

    .bread > li + li:before {
        float: left;
        color: #ffffff;
        content: "/\00a0";
        margin-right: 4px;
    }

.location-listing .bread > li + li:before {
    color: #90b5c0;
}

.bread li:last-child,
.bread li:last-child a {
    color: #ed1c24;
}

.interior-body {
    margin: 100px 0 90px;
}

    .interior-body .main-content, .landing-body .main-content {
        padding: 0 150px;
    }

@media(max-width: 1599px) {
    .interior-body {
        margin: 80px 0 70px;
    }
}

@media(max-width: 991px) {
    .interior-body .main-content, .landing-body .main-content {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .interior-body {
        margin: 50px 0 40px;
    }
}


.interior-nav {
    position: relative;
}

    .interior-nav .skew-bg {
        top: 0;
        margin-top: -15%;
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

.interior-nav_content {
    position: relative;
    z-index: 50;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 100px;
}

@media(max-width: 1199px) {

    .interior-nav_content {
        margin-top: 100px;
        margin-bottom: 90px;
    }
}

@media(max-width: 991px) {

    .interior-nav_content {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

#tabs {
    position: relative;
    z-index: 50;
}

/* TABS */
.c-tabs {
    overflow: hidden;
}

    .c-tabs img {
        max-width: 100%;
    }

.c-tabs-nav {
    display: flex;
    width: auto;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Or do it all in one line with flex flow */
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0 20px;
}

.c-tabs-nav__link {
    margin: 0 15px 15px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
}

    .c-tabs-nav__link:last-child {
        margin-right: 0;
    }



    .c-tabs-nav__link span {
        color: #525252;
        font-weight: 700;
        font-size: 20px;
    }

    .c-tabs-nav__link.is-active {
        border-color: #ed1c24;
    }

        .c-tabs-nav__link.is-active span {
            color: #ed1c24;
        }

    .c-tabs-nav__link:hover,
    .c-tabs-nav__link:focus,
    .c-tabs-nav__link:active {
        text-decoration: none;
    }

    .c-tabs-nav__link i,
    .c-tabs-nav__link span {
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    .c-tabs-nav__link i {
        font-size: 18px;
    }

.c-tab {
    opacity: 0;
    background-color: #f4f4f5;
    padding: 60px 80px;
    margin-top: 15px;
    text-align: left;
    color: #666666;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

    .c-tab.is-active {
        opacity: 1;
        position: relative;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        pointer-events: all;
    }

    .c-tab h3 {
        margin-bottom: 15px;
    }

@media(max-width: 1199px) {
    .c-tab {
        padding: 60px;
    }
}

@media(max-width: 767px) {
    .c-tab {
        padding: 30px 25px;
    }
}

.resources-section {
    margin-top: 90px;
    margin-bottom: 120px;
    text-align: center;
}


@media(max-width: 1599px) {
    .resources-section {
        margin-top: 70px;
    }
}

@media(max-width: 767px) {
    .resources-section {
        margin-top: 40px;
    }
}


.accordion {
    margin: 0;
}

.accordion-toggle {
    border: none;
    padding: 30px 80px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    outline: 0;
    position: relative;
    width: 100%;
}

.accordion:nth-child(3n - 2) .accordion-toggle {
    background-color: #caeced;
    color: #4a8587;
}

.accordion:nth-child(3n - 2) .main-content {
    background-color: #f4fbfb;
}

.accordion:nth-child(3n - 1) .accordion-toggle {
    background-color: #bee0ed;
    color: #4a7687;
}

.accordion:nth-child(3n - 1) .main-content {
    background-color: #f1fafd;
}

.accordion:nth-child(3n) .accordion-toggle {
    background-color: #cad8ed;
    color: #4a6387;
}

.accordion:nth-child(3n) .main-content {
    background-color: #f4f7fc;
}

#DataSheets {
    background-color: #f4fbfb;
}

.leadership-accordion .accordion-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-content .main-content {
    padding: 80px;
}

.accordion-plus {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 60px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
    width: 16px;
    height: 16px;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

@media(max-width:767px) {
    .accordion-toggle,
    .accordion-content .main-content {
        padding: 30px;
    }

    .accordion-plus {
        right: 15px;
    }
}

.accordion-plus:before, .accordion-plus:after {
    height: 16px;
    width: 2px;
    content: '';
    position: absolute;
    -moz-transition: all .2s .3s;
    -o-transition: all .2s .3s;
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
}

.datasheets .accordion-plus:before, .datasheets .accordion-plus:after {
    background-color: #4a8587;
}

.catalogs .accordion-plus:before, .catalogs .accordion-plus:after {
    background-color: #4a7687;
}

.manuals .accordion-plus:before, .manuals .accordion-plus:after {
    background-color: #4a6387;
}

.collapsed .accordion-plus:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.collapsed .accordion-plus:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.collapsed .accordion-plus {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-plus:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion-plus:before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.datasheets-list, .datasheet-accordion ul {
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: left;
    padding: 0;
    margin-left: -30px;
}

@media(max-width:479px) {
    .datasheets-list,
    .datasheet-accordion ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.datasheets-list li, .datasheet-accordion ul li {
    padding-left: 30px;
    padding-bottom: 15px;
    line-height: 1.05;
    -webkit-column-break-inside: avoid;
    -webkit-break-inside: avoid-column;
    break-inside: avoid-column;
}

    .datasheets-list li a, .datasheets-list li,
    .datasheet-accordion ul li a, .datasheet-accordion ul li {
        color: #666666;
        font-size: 22px;
        position: relative;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
    }

        .datasheets-list li a,
        .datasheet-accordion ul li a {
            text-decoration: underline;
        }

            .datasheets-list li a:hover,
            .datasheet-accordion ul li a:hover {
                color: #ed1c24;
            }

        /*.datasheets-list li > a:before,
            .datasheet-accordion ul li > a:before {
                content: '\f019\00a0';
                font-family: 'FontAwesome';
                position: absolute;
                top: 3px;
                right: 100%;
                transition: all .15s;
                opacity: 0;
                color: #ed1c24;
            }

            .datasheets-list li > a:hover:before,
            .datasheet-accordion ul li > a:hover:before {
                opacity: 1;
            }*/

        .datasheets-list li div span:last-of-type,
        .datasheet-accordion ul li div span:last-of-type {
            display: none;
        }

/* Background Pattern */
.skew-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    /*height: 480px;*/
    width: 100%;
    min-width: 100%;
    z-index: -1;
    padding: 10% 0;
    overflow: hidden;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .skew-bg {
        top: 0;
        left: 0;
    }
}

.skew-bg .relative {
    position: relative;
    height: 480px;
    width: 100%;
    min-width: 100%;
}

.skew-bg .skew1, .skew-bg .skew2 {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: visible;
    height: 480px;
    width: 100%;
    min-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: initial;
    backface-visibility: initial;
    z-index: 0;
}

.skew-bg .skew1 {
    background: #d1eced;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
}

.skew-bg .skew2 {
    background: #edf1f9;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    -o-transform: skewY(-20deg);
    transform: skewY(-20deg);
}


.skew-bg .hexagon {
    position: absolute;
    left: 50%;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 100%;
    width: 100%;
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .skew-bg .hexagon {
        left: 0;
    }
}

.skew-bg .hexagon-in1 {
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    height: 480px;
    width: 100%;
    position: absolute;
}

.skew-bg .hexagon-in2 {
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    -o-transform: skewY(-20deg);
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    height: 480px;
    position: absolute;
}

.skew-bg.bg-top {
    top: 0;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.home-twitter-section .skew-bg {
    overflow: hidden;
    padding: 10% 0;
}

.hexagon {
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
    width: 1920px;
}

.hexagon2 {
    width: 1920px;
    height: 480px;
    top: 0;
    left: 50%;
    -moz-transform: translate(-49.5%, 20px);
    -ms-transform: translate(-49.5%, 20px);
    -o-transform: translate(-49.5%, 20px);
    -webkit-transform: translate(-49.5%, 20px);
    transform: translate(-49.5%, 20px);
    position: absolute;
}

.hexagon-in1 {
    overflow: hidden;
    height: 472px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg) translateY(5px);
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}

.hexagon-in2 {
    overflow: hidden;
    height: 473px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg) translateY(-3px);
    background-repeat: no-repeat;
    background-color: #cfe5ed;
    visibility: visible;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    -o-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}

/* Leadership */
.leadership-listing {
    padding: 120px 0;
}

.leader-item .inner {
    width: 100%;
    padding-bottom: 100%;
}

.leader-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .leader-item a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        background-color:#ff0000;
        background-color: rgba(249, 47, 55, 0.92);
        opacity: 0;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .leader-item a:hover:after, .leader-item a:focus:after,
    .leader-item a.active:after {
        opacity: 1;
    }

    .leader-item a:hover .leader-content, .leader-item a:focus .leader-content {
        opacity: 1;
    }

.leader-item .leader-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    line-height: 1.08;
    font-size: 18px;
    opacity: 0;
    -moz-transition: all .35s .15s;
    -o-transition: all .35s .15s;
    -webkit-transition: all .35s .15s;
    transition: all .35s .15s;
    display: block;
}

    .leader-item .leader-content .title {
        margin-bottom: 0;
        display: block;
    }

    .leader-item .leader-content .name {
        font-size: 22px;
        display: block;
        margin-bottom: 5px;
    }

@media(max-width: 480px) {
    .leader-item .leader-content {
        font-size: 15px;
    }
}

#leaderModalIframe {
    width: 100%;
    height: 100%;
}

.modal-body {
    height: 80vh;
    padding: 0;
    background-color: #f6f6f6;
}

.iframe-body {
    margin: 0;
}

.modal-header {
    padding: 5px 15px;
}

    .modal-header .close span {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: -3px;
        display: block;
    }

.iframe-body .article-content p {
    margin-top: 20px;
}

.modal-open {
    padding-right: 0 !important;
}


span.leader-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbb;
}

/* News List */

.article-list {
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: -60px;
}

    .article-list .grid-sizer {
        display: none;
    }

.article-tile {
    background-color: #f6f6f6;
    margin-bottom: 30px;
    font-size: 20px;
}

    .article-tile hr {
        border-color: #ddd;
    }

.article-title, .article-title a {
    font-size: 24px;
    color: #37a0af;
    margin-top: 0;
    font-weight: 500;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
    text-decoration: none;
}

.article-content {
    color: #444;
    text-decoration: none;
    padding: 30px;
    display: block;
}

    .article-content br {
        display: none;
    }

    .article-content p {
        margin: 0;
    }

a.article-content:hover, a.article-content:focus {
    text-decoration: none;
    color: #444;
}

    a.article-content:hover .article-title {
        color: #111;
    }

.date {
    font-size: 18px;
    color: #7e7e7e;
    font-weight: 500;
    margin-top: 4px;
}

.article-content .link {
    color: #37a0af;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    display: block;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s;
}

a.article-content:hover .article-title, a.article-content:focus .article-title,
.article-title a:hover, .article-title a:focus {
    color: #4a6387;
}

.news_container {
    padding-bottom: 60px;
}


/* Pagination */
.pagination {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
}

.results {
    font-size: 18px;
    margin-bottom: 5px;
}

.pagination:first-child {
    margin-bottom: 10px;
    margin-top: 30px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #37a0af;
    border-color: #37a0af;
}

.pagination > li > a, .pagination > li > span {
    color: #37a0af;
    padding: 6px 15px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.widget {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 40px;
    width: 100%;
}

    .widget .btn-rounded {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }




.landing-callouts {
    margin-bottom: 100px;
    text-align: center;
}


.landing-callout_content.purple p {
    margin-bottom: 40px;
    color: #4a6387;
}

.widget:nth-child(2) .landing-callout_content.purple p {
    color: #4a8587;
}

.landing-callout_content.green p {
    margin-bottom: 40px;
    color: #4a8587;
}

@media(min-width: 992px) {
    .widget {
        width: 50%;
        margin-bottom: 0;
    }

    .landing-callout_content {
        padding: 0 80px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {

    .landing-callout_content {
        padding: 0 40px;
    }
}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    .widget {
        float: left;
    }
}

/* Map */

#map {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 10;
    position: absolute !important;
    display: block;
}

@media (max-width: 991px) {
    #map {
        min-height: 420px;
    }
}

@media (min-width: 992px) {
    #map {
        height: 100%;
        position: absolute !important;
    }
}

#map img {
    max-width: none;
}

#map .article-content {
    font-family: "Neuzeit Grotesk", sans-serif;
    font-size: 21px;
    padding-right: 10px;
    line-height: 1.2;
}

    #map .article-content br {
        display: block;
    }

.interior-map {
    width: auto;
    height: 765px;
    position: relative;
    overflow: hidden;
    /*margin: 0 0 -40px -45px;*/
    /*margin-top: -90px;*/
}



#map .article-content a, .location-listing .article-content a {
    color: #37a0af;
    text-decoration: none;
    font-weight: 500;
    -moz-transition: all .125s;
    -o-transition: all .125s;
    -webkit-transition: all .125s;
    transition: all .125s;
}

    #map .article-content a:hover, #map .article-content a:focus,
    .location-listing .article-content a:hover, .location-listing .article-content a:focus {
        color: #444444;
    }

#SitelocationsFilter {
    background-color:#4a7687;
    background-color: rgba(74, 99, 135, 0.85);
    padding: 30px 30px 10px;
    text-align: center;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 500px;
    width: 25%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 10%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 60;
}

#SitelocationsFilter.filters-minimized {
    background-color: #ed1c24;
    transform: translate(0);
    position: absolute;
    top: 0;
    left: -10px;
    min-width: 50px;
    width: 50px;
    height:50px;
    margin: 0;
    overflow: hidden;
}
    #SitelocationsFilter.filters-minimized:hover {
        background-color: #222;
        cursor: pointer;
    }

#SitelocationsFilter .filters-toggle.close i {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
}

    #SitelocationsFilter.filters-minimized .filters-toggle.close i {
        display: none;
    }

#SitelocationsFilter.filters-minimized .filters-toggle.open i {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 15px 15px;

}

    #SitelocationsFilter .filters-toggle.open i {
        display: none;
    }

@media(max-width:767px) {
    .interior-map {
        position: relative !important;
    }

    #SitelocationsFilter {
        position: relative !important;
        min-width: 100%;
        margin-left: 0;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

#SitelocationsFilter h2 {
    color: #fff;
}

#SitelocationsFilter .search_select {
    margin: 0 0 40px 0;
}

    #SitelocationsFilter .search_select:after {
        color: #fff;
    }

    #SitelocationsFilter .search_select select {
        background-color: transparent;
        color: #fff;

        border-color: rgba(250, 250, 250, .7);
    }


.location-listing .article-content {
    line-height: 1.2;
}

    .location-listing .article-content br {
        display: block;
    }

.search_select {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    font-size: 19px;
}

@media(max-width:767px) {
    .search_select {
        display: block;
    }
}

.search_select.no-margin {
    margin: 0;
    float: none;
    display: inline-block;
    width: auto;
}

.search_select:last-child {
    margin-right: 0;
}

.search_select select {
    padding: 12px 40px 12px 0;
    font-size: 19px;
    line-height: 18px;
    cursor: pointer;
    width: 100%;
    border: 0;
    border-bottom: 4px solid #202020;
    color: #202020;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search_select:last-child select {
    margin-bottom: 0;
}

.search_select select option {
    color: #202020;
    text-transform: none;
    font-size: 19px;
    background-color: #ffffff;
}

.search_select:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    color: #202020;
    position: absolute;
    top: 50%;
    right: 1px;
    margin-top: -14px;
    font-size: 21px;
    pointer-events: none;
}

/* Contact Form */
#contactForm {
    margin: 0 0 90px;
}

@media(min-width: 1200px) {
    #contactForm {
        margin: 0 60px 0 0;
    }
}

.contact-style input, .contact-style select, .contact-style textarea {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 8px;
    border: 2px solid #eee;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
    color: #333;
}

    .contact-style input:focus, .contact-style select:focus, .contact-style textarea:focus {
        border-color: #37a0af;
        outline: 0;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(55,160,175,.1);
        -moz-box-shadow: 0px 0px 4px 1px rgba(55,160,175,.1);
        box-shadow: 0px 0px 4px 1px rgba(55,160,175,.1);
    }


.contact-style textarea {
    width: 100%;
    height: 225px;
}

.contact-style .form-group {
    color: #777;
}

.contact-style .form-group.options {
    margin-bottom: 30px;
}

.contact-style label {
    color: #999;
}

.contact-style input[type="checkbox"] {
    float: left;
    clear: both;
    margin: 8px 8px 8px 0;
    width: 25px;
    -ms-transform: scale(1.25); /* IE */
    -moz-transform: scale(1.25); /* FF */
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.checkbox-container {
    line-height: 36px;
}

#sitemap {
    margin-bottom: 120px;
}

    #sitemap > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #sitemap ul {
        margin: 8px 0;
    }

    #sitemap > ul > li > a {
        font-size: 24px;
        font-weight: 600;
    }

    #sitemap > ul ul {
        list-style: none;
        border-left: 6px solid #eee;
        padding-left: 25px;
    }



    #sitemap a {
        color: #ed1c24;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
        text-decoration: none;
    }

        #sitemap a:visited {
            color: #666;
        }

        #sitemap a:hover, #sitemap a:focus {
            color: #37a0af;
        }

/* Search */
.news-v3 h2 {
    margin: 0 0 5px;
    letter-spacing: 0;
    text-transform: none;
    font-size: 26px;
}

    .news-v3 h2 a {
        color: #151515;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
    }

        .news-v3 h2 a:hover, .news-v3 h2 a:focus {
            color: #ed1c24;
            text-decoration: none;
        }


.search-bar_lg {
    display: flex;
    align-items: center;
    border: 2px solid #eee;
    padding: 10px 5px;
}

    .search-bar_lg input {
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        border: 0;
        margin-left: 10px;
        outline: 0;
    }

    .search-bar_lg button {
        color: #151515;
        background-color: transparent;
        border: 0;
        font-size: 21px;
        outline: 0;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
    }

        .search-bar_lg button:hover, .search-bar_lg button:focus {
            color: #37a0af;
        }

.dash {
    width: 30px;
    border-bottom: 4px solid #ed1c24;
    margin: 10px 0 20px;
}

    .dash.blue {
        border-color: #37a0af;
    }

/* 09. Animations */
@media(min-width: 767px) {


    .animate .content-divider {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        opacity: 0;
        -moz-transition: all 1.4s cubic-bezier(.075,.82,.165,1) .05s;
        -o-transition: all 1.4s cubic-bezier(.075,.82,.165,1) .05s;
        -webkit-transition: all 1.4s cubic-bezier(.075,.82,.165,1) .05s;
        transition: all 1.4s cubic-bezier(.075,.82,.165,1) .05s;
    }

    .animate.active .content-divider {
        opacity: 1;
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .popUp {
        -webkit-transform: translate3d(0,25px,0);
        -moz-transform: translate3d(0,25px,0);
        -ms-transform: translate3d(0,25px,0);
        -o-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        .popUp.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .dropDown {
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-transition: all .4s cubic-bezier(.3,.02,.3,1.01);
        -o-transition: all .4s cubic-bezier(.3,.02,.3,1.01);
        -webkit-transition: all .4s cubic-bezier(.3,.02,.3,1.01);
        transition: all .4s cubic-bezier(.3,.02,.3,1.01);
    }

        .dropDown.active {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .textUp {
        -webkit-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
        -moz-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        opacity: 0;
    }

    .textUpLong {
        -webkit-transform: translate3d(0,120px,0);
        -moz-transform: translate3d(0,120px,0);
        -ms-transform: translate3d(0,120px,0);
        -o-transform: translate3d(0,120px,0);
        transform: translate3d(0,120px,0);
        -moz-transition: all 2s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 2s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 2s cubic-bezier(.075,.82,.165,1);
        transition: all 2s cubic-bezier(.075,.82,.165,1);
        opacity: 0;
    }

        .textUp.active,
        .textUpLong.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            opacity: 1;
        }

    .fadeIn {
        -moz-transition: all .68s;
        -o-transition: all .68s;
        -webkit-transition: all .68s;
        transition: all .68s;
        opacity: 0;
    }

        .fadeIn.active, .animate.active .fadeIn {
            opacity: 1;
        }

    .fadeInLeft {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        -o-transform: translate3d(-20px, 0, 0);
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }

        .fadeInLeft.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .fadeInLeftLong {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(-35px, 0, 0);
        -ms-transform: translate3d(-35px, 0, 0);
        -o-transform: translate3d(-35px, 0, 0);
        -webkit-transform: translate3d(-35px, 0, 0);
        transform: translate3d(-35px, 0, 0);
        opacity: 0;
    }

        .fadeInLeftLong.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .fadeDown {
        -moz-transition: all .52s;
        -o-transition: all .52s;
        -webkit-transition: all .52s;
        transition: all .52s;
        -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }

        .fadeDown.active {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .date.textUp:after {
        -webkit-transform: translate3d(0,30px,0);
        -moz-transform: translate3d(0,30px,0);
        -ms-transform: translate3d(0,30px,0);
        -o-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0);
        opacity: 0;
        -moz-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        transition: all 1.6s cubic-bezier(.075,.82,.165,1);
    }

    .date.textUp.active:after {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1;
    }

    .textUpLong .slow {
        -webkit-transform: translate3d(0,40px,0);
        -moz-transform: translate3d(0,40px,0);
        -ms-transform: translate3d(0,40px,0);
        -o-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
        opacity: 0;
        -moz-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 1.6s cubic-bezier(.075,.82,.165,1);
        transition: all 1.6s cubic-bezier(.075,.82,.165,1);
    }

    .textUpLong.active .slow {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    .slideDown {
        -webkit-transform: translate3d(0,-16px,0);
        -moz-transform: translate3d(0,-16px,0);
        -ms-transform: translate3d(0,-16px,0);
        -o-transform: translate3d(0,-16px,0);
        transform: translate3d(0,-16px,0);
        -moz-transition: all .6s cubic-bezier(.8,-0.93,.79,.94);
        -o-transition: all .6s cubic-bezier(.8,-0.93,.79,.94);
        -webkit-transition: all .6s cubic-bezier(.8,-0.93,.79,.94);
        transition: all .6s cubic-bezier(.8,-0.93,.79,.94);
    }


        .slideDown.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .slideInLeft {
        -webkit-transform: translate3d(-200%,0,0);
        -moz-transform: translate3d(-200%,0,0);
        -ms-transform: translate3d(-200%,0,0);
        -o-transform: translate3d(-200%,0,0);
        transform: translate3d(-200%,0,0);
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

        .slideInLeft.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -moz-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -o-transition: all 1s cubic-bezier(.075,.82,.165,1);
            -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
            transition: all 1s cubic-bezier(.075,.82,.165,1);
        }

    .slideInRight {
        -webkit-transform: translate3d(100vw,0,0);
        -moz-transform: translate3d(100vw,0,0);
        -ms-transform: translate3d(100vw,0,0);
        -o-transform: translate3d(100vw,0,0);
        transform: translate3d(100vw,0,0);
        -moz-transition: all 1s;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

        .slideInRight.active {
            -webkit-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .animate.swing {
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        -webkit-transform: rotatex(-90deg) translateZ(0);
        -ms-transform: rotatex(-90deg) translateZ(0);
        -moz-transform: rotatex(-90deg) translateZ(0);
        -o-transform: rotatex(-90deg) translateZ(0);
        transform: rotatex(-90deg) translateZ(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
    }

    .animate.active.swing {
        -webkit-transform: rotatex(0) translateZ(0);
        -ms-transform: rotatex(0) translateZ(0);
        -moz-transform: rotatex(0) translateZ(0);
        -o-transform: rotatex(0) translateZ(0);
        transform: rotatex(0) translateZ(0);
        opacity: 1;
    }

    /*.animate.expand {
        -moz-transition: .45s;
        -o-transition: .45s;
        -webkit-transition: .45s;
        transition: .45s;
        -webkit-transform: scale(.75) translateZ(0);
        -ms-transform: scale(.75) translateZ(0);
        -moz-transform: scale(.75) translateZ(0);
        -o-transform: scale(.75) translateZ(0);
        transform: scale(.75) translateZ(0);
        opacity: .25;
    }

        .animate.expand.active {
            -webkit-transform: scale(1) translateZ(0);
            -ms-transform: scale(1) translateZ(0);
            -moz-transform: scale(1) translateZ(0);
            -o-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
            opacity: 1;
        }*/

    .delay1 {
        -moz-transition-delay: .15s;
        -o-transition-delay: .15s;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }
}

.mobile-nav_open {
    overflow: hidden;
}


.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    overflow-y: auto;
    overflow-x: hidden;
}

    .mobile-menu.sub-menu {
        background:#666666;
        background-color: rgba(80, 80, 80, 1);
    }

    .mobile-menu .mobile-menu_inner {
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .mobile-menu.sub-menu {
        z-index: 90002;
    }

    .mobile-menu.active {
        opacity: 1;
        pointer-events: all;
        z-index: 90001;
    }

    .mobile-menu .nav-item {
        width: 100%;
        min-height: 65px;
        -ms-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        display: flex;
        justify-content: center;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-items: stretch;
        position: relative;
        -moz-transform: translate3d(400px, 0, 0);
        -ms-transform: translate3d(400px, 0, 0);
        -o-transform: translate3d(400px, 0, 0);
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0;
        -moz-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
        -o-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
        -webkit-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
        transition: transform .45s ease-in-out, opacity .45s ease-in-out;
        background-color:#666666;
        background-color: rgba(80, 80, 80, 1);
    }

    .mobile-menu .nav-item_title {
        -moz-transition: transform .5s ease, opacity .5s ease;
        -o-transition: transform .5s ease, opacity .5s ease;
        -webkit-transition: transform .5s ease, opacity .5s ease;
        transition: transform .5s ease, opacity .5s ease;
        opacity: 0;
        -moz-transform: translate3d(45px, 0, 0);
        -ms-transform: translate3d(45px, 0, 0);
        -o-transform: translate3d(45px, 0, 0);
        -webkit-transform: translate3d(45px, 0, 0);
        transform: translate3d(45px, 0, 0);
    }


    .mobile-menu.active > .mobile-menu_inner > .nav-item {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

        .mobile-menu.active > .mobile-menu_inner > .nav-item .nav-item_title {
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

    .mobile-menu .nav-item .close-submenu {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .mobile-menu .nav-item:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color:#222222;
        background-color: rgba(20, 20, 20, .7);
    }


    .mobile-menu .nav-item.top {
        -ms-flex: 0 2 auto;
        -webkit-flex: 0 2 auto;
        flex: 0 2 auto;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        min-height: 62px;
        background-color: #333;
    }

@media(max-width: 767px) {
    .mobile-menu .nav-item.top {
        min-height: 52px;
    }
}

.mobile-menu .nav-item.top form {
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    z-index: 10;
    flex-basis: 100%;
    padding: 1vh 5vh;
    background-color: #222;
}

    .mobile-menu .nav-item.top form input, .mobile-menu .nav-item.top form button {
        background-color: transparent;
        color: #fff;
        border: 0;
        padding: 0;
        outline: 0;
    }

    .mobile-menu .nav-item.top form input {
        padding-left: 15px;
    }

    .mobile-menu .nav-item.top form button {
        font-size: 16px;
        margin-left: -3vh;
    }

.nav-item.top .close-menu {
    padding: 0;
    flex-basis: 25%;
    background-color: #151515;
    /*border-left: 1px solid rgba(5, 5, 5, .1);*/
}

.mobile-menu .nav-item a {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 0 5vh;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
}

    .mobile-menu .nav-item a:focus, .mobile-menu .nav-item a:active, .mobile-menu .nav-item a:hover {
        background-color:#ff0000;
        background-color: rgba(249, 47, 55, 0.88);
    }

.mobile-menu .nav-item .open-submenu {
    font-size: 24px;
    line-height: 0;
    display: flex;
    align-items: center;
    flex-basis: 25%;
    padding: 0;
    background-color:#777777;
    background-color: rgba(25, 25, 25, .5);
    position: relative;
    z-index: 10;
    /*border-left: 1px solid rgba(5, 5, 5, .1);*/
}

    .mobile-menu .nav-item .open-submenu .fa {
        float: right;
        text-align: right;
        left: 50%;
        position: relative;
        margin-left: -5px;
    }


.mobile-menu .nav-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
}

    .mobile-menu .nav-item .bg.image-loaded {
        opacity: 1;
    }




.close-menu:before, .close-menu:after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    content: '';
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -1px;
}

.close-menu:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-submenu .fa {
    padding-right: 20px;
}

@media(max-width: 340px) {
    .mobile-menu .nav-item a {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0 3vh;
    }

    .mobile-menu .nav-item.top form input {
        font-size: 16px;
    }

    .mobile-menu .nav-item.top form button {
        font-size: 14px;
    }

    .mobile-menu .nav-item.top form {
        padding: 2vh 5vh;
    }
}

/* NEWS */
.news-content img {
    float: right !important;
    margin-left: 30px !important;
    margin-bottom: 30px !important;
    display: block !important;
    max-width: 320px !important;
    height: auto !important;
    clear: both;
}

.news-content .h3 {
    font-size: 28px;
}

.news-content ul {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
}

.news-content ol {
    list-style-position: inside;
    margin-bottom: 30px;
}

.news-content p {
    margin: 0 0 30px 0;
}

.news-content h3 {
    margin-bottom: 20px;
}

.news-content p.caption {
    display: block;
    clear: both;
    font-size: 20px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.photo-grid {
    margin-bottom: 30px;
}

    .photo-grid img {
        float: none;
        margin: 0 auto 15px auto;
        max-width: 100%;
    }

#news a.btn-rounded {
    display: block;
    margin: 0 auto;
}

@media(max-width:767px) {
    .news-content img {
        margin: 30px auto !important;
        float: none !important;
        max-width: 100% !important;
    }

    .photo-grid img {
        margin: 0 auto 15px auto !important;
    }
}

#contactForm .customSelect {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 8px;
    border: 2px solid #eee;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
    color: #333;
    font-size: 18px;
    background: url(/assets/img/customSelect-arrow.gif) no-repeat 97%;
}

    #contactForm .customSelect.customSelectOpen {
        border-color: #333;
        outline: 0;
        -webkit-box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
        -moz-box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
        box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
    }

    #contactForm .customSelect.customSelectFocus {
        border-color: #37a0af;
        outline: 0;
        -webkit-box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
        -moz-box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
        box-shadow: 0 0 4px 1px rgba(55,160,175,.1);
    }

#contactForm .customSelectInner {
    color: #999;
    font-size: 22px;
}

a#moncur {
    display: block;
    width: 90px;
    height: 40px;
    position: relative;
    opacity: .7;
    background-image: url(/assets/img/moncur.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
    margin: 15px auto;
    text-align: center;
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    background-size: 15%;
    opacity: 0.4;
}

    a#moncur:after {
        content: "Website by Moncur";
        opacity: 0;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
        top: 2px;
        left: 0;
        color: #fff;
        font-size: 15px;
        font-size: 13px;
        white-space: nowrap;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    a#moncur:hover, a#moncur:focus {
        opacity: 1;
    }

        a#moncur:hover:after, a#moncur:focus:after {
            opacity: 1;
            -moz-transform: translate3d(30px, 0, 0);
            -ms-transform: translate3d(30px, 0, 0);
            -o-transform: translate3d(30px, 0, 0);
            -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
        }

@media(min-width: 640px) {
    a#moncur {
        background-position: right 0;
        -moz-transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
        -o-transform: translate3d(-40px, 0, 0);
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

        a#moncur:after {
            -moz-transform: translate3d(-40px, 0, 0);
            -ms-transform: translate3d(-40px, 0, 0);
            -o-transform: translate3d(-40px, 0, 0);
            -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
        }

        a#moncur:hover:after, a#moncur:focus:after {
            -moz-transform: translate3d(-55px, 0, 0);
            -ms-transform: translate3d(-55px, 0, 0);
            -o-transform: translate3d(-55px, 0, 0);
            -webkit-transform: translate3d(-55px, 0, 0);
            transform: translate3d(-55px, 0, 0);
        }
}


.embed-responsive span { position: initial !important; }