#wrapper {
    overflow: hidden;
    margin-bottom: -23px;
    line-height: 23px;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #343434;
}

div {
    display: block;
}

#wrapper .page-wrap {
    width: 100%;
    padding-top: 0px;
    margin-top: 29px;
    text-align: center;
}

#wrapper .page-wrap .visual.no-image .caption h1 {
    color: #4462a9;
    font-size: 48px;
    font-family: "Abril Fatface", cursive;
    font-weight: 400;
    text-shadow: none;
    margin: 0;
}

.contact-form {
    font-family: "Mulish", sans-serif;
    padding-bottom: 100px;
}

.contact-form>.container {
    width: 100%;
    max-width: 1210px;
}

.contact-form>.container>.col-11 {
    float: none;
    margin: 0 auto;
    width: 66.66666667%;
}

.contact-form #content-text {
    margin: 0 auto;
    min-height: 400px;
    font-size: 18px;
}

.contact-form #content-text p {
    font-size: 18px;
    padding: 0;
    margin: 29px 0 44px 0;
    text-align: center;
    line-height: 1.71;
    color: #303742;
}

.contact-form #content-text h3 {
    color: #156bbd;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;
    margin: 29px 0 15px 0;
}

.contact-form #content-text h3+p {
    font-size: 15px;
    padding: 0;
    margin: 0 0 44px;
    text-align: center;
    line-height: 1.71;
    color: #303742;
}

.contact-form #content-text .popup-message fieldset {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: table-row;
    text-align: left;
    width: 520px;
}

.contact-form #content-text .popup-message fieldset .col-sm-6:first-of-type {
    padding: 0 10px 0 0;
}

.col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}

.contact-form #content-text .popup-message fieldset label {
    font-size: 14px;
    text-transform: none;
    padding-bottom: 7px;
    width: 100%;
    margin: 0 auto;
    color: #303742;
    font-weight: normal;
    display: block;
}

.contact-form #content-text .popup-message fieldset input,
.contact-form #content-text .popup-message fieldset textarea {
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    border-radius: 4px;
    border: none;
    background: #f5f9ff;
    box-shadow: none;
    line-height: 41px;
    height: 41px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0 17px;
}

.contact-form #content-text .popup-message fieldset textarea {
    height: 86px;
    line-height: 1.5;
    padding-top: 8px;
}

.contact-form #content-text .popup-message button {
    font-size: 12px;
    text-transform: none;
    border-radius: 4px;
    box-shadow: none;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    transition: background-color 0.2s linear;
    background-color: #5a9cff;
    padding: 13px 15px 12px;
    min-width: 135px;
    width: auto;
    border: none;
    margin: 2px auto 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.42857143;
}

.btn-holder {
    text-align: left;
    margin: 0 auto;
    width: 520px;
}

@media screen and (max-width: 767px) {
    #wrapper .page-wrap .visual .caption h1 {
        font-size: 28px !important;
    }

    .contact-form #content-text .popup-message fieldset {
        width: 320px;
    }

    .btn-holder {
        text-align: center;
        width: 320px;
    }

    .contact-form>.container>.col-11 {
        width: 90%;
    }

    .contact-form #content-text .popup-message fieldset .col-sm-6:first-of-type {
        padding: 0;
    }

    .col-sm-6 {
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0;
    }

    .container.full-height {
        min-height: 100px;
    }

    .contact-form #content-text {
        min-height: 100px;
    }

}

@media screen and (max-width: 520px) {

    .contact-form>.container>.col-11 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .contact-form>.container {
        padding-right: 0;
        padding-left: 0;
    }

    .contact-form #content-text .popup-message fieldset {
        width: 100%;
    }

    .btn-holder {
        width: 100%;
    }
}
