﻿/* 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: #eaeaea;
}

.header-logo {
    text-align: left;
}

.header-contact {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    text-align: right;
}

    .header-contact .phone a, .header-contact .phone a:visited {
        color: #404040
    }

.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: #404040;
    }

        .header-contact .facebook:hover {
            color: #404040;
        }

@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-color: #0a6638;
    background-image: url('/images/layout/dark-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width : 767px) {

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }

}

/* Big Photo */

.big-photo {
    position: relative;
    width: 100%;
    height: auto;
}

.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;
}

.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: 80px;
    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: 10px 40px;
    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-red .swiper-pagination-bullet-active {
    background-color: #680100;
}

@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;
    border-top: 4px solid #CCCCCC;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    margin-bottom: 1.5rem;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #404040;
}

.content h1 {
    margin-top: 0;
}

.content h4 {
    margin-bottom: 0.5rem;
    font-size: 125%;
}

.content .card {
    border: 1px solid #0a6638;
    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: #404040;
    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: #a7a7a7 !important;
}

.content a {
    color: #006CE0 !important;
}


/* Color Sections */

.content.red-bg {
    background-image: url('/images/layout/dark-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 4px solid #0a6638;
    background-color: #000000;
}

.content.red-bg h2, .content.red-bg p, .content.red-bg .caption {
    color:#ffffff;
}

.content.red-bg .fa-building {
    color: #ffffff;
}

    .content.red-bg a, .content.red-bg a:visited {
        color: #f3ffc3 !important;
    }

        .content.red-bg a:hover {
            color: #fff000 !important;
        }


    .content.grey-bg {
        background-image: url('/images/layout/grey-bg.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        border-top: 4px solid rgba(255,255,255,.2);
        background-color:#000000;
    }

.content.grey-bg h2, .content.grey-bg p {
    color: #ffffff;
}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-image: url('/images/layout/dark-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
}

.marquee-wrapper {
    height: 72px;
    margin-bottom: 16px;
    overflow:hidden;
}

.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: #232323;
}

.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;
}

    .map .container-fluid {
        padding: 0 0;
    }

    .map .row {
        margin: 0 0;
    }

    .map .col-12 {
        padding: 0 0;
    }

.embed-google-map {
    padding-bottom: 33%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 1200px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 992px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}
