@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}

p {
    font-size: 1em;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #3a4a54;
    font-weight: 400;
    line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    display: block;
    margin: 0;
    border: none;
    padding: 0px;
}

ul {
    font-family: 'Open Sans', Arial, sans-serif;
}

img {
    border: 0px none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/* For large paragraph content headings, use the below paragraph class */
p.contentTitle {
    color: #00ab04 !important;
    font-size: 1.25em !important;
}

.contentLrg {
    color: #00ab04 !important;
    font-size: 1.25em !important;
}

.contentGreen {
    color: #00ab04 !important;
}

/* Section Hero */

#sectionHead {
    width: 100%;
    height: 140px;
    position: relative
}

#sectionHead img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 140px
}

a.headerHomeBtn {
    display: none;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

#greenBar {
    width: 100%;
    height: auto;
    min-height: 40px;
    position: relative;
    background: #00ab04;
}

#greenBarInner {
    width: 95%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

    #greenBarInner p {
        color: #ffffff;
        line-height: 40px;
        margin: 0;
        font-size: 0.875em !important;
    }

        #greenBarInner p a {
            color: #ffffff;
            text-decoration: none;
        }

            #greenBarInner p a:hover {
                color: #3a4a54;
                text-decoration: none;
            }

#sectionContentOuter {
    width: 100%;
    height: auto;
    position: relative;
    background: #ffffff;
    padding: 40px 0 60px;
}

#sectionContentInner {
    width: 95%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#contentLeft {
    width: 25%;
    height: auto;
    position: relative;
    text-align: left;
    float: left;
    display: block;
}

ul.sideNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.sideNav li {
        with: 100%;
        display: block;
        font-weight: 400;
        color: #3a4a54;
        line-height: 1.875em;
        font-size: 0.875em;
    }

        ul.sideNav li a {
            color: #3a4a54;
            text-decoration: none;
        }

            ul.sideNav li a:hover {
                text-decoration: underline;
            }

.navTitle {
    font-weight: 700 !important;
}

.current {
    font-weight: 700 !important;
    color: #00AB03 !important;
}

.green {
    color: #00AB03 !important;
}

.helpHome {
    padding: 15px 0;
    border-top: 1px dotted #3a4a54;
    border-bottom: 1px dotted #3a4a54;
    margin: 10px 0 0;
    font-weight: 600 !important;
    color: #00AB03 !important;
    width: 70%;
}


#contentRight {
    width: 70%;
    height: auto;
    position: relative;
    text-align: left;
    float: left;
    display: block;
}

    #contentRight h2 {
        color: #3a4a54;
        font-weight: 300;
        font-size: 3.125em;
        line-height: 1em;
        margin-bottom: 20px;
    }

    #contentRight p {
        line-height: 1.875em;
        margin: 5px 0 20px;
        font-size: 0.875em;
    }

        #contentRight p a {
            color: #3a4a54;
            text-decoration: none;
        }

            #contentRight p a:hover {
                text-decoration: underline;
            }

p.qSection {
    font-weight: 600;
    font-size: 1em !important;
    color: #00AB03;
    margin: 0 !important;
    padding: 0;
    line-height: 1em !important;
    margin: 20px 0 10px !important;
}

p.qList {
    margin-bottom: 0px !important;
}

a.contentLink {
    color: #00ab04 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

    a.contentLink:hover {
        text-decoration: none !important;
    }


@media screen and (max-width: 671px) {
    #contentLeft {
        display: none;
    }

    #contentRight {
        width: 100%;
        float: none;
    }

    a.mobQ {
        display: block;
        background: #e5e7e5;
        height: auto;
        min-height: 20px;
        padding: 10px 0 10px 10px;
    }

    a.headerHomeBtn {
    }

    #greenBarInner p a {
        text-decoration: underline;
    }
}
/* Styles for Pinned Bar */
.pinnyPanel {
    background: url(/templates/images/global/pinned/bc_split_bg.png) center center no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
}

.pinnyInner {
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1000px;
}

    .pinnyInner img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        display: block;
    }

a.pinnyLink {
    text-decoration: none;
}

.pinnyContent:hover {
    text-decoration: underline;
}

a.pinnyButton {
    display: block;
    width: 78px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 75%;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 1.75em;
    padding: 2% 0 0;
    margin: 0;
    text-decoration: none;
}

    a.pinnyButton:hover {
        color: #00C304;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        cursor: pointer;
    }

span.btnTextSmall {
    display: block;
    margin: 0 auto;
    font-size: 11px;
    font-weight: 600 !important;
}

a.mobileButton, a.pinnyButtonMobile {
    display: block;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-decoration: none;
}

#pinnyInnerMobile {
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1000px;
}

    #pinnyInnerMobile img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border: none;
        display: block;
    }

a.pinnyButtonMobile {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 75%;
    font-size: 1.5em;
    padding: 4% 0 0;
    margin: 0;
}

    a.pinnyButtonMobile:hover {
        color: #00C304;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        cursor: pointer;
    }

#pinnyMobileGreen {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #00ab04;
}

a.mobileButton {
    width: 90%;
    max-width: 330px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    color: #00ab04;
    background: url(/templates/images/global/pinned/mobile_button_arrow.png) 95% center no-repeat #fff;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
}

@media only screen and (max-width:767px) {
    #pinnyInnerMobile {
        display: block !important;
    }

    .pinnyInner {
        display: none;
    }
}

@media only screen and (max-width:375px) {
    h2.pinnyBadge {
        font-size: 1em;
    }
}
