﻿/* General Stuff */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 0;
    padding: 0 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #006033;
}

#frmMaster {
    display: block;
}

/* Header */

.header-desktop {
    position: relative;
    background-color: #FFFFFF;
}

.header-desktop .logo-desktop {
    position: absolute;
    top: 16px;
    left: 16%;
    margin: 0 0 0 -70px;
    z-index: 100;
    z-index:939393;
}

    .header-desktop .header-contact {
        padding-top: 8px;
        padding-bottom: 8px;
        text-align:right;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #003263;
        background-color: #262a2c;
    }

.header-contact .social {
    font-size: 0px;
    font-weight: normal;
}

.header-contact a,
.header-contact a:visited {
    color: #00753e;
}

    .header-contact a:hover {
        color: #006033;
    }

.header-contact .phone {
    position: relative;
    top: 4px;
    color: yellow;
    display: inline-block;
}

.header-contact .fa-stack {
    margin-left: 4px;
    font-size: 18px;
    width: 2em;
}

.header-mobile {
    padding: 32px 0;
    text-align: center;
    background-color: #FFFFFF;
}

.header-mobile .logo-mobile {
    margin: 0 auto;
}

@media (max-width : 767px) {

}

/* Menu */

.menu {
    position: relative;
    z-index: 9999;
    background-color: #d1dadf;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.33);
    border-bottom: 10px solid #376e47;
    border-top: 8px solid #c3ccd1;
}

/* 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);
}

/* Swiper */

.swiper-container {
    z-index: 9990;
    width: 100%;
    height: auto;
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: auto;
}

.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: 250%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 150%;
    text-align: center;
}

.swiper-slide .slide-title .slide-title-text {
    align-self: center;
    padding: 0.6rem 1.8rem;
    background-color: rgba(0, 0, 0, 0.66);
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background-color: #FFFFFF;
    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 {
        bottom: 45px;
        font-size: 75%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

}


@media (min-width:768px) and (max-width : 991px) {

    .swiper-slide .slide-title {
        bottom: 45px;
        font-size: 100%;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
    }

}

/* Big Picture */
.big-picture {
    background-color: #003263;
    border-bottom: 10px solid #003263;
}

.no-gutters .img-fluid, .big-photo .img-fluid {
    min-width: 100%;
}


/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #376e47;
}

.marquee-wrapper {
    height: 72px;
    margin-bottom: 16px;
    overflow: hidden;
    display: none;
}

.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-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee {
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .marquee-background > .container > .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

}

/* Some Fixes */

.card {
    border-color: rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
}

.card-img-top {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.card-body .fa-ul {
    margin-left: 24px;
}

/* Content */

.content {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000000;
    background-color: #FFFFFF;
}

.content h1,
.content h2,
.content h3,
.content h4 {
    margin-bottom: 20px;
    text-align:center;
    color: #000000;
}

    .content h1 {
        margin-top: 0;
        font-size: 175%;
        line-height: 125%;
        font-weight: bold;
        color: #376e47;
    }

.content h2 {
    font-size: 150%;
    line-height: 150%;
}

.content h3,
.content h4 {
    font-size: 125%;
    line-height: 150%;
}

.content h1.text-uppercase,
.content h2.text-uppercase,
.content h3.text-uppercase,
.content h4.text-uppercase {
    line-height: 100%;
}

    .content .card .card-header {
        color: #FFFFFF;
        background-color: #376e47;
        border-radius:0;
    }

.content .card .card-header h2,
.content .card .card-header h3 {
    color: #FFFFFF;
}

.content .card .card-header h2 {
    font-size: 125%;
    line-height: 150%;
}

.content .card .card-header h3 {
    font-size: 100%;
    line-height: 150%;
}

.content .card .card-body h2,
.content .card .card-body h3 {
    margin-bottom: 1.0rem;
}

.content .card .card-body h2 {
    font-size: 125%;
    line-height: 150%;
}

.content .card .card-body h3 {
    font-size: 112%;
    font-weight: bold;
    line-height: 150%;
}

.content p {
    margin-bottom: 24px;
}

.yellow {
    color: yellow;
}

.big-photo {
    border-bottom: 4px solid #e3e3e3;
}


/* Green Background  */

.green-bg {
    color: #262a2c;
    background-color: #376e47;
    border-top: 4px solid #295235;
}

.green-bg h2, .green-bg li {
    color:#ffffff;
}

.green-bg .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.green-bg .container > .row {
    margin-left: 0;
    margin-right: 0;
}

.green-bg .container > .row:first-child > div > :first-child {
    margin-top: 0;
}

.green-bg .container > .row:last-child > div > :last-child {
    margin-bottom: 0;
}

.custom-boxes {
    background-color: #ffffff;
    border: 4px solid #e8e8e8;
    background-image: url('/Images/home/clover_bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 20px 20px;
    margin-top: 0;
}

    .custom-boxes ul {
        padding-left: 25px;
    }

        .custom-boxes ul li {
            color: #262a2c;
        }

    .custom-boxes h2 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 36px;
        line-height:44px;
        font-weight: bold;
        color: #376e47;
    }


/* Footer */

.footer {
    padding: 30px 0 30px 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 175%;
    background-color: #242424;
}

.footer h2 {
    margin-bottom: 4px;
    font-size: 133%;
    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;
    text-decoration: none;
}

/* FAQ Page */

.faqs {
}

.faqs .faq {
    padding: 20px 20px;
}

.faqs .faq:nth-child(2n+1) {
    background-color: #F0F0F0;
}

.faqs .faq:last-child {
    margin-bottom: 0;
}

.faqs .faq h4 {
    margin-bottom: 0.5rem;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
}

.faqs .faq blockquote {
    margin-bottom: 0;
}

.faqs .faq blockquote p:last-child {
    margin-bottom: 0;
}

/* Self Storage Page */

.map {
    margin: 0 0;
    padding: 0 0;
}

.map .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow:hidden;
}

.table .thead-dark th {
    background-color: #003263;
}

table.storage-units {
    background-color: rgba(255,255,255,0.5);
}

table.storage-units tr td:last-child,
table.storage-units tr th:last-child {
    text-align: right;
}

/* Rental Application */

label {
    margin-bottom: 0.25rem;
}

span.form-check-input {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0.75rem;
}

span.form-check-input input {
    position: relative;
    margin-top: 0;
    margin-left: -1.25rem;
}

label.form-check-label {
    padding-left: 0.25rem;
}

span.required {
    display: inline-block;
    position: relative;
    top: 3px;
    padding-left: 4px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FF0000;
}

/* Google Map */

.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;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .content img.img-fluid {
        width: 100%;
        max-width: 100%;
    }

    .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;
    }
}

@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;
        }
}