.modConvertFormsContainer.styleThree {
    float: left;
    width: 100%;
}
.modConvertFormsContainer.styleThree .cf-fields {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 5px;
}
.modConvertFormsContainer.styleThree .cf-control-group.text {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 20px;
}
.modConvertFormsContainer.styleThree .cf-control-group.newsletter {
    float: left;
    width: auto;
}
.modConvertFormsContainer.styleThree .cf-control-group.newsletter input {
    float: left;
    width: 220px;
    box-sizing: border-box;
    border: 1px solid #000;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 0 15px;
    color: #888;
    font-size: 15px;
}
.modConvertFormsContainer.styleThree .cf-control-group.submit button {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.modConvertFormsContainer.styleThree .cf-control-group.submit .cf-btn {
    transition: all 0.3s ease 0s;
}
.modConvertFormsContainer.styleThree .cf-control-group.submit .cf-btn:hover {
    background-color: var(--color-one) !important;
}
.modConvertFormsContainer.styleThree .cf-control-group.submit .cf-btn-text {
    float: left;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-image: url('../../../../images/icons/newsletter-arrow.png');
    background-repeat: no-repeat;
}
.modConvertFormsContainer.styleThree .cf-response {
    text-align: center;
}
.modConvertFormsContainer.styleThree .cf-success .cf-fields {
    display: none;
}
.modConvertFormsContainer.styleThree .socialMediaList {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.modConvertFormsContainer.styleThree .socialMediaList .socialMedia {
    margin-right: 10px;
}
.modConvertFormsContainer.styleThree .socialMediaList .socialMedia:last-child {
    margin-right: 0;
}

@media (max-width: 800px) {
    .modConvertFormsContainer.styleThree .cf-control-group.text {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        line-height: 1.2;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .modConvertFormsContainer.styleThree .cf-control-group.newsletter {
        margin-left: calc(50% - 145px);
        float: left;
        width: auto;
        clear: left;
    }
    .modConvertFormsContainer.styleThree .cf-control-group.submit {
        float: left;
    }
}
@media (max-width: 370px) {
    .modConvertFormsContainer.styleThree .cf-control-group.newsletter {
        margin-left: 20px;
        width: auto;
        max-width: calc(100% - 80px);
    }
    .modConvertFormsContainer.styleThree .cf-control-group.newsletter input {
        max-width: 100%;
    }
}