@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face {
    font-family: 'gothamblack';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-black-webfont.woff') format('woff'),
        url('../fonts/gotham-black-webfont.ttf') format('truetype'),
        url('../fonts/gotham-black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamBlack {
    font-family: 'Gotham Black Regular', 'gothamblack', 'Open Sans', Arial !important;
}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.eot');
    src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-bold-webfont.woff') format('woff'),
        url('../fonts/gotham-bold-webfont.ttf') format('truetype'),
        url('../fonts/gotham-bold-webfont.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamBold {
    font-family: 'Gotham Bold Regular', 'gothambold', 'Open Sans', Arial !important;
}

@font-face {
    font-family: 'gothamextra_light';
    src: url('../fonts/gotham-extralight-webfont.eot');
    src: url('../fonts/gotham-extralight-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-extralight-webfont.woff') format('woff'),
        url('../fonts/gotham-extralight-webfont.ttf') format('truetype'),
        url('../fonts/gotham-extralight-webfont.svg#gothamextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamLight {
    font-family: 'Gotham ExtraLight Regular', 'gothamextra_light', 'Open Sans', Arial !important;
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham-book-webfont.woff') format('woff'),
        url('../fonts/gotham-book-webfont.ttf') format('truetype'),
        url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

.gothamBook {
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}

@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TrajanPro-Regular.woff') format('woff'),
        url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
        url('../fonts/TrajanPro-Regular.svg#TrajanPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

.trajanPro {
    font-family: "Trajan Pro", "TrajanPro", Arial, sans-serif !important;
}

.raleWay {
    font-family: "RaleWay", "Open Sans", Arial, sans-serif !important;
}

.openSans {
    font-family: 'Open Sans', Arial, sans-serif !important;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

p {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 30px;
    }
}

a {
    color: #248bd3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
}

a:hover,
a:active {
    color: #C67F07;
}

.ftf-logo {
    background-color: #222222;
}

@media (min-width: 768px) {
    .ftf-logo {
        min-height: 74px;
    }
}

.ftf-logo .logo-block {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .ftf-logo .logo-block {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.ftf-logo .text-block {
    padding-top: 6px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .ftf-logo .text-block {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.ftf-logo .text-block h2 {
    margin: 0px;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .ftf-logo .text-block {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .ftf-logo .text-block h2 {
        font-size: 36px;
        line-height: 36px;
    }
}

.ftf-logo .img-responsive {
    margin-bottom: 0px;
}

.ftf-arrowbar {
    display: block;
    text-align: center;
}

.ftf-arrowbar .step-1 {
    background-color: #4fba6f;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ftf-arrowbar .step-1 h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
}

.ftf-arrowbar .step-2 {
    line-height: 24px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(../img/greenArrow-down.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.ftf-arrowbar .step-2 h4 {
    color: #000000;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
}

@media (min-width: 768px) {
    .ftf-arrowbar .step-1 {
        /*min-height: 76px;*/
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ftf-arrowbar .step-2 {
        /*min-height: 76px;*/
        padding-top: 5px;
        padding-bottom: 5px;
        background-image: url(../img/greenArrow-right.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: auto auto;
    }
}

.ftf-hero,
.ftf-thanks {
    background: url('../img/hero.jpg') #c08147;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 0px;
    color: #FFFFFF;
}

.ftf-hero2 {
    background: url('../img/hero2.jpg') #40343e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    color: #FFFFFF;
}

.ftf-hero .container,
.ftf-hero2 .container {
    padding-top: 5px;
    padding-bottom: 65px;
}

@media (min-width: 768px) {
    .ftf-hero .container {
        padding-top: 35px;
        padding-bottom: 265px;
    }

    .ftf-hero2 .container {
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .ftf-hero .container,
    ftf-hero2 .container {
        background-size: 100% auto;
    }
}

.ftf-hero3 .container {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url('../img/Swoosh-white.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.videocontainer {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.videocontainer {
    width: 700px;
}

.videocontainer-2 {
    width: 750px;
}

#offer-countdown,
.offer-countdown,
body .pt_countdown {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.counter-group,
.pt_countdown,
div.pt_count_item {
    background-color: #222222;
}

.counter-block::before,
.pt_countdown .pt_count_item::before {
    display: none;
}

.counter-group::before,
.pt_countdown::before {
    display: none;
}

.counter-group .counter-block,
.pt_countdown .pt_count_item {
    width: 76px;
    margin: 0;
    position: relative;
    padding: 0;
    display: inline-block;
}

.counter-block .counter {
    border-radius: 0px;
    border: none;
    height: 50px;
}

.counter-block .counter::before,
.pt_countdown .pt_count_item:before {
    content: ":";
    border: none;
    font-size: 30px;
    margin-top: -15px;
    width: 5px;
    left: 0px;
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
    color: #FFFFFF;
    background: transparent;
    z-index: 9999;
    font-weight: bold;
    height: 20px;
    display: block;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 10px;
    z-index: 111;
}

.pt_countdown .pt_count_item:before {
    top: 12%;
}

.counter-block .counter::after {
    display: none;
}

.counter-block .counter.days::before,
.pt_countdown .pt_count_item.pt_count_days:before {
    display: none;
}

.counter-block .counter .number.hundreds {
    display: none !important;
}

.counter-block .counter .number.tens {
    width: 55%;
}

.counter-block .counter .tens {
    padding-left: 13%;
}

.counter-block .counter .number.units {
    width: 43%;
}

.counter-block .counter .units {
    padding-right: 0%;
}

.counter-block .counter .number,
.pt_countdown .pt_count_item {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}

.counter-block .counter-caption,
.pt_countdown .pt_count_item span {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    padding-left: 10px;
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
    color: #949494;
    text-align: center;
    letter-spacing: normal;
    font-weight: normal;
}

.pt_countdown .pt_count_item span {
    padding-left: 0;
}

.ftf-social {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 30px;
}

.ftf-book {
    color: #FFFFFF;
    background-color: #62585b;
    background-image: url('../img/Swoosh-dark.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media (min-width: 768px) {
    .ftf-book {
        background-image: url('../img/book.png'), url('../img/Swoosh-dark.png');
        background-position: top center, top center;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% auto, 100% auto;
    }
}

@media (min-width: 1200px) {
    .ftf-book {
        background-size: auto 100%, auto auto;
    }
}

.ftf-book .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .ftf-book .row {
        background: none;
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.ftf-intro {
    background: #fff;
    background-image: url('../img/ftf-intro.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-intro .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .ftf-intro {
        background-position: 80% bottom;
    }

    .ftf-intro .row {
        background: none;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

.ftf-learn {
    background: #fff;
    background-image: url('../img/ftf-learn.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-learn .row,
.ftf-learn-2 .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .ftf-learn {
        background-position: left top;
    }

    .ftf-learn .row {
        background: none;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.ftf-dark-blue {
    color: #fff;
    background-color: #f7f0e9;
    background-image: url('../img/ftf-dark-blue.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-dark-blue .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-mind {
    background-color: #000000;
    background-image: url('../img/ftf-mind.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-mind .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-need {
    background-color: #cfd8d7;
    background-image: url('../img/ftf-need.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-need .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-bonus {
    background-color: #433e3a;
    color: #fff;
    background-image: url('../img/ftf-bonus.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-bonus .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-celebrity .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-celebrity .row .row {
    padding-top: 0;
    padding-bottom: 10px;
}

.ftf-dark-gray {
    color: #FFFFFF;
    background-color: #222;
}

.ftf-dark-gray .row {
    padding-top: 35px;
    padding-bottom: 45px;
}

.ftf-light-gray {
    background-color: #f8f8f8;
}

.ftf-light-gray .row {
    padding-top: 40px;
    padding-bottom: 50px;
}

.ftf-light-gray .row.testimonial {
    padding-top: 0;
    padding-bottom: 0;
}

.ftf-bonus-1,
.ftf-bonus-2,
.ftf-bonus-3 {
    color: #FFFFFF;
    background-color: #343259;
}

.ftf-bonus-2 {
    background-color: #795b93;
}

.ftf-bonus-3 {
    background-color: #9c3b3c;
}

.ftf-bonus-1 .row,
.ftf-bonus-2 .row,
.ftf-bonus-3 .row {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ftf-guarantee {
    color: #FFFFFF;
    background-color: #2e2e2f;
    background-image: url('../img/Swoosh-left.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.ftf-training {
    color: #FFFFFF;
    background-color: #141412;
    background-image: url('../img/ftf-training.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ftf-training .row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ftf-gradient {
    background-image: -webkit-linear-gradient(135deg, #f5f5f5 20%, #c5c5cc 100%);
    background-image: -o-linear-gradient(135deg, #f5f5f5 20%, #c5c5cc 100%);
    background-image: linear-gradient(135deg, #f5f5f5 20%, #c5c5cc 100%);
}

.ftf-case-study-gradient {
    background-image: -webkit-linear-gradient(135deg, #a31a21 20%, #5f0207 100%);
    background-image: -o-linear-gradient(135deg, #a31a21 20%, #5f0207 100%);
    background-image: linear-gradient(135deg, #a31a21 20%, #5f0207 100%);
    color: #fff;
    border-radius: 10px;
}

@media (max-width:768px) {
    .ftf-case-study-gradient {
        margin-left: 10px;
        margin-right: 10px;
   		width: auto;
    }
}

.ftf-gradient .row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ftf-gradient .row.testimonial {
    padding-top: 10px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .ftf-gradient .row {
        background: none;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .ftf-gradient .row.testimonial {
        padding-top: 10px;
        padding-bottom: 0;
    }

}

.ftf-guarantee {
    color: #FFFFFF;
    background-color: #2e2e2f;
}

.ftf-guarantee .container {
    padding-top: 20px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .ftf-guarantee {
        background-image: url(../img/guaranteeBG-right.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .ftf-guarantee .container {
        padding-top: 50px;
        padding-bottom: 115px;
    }
}

@media (min-width: 992px) {
    .ftf-guarantee {
        background-image: url(../img/guaranteeBG-left.png), url(../img/guaranteeBG-right.png);
        background-position: top center, top center;
        background-size: auto auto, auto auto;
        background-repeat: no-repeat, no-repeat;
    }
}

@media (min-width: 1334px) {
    .ftf-guarantee {
        background-position: top left, top right;
    }
}

.moduleBox {
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    background: #a41a21;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a41a21 30%, #82030a 81%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a41a21 30%, #82030a 81%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a41a21 30%, #82030a 81%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a41a21', endColorstr='#82030a', GradientType=0);
    /* IE6-9 */
}

.moduleText {
    padding: 20px;
}

.moduleBox h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin: 0px 0px 25px;
}

.moduleBox p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}

.moduleBox .graphicBox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .moduleBox {
        display: table;
    }

    .moduleBox .moduleText,
    .moduleBox .graphicBox {
        display: table-cell;
    }

    .moduleBox .moduleText {
        width: 63%;
        padding: 40px 20px 40px 40px;
    }

    .moduleBox .graphicBox {
        width: 37%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .moduleBox .graphicBox {
        min-height: 286px;
    }
}

.ftf-video-testimonials {
    background: #ebebeb;
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .ftf-video-testimonials {
        padding: 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .ftf-video-testimonials {
        padding: 40px 0 0;
    }
}

.ftf-quotes {
    background: #FFFFFF;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .ftf-quotes {
        padding: 60px 0 30px;
    }
}

.ftf-platform {
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/ftf-platform.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .ftf-platform {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.ftf-enroll {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .ftf-enroll {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.ftf-students {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../img/ftf-students.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .ftf-students {
        padding-top: 60px;
        padding-bottom: 90px;
    }
}

.ftf-students blockquote {
    width: 866px;
    max-width: 100%;
    margin: 0px auto 20px;
    padding: 10px;
    border: none;
    background-color: #FFFFFF;
}

@media (min-width: 768px) {
    .ftf-students blockquote {
        padding: 30px;
    }
}

.ftf-students blockquote h3 {
    font-weight: 24px;
    line-height: 28px;
    margin: 0px 0px 30px;
    font-family: 'Gotham Bold Regular', 'gothambold', 'Open Sans', Arial !important;
    color: #242424;
}

.ftf-students blockquote p {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
}

.ftf-students blockquote p.text-right {
    margin-bottom: 0px;
}

.divider {
    border-bottom: 1px #c5c5cc solid;
}

.divider-2 {
    border-bottom: 1px #fff solid;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .divider {
        margin-left: -10px;
    }
}

.ftf-module-header {
    background-image: url(../img/ftf-module-header-01.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.ftf-module-header-02 {
    background-image: url(../img/ftf-module-header-02.jpg);
}

.ftf-module-header-03 {
    background-image: url(../img/ftf-module-header-03.jpg);
}

.ftf-module-header-04 {
    background-image: url(../img/ftf-module-header-04.jpg);
}

.ftf-module-header .row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftf-about {
    color: #FFFFFF;
    background-color: #2e2e2f;
    background-image: url(../img/aboutBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ftf-about .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .ftf-about {
        background-image: url(../img/aboutBG-right.png), url(../img/aboutBG.jpg);
        background-position: bottom right, center center;
        background-size: 100% auto, cover;
        background-repeat: no-repeat, no-repeat;
    }

    .ftf-about .container {
        padding-top: 75px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .ftf-about {
        background-image: url(../img/aboutBG-left.png), url(../img/aboutBG-right.png), url(../img/aboutBG.jpg);
        background-position: top center, bottom right, center center;
        background-size: auto 100%, 100% auto, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }

    .ftf-about-2 {
        background-image: url(../img/aboutBG-left.png), url(../img/aboutBG-right-new.png), url(../img/aboutBG.jpg);
        background-position: top center, bottom right, center center;
        background-size: auto 100%, 100% auto, cover;
        background-repeat: no-repeat, no-repeat, no-repeat;

    }
}

@media (min-width: 1468px) {
    .ftf-about {
        background-position: top left, top right;
    }
}

.ftf-quotes {
    background: #FFFFFF;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .ftf-quotes {
        padding: 60px 0 30px;
    }
}

.img-circle {
    border: none;
}

hr.blue {
    border-top: 1px solid rgba(39, 72, 101, 0.2);
}

hr.white {
    border-top: 1px solid rgba(255, 255, 255, 1);
}

hr.greay {
    border-top: 1px solid #d4dae0;
}

.ftf-final-cta {
    padding: 30px 0 0;
    background-image: url(../img/ctaBG.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.ftf-final-cta .copy {
    padding: 20px 0;
}

.ftf-event-details {
    background-image: none;
    background-color: #2c2c2c;
}

.ftf-event-details .workBookBox {
    background-color: #222222;
}

#footer {
    background-color: #111111;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 100;
    padding: 25px 0px;
}

#footer p {
    margin: 0 0 20px;
}

.greyLinks {
    color: #6c6b6b;
}

#footer .greyLinks a {
    padding: 0px;
    color: #6c6b6b;
    text-decoration: none;
}

#footer .greyLinks a:hover {
    padding: 0px;
    color: #FFFFFF;
    background-color: transparent;
}

#footer .goldLinks a {
    padding: 0px;
    color: #b59f73;
    text-decoration: none;
}

#footer .goldLinks a:hover {
    padding: 0px;
    color: #FFFFFF;
    background-color: transparent;
}

#footer .navSpacer {
    display: inline-block;
    width: 30px;
    height: 1px;
}

.copyright {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footerSocial {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 0;
    text-align: center;
}

#footer .footerSocial a {
    display: inline-block;
    padding: 0px 10px;
    font-size: 20px;
    color: #FFFFFF;
}

#footer .footerSocial a:hover {
    padding: 0px 10px;
    color: #b59f73;
    background-color: transparent;
}

#footer .disclaimer {
    padding: 0px;
    font-size: 12px;
}

#footer .disclaimer p {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

#footer .disclaimer sup {
    font-size: 7px;
}

.manus-list {
    list-style: none;
    padding: 0 0 0 40px;
    counter-reset: section;
}

.plain-list {
    padding: 0 0 0 20px;
}

@media (min-width: 768px) {
    .manus-list {
        padding: 0 0 0 70px;
    }
}

.manus-list li,
.plain-list li {
    margin-bottom: 30px;
    position: relative;
}

ul.manus-list li:after {
    content: " ";
    background: url('../img/bullet.png') no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 2px;
    color: #222222;
    font-size: 20px;
    font-family: FontAwesome !important;
}

ul.manus-list li:before {
    display: none;
}

ul.manus-list-white li:after {
    background: url('../img/bullet-white.png') no-repeat;
}

ul.manus-list.grey-check li:after {
    color: #afafaf;
}

.manus-list-padding {
    padding-left: 10px;
}

@media (min-width: 768px) {
    ul.manus-list li:after {
        left: -48px;
    }

    .manus-list-padding {
        padding-left: 22px;
    }
}

ul.manus-list li.noimage:after {
    content: "";
    display: none;
}

.ategoogle,
.ateappleical,
.ateoutlook,
.ateyahoo {
    width: 25%;
    height: 77px;
    margin: 0px;
    color: rgba(255, 255, 255, 0);
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.ategoogle {
    background-image: url(../img/calendarIcon-google.png);
}

.ateappleical {
    background-image: url(../img/calendarIcon-iCal.png);
}

.ateoutlook {
    background-image: url(../img/calendarIcon-outlook.png);
}

.ateyahoo {
    background-image: url(../img/calendarIcon-yahoo.png);
}

@media(max-width:768px) {

    .ategoogle,
    .ateappleical,
    .ateoutlook,
    .ateyahoo {
        width: 50%;
        display: inline-block;
        margin-bottom: 5px;
    }
}

.ategoogle:hover,
.ateappleical:hover,
.ateoutlook:hover,
.ateyahoo:hover,
.ategoogle:focus,
.ateappleical:focus,
.ateoutlook:focus,
.ateyahoo:focus,
.ategoogle:active,
.ateappleical:active,
.ateoutlook:active,
.ateyahoo:active {
    color: rgba(255, 255, 255, 0);
    background-color: #222222;
    text-decoration: none;
    border: none;
    padding: 0px;
}

.addthisevent-drop:hover,
.addthisevent-drop:hover,
.addthisevent-drop:hover,
.addthisevent-drop:hover {
    text-decoration: none;
}

.wtb-ew-v1,
.wtb-ew-outside,
.wtb-ew-locations,
.wtb-ew-bottom {
    max-width: 100%;
}

.bookModal .modal-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.bookModal .modal-header {
    padding: 0px;
    border: none;
}

@media(min-width:768px) {
    .bookModal .modal-body {
        padding: 35px 45px;
    }
}

.bookModal button.close {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 2px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
    opacity: 1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: -12px;
    margin-right: -12px;
    margin-bottom: -18px;
    font-size: 24px;
    font-weight: 200;
    padding: 0px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bookModal .text-box {
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 15px;
    color: #686868;
    font-size: 17px;
    box-sizing: content-box;
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.bookModal .modal-content input.form-control {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 0 33px 0 0;
    box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 20px;
    color: #686868;
    font-size: 17px;
    line-height: 20px;
    transition: none;
}

.bookModal .modal-content input[type=text] {
    background-image: url(../img/user.png);
}

.bookModal .modal-content input[type=email] {
    background-image: url(../img/mail.png);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

/* Begin Gold Button*/
.btn-gold {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #d7a538;
    border-radius: 30px;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus,
.btn-gold.focus {
    color: #FFFFFF;
    background-color: #b48828;
}

.btn-gold.btn-lg {
    padding: 10px 43px;
}

.btn-gold.btn-hg {
    padding: 15px 43px;
    font-size: 28px;
    line-height: 36px;
}

.btn-234 {
    width: 234px;
    max-width: 100%;
    text-align: center;
}

.btn-270 {
    width: 270px;
    max-width: 100%;
    text-align: center;
}

.btn-300 {
    width: 300px;
    max-width: 100%;
    text-align: center;
}

.btn-430 {
    width: 430px;
    max-width: 100%;
    text-align: center;
}

.btn-355 {
    width: 355px;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .btn-gold.btn-hg {
        padding: 15px 15px;
        font-size: 20px !important;
        line-height: 28px;
    }

    .btn-234,
    .btn-355,
    .btn-430 {
        display: inline-block;
    }

    .text-center-xs {
        text-align: center;
    }
}

/*End Gold Button*/

/* Begin purple Button*/
.btn-purple {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #7e5dc6;
    border-radius: 30px;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus,
.btn-purple.focus {
    color: #FFFFFF;
    background-color: #310d80;
}

.btn-purple.btn-lg {
    padding: 10px 43px;
}

.btn-purple.btn-hg {
    padding: 15px 43px;
    font-size: 28px;
    line-height: 36px;
    margin: 7px auto;
}

@media (max-width: 767px) {
    .btn-purple.btn-hg {
        padding: 15px 15px;
        font-size: 20px !important;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .btn-purple.btn-hg {
        margin: 0 7px;
    }
}

/*End purple Button*/

/* Begin outline Button*/
.btn-outline {
    color: #FFFFFF;
    font-weight: bold;
    background-color: transparent;
    border: 2px #fff solid;
    border-radius: 30px;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.focus {
    color: #b48828;
    border-color: #fff;
    background: #fff;
}

.btn-outline.btn-lg {
    padding: 10px 43px;
}

.btn-outline.btn-hg {
    padding: 15px 43px;
    font-size: 28px;
    line-height: 34px;
    margin: 7px auto;
}

.btn-outline.btn-270 {
    width: 268px;
}

@media (max-width: 767px) {
    .btn-outline.btn-hg {
        padding: 15px 15px;
        font-size: 20px !important;
        line-height: 28px;
    }
}

@media (min-width: 768px) {
    .btn-outline.btn-hg {
        margin: 0 7px;
    }
}

/*End outline Button*/

.lightGreyBG {
    background-color: #f2f2f2;
}

.text-white {
    color: #FFFFFF !important;
}

.text-red {
    color: #ff2222 !important;
}

.text-purple {
    color: #8a68a6 !important;
}

.text-dark-grey {
    color: #444444 !important;
}

.text-light-grey {
    color: #606060 !important;
}

.text-lighter-grey {
    color: #888888 !important;
}

.text-orange {
    color: #d7a538 !important;
}

.text-gold {
    color: #b59f73 !important;
}

.font83 {
    font-size: 83px !important;
}

.line80 {
    line-height: 80px !important;
}

.line99 {
    line-height: 99px !important;
}

.greenBG {
    background-color: #4fba6f !important;
}

.greenBox {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    background-color: #4fba6f !important;
    padding: 13px;
}

.ftf-final-cta .text-light-grey {
    color: #afb0b0 !important;
}

.letterspacing0 {
    letter-spacing: 0px;
}

.letterspacing1 {
    letter-spacing: 1px;
}

.letterspacing2 {
    letter-spacing: 2px;
}

.nomargin {
    margin: 0px !important;
}

.nomargin-t {
    margin-top: 0px !important;
}

.nomargin-b {
    margin-bottom: 0px !important;
}

.padding0 {
    padding: 0px !important;
}

.paddingt0 {
    padding-top: 0px !important;
}

.paddingb0 {
    padding-bottom: 0px !important;
}

.padding10 {
    padding: 10px;
}

.paddingt10 {
    padding-top: 10px;
}

.paddingb10 {
    padding-bottom: 10px;
}

.padding20 {
    padding: 20px;
}

.paddingt20 {
    padding-top: 20px;
}

.paddingb20 {
    padding-bottom: 20px;
}

.weight100 {
    font-weight: 100 !important;
}

.weight200 {
    font-weight: 200 !important;
}

.weight300 {
    font-weight: 300 !important;
}

.weight400 {
    font-weight: 400 !important;
}

.weight500 {
    font-weight: 500 !important;
}

.weight600 {
    font-weight: 600 !important;
}

.weight700 {
    font-weight: 700 !important;
}

.weight800 {
    font-weight: 800 !important;
}

.weight900 {
    font-weight: 900 !important;
}

.upperCase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.letterspacing01 {
    letter-spacing: 0.1em;
}

.img-container-overlap {
    position: relative;
    margin-top: -50px;
    margin-bottom: -15px;
    z-index: 800;
}

.img-container-overlap-2 {
    margin-top: -90px;
}

@media (min-width: 768px) {
    .img-container-overlap {
        margin-top: -200px;
        margin-bottom: -15px;
        z-index: 800;
    }

}

.box-outline {
    border: 5px #fff solid;
    font-size: 99px;
    line-height: 148px;
    height: 160px;
    text-align: center;
    width: 160px;
    margin: 10px auto;
    max-width: 100%;
}

.box-outline-blue {
    border: 2px #009edb solid;
    padding: 18px 20px 25px;
}

.module-title {
    position: relative;
}

.module-title span {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
    z-index: 80;
    position: relative;

}

.module-title:before {
    background: #797979;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    content: " ";
    left: 0;
}

.panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(270deg, #444444 0%, #2e2e2f 100%);
    background-image: -o-linear-gradient(270deg, #444444 0%, #2e2e2f 100%);
    background-image: linear-gradient(270deg, #444444 0%, #2e2e2f 100%);
    color: #fff;
    padding: 15px 20px 15px 65px;
    border-radius: 0;
    position: relative;
}

.panel-default>.panel-heading h3 a:before {
    content: "+";
    border: none;
    width: auto;
    left: 22px;
    top: 15px;
    width: 23px;
    text-align: center;
    position: absolute;
    font-size: 37px;
    color: #FFFFFF;
    background: transparent;
    z-index: 9999;
}

.panel-default>.panel-heading h3 a.collapsed:before {
    content: "-";
    top: 10px;
}

.panel-body {
    padding: 15px 20px 15px 65px;
    border: none !important;
}

.order .row {
    padding: 20px 0;
    margin: 0 10px;
}

.order .btn {
    max-width: 90% !important;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .order .row {
        margin: 0 -50px;
    }
}

.order-option {
    background: #f1f1f1;
    margin: 15px 0;
    padding: 0;
}

.order-option-title {
    background: #d5d5d5;
    padding: 0 0;
}

.order-option-highlight {
    background: #edebeb;
    margin: 0;
    padding: 0 0 10px;
    -webkit-box-shadow: 0px 0px 32px 0 #9e9e9e;
    -moz-box-shadow: 0px 0px 32px 0 #9e9e9e;
    box-shadow: 0px 0px 32px 0 #9e9e9e;
}

.order-option-title-highlight {
    background: #6fa5a2;
    color: #fff;
}


.ftf-bonus-extra {
    color: #FFFFFF;
    background-color: #5783c2;
    background-image: url('../img/bonus.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: relative;
}

.ftf-bonus-extra:before {
    content: " ";
    width: 100%;
    min-height: 544px;
    position: absolute;
    top: 0;
    background-image: url('../img/bonus-top.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

.ftf-bonus-extra .container {
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .ftf-bonus-extra .container {
        padding-top: 60px;
        padding-bottom: 30px;
    }

}

.ftf-bonus-title {
    background: url('../img/bonus-title-sm.png') no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    min-height: 218px;
    box-sizing: border-box;
    padding-top: 70px;
    position: relative;
    max-width: 746px;
    margin: 0 auto;
}

.ftf-bonus-value {
    background: url('../img/bonus-value.png') no-repeat;
    background-position: center top;
    position: absolute;
    top: -40px;
    width: 116px;
    height: 116px;
    right: 0;
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
}

.ftf-bonus-extra .font55 {
    font-size: 35px !important;
}

@media (min-width: 480px) {
    .ftf-bonus-title {
        background: url('../img/bonus-title.png') no-repeat;
        background-position: center top;
        background-size: contain;
        min-height: 218px;
        padding-top: 60px;
    }

    .ftf-bonus-title h2 {
        line-height: 50px;
    }

    .ftf-bonus-value {
        top: -20px;
    }

}

@media (min-width: 768px) {
    .ftf-bonus-title {
        padding-top: 80px;
    }

    .ftf-bonus-value {
        top: 0;
        right: 45px;
    }

    .ftf-bonus-extra .font55 {
        font-size: 55px !important;
        line-height: 50px !important;
    }

}

.ftf-bonus-headline {
    position: relative;
    z-index: 40;
}

.ftf-bonus-extra p.ftf-bonus-tagline {
    margin: -35px 0 5px;
    position: relative;
    z-index: 4;
}

.ftf-bonus-divider {
    height: 2px;
    background: #565e8a;
    margin-bottom: 40px;
}

.ftf-bonus-extra p {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .ftf-bonus-extra .manus-list {
        padding: 0 0 0 50px;
    }
}

.paymentBox {
    display: block;
    clear: both;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.paymentContent {
    padding: 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.paymentBox .paymentPlan {
    background-color: #f1f1f1;
    color: #4c4d4d;
    margin-bottom: 22px;
}

.paymentBox .paymentSingle {
    background-color: #edebeb;
    color: #4c4d4d;
    -moz-box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
    -webkit-box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
    box-shadow: 0px 0px 32px 16px rgba(130, 113, 157, 0.3);
}

.paymentBox .paymentPlan h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
    display: block;
    background-color: #d5d5d5;
    margin: 0px;
}

.paymentBox .paymentSingle h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
    background-color: #6fa5a2;
    display: block;
    margin: 0px;
}

@media (min-width:768px) {
    .paymentBox .paymentPlan {
        width: 50%;
        float: left;
        min-height: 375px;
        margin-top: 16px;
    }

    .paymentBox .paymentSingle {
        width: 50%;
        float: right;
        min-height: 413px;
    }
}

.box-gold {
    background: #e1c898;
    padding: 45px 55px 35px;
    margin-bottom: 30px;
}

.visible-lg {
    display: none !important;
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

.letterspacing05 {
    letter-spacing: -0.005em;
    text-align: justify;
}

.letterspacing05-center {
    letter-spacing: -0.005em;
    text-align: center;
}


.bonus-countdown {
    background: #222222;
    max-width: 520px;
    margin: 0 auto;
    padding: 10px 15px;
}

@media (min-width: 992px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
}

.ftf-notifications {
    background-color: #ff0000;
    padding: 3px 0;
}

@media (min-width: 992px) {
    .ftf-notifications {
        padding: 12px 0;
    }
}

.text-white {
    color: #FFFFFF !important;
}

.ftf-notifications .counter-block .counter-caption {
    color: #fff;
    font-size: 10px;
}

.ftf-notifications .counter-group {
    background-color: transparent;
}

@media (max-width: 991px) {
    .center-sm {
        text-align: center;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    body.notifications-active {
        padding-top: 168px;
    }

    .ftf-notifications {
        position: fixed;
        width: 100%;
        z-index: 8000;
        top: 0;
    }
}

@media (min-width: 992px) {
    body.notifications-active {
        padding-top: 98px;
    }

    .ftf-notifications {
        position: fixed;
        width: 100%;
        z-index: 8000;
        top: 0;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.text-justify {
    text-align: justify;
}

@media (max-width: 480px) {
    .paddingr0xs {
        padding-right: 0px !important;
    }
}

blockquote.ftf-case-study-quote {
    margin-left: 10px;
    border-left: 7px #d3212a solid;
    padding-left: 14px;
    padding-right: 0;
    background: none !important;
}

.ftf-students blockquote.ftf-case-study-quote p {
    color: #fff;
}

@media (min-width: 768px) {
    blockquote.ftf-case-study-quote {
        margin-left: 60px;
    }
}