﻿body, html {
    min-width: 375px;
}

.JumpNav {
    position: absolute;
    top: -200px;
    z-index: 500;
    color: #ffffff;
    background: #666666;
    padding: 5px;
}

    .JumpNav:focus {
        top: 0;
        left: 0;
        color: #ffffff;
    }

.body-container {
    margin-top: 150px;
}

.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;
    }

.flex-column {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    clear: both;
    height: 100%;
}

.flex-column_bottom {
    margin-top: auto;
}

.flex-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.flex-1 {
    flex: 1;
}

.no-padding {
    padding: 0;
}

/* Landing Page */

#landing-page {
    font-size: 16px;
}

    #landing-page h2 {
        font-size: 27px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 -10px;
    }

    #landing-page span {
        text-transform: uppercase;
        font-size: 27px;
        display: block;
    }

    #landing-page a.btn-red, #landing-page a.btn-blue {
        padding: 8px 15px 12px;
        border-radius: 50px;
        opacity: 0.6;
    }

@media(max-width: 1024px) {
    #landing-page a.btn-red, #landing-page a.btn-blue {
        opacity: 1;
    }
}

#landing-page a.btn-red {
    border: 4px solid #d9272e;
}

#landing-page a.btn-blue {
    border: 4px solid #145686;
}

    #landing-page a.btn-red:hover, #landing-page a.btn-blue:hover {
        opacity: 1;
    }

@media(min-width: 992px) {
    #landing-page .left {
        padding-right: 0;
    }
}

@media(min-width: 992px) {
    #landing-page .right {
        padding-left: 0;
    }
}

img.logo-center {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    left: 0;
}

@media(max-width: 1469px) {
    img.logo-center {
        width: 200px;
    }
}

@media(max-width: 1279px) {
    img.logo-center {
        width: 175px;
    }
}

@media(max-width: 1158px) {
    img.logo-center {
        width: 145px;
    }
}

@media(max-width: 1045px) {
    img.logo-center {
        display: none;
    }
}

/*
#landing-page span.contain {
    position:relative;
}

#landing-page span.bar {
    width: 100px;
    height: 3px;
    background: #000;
    position: absolute;
    right: 5px;
    top: 23px;
    
}

.lp-arrow {
    font-size: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
*/
.block {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.3s;
}

@media(max-width: 991px) {
    .block {
        height: inherit;
        padding: 60px 0;
    }
}

@media(max-width: 1024px) {
    .block {
        opacity: 1;
    }
}

.block:hover {
    opacity: 1;
}

.block-bg {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#fff, #f5f5f5, #ccc); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff, #f5f5f5, #ccc); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff, #f5f5f5, #ccc); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff, #f5f5f5, #ccc); /* Standard syntax */
}

@media(min-width: 1025px) {
    .block-bg {
        background: #fff;
    }
}

.block-bg:hover {
    background: red; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(#fff, #f5f5f5, #ccc); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(#fff, #f5f5f5, #ccc); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(#fff, #f5f5f5, #ccc); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#fff, #f5f5f5, #ccc); /* Standard syntax */
}

.block .content {
    max-width: 410px;
}

/* Homepage */

.home-banner {
    background-color: #ee2a28;
    padding: 35px 0;
    font-size: 24px;
}

    .home-banner .content {
        max-width: 700px;
        font-weight: 600;
        padding: 0 15px;
    }

@media(max-width: 520px) {
    .home-banner .content {
        font-size: 19px;
    }
}

/*.quarter {
    width:25%;
    float:left;
}

@media(max-width: 991px) {
    .quarter {
        width: 50%;
        float: left;
    }
}*/

@media(max-width: 479px) {
    .quarter {
        width: 100%;
        float: left;
        left: 0;
        right: 0;
    }
}

.row-tiles {
    background-color: #151515;
}

    .row-tiles:before, .row-tiles:after {
        content: '';
        display: table;
        clear: both;
    }

.home-tiles {
    border-top: 3px solid #ee2a28;
}

    .home-tiles span.title, .overview-tile span.title, .home-tiles span.title-white, .widget-tile span.title, .widget-tile span.title-white, .widget-date {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        margin-right: -2px;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        display: block;
        color: #000;
    }

    .home-tiles span.title-white, .widget-tile span.title-white {
        color: #fff;
    }

.widget-date {
    color: rgba(255,255,255,0.7);
}

.home-tiles span.title-red {
    color: #ee2a28;
}

.home-tiles p {
    text-transform: uppercase;
    margin: 30px 0;
}

@media(max-width: 520px) {
    .home-tiles p {
        font-size: 16px;
        margin: 15px 0;
    }
}

.tile {
    background-color: #eee;
    background-color: #eee;
    padding-bottom: 100%;
    position: relative;
}

@media(max-width: 375px) {
    .tile {
        padding-bottom: 60%;
    }
}

.tile .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    justify-content: center;
}

    .tile .content > div {
        margin: 0 auto;
        max-width: 250px;
    }

.find-dealer {
    background-color: #ee2a28;
}

.find-dealer-form {
    position: relative;
}

    .find-dealer-form #find-dealer-search {
        font-size: 14px;
        color: #fff;
        background: rgba(255,255,255,0.15);
        font-weight: 400;
        height: 36px;
        line-height: 38px;
        display: inline-block;
        text-decoration: none;
        transition: all .6s;
        height: 40px;
        border-radius: 0;
        outline: 0;
        width: 100%;
        text-align: left;
        padding: 0 10px;
        border: none;
    }

    .find-dealer-form button#find-dealer-search-btn {
        position: absolute;
        padding: 0 13px;
        height: 40px;
        right: 0;
        top: 0;
        border: 0;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.3s;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        font-family: 'Montserrat', sans-serif;
    }

        .find-dealer-form button#find-dealer-search-btn:hover {
            background: #2B2B2B;
        }

    /* WIDGET FORM PLACEHOLDER TEXT COLOR */
    .find-dealer-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #fff;
    }

    .find-dealer-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .find-dealer-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .find-dealer-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

.join-the-fun {
    background-image: url(/Areas/CMS/assets/img/tile5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whats-new {
    background-color: #111825;
}

.tour {
    background-color: #172440;
}

.image-1 {
    background-image: url(/Areas/CMS/assets/img/tile1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-2 {
    background-image: url(/Areas/CMS/assets/img/tile3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-3 {
    background-image: url(/Areas/CMS/assets/img/tile6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-4 {
    background-image: url(/Areas/CMS/assets/img/tile8.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#modal-secure {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 30px;
    z-index: 90001;
    height: 100vh !important;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(33,33,33,.95);
}

    #modal-secure #AccessItemsForm {
        margin: 0 auto;
        width: 50%;
        padding: 40px 40px 20px;
        background: #fff;
    }

    #modal-secure .top {
        margin: 0 auto;
        width: 50%;
    }

@media(max-width: 991px) {
    #modal-secure #AccessItemsForm,
    #modal-secure .top {
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    #modal-secure #AccessItemsForm {
        padding: 20px 20px 5px;
    }
}


/* HOME MAIN SLIDER */

.top-header {
}

    .top-header .home-slider {
        background-color: #000;
        margin-bottom: 0;
    }

        .top-header .home-slider .slide-marine {
            min-height: calc(100vh - 30px);
            background-size: cover;
            background-color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .top-header .home-slider .slide-marine .slide-content {
                max-width: 610px;
                position: relative;
                z-index: 1001;
            }

@media(max-width: 520px) {
    .top-header .home-slider .slide-marine .slide-content {
        text-align: center;
    }
}

.top-header .home-slider .slide-marine h2 {
    font-size: 52px !important;
    font-weight: 600;
}

@media(max-width: 767px) {
    .top-header .home-slider .slide-marine h2 {
        font-size: 42px !important;
    }
}

@media(max-width: 480px) {
    .top-header .home-slider .slide-marine h2 {
        font-size: 32px !important;
    }
}

.top-header .overlay {
    z-index: 1000;
    background-color: #000;
    opacity: 0.55;
    height: 100%;
    width: 100%;
    position: absolute;
}

.top-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-header .underlay {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.top-header ul.slick-dots {
    bottom: 50px;
}

/* SLIDER DOTS */

.slick-dots {
    bottom: -50px;
}

    .slick-dots li button:before {
        font-size: 20px;
        opacity: 1;
        color: #ccc;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #ee2a28;
    }

/* FOOTER */

.footer {
    background-color: #111927;
    color: #787688;
}

@media (min-width: 992px) {
    .footer .info {
        border-left: 1px solid #787688;
        padding-left: 30px;
    }
}

.footer .info h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: inherit;
    font-family: 'Open Sans', sans-serif;
}

.footer .info ul {
    list-style: none;
    padding-left: 0;
}

    .footer .info ul li {
        display: inline-block;
        margin-right: 5px;
    }

.footer .info .circle-icon {
    background: #787688;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    font-size: 28px;
    color: #111927;
    transition: 0.3s ease-in-out;
}

    .footer .info .circle-icon:hover,
    .footer .info .circle-icon:focus {
        opacity: 0.7;
    }

@media screen and (min-width: 992px) {
    .footer .footer-form {
        padding-right: 30px;
    }
}

.footer .footer-form label {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer .footer-form input[type=text], .footer .footer-form select, .footer .footer-form textarea {
    width: 100%;
    padding: 6px 20px 6px 0;
    margin: 0 0 25px;
    border: none;
    border-bottom: 3px solid #787688;
    background: transparent;
    display: inline-block;
    box-sizing: border-box;
    transition: all .15s;
    color: #fff;
}

    .footer .footer-form input[type=text]:focus, .footer .footer-form textarea:focus {
        border-color: #fff;
        outline: 0;
        background-color: #172440;
        padding-left: 10px !important;
    }

.footer .footer-form textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.footer .footer-form input[type=submit] {
    background: transparent;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    padding-left: 0;
}

.footer .footer-form span.icon {
    position: relative;
    color: #fff;
    transition: all 0.3s;
}

    .footer .footer-form span.icon:hover {
        color: #fff;
        opacity: 0.7;
    }

    .footer .footer-form span.icon:after {
        font-family: FontAwesome;
        content: "\f178"; /* Value may need to be changed in newer version of font awesome*/
        font-size: 13px;
        position: absolute;
        right: -15px;
        top: 6px;
        cursor: pointer;
    }

.footer .bottom-bar {
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

    .footer .bottom-bar a {
        color: #fff;
        text-decoration: underline;
    }

        .footer .bottom-bar a:hover,
        .footer .bottom-bar a:focus {
            opacity: 0.7;
            text-decoration: none;
        }

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(7,8,12,.9);
    text-align: center;
    z-index: 50;
}

    .header:before, .header:after {
        display: table;
        content: '';
        clear: both;
    }

    .header .brand {
        position: relative;
        text-align: left;
        float: left;
        padding: 0 15px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .header .brand img {
            height: 40px;
            transition: all .3s;
            margin: 5px 0;
        }

    .header.scrolled .brand img {
        height: 40px;
    }

    .header .brand a {
        display: inline-block;
    }

.header-right {
    float: right;
    padding-right: 80px;
    position: relative;
}

.nav-toggle {
    display: block;
    width: 70px;
    padding: 20px 20px;
    margin-right: 60px;
}

    .nav-toggle .icon-bar {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
        margin-bottom: 5px;
    }

        .nav-toggle .icon-bar:last-child {
            margin-bottom: 0;
        }

.navigation {
    margin: 0 -5px;
    padding: 0;
    text-align: right;
}

    .navigation > li {
        display: inline-block;
        position: relative;
        padding: 10px 5px 20px;
        transition: all .3s;
    }

        .navigation > li > a {
            color: #fff;
            text-transform: uppercase;
            display: block;
            font-size: 14px;
            font-weight: 600;
            -moz-transition: all .15s;
            -o-transition: all .15s;
            -webkit-transition: all .15s;
            transition: all .15s;
            text-decoration: none;
            border-bottom: 2px solid transparent;
        }

            .navigation > li > a:hover, .navigation > li > a:focus {
                border-color: transparent;
                opacity: 0.7;
            }

        .navigation > li.active > a {
            color: #ee2a28;
            font-weight: 700;
        }

        .navigation > li.dropdown-open .dropdown-menu {
            display: block;
            animation: dropdownOpen 0.2s forwards;
        }

@keyframes dropdownOpen {
    0% {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.dropdown-menu {
    margin: 0;
    padding: 10px 0 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    top: calc(100% - 13px);
    left: 50%;
    transform: translate(-50%, 0);
}

    .dropdown-menu:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ee2a28;
        top: 0;
        left: 50%;
        margin-left: -10px;
    }

    .dropdown-menu > li > a {
        padding: 10px 15px;
        background: #050505;
        border-bottom: 1px solid #272727;
        border-left: 1px solid #272727;
        border-right: 1px solid #272727;
        color: #fff;
    }

    .dropdown-menu > li:first-of-type > a {
        border-top: 3px solid #ee2a28;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background: #ee2a28;
        color: #fff;
    }

.supernav {
    list-style: none;
    margin: 0 -5px;
    padding: 5px 0 0;
    text-align: right;
    font-size: 14px;
    transition: all .3s;
}

    .supernav li {
        display: inline;
        padding: 0 5px;
    }

    .supernav a {
        color: #fff;
    }

        .supernav a:hover, .supernav a:focus {
            opacity: .75;
            text-decoration: none;
        }

.header.scrolled .supernav {
    margin-top: -30px;
}

.header.scrolled .navigation > li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown, .dropup {
    position: relative;
}

#searchToggleButton {
    position: absolute;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #da262e;
    padding: 10px 0;
    justify-content: center;
    outline: 0;
    transition: all .15s;
}

    #searchToggleButton:hover, #searchToggleButton:focus {
        background-color: #c51f27;
    }

#searchForm {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: right;
    display: none;
    z-index: -1;
}

    #searchForm.active {
        display: block;
        animation: dropdown 0.3s forwards;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #333;
    }

    #searchForm input {
        text-align: left;
        padding: 15px;
        border: 0;
        background-color: transparent;
        color: #fff;
        outline: 0;
        font-size: 24px;
    }

        #searchForm input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px #333 inset;
        }

    #searchForm button {
        position: absolute;
        top: 50%;
        right: 0;
        top: 0;
        width: 60px;
        border: 0;
        background-color: transparent;
        color: #fff;
        height: 100%;
        justify-content: center;
        outline: 0;
        transition: all .15s;
    }

        #searchForm button .icon-search {
            opacity: .6;
            width: 20px;
            height: 20px;
        }

        #searchForm button:hover .icon-search, #searchForm button:focus .icon-search {
            opacity: 1;
        }

@keyframes dropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.icon-search {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/Areas/CMS/assets/img/SearchIcon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .brand {
        flex: 1;
    }
}

@media(min-width: 992px) {
    .header-right {
        padding-right: 90px;
    }

    .header .brand img {
        height: 55px;
        margin: 0;
    }

    .header.scrolled .brand img {
        height: 50px;
    }

    .navigation {
        margin: 0 -12px;
    }

        .navigation > li {
            padding: 10px 12px 20px;
        }

            .navigation > li > a {
                font-size: 15px;
            }

    .supernav {
        margin: 0 -15px;
        padding: 5px 0 0;
    }

        .supernav li {
            padding: 0 15px;
        }

    .header.scrolled .navigation > li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(min-width: 1200px) {

    .header .brand img {
        height: 60px;
    }

    .navigation {
        margin: 0 -20px;
    }

        .navigation > li {
            padding: 15px 20px 35px;
        }

    .header .brand {
        padding: 0 30px;
    }

    .header-right {
        padding-right: 100px;
    }

    .supernav {
        margin: 0 -15px;
        padding: 10px 0 5px;
    }

    #searchToggleButton {
        width: 80px;
    }

    .navigation > li > a {
        font-size: 16px;
    }

    .header.scrolled .brand img {
        height: 50px;
    }

    .header.scrolled .supernav {
        margin-top: -35px;
    }

    .header.scrolled .navigation > li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


@media(min-width: 1400px) {
    .navigation {
        margin: 0 -30px;
    }

        .navigation > li {
            padding: 15px 30px 35px;
        }

    .header .brand {
        padding: 0 56px;
    }

    .header-right {
        padding-right: 130px;
    }
}

/* Overview Page */

.sub-margin-top {
    margin-top: 110px;
}

@media(max-width: 1319px) {
    .sub-margin-top {
        margin-top: 77px;
    }
}

@media(max-width: 843px) {
    .sub-margin-top {
        margin-top: 56px;
    }
}

.overview-banner {
    background-image: url(/Areas/CMS/assets/img/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.overview-tile {
    background-position: center;
    background-size: cover;
    background-color: #000;
    height: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.overview-tile2 {
    background-position: center;
    background-size: cover;
    background-color: #000;
    height: 100%;
    min-height:250px;
    padding: 30px;
    position:relative;
}

.widget-tile {
    background-position: center;
    background-size: cover;
    background-color: #000;
    height: 100%;
    min-height: 250px;
    padding: 30px;
}

.overview-tile2.stern-drive {
    background-image: url(/Areas/CMS/assets/img/tile-image.png);
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    transition: all 300ms ease;
}

.overview-tile2.stern-drive:hover {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}

.overview-tile2 a {
    position:absolute;
    right:30px;
    bottom:25px;
    z-index:3;
}

.overview-tile2 a:hover {
    
}

.overlay {
    background: rgba(0,0,0,0.4); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.85)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.85)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.85)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,0.85)); /* Standard syntax */
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
}

.overlay-hover {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    background:rgba(0,0,0,.65);
    opacity:0;
    -webkit-transition: opacity .25s ease;
}

.overview-tile2:hover .overlay-hover {
    opacity:1;
}

.overview-tile.find-dealer {
    background-color: #ee2a28;
}

.widget-tile.related-news {
    background-color: #111825;
}

.widget-tile.related-event {
    background-color: #172440;
}

.widget-tile.engineering-exc {
    background-image: url(/Areas/CMS/assets/img/widget-image.jpg);
    background-position: left center;
    background-size: cover;
    background-color: #000;
}

.overview-tile p, .widget-tile p {
    margin: 30px 0;
}

@media(min-width: 992px) {

    /* Same Height Row */

    .row.is-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.is-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    /*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .row.is-flex > [class*='col-'] {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
}




.blurImg {
    position: relative;
    width: 100%;
    height: 540px;
    z-index: -1;
    top: 0;
    left: 0;
}

    .blurImg > div {
        position: fixed;
        width: 100%;
        height: 540px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

.blur {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

header.test {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0px 15px;
}

    header.test > div {
        max-width: 600px;
        margin: 0 auto;
        padding-top: 270px;
        height: 380px;
        text-align: center;
        color: White;
    }

.container-overview {
    height: 100%;
    background: #fff;
    z-index: 1;
    padding: 0px 15px;
}

    .container-overview div.fade-contain {
        max-width: 1170px;
        margin: 0 auto;
    }

/* SUB PAGE */

.sub-banner {
    background-image: url('/Areas/CMS/assets/img/banner-bg.jpg');
    height: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    position:relative;
}

.sub-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
}

/* BREADCRUMBS */

/* Style the list */
ul.bc {
    list-style: none;
    font-size: 14px;
    padding-left:0;
    font-weight:600;
}

/* Display list items side by side */
ul.bc li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.bc li+li:before {
    padding: 8px;
    color: #9c9c9c;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.bc li a {
    color: #9c9c9c;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.bc li a:hover {
    color: #000;
}

ul.bc li:last-child a {
    color: #000;
}

.img-left {
  width: auto;
  max-width: 50%;
  margin: 0 20px 20px 0;
  float: left;
}

.img-right {
  width: auto;
  max-width: 50%;
  margin: 0 20px 20px 0;
  float: right;
}

.img-full {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
}

@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);
        }


    .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 .5s;
        -o-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        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;
    }
}

.accordion {
    overflow: hidden;
}


.accordion-section {
    position: relative;
    /*margin-bottom:-6px;*/
}


/* Accordion Section Titles */

.accordion-section-title {
    width: 100%;
    padding: 1em 0;
    display: inline-block;
    -moz-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
    -webkit-transition: all linear 0.15s;
    transition: all linear 0.15s;
    /* Type */
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

    .accordion-section-title,
    .accordion-section-title:active,
    .accordion-section-title:focus {
        outline: none;
    }

.accordion .row > .col-xl-4 > div:nth-of-type(2n+1) .accordion-section-title {
    background-color: #7fd199;
}

.accordion .row > .col-xl-4 > div:nth-of-type(2n) .accordion-section-title {
    background-color: #a1d782;
}

/* Short term patch for re-order */

.accordion .row > .col-xl-4:nth-child(2) > div:nth-of-type(2n) .accordion-section-title, .accordion .row > .col-xl-4:nth-child(3) > div:nth-of-type(2n) .accordion-section-title {
    background-color: #7fd199;
}

.accordion .row > .col-xl-4:nth-child(2) > div:nth-of-type(2n+1) .accordion-section-title, .accordion .row > .col-xl-4:nth-child(3) > div:nth-of-type(2n+1) .accordion-section-title {
    background-color: #a1d782;
}

/* End patch */

.accordion-section-title.active,
.accordion-section-title:focus,
.accordion-section-title:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}


    .accordion-section-title.active .accordion-plus:after,
    .accordion-section-title.active .accordion-plus:before,
    .accordion-section-title:focus .accordion-plus:after,
    .accordion-section-title:focus .accordion-plus:before,
    .accordion-section-title:hover .accordion-plus:after,
    .accordion-section-title:hover .accordion-plus:before {
        background-color: rgba(255, 255, 255, 0.5);
    }

.accordian-number {
    display: inline-block;
    width: 50px;
    font-size: 30px;
    font-family: 'aileron-thin';
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*line-height: 50px;*/
    text-align: center;
}

    .accordian-number img {
        width: 100%;
    }

.accordion .row > .col-xl-4 > div:nth-of-type(2n+1) .accordion-section-title .accordian-number {
    background-color: #47c0a0;
}

.accordion .row > .col-xl-4 > div:nth-of-type(2n) .accordion-section-title .accordian-number {
    background-color: #86d18d;
}



/* Accordion Section Content */

.accordion-section-content {
    padding-bottom: 2rem;
    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: #fff;
    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 {
    pointer-events: none;
    position: absolute;
    top: 23px;
    right: -5px;
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 15px;
    height: 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(238, 49, 36, 1)!important;
}

.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(238, 49, 36, 1)!important;
}