
#block-locale-language,
#block-system-user-menu,
#block-styleswitcher-styleswitcher {
display: inline-block;

}
input[type="date"]{
  text-transform: uppercase!important;
}
#block-styleswitcher-styleswitcher ul li {
background: none;
padding: 0 0 0 1px;
border-right: none;
}

.preheader {

    width: 100%;
    height: 25px;
    background-color: #c3ab7f;
    margin: 0px;
    padding: 0px;
    text-align: right;
    line-height: 25px;

}

.inner_preheader {
    width: 980px;
    height: 25px;
    background-color: #c3ab7f;
    margin: 0 auto;
    color: #fff;
}

.preheader a {
    text-decoration: none;
    color: #fff;
}

.header {
    width: 100%;
    height: 83px;
    /*background-image: url('https://www.lifesavingorganization.com/images/dotted.jpg');*/
    /*border-bottom: solid 6px #e21d17;*/
}

.inner_header {
    width: 80%;
    margin: 0 auto;
}

.mppsc_logo {
    width: 384px;
    height: 73px;
    float: left;
    margin: 3px auto 0 47px;
    display: flex;
}

.mpo_logo {
    float: right;
    margin: 18px 10px 0 auto;
}

.captcha_area {
	width: 90%;
    /* height: 40px; */
    margin: 22px auto;
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #8f98a1;
    text-align: center;
    font-size: 18px;
    padding-top: 0px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: inset 1px 0px 3px 1px rgb(0,0,0,0.3);
}
.footer {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #ca3425;
    bottom: 0px;
}


@media screen and (max-width: 768px) { 

.inner_preheader {
    width: 1024px;
    height: 25px;
    background-color: #c3ab7f;
    margin: 0 auto;
    color: #fff;
}
.header {
    width: 1024px;
    height: 83px;
    
}
#container {
    clear: both;
    overflow: inherit;
    width:1024px;
}

.footer {
    width: 1024px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #ca3425;
    bottom: 0px;
}

}

