
#menuBox { background-color: #4d4d4d; }
#mainNav a { color: #fff; }
#mainNav ul li { background-color: #4d4d4d; }
#mainNav ul:before { border-bottom-color: #4d4d4d; }
#mainNav a:hover, #mainNav li.current > a, #mainNav a.active { text-shadow: 0.25px 0 0 #fff, -0.25px 0 0 #fff; }

footer { background-color: #969c19; }
#footerContentInnerWrap, footer .footerBg { background-color: #4d4d4d; }
footer .footerLeft { background-color: #969c19; }
footer .footerLeft:before { border-left-color: #969c19; }
footer .footerLeft.t2 { background-color: #fff; }
footer .footerLeft.t2:before { border-left-color: #fff; }
footer b, footer strong { color: #969c19; }

main .hgVar1 .csc-header-n1 {
    position: relative;
    padding-top: 6em;
    margin-bottom: 2em;
}
main .hgVar1 .csc-header-n1:before {
    content: "";
    background: transparent url(../images/csc-header-n1-hgr.png) no-repeat top center;
    position: absolute;
    height: 100%;
    width: 151.863354037267%;
    top: 0;
    right: 0;
}
main .csc-header-n1 {
    margin-bottom: 2em;
}
main section:first-child h1 {
    background-color: #b0b553;
    color: #fff;
    display: inline-block;
    padding: 0.25em 35px 0.25em 0;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 0 0 2em 0;
}
main section:first-child h1 span:before, main section:first-child h1 span:after {
    content: " === ";
    display: inline-block;
    position: relative;
    top: 2px;
}
main section:first-child h1 span:before { margin-right: 5px; }
main section:first-child h1 span:after { margin-left: 5px; }
main section:first-child h1:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100%;
    bottom: 0;
    left: -110px;
    background-color: #b0b553;
}
#goTop {
    color: #81328b;
}
.navbar-toggle .icon-bar {
    background-color: #81328b;
}

#footerServiceNav { margin-right: 5px; }
#smNav { float: right; }
#smNav li { margin-right: 5px; padding: 2px; background-color: #969c19; }
#smNav a:before {
    display: none;
}
#smNav a.icon-mail {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/e-mail_icon.png);
    background-size: cover;
}
/*
#smNav a.icon-facebook:before { background-color: #969c19; }
#smNav a.icon-twitter:before { background-color: #969c19; }
#smNav a.icon-google:before { background-color: #969c19; font-size: 2.4em; width: 1.4em; height: 1.4em; line-height: 1.4em; }
#smNav a.icon-mail:before { background-color: #969c19; width: 1.35em; height: 1.35em; line-height: 1.35em; }
*/
.hgVar1 .frame-type-menu_pages ul { list-style: none; margin: 1em 0; padding: 0; }
.hgVar1 .frame-type-menu_pages ul a {
    display: inline-block;
    padding: 5px 40px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #969c19;
    color: #fff;
    font-size: 1.25em;
    margin: 5px 0;
}
.hgVar1 .frame-type-menu_pages ul a:hover { opacity: 0.85; }
.hgVar1 .frame-type-menu_pages ul li:nth-child(2n+1) a { background-color: #c0c375; }
.hgVar1 .frame-type-menu_pages ul li:nth-child(3n) a { background-color: #abb048; }

.frame-type-menu_pages ul * {
    hyphens: none;
}


@media only screen and (max-width: 48em) {
    #smNav {
        float: none;
    }
}