.mastHead {
background: #00023c;
margin-bottom: -10px;
color: white;
font-size: 13px;
text-align: left;
}
.container {
display:block;
max-width: 1500px;
margin: 0 auto !important;
padding: 2px 10vw;
}
.site-main 
{
padding:50px 10vw;
max-width:1500px;
margin:0 auto;
}
a {
text-decoration:none;
}
.border-shadow img
{
border-radius: 40px;
box-shadow: 0px 25px 40px #00000029;
}
.background-blue .wp-block-column
{
background:#fefdfe;
text-align:center;
border-radius:25px; 
padding:20px 10px;
box-shadow: 5px 5px 30px #0107cc24;
}
.background-blue i {
font-size:32px;
color: #f21905;
}
.red-button a {
transition:1s all;
}
.red-button a:hover {
background:#0e2773 !important;
}
.recaptcha .wpcf7-form-control {
border: none !important;
width: 100%;
padding: 10px 10px !important;
font-size: 18px;
border-radius: 10px !important;
}
.wpcf7-form-control {
border: 2px solid #0e2773 !important;
width: 100%;
padding: 7px 5px !important;
font-size: 14px;
border-radius: 0px !important;
font-weight: bold;
}
.wpcf7 {
background: #fdfdfd;
padding: 20px 20px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
overflow:hidden;
}
.wpcf7-form {
overflow:hidden;
}
label {
font-size: 14px;
text-transform: uppercase;
color: #0e2773;
font-weight: bold;
}
.wpcf7-submit {
color:white !important;
background:#0e2773 !important;
transition: 1s all;
padding-top:20px;
padding-bottom:20px;
}
.wpcf7-submit:hover {
color:white;
background:#f21905 !important;
border-color:#f21905 !important;
}
.wp-block-latest-posts.is-grid {
margin:0;
}
.wp-block-latest-posts.is-grid li {
padding:20px;
background:white;
border-bottom:2px solid #0e2773;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image {
height:190px;
margin-bottom:20px;
overflow:hidden;
border-radius:5px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image img {
min-width:100%;
min-height:100%;
height:auto;
}
.wp-block-latest-posts.is-grid li a {
font-size:25px;
color:#0e2773;
}
.contact-form
{
font-size:18px;
line-break: anywhere;
}
.contact-form i {
width:32px;
font-weight:bold;
font-size:20px;
color:#0e2773;
}
.wpcf7-form-control {
max-height:150px;
}
.blue-back {
position: absolute;
left: 0;
width: 100%;
height: auto;
background: #0e2773;
padding: 20px 0px 0px;
}
@media screen and (max-width: 37.5em) {
.mastHead {
display:none;	
}
.contact-form
{
font-size:16px;
margin-bottom:50px;
}
.left-mobile {
text-align:left !important;
}
.background-blue
{
margin-top:0px;
margin-bottom:0px;
}
.background-blue .wp-block-column {
margin-bottom:20px;
}
}