#primary {
    float: none !important;
    width: 100%;
}

div#gform_confirmation_message_2,
div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 18px;
    color: #064806;
    padding: 40px 20px;
}



a.wp-block-button__link.has-text-align-center.wp-element-button {
    background: #1d66d1;
    color: #FFF;
    font-size: 14px;
    padding: 10px 70px;
    cursor: pointer;
    /* letter-spacing: 0.03em; */
}

a.wp-block-button__link.has-text-align-center.wp-element-button:hover {
    background: black;
}

.top-content {
    padding: 15px 60px;
    font-size: 21px;
    color: #333;
    line-height: 1.5;
}

.entry-content h3 {
    color: #1e65cd !important;
    font-size: 40px;
    font-weight: bold;
    margin: 110px 0 50px;
    line-height: 1;
}

.wp-block-column {
    position: relative;
}

.solution-caption {
    position: absolute;
    background: #fff;
    color: #1d66d1;
    bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 60px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.all-connected {
    font-size: 14px;
    color: #333;
    padding-bottom: 300px;
    margin-bottom: 50px !important;
}

.all-connected strong {
    font-weight: 900;
    font-size: 20px;
    color: #1e65cd;
}

.all-connected img {
    position: absolute;
    bottom: 0;
}

.unmatched-section {
    margin-top: 45px !important;
    font-size: 15px;
    line-height: 1.3;
}

.unmatched-section h3 {
    margin-bottom: 20px;
}

div#gform_wrapper_2,
div#gform_wrapper_1,div#gform_wrapper_3 {
    margin-bottom: 100px;
}

.gform_footer.top_label {
    margin-top: 10px !important;
}

input#gform_submit_button_2,
input#gform_submit_button_1,
input#gform_submit_button_3,
input#gform_submit_button_4{
    background: #1d66d1;
    color: #FFF;
    font-size: 18px;
    padding: 12px 70px;
    cursor: pointer;
    margin: auto;
}


input#gform_submit_button_2:hover,
input#gform_submit_button_1:hover,
input#gform_submit_button_3:hover,
input#gform_submit_button_4:hover{
    background: #000;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    display: none !important;
}

.tribe-common-l-container.tribe-events-l-container {
    padding-bottom: 10px !important;
}


@media only screen and (max-width: 1120px) {
    .wp-block-columns {
        width: 94%;
        margin: auto;
    }

    div#gform_wrapper_2,
    div#gform_wrapper_1 {
        width: 94%;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {
    .all-connected {
        padding-bottom: 215px;
    }
}

@media only screen and (max-width: 781px) {
    .all-connected {
        padding-bottom: 0;
        margin-bottom: 15px !important;
    }

    .all-connected img {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 25px;
    }

    .unmatched-section h3 {
        margin-top: 0px;
    }

    div#gform_wrapper_2,
    div#gform_wrapper_1 {
        width: 94%;
        margin: auto;
    }
}



@media only screen and (max-width: 480px) {
    .entry-content h3 {
        font-size: 28px;
        margin: 70px 0 20px;
    }
}