/* removes white space between 1st section and nav */
.ac-hp-hero {margin-top: -44px;}

/* paralax - fixed hero image */
.ac-hp-hero .block-bg-img {padding:150px 15px;margin-top: 0px;}
.ac-hp-hero {background-attachment:fixed;}

/* removes extra padding in section headers */
.section.section.sePageSection.sePageSectionResponsive.section-header-sl {
margin-top: 2px;
margin-bottom: 2px;
}

/* removes padding between bottom section and footer */
.bottom-section-sl {
margin-bottom: -60px !important;
}

.bottom-section-sl .block-bg-img {padding:80px 15px;}

@media only screen and (max-width:767px){.ac-hp-hero{background-attachment:initial;}

.flex-container {
 display: flex;
 flex-direction: column;
 text-align: center;
 height: 150px;
 width: 400px;
 background: #e7e7e7;
}
 
form {
 margin: auto;
}

p {
 margin: 0;
}


































































































