﻿@font-face {
    font-family: 'Chronicle Display Semi';
    src: url('/fonts/ChronicleDisplay-Semi.eot');
    src: url('/fonts/ChronicleDisplay-Semi.eot?#iefix') format('embedded-opentype'), url('/fonts/ChronicleDisplay-Semi.woff2') format('woff2'), url('/fonts/ChronicleDisplay-Semi.woff') format('woff'), url('/fonts/ChronicleDisplay-Semi.ttf') format('truetype'), url('/fonts/ChronicleDisplay-Semi.svg#ChronicleDisplay-Semi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chronicle Display';
    src: url('/fonts/ChronicleDisplay-Roman.eot');
    src: url('/fonts/ChronicleDisplay-Roman.eot?#iefix') format('embedded-opentype'), url('/fonts/ChronicleDisplay-Roman.woff2') format('woff2'), url('/fonts/ChronicleDisplay-Roman.woff') format('woff'), url('/fonts/ChronicleDisplay-Roman.ttf') format('truetype'), url('/fonts/ChronicleDisplay-Roman.svg#ChronicleDisplay-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue Bold';
    src: url('/fonts/HelveticaNeueBold.eot');
    src: url('/fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaNeueBold.woff2') format('woff2'), url('/fonts/HelveticaNeueBold.woff') format('woff'), url('/fonts/HelveticaNeueBold.ttf') format('truetype'), url('/fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('/fonts/HelveticaNeueLight.eot');
    src: url('/fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaNeueLight.woff2') format('woff2'), url('/fonts/HelveticaNeueLight.woff') format('woff'), url('/fonts/HelveticaNeueLight.ttf') format('truetype'), url('/fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeueMedium.eot');
    src: url('/fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaNeueMedium.woff2') format('woff2'), url('/fonts/HelveticaNeueMedium.woff') format('woff'), url('/fonts/HelveticaNeueMedium.ttf') format('truetype'), url('/fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}




body {
    font-family: 'HelveticaNeue Light', sans-serif;
    font-size:16px;
    line-height:1.5;
}

a {
    color: #5bb2e4;
    text-decoration: none;
    background-color: transparent;
    font-weight:bold;
}

a:hover {
    color: #5bb2e4;
    text-decoration: underline;
    background-color: transparent;
    font-weight: bold;
}

.h2, h2 {
    font-size: 2rem;
    color: #5bb2e4;
}


/* Structure */

.home-top {
    margin-top: 100px;
}

@media (max-width: 990px) {
    .home-top {
        margin-top: 90px;
    }
}

/* NAV */

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}

.logo-area {
    position: fixed;
    background: white;
    width: 100%;
    text-align: center;
    z-index: 1032;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;
}

    .logo-area img {
        height: 140px;
        width: auto;
    }

.logo-right {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .logo-right img {
        height: 190px;
        margin-top: 30px;
    }

@media (max-width: 1100px) {
    .logo-right img {
        height: 156px;
    }
}

@media (max-width: 991px) {
    .logo-right img {
        height: 152px;
        position: absolute;
        right: 15px;
        top: 128px;
    }
}

@media (max-width: 375px) {
    .logo-right img {
        height: 120px;
        position: absolute;
        right: 15px;
        top: 128px;
    }
}

.logo-left {
    position: absolute;
    left: 15px;
}

.btn-morton {
    color: #fff;
    background-color: #505952;
    border-color: #505952;
}

    .btn-morton:hover {
        font-weight: 900;
        color: #fff;
        background-color: #c3af88;
        border-color: #c3af88;
        text-decoration: none;
    }

    .btn-morton:focus, .btn-morton:active {
        font-weight: 900;
        color: #fff;
        background-color: #c3af88;
        border-color: #c3af88;
        text-decoration: none;
        outline: 0
    }

@media (max-width: 768px) {
    .btn-morton {
        font-size: 13px;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-right: 33px;
    font-size: 15px;
}


.nav-panel {
    z-index: 1032;
    background: #ffffff;
    padding: 0px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #5bb2e4;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5bb2e4;
}

.navbar-light .navbar-nav .nav-link {
    color: #7b7e80;
    font-size: 16px;
    font-family: 'HelveticaNeue Light', sans-serif;
}

button:focus {
    outline: 0px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
    background: #5bb2e4;
    color: white !important;
    padding: 4px 6px;
    margin-right: 25px;
    border-radius: 0px;
    padding-top: 7px;
}

.navbar-toggler {
    text-decoration: none;
    background: transparent;
    color: #7b7e80 !important;
    padding: 4px 6px;
    margin-right: 25px;
    border-radius: 0px;
    padding-top: 7px;
}

.mobile {
    display: none;
}

@media (max-width: 991px) {

    .logo-area {
        padding-bottom: 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        width: 80%;
        height: 100%;
        z-index: 100;
        background: white;
        padding: 24px 30px;
        box-shadow: -4px 0px 12px 8px #ccc;
    }

        .navbar-collapse.collapsing {
            left: -100%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            left: 0;
            transition: left 300ms ease-in-out;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        left: 0px;
        transition: left 500ms ease-in-out;
    }
}

.navigation {
    width: 100%;
}

    .navigation ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .navigation ul li {
            margin: 0 10px;
            list-style: none;
        }

    .navigation a {
        color: black;
        font-weight: bold;
        font-size: 1.5rem;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 1rem 0;
    margin: 18px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    background: #ffffff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c3af88;
    border-color: #c3af88;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    padding-left: 40px;
    position: absolute;
}

    .navbar-brand img {
        height: 60px;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: white;
    min-width: 50%;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
}

@media (max-width: 991px) {
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: white;
        min-width: 50%;
        justify-content: flex-end;
        height: auto;
        padding: 0px;
    }

    .navbar-brand {
        padding-left: 25px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .navbar-brand img {
            height: 50px;
        }
}

.navbar-nav .dropdown-menu {
    border-top: 2px solid #29abe2;
}

/* Banner */

.banner {
    background: #5bb2e4;
    text-align: center;
    font-family: 'Chronicle Display', serif;
    padding: 10px;
    font-size: 18px;
}

.banner a {
    color:white;
}

    .banner a:hover {
        color: white;
        text-decoration:none;
    }

/* Slides */

.carousel-inside {
    height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-left: 70px;
    background-position: center;
}

@media (max-width: 1024px) {
    .carousel-inside {
        height: 600px;
    }
}

@media (max-width: 990px) {
    .carousel-inside {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .carousel-inside {
        height: 500px;
    }
}

@media (max-width: 425px) {
    .carousel-inside {
        height: 432px;
        background-position: 70%;
    }
}

.slide-caption {
    background: rgba(0,0,0,0.5);
    padding: 40px;
    max-width: 45%;
    color: white;
    width: auto;
}


    .slide-caption a {
        font-weight: bold;
        font-family: 'HelveticaNeue Bold';
        color:white;
    }



.slide-caption h5 {
    margin: 0px;
    font-family: 'Chronicle Display';
    font-size: 30px;
}

.slide-caption h4 {
    margin: 0px;
    font-family: 'Chronicle Display';
    font-size: 28px;
}

    .slide-caption p {
        margin-bottom: 0px;
        margin-top: 15px;
        line-height: 1.5;
    }

@media (max-width: 1024px) {
    .slide-caption h5 {
        margin: 0px;
        font-family: 'Chronicle Display';
        font-size: 27px;
    }
}

@media (max-width: 991px) {
    .slide-caption {
        background: rgba(0,0,0,0.5);
        padding: 40px;
        width: 55%;
        color: white;
    }
}

@media (max-width: 610px) {
    .carousel-inside {
        align-items: flex-end;
        padding-left: 0;
    }
    .slide-caption {
        background: rgba(0,0,0,0.5);
        padding: 40px;
        max-width: 100%;
        color: white;
        padding-bottom: 40px;
        width: 100%;
    }
    .slide-caption h5 {
        margin: 0px;
        font-family: 'Chronicle Display';
        font-size: 25px;
    }
        .slide-caption h4 {
            margin: 0px;
            font-family: 'Chronicle Display';
            font-size: 20px;
        }
        .slide-caption p {
            margin-bottom: 0px;
            margin-top: 7px;
            line-height: 1.5;
            font-size: 15px;
            padding-bottom: 15px;
        }
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

/* Campaign */

.campaign {
    padding: 100px 0px;
}

.intro-text {
    padding: 80px 30px;
    padding-bottom: 30px;
}

    .intro-text h1 {
        font-size: 36px;
        font-family: 'Chronicle Display';
        color: #00205c;
        margin-bottom: 10px;
    }

    .intro-text h3 {
        font-size: 28px;
        font-family: 'Chronicle Display';
        color: #5bb2e4;
    }

.campaign-outer {
    padding: 0px 0px;
    margin-bottom: 60px;

}
@media (max-width: 768px) {
    .campaign-outer {
        padding: 0px 15px;
        margin-bottom: 60px;
    }
}

.campaign-image {
    height: 350px;
    width: auto;
    margin: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.col-40 {
    width:40%;
}
.col-30 {
    width: 30%;
}
.col-20 {
    width: 20%;
}

@media (max-width: 768px) {
    .col-40 {
        width: 100%;
    }
    .col-30 {
        width: 100%;
    }
    .col-20 {
        width: 100%;
    }
}

.columns:nth-child(1) {
    padding-right:30px;
}
.columns:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
}
.columns:nth-child(3) {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .columns:nth-child(1) {
        padding-left: 30px;
        padding-right: 30px;
    }

    .columns:nth-child(2) {
        padding-left: 30px;
        padding-right: 30px;
    }

    .columns:nth-child(3) {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 991px) {
    .campaign-image {
            height: 290px;
            width: auto;
            margin: 0px;
            margin-bottom: 15px;
        }

        .intro-text {
            padding: 80px 15px;
            padding-bottom: 30px;
        }
    }

    .footer-outer {
        background: #52575a;
        color: white;
    }

    .branches-outer {
        background: #5bb2e4;
        margin-top: 0px;
        margin-bottom: 30px;
    }

.branch-inner {
    background: #f3f4f4;
    border-top: 3px solid #5bb2e4;
    padding: 30px;
    height: 400px;
    margin-bottom:30px;
}

    .branch-inner h4 {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 17px;
        color: #00205c;
    }

    .branches-title {
        display: block;
        background: white;
        margin: 0px;
        margin-top: 50px;
        font-family: 'Chronicle Display';
        padding: 20px;
        font-size: 30px;
        color: #00205c;
    }


.branches-title-small {
    display: block;
    background: #5bb2e4;
    margin: 0px;
    margin-top: 0;
    font-family: 'Chronicle Display';
    padding: 10px;
    font-size: 24px;
    color: white;
    line-height: 1.3;
    margin-bottom: 20px;
}

.btn-book {
    display: block;
    width: auto;
    font-size: 16px;
    color: white;
    float: right;
    border-radius: 0px;
    margin-top: 10px;
    background: #5bb2e4;
}

.btn-general {
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: white;
    border-radius: 0px;
    margin-top: 10px;
    background: #5bb2e4;
}

.news {
    background: #f3f4f4;
    height: 100%;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
}

.news-image-area {
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
}

.news-text {
    padding-left: 20px;
    font-size: 14px;
    color: #545859;
}

.news-header {
    font-family: 'Chronicle Display';
    font-size: 24px;
    line-height: 1.3;
    color: #00205c;
}

.news-title {
    font-family: 'Chronicle Display';
    font-size: 30px;
    color: #00205c;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.brand-title {
    background: #5bb2e4;
}

.brand-image {
    height: 700px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    /* padding-left: 8%; */
}

@media (max-width: 610px) {
    .brand-image {
        height: 300px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        /* padding-left: 8%; */
    }
}



.brand-caption {
    background: rgba(0,0,0,0.5);
    padding: 40px;
    max-width: 100%;
    color: white;
    width: 100%;
}

    .brand-caption h5 {
        margin: 0px;
        font-family: 'Chronicle Display';
        font-size: 38px;
        margin-bottom: 10px;
        line-height:1;
    }

    .brand-caption h4 {
        margin: 0px;
        font-family: 'Chronicle Display';
        font-size: 28px;
        
    }

@media (max-width: 610px) {
    .brand-caption {
        background: rgba(0,0,0,0.5);
        padding: 20px;
        max-width: 100%;
        color: white;
        width: 100%;
    }
        .brand-caption h4 {
            margin: 0px;
            font-family: 'Chronicle Display';
            font-size: 20px;
        }
}


.grey-highlight {
    margin: 0px;
    font-family: 'Chronicle Display';
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1;
    color: #92939d;
}

.blue-header {
    font-size: 28px;
    font-family: 'Chronicle Display';
    color: #5bb2e4;
    line-height: 1.15;
}

.nav-divider {
    border-right: 1px solid #5bb2e4;
    height: 30px;
    display: block;
    margin-top: 5px;
}

.footer-outer a {
    color:white;
    text-decoration:underline;
}



    .quicklink-image {
        background-size: cover;
        height: 300px;
        background-position: center;
        margin-bottom: 20px;
    }

@media (min-width: 1400px) {
    .quicklink-image {
        background-size: cover;
        height: 350px;
        background-position: center;
        margin-bottom: 20px;
    }
}

.btn-earsure {
    background: #5bb2e4;
    border-color: #5bb2e4;
    display: inline-block;
    margin-top: 15px;
    border-radius: 0px;
}

    .btn-earsure:hover {
        background: #00205c;
        border-color: #00205c;
        display: inline-block;
        margin-top: 15px;
        border-radius: 0px;
    }


.team-highlight {
    background: #5bb2e4;
    color: white;
    padding: 20px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.team-highlight p {
    margin-bottom: 0px;
    
}

/**/

.font18 {
    font-size:18px !important;
}
.font21 {
    font-size: 21px !important;
}
.font24 {
    font-size: 24px !important;
}
.font28 {
    font-size: 28px !important;
}
.font32 {
    font-size: 32px !important;
}

.social-icons {
    height: 30px;
    width: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.social-icons-outer {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .social-icons-outer {
        margin-top: 10px;
    }
}