﻿/* 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: 167%;
    color: #FFFFFF;
    background-color: #202020;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* Header */

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body.fixed-menu .header {
}

.header .navbar-toggler {
    font-size: 32px;
}

body.fixed-menu .header,
.header.scrolled {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.5);
}

.fixed-menu .navbar-nav a.nav-link {
    color: #8bc500 !important;
}

.fixed-menu .navbar-nav a.nav-link:hover {
    background-color: rgba(0,0,0,0.11);
}

@media (max-width : 991.98px) {

    #pushcontent {
        display: none;
    }

    .header {
        position: relative;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.33);
    }

    .header .container-lg {
        padding-left: 0;
        padding-right: 0;
    }

        .header .navbar {
            padding-top: 16px;
            padding-bottom: 16px;
                background-color: rgba(0,0,0,0.00);
        }

    .navbar-custom .navbar-nav a.nav-link {
        color: #8bc500 !important;
        text-decoration: none;
    }

    .navbar-custom .dropdown-item a.nav-link {
        color: #575757;
    }

    .navbar-custom a.nav-link:hover {
        color: #8bc500 !important;
        background-color: rgba(0,0,0,0.11) !important;
    }

}

@media (max-width : 767px) {

    .header .navbar {
        background-color: #1b50bb;
    }

    .navbar-custom .navbar-nav a.nav-link {
        color: #ffffff !important;
        text-decoration: none;
    }

    .navbar-custom .dropdown-item a.nav-link {
        color: #8bc500 !important;
    }

}

.social-icons {
    padding-right: 0.75rem;
    font-size: 32px;
    line-height: 100%;
}

.social-icons a,
.social-icons a:visited {
    color: #FFFFFF;
}

.social-icons a:hover {
    color: #F8F8F8;
}

.social-icons ul,
.social-icons ul li {
    margin-bottom: 0;
}

.mobile-header {
    text-align:center;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #ffffff;
}

/* Content Area */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #FFFFFF;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    text-align:center;
    margin-bottom: 1.5rem;
    color: #000000;
}

.content h1 {
    margin-top: 0;
    font-size: 175%;
    line-height: 125%;
}

.content h2 {
    font-size: 150%;
    line-height: 150%;
}

.content h3 {
    margin-bottom: 0.75rem;
    font-size: 125%;
    line-height: 100%;
}

.content h4 {
    margin-bottom: 0.75rem;
    font-size: 100%;
    line-height: 100%;
}

.content h1.text-uppercase,
.content h2.text-uppercase,
.content h3.text-uppercase,
.content h4.text-uppercase {
    line-height: 100%;
}

.content h1.text-underline,
.content h2.text-underline,
.content h3.text-underline,
.content h4.text-underline {
    line-height: 100%;
    text-decoration: underline;
}

.content .card h1,
.content .card h2,
.content .card h3 {
    margin-bottom: 1.0rem;
}

.content .card h2 {
    font-size: 125%;
}

.content .card h3 {
    font-size: 100%;
}

.content .fa-ul {
    margin-left: 30px;
}

.content .fa-ul .fa-li {
    padding-right: 5px;
}

.content p {
    margin-bottom: 1.5rem;
}

.content a,
.content a:visited {
    color: #FF0000;
}

.content a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.content .title-alt {
    color:#000000 !important;
}

.content .photo {
    border: 1px solid #CCCCCC;
}

.red-font {
    color: #FF0000;
}

/* 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;
    }

/************* Buttons *************/

.team a {
    text-decoration:none !important;
}

.btn-team {
    color: #709f00 !important;
    background-color: #ffffa5;
    border-color: #efef7b;
}

    .btn-team:hover {
        color: #fff;
        background-color: #efef7b;
        border-color: #efef7b;
    }

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

/**********************************/

/************* FAQ Page *************/

.accordion .card-header h2 {
    text-align:left;
}

/************* Logos ****************/
.logo-wrapper {
    margin: 0 auto 0 auto;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

/* Home Page Video BG */

.video-bg {
    background-color: #000000;
    background-image: url('/Images/home/video-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* White Content Section */

.content.white-bg {
    color: #000000;
    background-color: #ffffff;
}

    .content.white-bg h1,
    .content.white-bg h2,
    .content.white-bg h3,
    .content.white-bg h4 {
        color: #1b50bb;
    }


/* Plans-BG Section */

.content.plans-bg {
    color: #000000;
    background-color: #ffffff;
    background-image: url('/Images/layout/plans-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Green Section */

.content.green-bg {
    background-color: #8bc500;
    border-top: 2px solid #ab9f8f;
}

.content.green-bg {
    color: #000000;
}

    .content.green-bg h1,
    .content.green-bg h2,
    .content.green-bg h3,
    .content.green-bg h4 {
        color: #000000;
    }

    .content.green-bg a {
        color:#FFFF00;
    }

    .content.green-bg .photo {
        border: solid 1px #bebebe;
    }

/* Pattern Section */

.content.pattern-bg {
    background-color: #ffffff;
    background-image: url('/images/layout/pattern-bg.jpg');
    border-top: 2px solid #efefef;
}

.content.pattern-bg {
    color: #ffffff;
}

    .content.pattern-bg .card {
        color: #1b50bb;
        border-radius:0;
    }

        .content.pattern-bg .card a:hover  {
            color: #163f92;
            text-decoration:none !important;
        }

        .content.pattern-bg .card-body {
            padding-top:0;
        }

    .content.pattern-bg h1,
    .content.pattern-bg h2,
    .content.pattern-bg h3,
    .content.pattern-bg h4 {
        color: #1b50bb;
    }

    .content.pattern-bg div.caption {
        color: #1b50bb;
    }



/************* Mfgs & Floor Plans Page ***************/

@media (min-width : 991px) And (max-width : 1198px) {

    .content.pattern-bg .mfgs a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 12px;
    }
}



/************* Swiper ***************/

.swiper-wrapper .swiper-slide img {
    width: 100%;
}



/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #1b50bb;
    background-color: #1b50bb;
}

.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%;
    }
}

/* Footer */

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFFFFF;
    background-color: #1b50bb;
}

.footer h2 {
    margin-bottom: 4px;
    font-size: 125%;
    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;
}

    .footer .footer-city {
        color: #FFFF00;
    }



/************* Videos **************/

.video-details {
    margin-bottom: -1.5rem;
}

    .video-details .video {
        margin-bottom: 1.5rem;
    }

        .video-details .video .embed-responsive {
            margin-bottom: 0.5rem;
            background-color: #000000;
            border: 1px solid #000000;
        }

        .video-details .video .video-caption {
            font-weight: bold;
            text-align: center;
        }

/* 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%;
    }
}


/* 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;
    }

}

/* ********************************************************************************************* */
/* Fixes for IE 11 */
/* ********************************************************************************************* */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

    .two-col-list .fa-li,
    .three-col-list .fa-li,
    .four-col-list .fa-li {
        position: relative;
        display: inline-block;
        left: 0;
    }

}

@media (max-width : 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

}

/* ********************************************************************************************* */
/* Fixes for Edge */
/* ********************************************************************************************* */

@supports (-ms-ime-align: auto) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        margin-left: 0;
    }

    .two-col-list .fa-li,
    .three-col-list .fa-li,
    .four-col-list .fa-li {
        position: relative;
        display: inline-block;
        left: 0;
    }

}
