/* -------------------------------------------------------------------------- */
/* Browser Resets */
/* -------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
  color: #000;
  text-align: center; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  margin: 0; }

/* Special-Case resets */
article, aside, details, figcaption, figure, main
footer, header, hgroup, menu, nav, section
body, header, main, footer, div, section, article, aside, details, figcaption,
figure, hgroup, menu, nav, span, p, a, input, textarea, select {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

input, select, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none; }

input[type="radio"] {
  -webkit-appearance: radio; }

input[type="submit"]:hover {
  cursor: pointer; }

textarea, input, button, :focus {
  outline: none; }

select {
  -moz-appearance: none; }

/*----------------------------------------------------------------------------*/
/*	GENERAL
/*----------------------------------------------------------------------------*/
body {
  height: 100%;
  width: 100%;
  text-align: left;
  font: 16px/22px "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  color: #282827;
  background: #000; }

section {
  background: #fff; }

p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 900px) {
    p {
      font-size: 12px;
      line-height: 17px;
      margin-bottom: 10px; } }

.home p {
  font-size: 16px;
  line-height: 22px; }

a {
  color: #97002e; }

strong, .strong {
  font-weight: 700;
  letter-spacing: .125em;
  color: #97002e;
  text-transform: uppercase; }

.ital {
  font-style: italic;
  letter-spacing: .025em; }

.emph {
  font: 400 14px/22px "Montserrat", sans-serif;
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-bottom: 12px; }

.clearfix {
  clear: both; }

.clearwidth {
  clear: both;
  width: 100%;
  height: 0px; }

.mobile-show {
  display: none; }

.phone {
  position: relative; }
  .phone .phoneLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }

h1, .h1-like {
  font: 400 28px/38px "Oswald", sans-serif;
  color: #97002e;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 12px; }
  @media screen and (max-width: 900px) {
    h1, .h1-like {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 7px; } }

h2, .h2-like {
  font: 400 33px/42px "Oswald", sans-serif;
  color: #58595b;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 7px; }
  @media all and (max-width: 700px) {
    h2, .h2-like {
      font-size: 24px;
      line-height: 31px; } }

h3 {
  font: 700 18px/25px "Montserrat", sans-serif;
  color: #231f20;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  text-transform: uppercase; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.fc-red {
  color: #97002e; }

.fc-blk {
  color: #282827; }

.fc-wht {
  color: #fff; }

.tt-upper {
  text-transform: uppercase; }

.tt-lower {
  text-transform: lowercase; }

.nomargin {
  margin: 40px 0 9px; }
  @media all and (max-width: 700px) {
    .nomargin {
      margin-top: 20px; } }

.text-red {
  color: #97002e; }

/* slick overrides */
.slick-prev, .slick-next {
  display: none !important; }

.slick-slide {
  border-right: 1px solid #fff; }
  .slick-slide img {
    width: 100%; }

/*----------------------------------------------------------------------------*/
/*	HEADER
/*----------------------------------------------------------------------------*/
header {
  height: 80px;
  line-height: 80px;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media all and (max-width: 900px) {
    header {
      height: 59px;
      line-height: 59px; } }
  header #logo {
    width: 217px;
    max-width: 268px;
    position: absolute;
    bottom: 20px;
    left: 25px; }
    header #logo .spacer {
      padding-top: 17.511%; }
    @media all and (max-width: 900px) {
      header #logo {
        bottom: 10px; } }
    @media all and (max-width: 700px) {
      header #logo {
        width: 167px;
        left: 20px;
        bottom: 14px; } }
  header nav {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .075em;
    position: absolute;
    bottom: 20px;
    left: 250px; }
    @media all and (max-width: 700px) {
      header nav {
        display: none; } }
    @media all and (max-width: 900px) {
      header nav {
        font-size: 11px;
        bottom: 10px; } }
    header nav ul li {
      text-align: center;
      display: inline-block;
      position: relative; }
      header nav ul li.current a {
        color: #97002e; }
      header nav ul li.current li a {
        color: #fff; }
      header nav ul li a {
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        letter-spacing: .125em;
        font-weight: 700;
        color: #fff;
        padding: 20px 12px; }
        header nav ul li a:hover {
          color: #97002e; }
        @media all and (max-width: 900px) {
          header nav ul li a {
            font-size: 11px; } }
      header nav ul li.menu-item-has-children:hover ul {
        max-height: 150px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      header nav ul li ul {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        margin: 10px 0 0 11px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        header nav ul li ul li {
          background: #97002e;
          height: 37px;
          line-height: 37px;
          width: 292px;
          text-align: left;
          margin-bottom: 3px; }
          header nav ul li ul li:hover {
            background: #fff; }
            header nav ul li ul li:hover a {
              color: #97002e; }
          header nav ul li ul li a {
            padding: 0 12px;
            color: #fff;
            display: block; }
  header .header-phone {
    background: url("img/icon-phone.png") center no-repeat;
    background-size: contain;
    width: 37px;
    height: 38px;
    position: absolute;
    right: 30px;
    bottom: 21px;
    cursor: pointer; }
    @media all and (max-width: 900px) {
      header .header-phone {
        bottom: 10px; } }
    @media all and (max-width: 700px) {
      header .header-phone {
        right: 20px; } }
  header .show-phone {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 80px;
    line-height: 80px;
    width: 325px;
    text-align: center;
    -webkit-transform: translate(325px, 0);
    -ms-transform: translate(325px, 0);
    transform: translate(325px, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 28px;
    font-size: 32px; }
    @media all and (max-width: 900px) {
      header .show-phone {
        height: 59px;
        width: 207px;
        font-size: 21px;
        line-height: 59px;
        -webkit-transform: translate(207px, 0);
        -ms-transform: translate(207px, 0);
        transform: translate(207px, 0); } }
    header .show-phone.show {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    header .show-phone a {
      color: #97002e;
      font-family: "Oswald", sans-serif;
      font-size: 38px;
      letter-spacing: .09em;
      line-height: 60px;
      padding: 0 20px 0 40px; }
    header .show-phone .red {
      color: #97002e; }

.home .header_cta {
  display: none; }

.consultation .header_cta {
  display: none; }

.header_cta {
  position: absolute;
  width: 231px;
  box-sizing: border-box;
  margin-top: 124px;
  right: 48px;
  z-index: 1; }
  @media all and (max-width: 900px) {
    .header_cta {
      margin-top: 92px;
      right: 36px;
      padding: 7px;
      width: 173px; } }
  @media all and (max-width: 700px) {
    .header_cta {
      display: none; } }
  .header_cta .header_cta_upper {
    background: #231f20;
    color: #fff;
    text-align: center;
    padding: 9px 5px; }
    @media all and (max-width: 900px) {
      .header_cta .header_cta_upper {
        padding: 7px 4px; } }
    @media all and (max-width: 700px) {
      .header_cta .header_cta_upper {
        padding: 9px 5px; } }
    .header_cta .header_cta_upper .row1 {
      font-family: "Oswald", sans-serif;
      font-size: 17px;
      line-height: 21px;
      letter-spacing: .05em; }
      @media all and (max-width: 900px) {
        .header_cta .header_cta_upper .row1 {
          font-size: 13px;
          line-height: 16px; } }
      @media all and (max-width: 700px) {
        .header_cta .header_cta_upper .row1 {
          font-size: 17px;
          line-height: 21px; } }
    .header_cta .header_cta_upper .row2 {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: .125em;
      text-transform: uppercase;
      margin-top: 3px; }
      @media all and (max-width: 900px) {
        .header_cta .header_cta_upper .row2 {
          font-size: 11px;
          line-height: 15px;
          margin-top: 4px; } }
      @media all and (max-width: 700px) {
        .header_cta .header_cta_upper .row2 {
          font-size: 14px;
          line-height: 28px;
          margin-top: 3px; } }
    .header_cta .header_cta_upper .row3 {
      font-family: "Oswald", sans-serif;
      font-size: 21px;
      line-height: 28px;
      letter-spacing: .075em;
      text-transform: uppercase; }
      @media all and (max-width: 900px) {
        .header_cta .header_cta_upper .row3 {
          font-size: 16px;
          line-height: 23px;
          margin-top: 2px; } }
      @media all and (max-width: 700px) {
        .header_cta .header_cta_upper .row3 {
          font-size: 21px;
          line-height: 28px;
          margin-top: 0; } }
  .header_cta .header_cta_lower {
    background: #97002e;
    border: 2px solid #231f20;
    text-align: center;
    margin-top: 5px;
    z-index: 1;
    display: block; }
    @media all and (max-width: 900px) {
      .header_cta .header_cta_lower {
        margin-top: 3px; } }
    @media all and (max-width: 700px) {
      .header_cta .header_cta_lower {
        margin-top: 5px; } }
    .header_cta .header_cta_lower:hover {
      background: #fff; }
    .header_cta .header_cta_lower:hover a {
      color: #97002e; }
    .header_cta .header_cta_lower a {
      color: #fff;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: .2em;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      display: block;
      padding: 8px 5px; }
      @media all and (max-width: 900px) {
        .header_cta .header_cta_lower a {
          font-size: 14px;
          line-height: 16px;
          padding: 6px 5px; } }
      @media all and (max-width: 700px) {
        .header_cta .header_cta_lower a {
          font-size: 18px;
          line-height: 22px;
          padding: 8px 5px; } }
    .header_cta .header_cta_lower .arrow {
      background: url("img/arrow-black.png") center no-repeat;
      background-size: contain;
      width: 16px;
      height: 13px;
      display: inline-block; }
      @media all and (max-width: 900px) {
        .header_cta .header_cta_lower .arrow {
          width: 12px;
          height: 11px; } }
      @media all and (max-width: 700px) {
        .header_cta .header_cta_lower .arrow {
          width: 16px;
          height: 13px; } }

.header_cta2 {
  position: absolute;
  width: 54.5%;
  max-width: 545px;
  box-sizing: border-box;
  margin-top: 14.561%;
  right: 48px;
  z-index: 1;
  display: block; }
  @media all and (max-width: 700px) {
    .header_cta2 {
      display: none; } }
  .header_cta2 .header_cta_upper2 {
    background: url("img/cta-top.png") center no-repeat;
    background-size: contain;
    width: 100%;
    float: right;
    margin-right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center; }
    .header_cta2 .header_cta_upper2 .spacer {
      padding-top: 8.44%; }
    .header_cta2 .header_cta_upper2:hover {
      margin-right: 8px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .header_cta2 .header_cta_upper2.shoot {
      opacity: 1;
      -webkit-animation-fill-mode: forwards;
      /* Chrome, Safari, Opera */
      animation-fill-mode: forwards;
      -webkit-animation: arrow .2s 1;
      /* Safari 4+ */
      -moz-animation: arrow .2s 1;
      /* Fx 5+ */
      animation: arrow .2s 1;
      /* IE 10+, Fx 29+ */ }
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-100px, 0); }
  10% {
    opacity: 1; }
  20% {
    -webkit-transform: translate(0, 0); } }
@-moz-keyframes arrow {
  0% {
    -moz-transform: translate(-100px, 0); }
  10% {
    opacity: 1; }
  20% {
    -moz-transform: translate(0, 0); } }
@keyframes arrow {
  0% {
    transform: translate(-100px, 0); }
  10% {
    opacity: 1; }
  20% {
    transform: translate(0, 0); } }
  .header_cta2 .header_cta_lower2 {
    background: url("img/cta-bottom.png") center no-repeat;
    background-size: contain;
    max-width: 425px;
    float: right;
    margin-right: 0;
    width: 80.952%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center; }
    .header_cta2 .header_cta_lower2 .spacer {
      padding-top: 10.823%; }
    .header_cta2 .header_cta_lower2:hover {
      margin-right: 8px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .header_cta2 .header_cta_lower2.shoot {
      opacity: 1;
      -webkit-animation-fill-mode: forwards;
      /* Chrome, Safari, Opera */
      animation-fill-mode: forwards;
      -webkit-animation: arrow .5s 1;
      /* Safari 4+ */
      -moz-animation: arrow .5s 1;
      /* Fx 5+ */
      -o-animation: arrow .5s 1;
      /* Opera 12+ */
      animation: arrow .5s 1;
      /* IE 10+, Fx 29+ */ }

.close-btn2, .close-btn-free {
  background: url("img/close-x-btn.png") right top no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 0 0 30px 30px;
  cursor: pointer; }

body.hasTopBanner header {
  top: 36px; }
body.hasTopBanner .header_cta {
  margin-top: 160px; }
  @media (max-width: 900px) {
    body.hasTopBanner .header_cta .header_cta {
      margin-top: 128px; } }
body.hasTopBanner main {
  padding-top: 116px; }
  @media (max-width: 900px) {
    body.hasTopBanner main main {
      padding-top: 95px; } }
@media (max-width: 700px) {
  body.hasTopBanner header {
    top: 0; }
  body.hasTopBanner .header_cta {
    margin-top: 92px; }
  body.hasTopBanner main {
    padding-top: 59px; } }

#top-banner-wrap {
  position: fixed;
  width: 100%;
  z-index: 10000;
  height: 36px;
  overflow: hidden;
  background: #97002e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  #top-banner-wrap.shown {
    height: 700px; }
  @media (max-width: 700px) {
    #top-banner-wrap {
      display: none; } }
  #top-banner-wrap .top-banner-cta {
    color: #fff;
    line-height: 36px;
    text-align: center;
    background: #97002e; }
    #top-banner-wrap .top-banner-cta span {
      cursor: pointer;
      background-color: #97002e;
      padding: 3px 30px 2px 12px;
      letter-spacing: .1em;
      text-transform: uppercase;
      border: 2px solid #000;
      background-image: url("img/arrow-black.png");
      background-position: 97% center;
      background-repeat: no-repeat;
      background-size: 16px 13px;
      margin-left: 18px; }
      #top-banner-wrap .top-banner-cta span:hover {
        background-color: #fff;
        color: #97002e; }
  #top-banner-wrap .top-banner-form {
    text-align: center; }
    #top-banner-wrap .top-banner-form .tb-form-intro {
      line-height: 25px;
      color: #fff;
      text-align: center;
      padding: 0 20px;
      max-width: 600px;
      margin: 20px auto; }
    #top-banner-wrap .top-banner-form #tb-form {
      text-align: center; }
    #top-banner-wrap .top-banner-form .iframe-wrapper-head {
      width: 50%;
      min-width: 50%;
      margin: 0 auto; }

/*----------------------------------------------------------------------------*/
/*	MAIN
/*----------------------------------------------------------------------------*/
main {
  padding-top: 80px; }
  @media all and (max-width: 900px) {
    main {
      padding-top: 59px; } }

.blog .sectionContainer ul {
  list-style-position: outside;
  padding-left: 18px;
  margin-bottom: 15px; }

.sectionContainer {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  padding: 58px 108px; }
  @media screen and (max-width: 900px) {
    .sectionContainer {
      padding: 40px 75px; } }
  @media screen and (max-width: 700px) {
    .sectionContainer {
      padding: 20px; } }
  .sectionContainer ul {
    list-style: disc;
    list-style-position: inside; }
  .sectionContainer a, .sectionContainer .phone {
    color: #97002e;
    text-decoration: underline;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    .sectionContainer a:hover, .sectionContainer .phone:hover {
      color: #97002e; }

.section-half {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-bottom: 100%;
  margin-bottom: -100%; }
  @media screen and (max-width: 700px) {
    .section-half {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0; } }
  .section-half.red {
    background: #97002e url("img/results-overlay.png");
    position: relative; }
    .section-half.red .sectionContainer {
      margin: 0;
      padding: 33px;
      float: right; }
      @media screen and (max-width: 900px) {
        .section-half.red .sectionContainer {
          padding: 22px 24px; } }
      @media screen and (max-width: 700px) {
        .section-half.red .sectionContainer {
          padding: 80px 24px 22px;
          float: none; } }
  .section-half.grey {
    background: #bbbdc0; }
    .section-half.grey .sectionContainer {
      margin: 0;
      padding: 18px; }
      @media screen and (max-width: 900px) {
        .section-half.grey .sectionContainer {
          padding: 14px; } }
      @media screen and (max-width: 700px) {
        .section-half.grey .sectionContainer {
          padding: 22px 24px; } }

.side-by-side {
  overflow: hidden; }

.section-half-fixed-height {
  width: 50%;
  box-sizing: border-box;
  float: left;
  height: 641px;
  overflow: scroll; }
  @media screen and (max-width: 900px) {
    .section-half-fixed-height {
      height: 498px; } }
  @media screen and (max-width: 700px) {
    .section-half-fixed-height {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0;
      height: 654px; } }
  .section-half-fixed-height.posts {
    background: #bbbdc0; }
    .section-half-fixed-height.posts .sectionContainer {
      margin: 0;
      padding: 33px;
      float: right; }
      @media screen and (max-width: 900px) {
        .section-half-fixed-height.posts .sectionContainer {
          padding: 22px 24px; } }
      @media screen and (max-width: 700px) {
        .section-half-fixed-height.posts .sectionContainer {
          padding: 22px 24px;
          float: none; } }
    .section-half-fixed-height.posts .post {
      padding: 36px 0 12px;
      border-bottom: 2px solid #58585b; }
      .section-half-fixed-height.posts .post:first-child {
        padding-top: 0; }
      .section-half-fixed-height.posts .post:last-child {
        border: 0; }
      .section-half-fixed-height.posts .post .post-image {
        float: left;
        width: 75px;
        height: 75px;
        background: #fff;
        margin-right: 20px; }
        @media screen and (max-width: 900px) {
          .section-half-fixed-height.posts .post .post-image {
            width: 56px;
            height: 56px; } }
      .section-half-fixed-height.posts .post .post-text {
        float: right;
        width: -webkit-calc(100% - 95px);
        width: -moz-calc(100% - 95px);
        width: calc(100% - 95px); }
        .section-half-fixed-height.posts .post .post-text p {
          color: #231f20; }
  .section-half-fixed-height.fb-widget .sectionContainer {
    margin: 0;
    padding: 33px; }
    @media screen and (max-width: 900px) {
      .section-half-fixed-height.fb-widget .sectionContainer {
        padding: 22px 24px; } }
    @media screen and (max-width: 700px) {
      .section-half-fixed-height.fb-widget .sectionContainer {
        padding: 22px 24px; } }
  .section-half-fixed-height.fb-widget .fb-post {
    padding: 10px 0 15px; }
    .section-half-fixed-height.fb-widget .fb-post .fb-image {
      width: 75px;
      height: 75px;
      background: url("img/fb-image.png") center no-repeat;
      background-size: contain;
      float: left;
      margin-right: 20px; }
      @media screen and (max-width: 900px) {
        .section-half-fixed-height.fb-widget .fb-post .fb-image {
          width: 56px;
          height: 56px; } }
    .section-half-fixed-height.fb-widget .fb-post .fb-text {
      float: right;
      width: -webkit-calc(100% - 95px);
      width: -moz-calc(100% - 95px);
      width: calc(100% - 95px); }
      .section-half-fixed-height.fb-widget .fb-post .fb-text p {
        color: #231f20;
        margin: 10px 0 14px; }
      .section-half-fixed-height.fb-widget .fb-post .fb-text .share {
        font-size: 12px;
        line-height: 17px; }
    .section-half-fixed-height.fb-widget .fb-post .fb-like {
      background: url("img/fb-like.png") center no-repeat;
      background-size: contain;
      width: 58px;
      height: 22px;
      margin-top: 10px; }
    .section-half-fixed-height.fb-widget .fb-post .fb-post-image {
      background: url("img/fb-post-image.jpg") center no-repeat;
      background-size: contain;
      max-width: 217px;
      height: 57px;
      margin-bottom: 22px; }
    .section-half-fixed-height.fb-widget .fb-post .fb-people-image {
      background: url("img/fb-people-image.png") center no-repeat;
      background-size: contain;
      max-width: 208px;
      height: 102px;
      margin-top: 10px; }

section.training {
  background: url("img/bg_home2.jpg") center no-repeat;
  background-size: cover;
  position: relative; }
  section.training p {
    color: #231f20; }
  section.training p, section.training h2 {
    position: relative; }
  section.training a {
    text-decoration: none; }
  section.training a:hover {
    text-decoration: underline; }
  section.training .sectionText {
    max-width: 733px;
    position: relative;
    margin: 0 auto;
    padding: 39px 61px; }
    @media screen and (max-width: 900px) {
      section.training .sectionText {
        padding: 27px 46px; } }
    @media screen and (max-width: 700px) {
      section.training .sectionText {
        padding: 27px 29px; } }
    section.training .sectionText:before {
      content: '';
      background: url("img/training-overlay.png") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      @media screen and (max-width: 400px) {
        section.training .sectionText:before {
          background: url("img/training-overlay-mobile.png") no-repeat;
          background-size: 100% 100%; } }
  section.training .sectionContainer {
    padding: 141px 100px 108px; }
    @media screen and (max-width: 900px) {
      section.training .sectionContainer {
        padding: 107px 100px 108px; } }
    @media screen and (max-width: 700px) {
      section.training .sectionContainer {
        padding: 30px 20px 30px; } }

#slider {
  position: relative; }

#slides {
  position: relative;
  list-style-type: none;
  height: 100%;
  background: #231f20; }
  #slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease; }
  #slides .slide.active {
    opacity: 1; }
  #slides .slide .slideOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0%;
    background: -webkit-linear-gradient(black, transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, transparent);
    /* Standard syntax */ }

.ready-btn {
  width: 194px;
  height: 65px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
  margin-right: 16px;
  margin-top: 33px;
  overflow: hidden;
  position: relative;
  float: left; }
  @media all and (max-width: 700px) {
    .ready-btn {
      float: none;
      display: block;
      margin: 33px auto 0; } }
  .ready-btn:last-child {
    margin-right: 0; }
    @media all and (max-width: 700px) {
      .ready-btn:last-child {
        margin: 33px auto 0; } }
    .ready-btn:last-child .secondary {
      padding: 10px; }
  .ready-btn:nth-child(3) .secondary {
    padding: 10px; }
  .ready-btn .line1 {
    font: 700 14px/8px "Montserrat", sans-serif;
    letter-spacing: .125em;
    text-transform: uppercase; }
  .ready-btn .line2 {
    font: 700 20px/8px "Montserrat", sans-serif;
    letter-spacing: .151em;
    text-transform: uppercase; }
  .ready-btn:hover .initial {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .ready-btn:hover .secondary {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .ready-btn .initial {
    height: 100%;
    width: 100%;
    padding-top: 10px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background-color: rgba(255, 255, 255, 0.7); }
  .ready-btn .secondary {
    height: 100%;
    width: 100%;
    padding-top: 22px;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    position: absolute;
    top: 0;
    color: #fff;
    background-color: rgba(152, 0, 46, 0.7);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .ready-btn.taller {
    height: 95px; }
    .ready-btn.taller .initial {
      padding-top: 20px; }
    .ready-btn.taller:last-of-type .initial {
      padding-top: 10px; }
    .ready-btn.taller .secondary {
      padding: 10px; }
      .ready-btn.taller .secondary .line1 {
        font: 700 14px/73px "Montserrat", sans-serif;
        letter-spacing: .125em;
        text-transform: uppercase; }
  .ready-btn.taller:nth-of-type(1) .secondary {
    background-color: rgba(150, 26, 49, 0.7); }
  .ready-btn.taller:nth-of-type(2) .secondary {
    background-color: rgba(117, 156, 88, 0.7); }
  .ready-btn.taller:nth-of-type(3) .secondary {
    background-color: rgba(66, 137, 174, 0.7); }

.home #slides .text-wrapper {
  max-width: 500px;
  margin: 100px auto 0;
  padding: 0 20px; }
  @media all and (min-width: 1500px) {
    .home #slides .text-wrapper {
      max-width: 750px; } }
.home #slides .slideText {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms cubic-bezier(0.91, 1.65, 0.545, 0.68);
  transition: all 200ms cubic-bezier(0.91, 1.65, 0.545, 0.68);
  transform: translate(0, -400px);
  -ms-transform: translate(0, -400px);
  -webkit-transform: translate(0, -400px);
  opacity: 0; }
  .home #slides .slideText .spacer {
    padding-top: 27%; }
.home #slides .slideSubText1 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 39%;
  display: inline-block;
  margin: 8.8% 4.4% 0 10.5%;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.435, 1.18);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.435, 1.18);
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0); }
  .home #slides .slideSubText1 .spacer {
    padding-top: 17.258%; }
.home #slides .slideSubText2 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 34%;
  display: inline-block;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.435, 1.18);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.435, 1.18);
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0); }
  .home #slides .slideSubText2 .spacer {
    padding-top: 19.76%; }

#slide-nav {
  position: absolute;
  bottom: 36px;
  left: 36px; }
  @media screen and (max-width: 900px) {
    #slide-nav {
      bottom: 25px;
      left: 27px; } }
  @media screen and (max-width: 700px) {
    #slide-nav {
      display: none; } }
  #slide-nav .radio-wrap {
    background: url("img/slide-arrow.png") center no-repeat;
    background-size: contain;
    margin-right: 8px;
    width: 14px;
    height: 17px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      #slide-nav .radio-wrap {
        margin-right: 5px;
        width: 11px;
        height: 13px; } }
  #slide-nav .radio-wrap:hover, #slide-nav .checked {
    background: url("img/slide-arrow-active.png") center no-repeat;
    background-size: contain; }

.arrow1, .arrow2, .arrow3 {
  width: 23px;
  height: 31px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -11px;
  z-index: 1; }

.arrow1 {
  background: url("img/arrow1.png") center no-repeat;
  background-size: contain; }

.arrow2 {
  background: url("img/arrow2.png") center no-repeat;
  background-size: contain; }

.arrow3 {
  background: url("img/arrow3.png") center no-repeat;
  background-size: contain; }

.homeMiddle {
  position: relative;
  text-align: center; }
  .homeMiddle p {
    color: #939598; }

.homeBottom {
  position: relative;
  text-align: center; }
  .homeBottom .textContainer {
    text-align: center;
    position: absolute;
    width: 630px;
    left: 50%;
    margin-left: -315px;
    top: 190px; }
    @media all and (max-width: 700px) {
      .homeBottom .textContainer {
        top: 100px;
        width: 100%;
        padding: 0 20px;
        left: 0;
        margin-left: 0; } }

.videos {
  padding: 10px;
  background: #231f20; }

.video-wrapper.show .video-title {
  display: none; }
.video-wrapper.show #video1, .video-wrapper.show #video2, .video-wrapper.show #video3, .video-wrapper.show #video4 {
  max-height: 345px;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease; }
  @media screen and (max-width: 900px) {
    .video-wrapper.show #video1, .video-wrapper.show #video2, .video-wrapper.show #video3, .video-wrapper.show #video4 {
      margin-bottom: 0; } }
.video-wrapper .video-title {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 30px;
  letter-spacing: .1em;
  color: #fff; }
  @media screen and (max-width: 900px) {
    .video-wrapper .video-title {
      font-size: 12px;
      line-height: 34px; } }
.video-wrapper #video1, .video-wrapper #video2, .video-wrapper #video3, .video-wrapper #video4 {
  position: relative;
  max-height: 0;
  overflow: hidden; }
  .video-wrapper #video1 .spacer, .video-wrapper #video2 .spacer, .video-wrapper #video3 .spacer, .video-wrapper #video4 .spacer {
    padding-top: 56.25%; }
  .video-wrapper #video1 iframe, .video-wrapper #video2 iframe, .video-wrapper #video3 iframe, .video-wrapper #video4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin-bottom: 20px; }

.video-wrapper:last-child .video-title {
  border: 0; }

#top-images .top-image {
  background-size: contain;
  width: 33.333%;
  box-sizing: border-box;
  border: 1px solid #fff;
  float: left; }
  #top-images .top-image:last-child {
    border: 0; }
  #top-images .top-image .spacer {
    padding-top: 75.602%; }
#top-images .top-image-wide {
  background-size: contain;
  width: 66.666%;
  box-sizing: border-box;
  border: 1px solid #fff;
  float: left; }
  #top-images .top-image-wide .spacer {
    padding-top: 37.744%; }

#googleMap0, #googleMap1, #googleMap2 {
  width: 45%;
  height: 325px;
  float: left;
  margin-right: 4.8%; }
  @media all and (max-width: 700px) {
    #googleMap0, #googleMap1, #googleMap2 {
      width: 100%;
      height: 250px;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }
  #googleMap0 img, #googleMap1 img, #googleMap2 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

#googleInfo {
  font-size: 12px;
  color: #231f20;
  line-height: 17px;
  text-align: center;
  padding: 10px 30px; }
  #googleInfo span {
    display: block; }
  #googleInfo a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #97002e;
    margin-top: 10px; }

.contact .call-us, .contact .address-block {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .125em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 43px; }
.contact .call-us a {
  color: #231f20;
  text-decoration: none; }
.contact .address-block .emph {
  margin-bottom: 5px; }
.contact .address-block p {
  text-transform: none; }

.indent-arrow {
  padding-left: 41px;
  position: relative; }
  .indent-arrow:before {
    content: '';
    width: 16px;
    height: 13px;
    background: url("img/indent-arrow.png") center no-repeat;
    background-size: contain;
    position: absolute;
    left: 5px;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .indent-arrow:hover:before {
    left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.nobottom {
  padding-bottom: 0; }

.slanted {
  display: inline-block;
  height: 37px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .125em;
  padding: 0 17px;
  font: 700 14px/37px "Montserrat", sans-serif;
  position: relative;
  margin: 26px 10px 25px 20px; }
  @media all and (max-width: 900px) {
    .slanted {
      font-size: 12px; } }
  @media all and (max-width: 700px) {
    .slanted {
      text-align: center;
      font-size: 7px;
      padding: 0;
      margin-right: 3px; } }
  .slanted:after, .slanted:before {
    height: 0;
    width: 0;
    content: "";
    display: block;
    position: absolute; }
  .slanted.red-slanted {
    background: #97002e;
    cursor: pointer;
    width: 153px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media all and (max-width: 900px) {
      .slanted.red-slanted {
        width: 148px; } }
    @media all and (max-width: 700px) {
      .slanted.red-slanted {
        max-width: 66px;
        width: 66px; } }
    .slanted.red-slanted:hover, .slanted.red-slanted.current {
      background-color: #231f20;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.red-slanted:hover:before, .slanted.red-slanted.current:before {
      border-bottom: 37px solid #231f20;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.red-slanted:hover:after, .slanted.red-slanted.current:after {
      border-top: 37px solid #231f20;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.red-slanted:before {
      border-bottom: 37px solid #97002e;
      border-left: 20px solid transparent;
      left: -20px;
      top: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.red-slanted:after {
      border-top: 37px solid #97002e;
      border-right: 20px solid transparent;
      right: -20px;
      top: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.red-slanted.current .tab-down {
      display: block;
      position: absolute;
      width: 169px;
      height: 26px;
      background: url("img/tab-down.png") center no-repeat;
      background-size: contain;
      left: -18px; }
      @media all and (max-width: 900px) {
        .slanted.red-slanted.current .tab-down {
          width: 166px; } }
      @media all and (max-width: 700px) {
        .slanted.red-slanted.current .tab-down {
          width: 84px;
          height: 13px; } }
  .slanted.black-slanted {
    background: #231f20; }
    .slanted.black-slanted:before {
      border-bottom: 37px solid #231f20;
      border-left: 20px solid transparent;
      left: -20px;
      top: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .slanted.black-slanted:after {
      border-top: 37px solid #231f20;
      border-right: 20px solid transparent;
      right: -20px;
      top: 0;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }

.slanted.red-slanted.Fitness {
  background: #961A31; }

.slanted.red-slanted.Nutrition {
  background: #759C58; }

.slanted.red-slanted.Development {
  background: #4289ae; }

.slanted.red-slanted.Fitness:before {
  border-bottom: 37px solid #961A31;
  border-left: 20px solid transparent;
  left: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted.Fitness:after {
  border-top: 37px solid #961A31;
  border-right: 20px solid transparent;
  right: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted.Nutrition:before {
  border-bottom: 37px solid #759C58;
  border-left: 20px solid transparent;
  left: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted.Nutrition:after {
  border-top: 37px solid #759C58;
  border-right: 20px solid transparent;
  right: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted.Development:before {
  border-bottom: 37px solid #4289ae;
  border-left: 20px solid transparent;
  left: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted.Development:after {
  border-top: 37px solid #4289ae;
  border-right: 20px solid transparent;
  right: -20px;
  top: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted:hover:before, .slanted.red-slanted.current:hover:before, .slanted.red-slanted.current:before, .slanted.red-slanted.Fitness:hover:before, .slanted.red-slanted.Nutrition:hover:before, .slanted.red-slanted.Development:hover:before, .slanted.red-slanted.Fitness.current:before, .slanted.red-slanted.Nutrition.current:before, .slanted.red-slanted.Development.current:before {
  border-bottom: 37px solid #231f20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.slanted.red-slanted:hover:after, .slanted.red-slanted.current:hover:after, .slanted.red-slanted.current:after, .slanted.red-slanted.Fitness:hover:after, .slanted.red-slanted.Nutrition:hover:after, .slanted.red-slanted.Development:hover:after, .slanted.red-slanted.Fitness.current:after, .slanted.red-slanted.Nutrition.current:after, .slanted.red-slanted.Development.current:after {
  border-top: 37px solid #231f20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.schedule .h1-like, .page-template-schedule-page .h1-like {
  margin-top: 55px; }
.schedule .bold, .page-template-schedule-page .bold {
  font-weight: 700; }
.schedule .orchard-show, .schedule .state-show, .schedule .meridian-show, .page-template-schedule-page .orchard-show, .page-template-schedule-page .state-show, .page-template-schedule-page .meridian-show {
  max-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden; }
  .schedule .orchard-show.show, .schedule .state-show.show, .schedule .meridian-show.show, .page-template-schedule-page .orchard-show.show, .page-template-schedule-page .state-show.show, .page-template-schedule-page .meridian-show.show {
    max-height: 1200px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-top: 25px; }

.Fitness-show, .Nutrition-show, .Development-show, .schedule .orchard-show, .schedule .state-show, .schedule .meridian-show, .page-template-schedule-page .orchard-show, .page-template-schedule-page .state-show, .page-template-schedule-page .meridian-show {
  max-height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden; }

.Fitness-show.show, .Nutrition-show.show, .Development-show.show, .schedule .orchard-show.show, .schedule .state-show.show, .schedule .meridian-show.show, .page-template-schedule-page .orchard-show.show, .page-template-schedule-page .state-show.show, .page-template-schedule-page .meridian-show.show {
  max-height: 1200px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 25px; }

.top_text_section {
  text-align: center;
  position: absolute;
  width: 630px;
  left: 50%;
  margin-left: -315px;
  top: 190px; }

@media all and (max-width: 700px) {
  .top_text_section {
    top: 100px;
    width: 100%;
    padding: 0 20px;
    left: 0;
    margin-left: 0; } }
.schedule-animate .backtotop, .post-type-archive-challenges .backtotop, .challenges .backtotop {
  background: url("img/backtotop.png") center no-repeat;
  background-size: contain;
  width: 87px;
  position: fixed;
  right: -1px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right; }
  @media all and (max-width: 700px) {
    .schedule-animate .backtotop, .post-type-archive-challenges .backtotop, .challenges .backtotop {
      width: 54px; } }
  .schedule-animate .backtotop.show, .post-type-archive-challenges .backtotop.show, .challenges .backtotop.show {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    height: 136px;
    bottom: 25%; }
    @media all and (max-width: 700px) {
      .schedule-animate .backtotop.show, .post-type-archive-challenges .backtotop.show, .challenges .backtotop.show {
        height: 84px; } }

.trainer-text-wrapper {
  margin-top: 53px; }

#finishers-wrap.show-male .gender-female {
  display: none; }

#finishers-wrap.show-female .gender-male {
  display: none; }

.hero_vid_wrap {
  height: 100%;
  width: 100%;
  max-height: 360px;
  max-width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .hero_vid_wrap iframe {
    display: block;
    height: 100%;
    width: 100%; }

.top_text_section h2 {
  color: #e6e6e6; }

.ribbon-animation {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ribbon-animation:hover {
    margin-left: 10px; }

.ribbon-animation-right {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ribbon-animation-right:hover {
    margin-left: 10px; }

.ribbon-animation-left {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .ribbon-animation-left:hover {
    margin-left: -10px; }

/*----------------------------------------------------------------------------*/
/*	FOOTER
/*----------------------------------------------------------------------------*/
footer, .footer {
  text-align: center;
  background: #000; }

.home footer, .home .footer {
  text-align: center;
  background: #000;
  position: relative; }
  .home footer .footerContainer, .home .footer .footerContainer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.footerContainer {
  padding: 60px 20px 20px;
  clear: both; }

.biz__info {
  position: relative; }
  .biz__info .biz__info__logo {
    background: url("img/logo_footer.png") center no-repeat;
    background-size: contain;
    width: 200px;
    height: 43px;
    text-indent: -9999px;
    margin: 0 auto 17px; }
    @media screen and (max-width: 900px) {
      .biz__info .biz__info__logo {
        height: 33px;
        margin-bottom: 14px; } }
    @media screen and (max-width: 700px) {
      .biz__info .biz__info__logo {
        height: 38px; } }
  .biz__info .biz__info__slogan {
    font: 33px/42px "Oswald", sans-serif;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px; }
    @media screen and (max-width: 900px) {
      .biz__info .biz__info__slogan {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 5px; } }
  .biz__info .biz__info__slogan__too {
    font: 26px/42px "Oswald", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase; }
    @media screen and (max-width: 900px) {
      .biz__info .biz__info__slogan__too {
        font-size: 20px;
        line-height: 31px; } }
    @media screen and (max-width: 700px) {
      .biz__info .biz__info__slogan__too {
        display: none; } }

.biz__info__social {
  margin: 23px 0 24px; }
  @media screen and (max-width: 900px) {
    .biz__info__social {
      margin: 18px 0 14px; } }
  .biz__info__social a {
    width: 32px;
    height: 32px;
    display: inline-block;
    fill: #97002e;
    background: #fff;
    border-radius: 100%;
    margin-right: 16px;
    overflow: hidden; }
    .biz__info__social a:hover {
      fill: #fff;
      background: #97002e; }
    .biz__info__social a:last-child {
      margin-right: 0; }
    .biz__info__social a svg {
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 900px) {
      .biz__info__social a {
        width: 24px;
        height: 24px;
        margin-right: 11px; } }
    @media screen and (max-width: 700px) {
      .biz__info__social a {
        width: 29px;
        height: 29px;
        margin-right: 14px; } }

.footer__form .footer__form__intro {
  font: 15px/21px "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    .footer__form .footer__form__intro {
      font-size: 12px;
      line-height: 16px; } }
  @media screen and (max-width: 700px) {
    .footer__form .footer__form__intro {
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 24px; } }
.footer__form #newsletter-form {
  padding: 0;
  max-width: 669px;
  margin: 0 auto 17px;
  position: relative;
  height: 45px; }
  @media screen and (max-width: 900px) {
    .footer__form #newsletter-form {
      max-width: 586px;
      margin-bottom: 0; } }
  @media all and (max-width: 700px) {
    .footer__form #newsletter-form {
      max-width: 100%; } }
.footer__form .footer__form__extro {
  font: 10px/16px "Montserrat", sans-serif;
  letter-spacing: 0.035em;
  color: #58595b;
  clear: both;
  margin-bottom: 36px; }
  @media screen and (max-width: 900px) {
    .footer__form .footer__form__extro {
      font-size: 10px;
      line-height: 15px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 700px) {
    .footer__form .footer__form__extro {
      font-size: 12px;
      line-height: 18px;
      text-align: left;
      margin-top: 25px; } }

.footer__sitemap {
  margin-bottom: 10px;
  font: 12px/12px "Montserrat", sans-serif;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 900px) {
    .footer__sitemap {
      font-size: 10px;
      line-height: 10px;
      margin-bottom: 0; } }
  @media screen and (max-width: 700px) {
    .footer__sitemap {
      display: none; } }
  .footer__sitemap li {
    display: inline-block;
    border-right: solid 1px #fff; }
    .footer__sitemap li a {
      display: block;
      padding: 0 14px;
      color: #fff; }
    .footer__sitemap li span {
      padding-right: 14px;
      color: #fff; }
    @media screen and (max-width: 700px) {
      .footer__sitemap li {
        display: block;
        border: none;
        text-align: left;
        margin-left: 30px; }
        .footer__sitemap li a {
          line-height: 30px; }
        .footer__sitemap li span:after {
          content: '';
          width: 50px;
          height: 2px;
          background-color: #231f20;
          display: block;
          margin-top: 15px; } }
    .footer__sitemap li:hover a {
      color: #97002e; }
    .footer__sitemap li.current a {
      color: #97002e; }
  .footer__sitemap li:last-of-type {
    border-right: none; }
  @media screen and (max-width: 700px) {
    .footer__sitemap {
      margin-bottom: 30px; } }

.footer__contact__info {
  color: #fff; }
  .footer__contact__info li:first-child {
    display: inline-block; }
  .footer__contact__info li:first-child a {
    border-right: 1px solid #fff;
    padding-right: 10px; }
  .footer__contact__info li:nth-child(2) {
    display: inline-block; }
  .footer__contact__info li:nth-child(2) a {
    padding-left: 5px; }
  .footer__contact__info li a {
    color: #fff;
    font: 12px/12px "Montserrat", sans-serif;
    letter-spacing: 0.025em; }
    .footer__contact__info li a:hover {
      color: #97002e; }
    @media screen and (max-width: 900px) {
      .footer__contact__info li a {
        font-size: 10px;
        line-height: 10px; } }
    @media screen and (max-width: 700px) {
      .footer__contact__info li a {
        display: none; } }

.footer__legal {
  font-size: 12px;
  letter-spacing: .065em;
  line-height: 14px;
  margin-top: 70px; }
  @media screen and (max-width: 900px) {
    .footer__legal {
      font-size: 9px;
      line-height: 0px;
      margin-top: 35px; } }
  @media screen and (max-width: 700px) {
    .footer__legal {
      line-height: 11px;
      text-align: left;
      margin-top: 0; } }
  .footer__legal .copyright {
    display: inline-block;
    color: #6d6e70; }
    @media screen and (max-width: 700px) {
      .footer__legal .copyright {
        margin-bottom: 5px; } }
  .footer__legal .WTCpower {
    color: #97002e;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    vertical-align: bottom; }
    @media screen and (max-width: 700px) {
      .footer__legal .WTCpower {
        padding-left: 31px;
        display: block; } }
    .footer__legal .WTCpower svg {
      fill: #97002e;
      height: 11px;
      width: 26px;
      position: absolute;
      top: 0px;
      left: 9px; }
      @media screen and (max-width: 900px) {
        .footer__legal .WTCpower svg {
          top: -2px; } }
      @media screen and (max-width: 700px) {
        .footer__legal .WTCpower svg {
          left: 0;
          top: -1px; } }

.free-week-overlay {
  display: none;
  position: fixed;
  background: rgba(151, 0, 46, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }
  .free-week-overlay.show {
    display: block; }

.free-week {
  display: none;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 13%;
  z-index: 30; }
  .free-week .fw_line_small {
    font: 700 14px/20px "Montserrat", sans-serif;
    letter-spacing: .125em;
    text-transform: uppercase; }
    @media all and (max-width: 700px) {
      .free-week .fw_line_small {
        font-size: 12px; } }
  .free-week .fw_line_large {
    font: 700 82px/90px "Oswald", sans-serif;
    letter-spacing: .025em;
    text-transform: uppercase; }
    @media all and (max-width: 700px) {
      .free-week .fw_line_large {
        font-size: 67px;
        line-height: 75px; } }
  .free-week.show {
    display: block; }
  .free-week iframe {
    margin-top: 30px;
    min-width: 485px;
    max-width: 485px;
    height: 323px; }
    @media all and (max-width: 700px) {
      .free-week iframe {
        min-width: 288px;
        max-width: 288px;
        height: 223px; } }

/*----------------------------------------------------------------------------*/
/*	FORMS
/*----------------------------------------------------------------------------*/
#contact-form {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  float: left;
  width: 50.2%; }
  @media all and (max-width: 700px) {
    #contact-form {
      width: 100%;
      float: none; } }
  #contact-form input[type='text'], #contact-form input[type='email'], #contact-form textarea {
    display: block;
    font-size: 14px;
    padding: 0 12px;
    border: 0px solid #fff;
    box-sizing: border-box;
    background-color: #97002e;
    color: #fff;
    width: 100%;
    margin-bottom: 12px;
    height: 0;
    overflow: hidden;
    line-height: 47px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #contact-form input[type='text']:focus, #contact-form input[type='email']:focus, #contact-form textarea:focus {
      color: #97002e;
      background-color: #fff;
      outline: 0; }
    #contact-form input[type='text'].show-input, #contact-form input[type='email'].show-input, #contact-form textarea.show-input {
      border: 1px solid #fff;
      height: 47px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    @media screen and (max-width: 700px) {
      #contact-form input[type='text'], #contact-form input[type='email'], #contact-form textarea {
        width: 100%;
        font-size: 16px; } }
  #contact-form textarea {
    height: 47px;
    line-height: 20px;
    padding: 12px;
    border: 1px solid #fff; }
  #contact-form input[type='submit'] {
    display: block;
    font-size: 15px;
    padding: 13px 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    background-color: #fff;
    color: #231f20;
    width: 100px;
    text-transform: uppercase;
    float: right;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    #contact-form input[type='submit']:hover {
      background-color: #231f20;
      color: #fff; }
  #contact-form .thank {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 65px 0;
    border: 2px solid #97002e;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
    color: #231f20;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-transition: visibility 0ms linear 200ms, opacity 200ms linear;
    transition: visibility 0ms linear 200ms, opacity 200ms linear; }
    #contact-form .thank .thank-close {
      display: block;
      background-color: #97002e;
      color: #fff;
      box-sizing: border-box;
      width: 135px;
      margin: 20px auto;
      font-size: 14px;
      padding: 9px 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #contact-form .thank .thank-close:hover {
        background-color: #97002e; }
  #contact-form ::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #contact-form :-moz-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #contact-form ::-moz-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #contact-form :-ms-input-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  @media all and (max-width: 700px) {
    #contact-form ::-webkit-input-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #contact-form :-moz-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #contact-form ::-moz-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #contact-form :-ms-input-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; } }
  #contact-form input:focus::-webkit-input-placeholder {
    color: #97002e; }
  #contact-form input:focus:-moz-placeholder {
    color: #97002e; }
  #contact-form input:focus::-moz-placeholder {
    color: #97002e; }
  #contact-form input:focus::-ms-input-placeholder {
    color: #97002e; }
  #contact-form textarea:focus::-webkit-input-placeholder {
    color: #97002e; }
  #contact-form textarea:focus:-moz-placeholder {
    color: #97002e; }
  #contact-form textarea:focus::-moz-placeholder {
    color: #97002e; }
  #contact-form textarea:focus::-ms-input-placeholder {
    color: #97002e; }
  #contact-form .placeholdersjs {
    color: #fff; }

#contact-form.show-thank .thank {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

#newsletter-form {
  padding: 9px 0 7px;
  max-width: 669px;
  margin: 0 auto 12px;
  position: relative; }
  #newsletter-form input {
    height: 45px;
    width: 27.3%;
    border: 1px solid #414042;
    background: #414042;
    color: #808285;
    padding: 0 16px;
    box-sizing: border-box;
    line-height: 45px;
    float: left;
    margin-right: 2px;
    font-size: 15px; }
    #newsletter-form input:focus {
      background-color: #808285;
      color: #414042;
      outline: 0; }
    @media screen and (max-width: 900px) {
      #newsletter-form input {
        height: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 700px) {
      #newsletter-form input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        margin: 0 0 13px; } }
  #newsletter-form input[type='submit'] {
    width: 16.9%;
    border: 1px solid #97002e;
    background: #97002e;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 46px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    #newsletter-form input[type='submit']:hover {
      background: #fff;
      color: #97002e;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    @media screen and (max-width: 900px) {
      #newsletter-form input[type='submit'] {
        height: 33px;
        line-height: 33px; } }
    @media screen and (max-width: 700px) {
      #newsletter-form input[type='submit'] {
        height: 45px;
        line-height: 45px;
        width: 25%; } }
  #newsletter-form .thank {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    border: 2px solid #97002e;
    box-sizing: border-box;
    color: #231f20;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 14px;
    line-height: 41px;
    letter-spacing: 0.8px;
    -webkit-transition: visibility 0ms linear 200ms, opacity 200ms linear;
    transition: visibility 0ms linear 200ms, opacity 200ms linear; }
    #newsletter-form .thank div {
      padding-right: 135px; }
    #newsletter-form .thank .thank-close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 135px;
      background-color: #231f20;
      color: #fff;
      box-sizing: border-box;
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #newsletter-form .thank .thank-close:hover {
        background-color: #97002e;
        color: #fff; }
  #newsletter-form ::-webkit-input-placeholder {
    color: #808285;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #newsletter-form :-moz-placeholder {
    color: #808285;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #newsletter-form ::-moz-placeholder {
    color: #808285;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #newsletter-form :-ms-input-placeholder {
    color: #808285;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  @media all and (max-width: 700px) {
    #newsletter-form ::-webkit-input-placeholder {
      color: #808285;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #newsletter-form :-moz-placeholder {
      color: #808285;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #newsletter-form ::-moz-placeholder {
      color: #808285;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #newsletter-form :-ms-input-placeholder {
      color: #808285;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; } }
  #newsletter-form input:focus::-webkit-input-placeholder {
    color: #414042; }
  #newsletter-form input:focus:-moz-placeholder {
    color: #414042; }
  #newsletter-form input:focus::-moz-placeholder {
    color: #414042; }
  #newsletter-form input:focus::-ms-input-placeholder {
    color: #414042; }
  #newsletter-form .placeholdersjs {
    color: #808285; }

#newsletter-form.show-thank .thank {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

#tb-form {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 0 20px; }
  #tb-form input[type='text'], #tb-form input[type='email'] {
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: #97002e;
    color: #fff;
    width: 260px;
    margin-bottom: 12px;
    line-height: 36px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #tb-form input[type='text']:focus, #tb-form input[type='email']:focus {
      color: #97002e;
      background-color: #fff;
      outline: 0; }
  #tb-form input[type='submit'] {
    display: inline-block;
    font-size: 15px;
    line-height: 36px;
    padding: 0px 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    background-color: #fff;
    color: #231f20;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    #tb-form input[type='submit']:hover {
      background-color: #231f20;
      color: #fff; }
  #tb-form .thank {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    border: 2px solid #97002e;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.98);
    color: #231f20;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-transition: visibility 0ms linear 200ms, opacity 200ms linear;
    transition: visibility 0ms linear 200ms, opacity 200ms linear; }
    #tb-form .thank .thank-close {
      display: block;
      background-color: #97002e;
      color: #fff;
      box-sizing: border-box;
      width: 135px;
      margin: 20px auto;
      font-size: 14px;
      padding: 9px 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #tb-form .thank .thank-close:hover {
        background-color: #97002e; }
  #tb-form ::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #tb-form :-moz-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #tb-form ::-moz-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #tb-form :-ms-input-placeholder {
    color: #fff;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  @media all and (max-width: 700px) {
    #tb-form ::-webkit-input-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #tb-form :-moz-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #tb-form ::-moz-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #tb-form :-ms-input-placeholder {
      color: #fff;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; } }
  #tb-form input:focus::-webkit-input-placeholder {
    color: #97002e; }
  #tb-form input:focus:-moz-placeholder {
    color: #97002e; }
  #tb-form input:focus::-moz-placeholder {
    color: #97002e; }
  #tb-form input:focus::-ms-input-placeholder {
    color: #97002e; }
  #tb-form textarea:focus::-webkit-input-placeholder {
    color: #97002e; }
  #tb-form textarea:focus:-moz-placeholder {
    color: #97002e; }
  #tb-form textarea:focus::-moz-placeholder {
    color: #97002e; }
  #tb-form textarea:focus::-ms-input-placeholder {
    color: #97002e; }
  #tb-form .placeholdersjs {
    color: #fff; }

#tb-form.show-thank .thank {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

/*----------------------------------------------------------------------------*/
/*	MOBILE NAV
/*----------------------------------------------------------------------------*/
#mobileNav {
  width: 363px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #97002e;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  z-index: 2000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%); }
  @media all and (max-width: 700px) {
    #mobileNav {
      width: 300px; } }

body.showMobileNav #mobileNav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#mobileNav-tab {
  position: absolute;
  top: 0;
  right: 93px;
  height: 80px;
  width: 60px;
  padding: 19px 8px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media all and (max-width: 900px) {
    #mobileNav-tab {
      height: 59px;
      padding-top: 11px; } }
  @media all and (max-width: 700px) {
    #mobileNav-tab {
      right: 65px; } }

#mobileNav-tab:before {
  content: '';
  position: absolute;
  bottom: 31px;
  left: 9px;
  right: 9px;
  height: 7px;
  border-top: #97002e solid 2px;
  border-bottom: #97002e solid 2px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  @media all and (max-width: 900px) {
    #mobileNav-tab:before {
      bottom: 18px;
      height: 6px; } }

#mobileNav-tab:after {
  content: '';
  position: absolute;
  bottom: 23px;
  left: 9px;
  right: 9px;
  border-bottom: #97002e solid 2px; }
  @media all and (max-width: 900px) {
    #mobileNav-tab:after {
      bottom: 10px; } }

#mobileNav-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 0; }
  #mobileNav-menu .facebook, #mobileNav-menu .twitter, #mobileNav-menu .pinterest {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    fill: #fff; }
    #mobileNav-menu .facebook:hover, #mobileNav-menu .twitter:hover, #mobileNav-menu .pinterest:hover {
      fill: #231f20; }
    #mobileNav-menu .facebook svg, #mobileNav-menu .twitter svg, #mobileNav-menu .pinterest svg {
      width: 100%;
      height: 100%; }
  #mobileNav-menu .facebook {
    margin-left: 18px; }

.mobileNavGroup {
  text-align: left;
  color: #bbbdc0; }
  .mobileNavGroup ul {
    list-style: none;
    padding-left: 0; }
  .mobileNavGroup li {
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    letter-spacing: 0.5px; }
    .mobileNavGroup li a, .mobileNavGroup li .subTitle {
      color: #fff;
      line-height: 45px;
      display: block;
      padding: 5px 18px; }
      .mobileNavGroup li a.current, .mobileNavGroup li .subTitle.current {
        color: #231f20; }
      .mobileNavGroup li a:hover, .mobileNavGroup li .subTitle:hover {
        color: #231f20; }
    .mobileNavGroup li.current a {
      color: #231f20; }
  .mobileNavGroup .phone {
    -webkit-hyphens: none; }

.mobileNavGroupTitle {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-left: 18px;
  font-size: 15px;
  color: #231f20;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 54px;
  border-bottom: 1px solid #fff; }

#mobileNav .menu-item-has-children {
  cursor: pointer;
  position: relative; }

#mobileNav .sub-menu {
  list-style: none;
  padding-left: 0;
  max-height: 100%;
  width: 265px;
  overflow: hidden;
  padding-top: 52px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: #97002e;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  z-index: 2010;
  -webkit-transform: translate(265px, 0);
  -ms-transform: translate(265px, 0);
  transform: translate(265px, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media all and (max-width: 700px) {
    #mobileNav .sub-menu {
      width: 250px; } }
  #mobileNav .sub-menu li {
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    letter-spacing: 0.5px;
    background-color: #97002e; }
    #mobileNav .sub-menu li a {
      color: #fff;
      line-height: 45px;
      display: block;
      padding: 5px 18px; }
  #mobileNav .sub-menu li:hover a {
    color: #231f20; }

#mobileNav .menu-item-has-children.show .sub-menu {
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

#mobileNav .menu-item-has-children.show:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.close-btn-nav {
  background: url("img/close-x-btn.png") center no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 19px;
  right: 20px;
  cursor: pointer; }

.mobileNavGroup.menu-item-search-group {
  border-bottom: none; }

.mobileNavGroup .menu-item-search-ul {
  border-bottom: none;
  margin-bottom: 20px; }

.mobileNavGroup li.menu-item-search {
  list-style: none;
  padding-left: 16px;
  border-bottom: none; }

li.menu-item-search form input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  display: inline-block;
  font-size: 14px;
  padding: 9px 12px;
  border: none;
  box-sizing: border-box;
  background-color: #ddd;
  color: #444;
  width: 50%; }

li.menu-item-search form input[type="text"]:focus {
  color: #444;
  background-color: #fff;
  outline: 0; }

li.menu-item-search form input[type='submit'] {
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  background-color: #97002e;
  border: 1px solid #fff;
  color: #fff;
  width: 30%;
  margin: 18px 0px 0px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

li.menu-item-search form input[type='submit']:hover {
  background-color: #fff;
  color: #97002e; }

form#searchform {
  max-width: 320px;
  margin-bottom: 20px;
  margin-left: 15px; }

form#searchform input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  display: inline-block;
  font-size: 14px;
  padding: 9px 12px;
  border: none;
  box-sizing: border-box;
  background-color: #ddd;
  color: #444;
  width: 55%; }

form#searchform input[type="text"]:focus {
  color: #444;
  background-color: #fff;
  outline: 0; }

form#searchform input[type='submit'] {
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  background-color: #97002e;
  border: 1px solid #97002e;
  color: #fff;
  width: 35%;
  margin: 18px 0px 0px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

form#searchform input[type='submit']:hover {
  background-color: #fff;
  color: #97002e; }

/*--------------------------------------------------------------------*/
/*	BLOG
/*--------------------------------------------------------------------*/
.blog .header_cta, .challenges .header_cta,
.single .header_cta, .post-type-archive-challenges .header_cta,
.page-template-template-campaign .header_cta {
  display: none; }

.blog-content {
  max-width: 574px;
  position: relative;
  font-size: 14px;
  line-height: 20px; }
  @media all and (max-width: 700px) {
    .blog-content {
      max-width: 700px; } }

.blog-date {
  display: inline-block;
  width: auto;
  margin-bottom: 3px;
  margin-left: 15px;
  font: 400 14px/20px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #231f20;
  letter-spacing: 0.125em; }
  @media all and (max-width: 700px) {
    .blog-date {
      font-size: 14px;
      display: block;
      margin: 0; } }

.blog-title, a.blog-title {
  display: block;
  margin-bottom: 12px;
  margin-right: 9px;
  letter-spacing: .025em;
  font: 400 28px/38px "Oswald", sans-serif;
  color: #97002e;
  text-transform: none;
  text-decoration: none; }
  @media all and (max-width: 700px) {
    .blog-title, a.blog-title {
      font-size: 17px; } }

a.blog-title:hover {
  text-decoration: underline; }

.blog-meta .author {
  display: inline-block;
  font: 400 14px/20px "Montserrat", sans-serif;
  letter-spacing: 0.125em;
  color: #231f20;
  text-transform: uppercase; }
  @media all and (max-width: 700px) {
    .blog-meta .author {
      font-size: 14px; } }
.blog-meta .comments {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font: 400 14px/20px "Montserrat", sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #231f20; }
  @media screen and (max-width: 700px) {
    .blog-meta .comments {
      padding-left: 26px;
      font-size: 14px; } }
  .blog-meta .comments:before {
    content: '';
    height: 100%;
    width: 13%;
    position: absolute;
    bottom: -1px;
    left: 8px;
    background: url("blog/img/icon_comment.png") no-repeat center center;
    background-size: contain; }
    @media screen and (max-width: 700px) {
      .blog-meta .comments:before {
        left: 0; } }

.blog-image {
  width: 100%;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto; }

.content img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  margin: 25px 0; }

.article-actions {
  width: 100%;
  min-height: 20px;
  margin-top: 14px;
  margin-bottom: 77px; }
  .article-actions .more {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .1em;
    color: #97002e;
    text-decoration: none;
    text-transform: uppercase; }
  .article-actions .blog-social {
    position: absolute;
    right: 0;
    margin-top: 45px; }
    .article-actions .blog-social .post-socialB {
      width: 22px;
      height: 22px;
      border-radius: 13px;
      float: left;
      margin-right: 13px;
      margin-left: 0;
      padding: 0;
      overflow: hidden;
      cursor: pointer;
      background-color: #a7a9ab;
      background-repeat: no-repeat;
      background-position: left center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .article-actions .blog-social .post-socialB:last-child {
        margin-right: 0; }
      .article-actions .blog-social .post-socialB a {
        display: block;
        width: 0;
        color: #fff;
        padding-left: 28px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        text-decoration: none;
        text-transform: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .article-actions .blog-social .post-socialB:hover {
        width: 75px; }
        .article-actions .blog-social .post-socialB:hover a {
          text-decoration: none; }
      .article-actions .blog-social .post-socialB.post-facebook {
        background-image: url("blog/img/icon_fb.svg"); }
      .article-actions .blog-social .post-socialB.post-twitter {
        background-image: url("blog/img/icon_tw.svg"); }
      .article-actions .blog-social .post-socialB.post-pintrest {
        background-image: url("blog/img/icon_pt.svg"); }

.seperator {
  border-top: 2px solid #97002e;
  border-bottom: 2px solid #97002e;
  width: 100%;
  height: 8px;
  margin-bottom: 31px; }

.blog-comments .heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #231f20; }
.blog-comments .comment {
  border-bottom: 1px solid #231f20;
  margin-bottom: 24px; }
  .blog-comments .comment .author {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 24px;
    position: relative; }
    .blog-comments .comment .author:before {
      content: '';
      height: 16px;
      width: 18px;
      position: absolute;
      top: 2px;
      left: 0px;
      background: url("blog/img/icon_comment.png") no-repeat center center;
      background-size: contain; }
  .blog-comments .comment .copy {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 24px; }
  .blog-comments .comment .date {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding-bottom: 24px;
    padding-left: 24px; }

#comment-form {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 36px; }
  #comment-form input[type='text'], #comment-form input[type='email'], #comment-form textarea {
    display: block;
    font-size: 15px;
    padding: 9px 12px;
    border: 1px solid #808184;
    box-sizing: border-box;
    background-color: transparent;
    color: #808184;
    width: 49%;
    margin-bottom: 12px; }
    @media screen and (max-width: 700px) {
      #comment-form input[type='text'], #comment-form input[type='email'], #comment-form textarea {
        width: 100%; } }
    #comment-form input[type='text']:focus, #comment-form input[type='email']:focus, #comment-form textarea:focus {
      color: #fff;
      background-color: #808184;
      outline: 0; }
  #comment-form .name {
    float: left; }
  #comment-form .email {
    float: right; }
  #comment-form textarea {
    width: 100%;
    height: 37px; }
    #comment-form textarea.half-wit {
      width: 50%; }
  #comment-form input[type='submit'] {
    display: block;
    font-size: 15px;
    border: 1px solid #231f20;
    box-sizing: border-box;
    letter-spacing: 0.25em;
    background-color: #231f20;
    color: #fff;
    width: 106px;
    margin: 18px 0px 0px;
    cursor: pointer;
    height: 28px;
    line-height: 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-transform: uppercase; }
    #comment-form input[type='submit']:hover {
      background-color: #fff;
      color: #231f20; }
  #comment-form ::-webkit-input-placeholder {
    color: #808184;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #comment-form :-moz-placeholder {
    color: #808184;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #comment-form ::-moz-placeholder {
    color: #808184;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  #comment-form :-ms-input-placeholder {
    color: #808184;
    letter-spacing: .05em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    opacity: 1; }
  @media all and (max-width: 700px) {
    #comment-form ::-webkit-input-placeholder {
      color: #808184;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #comment-form :-moz-placeholder {
      color: #808184;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #comment-form ::-moz-placeholder {
      color: #808184;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; }
    #comment-form :-ms-input-placeholder {
      color: #808184;
      letter-spacing: .025em;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      opacity: 1; } }
  #comment-form input:focus::-webkit-input-placeholder {
    color: #fff; }
  #comment-form input:focus:-moz-placeholder {
    color: #fff; }
  #comment-form input:focus::-moz-placeholder {
    color: #fff; }
  #comment-form input:focus::-ms-input-placeholder {
    color: #fff; }
  #comment-form textarea:focus::-webkit-input-placeholder {
    color: #fff; }
  #comment-form textarea:focus:-moz-placeholder {
    color: #fff; }
  #comment-form textarea:focus::-moz-placeholder {
    color: #fff; }
  #comment-form textarea:focus::-ms-input-placeholder {
    color: #fff; }
  #comment-form .placeholdersjs {
    color: #808184; }
  #comment-form .thank {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 65px 0;
    border: 2px solid #97002e;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
    color: #231f20;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    -webkit-transition: visibility 0ms linear 200ms, opacity 200ms linear;
    transition: visibility 0ms linear 200ms, opacity 200ms linear; }
    #comment-form .thank .thank-close {
      display: block;
      background-color: #97002e;
      color: #fff;
      box-sizing: border-box;
      width: 135px;
      margin: 20px auto;
      font-size: 14px;
      padding: 9px 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      #comment-form .thank .thank-close:hover {
        background-color: #fff;
        color: #97002e; }

#comment-form.show-thank .thank {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.blog {
  background: #fff; }
  .blog section {
    color: #231f20; }
    .blog section p {
      color: #231f20; }
    .blog section .sectionContainer {
      padding: 50px 20px;
      max-width: 1000px;
      margin: 0 auto; }
      @media all and (max-width: 700px) {
        .blog section .sectionContainer {
          padding: 30px 20px; } }

.mobile-menu {
  position: absolute;
  display: none;
  right: 20px;
  bottom: 0;
  cursor: pointer; }
  @media all and (max-width: 700px) {
    .mobile-menu {
      display: block; } }

.sidebar {
  width: 34%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 50px 0;
  background: #d3d4d5; }
  @media all and (max-width: 700px) {
    .sidebar {
      width: 270px;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
      transform: translate(100%, -100%); } }
  .sidebar.show {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .sidebar .category-group {
    border-bottom: 1px solid #808184;
    padding: 12px 0 0;
    margin: 0 20px; }
    .sidebar .category-group:first-child {
      border-top: 1px solid #808184; }
    .sidebar .category-group.margin50 {
      margin-bottom: 50px; }
    .sidebar .category-group .sidebar-title, .sidebar .category-group .sidebar-title a {
      cursor: pointer;
      color: #231f20;
      text-transform: uppercase;
      font: 400 15px/18px "Montserrat", sans-serif;
      letter-spacing: .250em;
      margin-bottom: 10px;
      display: block; }
    .sidebar .category-group a {
      color: #231f20;
      font: 400 16px/16px "Montserrat", sans-serif;
      letter-spacing: .02em;
      text-transform: none;
      display: inline-block;
      margin-bottom: 11px;
      text-decoration: none; }
      .sidebar .category-group a:hover, .sidebar .category-group a.current {
        text-decoration: underline; }
  .sidebar .sidebar-links {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease; }
  .sidebar .sidebar-links.show {
    max-height: 250px;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease; }
  .sidebar .sidebar-testimonials {
    padding: 20px; }
    .sidebar .sidebar-testimonials .author {
      color: #97002e;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .125em;
      margin-bottom: 50px; }

.posts, .posts-internal {
  width: 63%;
  min-height: 270px;
  padding-right: 3%; }
  @media all and (max-width: 700px) {
    .posts, .posts-internal {
      width: 100%;
      padding-right: 0; } }

.pagination {
  position: relative;
  text-align: center; }
  .pagination .blog-prev, .pagination .blog-next {
    padding: 0 5px;
    border: 1px solid #97002e;
    background: #97002e;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    margin-top: 9px;
    font-size: 13px; }
    .pagination .blog-prev:hover, .pagination .blog-next:hover {
      background: #fff;
      color: #97002e; }
  .pagination .blog-prev {
    float: left; }
  .pagination .blog-next {
    float: right; }
  .pagination .nonselected, .pagination .pageselected {
    border: 1px solid #231f20;
    padding: 0 5px;
    border-radius: 6px;
    text-decoration: none;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    font-size: 13px; }
  .pagination .nonselected:hover {
    background: #97002e;
    color: #fff; }
  .pagination .pageselected {
    height: 20px;
    line-height: 20px;
    background: #97002e;
    color: #fff; }

.challenges .top-banner, .consultation .top-banner, .post-type-archive-challenges .top-banner,
.page-template-template-campaign .top-banner, .single-challenges .top-banner, .single-participants .top-banner {
  font: 700 92px/101px "Oswald", sans-serif;
  letter-spacing: .025em;
  color: #fff;
  text-transform: uppercase; }
  @media all and (max-width: 1000px) {
    .challenges .top-banner, .consultation .top-banner, .post-type-archive-challenges .top-banner,
    .page-template-template-campaign .top-banner, .single-challenges .top-banner, .single-participants .top-banner {
      font-size: 80px;
      line-height: 89px; } }
  @media all and (max-width: 900px) {
    .challenges .top-banner, .consultation .top-banner, .post-type-archive-challenges .top-banner,
    .page-template-template-campaign .top-banner, .single-challenges .top-banner, .single-participants .top-banner {
      font-size: 66px;
      line-height: 75px; } }
  @media all and (max-width: 700px) {
    .challenges .top-banner, .consultation .top-banner, .post-type-archive-challenges .top-banner,
    .page-template-template-campaign .top-banner, .single-challenges .top-banner, .single-participants .top-banner {
      font-size: 33px;
      line-height: 42px; } }
  .challenges .top-banner .sectionContainer, .consultation .top-banner .sectionContainer, .post-type-archive-challenges .top-banner .sectionContainer,
  .page-template-template-campaign .top-banner .sectionContainer, .single-challenges .top-banner .sectionContainer, .single-participants .top-banner .sectionContainer {
    padding-bottom: 0; }
.challenges .red-banner, .consultation .red-banner, .post-type-archive-challenges .red-banner,
.page-template-template-campaign .red-banner, .single-challenges .red-banner, .single-participants .red-banner {
  background: #97002e; }
.challenges .green-banner, .consultation .green-banner, .post-type-archive-challenges .green-banner,
.page-template-template-campaign .green-banner, .single-challenges .green-banner, .single-participants .green-banner {
  background: #759c58; }
.challenges .blue-banner, .consultation .blue-banner, .post-type-archive-challenges .blue-banner,
.page-template-template-campaign .blue-banner, .single-challenges .blue-banner, .single-participants .blue-banner {
  background: #4289ae; }
.challenges .black-banner, .consultation .black-banner, .post-type-archive-challenges .black-banner,
.page-template-template-campaign .black-banner, .single-challenges .black-banner, .single-participants .black-banner {
  background: #231f20; }
.challenges .text-postition, .consultation .text-postition, .post-type-archive-challenges .text-postition,
.page-template-template-campaign .text-postition, .single-challenges .text-postition, .single-participants .text-postition {
  margin-bottom: -10px; }
  @media all and (max-width: 1000px) {
    .challenges .text-postition, .consultation .text-postition, .post-type-archive-challenges .text-postition,
    .page-template-template-campaign .text-postition, .single-challenges .text-postition, .single-participants .text-postition {
      margin-bottom: -9px; } }
  @media all and (max-width: 900px) {
    .challenges .text-postition, .consultation .text-postition, .post-type-archive-challenges .text-postition,
    .page-template-template-campaign .text-postition, .single-challenges .text-postition, .single-participants .text-postition {
      margin-bottom: -8px; } }
  @media all and (max-width: 700px) {
    .challenges .text-postition, .consultation .text-postition, .post-type-archive-challenges .text-postition,
    .page-template-template-campaign .text-postition, .single-challenges .text-postition, .single-participants .text-postition {
      margin-bottom: -7px; } }
.challenges .calendar, .consultation .calendar, .post-type-archive-challenges .calendar,
.page-template-template-campaign .calendar, .single-challenges .calendar, .single-participants .calendar {
  background: url("img/calendar.png") center no-repeat;
  background-size: contain;
  width: 11.864%;
  height: 148px;
  float: left;
  margin-right: 2%;
  box-sizing: border-box;
  margin-top: 5px; }
  @media all and (max-width: 700px) {
    .challenges .calendar, .consultation .calendar, .post-type-archive-challenges .calendar,
    .page-template-template-campaign .calendar, .single-challenges .calendar, .single-participants .calendar {
      display: none; } }
.challenges .calendar-content, .consultation .calendar-content, .post-type-archive-challenges .calendar-content,
.page-template-template-campaign .calendar-content, .single-challenges .calendar-content, .single-participants .calendar-content {
  float: right;
  width: 86.136%; }
  @media all and (max-width: 700px) {
    .challenges .calendar-content, .consultation .calendar-content, .post-type-archive-challenges .calendar-content,
    .page-template-template-campaign .calendar-content, .single-challenges .calendar-content, .single-participants .calendar-content {
      width: 100%; } }
.challenges .challenge-ribbon, .consultation .challenge-ribbon, .post-type-archive-challenges .challenge-ribbon,
.page-template-template-campaign .challenge-ribbon, .single-challenges .challenge-ribbon, .single-participants .challenge-ribbon {
  background: url("img/challenge-ribbon.png") center no-repeat;
  background-size: contain;
  width: 87.815%;
  margin-top: 59px;
  margin-bottom: 70px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media all and (max-width: 1000px) {
    .challenges .challenge-ribbon, .consultation .challenge-ribbon, .post-type-archive-challenges .challenge-ribbon,
    .page-template-template-campaign .challenge-ribbon, .single-challenges .challenge-ribbon, .single-participants .challenge-ribbon {
      margin-top: 30px;
      margin-bottom: 40px; } }
  .challenges .challenge-ribbon .spacer, .consultation .challenge-ribbon .spacer, .post-type-archive-challenges .challenge-ribbon .spacer,
  .page-template-template-campaign .challenge-ribbon .spacer, .single-challenges .challenge-ribbon .spacer, .single-participants .challenge-ribbon .spacer {
    padding-top: 16.694%;
    display: block; }
  .challenges .challenge-ribbon:hover, .consultation .challenge-ribbon:hover, .post-type-archive-challenges .challenge-ribbon:hover,
  .page-template-template-campaign .challenge-ribbon:hover, .single-challenges .challenge-ribbon:hover, .single-participants .challenge-ribbon:hover {
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.challenges .blog-title, .consultation .blog-title, .post-type-archive-challenges .blog-title,
.page-template-template-campaign .blog-title, .single-challenges .blog-title, .single-participants .blog-title {
  text-transform: uppercase; }
.challenges .posts-internal, .consultation .posts-internal, .post-type-archive-challenges .posts-internal,
.page-template-template-campaign .posts-internal, .single-challenges .posts-internal, .single-participants .posts-internal {
  width: 100%;
  padding-right: 0; }
.challenges .blog-content, .consultation .blog-content, .post-type-archive-challenges .blog-content,
.page-template-template-campaign .blog-content, .single-challenges .blog-content, .single-participants .blog-content {
  max-width: 100%; }
.challenges .blog-comments, .consultation .blog-comments, .post-type-archive-challenges .blog-comments,
.page-template-template-campaign .blog-comments, .single-challenges .blog-comments, .single-participants .blog-comments {
  width: 65%; }
  @media all and (max-width: 700px) {
    .challenges .blog-comments, .consultation .blog-comments, .post-type-archive-challenges .blog-comments,
    .page-template-template-campaign .blog-comments, .single-challenges .blog-comments, .single-participants .blog-comments {
      width: 100%; } }
.challenges .sidebar-links, .consultation .sidebar-links, .post-type-archive-challenges .sidebar-links,
.page-template-template-campaign .sidebar-links, .single-challenges .sidebar-links, .single-participants .sidebar-links {
  list-style: none; }
  .challenges .sidebar-links .sidebar-sublinks, .consultation .sidebar-links .sidebar-sublinks, .post-type-archive-challenges .sidebar-links .sidebar-sublinks,
  .page-template-template-campaign .sidebar-links .sidebar-sublinks, .single-challenges .sidebar-links .sidebar-sublinks, .single-participants .sidebar-links .sidebar-sublinks {
    padding-left: 30px; }
.challenges .sidebar, .consultation .sidebar, .post-type-archive-challenges .sidebar,
.page-template-template-campaign .sidebar, .single-challenges .sidebar, .single-participants .sidebar {
  background: #fff; }
  .challenges .sidebar .category-group a:hover, .challenges .sidebar .category-group a.current, .consultation .sidebar .category-group a:hover, .consultation .sidebar .category-group a.current, .post-type-archive-challenges .sidebar .category-group a:hover, .post-type-archive-challenges .sidebar .category-group a.current,
  .page-template-template-campaign .sidebar .category-group a:hover,
  .page-template-template-campaign .sidebar .category-group a.current, .single-challenges .sidebar .category-group a:hover, .single-challenges .sidebar .category-group a.current, .single-participants .sidebar .category-group a:hover, .single-participants .sidebar .category-group a.current {
    color: #97002e; }
  .challenges .sidebar .category-group .sidebar-title, .consultation .sidebar .category-group .sidebar-title, .post-type-archive-challenges .sidebar .category-group .sidebar-title,
  .page-template-template-campaign .sidebar .category-group .sidebar-title, .single-challenges .sidebar .category-group .sidebar-title, .single-participants .sidebar .category-group .sidebar-title {
    color: #231f20; }
.challenges .blog-image, .consultation .blog-image, .post-type-archive-challenges .blog-image,
.page-template-template-campaign .blog-image, .single-challenges .blog-image, .single-participants .blog-image {
  overflow: hidden;
  position: relative; }
.challenges .challenge-text-wrapper, .consultation .challenge-text-wrapper, .post-type-archive-challenges .challenge-text-wrapper,
.page-template-template-campaign .challenge-text-wrapper, .single-challenges .challenge-text-wrapper, .single-participants .challenge-text-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 25px 0; }
  .challenges .challenge-text-wrapper:hover .trainer-overlay, .consultation .challenge-text-wrapper:hover .trainer-overlay, .post-type-archive-challenges .challenge-text-wrapper:hover .trainer-overlay,
  .page-template-template-campaign .challenge-text-wrapper:hover .trainer-overlay, .single-challenges .challenge-text-wrapper:hover .trainer-overlay, .single-participants .challenge-text-wrapper:hover .trainer-overlay {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

#respond {
  margin: 30px 0; }

#respond input, #respond textarea {
  border: 1px solid #000;
  font-size: 16px;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 100%; }

#respond input {
  height: 30px;
  line-height: 30px; }

section #respond a, .comment-author span, section cite a, section .commentmetadata a {
  display: inline-block; }

section cite a, section .commentmetadata a {
  color: #58595b;
  font-weight: 400; }

section .comment-body p {
  margin-bottom: 0; }

#respond #submit {
  display: block;
  border: 1px solid #97002e;
  background: #97002e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px;
  max-width: 190px;
  margin: 10px 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  cursor: pointer;
  line-height: 0; }

#respond #submit:hover {
  background: #fff;
  color: #97002e;
  text-decoration: none;
  transition: all .2s ease;
  -webkit-transition: all .2s ease; }

#pagination {
  margin: 36px auto 0;
  width: 406px; }

.page-numbers {
  padding: 5px;
  border: 1px solid #97002e;
  border-radius: 4px; }

.page-numbers.current, #pagination a:hover {
  background: #97002e;
  color: #fff; }

#pagination a {
  color: #000; }

.name-posts {
  width: 100%;
  min-height: 270px; }

.fitlife-ribbon {
  background-image: url("img/fitlife-ribbon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63.97185%;
  margin-top: 59px;
  margin-bottom: 70px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media all and (max-width: 1000px) {
    .fitlife-ribbon {
      margin-top: 30px;
      margin-bottom: 40px; } }
  .fitlife-ribbon .spacer {
    padding-top: 36.11111%;
    display: block; }
  .fitlife-ribbon:hover {
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.fitlife-ribbon2 {
  background-image: url("img/fitlife-ribbon2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63.97185%;
  margin-top: 59px;
  margin-bottom: 70px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media all and (max-width: 1000px) {
    .fitlife-ribbon2 {
      margin-top: 30px;
      margin-bottom: 40px; } }
  .fitlife-ribbon2 .spacer {
    padding-top: 18.539%;
    display: block; }
  .fitlife-ribbon2:hover {
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

#free-week-wrap #free-week-form {
  height: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
#free-week-wrap.showform #free-week-form {
  height: 340px; }
  @media all and (max-width: 600px) {
    #free-week-wrap.showform #free-week-form {
      height: 420px; } }

#free-week-trigger {
  background-image: url("img/free-week-ribbon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 361px;
  margin-top: 59px;
  margin-bottom: 70px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media all and (max-width: 1000px) {
    #free-week-trigger {
      margin-top: 30px;
      margin-bottom: 40px; } }
  #free-week-trigger .spacer {
    padding-top: 27.703%;
    display: block; }
  #free-week-trigger:hover {
    margin-left: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

#text_slide-nav .text_radio-wrap {
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #fff;
  cursor: pointer; }
  #text_slide-nav .text_radio-wrap:last-child {
    margin-right: 0; }
  #text_slide-nav .text_radio-wrap.checked {
    background-color: #97002e; }

.nav-position {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 236px;
  width: 135px; }
  @media all and (max-width: 700px) {
    .nav-position {
      top: 325px; } }

.read-more {
  color: #97002e;
  display: block;
  text-transform: uppercase;
  font: 700 14px/20px "Montserrat", sans-serif;
  letter-spacing: .125em; }
  .read-more:hover {
    text-decoration: underline; }

/* Sass */
.text_container {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 115px; }
  @media all and (max-width: 700px) {
    .text_container {
      top: 20px; } }
  .text_container #text_slider {
    width: 100%;
    margin-top: 50px; }
    @media all and (max-width: 700px) {
      .text_container #text_slider {
        margin-top: 75px;
        padding: 0 20px; } }
  .text_container #text_slides {
    position: relative;
    overflow: hidden; }
  .text_container .text_slide {
    position: absolute;
    left: 100%;
    width: 100%;
    opacity: 0; }
    .text_container .text_slide.current {
      left: 0;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .text_container .text_slide.prev-left {
      left: -100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .text_container .text_slide.prev-right {
      left: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .text_container .text_slide.before-left {
      left: -100%; }
    .text_container .text_slide h2 {
      max-width: 560px;
      margin: 0 auto 7px; }
    .text_container .text_slide p {
      max-width: 560px;
      margin: 0 auto 15px; }

.contactTabs {
  margin-top: 100px; }
  .contactTabs .tab {
    background-color: #231f20;
    color: #fff;
    text-align: center;
    height: 44px;
    font: 700 14px/44px "Montserrat", sans-serif;
    letter-spacing: .125em;
    display: inline-block;
    margin-right: 0;
    width: 32.666%;
    text-transform: uppercase;
    cursor: pointer; }
    .contactTabs .tab:last-child {
      margin-right: 0; }
    .contactTabs .tab.checked {
      background-color: #97002e; }
    @media all and (max-width: 700px) {
      .contactTabs .tab {
        width: 32%;
        font-size: 10px; } }

.map-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 52px 35px; }
  @media all and (max-width: 700px) {
    .map-container {
      padding: 40px 20px; } }

/* Sass */
.map_container {
  background-color: #97002e;
  color: #fff; }
  .map_container #map_slides {
    position: relative;
    overflow: hidden; }
  .map_container .map_slide {
    position: absolute;
    left: 100%;
    width: 100%; }
    .map_container .map_slide.current {
      left: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .map_container .map_slide.prev-left {
      left: -100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .map_container .map_slide.prev-right {
      left: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .map_container .map_slide.before-left {
      left: -100%; }

.trainers {
  background: #231f20;
  text-align: center; }
  .trainers .trainer-wrap {
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 2px solid #231f20;
    width: 25%; }
    @media all and (max-width: 700px) {
      .trainers .trainer-wrap {
        width: 50%; } }
    .trainers .trainer-wrap .spacer {
      padding-top: 136%; }
  .trainers .trainer-close-btn {
    background: url("img/white-close-x-btn.png") right top no-repeat;
    position: fixed;
    width: 13px;
    height: 13px;
    top: 11px;
    right: 11px;
    cursor: pointer;
    display: none;
    z-index: 20;
    padding: 0 0 40px 40px; }

.trainerImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .trainerImg:hover .trainer-overlay {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.trainer-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .trainer-overlay .white-arrow {
    background: url("img/white-arrow.png") center no-repeat;
    background-size: contain;
    width: 29px;
    height: 23px;
    margin: 0 auto 17px; }
  .trainer-overlay .trainer-name {
    font: 400 28px/38px "Oswald", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 13px; }
  .trainer-overlay .trainer-title {
    font: 300 18px/25px "Oswald", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase; }

#photo-pop {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #231f20;
  color: #fff;
  text-align: left;
  overflow: auto;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  #photo-pop.pop1 {
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  #photo-pop .large-photo-pop {
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left; }
    @media all and (max-width: 700px) {
      #photo-pop .large-photo-pop {
        display: none; } }
  #photo-pop .trainer-text {
    width: 50%;
    box-sizing: border-box;
    padding: 5% 6.6%;
    float: left; }
    @media all and (max-width: 700px) {
      #photo-pop .trainer-text {
        width: 100%; } }
  #photo-pop .trainer-name-pop {
    font: 400 70px/70px "Oswald", sans-serif;
    letter-spacing: .025em;
    margin-bottom: 12px;
    color: #58595b;
    text-transform: uppercase; }
  #photo-pop .trainer-logo {
    background: url("img/trainer-logo.png") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 5%;
    right: 4%;
    width: 131px;
    height: 102px;
    z-index: -1; }

.contact .trainers .trainer-overlay .trainer-title {
  margin-bottom: 2px; }
.contact .trainers .trainer-overlay .trainer-name {
  margin-bottom: 0; }
.register-button {padding-left: 300px;}

/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*# sourceMappingURL=style.css.map */

 @media all and (max-width: 700px) {
.wp-image-4376  {width: 372px; height: 176px;}
.wp-image-4381 {width: 381px;}
.register-button {padding-left: initial;}
}