﻿/* 
    
    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: #25518c;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

/* 

    Boostrap Customizations

*/

.container-xl {
    max-width: 1370px;
}

textarea {
    resize: none;
}

/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

.skip_links a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip_links a:focus, .skip_links a:active {
    position: static;
    left: 5px;
    top: 5px;
    width: auto;
    height: auto;
    padding: 10px 10px;
    overflow: visible;
    text-decoration: none;
    color: #000000;
    border: 1px solid #FFFFFF;
    background-color: #FCFCFC;
} 

/* 

    Header

*/

header {
    z-index: 99990;
    color: #FFF;
    background-color: #FFFFFF;
    background-image: url('/Images/Layout/header-bg.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
}

.header-top {
    max-width: 2560px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25518c+0,326bb5+100 */
    background: #25518c; /* Old browsers */
    background: -moz-linear-gradient(top, #25518c 0%, #326bb5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #25518c 0%,#326bb5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #25518c 0%,#326bb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25518c', endColorstr='#326bb5',GradientType=0 ); /* IE6-9 */
}

.header-top .container-fluid {
    padding: 0;
}

.header-top .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.header-top .container-left {
    text-align: left;
}

.header-top .container-angle {
    position: absolute;
    z-index: 999999;
    width: 50%;
    height: 46px;
    top: 14px;
    right: -30px;
    padding: 10px 0 5px 0;
    transform: skew(-30deg);
    background: #E6007A;
}

.header-top .container-right {
    color: #fff;
    position: absolute;
    z-index: 999999;
    top: 14px;
    height: 46px;
    right: -15px;
    width: 100%;
    padding: 5px 15px 5px 0;
    text-align: right;
    background-color: #E6007A;
}

.header-top .container-right .social-icons a, .header-top .container-right .social-icons a:visited {
    font-size: 22px;
    color: #fff;
}

.header-top .container-left a, .container-left a:visited {
    color:#fff;
}

@media (max-width: 991px) {

    .header-top .container-left {
        font-size: 18px;
        line-height: 150%;
    }

}

@media (min-width : 992px) {

    .mobile-header-contact {
        display: none;
    }

}

.header-top .fab {
    margin-top: 7px;
}

.header-top .header-inner {
    max-width: 500px;
    width: 100%;
}

header .header-logo {
    margin: 25px 0;
}

header .header-contact {
    margin: 25px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
}

header .header-contact .fa-lg {
    font-size: 26px;
    line-height: 26px;
}

header .header-contact a,
header .header-contact a:visited {
    text-decoration: none;
}

header .header-contact a:hover {
    text-decoration: none;
}


@media (max-width : 767px) {

    header {
        position: relative;
    }

    header .header-contact {
        margin-top: 0;
        font-weight: normal;
    }

}

/********* Mobile Header *********/

@media (max-width : 991px) {

    .header-top .container-right li.phone {
        display: none;
    }

    .header-contact {
        color: #326bb5;
    }

    .header-contact a, .header-contact a:visited {
        color: #326bb5;
    }

    header .header-logo {
        margin: 40px 0 0 0;
    }
}

@media (max-width : 991px) {

    header .container {
        max-width: 100%;
    }

    header .container-fluid {
    }

    header .header-logo {
        margin-top: 24px;
        padding: 0 30px;
    }

        header .header-logo img {
            margin: 0 0;
        }

    .menu .container {
        margin: 0 0;
        padding: 0 0;
    }

    header {
        padding-top: 15px;
    }

    .header-logo {
        margin-bottom: 15px;
        text-align: center;
    }

    .mobile-header-contact {
        margin-top: 20px;
        font-size: 22px;
        font-weight: bold;
    }

    .mobile-header-contact a, .mobile-header-contact a:visited {
        color: #000000;
    }

    header .navbar {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25518c+0,326bb5+100 */
        background: #25518c; /* Old browsers */
        background: -moz-linear-gradient(top, #25518c 0%, #326bb5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #25518c 0%,#326bb5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #25518c 0%,#326bb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25518c', endColorstr='#326bb5',GradientType=0 ); /* IE6-9 */
    }

    .navbar-custom .navbar-nav a.nav-link {
        color: #ffffff !important;
        text-decoration: none;
    }

    .navbar-custom .dropdown-item a.nav-link {
        color: #293685 !important;
    }
}

/*

/* Menu */

.menu {
    width: 100%;
    z-index: 999;
    margin-top: 22px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    right: 0;
}

/* Main */

main {
    color: #000000;
    background-color: #FCFCFC;
}

p.homepage-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Footer */

footer {
    position: relative;
    z-index: 990;
    padding: 40px 0 0 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25518c+0,326bb5+100 */
    background: #25518c; /* Old browsers */
    background: -moz-linear-gradient(top, #25518c 0%, #326bb5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #25518c 0%,#326bb5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #25518c 0%,#326bb5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25518c', endColorstr='#326bb5',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.5);
}

footer > .container-xl {
    padding-bottom: 20px;
}

footer h2 {
    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: #25518c;
        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;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* 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;
}

}


/**** Overlay ****/

.overlay {
    position: relative;
    z-index: 9990;
    top: -75px;
    margin-top: 0;
    margin-bottom: -75px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0;
    background-color: #F8F8F8;
    -webkit-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -5px 3px 0px rgba(0,0,0,0.25);
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .overlay .row {
        margin: 0 0;
        padding: 10px 10px
    }

    .overlay .col-6 {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 10px;
    }

    .overlay .card {
        background-color: rgba(255,255,255,0.66);
        border: 1px solid rgba(0,0,0,0.125);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    }

        .overlay .card:hover {
            color: #FFFFFF;
            background-color: #e4e4e4;
        }

        .overlay .card .overlay-icon {
            margin-bottom: 10px;
            color: #000;
            line-height: 100%;
            text-align: center;
        }

        .overlay .card:hover .overlay-icon {
            color: #000;
        }

        .overlay .card .overlay-icon img {
            max-width: 100%;
            height: auto;
        }

        .overlay .card .overlay-title {
            font-weight: bold;
            color: #000;
            line-height: 150%;
            text-align: center;
        }

        .overlay .card:hover .overlay-title {
            color: #000;
        }

        .overlay .card .overlay-text {
            color: #000000;
            text-align: center;
        }

        .overlay .card:hover .overlay-text {
            color: #000;
        }

        .overlay .card .overlay-icon img.ourhomes-icon {
            background-image: url('/images/icons/ourhomes-icon.png');
        }


        .overlay .card .overlay-icon img.modularpackages-icon {
            background-image: url('/images/icons/modularpackages-icon.png');
        }


        .overlay .card .overlay-icon img.financing-icon {
            background-image: url('/images/icons/financing-icon.png');
        }


        .overlay .card .overlay-icon img.contact-icon {
            background-image: url('/images/icons/contact-icon.png');
        }


@media (max-width : 991px) {

    .overlay {
        top: -60px;
        margin-bottom: -60px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .overlay .card .overlay-title {
            margin-bottom: 0;
            font-size: 16px;
            line-height: 150%;
        }

        .overlay .card .overlay-text {
            display: none;
        }
}

/* 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%;
}


/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25518c+0,326bb5+100 */
    background: #25518c; /* Old browsers */
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 76px;
    background-color: transparent;
}

.marquee {
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 76px;
}

.marquee-background > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-background > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-background > .container-xl > .row > .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width : 991px) {

    .marquee-background {
        top: 0;
        margin-bottom: 0;
    }

        .marquee-background .container-xl {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .marquee-background > .container-xl > .row > .col-12 {
            width: 100%;
        }

    .marquee-wrapper {
        border: 0 none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

/* Content Areas */

.content {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #F8F8F8;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        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: #2b5d9f;
    }

.content h1 {
    font-size: 48px;
    line-height: 75px;
}

.content h2 {
    font-size: 40px;
    line-height: 50px;
}

.content h3 {
    font-size: 125%;
}

.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;
}

@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.color-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #FFFFFF;
    background-color: #275592;
    background-image: url('/Images/Layout/color-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.content.color-bg h2 {
    color:#fff;
}

.content.color-bg .card {
    background-color: rgba(255,255,255,0.66);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.content.blue-bg {
    position: relative;
    color: #fff;
    background-color: #005ca7;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

    .content.blue-bg.blue-bg-alt {
        background-color: #25518c !important;
    }

        .content.blue-bg.blue-bg-alt .gallery .gallery-item {
            border-radius: 4px;
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
            -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        }

        .content.blue-bg.blue-bg-alt .gallery .gallery-item p {
            color: #000 !important;
        }

        .content.blue-bg.blue-bg-alt a,
        .content.blue-bg.blue-bg-alt a:visited {
            color: #007bff;
        }
        
        .content.blue-bg.blue-bg-alt a:hover{
            color: #005092;
        }

    .content.blue-bg h2 {
        color: #fff;
    }

.content.blue-bg .card {
    color:#000;
}

.content.blue-bg .card h2 {
    color:#000;
}

    .content.blue-bg .card a, .content.blue-bg a:visited {
        color: #005092;
    }

        .content.blue-bg .card a:hover {
            color: #006ac1;
        }

.content.blue-bg a, .content.blue-bg a:visited {
    color:#fff;
}

    .content.blue-bg a:hover {
        color: #f4ffab;
    }

.content.blue-bg .caption, .content.blue-bg .caption:visited {
    color:#fff;
}

    .content.blue-bg .caption:hover {
        color: #f4ffab;
    }


@media (max-width : 767px) {

    .content.color-bg {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

/* Google Map */
.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.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;
    }

}

/* Services Icons */

ul.service-icons {
    margin-left: 2rem;
}

ul.service-icons li {
    margin-bottom: 0.33rem;
    font-weight: bold;
}

ul.service-icon li:last-child {
    margin-bottom: 0;
}

/* Accordion Class Fixes */
.accordion .card-header .btn {
    font-size: 22px;
}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus {
    text-decoration:none;
}