* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 17px;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
p {
  margin-bottom: 25px;
  line-height: 1.5;
}
.oh{
  overflow:hidden;
}
.main-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.popup-ebook{
  display:none;
}
.text-center{
  text-align:center;
}
.raleway{
  font-family:'Raleway',Helvetica,Arial,Verdana,sans-serif;
}
.italic{
  font-style:italic;
}
.underline{
  text-decoration:underline;
}
.medium{
  font-weight:500;
}
.bold{
  font-weight:700;
}
.extra-bold{
  font-weight:800;
}
em {
  font-style: italic;
}
.blue{
  color:#00377b;
}
.white{
  color:#fff;
}
.h2-1{
  font-size:25px;
  line-height:1.25;
  color:#222;
  margin-top:30px;
  margin-bottom:10px;
}
.h2-2{
  font-size:32px;
  margin-bottom:40px;
}
.footer {
  background: #e3eef9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .main-wrap {
  margin: 0 auto;
  padding: 0;
}
.footer p, .footer a, .footer span {
  font-size: 12px;
  color: #626f8e;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
}
.footer-wrap {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.footer p.disclaimer {
  width: 100%;
  padding-bottom: 25px;
}
.footer a {
  text-decoration: underline;
  float: left;
}
.footer .sep {
  float: left;
  padding: 0 3px;
}
.footer a:hover {
  color: #265b9c;
}
.copyright {
  float: left;
}
.contact {
  float: right;
}
.header {
  background: #005da4;
}
.logo {
  max-width: 300px;
  margin: 10px 0;
  width: 100%;
}
.seen-img {
  max-width: 820px;
}
.line {
  display: block;
}
.sect-1 {
  background: url('https://lstwassets.s3.amazonaws.com/LMI/evg/op-life-coach-certification-t-1908/bg.jpg') no-repeat center bottom;
  background-size: cover;
}
.sect-1 .left {
  float: left;
  max-width: 640px;
  width: 100%;
  margin-right: 10px;
}
.sect-1 .right {
  float: left;
  max-width: 360px;
  width: 100%;
}
.video-wrap {
  border: 2px solid #00377b;
  width: 640px;
  height: 362px;
  position: relative;
  overflow: hidden;
  margin:0 auto;
}
.video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.box {
  background: rgb(44, 120, 180);
  background: -moz-linear-gradient(top, rgba(44, 120, 180, 1) 0%, rgba(0, 55, 123, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(44, 120, 180, 1) 0%, rgba(0, 55, 123, 1) 100%);
  background: linear-gradient(to bottom, rgba(44, 120, 180, 1) 0%, rgba(0, 55, 123, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c78b4', endColorstr='#00377b', GradientType=0);
  position: relative;
  width: 100%;
  padding: 148px 11px 13px 11px;
}
.clear:after {
  content: "";
  clear: both;
  display: table;
}
.form-title {
  color: #ffffff;
  font-style: italic;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.form-group {
  position: relative;
  margin-bottom: 8px;
}
form input {
  display: block;
  width: 100%;
  border: 1px solid #a3acb6;
  border-radius: 5px;
  padding: 5px 9px 6px 40px;
  font-size: 17px;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  outline: none;
}
.of-wrap form input {
  border: 1px solid #005da4;
}
form input::placeholder {
  color: #76818d;
}
form button {
  color: #ffffff;
  text-align: center;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: #fe6d0d;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 25px;
  padding: 7px 10px;
  transition: .2s all;
}
form button:hover {
  background: #fc7e2a;
}
button .cta-text, .cta-img {
  display: inline;
}
.cta-wrap{
  text-align:center;
}
.cta-wrap .cta{
  color:#fff;
  background: rgb(251,156,10);
  background: -moz-linear-gradient(top,  rgba(251,156,10,1) 0%, rgba(222,89,26,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(251,156,10,1) 0%,rgba(222,89,26,1) 100%);
  background: linear-gradient(to bottom,  rgba(251,156,10,1) 0%,rgba(222,89,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9c0a', endColorstr='#de591a',GradientType=0 );
  font-size:25px;
  border-radius:6px;
  border:none;
  padding:15px 60px;
  line-height:1;
  cursor:pointer;
}
.cta-wrap .cta:hover,button.infusion-submit:hover{
  background:#ec7916;
}
.cta-img {
  max-width: 15px;
  margin-left: 2px;
}
.name, .email {
  position: absolute;
  top: 10px;
  left: 15px;
}
.email {
  top: 12px;
}
.seen-stripe {
  text-align: center;
  margin-bottom: 10px;
}
.seen-text {
  color: #718293;
  display: block;
  text-align:center;
  position: relative;
  text-transform:uppercase;
  font-size:14px;
  padding:5px 0;
}
.white-section{
  background:rgba(255,255,255,0.6);
  padding:30px 0 20px 0;
}
.woman{
  float:right;
  max-width:328px;
  margin-left:10px;
  margin-right:10px;
  width:100%;
}
.white-section .main-wrap{
  padding:0 10px;
}
.legend, .col-title-mobile {
  display: none;
}
.bullet-list {
  padding-left: 10px;
  list-style: none;
}
.bullet-list li {
  margin-bottom: 3px;
}
.cert-section .main-wrap{
  padding:15px 10px;
}
.h2-3 {
  font-size:32px;
  margin-top:20px;
  margin-bottom:25px;
}
.h3-3{
  padding:0 60px;
  font-size:25px;
  line-height:1.15;
  margin-bottom:35px;
}
.sect-1-1{
  padding:25px;
}
.man{
  float:left;
  max-width:300px;
  width:100%;
  margin-right:40px;
}
.h2-s-1{
  font-size:25px;
  margin-top:20px;
  margin-bottom:23px;
  line-height:1.15;
}
.sect-1-1 .bullet-list{
  padding-left:30px;
  list-style:disc;
}
.sect-1-1 .bullet-list li{
  line-height:1.5;
  margin-bottom:5px;
}
.sect-1-1 .inner{
  margin-bottom:30px;
}
.sect-1-1 .p-bot{
  padding:0 8%;
}
.bullet {
  background: #e5f2fa;
  border: 1px solid #0083ca;
  position: relative;
  float: left;
  width: 17px;
  height: 17px;
  z-index: 1;
  border-radius: 100%;
  margin-right: 16px;
  margin-top: 6px;
}
.bullet:after {
  background: #0083ca;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  z-index: 3;
  border-radius: 100%;
}
.cert-table {
  border: 2px solid #337db6;
  border-radius: 15px;
  margin-bottom: 40px;
}
.cert-table .head {
  background: #337db6;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.cert-row {
  overflow: hidden;
  background: #f7fafd;
  border-bottom: 2px solid #337db6;
  position: relative;
}
.cert-row .col {
  padding: 12px 15px 0 15px;
  border-right: 2px solid #337db6;
}
.cert-row p {
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size:15px;
}
.cert-table .col {
  float: left;
}
.col-1 {
  max-width: 510px;
  width: 100%;
}
.col-title {
  text-align: center;
  color: #ffffff;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  padding: 7px;
  letter-spacing: 1px;
}
.cert-row .col-2, .cert-row .col-3 {
  max-width: 180px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 10px;
}
.cert-table ul {
  list-style: disc;
  padding-left: 35px;
  margin-bottom: 10px;
}
.cert-table .check {
  width: 21px;
  height: 21px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 100%;
  border: 6px solid #005da4;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.cert-table .cr-9 .check {
  bottom: 11px;
  top: initial;
  margin-top: 0;
}
.cr-12 {
  border-radius: 0 0 12px 12px;
  border-bottom: none;
}
.head .col-2, .head .col-3 {
  max-width: 180px;
  width: 100%;
}
.cert-row .col-2 {
  right: 180px;
}
.cert-row .col-3 {
  border-right: none;
  right: 0;
}
.bullet-list .copy {
  overflow: hidden;
}
.seen-img, .seen-wrap-inner {
  display: block;
  margin:0 auto;
}
.seen-img{
  width:100%;
}
.seen-wrap-inner{
  background: rgb(201,209,219);
  background: -moz-linear-gradient(top,  rgba(201,209,219,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(201,209,219,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(201,209,219,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(201,209,219,1) 100%);
  background: linear-gradient(to bottom,  rgba(201,209,219,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(201,209,219,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d1db', endColorstr='#c9d1db',GradientType=0 );
  padding:20px;
  border:1px solid #84919f;
  max-width:800px;
  width:100%;
}
.h3-1, .h3-2 {
  color: #00377b;
  text-align: center;
  font-size: 20px;
  font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.h3-2 {
  margin-top: 25px;
}
.of-wrap {
  position: relative;
}
.of-wrap form {
  overflow: hidden;
}
.of-wrap:before {
  content: '';
  background: url('../../images/life-coach-certification/arrowright.png') no-repeat center center;
  background-size: cover;
  right: -110px;
  bottom: 15px;
  width: 90px;
  height: 181px;
  position: absolute;
  z-index: 5;
}
.col ul li {
  line-height: 1.2;
  font-size:15px;
}
.of-wrap-2 {
  margin-bottom: 60px;
}
.of-wrap-3 {
  margin-bottom: 50px;
}
.of-wrap .form-group {
  max-width: 28%;
  width: 100%;
  margin-right: 1%;
  float: left;
}
.of-wrap .fg-last {
  max-width: 42%;
  margin-right: 0;
}
.of-wrap form input {
  background: #f7fafd;
  border: 1px solid #00377b;
  border-radius: 5px;
  min-height: 45px;
}
.of-wrap button {
  min-height: 45px;
}
.of-wrap .name {
  top: 15px;
}
.of-wrap .email {
  top: 17px;
}
.of-wrap form input::placeholder {
  color: #111111;
}
.of-wrap form input {
  color: #111111;
}
.h2-5 {
  margin-bottom: 10px;
}
label.jp-is-invalid{
  font-size:14px;
  padding:5px 10px;
  background:#f7fafd;
  margin-top:2px;
  display:inline-block;
  border-radius:3px;
  color:red;
  border:1px solid #a3acb6;
  position:relative;
}
label.email-suggestion {
  font-size: 14px;
  background:#faffbd;
  padding: 6px;
  color:#333;
  border:1px solid #333;
  border-radius: 3px;
  display:inline-block;
  width:auto;
  margin-top:2px;
  position:relative;
}
label.email-suggestion:hover{
  cursor:pointer;
}
.email-suggestion .blue{
  color:blue;
}
.email-suggestion .bold{
  font-weight:bold;
}
.mary{
  float:right;
  max-width:405px;
  width:100%;
  margin-top:20px;
  margin-left:35px;
}
.sect-1-2{
  background:#e8f2ff;
  padding:30px 0;
}
.sect-1-2 .main-wrap{
  padding:30px 0;
}
.h2-s-2{
  font-size:32px;
  line-height:1.15;
  margin-bottom:20px;
}
.quote-section{
  background:#f5f5f5;
  padding:35px 0 10px 0;
}
.quote-section .quote{
  padding:0 30px;
}
.qs-2 .quote-1{
  margin-bottom:60px;
}
.quote-section .author{
  text-align:right;
}
.testimonial-section{
  padding:30px 10px 45px 10px;
}
.h2-s-3{
  font-size:25px;
  margin-bottom:40px;
}
.cert-section{
  background:#003e8b;
}
.cert{
  background:#ddd;
  border-radius:15px;
  max-width:calc((100% - 12px) / 2);
  width:100%;
  min-height:275px;
  padding:15px;
}
.cert .num{
  font-size:50px;
  float:left;
  margin-right:5px;
}
.cert p{
  line-height:1.5;
  margin-bottom:0;
}
.cert-left{
  float:left;
}
.cert-right{
  float:right;
}
.sect-2 .main-wrap{
  padding:15px 13px 35px 13px;
}
.sect-2 p{
  padding:0 40px;
}
.sect-3{
  background:#e7f2fe;
}
.sect-3 .main-wrap{
  padding:25px 20px 40px 20px;
}
.h2-4{
  font-size:32px;
  line-height:1.125;
}
.cta-wrap br{
  display:none;
}
.collage{
  max-width:340px;
  width:100%;
  float:left;
  margin-right:35px;
}
.sect-3 .copy{
  margin-top:45px;
}
.h2-5{
  font-size:25px;
  margin-bottom:25px;
}
.sect-3 .bullet-list{
  list-style:disc;
  padding-left:30px;
}
.sect-3 .bullet-list li{
  margin-bottom:15px;
  line-height:1.5;
}
.sect-3 .p-last{
  margin-top:30px;
  margin-bottom:35px;
}
.ebook{
  max-width:400px;
  float:left;
  width:100%;
  margin-top:5px;
  margin-right:20px;
}
.ebook-mobile{
  display:none;
}
.sect-4 .main-wrap{
  padding:60px 0 90px 0;
}
.h2-7{
  font-size:25px;
  line-height:1.15;
  margin-bottom:25px;
}
.sect-4 .copy{
  padding-right:0;
}
.cw-3{
  margin-top:60px;
}
.cw-3 .cta{
  padding:15px 90px;
}
.mary-mobile{
  display:none;
}
.modal-header .close {
  margin-top: -10px;
}
@media (max-width: 1260px) {
  .of-wrap:before {
    display: none;
  }
}
@media (max-width: 1060px) {
  .main-wrap {
    padding: 0 10px;
  }
  .top-h1 {
    margin: 0 auto;
  }
  .sect-1 .left, .sect-1 .right {
    max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .video-wrap {
    margin: 0 auto;
  }
  .box {
    margin: 15px auto 180px auto;
    max-width: 480px;
    padding-top: 10px;
    padding-bottom: 125px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  form button {
    padding: 7px 10px 8px 10px;
  }
  .logo {
    display: block;
    margin: 10px auto;
  }
  .header {
    overflow: hidden;
  }
  .head .col-2, .head .col-3, .cert-row .col-2, .cert-row .col-3 {
    max-width: 20%;
  }
  .col-1 {
    max-width: 60%;
  }
  .cert-row .col-2 {
    right: 20%;
  }
}
@media (max-width: 1024px) {
  .footer-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 970px) {
  .seen-img {
    content: url('../../images/life-coach-certification/asseenmobile.jpg');
    max-width: 480px;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .seen-text {
    width: 100%;
    text-align: center;
    display: block;
    top: 0;
    margin-bottom: 10px;
  }
  .seen-stripe {
    padding-top: 10px;
  }
  .sect-1-2{
    padding:20px 10px;
  }
  .sect-4 .main-wrap{
    padding:20px 10px;
  }
  .cw-3{
    margin-top:20px;
  }
}
@media (max-width: 920px) {
  .of-wrap button {
    font-size: 21px;
  }
}
@media (max-width: 900px){
  .cert-left,.cert-right{
    float:none;
    margin:0 auto 10px auto;
    min-height:auto;
    width:100%;
    max-width:400px;
  }
  .cert-section .main-wrap{
    padding-bottom:0;
  }
}
@media (max-width: 860px) {
  .col-title-desktop {
    display: none;
  }
  .h2-7{
    font-size:20px;
    text-align:center;
  }
  .ebook{
    display:none;
  }
  .ebook-mobile{
    display:block;
    max-width:280px;
    width:100%;
    margin:0 auto 20px auto;
  }
  .col-title-mobile {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: 'Raleway', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px;
    letter-spacing: 1px;
    margin-top: 8px;
  }
  .col-title .line {
    display: inline;
  }
  .h2-4{
    font-size:25px;
    margin-bottom:15px;
    line-height:1.3;
  }
  .h2-4 .line{
    display:inline;
  }
  .col-title {
    text-align: left;
  }
  .head .col-2, .head .col-3, .cert-row .col-2, .cert-row .col-3 {
    max-width: 60px;
  }
  .cert-row .col-2 {
    right: 60px;
  }
  .col-1 {
    max-width: calc(100% - 120px);
  }
  .head .col-title {
    padding-left: 20px;
  }
  .cert-table {
    margin-bottom: 10px;
  }
  .legend {
    color: #005da4;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .h2-s-1{
    margin-top:0;
  }
  .h2-s-1 .line{
    display:inline;
  }
  .man{
    max-width:200px;
  }
  .sect-1-1 .p-bot{
    padding:0;
  }
  .h2-s-2 {
    font-size: 25px;
  }
  .mary{
    display:none;
  }
  .mary-mobile{
    display:block;
    margin:0 auto 10px auto;
  }
  .h2-s-2 .line{
    display:inline;
  }
  .h2-s-2{
    text-align:center;
  }
  .quote-section .quote{
    padding:0;
  }
  .sect-2 p.text-center br{
    display:none;
  }
  .sect-3 .p-last br{
    display:none;
  }
}
@media (max-width: 800px) {
  .collage{
    display:block;
    float:none;
    margin:0 auto;
    content:url('https://lstwassets.s3.amazonaws.com/LMI/evg/op-life-coach-certification-t-1908/collagemobile.png');
  }
  .sect-3 .copy{
    margin-top:25px;
  }
  .h2-5{
    font-size:20px;
  }
  .of-wrap .form-group {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .of-wrap form {
    max-width: 480px;
    margin: 0 auto;
  }
  .of-wrap-2 {
    margin-bottom: 40px;
  }
  .h2-3{
    font-size:25px;
    line-height:1.3;
    margin:10px auto 15px auto;
  }
  .h3-3{
    padding:0;
    font-size:20px;
    line-height:1.3;
    margin-bottom:20px;
  }
}
@media (max-width: 768px) {
  .h2-s-1,.h2-s-3{
    font-size:20px;
    line-height:1.3;
  }
  .h2-s-3{
    margin-bottom:20px;
  }
  .testimonial-section{
    padding-bottom:30px;
  }
  .h2-1{
    margin-top:15px;
  }
  .sect-1-1{
    padding:20px 10px;
  }
  .seen-wrap-inner{
    background: rgb(201,209,219);
    background: -moz-linear-gradient(top,  rgba(201,209,219,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(201,209,219,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(201,209,219,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(201,209,219,1) 100%);
    background: linear-gradient(to bottom,  rgba(201,209,219,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 90%,rgba(201,209,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9d1db', endColorstr='#c9d1db',GradientType=0 );
  }
  .seen-stripe{
    margin-bottom:20px;
  }
  .h2-2{
    font-size:24px;
    margin-bottom:20px;
  }
  .h2-1{
    font-size:20px;
  }
  .footer .copyright, .footer .contact {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .contact {
    padding-top: 10px;
  }
  .footer a, .footer .sep {
    float: none;
    display: inline-block;
  }
  .h2-3 .line {
    display: inline;
  }
  .h3-1, .h3-2 {
    line-height: 1.2;
  }
}
@media (max-width: 720px){
  .woman{
    display:none;
  }
}
@media (max-width: 680px) {
  .video-wrap {
    max-width: 90%;
    padding-bottom: 50%;
    height: 0;
  }

  .man{
    display:block;
    float:none;
    margin:0 auto 20px auto;
    content:url('https://lstwassets.s3.amazonaws.com/LMI/evg/op-life-coach-certification-t-1908/manmobile.jpg');
  }
  .sect-2 p{
    padding:0;
  }
}
@media (max-width: 640px) {
  .cert-row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-title-mobile {
    padding: 0;
    margin-top: 25px;
  }
  .head .col-title {
    padding-left: 10px;
  }
  .cta-wrap br{
    display:block;
  }
  .cta-wrap .cta{
    font-size:24px;
    width:100%;
    padding:10px;
  }
}
@media (max-width: 620px) {
  .top-h1 {
    padding: 10px 0;
  }
  .top-h1 .line {
    font-size: 24px;
  }
  body {
    font-size: 15px;
  }
  .sect-1 {
    background: url('../../images/life-coach-certification/bgmobile.jpg') no-repeat center top;
    background-size: cover;
  }
  .col-title-mobile {
    margin-top: 52px;
  }
  .head .col-title {
    line-height: 1.2;
  }
}
@media (max-width: 600px){
  .h2-2{
    padding:0 10%;
    line-height:1.15;
  }
  .h2-s-1{
    text-align:center;
    line-height:1.3;
  }
  .sect-1-1 .bullet-list{
    padding-left:20px;
  }
  .sect-1-1 .p-bot{
    text-align:left;
  }
  .cert .num{
    font-size:42px;
  }
  .quote-section .quote{
    margin-bottom:30px;
  }
}
@media (max-width: 580px) {
  .seen-wrap-inner {
    border-top: 3px solid #d1d5da;
    border-bottom: 3px solid #d1d5da;
    overflow: hidden;
    display: block;
    padding: 25px 10px 27px 10px;
  }
  .seen-stripe .main-wrap {
    padding: 0;
  }
  .seen-text {
    font-size: 17px;
  }
  .sect-1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .top-h1 .line {
    display: inline;
  }
  .top-h1 br {
    display: block;
  }
  .top-h1 {
    line-height: 0.85;
  }
  .h2-3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 505px) {
  .head .col-title, .col-title-mobile {
    font-size: 16px;
  }
  .col-title-mobile {
    margin-top: 47px;
  }
}
@media (max-width: 470px) {
  .head .col-title {
    padding-right: 0;
  }
  .head .col-2, .head .col-3, .cert-row .col-2, .cert-row .col-3 {
    max-width: 45px;
  }
  .cert-row .col-2 {
    right: 45px;
  }
  .col-1 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 440px) {
  .h2-1{
    font-size:18px;
  }
  .sect-3 .main-wrap{
    padding:20px 10px;
  }
  .h2-4{
    font-size:20px;
  }
  .h2-1 .line{
    display:inline;
  }
  .h2-2{
    font-size:22px;
    padding:0;
  }
  .top-h1 .line {
    font-size: 21px;
  }
  body {
    font-size: 14px;
  }
  .h2-3 {
    max-width: 80%;
  }
}
@media (max-width: 430px) {
  .head .col-title, .col-title-mobile {
    font-size: 15px;
  }
}
@media (max-width: 410px) {
  .col-title-mobile {
    margin-top: 63px;
  }
}
@media (max-width: 400px) {
  .h2-5{
    font-size:19px;
  }
  .legend{
    font-size:16px;
  }
}
@media (max-width: 390px) {
  .top-h1 .line {
    font-size: 19px;
  }
  .h2-3 {
    max-width: 100%;
  }
  .h3-1, .h3-2 {
    font-size: 18px;
  }
  .cta-wrap .cta{
    font-size:22px;
  }
}
@media (max-width: 370px){
  .h2-5{
    font-size:17px;
  }
}
@media (max-width: 360px) {
  .top-h1 .line {
    font-size: 17px;
  }
  .top-h1 {
    line-height: 0.65;
  }
  form button {
    font-size: 21px;
  }
  .cta-img {
    max-width: 13px;
  }
  .head .col-title, .col-title-mobile {
    font-size: 13px;
  }
  .col-title-mobile {
    margin-top: 54px;
  }
  .of-wrap button {
    font-size: 18px;
  }
  .of-wrap .cta-img {
    max-width: 11px;
  }
  .h3-1, .h3-2 {
    font-size: 16px;
  }
  .form-title{
    font-size:17px;
  }
}
.infusion-option label {
  margin-left: 0;
  overflow: hidden;
  width: 90%;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
input.check1 {
  line-height: 1.5;
  float: left;
  border-right: 1px solid yellow;
  margin-bottom: 25px;
}
.check1label {
  overflow: hidden;
}
input.jp-card-invalid {
  border: 1px solid #cccccc;
}
.infusion-field{
  margin-bottom:15px;
}
.infusion-field label{
  font-size:16px;
}
.modal-footer{
  border:none;
  padding-top:0;
}
button.infusion-submit{
  color:#fff;
  background: rgb(251,156,10);
  background: -moz-linear-gradient(top,  rgba(251,156,10,1) 0%, rgba(222,89,26,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(251,156,10,1) 0%,rgba(222,89,26,1) 100%);
  background: linear-gradient(to bottom,  rgba(251,156,10,1) 0%,rgba(222,89,26,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9c0a', endColorstr='#de591a',GradientType=0 );
  font-size:25px;
  border-radius:6px;
  border:none;
  padding:15px 10px;
  display:block;
  width:100%;
  line-height:1;
  cursor:pointer;
}
.infusion-field textarea{
  height:36px;
  resize:vertical;
  display:block;
  min-height:initial;
  width:100%;
  padding:5px 10px;
}
.infusion-radio label{
  cursor: pointer;
  width: initial;
  overflow: hidden;
  font-weight: 400;
  padding-bottom: 3px;
  display:block;
}
input[type="radio"], .checkbox input {
  max-width: 20px;
  float: left;
  position: relative;
  top: 10px;
  cursor: pointer;
}
.infusion-radio input {
  top:0;
  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.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;
}
.infusion-field input[type="text"], .infusion-field input[type="email"], .infusion-field select{
  padding:5px 10px;
  width:100%;
}
label.email-suggestion:hover{
  cursor:pointer;
}
.email-suggestion .blue{
  color:blue;
}
.email-suggestion .bold{
  font-weight:bold;
}
label.jp-card-invalid {
  font-weight: normal;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}
@media (min-width: 769px){
  input, select, textarea,.infusion-field input[type="text"], .infusion-field input[type="email"], .infusion-field select {
    font-size: 14px;
  }
}