#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}
.cu-form-input{
    width: 50% !important;
}
#hp-cu:not(.ip-open-house-sched){
    display: none !important;
}
.site-title h2{
    width: 100%;
    max-width: 1084px;
    margin: auto;
}
#ohs-hp-cu {
    position: relative;
    z-index: 1;
    background: #000;
}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .cu-form-input {
        width: 100% !important;
    }

}
@media only screen and (max-width: 575px) {

}