/* Form fields */
.raf-cta-form form {
    max-width: 364px;
}

.raf-cta-form form .input-label {
    padding: 0 0 6px;
    font-size: 16px;
    color: #fff;
}

.raf-cta-form form .input-label.with-tooltip {
    display: flex;
    justify-content: space-between;
}

.raf-cta-form form .input-label .form-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 16px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    border: none;
}

.raf-cta-form form input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    margin: 0 0 20px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.raf-cta-form form input::-webkit-input-placeholder { color: #686663; }
.raf-cta-form form input:-ms-input-placeholder { color: #686663; }
.raf-cta-form form input::placeholder { color: #686663; }
.raf-cta-form form textarea::-webkit-input-placeholder { color: #686663; }
.raf-cta-form form textarea:-ms-input-placeholder { color: #686663; }
.raf-cta-form form textarea::placeholder { color: #686663; }


.raf-cta-form form input,
.raf-cta-form form input:hover,
.raf-cta-form form input:active,
.raf-cta-form form input:focus {
    border: none;
}

.raf-cta-form form textarea {
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 15px;
}

.raf-cta-form form input.hidden {
    display: none;
}

.raf-cta-form form  .custom-select {
    width: 100%;
    margin: 0 0 20px;
}

.raf-cta-form form  .custom-select .select-selected {
    padding: 10px;
}

.raf-cta-form form  .custom-select .select-selected:after {
    right: 10px;
    top: 20px;
}

.raf-cta-form form  .custom-select .select-selected.select-arrow-active:after {
    top: 13px;
}

.raf-cta-form form .select-items div,
.raf-cta-form form .select-selected {
    color: #686663;
    font-weight: 300;
}

.raf-cta-form .agreement-checkbox:after {
    content: "*";
    color: #fff;
}

.raf-cta-form form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: rgba(218, 165, 32, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: none;
    border: none;
}

.raf-cta-form form button:hover {
    background: rgba(218, 165, 32, 0.8);
    color: #fff;
    border: none;
}

/* Custom checkbox */
.raf-cta-form form .custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 25px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

/* Hide the browser's default checkbox */
.raf-cta-form form .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.raf-cta-form form .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.raf-cta-form form .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.raf-cta-form form .custom-checkbox input:checked ~ .checkmark {
    background-color: #c9952b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.raf-cta-form form .custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.raf-cta-form form .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.raf-cta-form form .custom-checkbox .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 9px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* Sections */
.raf-section {
    display: flex;
    justify-content: center;
    padding: 0 42px;
}

.raf-section-inner {
    max-width: 1000px;
    width: 100%;
}

.raf-section-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #DAA520;
    text-align: center;
    font-weight: 500;
}

/* CTA Section*/
.raf-section-cta {
    background-image: url('/img/total-wellness/eBook_1_banner_bgd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.raf-section-cta .raf-section-inner {
    display: flex;
    justify-content: flex-end;
}

.raf-section-cta .raf-cta {
    width: 472px;
    padding: 80px 0;
}

.raf-section-cta .raf-cta-title-1 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 23px;
    color: #DAA520;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}

.raf-section-cta .raf-cta-title-2 {
    margin: 0 0 3px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
}

.raf-section-cta .raf-cta-title-3 {
    margin: 0 0 35px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.01em;
}

.raf-section-cta .raf-form-after {
    max-width: 364px;
    margin: 20px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

/* Sessions section */
.raf-section-ses {

}

.raf-section-ses .raf-section-title {
    margin: 80px 0 50px;
}

.raf-section-ses .raf-ses-desc {
    max-width: 812px;
    margin: 0 auto 50px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #0F0F0F;
}

.raf-section-ses .raf-ses-desc p {
    margin: 0 0 24px;
}

.raf-section-ses .raf-ses-imgs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.raf-section-ses .raf-ses-img {
    width: calc(100%/3);
    height: 300px;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Includes section */
.raf-section-inc {

}

.raf-section-inc .raf-section-title {
    margin: 80px 0 50px;
}

.raf-section-inc .raf-list {
    column-count: 2;
    column-gap: 50px;
    max-width: 650px;
    margin: 0 auto 70px;
}

ul.raf-list {
    list-style: none;
}

ul.raf-list li {
    display: flex;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #0A0A0A;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

ul.raf-list li:before {
    content: url("/img/raf-list.svg");
    width: 14px;
    height: 10px;
    margin: 0 15px 0 0;
}

/* Download section */
.raf-section-download {
    background: #DAA520;
}

.raf-section-download .raf-section-inner {
    padding: 70px 0;
}

.raf-section-download .raf-section-title {
    margin: 0 0 10px;
    color: #fff;
}

.raf-section-download h2 {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    color: #0F0F0F;
    letter-spacing: 0;
}

.raf-btn-holder {
    display: flex;
    justify-content: center;
}

.raf-download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    max-width: 364px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    background: rgba(0,0,0,1);
    color: #fff;
    transition: all 0.3s;
}

.raf-download-btn:hover {
    background: rgba(0,0,0,0.8);
    color: #DAA520;
}

.raf-download-btn.raf-btn-gold {
    background: rgba(218, 165, 32, 1);
    color: #fff;
}

.raf-download-btn.raf-btn-gold:hover {
    background: rgba(218, 165, 32, 0.8);
    color: #fff;
}


/* Thankyou page section*/
.raf-section-thankyou {
    background-image: url('/img/total-wellness/eBook_1_banner_bgd.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.raf-section-thankyou .raf-section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    text-align: center;
}

.raf-section-thankyou .raf-thankyou {
    width: 472px;
    padding: 50px 0;
}

.raf-section-thankyou .raf-thankyou-title {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.raf-section-thankyou .raf-thankyou-subtitle {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.01em;
}

/* MEDIUM Breakpoint */
@media only screen and (max-width: 900px) {
    .raf-section {
        padding: 0 32px;
    }

    .raf-section-cta {
        background: none;
        padding: 0;
    }

    .raf-section-cta .raf-section-inner {
        justify-content: center;
    }

    .raf-section-cta .raf-cta {
        width: 100%;
        padding: 0;
    }

    .raf-section-cta .raf-cta-header {
        display: flex;
        justify-content: center;
        padding: 0 32px;
        background-image: url('/img/total-wellness/eBook_1_banner_bgd.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .raf-section-cta .raf-cta-header-inner {
        padding: 50px 0 0;
        text-align: center;
    }

    .raf-section-cta .raf-cta-title-1 {
        margin: 0 0 40px;
    }

    .raf-section-cta .raf-cta-title-2 {
        margin: 0 0 40px;
        font-size: 36px;
        line-height: 43px;
    }

    .raf-section-cta .raf-cta-title-3 {
        margin: 0 0 32px;
        font-size: 20px;
        line-height: 28px;
    }

    .raf-section-cta .raf-cta-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 57px 0 43px;
        background: #F0F0F0;
    }

    .raf-section-cta .raf-cta-form form {
        width: 100%;
    }

    .raf-section-cta .raf-form-after {
        color: #686663;
        text-align: center;
    }
}

/* SMALL Breakpoint */
@media only screen and (max-width: 600px) {

    .raf-section .raf-section-title {
        font-size: 17px;
        line-height: 19px;
        text-align: left;
        letter-spacing: 0.1em;
    }

    .raf-section-ses .raf-section-title {
        margin: 52px 0 27px;
    }

    .raf-section-ses .raf-ses-desc {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.01em;
        text-align: left;
    }

    .raf-section-ses .raf-ses-imgs {
        flex-direction: column;
    }

    .raf-section-ses .raf-ses-img {
        width: 100%;
        margin: 0 0 15px;
    }

    .raf-section-inc .raf-section-title {
        margin: 45px 0 25px;
    }

    .raf-section-inc .raf-list {
        column-count: 1;
        column-gap: 0;
        margin: 0 0 30px;
    }

    ul.raf-list li {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 0.01em;
    }

    .raf-section-download .raf-section-title {
        text-align: center;
        margin: 0 0 20px;
    }

    .raf-section-download h2 {
        margin: 0 0 27px;
    }

}