.horizontal .form-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.horizontal .form-section input{
    margin-bottom:0;
}

.next {
    height: 56px;
    border: none;
    background: #7393B0;
    color: white;
}

.col-md-4.form-section.checkbox {
    display: flow-root;
}

.form-section input[type="checkbox"] {
    height: 100%;
    width: 19px !important;
}

 label[for="agree-to-receive2"] {
    margin-top: 25px;
    font-size: 16px !important;
    padding-left: 15px;
}

html,body{
    overflow-x: hidden;
}

section.column-form-block .header-photo img {
    width: 100%;
}

.resource-filters select {
    background-color: #19232C !important;
    color: #fff !important;
}

.featured-events .event .event-content .date {
    font-size: 2rem;
}

a.contact.button {
    background: #afcc6f;
    color: white;
    padding: 9px;
    margin-top: 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
a.contact.button:hover {
    color: black !important;
}

.login {
    padding-top: 15px;
}

.register {
    padding-top: 15px;
}