.cf_form-wrap {
    background: #000;
}
.cf_form-wrap  .form-wrap-inner{
    max-width: 420px;
    margin: auto;
}
.form-control {
    display: block;
    width: 100%;
}

.checkbox-wrap label {
    display: flex;
}

.form-error {
    display: none;
    font-family: "Gotham-Light";
    color: #FF5E5E;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.2px;
    padding: 0 32px;
    position: relative;
    top: -14px;
}
.form-error:before {
    content: "!";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #FF5E5E;
    font-weight: 400;
    font-size: 10px;
    color: #000;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
    font-family: 'Gotham';
}

.form-error.yesno-error,
.form-error.marthon-error,
.form-error.server-error {
    top: 0;
}
.server-error {
    left: -12px;
    padding-top: 8px;
    line-height: 20px;
}
.cf_form-wrap .form-control {
    background: #ffffff;
    border-radius: 30px;
    font-family: "Gotham-Light";
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
    color: #000000;
    padding: 12px 21px 9px;
    margin-bottom: 18px;
}

.cf_form-wrap .form-label {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 21px !important;
    font-family: Open Sans, Arial, sans-serif;
}

.cf_form-wrap .form-label .optin {
    font-size: 13px;
    padding-left: 0;
}

.cf_form-wrap .form-group h4 {
    font-size: 18px !important;
    line-height: 23px;
    color: #fff;
    padding-left: 20px;
    margin: 12px 0 0 0;
    font-family: Open Sans, Arial, sans-serif !important;
}

.checkbox-wrap {
    margin-left: 21px;
}
.marathon-wrap {
    margin-left: 22px;
}
.checkbox-wrap input[type=radio],
.marathon-wrap .marathon-city input[type=checkbox] {
    width: 0;
    height: 0;
    visibility: hidden;
    -webkit-appearance: none;
}

.checkbox-wrap span,
.marathon-wrap .marathon-city label span {
    padding-left: 18px;
    font-family: "Gotham-Light";
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

.checkbox-wrap span:before,
.marathon-wrap .marathon-city input[type=checkbox]+span:before {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: -13px;
    top: 2px;
    background: transparent;
    border-radius: 2px;
    border: 2px solid #ffffff;
}

.checkbox-wrap input[type=radio]:checked+span:before,
.marathon-wrap .marathon-city input[type=checkbox]:checked+span:before {
    background-image: url(../images/checkbox-checked.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.other-location-wrap {
    display: inline;
    position: relative;
}
.other-location-error {
    position: absolute;
    bottom: -24px;
    left: 0;
    top: auto;
    padding: 0;
    width: 231px;
}

.cf_form-wrap .cc-submit-btn {
    text-transform: uppercase;
    color: #00FF00;
    font-family: "SupremeLL-BoldFlat";
    font-size: 1.875rem;
    line-height: 1.813rem;
    background-image: url(../images/arrow-right-green.svg);
    background-repeat: no-repeat;
    background-position: 68% center;
    background-color: transparent;
    border: none;
    padding: 48px 20px;
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 2;
}

.cf_form-wrap .submit-wrap {
    margin-top: 70px;
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    width: 100%;
    border-top: 2px solid #ffffff;
    text-align: center;
    position: relative;
}

.cf_form-wrap .submit-wrap:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00FF00;
    transform: scaleX(0);
    transform-origin: right center;
    z-index: 1;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.other-location-wrap input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    position: static;
    max-width: 204px;
    width: 204px;
    padding: 0;
    line-height: 0;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-family: "Gotham-Light";
    margin-left: 10px;
}

.other-location-wrap input::placeholder {
    color: #fff;
}

.other-location-wrap input[type=text]:focus {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.cf_form-wrap .submit-wrap:hover .cc-submit-btn {
    color: #000000;
    background-image: url(../images/arrow-right-black.svg);
}

.cf_form-wrap .submit-wrap:hover:after {
    transform-origin: left center;
    transform: scale(1);
}

/* Custom select box*/
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Gotham-Light";
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 18px;
}

ul.dropdown-options.show {
    height: 260px;
    overflow-y: scroll;
}

.dropdown-trigger {
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    padding: 12px 21px 9px;
    font-weight: 700;
}

.dropdown-trigger .arrow {
    margin-left: 5px;
}

.dropdown-options {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 100;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    width: 100%;
    border-radius: 20px;
    padding: 15px 0 !important;
}

.dropdown-options li {
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    transition: all .3s;
}

.dropdown-options li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-options.show {
    display: block;
}

.dropdown-options li.selected {
    background-color: #f1f1f1;
}

.custom-dropdown.show .dropdown-trigger::after {
    transform: rotate(180deg);
}

.dropdown-trigger::after {
    content: '';
    background: #fff url(../images/arrow-down-new.png) no-repeat;
    width: 15px;
    height: 9px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s;
}

.checkbox-wrap .spl-width{
    max-width: 350px;
}

/* Media Queries */
@media (max-width: 1200px){
    .cf_form-wrap .form-wrap-inner {
        padding: 0 20px;
    }
    
    .cf_form-wrap .form-group h4 {
        padding-left: 1px;
    }
    
    .checkbox-wrap {
        margin-left: 5px;
    }
    .marathon-wrap {
        margin-left: 3px;
    }
    .cf_form-wrap .cc-submit-btn {
        font-size: 1.25rem;
        line-height: 1.188rem;
        background-size: 10px;
        background-position: 75% center;
        padding: 29px 16px;
    }
}

@media (max-width: 790px) {
    .other-location-wrap input[type=text] {
        width: 194px;
    } 
    .cf_form-wrap .form-control{
        font-size: 14px;
        line-height: 20px;
    }
    .form-error {
        padding: 0 18px;
    }
    .dropdown-trigger {
        padding: 9px 21px 9px;
    }
}