﻿html {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (min-width : 768px) {

    html {
        overflow-x: hidden;
    }

}

body {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    margin: 0 0;
    padding: 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    background-color: #014703;
}

#frmMaster {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

@media (max-width : 767px) {

    body {
        font-size: 18px;
        line-height: 150%;
    }

}

/* Some Bootstrap Fixes */

hr {
    opacity: 1;
}

.modal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
}

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: 9999;
    font-size: 16px;
    line-height: 150%;
    color: #ffc90e;
    background: url("/Images/Layout/header-bg.jpg");
    background-color: #014703;
}

header > .container-xl {
    padding-top: 20px;
    padding-bottom: 20px;
}

header a:not(.btn),
header a:not(.btn):visited {
    color: #ffc90e;
    text-decoration: none;
}

header a:not(.btn):hover {
    color: #cca10c;
}

header .header-logo-wrapper {
    position: relative;
}

header img.header-logo {
    position: absolute;
    top: -16px;
    z-index: 99999;
}

header .header-contact {
    font-size: 18px;
    line-height: 1.5;
    text-align: right;
}

header .header-contact ul {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
}

header .header-contact ul li {
    display: inline-block;
    padding-right: 1ch;
}

header .header-contact ul li:last-child {
    padding-right: 0;
}

header .header-contact .store-name {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

@media (max-width: 991px) {

    header img.header-logo {
        position: relative;
        top: 0;
    }

    header .header-contact {
        text-align: center;
    }

    header .header-contact ul li {
        display: block;
        padding-right: 0;
    }

}

/* Main */

main {
    position: relative;
    color: #000000;
    background-color: #FFFFFF;
}

/* Footer */

footer {
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#014703+0,005b00+100 */
    background: linear-gradient(to bottom, rgba(1,71,3,1) 0%,rgba(0,91,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #014703;
}

footer a:not(.btn),
footer a:visited:not(.btn) {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover:not(.btn) {
    color: #FFFF00;
    text-decoration: none;
}

footer .container-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

footer h2 {
    margin-bottom: 0;
    font-size: 125%;
    font-weight: bold;
    line-height: 150%;
}

footer hr {
    margin-top: 0;
    margin-bottom: 0.75rem;
    border-width: 2px;
    border-color: rgba(255,255,255,0.25);
}

footer hr.seperator {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

footer ul.fa-ul {
    margin-left: 2rem;
}

footer ul.fa-ul li {
    padding-left: 0.25rem;
}

footer ul.fa-ul span.fa-li {
    width: 2rem;
}

    footer .copyright {
        padding-top: 2rem;
        padding-bottom: 2rem;
        background-color: #014703;
        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;
    background-color: #000000;
}

.big-photo.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.big-photo picture,
.big-photo img {
    width: 100%;
    height: auto;
}

/* Swiper */

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #666666;
}

.swiper-container.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.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-button-next,
.swiper-button-prev {
    color: rgba(255,255,255,0.66);
}

.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-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none;
    }

    .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;
    }

}

/* Marquee */

.marquee-bg {
    position: relative;
    z-index: 999;
    background-color: #ffc90e;
    background: linear-gradient(to bottom, #f2bd0e 0%, #ffc90e 75%, #ffc90e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

.marquee-bg .container-xl .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.marquee-wrapper {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 70px;
    background: transparent;
}

.marquee {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 67px;
}

.marquee-bg > .container-xl {
    padding-left: 0;
    padding-right: 0;
}

.marquee-bg > .container-xl > .row {
    margin-left: 0;
    margin-right: 0;
}

.marquee-bg > .container-xl > .row > .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width : 991px) {

    .marquee-outer {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .marquee-outer .container-xl {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .marquee-bg {
        top: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }

}

/* Content Sections */

.content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.content.border-top {
    border-top: 4px solid #FFFFFF !important;
}

.content.border-bottom {
    border-bottom: 4px solid #FFFFFF !important;
}

.content.shadow {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.33) !important;
}

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin-bottom: 1rem;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #014703;
        line-height: 125%;
    }

.content h1 {
    font-size: 200%;
}

.content h2 {
    font-size: 150%;
}

.content h3 {
    font-size: 125%;
}

.content h4,
.content h5 {
    font-size: 100%;
}

.content p,
.content ul,
.content ol {
    margin-bottom: 1.5rem;
}

.content ul {
    padding-left: 1.5rem;
}

.content .card .card-title {
    margin: 0 0;
    padding: 1rem;
}

.content .card .card-title h2 {
    margin-bottom: 0 !important;
}

.content hr.seperator {
    width: 50%;
    margin: 1.5rem auto 1.5rem auto;
    border-width: 2px;
    color: #202020;
}

.content ul.list-unstyled.text-center {
    padding-left: 0;
}

.content ul.fa-ul {
    margin-left: 0;
    padding-left: 2rem;
}

.content ul.fa-ul > li {
    padding-bottom: 0.25rem;
}

.content ul.fa-ul > li:last-child {
    padding-bottom: 0;
}

.content a:not(.btn),
.content a:not(.btn):visited {
    text-decoration: none;
}

@media (max-width : 767px) {

    .content h1 {
        font-size: 175%;
    }

    .content h2 {
        font-size: 150%;
    }

    .content h3 {
        font-size: 125%;
    }

    .content h4,
    .content h5 {
        font-size: 100%;
    }

}

/* Colored Sections */

.content.green-bg {
    color: #FFFFFF;
    background-color: #014703;
     background-image: url('/Images/Layout/green-bg.jpg'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content.green-bg .card {
    color: #FFFFFF;
    border: 2px solid #FBB908;
    background-color: rgba(0,0,0,0.33);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .content.green-bg h1,
    .content.green-bg h2 {
        color: #FFFFFF !important;
    }

.content.green-bg .card hr.seperator {
    border-width: 2px;
    border-color: #FBB908;
}

.content .gold-seperator {
    width: 66%;
    margin: 40px auto;
    border-width: 2px;
    border-color: #fdc70e;
}

/* Some Helpers */

hr.seperator {
    width: 50%;
    margin: 0 auto 1.5rem auto;
    border-width: 2px;
    border-color: #909090;
}

/* Multi Column Lists */

.list-four-col {
    columns: 4;
    column-gap: 1.5rem;
}

.list-three-col {
    columns: 3;
    column-gap: 1.5rem;
}

.list-two-col {
    columns: 2;
    column-gap: 1.5rem;
}

@media (max-width : 991px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 2;
    }

}

@media (max-width : 767px) {

    .list-four-col,
    .list-three-col,
    .list-two-col {
        columns: 1;
    }

}

/* Contact Page */

.ratio.google-map {
    padding-bottom: 33%;
    background-color: #FFFFFF;
}

@media (max-width : 767px) {

    .ratio.google-map {
        padding-bottom: 66%;
    }

}

.contact-header-desktop {
    position: relative;
    width: 100%;
    height: 240px;
    margin-bottom: 0px;
    background-image: url('/images/contact/header-bg.jpg');
    background-position: center center;
    background-size: cover;
}

.contact-photo {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border: 1px solid #333333;
}



/* Home Page */

.home-header-desktop {
    position: relative;
    width: 100%;
    height: 512px;
    margin-bottom: 50px;
    background-image: url('/images/home/home-header-bg.jpg');
    background-position: center center;
    background-size: cover;
}

.home-header-desktop .overlay {
    position: relative;
    top: 170px;
}

.home-header-desktop .overlay img {
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.33);
}

@media (max-width : 1399px) {

    .home-header-desktop {
        width: 100%;
        height: 432px;
        margin-bottom: 50px;
    }

    .home-header-desktop .overlay {
        top: 150px;
    }

}

@media (max-width : 1199px) {

    .home-header-desktop {
        width: 100%;
        height: 384px;
        margin-bottom: 50px;
    }

    .home-header-desktop .overlay {
        top: 100px;
    }

}

.photo{
    border:1px solid #000000;
}

.logo-wrapper {
    margin-bottom: 0.25rem;
    padding: 20px 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}

.list-inline-item:not(:last-child) {
    margin-right: .0rem;
}

.contact-a{
    color:#ffffff;

}

.contact-a:hover{
    color:#fff000;
}

.green-bg img.photo {
    border: 1px solid #ffc90e;
}

.water-bg{
    color: #FFFFFF;
    background-color: #0000FF;
    background:url("/Images/Layout/water-bg-2.jpg");
    background-size:cover;
    background-position:top;
}

.water-bg h1,
.water-bg h2,
.water-bg h3,
.water-bg h4,
.water-bg h5,
.water-bg h6 {
    color: #FFFFFF;
}

.water-bg img.photo {
    border: 1px solid #ffc90e;
}

.btn-employment {
    background-color: #FFC90E;
    color:#000 !important; 
}

    .btn-employment:hover,
    .btn-employment:active {
        background-color: #F8D45D !important;
    }

.fa-clock{
    margin-top:8px;
}