﻿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: 'Open Sans', Arial, Helvetica, sans-serif;
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif; */
    font-size: 20px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #022c22;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* 

    Boostrap Customizations

*/

.container, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl {
    max-width: 1370px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

textarea {
    resize: none;
}

.fa-fix {
    position: relative;
    top: 2px;
}

/* 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 {
    position: fixed;
    z-index: 99990;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
/*    background-image: url('/images/layout/desktop-header-bg.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -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);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    header .contact-bar {
        font-size: 19px;
        line-height: 150%;
        color: #ffffff;
        background-color: #054030;
    }

header .contact-bar .row .col,
header .contact-bar .row .col-auto {
    padding-top: 10px;
    padding-bottom: 10px;
   /* border-right: 1px solid #000000;*/
}

header .contact-bar .br-0 {
    border-right: 0px none !important;
}

header .contact-bar .bl-0 {
    border-left: 0px none !important;
}

header .contact-bar a,
header .contact-bar a:visited {
    color: #ffffff;
}

header .contact-bar a:hover {
    color: #FFf000;
    text-decoration: none;
}

header .contact-bar .cc-logos {
    margin: 0 0;
    padding: 0 0;
}

header .contact-bar .cc-logos li {
    display: inline-block;
    margin: 0 2px;
    padding: 0 0;
    width: 26px;
}

header .contact-bar .cc-logos li img {
    width: 26px !important;
    height: auto;
}

header .whatsnew-bar {
    padding: 20px 0;
}

/* Mobile Header Changes */

header .mobile-logo {
    padding: 30px 30px 15px 30px;
}

    header .mobile-contact {
        padding: 0 30px 20px 30px;
        font-size: 18px;
        font-weight:bold;
        line-height: 150%;
        color: #000000;
        text-align: center;
    }

header .mobile-contact a,
header .mobile-contact a:visited,
header .mobile-contact a:hover {
    color: #000000;
    text-decoration: none;
}

header .mobile-cc-logos {
    padding: 0 30px 30px 30px;
    text-align: center;
}

header .mobile-cc-logos .cc-logos {
    font-size: 0px;
    line-height: 0px;
}

@media (max-width : 1199px) {

    header {
        position: relative;
        background-color: #FFFFFF;
/*        background-image: url('/images/layout/mobile-header-bg.jpg');*/
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

    #pushcontent {
        display: none;
        height: 0px;
    }

}

/* Footer */

footer {
    padding: 40px 0 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 150%;
    background-color: #054030;
}

footer > .container-xl {
    padding-bottom: 40px;
}

footer h2 {
    margin-bottom: 4px;
    font-size: 120%;
    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;
}

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 .sitemap {
    padding-left: 0;
    list-style-type: none;
}

footer .sitemap li ul {
    padding-left: 1.0rem;
    list-style-type: none;
}

footer .sitemap .title {
    color: #FFFFFF;
    font-weight: bold;
}

    footer .copyright {
        padding: 30px 30px;
        font-size: 18px;
        line-height: 150%;
        background-color: #022c22;
        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;
    }

@media(min-width:400px){
    .d-xs-none {
        display: none !important;
    }
}

@media(min-width:400px){
    .d-xs-inline-block{
        display:inline-block !important;
    }
}

/* Nav */

nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
    color: #054030 !important;
    background-color: #ffffff;
}

    nav.d-lg-none {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 150%;
        color: #fff !important;
        background-color: #054030;
    }

nav .container-xl {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width : 991px) {

    nav.menu {
        overflow-x: hidden;
    }

}

/* Buttons */

.btn-black-red,
.btn-black-red:visited {
    color: #fff;
    background-color: #000000;
    font-weight: bold;
}

    .btn-black-red:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #da2e2e;
    }

.btn-rent-now {
    padding: 15px 25px;
    font-weight: bold;
    font-size: 24px;
    background-color: #E00000;
    border:none !important;
    color:#fff !important;
}

    .btn-rent-now:hover {
        background-color: #8A0000 !important;
    }

/* 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;
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Swiper */

@media(min-width:2000px){
    .swiper-slide .slide-title .slide-title-text{
        max-width:33% !important;
    }
}

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 999;
}

.swiper-slide {
    text-align: center;
}

    .swiper-slide .img-fluid {
        width: 100%;
        height: auto;
    }

/*    .swiper-slide .slide-title {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 175%;
        color: #FFFFFF;
        line-height: 150%;
        text-align:left;
    }

        .swiper-slide .slide-title .slide-title-text {
            font-weight: bold;
            align-self: flex-start;
            padding: 1rem 2rem 1rem 2rem;
            background-color: rgba(5,64,48,0.75);
            border-top-right-radius: 48px;
            border-bottom-right-radius: 48px;
            max-width:50%;
            font-size:60px;
            line-height: 110%;
        }*/

    .swiper-slide .slide-title {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 150%;
        text-align: center;
    }

        .swiper-slide .slide-title .slide-title-text {
            align-self: center;
            padding: 1rem 1.8rem;
            background-color: rgba(5,64,48, 0.66);
            -webkit-border-radius: 0.5rem;
            -moz-border-radius: 0.5rem;
            border-radius: 0.5rem;
        }

        .swiper-slide .slide-title .slide-title-text-small {
            font-weight: normal;
            font-size: 32px;
            font-family: "Marck Script", cursive;
        }

.fancy-text {
    /*font-family: "Marck Script", cursive;*/
    font-family: "Kaushan Script", cursive;
    font-weight:normal !important;
}

.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:1500px){
    .swiper-slide .slide-title{
        font-size:32px;
    }
}*/

@media(max-width:1200px){
    .swiper-slide .slide-title {
        font-size: 32px;
    }
}


@media (max-width : 991px) {

    .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: unset;
            /*            top: unset !important;
            left: 0;
            right: 0;*/
        }

            .swiper-slide .slide-title .slide-title-text {
                background-color: #514a40 !important;
                width: 100%;
                margin-bottom: 0;
                font-size: 32px;
                text-align: center;
                border-radius: 0 !important;
                max-width: 100% !important;
                padding: 1rem 2rem 1rem 2rem !important;
            }

            .swiper-slide .slide-title .slide-title-text-small {
                width: 100%;
                margin-bottom: 0;
                font-size: 24px;
                text-align: center;
            }
}

@media(max-width:767px){
    .swiper-slide .slide-title .slide-title-text{
        font-size:24px !important;
    }

    .swiper-slide .slide-title .slide-title-text-small{
        font-size:20px !important;
    }
}

@media(max-width:540px){
    /*.swiper-slide .slide-title{
        display:none !important;
    }*/


    .swiper-slide .slide-title .slide-title-text {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .swiper-slide .slide-title .slide-title-text-small {
        font-size: 16px !important;
    }

}


/* Photo Group Full Width */

.photo-group-100 {
    border-top: 4px solid #0D886E;
    border-bottom: 4px solid #0D886E;
    -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);
}

.photo-group-100 .container-fluid,
.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-container {
    background-color: #054030;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    max-width: 1370px;
    background-color: #054030;
    border-left: 15px solid #054030;
    border-right: 15px solid #054030;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

.marquee {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 72px;
    font-weight:bold;
}

/* Content Areas */

.content {
    padding: 40px 15px;
    color: #000000;
    background-color: #FFFFFF;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 125%;
    color: #000000;
}

.content h1,
.content h2.h1{
    font-size: 180%;
    margin-bottom: 1.5rem;
}

.content h1 .smaller {
    font-size: 80%;
    margin-bottom: 1.5rem;
}

    .content h2,
    .content h3.h2{
        
        font-size: 160%;
        margin-bottom: 1.5rem;
    }

    .content .subtitle {
        color: #054030;
    }

            @media(min-width:768px) {
                .content .subtitle.subtitle-small {
                    font-size: 130%;
                }
            }

.content h3 {
    font-size: 120%;
    margin-bottom: 1.5rem;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p {
    margin-bottom: 1.5rem;
}

.content ul {
    margin-bottom: 1.5rem;
}


.card .card-body h2.team-title {
    color: #000 !important;
    text-align: center;
    font-weight: bold;
    margin-bottom:0 !important;
}

   /* .content a {
        color: #006FE6;
    }*/
    .content a,
    .content a:visited,
    .content a:hover {
        text-decoration: none;
    }

.content .card {
    border-radius: 20px;
    background-color: #000;
    border: 2px solid #e22f36;
    overflow: hidden !important;
}

.content .card h2 {
    color:#fff;
}

.content .card p{
    color:#fff
}

.alert.alert-danger p {
    color: #721c24 !important;
}

/*    .content .card h3 {
        color: #45703d;
    }
*/
.content .card .card-img-top{
    border-bottom:1px solid #000000;
}

.content .bx-shadow {
    /*border: 1px solid #a3ccc5;*/
    -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);
}

    .content .bx-shadow-brdr {
        border: 1px solid #346a29;
    }

@media (max-width: 1399px) {

    .content {
        padding: 40px 0 !important;
    }

}

@media (max-width: 991px) {

    .content {
        padding: 40px 0 !important;
    }

}

@media (max-width: 767px) {

    .content h1,
    .content h2.h1{
        font-size: 150%;
        line-height: 125%;
    }

    .content h2,
    .content h3.h2{
        font-size: 125%;
        line-height: 125%;
    }

    .content h3 {
        font-size: 110%;
        line-height: 125%;
    }

}

/* Tips Page */

.fa-container-storage {
    color: #008020;
}

.fa-box {
    color: #817565;
}

.fa-tint {
    color: #0C3F7D;
}

.fa-cog {
    color: #757575;
}

.fa-lock {
    color: #807700;
}

.fa-shield-alt{
    color:#ff0000;
}

.fa-door-open {
    color: #04815F;
}

.fa-envelope {
    color: #1670DF;
}

.smaller-h2 h2 {
    font-size: 150%;
}

.smaller-h2 .pt-25{
   padding-top:25px;
}

/* Services Table */
.services-table-wrapper {
    position: relative;
}

.services-table-bg {
    position: absolute;
    width: 100%;
    min-height: 512px;
    max-height: 512px;
    background-image: url('/images/home/top-1920.webp');
     background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.services-table {
    position: relative;
    width: 100%;
    height: auto;
    top: 175px;
    margin-bottom: 175px;
}
.services-table .card {
    border-radius:20px;
    background-color: #000;
    border: 2px solid #e22f36;
    overflow:hidden !important;
}
    .services-table .card p{
        margin-bottom:1.5rem;
    }

    .services-table .card h2 {
        font-weight: bold;
        font-size: 140%;
        margin-bottom: 1.5rem;
    }

    .services-table .card .card-img-top{
        border-top-left-radius:16px;
        border-top-right-radius:16px;
    }


    @media(max-width: 991px){
        .services-table-bg{
            background-position:right center;
            background-image:url("/Images/Home/top-768.webp");
        }
    }

@media (max-width: 767px) {

    .services-table .card h2 {
        font-size: 125%;
        line-height: 125%;
    }

}

/* Color Sections */

.content.brown-bg {
    background-color: #514a40;
    color: #fff !important;
}

    .content.brown-bg a:not(.btn) {
        color: #da2e2e !important;
    }

        .content.brown-bg a:not(.btn):hover {
            color: #9C1C1C !important;
        }

.content.brown-bg h2{
    color:#fff !important;
}

    .content.brown-bg h3 {
        color: #e22f36 !important;
    }

    .content.brown-bg hr {
        border-image-source: linear-gradient(to right, rgba(0,0,0,0.0) 10%, rgba(226,47,54,1.00) 25%, rgba(226,47,54,1.00) 75%,rgba(0,0,0,0.0) 90%);
        border-image-slice: 5;
       /* border: 1px solid #e22f36;*/
    }

   

/*    .content.brown-bg .card {
        border: 2px solid #ffffff !important;
    }

    .content.brown-bg .card h2 {
        color: #fff !important;
    }*/

    .content.brown-bg span > em {
        color: #346a29 !important;
    }

    .content.brown-bg .cycle-slideshow .img-thumbnail{
        padding:.25rem !important;
    }

    .content.brown-bg img.photo{
        border:2px solid #fff;
        border-radius:5px;
    }

/* Services Boxes on Home Page */

.content.brown-bg h2.services-title {
    margin-bottom: 0.5rem !important;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color:#000 !important;
}

div.services-content {
    margin-bottom: 1.5rem;
}

div.services-content p:last-child {
    margin-bottom: 0;
}

.btn-more,
.btn-more:visited {
    color: #000;
    background-color: #b7b6b4;
}

    .btn-more:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #2A5421;
    }


.btn.btn-eastred {
    padding:7px 16px 9px 16px
}

.btn-eastred,
.btn-eastred:visited {
    font-weight:bold;
    color: #fff;
    background-color: #e22f36;
}

    .btn-eastred:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #B4181E;
    }


/* Logos */

h2.logo-title {
    color: #fff !important;
}

.logo-wrapper {
    overflow: hidden;
    margin-bottom: 4px;
    padding: 20px 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}

    .logo-wrapper img {
        width: 100%;
    }

.logo-caption {
    display: block;
    text-align: center;
    color: #fff;
}

.content a .logo-caption,
.content a:visited .logo-caption {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.content a:hover .logo-wrapper {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.75);
}

.content a:hover .logo-caption {
    color: #FFFF00;
    text-decoration: none;
}


/* FAQs Pages */

.faq {
    margin-bottom: 1rem;
    padding: 15px 20px;
    background-color: #f3f9f8;
    border: 1px solid #a3ccc5;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.faq:last-child {
    margin-bottom: 0;
}

.faq .faq-question,
.faq .faq-question:visited {
    display: block;
    font-weight: bold;
    color: #663380;
    outline: none;
}

.faq .faq-question:hover {
    color: #663380;
    outline: none;
}

.faq .faq-answer {
}

.faq .faq-answer hr {
    border-width: 2px;
    border-color: rgba(102,51,128,0.33);
}

/* Contact Form */

.contact-form {
    border: 2px solid #e22f36 !important;
    background-color:#fff !important;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
}

.contact-form h3 {
   /* margin-bottom: 0;*/
    font-size: 125%;
    line-height: 125%;
/*    color:#fff!important;*/
}

.contact-form p{
    color:#000 !important;
}

.contact-form h2{
    color:#000 !important;
}

/*.contact-form label{
    color:#fff !important;
}*/

.contact-form small{
    color:#e22f36;
}

.contact-form img {
   /* border: 2px solid #000;
    border-radius: 5px;*/
   border-bottom:2px solid #e22f36;
}

    .contact-form .alert-danger p {
        color: #721c24 !important;
    }

/* Application Form */

.app-form-inspection .card {
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #FCFCFC !important;
}

    .app-form-inspection .card:last-child {
        margin-bottom: 0;
    }

.app-form-inspection .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #da2e2e;
    border-radius: 0;
}

.app-form-inspection label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form-inspection .form-group {
    margin-bottom: 10px;
}

.app-form-inspection hr {
    border-color: #DDDDDD;
}

.app-form-inspection textarea {
    resize: none;
}

.app-form-inspection small{
    color:#000 !important;
}

/* Google Map */

.map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.embed-google-map {
    padding-bottom: 25%;
    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,
.four-col-list-map {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

@media(min-width:992px) and (max-width:1199px){
    .four-col-list-map {
        columns: 3;
    }
} 

@media (max-width : 767px) {

    .two-col-list,
    .three-col-list,
    .four-col-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

    .four-col-list-map{
       columns:3;
    }

}

@media(max-width:575px) and (min-width:410px){
    .four-col-list-map {
        columns: 2;
    }
}

@media(max-width:409px){
    .four-col-list-map{
        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,
    .four-col-list-map{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }


    .card.special {
        overflow: hidden;
        background-image: url('/Images/fees/fall-bg.jpg');
        background-position: center left;
        background-size: cover;
    }

        .card.special .card-body {
            padding: 0 0;
        }

        .card.special .special-overlay {
            height: 100%;
            padding: 100px 20px 100px 40px !important;
            background-color: rgba(255,255,255,0.85);
        }

        .card.special h2 {
            font-weight: bold;
        }

    @media (max-width : 767px) {

        .card.special {
        }

            .card.special .special-overlay {
                padding: 20px 20px 20px 40px !important;
                background-color: rgba(255,255,255,0.85);
            }
    }
}

.photo {
    border: 1px solid #000000;
}

/* Forms (Contact / Employment / Rental / Etc) */

.app-form .card {
    margin-bottom: 1.5rem;
    border:1px solid #000000;
}

    .app-form .card:last-child {
        margin-bottom: 0;
    }

.app-form .card-header {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 133%;
    text-align: center;
    line-height: 150%;
    background-color: #346a29;
}

.app-form label {
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.25rem;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color: #DDDDDD;
}

.app-form textarea {
    resize: none;
}

/* Career Items  */

.job-card {
    background-color: #fff;
    margin-bottom: 1.5rem;
    border: 2px solid #e22f36 !important;
    border-radius:.25rem !important;
    overflow:hidden;
}

    .job-card .card-header {
        padding: 15px 20px !important;
        background-color: #e22f36;
        text-align: left;
        border-radius: 0 !important;
    }

        .job-card .card-header h2 {
            color: #fff;
            margin-bottom: 0 !important;
            font-size: 125% !important;
            line-height: 100% !important;
        }

    .job-card .card-body{
        background-color:#fff !important
    }

        .job-card .card-body p {
            color: #000 !important;
        }

.job-card:last-of-type{
    margin-bottom:0 !important; 
}


/* Employment Application */

.employment-app-form .card {
    background-color: #FCFCFC !important;
    border-radius: 0;
    border: 1px solid #000;
    margin-bottom: 1.5rem;
}

    .employment-app-form .card .card-header {
        background-color: #e22f36 !important;
        color: #fff;
        font-weight: bold;
        font-size: 133%;
        text-align: center;
        line-height: 150%;
        border-radius:0;
    }

    .employment-app-form .card .card-body {
        background-color: #FCFCFC !important;
    }

        .employment-app-form .card .card-body label,
        .employment-app-form .card .card-body p {
            color: #000 !important
        }

textarea {
    resize: none;
}

.lightgreen-bg {
    background-color: #EFFCEF !important;
}


.card-img-side {
    border-right:1px solid #000000;
}

@media (max-width:767px){
    .card-img-side {
        border-right: none;
        border-bottom: 1px solid #000000;
    }
}

img.o-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width:767px) {

    img.r-sm-top {
        border-top-right-radius: calc(.25rem - 1px);
        border-top-left-radius: calc(.25rem - 1px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (min-width:768px) {

    img.r-md-start {
        border-top-right-radius: 0;
        border-top-left-radius: calc(.25rem - 1px);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: calc(.25rem - 1px);
    }

    img.r-md-end {
        border-top-right-radius: calc(.25rem - 1px);
        border-top-left-radius: 0;
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: 0;
    }
}

ul.misvisval {
    margin-left: 12px !important;
}

.grecaptcha-badge {
    bottom: 88px !important;
    z-index:9999;
}

.d-grid{
    display:grid !important;
}

img.o-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mold-bottom{
    border-bottom:4px solid #e22f36 !important;
}

.numbered-box {
    background-color: #000;
    overflow: hidden;
    display: inline-block;
    font-size: 250%;
    font-weight: bold;
    color: #fff !important;
    padding: 20px 23px 20px 23px;
    margin-top: -50%;
    margin-bottom: 10px;
    border: 4px solid #e22f36;
    border-radius: 150px;
}

@media(min-width:1370px) {
    .video-fix {
        margin-top: -1px;
    }
}