/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */




.mobile_menu_bar:before {
            display:none}
    .mobile_menu_bar::after {
            font-family: Arial;
            content: "Menu";
            position: relative;
            padding: 10px 20px 10px 20px;
            background-color: #1f397c;
            color: #FFFFFF!important;
        cursor: pointer;}
    .mobile_nav.opened .mobile_menu_bar:after {
        content: "Menu";}


#BannerText1 .BannerFrontPage-et_pb_column_2 {
    float: right;
}
				



#hp-cf .et-pb-contact-message {
color: #fff !important;
}

#hp-cf .et_pb_contact_form {
    max-width: 1125px !important;
    color: #FFF !important;
}

@media (max-width: 500px){

#hp-cf .et_pb_row {
    padding-right: 1px !important;
    padding-left: 24px !important;
}

}

@media (max-width: 500px){

#hp-cf-title h3 strong {
font-size: 22px !important;
line-height: 25px;
}

}

#hp-cf {
background: #003690 !important;
padding: 0px;
}

#hp-cf .et_pb_row {
    width: 100%;
    max-width: 1172px !important;
    padding-right: 36px;
    padding-left: 60px;
    padding-top: 0px;
}

#hp-cf button {
margin-top: 29px;
}

#hp-cf .et_pb_contact .et_pb_contact_field_half {
    width: 280px;
    padding: 15px 7px 7px 7px;
}

#hp-contact-form {
padding-top: 25px;
padding-bottom: 0px;
}

@media (max-width: 1050px) {

#hp-cf button {
margin-top: 0px;
}

#hp-cf .et_pb_contact_form {
    width: 100%;
}

}

@media (max-width: 910px) {

#hp-cf button {
margin-top: 0px;
}

#hp-cf .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
    padding: 0px;
}

}