@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body {
  font: 16px/1.55 "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0f131f;
}

a:link, a:visited, a:active, .fake-link {
  color: #2ebbfa;
  text-decoration: underline;
}

a:hover, .fake-link:hover {
  color: #06a7ef;
  cursor: pointer;
}

h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}

h2 strong {
  font-weight: 700;
}

h2.tinyish {
  display: block;
  margin: 0 auto 40px;
  font-size: 28px;
}

h4 {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.25px;
  line-height: 1.4;
}

h4 + p {
  margin-top: -7px;
}

h5 {
  margin-bottom: 15px;
  font-weight: 700;
}

h5 span {
  display: block;
  font-weight: 400;
}

p.subheadline {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
}

label {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 18px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #30a7d6;
}

textarea {
  border: 1px solid #ddd;
}

select {
  height: 52px;
}

button {
  min-width: 180px;
  margin: 10px 8px 0;
  padding: 8px 30px;
  background: #30a7d6;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

button:hover {
  background: #2c89fc;
  transform: scale(1.025) translateY(-2px);
  box-shadow: 0 4px 15px rgba(43, 137, 252, 0.5);
}

button:active {
  background: #30a7d6;
  transform: scale(0.975) translateY(1px);
  box-shadow: none;
}

hr {
  display: block;
  margin: 20px auto 40px;
  width: 100px;
  height: 4px;
  border-radius: 3px;
  border: none;
  background: #30a7d6;
}

.social {
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

.social li {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  cursor: pointer;
}

.social li .iconic * {
  fill: #bababa;
}

.social li:hover .iconic * {
  fill: #2ebbfa;
  stroke: #2ebbfa;
}

.page,
#form-hide,
#path-hide,
#wholesale-form,
#business-form,
#thanks-message,
#checklist-hide,
#bp2,
#mlm-hide,
#party-hide,
#disruptor-hide,
.survey-hide,
.not-hide {
  display: none;
}

.bx-controls-direction a {
  text-decoration: none !important;
}

header {
  padding: 20px 0;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

header #logo {
  width: 240px;
}

header #about-me {
  text-align: right;
  font-size: 12px;
}

header #about-me img {
  float: right;
  width: auto;
  max-height: 60px;
  margin-left: 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

header #about-me .header-name {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #2ebbfa;
}

header #about-me .header-name:hover {
  color: #0584bd;
  text-decoration: underline;
}

#checklist-home-page label {
  font-size: 16px;
  font-weight: 400;
}

#checklist-home-page .sizer, #checklist-home-page .category {
  width: 50%;
}

#checklist-home-page .category {
  margin-bottom: 20px;
  padding-right: 40px;
}

#checklist-home-page .category h4 {
  margin: 0 0 15px;
  padding: 2px 0 2px 8px;
  background: #a9a9a9;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

#checklist-home-page .category h4 .iconic {
  width: 16px;
  height: 16px;
  margin: 5px 4px 0 0;
  transform: rotate(270deg);
}

#checklist-home-page .category h4 .iconic.flipped {
  margin: 8px 4px 0 0;
  transform: rotate(90deg);
}

#checklist-home-page .category h4 .iconic * {
  fill: #fff;
  stroke: #fff;
}

#checklist-home-page .product-list {
  padding-left: 0;
  list-style: none;
}

#checklist-home-page .product-list li {
  position: relative;
  margin: 7px 0;
  padding: 0 0 0 35px;
}

#checklist-home-page .checkbox-hack {
  display: none;
  position: relative;
  width: 25px;
  height: 25px;
}

#checklist-home-page .checkbox-hack + label {
  cursor: pointer;
}

#checklist-home-page .checkbox-hack + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  margin-right: 10px;
  background-color: #e4e4e4;
  box-shadow: inset 0 0 0 2px #bebebe;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#checklist-home-page .checkbox-hack:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  color: #fff;
  background: #2ebbfa;
  box-shadow: inset 0 0 0 2px #0596d6;
  text-align: center;
}

#checklist-home-page .score-box-desktop {
  z-index: 1;
  margin-left: 25px;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #d3d5da;
  text-align: center;
}

#checklist-home-page .score-box-desktop.stick {
  position: fixed;
  top: 20px;
}

#checklist-home-page .score-box-desktop.bottom {
  position: absolute;
}

#checklist-home-page .score-box-desktop hr {
  margin: 30px auto;
}

#checklist-home-page .score-box-desktop .score {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 5px;
  background: #2ebbfa;
  color: #fff;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#checklist-home-page .score-box-desktop p {
  margin-bottom: 0;
}

#checklist-home-page .score-box-mobile {
  position: fixed;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  background: #2ebbfa;
  color: #fff;
}

#checklist-home-page .score-box-mobile .row {
  padding: 10px 0;
}

#checklist-home-page .score-box-mobile .border-right {
  border-color: #fff;
}

#checklist-home-page .score-box-mobile .border-right h3 {
  margin-right: 15px;
}

#checklist-home-page .score-box-mobile h3 {
  margin: 13px 0 0 15px;
  line-height: 1;
  color: inherit;
  font-size: 30px;
}

#checklist-home-page .score-box-mobile .score {
  margin-left: 15px;
  font-size: 74px;
  font-weight: 700;
  line-height: 60px;
}

#checklist-home-page #contact-bar * {
  display: inline-block;
  margin: 0 3px;
}

#checklist-home-page #uncheck-desktop {
  display: block;
  margin: 0 auto;
}

#weight-loss-overview-page .cat-inner {
  height: 324px;
}

#weight-loss-overview-page .cat-inner ul {
  padding: 0 10px;
}

#weight-loss-overview-page .cat-inner button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -90px;
}

section {
  padding: 40px 0;
  background: #fff;
}

section:first-of-type {
  box-shadow: inset 0 360px 0 0 #f2f5fb;
}

section .video-logger, section .fake-video-img {
  margin: 20px auto 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 20px 20px rgba(0, 0, 0, 0.05), 0 40px 40px rgba(0, 0, 0, 0.05), 0 80px 80px rgba(0, 0, 0, 0.05);
  background: #fff;
}

section .video-logger img, section .fake-video-img img {
  max-width: 100%;
}

section#hp1 img {
  display: block;
  width: 100%;
  margin: 0 auto -30px;
  border-radius: 10px;
}

section#hp1 button {
  max-width: 260px;
  line-height: 1.3;
}

section#hp1 #form-wrap {
  margin: 20px 0 60px;
  padding: 40px 40px 90px;
  background: #f2f5fb;
  border-radius: 10px;
}

section#hp1 #form-wrap .row:nth-child(2) input, section#hp1 #form-wrap .row:nth-child(2) select {
  margin-bottom: 0;
}

section#hp1 #thanks-message {
  margin-bottom: -20px;
}

section#hp1 #thanks-message h4 {
  margin: 0;
}

section form {
  position: relative;
}

section form label {
  text-align: center;
}

section form .note {
  font-size: 14px;
  margin: 20px 0 -20px;
}

section form #submitButton {
  position: absolute;
  left: 50%;
  margin-left: -118px;
  bottom: -80px;
}

section#cp1 h2 {
  margin-bottom: 0;
}

section#cp2 {
  border-bottom: 1px solid #eee;
}

section#cp2 p {
  margin-bottom: 0;
}

section.wh2 {
  border-top: 1px solid #eee;
}

section.o1 .fake-video-wrap {
  position: relative;
  height: 400px;
  margin-top: 30px;
}

section.o1 .fake-video {
  position: absolute;
  width: 100%;
  height: 400px;
  margin: 0;
  background: url(../images/wc.png) no-repeat center center/cover;
  filter: blur(10px) brightness(50%);
  -webkit-filter: blur(10px) brightness(50%);
}

section.o1 .video-password-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 80%;
}

section.o1 .video-password-wrap input {
  margin: 0;
  padding-right: 198px;
}

section.o1 .video-password-wrap button {
  position: absolute;
  height: 52px;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0 4px 4px 0;
}

section.o1 .video-password-wrap button:hover {
  transform: none;
}

section#sp1 {
  box-shadow: none;
}

section .survey-hide .subheadline {
  margin-bottom: 20px;
}

section .testimonials img {
  margin-top: 40px;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 20px 20px rgba(0, 0, 0, 0.05), 0 40px 40px rgba(0, 0, 0, 0.05), 0 80px 80px rgba(0, 0, 0, 0.05);
}

section .testimonials .video-logger {
  margin: 40px auto 0;
}

section .cat-outer {
  margin: 30px 0 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

section .cat-header {
  background: #212529;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
}

section .cat-inner {
  padding: 20px;
  border-radius: 4px;
}

section .cat-inner ul {
  padding: 0;
  text-align: center;
  list-style: none;
}

section .cat-inner ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

section .cat-inner button {
  display: block;
  font-size: 16px;
  margin: 20px auto 0;
}

section .cat-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2ebbfa;
  text-align: center;
}

section .thank-you-am {
  margin-bottom: 40px;
}

section .thank-you-am img {
  float: left;
  width: 160px;
  margin-right: 30px;
  border: 10px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

section .thank-you-am .tyname {
  font-size: 24px;
  font-weight: 700;
}

section.thank-you-steps {
  padding: 60px 0;
  border-top: 1px solid #eee;
}

section.thank-you-steps p:last-of-type {
  margin-bottom: 0;
}

section.thank-you-packs {
  background: url(../../tft-funnel-tyexec1/images/hero-bg.png) no-repeat top right/100% auto #f5f3f2;
}

section.thank-you-packs img {
  display: block;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  border: 10px solid #eee;
  margin: 0 auto 20px;
}

section.thank-you-packs .bx-viewport {
  z-index: 10;
}

section.thank-you-packs .bx-controls-direction {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
}

section.thank-you-packs .bx-controls-direction a {
  position: absolute;
  width: 44px;
  top: 220px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
}

section.thank-you-packs .bx-controls-direction a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
}

section.thank-you-packs .bx-controls-direction a:first-of-type {
  left: -55px;
}

section.thank-you-packs .bx-controls-direction a:last-of-type {
  right: -55px;
}

section.thank-you-packs p {
  display: block;
  width: 75%;
  margin: 0 auto;
}

section .products-box {
  margin-top: 20px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 3px;
}

section .products-box ul {
  text-align: left;
  font-size: 14px;
}

section .products-box ul li {
  margin-bottom: 5px;
}

footer {
  padding: 60px 0;
  color: #fff;
}

footer img {
  width: 220px;
  opacity: 0.8;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 660px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: none;
  background: #333;
  color: #fff;
}

.modal .modal-header .close {
  margin: 0;
}

.modal .modal-header .inner {
  padding: 20px 30px 0;
}

.modal .modal-header .inner h4 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  text-transform: none;
}

.modal .modal-header .close:hover {
  background: none;
  color: #fff;
}

.modal#form-modal .modal-header .inner {
  padding: 20px 30px 15px;
}

.modal#form-modal .thanks {
  display: none;
  text-align: center;
}

.modal #amm-tabs {
  border: none;
  background: #ddd;
}

.modal #amm-tabs li {
  margin: 0;
}

.modal #amm-tabs li a {
  margin: 0;
  padding: 14px 30px;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
}

.modal #amm-tabs li.active a {
  box-shadow: inset 0 -2px 0 #333;
}

.modal .modal-body {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.modal .modal-body p {
  margin: 0 0 20px;
}

.modal .modal-body p:last-of-type {
  margin: 0;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
}

.modal .modal-body .note {
  margin: 20px 0 !important;
}

.modal #amm-head {
  text-align: center;
}

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.modal #amm-slider div img {
  margin: 0 auto 20px;
}

.modal #amm-slider p {
  text-align: center;
}

.modal #video-page iframe {
  margin-bottom: 20px;
}

.modal #video-page p {
  text-align: center;
}

#book-modal .modal-content, #book-modal .modal-dialog {
  height: 100%;
  max-height: 80%;
}

#book-modal iframe {
  width: 100%;
  height: 88%;
  border: none;
}

#book-modal .modal-body {
  height: 100%;
  border: none;
}

#loadingGraphic {
  display: none;
  transform: translateY(30px);
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #2ebbfa;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #2ebbfa;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #2ebbfa;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #2ebbfa;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@-webkit-keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@media (max-width: 1199px) {
  #weight-loss-overview-page .cat-inner {
    height: 364px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
  #checklist-home-page .sizer, #checklist-home-page .category {
    width: 100%;
  }
  #weight-loss-overview-page .cat-inner {
    height: auto;
  }
  #weight-loss-overview-page .cat-inner button {
    position: relative;
    margin: 20px auto 0;
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  h4 {
    font-size: 22px;
  }
  p.subheadline {
    width: 100%;
  }
  label {
    font-size: 16px;
  }
  #checklist-home-page .category {
    margin-bottom: 2px;
    padding: 0;
  }
  #checklist-home-page .category h4 {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
  }
  #checklist-home-page .category h4 .iconic {
    margin-top: 2px;
  }
  #checklist-home-page .category h4 .iconic.flipped {
    margin-top: 4px;
  }
  section:first-of-type {
    box-shadow: inset 0 280px 0 0 #f2f5fb;
  }
  section form #submitButton {
    bottom: -50px;
  }
  section.thank-you-steps .col-12 {
    margin-bottom: 25px;
  }
  section.thank-you-steps .col-12:last-of-type {
    margin-bottom: 0;
  }
  section.thank-you-packs .bx-controls-direction a {
    z-index: 100;
  }
  section.thank-you-packs .bx-controls-direction a:first-of-type {
    left: -5px;
  }
  section.thank-you-packs .bx-controls-direction a:last-of-type {
    right: -5px;
  }
  section.o1 .fake-video-wrap {
    height: 270px;
  }
  section.o1 .fake-video-wrap .fake-video {
    height: 270px;
  }
  section.o1 .video-password-wrap button {
    min-width: 1px;
    padding: 8px 10px;
  }
  section#hp1 img {
    margin-top: 20px;
  }
  section#hp1 #form-wrap {
    padding-bottom: 40px;
  }
  section#hp1 #form-wrap .row:nth-child(2) input {
    margin-bottom: 20px;
  }
  footer #about-me {
    text-align: center;
  }
  footer #about-me img {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  footer #about-me .header-email {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
