.header {
    z-index: 999;
}

.footer {
    background: #ffffff;
    color: #f2f2f2;
}

.footer .footer_bottom_part {
    padding: 24px 0 22px;
    color: #006072;
    border-top: 1px solid #006072;
}

.footer .footer_bottom_part p {
    float: left;
    font-size: 14px;
}

.footer .footer_bottom_part p span {
    color: #006072;
}

ul.sub-categories li a {
    text-transform: none !important;
}

.accreditation-checklist {
    display: inline-block; 
    margin-bottom: 5px; 
    margin-left: 0; 
    padding:0;
}

.registration_form_wrapper {
    padding: 20px;
}

@media only screen and (max-width: 990px){
    .registration_form_wrapper{
        padding-left: 40px;
        padding-right: 10px;
    }
}



