html,
body {
    overflow-x: visible;
}
/* ----------Account Nav NGIN Bar------------ */

#accountNav {
    background: rgba(150, 0, 0, .8);
}

#accountNav .currentSite a {
    background: rgba(0, 0, 0, 0) url(https://assets.ngin.com/site_files/2207/favicon.gif) no-repeat center center;
}

#accountNav .secondary a {
    color: #fff;
}

#accountNav a:hover,
#accountNav .currentSite a:hover {
    background-color: #610404;
    color: #FFF;
}

#accountNav .secondary a:hover {
    color: #fff;
}

#accountNav .nginLogo a {
    background-position: right center;
    background-size: 100px;
    width: 120px;
}

ul#accountNav {
    background: none;
    border: none;
    background: rgba(149, 5, 3, .7);
}

ul#accountNav:before,
ul#accountNav:after {
    display: none;
}

a.newsSlideShow-more.button-small,
#accountNav li.currentSite a:first-child {
    display: block;
}
/* Site Header */

div#siteHeader {
    background-position: center top;
}
/* TopNav */

#siteContainer2.one_panel #topNav,
div#topNav {
    margin-bottom: 0;
}

div#topNav {
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    background: #fff;
}

div#topNav:before {
    display: none;
}

#topNav table,
#topNav td.selected,
#topNav td,
#topNav td:before,
#topNav td:after {
    background-image: none;
}

#topNav table td:hover {
    background-color: #690100;
    background-image: none;
}
/* ---------- Custom Header ----------------- */

#socialBar {
    position: absolute;
    top: -34px;
    right: 130px;
    padding: 0 10px;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
    z-index: 999;
}

#socialBar:hover {
    background-color: rgba(100, 1, 0, 1);
}

.siteContainer {
    position: relative;
}

h4,
h4 span {
    font-size: .9em;
    line-height: 1em;
    font-weight: 400;
}

h3,
h3 span {
    font-size: .9em;
    line-height: 1.125em;
    font-weight: 400;
}

.text h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

a {
    color: #a00201;
}

.yieldPageContent {
    padding: 0;
}

.layoutContainer {
    padding-left: 0;
}

.layoutContainer .pageElement,
.layoutContainer .hrElement {
    margin: .5em 1% 0 0;
}

h2#displayBodyHeader {
    background: #bf0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDAyMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #bf0000 0%, #a00201 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf0000), color-stop(100%, #a00201));
    background: -webkit-linear-gradient(top, #bf0000 0%, #a00201 100%);
    background: -o-linear-gradient(top, #bf0000 0%, #a00201 100%);
    background: -ms-linear-gradient(top, #bf0000 0%, #a00201 100%);
    background: linear-gradient(to bottom, #bf0000 0%, #a00201 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#a00201', GradientType=0);
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-align: center;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

h2#displayBodyHeader span {
    font: 700 12px/28px Verdana, sans-serif;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

div#siteFooter {
    margin: 0 auto;
    padding: 5px;
    background-color: #333;
}

div#siteFooter ul {
    background-image: none;
}
