﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #003318;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* 

    Boostrap Customizations

*/

.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
    max-width: 1370px;
}

label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

textarea {
    resize: none;
}

.fa-fix {
    position: relative;
    top: -2px;
}

.fa-fix-ul {
}

.fa-fix-ul li {
    margin-bottom: 0.5rem;
}

.fa-fix-ul li:last-child {
    margin-bottom: 0;
}

.fa-fix-ul-alt li {
    margin-bottom: 0.5rem;
}

.fa-fix-ul i {
    position: relative;
    top: 2px;
    margin-right: 0.5rem;
}

/* Header */

header {
    position: relative;
    z-index: 99990;
    width: 100%;
    background-color: #FAF8F5;
    background-image: url('/Images/Layout/header-bg-desktop.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

header .header-logo {
    padding-top: 15px;
    padding-bottom: 20px;
}

    header .header-contact {
        padding-top: 15px;
        padding-bottom: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        line-height: 150%;
        text-align: right;
    }

header .header-contact a,
header .header-contact a:visited {
    color: #000000;
}

header .header-contact a:hover {
    color: #000000;
    text-decoration: none;
}

header .header-contact .cc-logos {
    margin: 0 0;
    padding: 0 0;
}

header .header-contact .cc-logos li {
    display: inline-block;
    margin: 0 2px;
    padding: 0 0;
    width: 26px;
}

header .header-contact .cc-logos li img {
    width: 26px !important;
    height: auto;
}

/* Mobile Header Changes */

@media (max-width : 991px) {

    header {
        position: relative;
        background-image: url('/Images/Layout/header-bg-mobile.jpg');
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    header .header-logo {
        padding: 30px 0 20px 0;
        text-align: center;
    }

    header .header-contact {
        padding: 0 0 30px 0;
        text-align: center;
    }

    header .header-contact .cc-logos {
        padding-top: 15px;
    }

    #pushcontent {
        display: none;
        height: 0px;
    }

}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    background: #005126;
}

footer > .container-xl {
    padding-bottom: 40px;
}

footer h3 {
    margin-bottom: 4px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-color: #FFFFFF;
}

footer a,
footer a:visited {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFF00;
    text-decoration: none;
}

footer i {
    position: relative;
    top: 2px;
    color: #FFFFFF;
}

footer .fa-ul {
    margin-left: 2.0rem;
}

footer .fa-ul li {
    margin-bottom: 1rem;
}

footer .fa-ul li:last-child {
    margin-bottom: 0;
}

footer .fa-ul i {
    margin-right: 0.25rem;
}

footer .sitemap {
    padding-left: 0;
    list-style-type: none;
}

footer .sitemap li ul {
    padding-left: 1.0rem;
    list-style-type: none;
}

footer .sitemap .title {
    color: #FFFFFF;
    font-weight: bold;
}

footer .copyright {
    padding: 30px 30px;
    font-size: 18px;
    line-height: 150%;
    background-color: #003318;
    border-top: 1px solid transparent;
    border-image-source: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.33) 50%, rgba(255,255,255,0.0) 100%);
    border-image-slice: 5;
}

/* Nav */

nav {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    background: #005126;
}

nav .container-xl {
    padding-left: 0;
    padding-right: 0;
}

/* Main */

main {
    color: #000000;
    background-color: #FAF8F5;
}

/* Back To Top Button */

.back-to-top {
    z-index: 99999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 4px solid #202020;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 133%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: end;
    padding: 1rem 2rem;
    background: #A81D21;
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.swiper-slide .slide-title .slide-title-text a,
.swiper-slide .slide-title .slide-title-text a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

    .swiper-slide .slide-title .slide-title-text a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: #000000;
        opacity: 0.5;
    }

.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-container {
        border-bottom: 0px none;
        background-color: #FFFFFF;
    }

    .swiper-pagination {
        display: none;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column-reverse;
    }

        .swiper-slide .slide-title {
            position: absolute;
            bottom: 0;
            background: rgba(0,0,0,0.66);
        }

            .swiper-slide .slide-title .slide-title-text {
                width: 100%;
                margin-bottom: 0;
                padding: 16px 8px;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                background-color: transparent;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }
}

/* Photo Group Full Width */

.photo-group-100 {
}

.photo-group-100 .container-fluid,
.photo-group-100 .row,
.photo-group-100 .col,
.photo-group-100 .col-4,
.photo-group-100 .col-12 {
    margin: 0 0;
    padding: 0 0;
}

.photo-group-100 img {
    width: 100%;
}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #333333;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 80px;
    background-color: transparent;
}

.marquee {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 80px;
}

.marquee-background > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container-xl > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee-background {
        top: 0;
        margin-bottom: 0;
    }

    .marquee-background .container-xl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container-xl > .row > .col-12 {
        width: 100%;
    }

    .marquee-wrapper {
        border: 0 none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

}

/* Content Areas */

.content {
    padding: 40px 15px;
    color: #000000;
    background-color: #FAF8F5;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 125%;
    color: #005126;
}

.content h1 {
    font-size: 175%;
    margin-bottom: 1.5rem;
}

.content h2 {
    font-size: 150%;
    margin-bottom: 1.5rem;
}

.content h2.lt-grey {
    color: #606060;
}

.content h3 {
    font-size: 125%;
    margin-bottom: 1.5rem;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.content .disclaimer {
    font-size: 16px !important;
    line-height: 24px !important;
    font-style: italic;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

.content .card {
    position: relative;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.content .card h2 {
    font-size: 125%;
    line-height: 125%;
}

    .content .drop-shadow {
        position: relative;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
    }

.content .caption {
    font-size: 75%;
    line-height: 150%;
}

@media (max-width: 1399px) {

    .content {
        padding: 40px 0;
    }

}

@media (max-width: 767px) {

    .content h1 {
        font-size: 150%;
        line-height: 125%;
    }

    .content h2 {
        font-size: 125%;
        line-height: 125%;
    }

    .content h3 {
        font-size: 110%;
        line-height: 125%;
    }

}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 50%;
    color: #000000;
}

@media only screen and (max-width: 767px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}

/* Multi-Column Lists */

.two-col-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.three-col-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.four-col-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

}

@media (min-width : 768px) And (max-width : 991px) {

    .two-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .three-col-list,
    .four-col-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

/* Colored Sections */

.content.green-bg {
    color: #FFFFFF;
    background-color: #005126;
}

.content.green-bg h2 {
    color: #FFFFFF;
}

.content.grey-bg {
    color: #FFFFFF;
    background-color: #333333;
}

.content.grey-bg h2 {
    color: #FFFFFF;
}

.content.grey-bg a,
.content.grey-bg a:visited {
    color: #FFFFCC;
}

.content.grey-bg a:hover {
    color: #FFFF00;
}

/* Logo Wrappers */

.logo-wrapper {
    position: relative;
    padding: 30px 30px;
    background-color: #FAF8F5;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.66);
}

/* Special Shadow for the photo group on the home page. */

.special-shadows {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
}