.form-submit-response-error {
    margin-bottom: 6px;
    color: #F52834; }

.form-submit-errors-tooltip-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%; }
.form-submit-errors-tooltip-wrapper .form-submit-errors-tooltip {
    position: absolute;
    z-index: 40;
    min-width: -webkit-calc(100% + 20px);
    min-width: calc(100% + 20px);
    right: 0;
    bottom: -webkit-calc(100% + 10px);
    bottom: calc(100% + 10px);
    padding: 5px 10px;
    background-color: #F52834;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    cursor: pointer; }
.form-submit-errors-tooltip-wrapper .errors-tooltip-header {
    padding: 6px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    white-space: nowrap; }
.form-submit-errors-tooltip-wrapper .errors-tooltip-error {
    white-space: nowrap;
    padding: 2px 0;
    text-align: left;
    color: #FFF; }
.form-submit-errors-tooltip-wrapper:hover .form-submit-errors-tooltip {
    opacity: 1;
    visibility: visible; }






.default-background {
    background-color: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-wrapper {
    padding-top: 90px;
}


.form-section {
    background-color: white;
    -webkit-box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.05);
    padding: 30px 50px;
    margin-bottom: 50px; }
.form-section.last {
    margin-bottom: 20px; }
.form-section .headers-wrapper {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 15px; }
.form-section .main-header {
    color: #2c2c2c;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 20px 0; }
.form-section .small-header {
    color: #2c2c2c;
    font-size: 22px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    margin-bottom: 5px; }
.form-section .small-header-helper {
    color: #8f8f8f;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0; }
@media only screen and (max-width: 992px) {
    .form-section {
        padding: 30px 30px; } }
@media only screen and (max-width: 600px) {
    .form-section {
        padding: 20px 20px; } }
@media only screen and (max-width: 600px) {
    .form-section .main-header {
        font-size: 22px; }
    .form-section .small-header {
        font-size: 18px; } }
