﻿html, body {
    font-family: 'Exo 2', sans-serif;
}

@media (min-width: 1600px) and (max-width: 4000px) {
    .container {
        max-width: 1440px;
        min-width: 1440px;
    }
}

@media (min-width: 1367px) and (max-width: 1599px) {
    .container {
        max-width: 1280px;
        min-width: 1280px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .container {
        max-width: 1180px;
        min-width: 1180px;
    }
}

@media (min-width: 992px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: table;
    }
}

input.cms-field-submit {
    /*background: #6cc04a;*/
    color: white !important;
    border: none;
    font-weight: 500;
    padding: 2% 4%;
    display: inline-block;
    margin-right: 2%;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 21px;
    border-radius: 0px;
}

ul#main-nav-top > li.currentPage.cms-page-level-2 > a {
    position: relative;
    background: white;
    border-bottom: 3px solid #1c5a7c;
    border-radius: 3px;
}

    ul#main-nav-top > li.currentPage.cms-page-level-2 > a:after {
        content: '';
        position: absolute;
        top: 100%;
        width: 1vw;
        height: 1vw;
        left: 50%;
        background: #1c5a7c;
        transform: translate(-50%,-50%) rotate(45deg);
        z-index: -1;
    }

.white-bg ul li, .white-bg p, .white-bg ol li {
    font-size: 17px !important;
    line-height: 31px;
    color: #111111;
}

.navbar-nav > li:last-child .dropdown-menu {
    right: 0;
    left:unset;
}

/*li.highlight {
    position: unset!important;
}

    li.highlight .dropdown-menu {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        right: 0;
        left: 0;
        position: absolute;
        margin-top: -37px;
    }*/

.navbar .nav {
    /*position: relative;*/
    display: block;
    float: right;
    margin: 0px;
}

ul.dropdown-menu.multi-column {
    padding: 3rem 3rem;
    border-bottom: 10px solid #008095;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-top: none;
}

    ul.dropdown-menu.multi-column h5 {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Heebo', sans-serif;
        color: #1c5a7c;
        margin-top: auto;
        /*border-bottom: 3px solid #1c5a7c;*/
    }

    ul.dropdown-menu.multi-column li a:before {
        content: '';
        border-left: 3px solid #6cc04a;
        padding-left: 6%;
    }

.navbar-nav > li {
    margin-right: 40px;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 0px;
    overflow: hidden;
    background-color: #008095;
    margin-top: auto;
}

.title-wrapper {
    max-height: 50px;
    min-height: 50px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

ul.dropdown-menu.multi-column .grand .row {
    display: flex;
}

    ul.dropdown-menu.multi-column .row .col-sm-4 {
         
    }

ul.dropdown-menu.multi-column li a {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #333;
    text-decoration: none !important;
    font-weight: 400;
    display: flex;
}

ul.multi-column-dropdown {
    margin-top: 28px;
}

ul.dropdown-menu.multi-column li {
    margin-bottom: 10px;
}

div#bs-example-navbar-collapse-1 {
    flex: 1;
}

a, a.navbar-brand img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.navbar-default .navbar-nav > li.highlight > a {
    color: #333333;
    background: #6cc04a!important;
}

.caret {
    display: none;
}

    a.navbar-brand:hover img {
        opacity: 0.7;
    }


    a.navbar-brand {
        height: auto;
    }

.carousel-caption h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 25px;
}

.carousel-caption p {
    font-size: 25px;
    font-weight: 500;
}

.item img {
    width: 100%;
}

/*div#bs-example-navbar-collapse-1 {
    flex: 1;
}*/

.navbar-nav {
    float: right;
}

.nav-container {
    padding: 0;
    margin: 0
}

.dropdown-menu.multi-column {
    width: max-content;
}

.dropdown-menu .row { 
    margin: 0px;
}

.multi-column-dropdown {
    list-style: none;
    padding: 0px;
}

p.calloutButton a {
    background: #6cc04a;
    color: #333333;
    display: block;
    text-align: center;
    padding: 4% 0%;
    font-size: 18px;
}

    p.calloutButton a:hover {
        text-decoration: none;
        background: rgba(108, 192, 74, 0.70);
    }


p .descText {
    font-size: 20px;
}

.calloutWrapper h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 35px;
    flex: 0.4;
}

.aboutWrapper p {
    font-size: 28px;
}

nav.navbar.navbar-default {
    border: none;
    background: none;
}

nav.navbar.navbar-default {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    border-bottom: 10px solid #008095;
    border-radius: 0px;
    margin-bottom: 0px;
}

.carouselWrapper {
    overflow: hidden;
    height: 70vh;
}

.carousel-caption {
    position: relative !important;
}

.item .container {
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.carousel-caption {
    position: relative !important;
    right: auto;
    left: auto;
    text-align: left;
    bottom: 0px;
    padding: 0px;
}

.item {
    height: 70vh;
    position: relative !important;
}

a.navbar-brand img {
    max-width: 450px;
}

.aboutWrapper {
    background: #008095;
    margin-top: 7%
}

    .aboutWrapper .container {
        color: white;
        padding: 10% 0;
        text-align: center;
    }

    .aboutWrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: 25px solid #fff;
        transform: rotate();
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

.homeCallouts {
    margin-top: 4%
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #008095;
    transform: rotate();
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

footer .container {
    padding: 10% 0;
}

.copyright {
    background: #1c5a7c;
    color: white;
    padding: 1.5% 0%;
}

.cms-form-recaptcha-disclaimer {
    color: #333333!important;
}

label {
 
    font-size: 17px !important;
    line-height: 31px;
    color: #111111;
}

    .copyright p {
        margin-bottom: 0px;
    }

        .copyright p a {
            color: #ffffff;
            text-decoration: underline;
        }

            .copyright p a:hover {
                color: #ffffff;
            }

    .copyright .container .row {
        display: flex;
        align-items: center;
    }

        .copyright .container .row .left {
            flex: 1
        }

footer ul {
    padding-left: 0px;
    list-style-type: none;
    line-height: 35px;
}

    footer ul li a {
        color: #333333;
        text-decoration: none !important;
        font-size: 18px;
    }

        footer ul li a:before {
            content: '';
            border-left: 5px solid #6cc04a;
            padding-left: 3%;
        }

        footer ul li a:hover {
            color: #1c5a7c;
        }

            footer ul li a:hover:before {
                border-left: 5px solid #008095;
            }

li.cms-page-level-3 {
    padding-left: 0px !important;
}

@media (min-width: 1200px) {
.navbar-nav > li.multi {
    position: unset !important;
}


.navbar-nav > li.multi .dropdown-menu {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    right: 0;
    left: 0;
    position: absolute;
    margin-top: -38px;
}
}





.blueBackground .pageSubMenu li.cms-page-level-3 a {
    font-size: 16px;
}

ul#main-nav li a {
    margin-bottom: 10px;
    display: inline-block;
}

    .blueBackground .pageSubMenu li.cms-page-level-3 a:hover {
        background: none !important;
    }

/*Mobile Responsive Styles*/

@media (min-width: 1345px) and (max-width: 1550px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .navbar-nav > li {
        margin-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1550px) {
    li.multi {
        position: unset !important;
    }

        li.multi .dropdown-menu {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            right: 0;
            left: 0;
            position: absolute;
            margin-top: -28px;
        }
}

    @media (min-width: 992px) and (max-width: 1345px) {
        .navbar-default .navbar-nav > li > a {
            font-size: 14px;
            padding: 6px;
        }

        .navbar-nav > li {
            margin-right: 5px;
        }

        a.navbar-brand img {
            max-width: 330px;
        }
    }

    @media (max-width: 990px) {
        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

            .navbar-collapse.collapse {
                display: none !important;
            }

                .navbar-collapse.collapse.in {
                    display: block !important;
                }

        .navbar-nav {
            float: none !important;
            margin: 7.5px -15px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
    }


    @media (min-width: 1200px) and (max-width: 1400px) {
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        /*    html, body {
        overflow-x: hidden;
    }*/

        a.navbar-brand img {
            max-width: 250px;
        }

        footer .col-sm-3 img.img-responsive {
            max-width: 100%;
            margin: auto;
            margin-bottom: 10%;
            margin-top: 5%;
        }

        .copyright {
            padding: 3% 0%;
        }

        footer ul li a {
            font-size: 14px;
            display: flex;
            line-height: 20px;
        }

        footer .container .row {
            margin: auto;
        }

        footer ul li {
            margin-bottom: 5%;
        }

        .navbar-default .navbar-toggle {
            border-color: transparent;
            background: #6cc04a;
            border-radius: 0px;
            margin-top: 23px;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ffffff;
            }

            /*nav.navbar.navbar-default {
        display: block;
    }*/

            /* div#bs-example-navbar-collapse-1 ul#main-nav-top {
        width: 100%;
        float: none;
        text-align: center;
        margin: auto;
    }*/

            .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
                background-color: rgba(138, 138, 141, 1);
            }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        ul.dropdown-menu.multi-column {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            ul.dropdown-menu.multi-column .grand.col-sm-4 {
                width: 100%;
            }

        .navbar-nav > li {
            margin-right: 0px;
        }

        /*    html, body {
        overflow-x:hidden;
    }*/

        a.navbar-brand img {
            max-width: 250px;
        }

        footer .col-sm-3 img.img-responsive {
            max-width: 100%;
            margin: auto;
            margin-bottom: 10%;
            margin-top: 5%;
        }

        .copyright {
            padding: 3% 0%;
        }

        footer ul li a {
            font-size: 14px;
            display: flex;
            line-height: 20px;
        }

        footer .container .row {
            margin: auto;
        }

        footer ul li {
            margin-bottom: 5%;
        }

        .navbar-default .navbar-toggle {
            border-color: transparent;
            background: #6cc04a;
            border-radius: 0px;
            margin-top: 23px;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ffffff;
            }

        nav.navbar.navbar-default {
            display: block;
        }

        div#bs-example-navbar-collapse-1 ul#main-nav-top {
            width: 100%;
            float: none;
            text-align: center;
            margin: auto;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgba(138, 138, 141, 1);
        }
    }

    @media (max-width: 767px) {

        .aboutWrapper:before {
            border-top: 25px solid #1c5a7c;
        }

        /*.cms-form-group-required .cms-form-label:after {
            color: green!important;
            display: inline-block;
        }*/

        label {
            display: unset;
        }

        .navbar-nav > li {
            margin-right: 0px;
        }

        a.navbar-brand img {
            max-width: 250px;
        }

        footer .col-sm-3 img.img-responsive {
            max-width: 250px;
            margin: auto;
            margin-bottom: 10%;
            margin-top: 5%;
        }

        .copyright .container .row {
            display: block;
            text-align: center;
        }

        .copyright {
            padding: 8% 8%;
        }

            .copyright .left {
                margin-bottom: 4%;
            }

        footer ul li a {
            font-size: 14px;
            display: flex;
            line-height: 20px;
        }

        footer .container .row {
            margin: auto;
        }

        footer ul li a:before {
            padding-left: 2%;
        }

        footer ul li {
            margin-bottom: 5%;
        }

        .navbar-default .navbar-toggle {
            border-color: transparent;
            background: #6cc04a;
            border-radius: 0px;
            margin-top: 23px;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #ffffff;
            }

        nav.navbar.navbar-default {
            display: block;
        }

        div#bs-example-navbar-collapse-1 ul#main-nav-top {
            width: 100%;
            float: none;
            text-align: center;
            margin: auto;
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: rgba(138, 138, 141, 1);
        }
    }
