@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;
}
.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;
}
a:hover,
a:active {
  color: #c67f07;
}
.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: 18px;
  line-height: 24px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .ftf-logo .text-block h2 {
    font-size: 24px;
    line-height: 50px;
  }
}
.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;
}

@media (max-width: 468px) {
  .ftf-arrowbar .step-1 {
    border-bottom: #4fba6f;
  }
}
.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") #40343e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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-hero3 {
  background: url("../img/hero3.jpg") #40343e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ftf-hero-4 {
  background: url("../img/hero-4.jpg") #40343e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ftf-hero-5 {
  background: url("../img/hero-5.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: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .ftf-hero .container {
    padding-top: 90px;
    padding-bottom: 105px;
  }
  .ftf-hero2 .container {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .ftf-hero .container,
  ftf-hero2 .container {
    background-size: 100% auto;
  }
}
#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-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;
  }
  .ftf-book2 {
    background-image: url("../img/book2.png"), url("../img/Swoosh-dark.png");
    background-position: top center, top center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
  }
  .ftf-book-3 {
    background-image: url("../img/book-3.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-book2 {
    background-position: top left, top center;
  }
}
.ftf-book .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1300px) {
  .ftf-book .row {
    background: none;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.ftf-learn .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .ftf-learn .row {
    background: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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;
  }
}
.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);
}
.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 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: "\f058";
  position: absolute;
  left: -30px;
  top: 0px;
  color: #222222;
  font-size: 20px;
  font-family: FontAwesome !important;
}
ul.manus-list.grey-check li:after {
  color: #afafaf;
}
@media (min-width: 768px) {
  ul.manus-list li:after {
    left: -48px;
  }
}
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);
}

/* 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-430 {
  width: 430px;
  max-width: 100%;
  text-align: center;
}
.btn-gold.btn-hg.btn-430 {
  padding: 15px 5px;
}

.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*/
.lightGreyBG {
  background-color: #f2f2f2;
}
.text-white {
  color: #ffffff !important;
}
.text-red {
  color: #f02727 !important;
}
.text-purple {
  color: #8a68a6 !important;
}
.text-dark-grey {
  color: #444444 !important;
}
.text-light-grey {
  color: #606060 !important;
}
.text-orange {
  color: #d7a538 !important;
}
.text-gold {
  color: #b59f73 !important;
}
.greenBG {
  background-color: #4fba6f !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;
}
.padding10 {
  padding: 10px;
}
.paddingt10 {
  padding-top: 10px;
}
.paddingb10 {
  padding-top: 10px;
}
.padding20 {
  padding: 20px;
}
.paddingt20 {
  padding-top: 20px;
}
.paddingb20 {
  padding-top: 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;
}
@media (min-width: 992px) {
  .paddingl50lg {
    padding-left: 50px;
    box-sizing: border-box;
  }
  .paddingr40lg {
    padding-right: 40px;
    box-sizing: border-box;
  }
}
