﻿/* 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: Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #fff;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Wrapper */

.wrapper {
    color: #000000;
    background-color: #FFFFFF;
}

/* Header */

.header {
    padding: 15px 0;
}

.header-logo {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    text-align: left;
}

.header-contact {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    font-size: 22px;
    font-weight: bold;
    color: #0C0C0C;
    line-height: 150%;
    text-align: right;
}

.header-contact a,
.header-contact a:visited {
    color: #0C0C0C;
}

.header-contact a:hover {
    color: #0C0C0C;
    text-decoration: none;
}

.header-contact a.facebook-link,
.header-contact a.facebook-link:visited {
    color: #3b5998;
}

.header-contact a.facebook-link:hover {
    color: #324a80;
    text-decoration: none;
}

.header-contact a.instagram-link,
.header-contact a.instagram-link:visited {
    color: #e1306c;
}

.header-contact a.instagram-link:hover {
    color: #c1275b;
    text-decoration: none;
}

.header-contact .fa-facebook-square,
.header-contact .fa-instagram-square {
    font-size: 36px;
    line-height: 100%;
}

@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;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#569b06+0,238652+100 */
    background: -moz-linear-gradient(left, #569b06 0%, #238652 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #569b06 0%,#238652 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #569b06 0%,#238652 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569b06', endColorstr='#238652',GradientType=1 ); /* IE6-9 */
    background-color:#000000;
}

@media (max-width : 767px) {

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }

}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #0C0C0C;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide .img-fluid {
    width: 100%;
    height: auto;
}

.swiper-slide .slide-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;   
    line-height: 150%;
}

    .swiper-slide .slide-title .slide-title-text {
        align-self: center;
        padding: 2% 2%;
        background-color: rgba(0, 0, 0, 0.66);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-lg {
        margin-bottom: 0.75rem;
        font-size: 275%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 100%;
        text-align: center;
        /* text-shadow: 0 0 10px rgba(0, 0, 0, 1); */
    }

    .swiper-slide .slide-title .slide-title-text .slide-title-text-sm {
        font-size: 200%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 100%;
        text-align: center;
        /* text-shadow: 0 0 10px rgba(0, 0, 0, 1); */
    }

.swiper-pagination-bullet {
    background-color: #000000;
    opacity: 0.66;
}

.swiper-pagination-bullet-active {
    opacity: 1.0;
}

@media (max-width : 767px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-slide .slide-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 66%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
}

/* Content */

.content {
    padding: 40px 0;
    color: #000000;
    background-color: #ffffff;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #000000;
}

.content h1 {
    margin-top: 0;
}

.content p {
    margin-bottom: 1.75rem;
}

.content a,
.content a:visited {
    color: #DD0000;
}

.content a:hover {
    color: #0000FF;
}

    .content .green .card {
        border: 2px solid #6ecf2c !important;
    }

    .content .blue .card {
        border: 2px solid #2054c1 !important;
    }

    .content .pink .card {
        border: 2px solid #a314a5 !important;
    }

    .content .orange .card {
        border: 2px solid #000 !important;
    }

    .content .multi .card {
        background: linear-gradient(white, white) padding-box, linear-gradient(to right, #a314a5, #2054c1, #6ecf2c) border-box;
        border-radius: .25em;
        border: 2px solid transparent;
    }


.content .card h1,
.content .card h2,
.content .card h3,
.content .card h4 {
    margin-bottom: 1rem;
}

.content .card h4 {
    font-size: 100%;
    font-weight: bold;
    line-height: 125%;
}

.content .card p {
    margin-bottom: 1rem;
}

.photo, .bs-1 {
    border: 1px solid #999999;
}

/* Background Section */

.content.palette-section {
    border-top: 2px solid #bababa;
    background-image: url('/Images/Layout/palette-section-bg.jpg');
    background-position: center center;
    background-size: cover;
}


.content.colored-section {
    background-color: #eeaf6a;
}


/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #0C0C0C;
    background-color: #238652;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

.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;
}

/* Footer */

.footer {
    padding: 40px 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 175%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e3f3f+0,525453+100 */
    background: -moz-linear-gradient(left, #3e3f3f 0%, #525453 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3e3f3f 0%,#525453 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3e3f3f 0%,#525453 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3f3f', endColorstr='#525453',GradientType=1 ); /* IE6-9 */
    background-color:#000000;
}

.footer h4 {
    margin-bottom: 4px;
    font-size: 125%;
    font-weight: bold;
    line-height: 100%;
}

.footer hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border-color: #FFFFFF;
}

.footer a,
.footer a:visited {
    color: #FFFFFF;
}

.footer a:hover {
    color: #FFFF66;
}

/* 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;
    }

}

/* Custom Stuff */

.text-grad {
    font-weight: normal;
    color: transparent !important;
    background-color: #000000;
    background: -moz-linear-gradient(left, #00cc1b 10%, #00cc1b 10%, #ffa500 37%, #ff3019 63%, #bf13bf 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00cc1b 10%,#00cc1b 10%,#ffa500 37%,#ff3019 63%,#bf13bf 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00cc1b 10%,#00cc1b 10%,#ffa500 37%,#ff3019 63%,#bf13bf 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* This is a fix for IE 11. */

    .text-grad {
        color: #000000 !important;
        background-color: transparent;
        background: none;
    }

}

/* Colored Backgrounds */

.content.green-bg {
    background-color: #ECF2E6;
    background-position: center center;
    background-size: cover;
    border-top: 1px solid #D9E5CF;
    border-bottom: 1px solid #D9E5CF;
}

.content.color-strip-bg {
    background-color: #FFFFFF;
    background-image: url('/Images/Layout/color-strip-bg.jpg');
    background-position: center center;
    background-size: cover;
    border-top: 1px solid #D9E5CF;
    border-bottom: 1px solid #D9E5CF;
}

/* The Contact Page */

.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%;
    }
}

a.cta-link, a.cta-link:visited, a.cta-link:hover {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none !important;
}

    a.cta-link div.cta-wrapper {
        padding: 16px 0;
        background-color: #ff9c59;
        border-bottom: 1px solid #0C0C0C;
    }

    a.cta-link:hover div.cta-wrapper {
        background-color: #e58c50;
    }

a.footer-cta-btn, a.footer-cta-btn:visited {
    display: inline-block;
    padding: 0 12px;
    background-color: #ff9c59;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

a.footer-cta-btn:hover {
    background-color: #e58c50;
}