﻿/* 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: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #ffffff;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #FFFFFF;
}

/* Header */

.header {
    padding: 15px 0;
    background-color: #0b2240;
}

.header-logo {
    text-align: left;
}

.header-contact {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

.header-contact .phone a, .header-contact .phone a:visited {
    color: #fdf497
}

.header-contact ul.header-contact-social {
    /* Setting the height and font-size fixes a display bug. */
    height: 32px;
    margin: 6px 0 0 0;
    font-size: 32px;
}

.header-contact ul.header-contact-social li {
    font-size: 32px;
    line-height: 100%;
}

.header-contact .facebook,
.header-contact .facebook:visited {
    font-weight: normal;
    color: #ffffff;
}

.header-contact .facebook:hover {
    color: #ffffff;
}


@media (max-width : 767px) {

    .header {
        padding: 15px 0 30px 0;
    }

    .header-logo {
        margin-bottom: 30px;
        text-align: center;
    }

    .header-contact {
        text-align: center;
    }

}

/* Menu */

.menu {
    position: relative;
    z-index: 999;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #004586; /* Old browsers */
}

@media (max-width : 767px) {

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }

}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #CCCCCC;
}

.big-photo .img-fluid {
    min-width: 100%;
}

.big-photo .photo-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 300%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.big-photo .photo-title .photo-title-text {
    align-self: center;
    padding: 30px 60px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width : 767px) {

    .big-photo .photo-title {
        font-size: 100%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

    .big-photo .photo-title .photo-title-text {
        padding: 15px 30px !important;
    }

}

@media (min-width : 768px) and (max-width : 991px) {

    .big-photo .photo-title {
        font-size: 125%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

    .big-photo .photo-title .photo-title-text {
        padding: 15px 30px !important;
    }

}

@media (min-width : 992px) and (max-width : 1200px) {

    .big-photo .photo-title {
        font-size: 150%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

}

/* Wide Photo */

.wide-photo {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}

.wide-photo .img-fluid {
    min-width: 100%;
}

/* Multiple Photos W/No Spacing */

.photos-nogutters {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}

.photos-nogutters .row,
.photos-nogutters .col-4,
.photos-nogutters .col-12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.photos-nogutters .img-fluid {
    min-width: 100%;
    height: auto;
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #404040;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 300%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.swiper-slide .slide-title .slide-title-text {
    align-self: center;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    background-color: #000000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 0.9;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide .slide-title {
        font-size: 100%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

    .swiper-slide .slide-title .slide-title-text {
        padding: 15px 30px !important;
    }

}

@media (min-width : 768px) and (max-width : 991px) {

    .swiper-slide .slide-title {
        font-size: 125%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

    .swiper-slide .slide-title .slide-title-text {
        padding: 15px 30px !important;
    }

}

@media (min-width : 992px) and (max-width : 1200px) {

    .swiper-slide .slide-title {
        font-size: 150%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

}

/* Content */

.content {
    padding: 40px 0;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4 {
        text-align:center;
        margin-bottom: 1.5rem;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #004586;
    }

@media (max-width : 767px) {

    .content h1, .content h2 {
        font-size: 125% !important;
    }

}

.content h1 {
    margin-top: 0;
}

.content h4 {
    margin-bottom: 0.5rem;
    font-size: 125%;
}

    .content .card {
        background-color: #edf6ff;
        border: 1px solid #999999;
        border-radius: 0;
    }

.content .card h1,
.content .card h2,
.content .card h3 {
    margin-bottom: 1.0rem;
}

.content .card h2 {
    font-size: 125%;
}

    .content .card-header {
        text-align: center;
        background-color: #004586;
        border-radius: 0;
    }

.content .card-header h2 {
    color:#ffffff;
    margin-bottom:0;
}

.content p {
    margin-bottom: 1.5rem;
}

.photo, .bs-1 {
    border: 1px solid #999999;
}

.title-alt {
    color: #5a5a5a !important;
}

hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

/* Color Sections */

.content.blue-bg {
    background-color: #004586;
    border-top: 1px solid #CCCCCC;
}

    .content.blue-bg h1, .content.blue-bg h2, .content.blue-bg li, .content.blue-bg p {
        color: #ffffff;
    }

    .content.blue-bg a, .content .blue-bg a:visited {
        color: #fcffac;
    }

    .content.blue-bg .far {
        color: #fff9b3;
    }

    .content.blue-bg ul.fa-ul ul.fa-ul {
        font-size: 16px;
    }

        .content.blue-bg ul.fa-ul ul.fa-ul li {
            color: #e2e2e2;
        }



.content.grey-bg {
    background-color: #e8e8e8;
    border-top: 1px solid #CCCCCC;
}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #00234f;
    background-color: #042f64;
}

.marquee-wrapper {
    height: 72px;
    margin-bottom: 16px;
}

.marquee {
    height: 72px;
    margin: 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 90px;
}

.marquee-background > .container {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container > .row > .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 1024px) {

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-xs-12 {
        width: 100%;
    }

}

/* Form Stuff */

label {
    font-weight: bold;
}

textarea {
    resize: none;
}

/* Logos */

.logo-wrapper {
    width: 100%;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Footer */

.footer {
    padding: 40px 0;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 175%;
    background-color: #0b2240;
}

.footer h2 {
    margin-bottom: 4px;
    font-size: 150%;
    font-weight: bold;
    color: #ffffff;
}

.footer hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border-color: #ffffff;
}

.footer a,
.footer a:visited {
    color: #FFFFFF;
}

.footer a:hover {
    color: #ffffff;
}

.footer ul.credit-cards {
    padding-top: 6px !important;
    font-size: 32px;
}

.credit-cards .list-inline-item:not(:last-child){
    margin-right:0px
}

.footer .yellow {
    color: #feff9f;
}

/* 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;
    }

}

/* Contact Us Page */

.map {
    background-color: #DDDDDD;
    border: solid 1px #999999;
}


