@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@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', '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;
}

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;
    }
}

.ftf-logo {
    background-color: #222222;
    min-height: 74px;
}

.ftf-logo .logo-block {
    padding-top: 11px;
    padding-bottom: 11px;
}

.ftf-logo .text-block {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ftf-logo .text-block h2 {
    margin: 0px;
    font-size: 26px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .ftf-logo .text-block h2 {
        font-size: 36px;
        line-height: 50px;
    }
}

.ftf-hero,
.ftf-thanks {
    background: url('../img/hero.jpg') #180a24;
    background-size: cover;
    padding: 0px;
    color: #FFFFFF;
}

.ftf-hero .container,
.ftf-thanks .container {
    background-image: url('../img/Swoosh-white.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 20px;
    padding-bottom: 70px;
}

@media (max-width: 768px) {
    .ftf-thanks .container {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {

    .ftf-hero .container,
    .ftf-thanks .container {
        background-size: 100% auto;
    }
}

#offer-countdown,
.offer-countdown {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.counter-group {
    background-color: #222222;
}

.counter-block::before {
    display: none;
}

.counter-group::before {
    display: none;
}

.counter-group .counter-block {
    width: 76px;
    margin: 0;
}

.counter-block .counter {
    border-radius: 0px;
    border: none;
    height: 50px;
}

.counter-block .counter::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;
}

.counter-block .counter::after {
    display: none;
}

.counter-block .counter.days::before {
    display: none;
}

.counter-block .counter .number.hundreds {
    display: none !important;
}

.counter-block .counter .number.tens {
    width: 55%;
    text-align: right;
}

.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 {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 46px;
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}

.counter-block .counter-caption {
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    font-family: 'Gotham Book Regular', 'gothambook', 'Open Sans', Arial !important;
}

.ftf-social {
    background: #efefef;
    padding-top: 20px;
    padding-bottom: 30px;
}

.ftf-learn .row {
    background: none;
    padding: 20px 0;
}

.ftf-learn .row .row {
    padding: 0;
}

@media (min-width: 768px) {
    .ftf-learn .row {
        padding: 30px 0;
    }
.ftf-learn .row .row {
    padding: 0;
}

}

.ftf-about {
    color: #FFFFFF;
    background-color: #2e2e2f;
}

.ftf-about .container {
    padding-top: 20px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .ftf-about {
        background-image: url(../img/aboutBG-right.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .ftf-about .container {
        padding-top: 50px;
        padding-bottom: 115px;
    }
}

@media (min-width: 992px) {
    .ftf-about {
        background-image: url(../img/aboutBG-left.png), url(../img/aboutBG-right.png);
        background-position: top center, top center;
        background-size: auto 100%, auto 100%;
        background-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;
    }
}

.lightGreyBG {
    background-color: #f8f8f8;
}

.img-circle {
    border: none;
}

@media (min-width: 1200px) {
    .padding0-lg {
        padding: 0 !important;
    }

    .padding30l-lg {

        padding-left: 30px !important;
    }
}

hr.blue {
    border-top: 1px solid rgba(39, 72, 101, 0.2);
}

hr.white {
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.ftf-final-cta {
    padding: 30px 0 0;
    background-image: url(../img/ctaBG.jpg);
    background-repeat: no-repeat;
    background-position: bottom 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 30px;
    counter-reset: section;
}

@media (min-width: 768px) {
    .manus-list {
        padding: 0 0 0 48px;
    }
}

.manus-list li {
    margin-bottom: 30px;
}

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;
}

@media (min-width: 768px) {
    ul.manus-list li:after {
        left: -48px;
    }
}

ul.manus-list li.noimage:after {
    content: "";
    background: none;
    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%;
}

/* Begin Gold Button*/
.btn-gold {
    font-weight: bold;
    background-color: #d7a538;
    border-radius: 30px;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus,
.btn-gold.focus {
    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;
}

@media (max-width: 767px) {
    .btn-gold.btn-hg {
        padding: 15px 15px;
        font-size: 20px !important;
        line-height: 28px;
    }

    .btn-234 {
        display: block;
        margin: 0px auto;
    }
}

/*End Gold Button*/

.text-white {
    color: #FFFFFF !important;
}

.text-purple {
    color: #8a68a6 !important;
}

.text-dark-grey {
    color: #444444 !important;
}

.text-light-grey {
    color: #606060 !important;
}

.text-orange {
    color: #d7a538 !important;
}

.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;
}

.paddingt0 {
    padding-top: 0px !important;
}

.paddingb0 {
    padding-bottom: 0px !important;
}

.text-green {
    color: #5d9b60 !important;
}

@media (min-width: 768px) {
    img.heroShot {
        margin-left: -20px;
    }
}

.input-number {
    line-height: 20px;
    width: 120px;
}

body p {
    line-height: 28px;
}

@media (max-width: 767px) {
    .visible-xs.total-container {
        display: none;
    }
}