@charset "UTF-8";
nav.transparent .nav-bar {
  border-bottom: 0px;
  margin-top: 15px;
}

nav.transparent .module.widget-handle {
  border: 0px !important;
}

.menu > li {
  color: white;
  margin-right: 10px;
}

.menu li a {
  font-size: 14px;
}

nav.fixed .menu > li {
  color: #292929;
}

nav.transparent.fixed .menu > li > a {
  opacity: 1;
}
nav.transparent.fixed .menu > li > a:hover {
  opacity: 0.5;
}

body {
  font-size: 16px;
  line-height: 1.6em;
}

.section-white h2,
.section-white h3,
.section-white h4,
.section-white h6,
.section-white h5,
.section-white span,
.section-white p,
.section-white div,
.section-white li {
  color: #252525 !important;
}

.logo-carousel img {
  max-height: 120px;
}

.accordion-1 .title span {
  text-transform: none;
}

.accordion li.active .content {
  max-height: 1000px;
}

.dot-list {
  margin-left: 15px;
}
.dot-list li {
  list-style-type: disc;
}

.price-tag {
  margin-right: 15px;
}

a.book_link {
  font-style: italic;
  color: #252525;
}
a.book_link:hover {
  color: #252525;
}

.play-btn {
  font-size: 16px;
  display: inline-block;
  margin-top: 160px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .play-btn {
    font-size: 16px;
    margin-top: 60px;
  }
}
.play-btn img {
  width: 120px;
  clear: both;
  display: block;
  margin: 0px auto 10px auto;
}
@media (max-width: 767px) {
  .play-btn img {
    width: 60px;
  }
}

.error {
  background: rgba(255, 0, 0, 0.49);
  width: 100%;
  padding: 4px;
  text-align: left;
  padding-left: 14px;
  color: #ffffff;
  font-size: 12px;
  line-height: 11px;
  border-top: solid 1px rgba(255, 0, 0, 0.48);
  display: block;
  clear: both;
  margin-bottom: 0px;
}

.success {
  color: #6cc24a;
}

nav.transparent .nav-bar {
  margin-top: 10px;
}

nav.transparent.fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay-outer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  overflow-y: scroll;
  cursor: pointer;
}
.overlay-outer .model-container {
  cursor: auto;
  position: absolute;
  z-index: 11;
  top: 0px;
  right: 0;
  left: 0;
  margin: 10px auto;
  background-color: #ffffff;
  border: 1px solid #6cc24a;
  max-width: 600px;
  min-height: 580px;
  padding: 15px 100px;
}
.overlay-outer .model-container.subscribe-modal {
  background-color: #acd7a1;
  border: 1px solid #acd7a1;
  max-width: 800px;
  height: 600px;
  background-image: url(../../images/landing/20offPopupbase.jpg);
  background-repeat: no-repeat;
  background-size: 800px 600px;
  padding: 25px;
}
.subscribe-modal-container {
  margin-top: 180px;
  margin-left: 400px;
  color: #ffffff;
}
.subscribe-modal-container h2 {
  font-size: 51px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.subscribe-modal-container h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 767px) {
  .overlay-outer .model-container {
    position: fixed;
    overflow-y: scroll;
    bottom: 0px;
    margin: 0px;
  }
}
.overlay-outer .model-container .model-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #252525;
}
@media (max-width: 767px) {
  .overlay-outer .model-container {
    padding: 15px 30px;
    min-height: 480px;
  }
}
.overlay-outer .model-container .header img {
  width: 80px;
}
.overlay-outer .model-container .header h2 {
  margin-bottom: 25px;
}
.overlay-outer .model-container .header h2 em {
  color: #6cc24a;
}
.overlay-outer .model-container .form-container {
  border: 1px solid #000000;
  margin: 0px auto;
  margin-bottom: 25px;
}
.overlay-outer .model-container .form-container .input-row {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.overlay-outer .model-container .form-container .input-row:last-child {
  border-bottom: 0px;
}
.overlay-outer .model-container .form-container .input-row input.valid {
  background-image: url(../../images/tick.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.overlay-outer .model-container .form-container .input-row input.error {
  background-image: url(../../images/error.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.overlay-outer .model-container .form-container .input-row input.loading {
  background-image: url(../../images/loading.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.overlay-outer .model-container .form-container .input-row input {
  margin-bottom: 0px;
}
.overlay-outer .model-container .form-container input[type=select] {
  border: 1px solid #000000;
}
.overlay-outer .model-container .form-container input[type=text],
.overlay-outer .model-container .form-container input[type=email],
.overlay-outer .model-container .form-container input[type=password],
.overlay-outer .model-container .form-container select {
  width: 100%;
  padding: 10px 15px;
  border: 0px;
  font-size: 18px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 0px #fff;
  -webkit-appearance: none;
  color: #000000;
}
.overlay-outer .model-container .form-container input[type=text]:focus,
.overlay-outer .model-container .form-container input[type=email]:focus,
.overlay-outer .model-container .form-container input[type=password]:focus,
.overlay-outer .model-container .form-container select:focus {
  outline: none;
}
.overlay-outer .model-container .form-container select {
  background-image: url(../../images/black_bottom_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 16px 9px;
  text-transform: none;
  margin-bottom: 0px;
  font-weight: normal;
}

.no-scroll {
  overflow: hidden;
}

.banner-text-holder p {
  font-size: 18px;
  text-shadow: 0px 0px 5px #00000a;
}
.banner-text-holder h2 {
  text-shadow: 0px 0px 5px #00000a;
}

.section-2 ul.lead li {
  line-height: 30px;
  font-size: 14px;
    font-weight: bold;
}
.section-2 ul.lead li:before {
  margin-right: 15px;
}
.section-2 .image-bg.btn {
  background-color: white;
  color: #252525;
}
.section-2 h5 {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-2 h5 strong {
    display: block;
    width: 100%;
    margin: 10px 0px;
  }
}

.section-3.overlay:before {
  background: #ffffff;
  opacity: 0.4;
}

.image-bg .flex-control-nav li a {
  border-color: #b2b2b2;
  background-color: white;
}

.image-bg .flex-control-nav li a.flex-active {
  background-color: #252525;
  border-color: #252525;
}

.section-4 .quote-author img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-4 .testimonials {
    height: 300px;
  }
}

.text-slider .flex-direction-nav a.flex-prev {
  left: -30px;
}

.text-slider .flex-direction-nav a.flex-next {
  right: -30px;
}

.section-5 .feature img {
  width: calc(152px/2);
}

.section-7 table {
  border-collapse: collapse;
}
.section-7 table td {
  padding: 3px 0;
}
.section-7 .wk-row {
  color: white;
}
.section-7 .wk-row .wk-span {
  width: 100px;
  font-weight: bold;
  border-right: 2px solid #a4a5a6;
}
.section-7 .wk-row td:nth-child(2) {
  padding-left: 20px;
}

.section-8.image-square > .content {
  padding: 0px 5%;
}
.section-8-icon {
  height: 40px;
  width: auto;
}

.section-9-icon {
  max-width: 25px;
}

.section-11 .feature img {
  width: calc(152px/2);
}

.section-13 {
  background-color: #000000;
  color: #ffffff;
}
.section-13 h2 {
  color: white;
}
.section-13.image-square > .content {
  padding: 0 5% 0 10%;
}
.section-13 .background-image-holder {
  text-align: center;
}
.section-13 .background-image-holder a {
  color: white;
  font-weight: bold;
}

.section-14 {
  background-color: #000000;
  color: #ffffff;
}
.section-14 h2, .section-14 h5 {
  color: white;
}
.section-14 h2 {
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-14.image-square .image {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-14 h5 strong {
    width: 100%;
    display: block;
    margin: 10px 0px;
  }
}

.section-15 .logos {
  text-align: center;
}
.section-15 .logos li {
  display: inline-block;
}
.section-15 .logos li img {
  opacity: 0.7;
}
.section-15 .logos li img:hover {
  opacity: 1;
}

.section-17 .accordion-2 .title {
  color: #292929;
  opacity: 1;
}
.section-17 .accordion-2 .title:hover {
  opacity: 0.7;
}

.accordion-2 .title {
  font-weight: bold;
  padding-left: 20px;
}
.accordion-2 .title:before {
  margin-left: -20px;
  content: "";
}
.accordion-2 .active .title:before {
  content: "";
}
.accordion-2 .content {
  padding: 0px 20px 0px 20px;
}
.accordion-2 .content ul:first-child {
  margin-top: 20px;
}
.accordion-2 .content p {
  padding: 0px;
  margin: 0px 0 16px 0px;
}
.accordion-2 .content p:first-child {
  margin-top: 20px;
}

.signup-modal .payment-methods-container-outer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.signup-modal .disclaimer-text {
  font-size: 11px;
  text-align: justify;
  line-height: 1.4;
}
.signup-modal .confirm-footer {
  width: 100%;
  margin: 0px auto;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.signup-modal .confirm-footer .chkbox {
  width: 30px;
  flex-shrink: 0;
  margin-top: 5px;
}
.signup-modal .confirm-footer .confirm-ppc {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}
.signup-modal .confirm-footer label.error {
  display: none !important;
}

.payment-methods-container {
  margin: 0px auto;
}
.payment-methods-container .payment-method {
  border-bottom: 1px solid #000000;
  width: 100%;
  clear: both;
  float: left;
  padding: 10px 0px;
}
.payment-methods-container .payment-method table {
  margin-bottom: 0px;
}
.payment-methods-container .payment-method td {
  vertical-align: middle;
  padding: 10px;
}
.payment-methods-container .payment-method img {
  height: 27px;
  width: auto;
  vertical-align: middle;
}
.payment-methods-container .payment-method:last-child {
  border-bottom: 0px;
}
.payment-methods-container .payment-method button {
  margin-bottom: 0px;
  height: auto;
  line-height: auto;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #4DC7A0;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4DC7A0;
}


.echo-theme h2 {
  font-size: 28px !important;
  line-height: 1.4em ;
  font-weight: bold;
  text-transform: uppercase;
  color: #add7a0;
}

.echo-theme h2.white{
  color: #ffffff;
}

.echo-theme .echo-intro {
  line-height: 2em;
  color: #010101;
}

.echo-theme.green-bg {
  background-color: #acd7a1;
}

.echo-theme.green-bg p{
  color: #000000;
}

.echo-theme .arrow-list li {
  background-image: url(../img/arrow_white.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 19px 8px;
  list-style: none;
  padding-left: 30px;
  color: #000100;
  line-height: 1.6em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.echo-theme .who-is-this-program-for-content {
  max-width: 740px;
  margin: 0px auto; 
}
.echo-theme .who-is-this-program-for-content p {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
}
.echo-theme.green-bg  h2 {
  color: #ffffff;
}

.echo-theme .an-overview-content {
  max-width: 600px;
  margin: 0px auto;
}

.echo-theme .an-overview-content  h2 {
  font-size: 18px !important;
  margin-bottom: 10px;
}

.echo-theme .an-overview-content  p {
  font-size: 16px !important;
  margin-bottom: 10px;
  color: #000000;
  font-weight: bold;
}

.echo-theme .an-overview-content  tr td:first-child {
  padding-right: 15px;
}

.echo-theme .an-overview-content  tr td{
  vertical-align: top;
  font-weight: bold;
}


.echo-list {
  display: flex; flex-direction: row
}

.echo-list ul{
  width: 50%;
}

.echo-list li {
  background-image: url(../../images/landing/echo-theme/tick_white.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 16px 16px;
  list-style: none;
  padding-left: 25px;
  color: #000100;
}

.echo-theme.how-it-works {
  background-color: #f3f3f5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.echo-theme.how-it-works h2 {
  margin-bottom: 0px;
}

.echo-theme.how-it-works div {
  padding: 0px 15px;
  font-weight: 600;
  color: #000000;
}

.echo-theme.how-it-works div img {
  margin-right: 5px;
}

.echo-theme.the-four-pillars {
  background-color: #acd7a1;
  color: #ffffff;
}

.echo-theme.the-four-pillars h2{
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 600;
}

.echo-theme.the-four-pillars h4{
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .echo-theme h2 {
    font-size: 21px !important;
  }
  .echo-list {
    flex-direction: column;
  }
  .echo-list ul{
    width: 100%;
    padding: 0px 30px;
  }
  .echo-theme.how-it-works {
    flex-direction: column;
    align-items: flex-start;
  }

  .echo-theme.how-it-works div {
    margin-bottom: 10px;
  }
}

#carousel {
  width:100%;
  height: 400px;
  display: relative;
}
#carousel img {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
  width: 350px;
  border: 5px solid #aad79e;
}


/*# sourceMappingURL=public/front/css/landing/main.css.map */
