h1 {
  font-family: 'Lora', serif;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  line-height: 130%;
}
.underline{
  text-decoration:underline;
}
h1{
  font-size:25px;
  margin-top:15px;
  margin-bottom:15px;
}
.oh-wrapper {
  overflow: hidden;
  position: relative;
  max-width:750px;
  margin:0 auto;
}
.video-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57px;
  height: 188px;
  background: url('../images/arrow-left.png') no-repeat left top;
}
.video-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57px;
  height: 188px;
  background: url('../images/arrow-right.png') no-repeat right top;
}
.video-center {
  /* padding: 30px 78px 60px 78px; */
  padding: 0 78px 30px 78px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2 {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 32px;
  font-weight: bold;
  color: #005da4;
  padding-left: 110px;
  background: url('../images/arrow-left-2.png') no-repeat left bottom;
  text-align: center;
  margin: 30px 30px 40px 30px;
  letter-spacing: -2px;
}
.cta-button-wrapper {
  background: url('../images/button-red-bg.png') no-repeat top center;
  text-align: center;
  padding-top: 20px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
}
.cta-button-wrapper a {
  display: inline-block;
  margin: 0 auto;
}
.cta-button-wrapper{
  max-width: 600px;
  background-size: contain;
  background-position: center;
}
.cta-button-wrapper a{
  max-width: 500px;
  position: relative;
  top: -10px;
}
.cta-button-wrapper button {
  display: inline-block;
  margin: 0 auto;
  background: none;
  border: none;
  cursor: pointer;
}
.cta-button-wrapper img {
  display: block;
  border: none;
  max-width: 100%;
}
.facebook-comments {
  margin-bottom: 30px;
}
.replay-optin-form label {
  display: block;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  padding-bottom: 5px;
}
.replay-optin-form input, .replay-optin-form select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #cccccc;
  margin-bottom: 15px;
  font-size: 16px;
}
div.modal-header {
  border-bottom: none;
  padding: 15px 15px 0 0;
  margin-bottom: -15px;
}
.close {
  float: right;
  font-weight: bold;
  font-size: 24px;
  border: none;
  background: none;
  color: #cccccc;
  padding: 10px 15px 10px 40px;
  position:relative;
  left:12px;
  margin-bottom:-10px;
  z-index:10;
}
.close:hover,.close:target,.close:active,.close:focus{
  outline:none;
}
.optin-modal .modal-content {
  background-color: #f8f2e4;
}
.replay-optin-form input[type="checkbox"],.replay-optin-form input[type="radio"] {
  float: left;
  width: 30px;
  position: relative;
  top: 3px;
}
.replay-optin-form .infusion-option label{
  font-weight:normal;
}
.coach,.not-coach{
  display:none;
}
.replay-optin-form input[type="submit"] {
  background: rgb(255, 244, 0);
  background: -moz-linear-gradient(top, rgba(255, 244, 0, 1) 1%, rgba(255, 215, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 244, 0, 1) 1%, rgba(255, 215, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 244, 0, 1) 1%, rgba(255, 215, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff400', endColorstr='#ffd700', GradientType=0);
  border: 2px solid #ffd900;
  border-radius: 5px;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 24px;
  font-family: "Helvetica Neue", sans-serif;
  color: #033057;
  margin-top: 5px;
}
.video-arrow{
  display:none;
}
label.jp-is-invalid {
  margin-top: -10px;
  font-weight: normal;
  color: red;
  font-size: 14px;
}
.footer{
  width:100%;
}
.replay-optin-form input:focus, .replay-optin-form select:focus {
  outline: none;
  border-color: #1abc9c;
}
@media (max-width: 940px) {
  .video-center {
    padding: 30px 57px 60px 57px;
  }
}
@media (max-width: 900px) {
  .cta-button-wrapper {
    background-size: 100% 100%;
  }
}
@media (max-width: 800px) {
  .video-left {
    display: none;
  }
  .video-right {
    display: none;
  }
  .video-center {
    padding: 30px 0 0 0;
  }
  .cta-button-wrapper {
    margin-top: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 667px) {
  h1 {
    font-size: 23px;
  }
  h2 {
    background: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 26px;
  }
  .cta-button-wrapper {
    margin-top: 30px;
  }
}
.cta-p{
  text-align:center;
  margin-top:10px;
}
@media (max-width: 550px){
  .cta-p br{
    display:none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 21px;
    margin-top: 20px;
  }
  h2 {
    font-size: 20px;
    margin: 20px 0 30px 0;
  }
  .cta-button-wrapper {
    margin-top: 20px;
  }
  .facebook-comments {
    margin-bottom: 10px;
  }
  .video-center {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 400px){
  .call{
    display:block;
  }
}

.call{

  font-weight:normal;
  font-size:15px;

}
.isDesktop{
  position:relative;
  z-index:1;
  display:none;
}
@media (min-width: 1200px){
  .isDesktop{
    z-index:10;
  }
}
.infusion-field label{
  font-size:15px;
}
.infusion-field textarea{
  height:36px;
  resize:vertical;
  display:block;
  min-height:initial;
}
.infusion-radio label{
  cursor: pointer;
  width: initial;
  overflow: hidden;
  font-weight: 400;
  padding-bottom: 3px;
}
input[type="radio"], .checkbox input {
  max-width: 20px;
  float: left;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.infusion-radio input {
  top: 5px;
  margin-right: 5px;
}
.infusion-radio {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-20 > label {
  margin-bottom: 10px;
}
.infusion-option label.understand {
  overflow: hidden;
  font-size: 11px;
  max-width: initial;
  float: none;
  margin-left: 0;
  padding-bottom:3px;
}
input[type="checkbox"] {
  float: left;
  width: auto;
  margin-top: 5px;
  margin-right: 5px;
}
.infusion-field label{
  margin-bottom:5px;
}
label.jp-card-invalid{
  font-size:12px;
}
label.email-suggestion {
  font-size: 12px;
  background:#faffbd;
  padding: 3px 6px;
  color:#333;
  border:1px solid #333;
  border-radius: 3px;
  display:inline-block;
  width:auto;
  margin-top:3px;
}
label.email-suggestion:hover{
  cursor:pointer;
}
.email-suggestion .blue{
  color:blue;
}
.email-suggestion .bold{
  font-weight:bold;
}
@media (min-width: 769px){
  input, select, textarea,.infusion-field input[type="text"], .infusion-field input[type="email"], .infusion-field select {
    font-size: 14px;
  }
}