﻿.required-field .checkbox:after {
    width: 0;
    display: none;
}

.hdnCustomerId, .hdnCustomerEmail, .wffmForm .form-submit-border {
    display: none !important;
}

.wffmForm legend {
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    padding-bottom: 40px;
}

.wffmForm .form-group {
    margin-bottom: 27px;
}

.wffmForm .control-label {
    position: relative;
    left: auto;
    top: auto;
    color: #666;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.wffmForm table.scfCheckBoxListBorder, .wffmForm .radio table {
    margin-top: 8px;
}

    .wffmForm .scfCheckBoxListBorder td label, .wffmForm .radio table label {
        padding-left: 25px;
        float: left;
        position: relative;
    }

.wffmForm .scfCheckBoxListBorder, .wffmForm .radio, .wffmForm .radio table {
    width: 100%;
    padding: 0;
}

    .wffmForm .scfCheckBoxListBorder td, .wffmForm .radio table td {
        padding-top: 10px;
    }

        .wffmForm .scfCheckBoxListBorder td .checkbox__indicator {
            left: 0;
            top: 3px;
        }

    .wffmForm .scfCheckBoxListBorder label, .wffmForm .radio table label {
        display: block;
        font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

.wffmForm .form-group textarea {
    -moz-appearance: none;
    background-color: #fff;
    border-color: #d9d9d9;
    border-radius: 4px;
    border-width: 1px;
    color: #00215a;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    line-height: 25px;
    padding: 10px 20px 12px;
    width: 100%;
    height: 120px;
    margin-top: 10px;
}

/*Radio Button*/

.wffmForm .radio table label .radioBtn__indicator.radioBtn {
    position: absolute !important;
    top: 3px;
    left: 0;
}

.wffmForm .radio table label input[type="radio"]:checked,
.wffmForm .radio table label input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .wffmForm .radio table label input[type="radio"]:checked + span,
    .wffmForm .radio table label input[type="radio"]:not(:checked) + span {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .wffmForm .radio table label input[type="radio"]:checked + span:before,
        .wffmForm .radio table label input[type="radio"]:not(:checked) + span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .wffmForm .radio table label input[type="radio"]:checked + span:after,
        .wffmForm .radio table label input[type="radio"]:not(:checked) + span:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #105bb8;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .wffmForm .radio table label input[type="radio"]:not(:checked) + span:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .wffmForm .radio table label input[type="radio"]:checked + span:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


@media only screen and (max-width:499px) {
    .scfCheckBoxListBorder td {
        float: left;
        width: 100%;
    }
}

.event_guide_class {
    width: 130%;
}

    .event_guide_class .resource_card--with_image {
        width: 100%;
    }

.account_kid__aux_title {
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.account_kid__aux_label {
    color: #767676;
    display: block;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
}

.account_kid__aux_title, .account_kid__name {
    min-width: 160px;
}
