html {
    overflow: visible; /*Slidebars override*/
}

body {
    font-family: "Helvetica Neue";
    font-size: 18px;
    color: #757575;
    overflow: visible; /*Slidebars override*/
}

strong {
    color: #555;
}

[canvas=container] {
    overflow: initial;
    Slidebars override;
}

p {
    margin-bottom: 20px;
}

    p.title {
        margin-bottom: 10px;
    }

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #11467f;
}

    a:hover {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #1b96dd;
        text-decoration: none;
    }

    a.link {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #11467f;
        font-weight: 600;
    }

        a.link:hover {
            color: #1b96dd;
            text-decoration: none;
        }

    a.text-white {
        color:#fff;
    }

    a.widget {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        a.widget:hover {
            color: #1b96dd;
            text-decoration: none;
        }

    a.widget-dk {
        font-size: 16px;
        font-weight: 600;
        color: #13293d;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        a.widget-dk:hover {
            color: #fff;
            text-decoration: none;
        }

.page-careers a.widget {
    font-size: 18px;
    color: #11467f;
}
    .page-careers a.widget:hover {
        color: #fff !important;
    }

.careers-link:hover {
    background-color: #1b96dd;
}

.home_top-banner {
    color: #fff;
    height: 100vh;
    min-height: 800px;
    position: relative;
}

    .home_top-banner h1 {
        font-family: 'Helvetica Neue Cn';
        font-size: 89px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.5px;
    }

@media (max-width: 991px) {
    .home_top-banner h1 {
        font-size: 54px;
        min-height: 570px;
    }
}

@media (max-width: 479px) {
    .home_top-banner h1 {
        font-size: 46px;
    }
}

.home_top-banner span {
    font-family: 'Helvetica Neue Cn';
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.5px;
}

@media (max-width: 991px) {
    .home_top-banner span {
        font-size: 21px;
    }
}

@media (max-width: 479px) {
    .home_top-banner span {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

.home_top-banner .row-header {
    margin-top: -15%;
}

@media (max-width: 479px) {
    .home_top-banner .row-header {
        margin-top: inherit;
    }
}

.divide-100 {
    padding: 50px;
}

/* BOOTSTRAP */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 100%;
    float: left;
}

@media (min-width: 480px) {
    .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 33%;
        float: left;
    }
}

@media (min-width: 320px) {
    .buy-widget .col-sm-15, .buy .col-sm-15 {
        width: 50%;
        float: left;
    }
}

@media (min-width: 480px) {
    .buy-widget .col-sm-15, .buy .col-sm-15 {
        width: 33%;
        float: left;
    }
}

@media (min-width: 768px) {
    .buy-widget .col-sm-15, .buy .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 991px) {
    .col-md-3 {
        width: 100%;
    }

    .col-md-9 {
        width: 100%;
    }
}

/* HEADER */

header[canvas], header {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.logo {
    /*padding: 40px 0 80px;*/
    padding-top: 40px;
    text-align: center;
    height: 120px;
    -webkit-transition: all .325s ease-out;
    -moz-transition: all .325s ease-out;
    -o-transition: all .325s ease-out;
    transition: all .325s ease-out;
}

    .logo div {
        position: relative;
        z-index: 11;
    }

.navbar-inverse.opaque .logo {
    padding-top: 30px;
    height: 90px;
}

.logo img {
    width: 209px;
    -webkit-transition: all .325s ease-out;
    -moz-transition: all .325s ease-out;
    -o-transition: all .325s ease-out;
    transition: all .325s ease-out;
}

/*.navbar-inverse.opaque .logo img {
        width:150px;
    }*/

/* Main Nav ---------------------------- */

.main-nav {
    position: absolute;
    top: 50px;
    font-size: 18px;
    -webkit-transition: all .325s ease-out;
    -moz-transition: all .325s ease-out;
    -o-transition: all .325s ease-out;
    transition: all .325s ease-out;
}

    .main-nav.right {
        right: 0;
    }

.navbar-inverse.opaque .main-nav {
    top: 30px;
}



ul.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

    ul.main-nav > li {
        display: inline-block;
        line-height: 20px;
        padding: 0 25px;
        font-size: 15px;
        position: relative;
    }

@media (min-width: 992px) {
    ul.main-nav > li.hamburger {
        display: none;
    }
}

ul.main-nav > li.hamburger {
    padding: 0 0 0 25px;
}

ul.main-nav > li:nth-child(1),
ul.main-nav > li:nth-child(2),
ul.main-nav > li:nth-child(3) {
    float: left;
}

ul.main-nav > li:nth-child(3),
ul.main-nav > li:nth-child(4) {
    max-width: 120px;
    text-align: center;
}

ul.main-nav > li > a {
    color: #fff;
    opacity: 0.85;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    padding: 0 0 10px;
    position: relative;
    letter-spacing: 1px;
}

    /* ul.main-nav li a:after {
                display: block;
                position: absolute;
                left: 50%;
                -moz-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                -o-transform: translate(-50%, 0);
                -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                bottom: -1px;
                width: 0;
                height: 2px;
                background-color: #fff;
                content: "";
                -moz-transition: width 0.4s;
                -o-transition: width 0.4s;
                -webkit-transition: width 0.4s;
                transition: width 0.4s;
            } */

    ul.main-nav > li > a:hover {
        color: #fff;
        opacity: 1;
        text-decoration: none;
    }

        ul.main-nav > li > a:hover:after {
            width: 100%;
        }

.main-nav > 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);
}

.main-nav > li:hover > .dropdown-menu,
.main-nav > li.dropdown-open > .dropdown-menu,
.main-nav > li > a:focus + .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);
}

.navbar-inverse.opaque .main-nav > li:hover > .dropdown-menu,
.navbar-inverse.opaque .main-nav > li.dropdown-open > .dropdown-menu,
.navbar-inverse.opaque .main-nav > li > a:focus + .dropdown-menu {
    -moz-transform: translateY(19px);
    -ms-transform: translateY(19px);
    -o-transform: translateY(19px);
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
}

.main-nav > li.active > a {
    font-weight: inherit;
    opacity: 1;
}


.dropdown-menu {
    display: block;
    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;
}

ul.dropdown-menu {
    min-width: 190px;
}

.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:first-of-type > a:hover:after,
.dropdown-menu > li:first-of-type > a:focus:after,
.dropdown-menu > li.active:first-of-type > a:after {
    /*border-bottom: 8px solid #1b96dd;*/
    border-bottom: 8px solid #11467f;
}

.dropdown-menu > li {
    color: #fff;
    display: block;
    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%;
}

    .dropdown-menu > li > a {
        color: #fff;
        padding: 12px 15px;
        font-weight: 500;
        font-size: 16px;
        -moz-transition: all .15s;
        -o-transition: all .15s;
        -webkit-transition: all .15s;
        transition: all .15s;
        white-space: nowrap;
        display: block;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            /*background-color: #1b96dd;*/
            background-color: #11467f;
            color: #fff;
        }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #1b96dd;
    color: #fff;
}

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);
}

.main-nav > li:last-of-type:hover > .dropdown-menu,
.main-nav > li.dropdown-open:last-of-type > .dropdown-menu,
.main-nav > 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);
}

/* Slidebar Nav -------------------------- */

@media (max-width: 991px) {
    .nav-btn {
        height: 50px;
        width: 50px;
        padding-top: 10px;
        background-color: transparent;
        margin: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
        cursor: pointer;
    }
}

/*@media (min-width: 992px) {
    .sb-toggle-right-inline {
        height: 50px;
        width: 50px;
        background-color: transparent;
        z-index: 99;
        cursor: pointer;
        margin-right: 30px;
    }
}*/

.navicon-line {
    border-top: 3px solid #fff;
    margin: 5px 10px;
}

/*.sb-slidebar {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    background-color: #000 !important;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
    max-height: none;
    position: fixed;
}

    .sb-slidebar a {
        text-decoration: none;
    }

        .sb-slidebar a:hover {
            color: #1b96dd;
        }*/

.slidebar-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-style: normal;
}

    .slidebar-nav li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .slidebar-nav > li:first-child {
        border-top: none;
    }

    .slidebar-nav > li:last-child {
        border-bottom: none;
    }

    .slidebar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 24px 20px 21px 20px;
        color: #fff;
    }

        .slidebar-nav li a:hover {
            text-decoration: none;
            background-color: rgba(255, 255, 255, 0.05);
        }

.sb-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.05);
    font-style: normal;
    clear: both;
    overflow: hidden;
}

    .sb-submenu li {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }

        .sb-submenu li a {
            color: #999;
            text-transform: none;
            position: relative;
        }

.slidebar-nav > li > .toggle-submenu {
    cursor: pointer;
    border-left: 1px solid #444444;
    height: 71px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    padding-left: 35px;
    padding-right: 35px;
}

    .slidebar-nav > li > .toggle-submenu:after {
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: block;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .slidebar-nav > li > .toggle-submenu.sb-submenu-active:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.toggle-submenu:hover {
    background-color: #333;
}

.toggle-submenu:hover,
.toggle-submenu:active,
.toggle-submenu:focus {
    text-decoration: none;
}

.sub-menu-item.toggle-active {
    background-color: #333333;
}

.toggle-submenu.toggle-submenu-active {
    border-right: 1px solid #444444;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.custom-responsive-width {
    width: 70%;
}

@media (min-width: 768px) {
    .custom-responsive-width {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .custom-responsive-width {
        width: 30%;
    }
}

/*.sb-right .slidebar-nav li a {
    border-right: 6px solid transparent;
}

    .sb-right .slidebar-nav li a:hover {
        border-right: 6px solid #1b96dd;
    }*/

/* @media (max-width: 1369px) {
    .logo {
        padding: 60px 20px 80px;
    }

    ul.main-nav {
        top: 0;
        background: #3c3d3b;
        font-size: 15px;
        text-align: center;
    }

        ul.main-nav li {
            height: auto;
            padding: 0 20px;
        }

            ul.main-nav li a {
                padding: 0;
            }

            ul.main-nav li:nth-child(1),
            ul.main-nav li:nth-child(2),
            ul.main-nav li:nth-child(3),
            ul.main-nav li:nth-child(4) {
                float: none;
            }

            ul.main-nav li:nth-child(3),
            ul.main-nav li:nth-child(4) {
                max-width: none;
            }
} */

@media (min-width: 992px) {
    .logo img {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .logo {
        padding: 20px 20px 20px 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .sb-slidebar {
        font-size: 15px;
    }

    .logo {
        max-width: 400px;
    }
}

/* Additional Nav Items ---------------------------- */

.container-fluid .inner {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
}

.navbar-inverse {
    background: none;
    border: none;
    -webkit-transition: background-color .325s ease-out;
    -moz-transition: background-color .325s ease-out;
    -o-transition: background-color .325s ease-out;
    transition: background-color .325s ease-out;
}

    .navbar-inverse.opaque {
        background-color: rgba(0,0,0,.92);
    }

/* WHY DASI */

.why_dasi {
    padding: 150px 0 100px;
    font-size: 15px;
}

    .why_dasi a {
        font-size: 16px;
    }

@media (max-width: 991px) {
    .why_dasi {
        padding: 150px 0 45px;
    }
}

.why_dasi h2 {
    font-size: 43px;
    color: #11467f;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .why_dasi h2 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .why_dasi h2 {
        font-size: 33px;
    }
}

.why_dasi .help {
    margin-top: 30px;
}

    .why_dasi .help p {
        margin-top: 5px;
    }

    .why_dasi .help span {
        color: #11467f;
        font-weight: 600;
    }

.why_dasi .row-tiles {
    padding-bottom: 150px;
    margin-top: -370px;
}

.why_dasi .row-tiles .img-container a:hover img {
    opacity:0.75;
}
    @media(max-width: 991px) {
        .why_dasi .row-tiles .img-container a img {
            width: 100%;
        }
    }
    @media(max-width: 419px) {
        .why_dasi .row-tiles .img-container a img {
            width: auto;
        }
    }

@media screen and (max-width: 991px) {
    .why_dasi .row-tiles {
        padding-bottom: 50px;
        margin-top: -270px;
    }
}

.why_dasi .tile {
    background-color: #fff;
    border-top: 8px solid #1b96dd;
    border-bottom: 8px solid #1b96dd;
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.why_dasi .img-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}


    .why_dasi .img-container img {
        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%);
    }

.why_dasi .left .img-container, .right .img-container {
    height: 250px;
}

.why_dasi .center .img-container {
    height: 450px;
}

@media screen and (max-width: 991px) {
    .why_dasi .center .img-container {
        height: 250px;
    }
}



@media (min-width: 1200px) {
    .why_dasi span.break {
        display: block;
    }
}

.why_dasi .tile .content {
    padding: 20px 30px 40px;
    color: #13293d;
}

    .why_dasi .tile .content h2 {
        font-family: 'Helvetica Neue Cn';
        font-weight: 400;
        font-size: 17px;
        text-transform: uppercase;
        color: #13293d;
    }

    .why_dasi .tile .content span {
        font-family: 'Helvetica Neue Cn';
        font-weight: 600;
        font-size: 28px;
        color: #1b96dd;
        font-weight: 600;
        line-height: 1.2em;
    }

    .why_dasi .tile .content p {
        margin-top: 25px;
        line-height: 1.7em;
    }

.left {
    padding-right: 0;
}

@media (max-width: 991px) {
    .left {
        padding-right: 15px;
    }
}

.right {
    padding-left: 0;
}

@media (max-width: 991px) {
    .right {
        padding-left: 15px;
    }
}

.center {
    padding: 0;
    z-index: 3;
    position: relative;
}

@media (min-width: 992px) {
    .why_dasi .center .tile .content {
        padding: 20px 30px 0;
        color: #13293d;
    }
}

@media (min-width: 992px) {
    .why_dasi .center .tile {
        border-bottom: 9px solid #1b96dd;
    }
}

@media (max-width: 991px) {
    .center {
        padding: 0 15px;
    }
}

.triangle-down {
    width: 50%;
    height: 0;
    padding-left: 50%;
    padding-top: 25%;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    z-index: 3;
}

    .triangle-down:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -1000px;
        margin-top: -500px;
        border-left: 1000px solid transparent;
        border-right: 1000px solid transparent;
        border-top: 500px solid #fff;
    }

.triangle-down-2 {
    width: 50%;
    height: 0;
    padding-left: 50%;
    padding-top: 25%;
    overflow: hidden;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 9px;
    z-index: 2;
}

    .triangle-down-2:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin-left: -1000px;
        margin-top: -500px;
        border-left: 1000px solid transparent;
        border-right: 1000px solid transparent;
        border-top: 500px solid #1b96dd;
    }

.arrow {
    position: relative;
}

@media (max-width: 991px) {
    .arrow {
        display: none;
    }
}

.left, .right {
    margin-top: 80px;
    z-index: 2;
}

    .left .arrow, .right .arrow {
        display: none;
    }

@media (max-width: 991px) {
    .left, .center, .right {
        margin-top: 40px;
    }
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .fill img {
        -o-object-fit: cover;
        object-fit: cover;
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
    }

@media (max-width: 991px) {
    .fill img {
        height: 450px;
    }
}

@media (min-width: 992px) {
    .why_dasi .col-md-8 {
        padding-left: 50px;
        margin-top: -15px;
    }
}

/* HOW TO BUY PAGE */

#register, #search, #order, #ship {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
    margin-top: -105px;
    padding-top: 105px;
}

#support {
    margin-top: -105px;
    padding-top: 105px;
}

/* HOW TO BUY HOME */

.buy {
    padding: 50px 0 175px;
    color: #11467f;
}

@media (max-width: 991px) {
    .buy {
        padding: 30px 0 150px;
        color: #11467f;
    }
}

.buy h2 {
    font-size: 55px;
}

.buy p {
    font-size: 25px;
}

@media (max-width: 767px) {
    .buy p {
        font-size: 21px;
    }
}

.buy .header {
    width: 640px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .buy .header {
        width: inherit;
    }
}

@media (max-width: 767px) {
    .buy .header h2 {
        font-size: 42px;
    }
}

.buy .row-icons h3 {
    margin-top: 40px;
    font-size: 28px;
}

@media (max-width: 991px) {
    .buy .row-icons h3 {
        margin-top: 0;
        font-size: 18px;
    }
}

.icon {
    display: block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 125px;
    height: 125px;
    font-size: 0;
    text-indent: -9999px;
}

@media (max-width: 991px) {
    .icon {
        margin-bottom: 5px;
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@media (max-width: 991px) {
    .icon {
        margin-bottom: -10px;
    }
}

.icon-mono {
    background: url("/Assets/img/icons2.png");
    background-image: url("/Assets/img/icons2.svg"), none;
    background-color: transparent;
    background-size: 625px 250px;
    border: 2px solid #0d6eac;
    border-radius: 70px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

/* HOW TO BUY - WIDGET */

.buy-widget {
    padding: 30px 0 0;
    border-top: 1px solid #cecece;
    margin-top: 35px;
}

    .buy-widget p {
        margin-bottom: 10px;
    }

    .buy-widget span {
        color: #11467f;
    }

.container-sub .buy-widget .row {
    padding: 0;
}

.buy-widget .row-icons {
    margin-top: 10px;
}

.buy-widget .icon {
    display: block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 125px;
    height: 125px;
    font-size: 0;
    text-indent: -9999px;
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7);
}

@media (max-width: 767px) {
    .buy-widget .icon {
        margin-bottom: -10px;
    }
}

.buy-widget .icon-mono {
    background: url("/Assets/img/icons2.png");
    background-image: url("/Assets/img/icons2.svg"), none;
    background-color: transparent;
    background-size: 625px 250px;
    border: 2px solid #0d6eac;
    border-radius: 70px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

/* search */
.icon-mono.search {
    background-position: 0 0;
}

    .icon-mono.search:hover {
        background-color: #0d6eac;
        background-position: 0 -125px;
    }

/* register */
.icon-mono.register {
    background-position: -125px 0;
}

    .icon-mono.register:hover {
        background-color: #0d6eac;
        background-position: -125px -125px;
    }

/* order */
.icon-mono.order {
    background-position: -250px 0;
}

    .icon-mono.order:hover {
        background-color: #0d6eac;
        background-position: -250px -125px;
    }

/* ship */
.icon-mono.ship {
    background-position: -375px 0;
}

    .icon-mono.ship:hover {
        background-color: #0d6eac;
        background-position: -375px -125px;
    }

/* support */
.icon-mono.support {
    background-position: -500px 0;
}

    .icon-mono.support:hover {
        background-color: #0d6eac;
        background-position: -500px -125px;
    }

/* FOOTER */

.footer {
    padding: 150px 0 20px;
    background-color: #fff;
    border-top: 10px solid #1b96dd;
    font-size: 12px;
    position: relative;
}

.row-footer {
    background-color: #fff;
    padding: 30px 20px;
    margin-top: -240px;
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    margin-bottom: 180px;
    z-index: 1;
    position: relative;
}

@media (max-width:991px) {
    .row-footer {
        margin-bottom: 80px;
    }
}

@media (max-width:479px) {
    .row-footer {
        margin-bottom: 20px;
    }
}

.footer-col-info {
    width: 36%;
    float: left;
    position: relative;
    min-height: 1px;
}

    .footer-col-info.col-links {
        left: 31%;
    }

.footer-col-logo {
    width: 28%;
    float: left;
    right: 36%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.footer h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer a.link {
    font-size: 16px;
}

.footer ul {
    list-style: none;
    margin-left: -38px;
}

    .footer ul li a {
        color: inherit;
    }

.footer .social ul {
    margin-top: -10px;
}

    .footer .social ul li {
        float: left;
        padding-right: 30px;
        font-size: 31px;
    }

        .footer .social ul li a:hover {
            color: #0d6eac;
        }

.footer .copyright {
    font-size: 14px;
    color: #969696;
}

.footer img {
    max-width: 100%;
}

@media (max-width:1199px) {
    .footer-col-info {
        width: 41.5%;
    }

        .footer-col-info.col-links {
            left: 20%;
        }

    .footer-col-logo {
        width: 17%;
        right: 41.5%;
    }
}

@media (max-width: 991px) {
    .footer .pad {
        margin-top: 30px;
    }

    .footer-col-info {
        width: 50%;
    }

        .footer-col-info.col-links {
            left: initial;
        }

    .footer-col-logo {
        width: 100%;
        right: initial;
        margin-top: 40px;
        text-align: left;
    }
}

@media (max-width: 479px) {
    .footer-col-info {
        width: 100%;
    }

        .footer-col-info.social {
            margin-bottom: 30px;
        }

    .footer-col-logo {
        margin-top: 20px;
        text-align: center;
    }
}


/* FORM */

.form-container {
    margin-top: 120px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .form-container {
        margin-top: 60px;
    }
}

.part-search_form, .part-search_form-widget {
    position: relative;
    display: inline-block;
    width: 100%;
}

.part-search_form-widget {
    margin-top: 15px;
}


    /* WIDGET FORM PLACEHOLDER TEXT COLOR */
    .part-search_form-widget ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #d3e1e9;
    }

    .part-search_form-widget :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #d3e1e9;
        opacity: 1;
    }

    .part-search_form-widget ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #d3e1e9;
        opacity: 1;
    }

    .part-search_form-widget :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #d3e1e9;
    }


#part-search, #part-search-widget {
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 38px;
    display: inline-block;
    text-decoration: none;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    height: 50px;
    border-radius: 0;
    outline: 0;
    width: 100%;
    text-align: left;
    border: 2px solid #fff;
}

#part-search {
    color: #13293d;
    background-color: #fff;
    padding: 0 30px 0 190px;
}

#part-search-widget {
    color: #fff;
    /*background-color: rgba(27,150,221,0.8);*/
    background-color: rgba(17,70,127,0.8);
    padding: 0 15px;
}


@media (max-width: 480px) {
    #part-search {
        padding: 0 15px;
    }
}

#part-search_submit, #part-search_submit-widget {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border: 0;
}

#part-search_submit {
    background-color: #0c73cf;
}

#part-search_submit-widget {
    background-color: #fff;
}

#part-search_title {
    font-family: 'Helvetica Neue Cn';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    height: 50px;
    padding: 12px 25px;
    left: 0;
    top: 0;
    background-color: #333;
    border: 0;
}

@media (max-width: 480px) {
    #part-search_title {
        display: none;
    }
}

/*.dropdown-form {
    background-color: #333;
    padding-right: 0;
    z-index: 2;
    position: relative;
    height: 55px;
    font-family: 'Helvetica Neue Cn';
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.2em;
}*/



/* remove the original arrow */
select.input-lg {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select + i.fa {
    float: right;
    margin-top: -38px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    padding-right: 20px;
    z-index: 3;
    position: relative;
    font-size: 23px;
    color: #a7a9ac;
}

.text {
    background-color: #fff;
}

@media (min-width: 992px) {
    .home_top-banner .col-md-3 {
        padding: 0;
        margin-left: 15px;
        margin-right: -15px;
    }
}

@media (min-width: 992px) {
    .home_top-banner .col-md-9 {
        padding-left: 0;
    }
}

.input-group-btn > .btn {
    position: absolute;
    right: 15px;
    top: 27px;
}

.home_top-banner .btn {
    padding: 8px 15px;
    border: none;
    background-color: #0c73cf;
    border-radius: 0;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    -webkit-transition: all .15s;
    transition: all .15s;
    height: 55px;
}


/* LANDING PAGE */

.landing_top-banner {
    color: #fff;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .landing_top-banner {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .landing_top-banner {
        height: 240px;
    }
}

@media (max-width: 479px) {
    .landing_top-banner {
        height: 200px;
    }
}

.landing_top-banner .header-gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* Standard syntax */
}

.dot-pattern {
    background-image: url(/Assets/img/map-dots-green.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .dot-pattern {
        background-position: left 50px;
    }
}

.headline-wrapper .page-title,
.landing-header .page-title {
    /*background-color: rgba(0, 141, 220, 0.8);*/
    background-color: rgba(17, 70, 127, 0.8);
    width: 100%;
    padding: 0 30px;
    color: #fff;
}


.headline-wrapper h1 {
    font-size: 24px;
    font-family: 'Helvetica Neue Cn';
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.landing-header h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 20px;
}

@media (max-width: 767px) {
    .landing-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
    .landing-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .headline-wrapper .page-title,
    .landing-header .page-title {
        padding: 0 15px;
    }
}

.landing-body span:first-child {
    color: #13293d;
    font-style: italic;
    display: block;
}

.landing-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-top: 0;
}


.container-sub {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container-sub {
        width: 770px;
    }
}

@media (max-width: 767px) {
    .container-sub {
        padding-left: 0;
        padding-right: 0;
    }
}

.container-sub .row {
    padding: 30px 45px 50px;
}

@media (max-width: 767px) {
    .container-sub .row {
        padding: 30px 30px 50px;
    }
}

.container-sub .content ul, .accordion ul {
    list-style: none;
    padding: 5px 0 5px 10px;
}

    .container-sub .content ul li, .accordion ul li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 20px;
    }

        .container-sub .content ul li:before, .container-sub .content ul.pdf li:before, .accordion ul li:before {
            content: "\f072"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            width: 35px;
            font-size: 13px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 14px;
            left: -10px;
            color: #11467f;
        }

        .container-sub .content ul li ul {
            list-style: initial;
            padding: 5px 0 5px 20px;
        }

            .container-sub .content ul li ul li {
                padding-left: 0px;
            }

                .container-sub .content ul li ul li:before {
                    content: none;
                }

    .container-sub .content ul.pdf li:before {
        content: "\f1c1"; /* FontAwesome Unicode */
        font-size: 24px;
        top: -5px;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .container-sub .content ul.pdf {
        list-style: none;
        padding: 15px 0 0;
    }

        .container-sub .content ul.pdf li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 40px;
            padding-bottom: 15px;
            border-bottom: 1px solid #bfbfbf;
        }

            .container-sub .content ul.pdf li a {
                font-weight: 700;
            }

            .container-sub .content ul.pdf li:last-child {
                border-bottom: none;
            }

.container-widgets label {
    font-weight: normal;
}

@media (min-width: 768px) {
    .container-widgets {
        padding-right: 0;
        padding-left: 0;
    }
}

.timeline-container {
    padding-top: 10px;
}

.landing-body .timeline-container p:first-child {
    margin-top: 20px;
}

.timeline {
    list-style: none;
}

@media (min-width: 639px) {
    .timeline > li {
        margin-bottom: 60px;
    }
}




.widget-section {
    padding-bottom: 160px;
    color: #fff;
}

    .widget-section .relative {
        position: relative;
    }

    .widget-section strong {
        color: inherit;
    }

@media (min-width: 499px) {
    .eqWrap2 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .eqWrap {
        display: flex;
    }
}

.eq {
    padding: 0;
}

.equalHW {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.equalHMWrap {
    justify-content: space-between;
}

@media (min-width: 992px) {
    .equalHM {
        width: 49.5%;
    }
}

@media (min-width: 499px) {
    .equalHM2 {
        width: 66%;
    }
}

@media (min-width: 499px) {
    .equalHM3 {
        width: 32%;
    }
}

.widget-left {
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}

.widget-image {
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}



.widget-section .content-left {
    padding: 10px 25px 90px;
    max-width: 350px;
    position: relative;
    z-index: 2;
}

.widget-section .content-right {
    padding: 10px 25px 25px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.widget-section h3 {
    font-size: 34px;
    font-family: 'Helvetica Neue Cn';
    font-weight: 700;
    text-transform: uppercase;
}

.widget-section .link-margin {
    margin-top: 20px;
}

.widget-section .content-left p, .widget-section .content-right p {
    margin-top: 15px;
}

.widget-section .plane-graphic {
    position: absolute;
    left: -3px;
    bottom: 15px;
    z-index: 2;
}

.gradient {
    background-image: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.widget-section .thumbnail-image {
}

.widget-section .shop {
    margin-top: 2%;
}

@media (max-width: 991px) {
    .widget-section .contact-tn {
        margin-top: 2%;
    }
}

/* CAREERS */

.careers-content {
    color: #13293d;
    font-size: 28px;
    font-family: 'Helvetica Neue Cn';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .careers-content {
        line-height: 1.2em;
        margin-bottom: -15px;
    }
}

.careers-content span:first-child {
    font-style: inherit;
}

.careers-content span:last-child {
    color: #1b96dd;
}

.margin2 {
    margin-top: 10px;
}

@media (max-width: 679px) {
    .margin3 {
        margin-top: 10px;
    }
}

/* CAREERS GRID */

.careers-section {
    padding: 0 0 160px;
}

    .careers-section .content {
        padding: 20px 25px 25px;
        position: relative;
        z-index: 99;
    }

    .careers-section .overflow {
        overflow: hidden;
    }

    .careers-section a.widget:hover {
        color: #13293d;
    }

    .careers-section .relative {
        position: relative;
    }

    .careers-section strong {
        color: inherit;
    }


    .careers-section .eqWrap2 {
        display: block;
    }


@media (min-width: 680px) {
    .careers-section .eqWrap2 {
        display: flex;
    }
}

@media (min-width: 992px) {
    .eqWrap {
        display: flex;
    }
}

.eq {
    padding: 0;
}

.equalHW {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.equalHMWrap {
    justify-content: space-between;
}

@media (min-width: 992px) {
    .equalHM {
        width: 49.5%;
    }
}


.careers-section .equalHM-left {
    width: 100%;
}


@media (min-width: 680px) {
    .careers-section .equalHM-left {
        width: 50%;
    }
}

.careers-section .equalHM-right {
    width: 100%;
}

@media (min-width: 680px) {
    .careers-section .equalHM-right {
        width: 48.5%;
    }
}

@media (min-width: 499px) {
    .careers-section .equalHM2 {
        width: 66%;
    }
}

@media (min-width: 992px) {
    .careers-section .equalHM21 {
        width: 66%;
    }
}

.careers-section .equalHM3 {
    width: 100%;
}

@media (min-width: 680px) {
    .careers-section .equalHM3 {
        width: 33%;
    }
}

.widget-left {
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}

.widget-image {
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}



.careers-section .content-left {
    padding: 10px 25px 90px;
    max-width: 350px;
    position: relative;
    z-index: 2;
}

.airplane {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 2;
}

    .airplane img {
        max-width: 100%;
        padding-right: 15px;
    }

.calendar-bg:after, .star-bg:after, .coffee-bg:after, .airplane-bg:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 280px;
    color: #f5f5f5;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -200px;
    z-index: 1;
}

.calendar-bg:after {
    content: "\f274";
}

.star-bg:after {
    content: "\f005";
}

.coffee-bg:after {
    content: "\f0f4";
}

.airplane-bg:after {
    content: "\f072";
}

@media (max-width: 319px) {
    .calendar-bg, .star-bg, .coffee-bg, .airplane-bg {
        width: 100%;
    }
}

.stat-center {
    display: flex;
    align-items: center;
}

.careers-section .stat-outer {
    display: flex;
    align-items: center;
}

@media (max-width: 319px) {
    .careers-section .stat-outer {
        display: block;
        align-items: initial;
    }
}

.careers-section .stat {
}

.careers-section .stat-outer .stat-content {
    border-left: 1px solid #ababab;
    padding-left: 18px;
    margin-left: 18px;
}

@media (max-width: 319px) {
    .careers-section .stat-outer .stat-content {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
    }
}

.careers-section .stat i {
    font-size: 58px;
    color: #1b96dd;
}

@media (max-width: 319px) {
    .careers-section .stat i {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
}

.careers-section .stat i.white {
    font-size: 58px;
    color: #fff;
    margin-right: -2px;
}

.careers-section .testimonial {
    padding: 110px 40px;
    text-align: center;
    color: #fff;
    background-color: #13293d;
    position: relative;
    overflow: hidden;
}

    .careers-section .testimonial .quote {
        font-style: italic;
        margin-bottom: 25px;
        font-size: 21px;
    }

        .careers-section .testimonial .quote + p {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
        }

.careers-section .airplane-part {
    position: absolute;
    left: -60px;
    top: -52px;
}

.careers-section .content-right {
    padding: 10px 25px 25px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.careers-section h4 {
    font-size: 28px;
    font-family: 'Helvetica Neue Cn';
    font-weight: 700;
    text-transform: uppercase;
    color: #13293d;
    margin-bottom: 7px;
}

.careers-section p {
    margin-bottom: 0;
}

.careers-section .link-margin {
    margin-top: 20px;
}

.careers-section .content-left p, .widget-section .content-right p {
    margin-top: 15px;
}

.careers-section .plane-graphic {
    position: absolute;
    left: -3px;
    bottom: 15px;
    z-index: 2;
}

.gradient {
    background: rgba(0,0,0,.5);
    background: -moz-linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -webkit-linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -o-linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -ms-linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0)); /*For IE10*/
    background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.careers-section .thumbnail-image {
}

.careers-section .shop {
    margin-top: 2%;
}

@media only screen and (max-width: 991px) and (min-width: 680px) {
    .careers-section .contact-tn {
        margin-top: 1%;
    }
}





/* INTERIOR PAGE */

.interior_top-banner {
    color: #fff;
    height: 225px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-color: #000;
    background-repeat: no-repeat;
}

    .interior_top-banner .header-gradient {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0)); /* Standard syntax */
    }

    .interior_top-banner .header-overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.65);
    }

    .interior_top-banner .headline-wrapper,
    .landing_top-banner .headline-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

/* LEADERSHIP */
.bio {
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-repeat: no-repeat;
}

    .bio .gradient {
        position: absolute;
        bottom: 0;
        height: 100px;
        background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* Standard syntax */
    }

    .bio .info {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
    }


/* TIMELINE */

.timeline {
    padding-left: 0;
    margin-top: 30px;
}

    .timeline p {
        margin-top: 20px;
    }

.timeline-date {
    color: #555;
    font-weight: 600;
}

@media ( min-width : 347px ) {
    .timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 75px;
        float: left;
        margin-top: 20px;
    }

    .timeline-content {
        width: 75%;
        float: left;
        border-left: 2px #cecece solid;
        padding-left: 30px;
    }

        .timeline-content:before {
            content: '';
            width: 12px;
            height: 12px;
            background: #fff;
            border: 3px solid #1b96dd;
            position: absolute;
            left: 70px;
            top: 27px;
            border-radius: 100%;
        }
}

/* MONCUR BUG */

a#moncur {
    display: block;
    width: 15px;
    height: 20px;
    position: relative;
    margin: 10px auto 0;
    background-image: url("/Assets/img/moncur.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    cursor: pointer;
    opacity: .5;
}

    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 {
        position: absolute;
        right: 30px;
        bottom: 20px;
        background-position: right 0;
        width: 90px;
    }

        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);
        }
}


/* ANIMATIONS */


@media(min-width: 768px) {

    .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(-80deg) translateZ(0);
        -ms-transform: rotatex(-80deg) translateZ(0);
        -moz-transform: rotatex(-80deg) translateZ(0);
        -o-transform: rotatex(-80deg) translateZ(0);
        transform: rotatex(-80deg) 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: .1;
    }

    .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;
    }

    .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);
            -moz-transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

    .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;
    }

        .textUp .sub {
            -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);
            -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);
        }

        .textUp.active .sub {
            -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);
        }

    .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;
        }

    .quickUp {
        -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: opacity .5s, transform .5s;
        -o-transition: opacity .5s, transform .5s;
        -webkit-transition: opacity .5s, transform .5s;
        opacity: 0;
        transition: opacity .5s, transform .5s;
    }

        .quickUp.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: opacity 2.3s cubic-bezier(.13,.38,.28,.85);
        -o-transition: opacity 2.3s cubic-bezier(.13,.38,.28,.85);
        -webkit-transition: opacity 2.3s cubic-bezier(.13,.38,.28,.85);
        transition: opacity 2.3s cubic-bezier(.13,.38,.28,.85);
        opacity: 0;
    }

        .fadeIn.active {
            opacity: 1;
        }

    .fadeInLeft {
        -moz-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        transition: all 2.3s cubic-bezier(.075,.82,.165,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);
        opacity: 0;
    }

        .fadeInLeft.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);
            opacity: 1;
        }

    .fadeInRight {
        -moz-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        -o-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        -webkit-transition: all 2.3s cubic-bezier(.075,.82,.165,1);
        transition: all 2.3s cubic-bezier(.075,.82,.165,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);
        opacity: 0;
    }

        .fadeInRight.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);
            opacity: 1;
        }

    .fadeInFast {
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s;
        opacity: .2;
    }

        .fadeInFast.active {
            opacity: 1;
        }

    .panel-block.fadeInFast:nth-of-type(1) {
        -moz-transition-delay: .05s;
        -o-transition-delay: .05s;
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }

    .panel-block.fadeInFast:nth-of-type(2) {
        -moz-transition-delay: .15s;
        -o-transition-delay: .15s;
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }

    .panel-block.fadeInFast:nth-of-type(3) {
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .panel-block.fadeInFast:nth-of-type(4) {
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .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: transform 1s;
        -o-transition: transform 1s;
        -webkit-transition: transform 1s;
        transition: transform 1s;
    }

        .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);
        }
}

/* SUB NAV */
.sub-nav {
    list-style: none;
    padding: 0;
}

    .sub-nav li {
        padding: 10px 0;
    }

        .sub-nav li,
        .sub-nav li a {
            color: #11467f;
            font-size: 18px;
            font-weight: 700;
        }

            .sub-nav li a:hover,
            .sub-nav li a:focus,
            .sub-nav li a:active {
                color: #1b96dd;
                text-decoration: none;
            }

/* CONTACT */
.contact-info {
    width: 50%;
    float: left;
}

.row.contact-info-row {
    padding-top: 0;
    margin-top: -25px;
}

.contact-info_header {
    color: #555555;
    font-weight: 700;
    font-style: normal !important;
}

.col-contact-sm {
    width: 50%;
    float: left;
}

.col-contact-wide {
    width: 100%;
    float: left;
}

.contact-form {
    margin-bottom: 60px;
}

    .contact-form .row {
        padding: 0 40px 10px 40px;
    }

    .contact-form .col-md-6,
    .contact-form .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .contact-form .cphBody_ContactForm_MessageSender_pnlMessageSuccess {
        color: #4F8A10 !important;
        padding: 0 30px !important;
    }

        .contact-form .cphBody_ContactForm_MessageSender_pnlMessageSuccess .message {
            border: 2px solid #4F8A10;
            padding: 15px 15px 0;
            margin-bottom: 10px;
        }

            .contact-form .cphBody_ContactForm_MessageSender_pnlMessageSuccess .message i {
                float: left;
                padding-right: 10px;
                margin-top: 5px;
            }

/*#Contact {
    margin-right:45px;
    margin-left:45px
}*/

.text-box {
    height: 42px;
    padding: 10px;
    width: 100%;
}

.drop-down-list {
    height: 42px;
    width: 100%;
    padding: 0 10px;
}

.text-area {
    padding: 15px 10px;
    width: 100%;
}

.submit-btn {
    color: #11467f;
    font-size: 21px;
    font-weight: 700;
    border: none;
    background-color: transparent;
}

    .submit-btn:hover,
    .submit-btn:focus,
    .submit-btn:active {
        color: #1b96dd;
    }

    .submit-btn:hover,
    .submit-btn:active,
    .submit-btn:focus {
        outline: none;
    }

.map-container {
    width: 100%;
    height: 420px;
    background-color: #cccccc;
    position: relative;
}

#map {
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    display: block;
}

@media(max-width:991px) {
    .contact-form .row {
        padding: 0 25px 0 25px;
    }

    .col-md-6,
    .col-md-12 {
        padding-bottom: 10px;
    }
}

@media(max-width:540px) {
    .contact-info {
        width: 100%;
    }
}

#page-job-detail .landing-body {
    margin-bottom: 100px;
}

#sitemap {
    margin-bottom: 100px;
}

    #sitemap ul li li li {
        display: none;
    }


/* Leadership */
.accordion {
    overflow: hidden;
    margin-top: 15px;
    /*padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;*/
    /*-webkit-column-count: 3;
    -moz-column-count: 3; 
    column-count: 3;
    -webkit-column-break-inside:avoid;
    -webkit-column-break-after:avoid;
    -webkit-column-break-before:avoid;
    column-break-inside:avoid;*/
}


.accordion-section {
    position: relative;
    /*margin-bottom:-6px;*/
}

@media(max-width:767px) {
    .accordion-section {
        margin-bottom: 10px;
    }
}


/*----- Section Titles -----*/
.accordion-section-container {
    width: 100%;
    /*padding: 15px 50px 15px 65px;*/
    display: inline-block;
    position: relative;
    background-color: #eee;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    color: #13293d;
    min-height: 150px;
    /* Type */
    /*height:50px;*/
    /*overflow:hidden;*/
    /*white-space:nowrap;*/
}

    .accordion-section-container:hover,
    .accordion-section-container:active,
    .accordion-section-container:focus {
        color: #13293d;
        outline: none;
    }

.landing-body .accordion-section-container span:first-child {
    font-style: normal;
    color: #11467f;
    font-size: 20px;
    font-weight: 700;
}



/*.accordion-section-container.active,
.accordion-section-container:focus,
.accordion-section-container:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}


    .accordion-section-container.active .accordion-plus:after,
    .accordion-section-container.active .accordion-plus:before,
    .accordion-section-container:focus .accordion-plus:after,
    .accordion-section-container:focus .accordion-plus:before,
    .accordion-section-container:hover .accordion-plus:after,
    .accordion-section-container:hover .accordion-plus:before {
        background-color: rgba(255, 255, 255, 0.5);
    }*/

.accordion-image {
    width: 180px;
    float: left;
    overflow: hidden;
}

@media(max-width:767px) {
    .accordion-image {
        display: none;
    }
}

.accordion-image img {
    width: 200px;
    display: block;
    height: auto;
}

.accordian-info {
    margin-left: 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 90px;
}

.accordian-info.has-image {
    margin-left: 210px;
}

@media(max-width:767px) {
    .accordian-info,
    .accordian-info.has-image {
        margin-left: 0;
        position: relative;
        top: 0;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        padding: 15px;
    }
}

.leadership-name {
}

.leadership-title {
    font-style: italic;
    display: block;
    margin-top: 5px;
}

#page-leadership h3 {
    margin-top: 50px;
    margin-bottom: 0;
}


/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
}

.active .accordion-plus {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-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;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.accordion-plus:before, .accordion-plus:after {
    height: 16px;
    width: 2px;
    background-color: #000;
    content: '';
    position: absolute;
    -moz-transition: all .2s .3s;
    -o-transition: all .2s .3s;
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
}

.accordion-plus:after {
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-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;
}

.accordion-plus:before {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-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;
}

.accordion-plus {
    position: absolute;
    top: 48%;
    top: calc(50% - 8px);
    margin-top: -6px;
    right: 30px;
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /*color:#ffffff;*/
    width: 16px;
    height: 16px;
}

@media(max-width:540px) {
    .accordion-plus {
        right: 15px;
    }
}

.active .accordion-plus:after {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.5);
}

.active .accordion-plus:before {
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: rgba(0, 0, 0, 0.5);
}

.click-area {
    right: 0;
    height: 100%;
    width: 90px;
    position: absolute;
}

@media(max-width:767px) {
    .click-area {
        height: 50px;
        width: 60px;
        z-index: 999;
        float: right;
        top: 10px;
    }
}

.faq .accordion-section {
    margin-bottom: 10px;
}

.faq .accordian-info {
    margin-left: 0;
    position: relative;
    top: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.faq .accordion-section-container {
    padding: 15px;
    text-decoration: none;
    min-height: inherit;
}

.faq span.faq-question {
    margin-bottom: 0;
}

.faq .accordion-plus {
    top: calc(50% - 4px);
}


#page-job-listing .content-listing {
    padding: 15px;
}

#page-job-listing .job-listing-container {
    padding-top: 5px;
}

#page-job-listing a.widget {
    color: #11467f;
}

    #page-job-listing a.widget:hover {
        color: #13293d;
    }

/* BACK TO TOP BUTTON */

.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;
    }

.placeholder {
    display: none;
}


/* Video Modal */
.video-modal_open {
	overflow: hidden;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 30px;
	z-index: 90001;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(33, 33, 33, .95);
}

	.video-modal.active {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}

	.video-modal .top {
		height: 100px;
		width: 100%;
		position: relative;
	}

		.video-modal .top a.close-modal {
			position: absolute;
			right: 0;
			top: 30px;
			padding: 0;
			display: block;
			z-index: 50;
			height: 40px;
			width: 50px;
		}

	.video-modal #video-container {
		margin: 0 auto;
		width: 100%;
		padding-top: 50px;
	}

@media(min-width: 1600px) {
	.video-modal {
		padding-top: 60px;
	}
}

.close-modal:before, .close-modal:after {
	width: 50px;
	height: 2px;
	background-color: #fff;
	content: '';
	display: block;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-left: -36px;
	margin-top: 0;
}

.close-modal:after {
	transform: rotate(-45deg);
}

.video-modal_open .header.headroom--not-top {
	display: none;
}

/* MRO Invitation */

@media (min-width:992px) {
    .after-party {
        height: 100vh;
        position:relative;
    }
    #after-party {
        overflow:hidden;
    }
}

@media (max-width:991px) {
    .after-party {
        min-height:100vh;
    }
}

.after-party .container {
    height:100%;
    position:relative;
}

.after-party .content {
    color: #fff;
    position: relative;
    background-color: #000928;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.5px;
}

@media (min-width:992px) {
    .after-party .content {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width:991px) {
    .after-party .content {
        margin:30px 0;
    }
}

@media (max-width:767px) {
    .after-party .content {
        margin: 15px 0;
    }
}

.headline-border {
    border-top: 2px solid #F6B53A;
    padding-top:20px;
    margin-bottom:10px;
    display:inline-block;
}

.headline-large {
    font-family: 'Helvetica Neue Cn';
    font-size: 32px;
    letter-spacing: 0;
    margin: 0;
}

@media (min-width:992px) {
    .headline-large {
        font-size: 46px;
    }
}

.text-lt-blue {
    color: #51C3F9;
}

.d-block {
    display:block;
}

.after-party .image {
    padding-bottom: 50%;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top 20% center;
    background-size: cover;
}

    .after-party .image img {
        position: absolute;
        top:-15px;
        right: -15px;
        max-width: 120px;
    }

@media (min-width:992px) {
    .after-party .image {
        padding-bottom: 133.258427%;
        width: 100%;
        margin-bottom: -40px;
        background-position: center;
    }
        .after-party .image img {
            top: -20%;
            right: 0;
            max-width: 150px;
        }
}

.block-padding {
    padding: 15px;
}

@media (min-width:768px) {
    .block-padding {
        padding: 30px;
    }
}

@media (min-width:992px) {
    .after-party .col-md-4 .block-padding {
        padding-bottom: 0;
        padding-right: 0;
    }

    .after-party .col-md-8 .block-padding {
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .block-padding {
        padding: 60px;
    }
}

.after-party .details .box {
    position: relative;
}

    .after-party .details .box:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 2px;
        right: 0;
        background-color: #F6B53A;
    }

    .after-party .details .box:last-child:before {
        display:none;
    }

    .after-party .details .box div {
        padding: 20px 0;
        font-size: 14px;
    }

    @media (min-width:992px) {
        .after-party .details .box:nth-child(2) .headline-large {
            font-size: 42px;
            line-height:1;
        }
    }

    @media (max-width:991px) {
        .after-party .details .box:before {
            display:none;
        }
        .after-party .details .box:nth-child(1) div {
            padding-bottom:10px;
        }
        .after-party .details .box:nth-child(2) div {
            padding: 0;
        }
        .after-party .details .box:nth-child(3) div {
            padding-top: 10px;
        }
    }

.after-party .border {
    width: 100%;
    height: 2px;
    background-color: #F6B53A;
}

ul.logos {
    list-style:none;
    padding-left:0;
    padding-bottom:0;
}

ul.logos li {
    display:block;
    font-size:12px;
}

    ul.logos li:nth-child(2) {
        padding-top:5px;
        padding-bottom: 15px;
    }

@media (min-width:768px) {
    ul.logos li {
        display: inline-block;
    }
    ul.logos li:nth-child(1) {
        padding-right: 5px;
    }

        ul.logos li:nth-child(2) {
            padding-right: 15px;
            padding-top: 0;
            padding-bottom: 0;
        }
}