﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body
{ 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: black;
    background: url(/images/background.png) repeat-x;
    background-position: center;
    background-size: cover;
    list-style: none;
}

#content-wrapper
{
    margin: auto;
    width: 960px;
}

#header
{
    background-color: white;
    width: 100%;
    height: 114px;
    border: 0 none;
    box-shadow: 0 3px 10px #00000033;
    z-index: 20 !important;
}

#logo {
    float: left;
    padding-top: 8px;
    padding-left: 15px;
    z-index: 1;
}

#content
{    
    min-height: 500px;
    margin: 20px 0px 20px 0px;
    padding: 10px;  
    overflow: auto;
    background: #f9fbf9;
    border-radius: 10px;
    box-shadow: 0 3px 10px #00000033;
}

#rtContent {
    float: left;
    width: 78%;
    padding: 0px 20px 0px 20px;
}

p {
    padding: 10px 0;
}

#topNav
{
    background-color: white;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    height: 114px;
}

#topNav ul
{
    list-style: none;
    padding: 0;
    margin: 0px;
    text-align: center;
}

#topNav li {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

#topNav li a {
    color: #000;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    height: 114px;
    display: block;
    position: relative;
    padding: 40px;
    background-color: transparent;
}

#topNav li a:hover {
    background-color: #568228;
    color: white;
    text-decoration: underline;
    height: 114px;
    cursor: pointer;
}

#sectionTitle {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin: 10px 20px 10px 20px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #A2B09A;
    font-weight: normal;
    color: #333300;
    text-transform: uppercase;
    text-decoration: none;
}

#blindPmtNav{
    line-height: 30px;
}

#footer
{
    color: #fff;
    font-size: 90%;
    padding: 20px;
    background: #568228;
    border: 1px solid #506049;
    margin: 20px auto;
    overflow: auto;   
}

#mainAddress {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

#footer address {
    float: left;
    width: 75%;
    font-style: normal;
    line-height: 18px;
    font-size: 12px;
}



address .head {
    display: block;
    padding-bottom: 5px;
    font-size: 130%;
    font-weight: bold;
}

#hours {
    float: left;
    padding-left: 20px;
}

#footer ul {
    text-align: right;
    margin: 0;
    float: left;
    width: 25%;
}

#footer ul li {
    float: right;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
    list-style: none;
}

#footer ul li.last {
    border: none;
}

#footer a {
    color: #fff;
}


#socialIcons {
    float: right;
    padding-top: 15px;
    width: 25%;
    text-align: right;
    height: 100px;
}

#socialIcons img {
    padding-left: 10px;
}

#weatherWidget {
    z-index: 9999;
    margin-top: -40px;
    margin-left: 725px;
    height: 150px;
    display: block;
    width: 70px;
    padding: 10px 0 0 170px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#weatherWidget * {
    display: block;
}

#weatherTemp {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
}

#weatherText, #weatherWind {
    font-size: 85%;
    color: #fff;
}

.container {
    width: 1200px !important;
    padding: 0;
    margin: auto;
}

@media print
{
    #header, #footer
    {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        min-height: 700px;
        background: none;
        -webkit-text-size-adjust: none;
        padding: 0;
        text-align: left;
        direction: ltr;
        margin: 0;
        color: black;
    }

    #viewport {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    #mobileMenu {
        width: 190px;
        background: #FFF;
        min-height: 100%;
        position: absolute;
        overflow: hidden;
        left: -190px;
    }

        #mobileMenu > ul {
            padding: 0px;
            margin: 0px;
        }

            #mobileMenu > ul > li {
                list-style: none;
            }

        #mobileMenu ul li > a {
            list-style: none;
            display: block;
            padding: 0 10px 0 5px;
            line-height: 30px;
            color: #191919;
            text-decoration: none;
            border-bottom: solid #E1E8EF 1px;
            font-weight: bold;
        }

    #headerMenu {
        color: White;
        vertical-align: top;
        background-color: #568228; /* header bg color */
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        padding-right: 15px;
    }

    #btnToggleMenu {
        margin: 10px;
        padding: 4px 5px 5px 4px;
        background-color: #568228; /* button bg color */
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .toggleMenuDown {
        -moz-box-shadow: inset 0px 0px 7px #444;
        -webkit-box-shadow: inset 0px 0px 7px #444;
        box-shadow: inset 0px 0px 7px #444;
        border: 1px solid #555 !important;
    }

    #contentWrap {
        position: relative;
        height: 100%;
        min-height: 700px;
        -webkit-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -moz-box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        box-shadow: -6px 0px 8px rgba(48, 50, 50, 0.5);
        -webkit-overflow-scrolling: touch;
    }

        #contentWrap.menuVisible, #mobileMenu.menuVisible {
            -webkit-transform: translateX(190px);
            transform: translateX(190px);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

    #homeContent {
        
        background-size: contain;
        padding: 20px;
        border-bottom: 4px solid #0c374e;
    }

    #homeImgStripe{
        background: #568228;
        height: 40px;
    }

    #homeLinks {
        background-image: url(/images/mobile/home.jpg);
        padding: 20px;
        background-size: cover;
        background-position: 0px -30px;
        min-height: 200px;
    }

        #homeLinks ul {
            padding: 0px;
        }
        #homeLinks li {
            list-style: none;
            font-size: 15px;
            padding: 4px 0 4px 15px;
        }

            #homeLinks li a {
                color: #0c374e;
                font-weight:bold;
            }

    #content {
        background: white;
        padding: 20px;
        margin: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .homeMobileContent{
        margin-top: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #191919;
    }
}