body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: red;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 63px 40px;
  border-bottom: 1px dashed #0b0e47;
  background-color: #fff;
  text-align: center;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: red;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  margin-bottom: 19px;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-heading.small {
  margin-top: 20px;
  font-size: 40px;
}

.hero-subheading {
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  text-align: center;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #040452;
  color: #fff;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: red;
  color: #fff;
}

.hollow-button.red:hover {
  border-color: red;
  background-color: transparent;
}

.hollow-button.red.w--current {
  background-color: red;
}

.hollow-button.red.w--current:hover {
  border-color: red;
  background-color: transparent;
}

.hollow-button.bg-white {
  border-color: #cf404d;
  background-color: red;
  color: #fff;
}

.hollow-button.bg-white:hover {
  border-color: red;
  background-color: transparent;
  color: red;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 20px;
  color: #f0f0f0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: red;
  text-decoration: none;
}

.link:hover {
  color: #0b0e47;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 40%;
  margin-bottom: 155px;
  text-align: center;
}

.hero-title-wrapper.trg {
  top: 17%;
}

.hero-title-wrapper.hero-profile {
  top: 30%;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #0b0e47;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: red;
}

.nav-link.w--current {
  color: red;
}

.nav-link.coach {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .74));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .74));
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  position: relative;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/running-foot.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/running-foot.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.trg-banner {
  height: 50%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/runner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/runner.jpg');
}

.banner.profile-banner {
  height: 50%;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.image {
  padding: 10px;
  background-color: rgba(11, 14, 71, .5);
  opacity: 1;
  text-align: left;
}

.div-block {
  text-align: center;
}

.trg-ad {
  padding: 63px 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/takeleyrunning.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/takeleyrunning.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.heading {
  margin-top: 20px;
  padding-bottom: 6px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph {
  padding-left: 0px;
}

.heading-2 {
  margin-bottom: 30px;
  color: rgba(49, 49, 49, .6);
}

.heading-2.leftalign {
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 20px;
  color: rgba(49, 49, 49, .6);
  text-align: left;
}

.paragraph-3 {
  margin-bottom: 20px;
  color: rgba(49, 49, 49, .6);
  text-align: left;
}

.paragraph-3.trg-gp {
  color: rgba(0, 0, 0, .74);
}

.heading-3 {
  margin-bottom: 30px;
}

.section-3 {
  padding: 63px 40px;
  background-color: #fff;
}

.heading-4 {
  text-align: center;
}

.row {
  font-weight: 500;
}

.paragraph-4 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.div-block-2 {
  text-align: center;
}

.dropdown-toggle {
  padding-left: 26px;
}

.dropdown-toggle-2 {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.dropdown {
  display: block;
  font-size: 15px;
  text-align: center;
}

.dropdown-toggle-3 {
  color: #fff;
}

.image-2 {
  width: 60%;
  padding: 10px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-3 {
  display: none;
  width: 20%;
  padding-bottom: 20px;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.image-4 {
  padding-bottom: 30px;
}

.image-5 {
  padding: 30px;
}

.ordered-list {
  margin-bottom: 20px;
  text-align: left;
}

.unordered-list {
  margin-top: 19px;
  text-align: left;
}

.trg-list {
  margin-bottom: 50px;
}

.div-block-4 {
  display: inline-block;
}

.div-block-5 {
  text-align: center;
}

.image-6 {
  width: auto;
  height: 30vh;
  max-width: none;
  border: 1px none #0b0e47;
}

.bannerjs {
  height: 50%;
}

.bannerjs.trgbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/takeleyrunning.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/takeleyrunning.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bannerjs.profilebanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/profile-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/profile-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bannerjs.pcoachbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/person-coaching-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/person-coaching-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bannerjs.coachoptionsbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/option-coaching-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/option-coaching-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bannerjs.contactbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/running-foot.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/running-foot.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bannerjs.testbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/profile-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/profile-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.trg-wrapper {
  width: 50vw;
  max-width: none;
  padding: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(11, 14, 71, .5), rgba(11, 14, 71, .5));
  background-image: linear-gradient(180deg, rgba(11, 14, 71, .5), rgba(11, 14, 71, .5));
}

.div-block-6 {
  text-align: center;
}

.text-block {
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  text-align: left;
}

.unordered-list-2 {
  margin-top: 19px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.heading-5 {
  margin-top: 30px;
}

.news-content {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.image-7 {
  display: inline-block;
  float: none;
}

.image-8 {
  float: none;
}

.p-test {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.heading-6 {
  text-align: left;
}

.heading-7 {
  text-align: left;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-heading.small {
    font-size: 30px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .hero-title-wrapper {
    top: 20%;
  }
  .hero-title-wrapper.trg {
    top: 25%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #49647b;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 500px;
  }
  .trg-ad {
    padding-right: 40px;
  }
  .paragraph-3.trg-gp {
    color: rgba(0, 0, 0, .74);
  }
  .dropdown-toggle-3 {
    padding-left: 13px;
  }
  .image-3 {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 7px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, .6));
  }
  .image-5 {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 37px;
  }
  .hero-heading.small {
    font-size: 25px;
  }
  .hero-title-wrapper {
    top: 18%;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-2.leftalign {
    text-align: left;
  }
  .p-test {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .hero-title-wrapper {
    top: 9%;
  }
  .hero-title-wrapper.trg {
    top: 13%;
    max-height: 80%;
    max-width: 100%;
  }
  .banner {
    height: 450px;
  }
  .banner.trg-banner {
    text-align: center;
  }
  .trg-ad {
    padding-right: 40px;
  }
  .heading-4 {
    margin-top: 10px;
  }
}

