﻿/* 
    
    General Stuff 

*/

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: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    font-size: 22px;
    line-height: 35px;
    color: #FFFFFF;
    background-color: #ffffff;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* 

    Boostrap Customizations

*/

.container-xl {
    max-width: 1370px;
}

textarea {
    resize: none;
}

/* Header */

header {
    position: relative;
    color: #187da0;
    background-color: #FFFFFF;
}

    header .container-xl {
        position: relative;
    }

.header-contact {
    padding: 22px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
}

    .header-contact a,
    .header-contact a:visited {
        color: #187da0;
        text-decoration: none;
    }

        .header-contact a:hover {
            color: #187da0;
            text-decoration: none;
        }

    .header-contact .fa-inverse {
        color: #404040;
    }

.header-logo {
    position: absolute;
    z-index: 99995;
    top: 14px;
    left: 0;
}

@media (max-width : 1199px) {

    .header-logo {
        position: relative;
        top: 0;
        left: 50%;
        margin: 10px 0 10px -127px;
    }

    .header-contact {
        padding: 0 0 20px 0;
    }
}

/* Nav */

nav {
    position: relative;
    z-index: 9999;
    padding: 12px 0;
    color: #fff;
    border-top: 2px solid rgba(0,0,0,0.125);
    border-bottom: 2px solid rgba(0,0,0,0.125);
    background-color: #177EAB;
}

/* Main */

main {
    color: #000000;
    background-color: #fff;
}

/* Footer */

footer {
    position: relative;
    z-index: 990;
    padding: 0 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    background-color: #177EAB;
}

footer > .container-xl {
    padding-top: 40px;
    padding-bottom: 20px;
}

footer h3 {
    margin-bottom: 4px;
    font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFFFFF;
    line-height: 125%;
    text-transform: uppercase;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-width: 1px;
    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 .card-logos {
    margin-left: 2.0rem;
}

    footer .copyright {
        padding: 30px 30px;
        font-size: 20px;
        line-height: 150%;
        background-color: #2499ca;
        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;
    }

/* 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;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}


.contact-photo {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border: 1px solid #333333;
}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    color: #000000;
    background-color: #FFFFFF;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 180%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: center;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.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-color: rgba(0, 0, 0, 0.66);
}

.swiper-slide .slide-title .slide-title-text {
    margin-bottom: 0;
    padding: 16px 8px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

}

/* Photo Group 100% width w/no gutters */

.photo-group-100 {
}

.photo-group-100 .container-fluid {
    margin: 0 0;
    padding: 0 0;
}

.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%;
}


/* Logos */

a .logo-wrapper,
a:visited .logo-wrapper {
    padding: 1rem;
    border: 1px solid rgba(0,0,0,0.125);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

a:hover .logo-wrapper {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.33);
}


/* Content Areas */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        text-align: center;
        margin-bottom: 1.5rem;
        font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
        font-weight: normal;
        line-height: 125%;
        color: #016ea0;
    }

.content h1 {
    font-size: 44px;
    line-height: 75px;
}

.content h2 {
    font-size: 40px;
    line-height: 50px;
}

.content h3 {
    font-size: 140%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}

.content a,
.content a:visited,
.content a:hover {
    text-decoration: none;
}

    .content .title-alt {
        color: #808080;
    }

.photo {
    border: 1px solid #000;
}

.content .box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 150%;
        line-height: 125%;
    }

    .content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .content h3,
    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

/* Color Sections */

.content.lt-blue {
    position: relative;
    color: #fff;
    background-color: #177EAB;
}

    .content.lt-blue .card {
        background-color: rgba(255,255,255,0.66);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .content.lt-blue h2, .content.lt-blue h3 {
        color: #016ea0;
    }


.content.blue {
    position: relative;
    color: #fff;
    background-color: #29abe2;
}

    .content.blue .card {
        background-color: rgba(255,255,255,0.66);
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .content.blue h2, .content.blue h3 {
        color: #fff;
    }


/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow:hidden;
}

.embed-google-map {
    padding-bottom: 33%;
    color: #000000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}


@media only screen and (max-width: 1199px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 991px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@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;
    }

}

/* Color Seperators */

.seperator-blue {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 32px;
    background-image: url('/images/layout/seperator-blue.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.seperator-white {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 32px;
    background-image: url('/images/layout/seperator-white.png');
    background-position: center center;
    background-repeat: no-repeat;
}

/**** Custom Boxes on Home Page ****/

.content-homepage {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
}

.overlay-boxes {
    position: relative;
    z-index: 99800;
    margin-top: -172px;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .overlay-boxes a:hover {
        text-decoration: none;
    }

    .overlay-boxes .card {
        padding: 1.5rem;
        color: #000;
        background-color: #fff;
        border: 2px solid #5eacd0;
        border-radius: 1rem;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
    }

        .overlay-boxes .card i {
            font-size: 500%;
            line-height: 100%;
        }

        .overlay-boxes .card h3 {
            color: #016ea0;
            font-weight: bold;
        }

        .overlay-boxes .card p {
            font-size: 18px;
            line-height: 25px;
        }

@media (max-width : 1142px) {

    .overlay-boxes .card h3 {
        font-size: 95%;
    }
}

@media (min-width : 992px) And (max-width : 1199px) {

    .overlay-boxes .card {
        padding: 8px;
    }


}

.text-white{
    color:#fff !important;
}