#head_bar,#head_bar2{
    width: 100%;
    background-color: #222222;
    min-height: 40px;
    text-align: right;
}
#head_bar{
    position:fixed;
    color: #FFFFFF;
    z-index: 200;
}
#head_bar a{
    color: #ffffff;
}
.head_bar_inside{
    /*text-align: right;*/
    margin-right: 180px;
}
.head_bar_inside div{
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 10px 0;
}
.head_bar_contacts{
    padding-top: 10px;
    text-align: left;
    width: 48%;
}
.head_bar_social{
    text-align: right;
    width: 48%;
}
.menu_holder, .menu_holder_expandable {
    background: none;
}
.menu_holder_expandable{
    margin: 5px 10px;
}
.menu_holder{
    margin:5px auto;
    display: inline-block;
    min-width: 1200px;
    max-width: 100%;
    text-align: right;
}
.menu_holder .gc_menu_item div {
    font-size: 1.0em;
    color: #888888;
    /*font-weight: bold;*/
    text-shadow: none;
}
#google_translate_element a{
    color: #000;
}
#google_translate_element{
    z-index: 1000000;
    right:0;
}
.gc_logo_link{
    display:block;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
}
.gc_logo_link img{
    width:auto;
}
#header_main{
    background-color: #FFFFFF;
    border-width:0 0 1px 0;
    border-color: #000000;
    border-style: solid;
}
.header_main_overlay{
    position: relative;
}
.header_main_link{
    color: #000;
    text-shadow: none;
    font-size:2.0em;
    text-align: center;
    padding: 0;
    display: block;
}
#footer_section{
    background: none;
    background-color: #222222;
}
#footer_section .gc_social_menu{
    display: none;
}
#middle_section{
    padding: 0;
    background-color: #e3e3e3;
}
.head_bar_social i{
    font-size: 2.0em;
}
.header_main_heading:before{
    display: block;
    content: 'Springfield-Greene County ';
    vertical-align: top;
    text-align: center;
    padding-right: 0.2em;
}
.header_main_heading{
    display: block;
    vertical-align: top;
    text-align: left;
}
.header_main_overlay p {
    font-style: italic;
}
.gc_logo_link{
    display: none;
}
#oem_logo_link{
    display: block;
    float: left;
    margin-right: 20px;
}
#oem_logo_link img{
    /*width:128px;*/
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
    max-width: 100%;
    border-radius: 15px;
}
#oem_content{
    padding: 8px;
    width:            1154px;
    max-width:        100%;
    margin:           0 auto;
}
#oem_content h1,#oem_content h2{
    text-align: left;
}
#oem_content p br{
    clear: both;
}
#oem_mission{
    background-color: #2e2e2e;
    color:            #FFFFFF;
    padding:          10px;

}
.oem_mission_section{
    display:        inline-block;
    width:          400px;
    max-width:      98%;
    vertical-align: top;
    margin:         24px;
}
.oem_mission_section h2{
    text-align: left;
}
.oem_mission_section a{
    color: #FFFFFF;
}
.oem_mission_section .department_blip, .oem_mission_section .department_blip span, .oem_mission_section .department_blip div{
    text-align: left;
}
.oem_mission_section .department_blip_title, .oem_mission_section .dept_fax, .oem_mission_section .dept_mail, .oem_mission_section .dept_alt_phone, .oem_mission_section .dept_hours{
    display: none;
}
.oem_mission_section .dept_location, .oem_mission_section .dept_phone, .oem_mission_section .dept_email{
    display:       block;
    margin-bottom: 20px;
}
.oem_mission_section .dept_phone ::before{
    content:     'Phone: ';
    font-weight: bold;
}
.oem_mission_section .dept_email ::before{
    content:     'Email: ';
    font-weight: bold;
}
#footer_section{
    min-height: 2.5em;
}
#footer_section a img{
    width: 50px;
}
#header_main{
    padding-top: 10px;
    position: relative;
    background: transparent;
    background-image: url("/files/file.php?id=30408");
    background-size: cover;
}
#header_main::after{
    content: "";
    opacity: 0.4;
    background-image: url("/files/file.php?id=30408"),
    linear-gradient(to right,#ffffff, #002d5a);
    background-size: contain;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.header_main_link,.header_main_overlay p {
    text-shadow: #ffffff 0 0 8px;
}
.header_main_heading:before{
    display: inline-block;
}
#oem_logo_link{
    float: none;
}
.header_main_heading{
    text-align: center;
}
.header_main_overlay p{
    text-align: center;
}


.menu_holder {
    background-color: #f7b733;
    margin: 0;
    width: 100%;
}
.menu_holder .gc_menu_item div {
    color: #ffffff;
    /*color: #636566;*/
    font-weight: bold;
}
.header_main_heading{
    display: none;
}
@media
only screen and (max-width: 1200px),
(min-device-width: 1200px) and (max-device-width: 1200px)  {
    .menu_holder{
        display: none;
    }
    .menu_holder_expandable{
        display: block;
    }
    .menu_holder_expandable .gc_menu_item i{
        display: none;
    }
    .menu_holder_expandable li .always_show, .menu_holder li .always_show{
        display: block;
    }
}
@media
only screen and (max-width: 600px),
(min-device-width: 600px) and (max-device-width: 600px)  {
    .head_bar_inside{
        padding-top: 40px;
        margin-right: 0;
    }
}