/* NEWS LETTER STYLINGS  */

.main-content .content-area form {
    margin-top: 20px;
}

.textfield {
    margin-left: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .textfield {
        margin-left: -15px;
        /*margin-right: -15px;*/
    }
}

.textfield label,
.textfield input[type="text"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    box-sizing: border-box;
}

.textfield label {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #475059;
    text-align: left;

    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .textfield label {
        float: left;
        width: 25%;
        padding-left: 15px;
    }
}
.textfield label.missing {
    color: #af5f69;
}
.textfield label.missing + input[type="text"] {
    border: solid 2px #af5f69;
}

.textfield input[type="text"] {
    font-size: 16px;
    line-height: 26px;

    display: block;
    width: 100%;
    height: 60px;
    padding: 16px 20px;
    border: 1px solid #d6dee1;
    color: #475059;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

    padding-left: 15px;
}
@media (min-width: 768px) {
    .textfield input[type="text"] {
        float: left;
        width: 72%;
        margin-left: 3%;
    }
}

.paragraph {
    clear: both;
}

.inx-groupheading.paragraph {
    margin-top: 30px;
}

.checkboxfield {
    margin-top: 22px;
    display: flex;
}
.checkboxfield.inx-cwa {
}

.checkboxfield label {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #475059;
    text-align: left;

    display: inline-block;
    padding: 0;
    margin-right: 15px;
    float: none;
    width: 100%;

    order: 1;
    white-space: unset;
}
@media (min-width: 1368px) {
    .checkboxfield label {
        width: 50%;
    }
}
.checkboxfield label.missing {
    color: #af5f69;
}

.checkboxfield.inx-cwa label {
    order: 2;
    margin-left: 15px;
    width: 90%;
    white-space: unset;
}

.checkboxfield input[type="checkbox"] {
    display: inline-block;
    opacity: 100;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: #ffffff;
    margin-top: 0;

    -webkit-appearance: checkbox;

    order: 2;
}
.checkboxfield.inx-cwa input[type="checkbox"] {
    order: 1;
    margin-top: 4px;
}

.listfield {
    margin-top: 22px;
}

.listfield label {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #475059;
    text-align: left;

    display: inline-block;
    padding: 0;
    margin-right: 15px;
    float: left;
    width: auto;
}

.listfield select {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d6dee1;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.submit {
    margin-top: 22px;
}

.submit .reset_button {
    display: none;
    margin-left: 20px;
    cursor: pointer;
}
.submit .submit_button {
    font-family: "SignaWebProCond", sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    border: 0;
    padding: 11px 25px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #475059;
    color: #ffffff;
}

.message_info {
    margin-top: 22px;
}

.message_missing {
    margin-top: 22px;
    color: #af5f69;
    font-weight: bold;
}

.frc-captcha {
    margin-top: 22px;
}
