/*
Theme name: Odyssey
Description: Custom Theme
*/

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: white;
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	font-size: 14px;
	margin:0;
	color: #2f2f2f;
  position: relative;
  line-height: 1.2;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.wc{
	width:100%;
	max-width: 1250px;
	min-width:320px;
  padding: 0 40px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.wc > :not(.btn):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block {
  padding-top: 115px;
  padding-bottom: 118px;
}

.center{
  text-align: center;
}

p, h1, h2, h3, h4, h5, ul{
	margin:0;
}


h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #34201c;
}

h1 {
  font-size: 35px;
}

h2  {
  font-size: 32.5px;
  color: #2a416d;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 107px;
}

p{
	line-height: 1.77;
	padding-bottom:26px;
  letter-spacing: normal;
  font-size: 14px;
  letter-spacing: .025em;
}

a, a:focus{
   outline: 0;
}

a{
  color: #576ff7;
  text-decoration: none;
	transition:.3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color:#4153c0;
}

.btn {
  background: black;
  display: inline-block;
  padding: 22px 71px;
  color: white;
  letter-spacing: .025em;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 400;
  border-radius: 40px;
  background: #203660;
}

.btn:hover {
  background: #2e4a81;
  color: white;
}

.btn + .btn {
  margin-left: 10px;
}

.btn-dark {
  background: black;
}

.btn-dark:hover {
  background: #203660;
}


img, svg{
	max-width:100%;
	height:auto;
}

input{
  outline:none;
}

.note{
  font-size: 11px;
  text-align: center;
  font-style: italic;
  letter-spacing: .025em;
  line-height: 2.3;
  max-width: 575px !important;
  margin: 0 auto;
  text-align: center !important;
}

/*header styles*/


.main-header {
  height: 104px;
  background: white;
  padding-top: 19px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #ececec;
}


.main-header .logo {
  float: left;
}

.logo{
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 600;
  float: left;
}

.main-nav{
  float: right;
  margin-top: 5px;
}

.main-nav ul{
  padding: 0;
}

.main-nav li {
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
}

.main-nav li:last-of-type {
  padding-right: 0;
}

.main-nav li a{
  color: #3e4040;
  font-size: 14px;
  letter-spacing: .025em;
}

.main-nav li a.btn{
  color: white;
  padding: 15px 30px;
}

.main-nav li a.btn:hover {
  color: white;
}

.main-nav li a:hover {
  color: #656565;
}

/*.main-nav li.current-menu-item > a{
  color: #203660;
}*/

/*.main-nav .menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  padding-left: 4px;
} 

.main-nav .sub-menu {
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: -15px;
  background: black;
  border-radius: 4px;
  width: 170px;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  transition: .3s margin, .3s opacity, 0s visibility .3s;
}

.main-nav li:hover > .sub-menu{
  visibility: visible;
  margin-top: 15px;
  opacity: 1;
  transition-delay: 0s;
}

.main-nav .sub-menu:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  height: 15px;
  background: transparent;
}

.main-nav .sub-menu:after {
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  left: 15px;
  bottom: 100%;
}

.main-nav .sub-menu li {
  display: block;
  padding: 0;
}

.main-nav .sub-menu li a {
  display: block;
  padding: 13px 15px 11px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.main-nav .sub-menu > li:last-of-type a {
  border-bottom: 0;
}

.main-nav .drop-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  color: white;
  cursor: pointer;
  transition: .3s color;
}

.main-nav .drop-toggle.is-active {
  transform: rotate(180deg);
}*/

.nav-icon {
  display: none;
  float: right;
  width: 28px;
  height: 16px;
  position: relative;
  margin-top: 26px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.nav-icon:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.nav-icon:before {
  content: '';
  position: absolute;
  right: calc(100% + 10px);
  top: -1px;
  color: white;
  font-size: 14px;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out; 
}
    
.nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center; 
}

.nav-icon span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 12px;
  transform-origin: left center; 
}

.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -4px;
  left: 5px; 
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 5px;
}




/*Banner section*/

.banner-block {
  background: url('imgs/header-bg.jpg') center center / cover;
  padding: 99px 0 75px;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 104px;
}

.banner-content{
  max-width: 900px;
  margin: 0 auto;
  color: white;
  opacity: 0;
  position: relative;
  top: -20px;
  transition: 1s opacity, 1s top;
}

.banner-content h1 {
  color: white;
  padding: 0 0 25px 0;
  line-height: 1.45;
}

.banner-content p{
  color: white;
  font-size: 20px;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.banner-content .btn {
  margin-top: 110px;
  margin-bottom: 27px;
  position: relative;
  top: 10px;
  opacity: 0;
  transition: 1s opacity .4s, 1s top .4s, .3s color, .3s background;
}

.is-loaded .banner-content, .is-loaded .banner-content .btn {
  top: 0;
  opacity: 1;
}

.scroll-down {
  display: block;
  padding: 10px;
  width: 37px;
  height: 39px;
  margin: 0 auto;
}

/* Newsletter block */

.newsletter-block{
  background: black;
  padding: 42px 0;
}

.newsletter-block p {
  color: #b2afaf;
  padding: 0;
  float: left;
  width: 340px;
  margin-right: 30px;
  margin-top: 5px;
}

.newsletter-block form {
  float: left;
  width: calc(99.99% - 370px);
}

.newsletter-block input[type="email"]{
  background-color: #262626;
  color: white;
  border-radius: 50px;
  border: none;
  padding: 20px 15px; 
  text-align: center;
  float: left;
  width: calc(99.99% - 126px);
}

.newsletter-block input[type="submit"]{
  float: left;
  width: 126px;
  text-align: right;
  color: #0bccef;
  background: none;
  border: 0;
  padding: 20px 0;
  transition: .3s color;
}

.newsletter-block input[type="submit"]:hover{
  color: #75e3f7;
}


.newsletter-block a{
  background-color: black;
  color: #0bccef; 
  float: right;
}


/* why-now block */

.why-now-block{
  text-align: center;
}

.why-now-block h2 {
  max-width: 1000px;
  margin: 0 auto;
}

.why-now-items {
  max-width: 1132px;
  margin: 0 auto;
  padding-bottom: 72px;
}

.why-now-item {
  float: left;
  width: calc((99.99% - 85px)  / 2);
  margin-right: 85px;
  padding-left: 53px;
  position: relative;
  text-align: left;
  padding-bottom: 21px;
  min-height: 95px;
}

.why-now-item:nth-of-type(2n) {
  margin-right: 0;
}

.why-now-item:nth-of-type(2n + 1) {
  clear: left;
}

.why-now-item:before {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  background: black;
}

.why-now-item:nth-of-type(1):before {
  background: #c8c8e1;
}
.why-now-item:nth-of-type(2):before {
  background: #fbe4bd;
}
.why-now-item:nth-of-type(3):before {
  background: #d7a797;
}
.why-now-item:nth-of-type(4):before {
  background: #8f9db7;
}
.why-now-item:nth-of-type(5):before {
  background: #f1c681;
}
.why-now-item:nth-of-type(6):before {
  background: #e3cfc8;
}
.why-now-item:nth-of-type(7):before {
  background: #fbe4bd;
}
.why-now-item:nth-of-type(8):before {
  background: #c8c8e1;
}

.why-now-item p {
  padding: 0;
}

.why-now-block .btn{
  margin-bottom: 83px;
}


/* Testimonials block */

.testimonials-block{
  background: url('imgs/testimonials-bg.jpg') center center / cover;
  padding: 135px 0 121px;
  text-align: center;
}

.testimonial-slider {
  padding-left: 0;
  list-style-type: none;
}

.testimonial-slider p{
  color: white;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  max-width: 787px;
  margin: 0 auto;
  line-height: 1.65;
}

.testimonial-slider p.testimonial-name{
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.testimonials-block .bx-pager {
  text-align: center;
  padding-top: 24px;
}

.testimonials-block .bx-pager-item {
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
}

.testimonials-block .bx-pager-item a{
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  font-size: 0;
}

.testimonials-block .bx-pager-item a.active {
  background: #9e9e9e;
}



/* Program Block */

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

.program-block h2{
  max-width: 1000px;
  margin: 0 auto;
}

.program-block p{
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.program-block h3{
  font-size: 24px;
  color: #010101;
  font-weight: 400;
  font-style: italic;
  letter-spacing: .025em;
  padding: 24px 0 38px;
}

.program-block h4{
  font-size: 14px;
  color: #2a5ec1;
  text-align: center;
  margin-bottom: 60px;

}

.program-block .program-highlights {
  color: #2a5ec1;
  text-align: center;
  font-style: italic;
  padding-bottom: 80px;
}

.program-block .btn{
  margin-bottom: 83px;
}


/* catchphrase block */

.catchphrase-block{
  background: url('imgs/catch-phrase-bg.jpg') center center / cover;
  text-align: center;
  padding: 187px 0;
}

.catchphrase-block p {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: white;
  line-height: 1.6;
  padding: 0;
  max-width: 993px;
  margin: 0 auto;
}


/* Reasons block*/

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

.reasons-items {
  margin: 0 auto;
  max-width: 1089px;
}

.reasons-item {
  float: left;
  width: calc((99.99% - 40px)  / 2);
  margin-right: 40px;
  padding-left: 73px;
  position: relative;
  text-align: left;
  padding-bottom: 88px;
}

.reasons-item:nth-of-type(2n) {
  margin-right: 0;
}

.reasons-item:nth-of-type(2n + 1) {
  clear: left;
}

.reasons-item:before {
  content: '';
  width: 42px;
  height: 42px;
  border: 5px solid black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -14px;
  background: clear;
  line-height: 39px;
  text-align: center;

}

.reasons-item:nth-of-type(1):before {
  content: '1';
  border: 2px solid #cecee4;
}
.reasons-item:nth-of-type(2):before {
  content: '2';
  border: 2px solid #f1d39f;
}
.reasons-item:nth-of-type(3):before {
  content: '3';
  border: 2px solid #e1bcb0;
}
.reasons-item:nth-of-type(4):before {
  content: '4';
  border: 2px solid #8f9db7;
}

.reasons-item h3{
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: .025em;
}

.reasons-item p { 
  padding-bottom: 0;
}

.reasons-block .btn{
  margin-bottom: 83px;
}


/* training block */

.training-block {
  background: #f8f8fb;
}

.training-block h3 {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 53px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .025em;
  margin-top: -5px;
}

.training-block h3 span {
  display: block;
  font-size: 14px;
  font-style: none;
  margin-top: 8px;
}

.training-block p + h3 {
  padding-top: 45px;
}

.training-block p {
  max-width: 1005px;
  margin: 0 auto;
}

.program-toggles {
  text-align: left;
  border-top: 1px solid #cccfd3;
  border-left: 1px solid #cccfd3;
  border-right: 1px solid #cccfd3;
  max-width: 1000px;
  margin: 15px auto 118px;
}

.program-toggles p {
  text-align: left;
  max-width: 100%;
}


.program-toggle-title {
  border-bottom: 1px solid #cccfd3;
  padding: 21px 90px 21px 37px;
  transition: .3s background;
  cursor: pointer;
  position: relative;
}

.program-toggle-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #cccfd3;
  width: 70px;
}

.program-toggle-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('imgs/toggle-arrow.png') no-repeat center center / 16px 9px;
  width: 70px;
}

.program-toggle-title.active:after {
  transform: rotate(180deg);
}

.program-toggle-title:hover {
  background: #efeff3;
}

.program-toggle-title p {
  padding: 0;
  font-size: 18px;
}

.program-toggle-title p strong {
  color: #2a416d;
  font-style: italic;
  font-weight: 600;
}

.program-toggle-content {
  border-bottom: 1px solid #cccfd3;
  padding: 37px 37px;
  display: none;
}

.program-toggle-content ul {
  padding-bottom:26px;
}

.program-toggle-content li{
  line-height: 1.77;
  letter-spacing: normal;
  font-size: 14px;
  letter-spacing: .025em;
}


.program-toggle-content :last-child {
  padding-bottom: 0;
}

.program-toggle-content p b {
  font-weight: 500;
}




/* upcoming block */

.upcoming-block {
  text-align: center;
  background: url('imgs/footer-bg.jpg') center center / cover;
}

.upcoming-block h2 {
  color: white;
  font-size: 36px;
}

.upcoming-block p{
  color: white;
  text-align: left;
  max-width: 997px;
  margin: 0 auto;
}

.upcoming-block .dates{
  padding: 27px 0 11px;
}

.upcoming-block .dates p{
  text-align: center;
  color: #fadba6;
  font-weight: 600;
  line-height: 2;
}

.upcoming-block .dates p span{
  color: white;
  font-weight: 400;
}

.upcoming-block .price {
  text-align: center;
  font-weight: 200;
  font-size: 35px;
  font-style: italic;
  padding-bottom: 39px;
}

.upcoming-block span {
  font-size: 15px;
  font-weight: 400;

}

.upcoming-block .btn {
  margin-bottom: 51px;
}

.upcoming-block .note{
  font-size: 11px;
  text-align: center;
  font-style: italic;
  letter-spacing: .025em;
  line-height: 2.3;
  max-width: 575px;
  margin: 0 auto;
}


/* main footer styles */

.main-footer {
  background: black;
  color: white;
  text-align: center;
}

.main-footer h2{
  color: #fadba6;
  font-size: 18px;
  padding-bottom: 20px;
}

.main-footer p {
  padding-bottom: 10px;
}

.main-footer .phone{
  font-size: 24px;
  margin-bottom: 5px;
  color: white;
  display: inline-block;
}

.main-footer .mail{
  color: #85cffe;
}

.main-footer .mail:hover{
  color: white;
}

.main-footer .back-to-top {
  display: block;
  margin: 33px auto 0;
}

/* form styles*/

.heading-spacer {
  height: 104px;
  display: block;
}

.form-step {
  background: black;
  padding: 10px 0;
}

.form-step p {
  padding: 0;
  font-size: 65px;
  font-weight: 200;
  color: white;
  text-align: center;
}

.form-title {
  text-align: center;
  line-height: 1.3;
  padding-bottom: 115px;
}

.form-title span{
  font-weight: 300;
}

.form-title span + span {
  display: block;
  font-size: 27px;
  padding-top: 13px;
}

form {
  max-width: 766px;
  margin: 0 auto;
}

.input-col-half {
  width: calc((99.99% - 16px) / 2);
  margin-right: 16px;
  float: left;
}

.input-col-half:nth-of-type(2n) {
  margin-right: 0;
}

input[type="text"] {
  border: 2px solid black;
  border-radius: 38px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
  padding: 25px 20px;
  letter-spacing: .025em;
}

textarea {
  border: 2px solid black;
  display: block;
  width: 100%;
  margin-bottom: 36px;
  padding: 20px 20px;
  height: 160px;
  letter-spacing: .025em;
}

input[type="text"].error, textarea.error {
  background: red;
  color: white;
}

input[type="text"].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

input[type="text"].error::-moz-placeholder , textarea.error::-moz-placeholder  {
  color: white;
  opacity: 1;
}


input[type="text"].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

input[type="text"].error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: white;
  opacity: 1;
}


input[type="submit"] {
  transition: .3s background, .3s opacity;
  border: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 28px 20px;
  width: 233px;
  display: block;
  margin: 4px auto;
}

input[type="submit"]:disabled {
  opacity: .6;
  cursor: wait;
}

label {
  font-size: 14px;
  line-height: 1.77;
  padding-bottom: 22px;
  letter-spacing: .025em;
  display: block;
}

.radio-inputs {
  margin-bottom: 36px;
}

.radio-input {
  margin-bottom: 15px;
}

.radio-input input {
  display: none;
}

.radio-input label {
  position: relative;
  padding: 5px 0 5px 51px;
  margin-top: 0;
  cursor: pointer;
}

.radio-input label:before {
  content: '';
  width: 34px;
  height: 34px;
  border: 2px solid black;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.radio-input label:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #203660;
  opacity: 0;
  transition: .3s opacity;
  border-radius: 50%;
}

.radio-input input:checked + label:after {
  opacity: 1;
}

.inline-radio-inputs p {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 22px 5px 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.inline-radio-inputs .radio-input {
  vertical-align: middle;
  display: inline-block;
  padding-right: 36px;
}



.required-note {
  color: #f73030;
  text-align: center;
  padding: 10px 0 40px;
}


.additional-info {
  max-width: 890px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

.additional-info h2 {
  font-size: 35px;
  color: black;
  padding-bottom: 14px;
}

.additional-info h2 span{
  font-weight: 300;
}

.additional-info h2 + p {
  font-weight: 300;
  font-size: 19px;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.85;
}

.additional-info p.larger {
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}

.additional-info h3 {
  font-weight: 300;
  font-size: 19px;
  text-align: center;
  padding-bottom: 39px;
}

.additional-info ul {
  padding-bottom: 56px;
  padding-left: 16px;
}

.additional-info ul li {
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  list-style-position: inside;
}

.additional-info .cards {
  max-width: 245px;
  margin: 32px auto 43px;
  display: block;
}

.genisys {
  position: absolute !important;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  color: white;
  opacity: 0;
}

.status-msg {
  display: none;
  text-align: center;
  padding-top: 26px;
}

@media screen and (max-width: 1130px) {

  .main-nav li {
    padding-right: 10px;
  }

  .block {
    padding: 80px 0;
  }

  h2 {
    padding-bottom: 75px;
  }

  .why-now-block .btn {
    margin-bottom: 60px;
  }

  .why-now-items {
    padding-bottom: 43px;
  }

  .testimonials-block {
    padding: 115px 0 101px;
  }

  .program-block h3 {
    padding: 18px 0 33px;
  }

  .program-block .program-highlights {
    padding-bottom: 45px;
  }

  .program-block .btn {
    margin-bottom: 60px;
  }

   .reasons-item { 
    padding-bottom: 60px;
  }

  .reasons-block .btn {
    margin-bottom: 60px;
  }

  .program-toggles {
    margin-bottom: 85px;
  }

  .form-title {
    padding-bottom: 80px;
  }

  .additional-info {
    padding: 35px 0 55px;
  }


}


@media screen and (min-width: 1051px) {

  .main-nav .sub-menu {
    display: block !important;
  }
}

@media screen and (max-width: 1050px) {

  .nav-icon {
    display: block;
  }

  .main-nav{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:104px;
    right: 0;
    width: 200px;
    background: rgba(0,0,0,.75);
    height: calc(100vh - 104px);
    transition: .3s height, .3s top, .3s opacity, .3s transform, 0s visibility .3s;
    transform: translateX(-15px);
    overflow-y: auto;
    margin-top: 0;
    float: none;
    margin: 0;
  }

  .mobile-nav-is-active .main-nav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: none;
  }

   .main-nav li {
    display: block;
    padding: 0;
  }

  .main-nav li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 15px;
    color: white;
  }

  .main-nav li a:hover {
    color: #c8c8e1;
  }

  .main-nav li a.btn {
    border-radius: 0;
    margin: 0;
    padding: 15px;
  }

  .newsletter-block p {
    display: block;
    text-align: center;
    float: none;
    width: 100%;
    padding-bottom: 32px;
    max-width: 430px;
    margin: 0 auto;
  }

  .newsletter-block form {
    display: block;
    width: 100%;
    float: none;
    max-width: 620px;
    margin: 0 auto;
  }

  .newsletter-block input[type="email"] {
    width: calc(99.99% - 102px);
  }

  .newsletter-block input[type="submit"] {
    width: 102px;
  }

  .banner-block {
    padding: 80px 0 56px;
  }

  .banner-block h1 {
    font-size: 30px;
  }

  .banner-content p {
    font-size: 18px;
  }

  .banner-content .btn {
    margin-top: 50px;
  }

  .why-now-item {
    width: calc((99.99% - 50px) / 2);
    margin-right: 50px;
  }





}

@media screen and (max-width: 930px) {

  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  h2 {
    font-size: 28px;
    padding-bottom: 55px;
  }

  .why-now-block .btn {
    margin-bottom: 46px;
  }

  .why-now-items {
    padding-bottom: 22px;
  }

  .testimonials-block {
    padding: 95px 0 81px;
  }

  .program-block h3 {
    padding: 10px 0 25px;
  }

  .program-block .program-highlights {
    padding-bottom: 40px;
  }

  .program-block .btn {
    margin-bottom: 46px;
  }

  .catchphrase-block p {
    font-size: 23px;
  }

  .reasons-item { 
    padding-bottom: 50px;
  }

  .reasons-block .btn {
    margin-bottom: 46px;
  }

  .program-toggles {
    margin-bottom: 65px;
  }

  .form-step p {
    font-size: 45px;
  }

  .form-title {
    font-size: 28px;
    padding-bottom: 55px;
  }

  .form-title span + span {
    font-size: 25px;
  }

  .additional-info h2 {
    font-size: 28px;
  }

  .additional-info h2 + p {
    font-size: 16px;
    padding-bottom: 43px;
  }

  .additional-info ul li {
    font-size: 16px;
    line-height: 1.7;
  }

  .additional-info h3 {
    font-size: 16px;
  }

  .additional-info {
    padding: 17px 0 30px;
  }



}

@media screen and (max-width: 767px) {

  .wc {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-block h1 {
    font-size: 26px;
  }

  .banner-content {
    max-width: 500px;
  }

  .why-now-item, .reasons-item {
    float: none;
    margin-right: 0;
    width: 100%;
    min-height: auto;
  }

  .program-toggle-title p {
    padding: 0;
    font-size: 15px;
  }


  .program-toggle-title {
    padding: 21px 90px 21px 24px;
  }

  .program-toggle-content {
    padding: 24px 24px;
  }

  .input-col-half {
    width: 100%;
    margin-right: 0;
  }

  input[type="text"], textarea {
    margin-bottom: 20px;
  }

  .radio-inputs {
    margin-bottom: 15px;
  }

  .required-note {
    padding: 10px 0 25px;
  }

  .form-step p {
    font-size: 35px;
  }


  label {
    padding-bottom: 15px;
  }


}


@media screen and (max-width: 480px) {

  .wc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  h2 {
    font-size: 22px;
    padding-bottom: 40px;
  }

  .btn {
    text-align: center;
    width: 100%;
    padding: 19px 20px;
  }

  .btn + .btn {
    margin-left: 0;
    margin-top: 8px;
  }

  .main-header {
    height: 70px;
    padding-top: 17px;
  }

  .logo {
    max-width: 150px;
    font-size: 16px;
  }

  .nav-icon {
    margin-top: 13px;
  }

  .main-nav {
    top: 70px;
    height: calc(100vh - 70px);
  }

  .banner-block {
    margin-top: 70px;
    padding: 50px 0 30px;
  }

  .banner-block h1 {
    font-size: 20px;
    padding-bottom: 16px;
  }

  .banner-block p {
    font-size: 16px;
  }

  .banner-content .btn {
    margin-top: 24px;
    margin-bottom: 15px;
  }

  .newsletter-block input[type="email"] {
    width: 100%;
    float: none;
    padding: 17px 15px;
  }

  .newsletter-block input[type="submit"] {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }

  .newsletter-block p {
    padding-bottom: 19px;
  }

  .why-now-item {
    padding-left: 43px;
  }

  .reasons-item {
    padding-left: 52px;
  }

  .reasons-item::before {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 10px;
    top: -10px;
  }

  .why-now-block .btn {
    margin-bottom: 36px;
  }

  .why-now-items {
    padding-bottom: 12px;
  }

  .testimonials-block {
    padding: 60px 0 55px;
  }

  .testimonial-slider p {
    font-size: 17px;
    padding-bottom: 18px;
  }

  .program-block h3 {
    padding: 10px 0 25px;
    line-height: 1.3;
    font-size: 19px;
  }

  .program-block .program-highlights {
    padding-bottom: 30px;
  }

  .program-block .btn {
    margin-bottom: 36px;
  }

  .catchphrase-block p {
    font-size: 18px;
  }

  .reasons-item { 
    padding-bottom: 30px;
  }

  .reasons-block .btn {
    padding-bottom: 36px;
  }

  .training-block h3 {
    line-height: 1.3;
    font-size: 19px;
    padding-bottom: 30px;
  }

  .training-block h3 span {
    line-height: 1.5;
  }

  .training-block p + h3 {
    padding-top: 15px;
  }

  .program-toggle-title::before {
    width: 60px;
  }

  .program-toggle-title::after {
    width: 60px;
    background-size: 10px auto;
  }

  .program-toggle-title {
    padding: 15px 80px 15px 22px;
  }

  .program-toggle-content {
    padding: 22px 22px;
  }

  .program-toggles {
    margin-bottom: 44px;
    margin-top: 5px;
  }

  .upcoming-block .dates {
    padding: 7px 0 0px;
  }

  .upcoming-block .price {
    padding-bottom: 26px;
  }

  .upcoming-block .btn {
    margin-bottom: 42px;
  }

  .upcoming-block .dates p span {
    font-size: 13px;
  }


  p, .program-toggle-content ul {
    padding-bottom: 16px;
  }

  .heading-spacer {
    height: 70px;
  }

  input[type="text"], textarea {
    padding: 18px 17px;
  }

  input[type="submit"] {
    width: 100%;
    padding: 19px 20px;
  }

  .form-step p {
    font-size: 25px;
  }

  .form-title {
    font-size: 22px;
    padding-bottom: 40px;
  }

  .form-title span + span {
    font-size: 18px;
  }

  .additional-info {
    padding: 17px 0 20px;
  }

  .additional-info h2 {
    font-size: 22px;
  }

  .additional-info h2 + p {
    font-size: 15px;
    padding-bottom: 22px;
  }

  .additional-info ul {
    padding-bottom: 37px;
  }

  .additional-info ul li {
    font-size: 15px;
    line-height: 1.7;
  }

  .additional-info p.larger {
    font-size: 15px;
  }

  .additional-info .cards {
    margin: 24px auto;
  }

  .additional-info h3 {
    padding-bottom: 28px;
  }



}



.title-banner {
  background: black;
  color: white;
  padding: 46px 0;
  text-align: center;
}

.title-banner h1 {
  color: white;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 800;
  font-size: 36px;
}


.lbc-page .content-block {
  text-align: center;
  padding: 36px 0 100px;
}

.lbc-page .content-block h2 {
  font-size: 100px;
  color: black;
  font-weight: 800;
  padding: 0;
  margin: 0 0 5px;
}

.lbc-page .content-block h3 {
  font-size: 60px;
  padding: 0;
  margin: 40px 0 30px;
  font-weight: 800;
}

.lbc-page .content-block h4 {
  font-size: 40px;
  padding: 0;
  margin: 0 auto 29px;
  font-weight: 300;
  max-width: 730px;
}

.lbc-page .content-block img {
  display: block;
  margin: 58px auto;
}

.lbc-page .content-block p {
  font-size: 18px;
  padding: 0;
  margin-bottom: 30px;
  letter-spacing: 0;
  line-height: 1.52;
}

.lbc-page .content-block p.disclaimer {
  font-style: italic;
  font-size: 11px;
  max-width: 600px;
  margin: 35px auto 0;
  line-height: 2.1;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {

  .lbc-page .content-block h2 {
    font-size: 75px;
  }

}

@media screen and (max-width: 767px) {

  .lbc-page .content-block h2 {
    font-size: 68px;
  }

}

@media screen and (max-width: 600px) {

  .title-banner {
    padding: 36px 0;
  }

  .title-banner h1 {
    font-size: 25px;
  }

  .lbc-page .content-block h2 {
    font-size: 50px;
  }

  .lbc-page .content-block h3 { 
    font-size: 24px;
  }

  .lbc-page .content-block h4 {
    font-size: 20px;
    margin-bottom: 26px;
  }

  .lbc-page .content-block p {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .lbc-page .content-block img {
    margin: 40px 0;
  }

  .lbc-page .content-block p.disclaimer {
    margin: 22px auto 0;
    line-height: 1.8;
  }


  .lbc-page .content-block {
    padding: 36px 0 60px;
  }

}

.floating-course-btn {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  background: url('imgs/course-btn.png') center center / 318px 68px;
  width: 318px;
  height: 68px;
  transition: .3s opacity;
}

.floating-course-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 600px) {

  .floating-course-btn {
    background-size: 212px 46px;
    width: 212px;
    height: 46px;
    left: 15px;
    bottom: 15px;
  }

}


.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.c-modal--active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.c-modal__container {
  margin: auto;
  position: relative;
  border-radius: 20px;
  border: 10px solid black;
  max-width: 665px;
  width: 100%;
  background: white;
  max-height: 100%;
}

.c-modal__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url('imgs/close-icon.png') center center / 18px 19px;
  width: 18px;
  height: 19px;
  transition: .3s opacity;
}

.c-modal__close:hover {
  opacity: .8;
}

.c-modal__content {
  overflow-y: auto;
  padding: 60px 30px 50px;
  max-height: 100%;
}

.c-modal__content h4{
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 0;
  padding: 0;
  line-height: 1.1;
}

.c-questionForm  {
  max-width: 450px;
  margin: 0 auto;
}
.c-questionForm input[type="text"]{
  background: #ebebeb;
  border-radius: 50px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 19px;
  border: none;
  font-size: 18px;
  font-weight: 300;
}

.c-questionForm input[type="text"].error {
  background: red;
  color: white;
}


.c-questionForm input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  background-image: url('imgs/arrow-icon.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
  background-size: 19px auto;
  margin-top: 48px;
  padding: 0;
  color: black;
  width: 233px;
  transition: .3s color;
}

.c-questionForm input[type="submit"]:hover {
  color: #203660;
  background-color: none;
  background-image: url('imgs/arrow-icon.png');
}


.c-questionForm__successWrap {
  text-align: center;
  display: none;
}

.c-questionForm__successWrap img {
  display: block;
  margin: 0 auto 20px;
}

.c-questionForm__successWrap a {
  -webkit-appearance: none;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  margin-top: 48px;
  padding: 0;
  color: black;
}

.c-questionForm__successWrap a:hover {
  color: #203660;
}

.c-questionForm__successWrap p {
  font-size: 17px;
  font-weight: 300;
  max-width: 457px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .c-modal__content h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .c-questionForm__successWrap p {
    font-size: 14px;
  }

  .c-questionForm input[type="text"]{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .c-questionForm input[type="submit"], .c-questionForm__successWrap a {
    font-size: 22px;
  }
  .c-questionForm input[type="submit"] {
    background-position: calc(100% - 24px) 50%;
  }

  .c-questionForm__successWrap img {
    max-width: 53px;
  }

}