@charset "utf-8";
/* CSS Document */
@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgresponsive {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
  margin: 0;
}
p {
  line-height:1.7em;
  margin-bottom:1em;
}
h1 {
  font-size: xx-large;
  margin-bottom:.3em;
}
h2,h3,h4 {
  margin-bottom:.5em;
  line-height: 1.4em;
}
h5 {
  font-weight:300;
  line-height: 1.6em !important;
}
.yellow-bg {
  background:#FFFF00;
}
.red {
  color:red;
}
.float-img-right {
  float:right;
  max-width:100%;
  height:auto;
}
body {
  background:#1b1716;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: #363636;
}
.header-wrap {
}
.logo {
  width:100%;
  padding:20px;
}
.logo img {
  display:block;
  margin:0 auto;
}
.vid-wrap-flex {
  width:960px;
  margin:0 auto;
}
.vid-wrap {
  text-align:center;
  color:#fff;
  font-size:15px;
  padding:20px 0px;
}
.video-container {
    padding-bottom: 56.25%;
    padding-top: 0px !important;
    height: 0;
    overflow: hidden;
}
video-container iframe {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-vid {
  text-align:center;
  max-width:720px;
  margin:0 auto;
 padding:0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:10px;
  margin-top:10px;
  line-height:0;
}
.container {
  min-height: calc(100vh - 164px);
margin-bottom: 20px;
 
}
.content-fw {
  background:#ffffff url(../images/ContentGrad.jpg) repeat-x top;
}
.content-wrap {
  background:#ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.content {
  padding:30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   
}
.instant-access {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
  flex-direction:row-reverse;
}
.instant-access div {
  width:50%;
}
.act-now {
  text-align:center;
}
.act-now a{
  display:block;
  width:90%;
  margin:0 auto;
  padding:20px 30px;
  background:#fbb712;
  text-decoration:none;
  color:#3e4057;
  font-size:26px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-bottom:20px
}
.guarantee-box {
  background:url(../images/GuaranteeDivTop.png) repeat-x top;
  text-align:center;
  padding:10px 0px;
}
.testimonial-wrap {
  padding:20px;
  border: 5px solid #0000001a;
  margin-top:30px;
}
.testimonial-wrap h2 {
  margin-top:-40px;
  background:#fff;
  
}
.testi-flex {
  display:flex;
  justify-content:space-around;  
}
.testi-item {
  margin:10px;
  padding:20px;
  background: #F7FEFF;
  overflow-wrap: break-word;
}
.testi-item img {
  float:left;
  margin-right:15px;
}
.footer {
  background: #545150;
  padding:10px 0px;
}
.footer a {
  color:inherit;
  text-decoration:none;
}
.footer a:hover {
  color: #d50911;
  text-decoration:none;
}
.footer-wrap {
  color:#1b1716;
  text-align:center;
}
.footer-nav ul {
  list-style: none;
display: flex;
justify-content: center;
}
.footer-nav ul li {
 padding:10px;
}
.footer-nav ul li a {
  color:#c2c2c2;
  text-decoration:none;
} 
.footer-nav ul li a:hover {
  color:#d50911;
}
/*Accordion*/
a.accordion {
  display:block;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 1s;
  font-size:20px;
  font-weight:300;
  background:#f1f1f1;
}
a.accordion::before{
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

a.accordion.active::before{
   content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
div.panel {
  border-bottom: 1px #e7e7e7 solid;
  padding: 0px 40px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s ease-out;
  border-left: 10px #f1f1f1 solid;
  border-right: 10px #f1f1f1 solid;
}
.contact-form-box {
  text-align:center;
  padding:20px;
  width:60%;
  height:auto;
  margin:0 auto;
  margin-bottom:20px;
  margin-top:20px;
}
.contact-form-box input[type=text],
.contact-form-box input[type=password],
.contact-form-box textarea, 
.aff-signup input[type=text],
.members-form-box input[type=text],
.members-login input[type=text], 
.members-login input[type=password] {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 5px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	transition: 0.2s ease-out;
  font-family:inherit;
}
.contact-form-box input[type=submit],
.members-login input[type=submit],
.aff-signup input[type=submit],
.members-form-box input[type=button]{
  width:100%;
  background: #ab0303;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  color:#fff;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size: 16px;
  padding:15px;
  outline: none;
  position: relative;
  text-align: center !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  margin-top:5px;
}
.members-login input[type=submit]:hover,
.contact-form-box input[type=submit]:hover,
.aff-signup input[type=submit]:hover,
.act-now a:hover,
.members-form-box input[type=button]:hover,
.watch-vid-btn:hover  {
   background: #d50911;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
color: #fff;
}
.new-members-box {
  display:flex;
  justify-content: space-between;
}
.new-members-box div {
  width:50%; 
  padding:0px 20px;
}
.members-form-box {
  text-align:center;
}
.squeeze-wrap {
  padding:40px;
  text-align:center;
  width:600px;
  margin:0 auto;
  border:solid 1px white;
  background:rgba(0, 0, 0, 0.77);;
  color:#fff;
}
.access-btn a {
  display:block;
  padding:20px;
  background:#ffa841;
  width:70%;
  margin:0 auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top:20px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:700;
}

/*WRITTEN SALES PAGE CSS*/
.box-single-border {
  padding:30px;
  border:medium #000000 solid;
  margin-bottom:20px;
}
.discover ul {
  list-style:none;
}
.discover ul li {
  padding:20px 20px 0px;
}
.discover ul li:nth-child(odd) {
  border: #256382 solid 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:20px;
}
.discover ul li:nth-child(even) {
  border: #ad110f solid 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom:20px;
}
.content-written .add-cart-box {
  width:80%;
  margin:0 auto;
  border-width: 4px;
border-style: dashed;
border-color: rgb(238, 15, 11);
padding:20px;
text-align:center;
margin-bottom:20px;
}

.seals {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  align-items:center;
}
.order-table-box {
    margin: 20px 0px;

}
.order-table table, .order-table th, .order-table td {
  border-collapse: collapse;
}
.order-table th, .order-table td {
  padding: 25px;
}
.order-table th {
  text-align: left;
}
.order-table table {
  border-spacing: 0px;
}
.order-table tr:nth-child(1) {
  background: #474747;
  color: #F4F4F4;
}
.order-table tr:nth-child(2) {
  background: #D0D0D0;
}
.order-table tr:nth-child(3) {
  background: #E1E1E1;
}
.order-table tr:nth-child(4) {
  background: #EFEFEF;
}
.mobile-checkout-btn {
  display:none;
}
.order-guarantee-box {
  width:70%; 
  margin:0 auto; 
  margin-top:40px; 
  text-align:left; 
  padding:20px; 
  border:thin #CECECE solid;
}
.oto-wrap {
  width:80%;
  margin:0 auto;
}
.oto-wrap li {
  margin-left:40px;
}
.oto-prod {
  width:90%;
  margin:0 auto;
  padding:30px;
  background:#f5f5f5;
  border:thin #c8d3df solid;
  margin-bottom:20px;
}
.aff-signup {
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0px;
}
.aff-ready {
  width:40%;
  height:auto;
  display:block;
  margin:0 auto;
  text-align:center;
}
.aff-signup-form, .members-login-form {
  text-align:center;
  padding:20px 40px;
  width:60%;
  height:auto;
  margin:0 auto;
}
.toggle-nav {
display:none;
background: #383230;
}
.aff-nav {
  width:100%;
  margin:0 auto;
  margin-bottom: 21px;
  margin-top: 10px;
}
.menu ul {
  display:flex;
  justify-content: center;
  
}
.menu ul li {
  list-style:none;
  background:#383230;
}
.menu a:hover { 
  background:#830f13;
}
.menu a {
  text-decoration:none;
  color:#fff;
  padding:20px 25px;
  font-size:15px;
  background: #383230;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.aff-imgs-flex {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  align-items:center;
}
.aff-imgs-flex div:nth-child(1), .aff-imgs-flex div:nth-child(2) {
  width:50%;
}
.aff-imgs-flex div {
  width:25%;
  text-align:center;
  }
   .aff-imgs-flex div img {
   max-width:80%;
   height:auto;
 }
.toggle-nav:hover,  .menu a:hover {
  text-decoration:none;
}
.contact-flex {
  display:flex;
  justify-content:center;
}
.contact-flex p {
  width:50%;
}
.hoplinks-flex  {
  display:flex;
  justify-content: space-around;
  padding:20px 0px;
}
.keywords-flex, .banner-flex {
  display:flex;
  justify-content: space-around;
  flex-wrap:wrap;
  padding:10px 0px;
}
.banner-flex div, .keywords-flex div{
  width:45%;
  text-align:center;
  justify-content: center;
  overflow-wrap: break-word;
  margin-bottom:10px;
}
.banner-flex div img {
  max-height:300px;
  width:auto;
}
.hoplinks-flex div{
  width:45%;
  text-align:center;
  justify-content: center;
  overflow-wrap: break-word;
}
.keywords-flex div textarea {
  font-family: 'Roboto', sans-serif;
  color: #363636;
  padding:10px;
  line-height:1.5em;
  font-size:14px;
  height:150px;
  width:100%;
  border: 1px solid #F0F0F0;
  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
resize:none;
}
.banners-flex {
  width:100%;
  text-align:center;
  overflow-wrap: break-word;
}
.steve-feature3, .mob-show {
    display:none;
}
.aff-prog-logo {
  display:flex;
  justify-content:center;
}
.aff-prog-logo img {
  margin:15px;
}
.aff-check-bul ul {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  list-style:none;
  width:80%;
  margin:0 auto;
}
.aff-check-bul ul li {
  width:100%;
  background:url(../images/check-icon.png) no-repeat;
  background-position:0% 50%;
  padding:20px 10px 20px 50px;
}
.new-update {
  border:#F30004 solid thick;
  font-size:24px;
  font-weight:bold;
  line-height:.05em !important;
  width:30%;
}
.update-bade-flex {
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
}
.update-bade-flex img {
  margin:0px 10px;
}
.sched-date-flex {
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.sched-date-flex div{
  flex:1 0 30%;
}
.pricing-info-flex {
  display:flex;
  justify-content:center;
}
.pricing-info-flex h2 {
  line-height:.8em;
}
.desk-bg {
  background:#2A2A2A  url(../images/desk-ipad-calendar.jpg) bottom fixed;
}
.sec-pad {
  padding:70px 0px;
}
/*SPLASH PAGE*/
.splash-btn-flex {
  display:flex;
  justify-content: space-around;
}
.splash-item {
  width:45%;
  text-align:center;
}
.watch-vid-btn {
  display:block;
  text-decoration:none;
  background: #ab0303;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  color:#fff;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size: 16px;
  padding:15px;
  outline: none;
  position: relative;
  text-align: center !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  margin-top:15px;
}
.WomenPlayVideo {
}
.WomenPlayVideo a img:hover{
}
.members-box {
  width:40%;
  margin:0 auto;
}
.oto-plus-flex {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.oto-plus-flex div:nth-child(1) {
  width:30%;
}
.oto-plus-flex div:nth-child(2) {
  width:65%;
}
.add-oder-box {
  text-align:center;
  width:50%;
  margin:0 auto;
  padding:20px;
  background:#F3F3F3;
    -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.brand-bdf {
  display:flex;
  justify-content:center;
  align-items:center;
}
.brand-bdf div {
  width:50%;
  text-align:center;
}
.brand-bdf a {
   display:block;
   width:80%;
   margin:0 auto;
  text-decoration:none;
  background: #ab0303;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  color:#fff;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding:15px;
  outline: none;
  position: relative;
  text-align: center !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  margin-top:15px;
}
.brand-bdf a:hover {
  background: #d50911;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
color: #fff;
}
@media screen and (max-width : 489px ) {
    .content {
       width: 95%;
       margin:0 auto;
       padding:30px 5px;
    }
    .footer-nav ul {
      display:block;
      justify-content: center;
    }
    .vid-wrap {
      width:100%;
      margin:0 auto;
    }
    .main-vid {
      padding:0px;
    }
    .act-now a{
      display:block;
      width:100% !important;
    }
    .aff-signup {
      display:block;
      justify-content:center;
      align-items:center;
      margin:20px 0px;
    }
    .aff-ready {
      width:100%;
      height:auto;
      display:block;
      margin:0 auto;
      text-align:center;
    }
    .aff-signup-form, .members-login-form {
      text-align:center;
      padding:20px 10px;
      width:100%;
      height:auto;
      border-right:none;
      border-bottom:1px #DDDDDD solid;
      margin:0 auto;
      margin-bottom:20px;
    }
    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:100%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    div.panel {
      padding: 0px 15px;
    }
    .content-written .add-cart-box {
      width:100%;
    }
    .box-single-border {
      padding:20px;
      border:medium #000000 solid;
      margin-bottom:20px;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
    .hoplinks-flex, .keywords-flex  {
      display:block;
      justify-content: space-around;
      padding:0px;
    }
    .hoplinks-flex div, .keywords-flex div {
      width:100%;
      text-align:center;
      padding:20px 0px;
      overflow-wrap: break-word;
    }
    .mob-hid {
      display:none;
    }
    .mob-show {
      display:block;
      margin:0 auto;
    }
    .steve-feature {
    display:none;
    }
    .steve-feature3 {
    display:block;
    }
    .contact-flex {
      display:block;
    }
    .contact-flex p {
      width:100%;
    }
    .aff-check-bul ul {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      list-style:none;
      width:95%;
      margin:0 auto;
    }
    .aff-check-bul ul li {
      width:100%;
      background:url(../images/check-icon.png) no-repeat;
      background-position:0% 50%;
      padding:20px 10px 20px 50px;
    }
    .aff-prog-logo {
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
    }
    .update-bade-flex {
      display:block;
      flex-direction:row-reverse;
    }
    .update-bade-flex img {
      margin:10px 0px;
    }
    .sched-date-flex {
      display:block;
    }
    .sched-date-flex div{
      width: 70% !important;
      margin:0 auto;
      margin-bottom:30px;
    }
    .sec-pad {
      padding:30px 0px;
    }
    .members-box {
      width:90% !important;
      margin:0 auto;
    }
    .splash-btn-flex {
      display:block !important;
    }
    .splash-item {
      width:90% !important;
      text-align:center;
      margin:0 auto;
      margin-bottom:20px;
    }
    .oto-plus-flex {
      display:block;
    }
    .oto-plus-flex div:nth-child(1) {
      width:100%;
      text-align:center;
    }
    .oto-plus-flex div:nth-child(2) {
      width:100%;
    }
    .add-oder-box {
      text-align:center;
      width:100% !important;
      margin:0 auto;
      padding:20px;
      background:#F3F3F3;
        -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
    .brand-bdf {
      display:block;
      justify-content:center;
      align-items:center;
    }
    .brand-bdf div {
      width:100%;
      text-align:center;
    }
}
@media screen and (min-width : 490px ) and (max-width : 634px ) {
    .content {
       width: 100%;
       margin:0 auto;
    }
    .main-vid {
      padding:0px;
    }
    .aff-signup {
      display:block;
      justify-content:center;
      align-items:center;
      margin:20px 0px;
    }
    .aff-ready {
      width:100%;
      height:auto;
      display:block;
      margin:0 auto;
      text-align:center;
    }
    .aff-signup-form, .members-login-form {
      text-align:center;
      padding:20px 10px;
      width:100%;
      height:auto;
      border-right:none;
      border-bottom:1px #DDDDDD solid;
      margin:0 auto;
      margin-bottom:20px;
    }
    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:80%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
    .mob-hid {
      display:none;
    }
    .mob-show {
      display:block;
      margin:0 auto;
    }
    .contact-flex {
      display:block;
    }
    .contact-flex p {
      width:100%;
    }
    .update-bade-flex {
      display:block;
      flex-direction:row-reverse;
    }
    .update-bade-flex img {
      margin:10px 0px;
    }
     .splash-btn-flex {
      display:block;
      justify-content: space-around;
    }
    .splash-item {
      width:80%;
      text-align:center;
      margin:0 auto;
      margin-bottom:20px;
    }
    .oto-plus-flex {
      display:block;
    }
    .oto-plus-flex div:nth-child(1) {
      width:100%;
      text-align:center;
    }
    .oto-plus-flex div:nth-child(2) {
      width:100%;
    }
    .brand-bdf {
      display:block;
      justify-content:center;
      align-items:center;
    }
    .brand-bdf div {
      width:100%;
      text-align:center;
    }
}
@media only screen and (min-width : 635px ) and (max-width : 767px) {
  .content {
       width: 100%;
       margin:0 auto;
    }
   .aff-ready {
      width:30%;
      height:auto;
      display:block;
      margin:0 auto;
      text-align:center;
    }
    .aff-signup-form, .members-login-form {
      text-align:center;
      padding:20px 10px;
      width:60%;
      height:auto;
      margin:0 auto;
    }
    .splash-btn-flex {
      display:flex;
      justify-content: space-around;
    }
    .splash-item {
      width:45%;
      text-align:center;
    }
}
@media only screen and (max-width:767px) {
    .content-wrap, .content {
      width:95%;
      margin:0 auto;
    }
     {
    }
    .vid-wrap {
      width:95%;
      margin:0 auto;
    }
    .footer-wrap {
      height: 100%;
    }
    .footer-nav ul {
      justify-content: center;
    }
    .footer-nav ul li {
     padding: 8px 5px;
    }
    .footer-nav ul li a {
      color:#fff;
      text-decoration:none;
    }
    .instant-access {
      display:flex;
      flex-wrap:wrap;
      justify-content:space-around;
      align-items:center;
      flex-direction: row;
    }
    .instant-access div {
      width:100%;
      text-align:center;
    }
    .act-now {
    }
    .act-now a{
      width:75%;
    }
    .testi-flex {
      display:block;
      justify-content:space-around;  
    }
    .testi-item {
      margin:10px 0px;
    }
    .contact-form-box {
      width:100%;
       padding:20px;
    }
    .new-members-box {
      display:block;
      justify-content: space-between;
    }
    .new-members-box div {
      width:90%; 
      padding:20px 0px;
      margin:0 auto;
      text-align:center;
    }
    .squeeze-wrap {
      width:90%;
      padding:20px;
      margin:0 auto;
      font-size:80%;
    }
    .access-btn a {
      width:100%;
    }
     .order-table span {
      display:none;
    }
    .order-table th, .order-table td {
      padding: 10px;
    }
   .mobile-checkout-btn {
      display:block;
      margin:0 auto;
      margin-bottom:20px;
    }
    .order-guarantee-box {
      width:100%; 
      margin:0 auto; 
      margin-top:40px; 
      text-align:left; 
      padding:20px; 
      border:thin #CECECE solid;
    }
    .oto-wrap {
      width:100%;
      margin:0 auto;
    }
    .aff-nav {
      width:100%;
      margin-bottom: 0px;
    }
    .menu {
      position:relative;
      display:inline-block;
      left:10px;
    }
    .menu ul.active {
      display:none;
    }
    .menu ul {
      width:250px;
      display:block;
      position:absolute;
      top:120%;
      left:0px;
      padding:0px 0px;
      box-shadow:0px 1px 1px rgba(0,0,0,0.15);
      background:#383230;
    }
    .menu ul:after {
      width:0px;
      height:0px;
      position:absolute;
      top:0%;
      left:22px;
      content:'';
      transform:translate(0%, -100%);
      border-left:7px solid transparent;
      border-right:7px solid transparent;
      border-bottom:7px solid #383230;
    }
    .menu ul li {
      margin:0px;
      float:none;
      display:block;
    }
    .menu a {
      display:block;
       text-decoration:none;
       color:#F5F5F5;
       margin-bottom: 0px;
    }
    .toggle-nav {
      padding:20px;
      float:left;
      display:inline-block;
      box-shadow:0px 1px 1px rgba(0,0,0,0.15);
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background:#000;
      text-shadow:0px 1px 0px rgba(0,0,0,0.5);
      color:#777;
      font-size:20px;
      transition:color linear 0.15s;
    }
    .sched-date-flex {
      display:block;
    }
    .sched-date-flex div{
      width: 50%;
      margin:0 auto;
      margin-bottom:30px;
    }
    .pricing-info-flex {
      display:block;
    }
    .pricing-info-flex div {
      text-align:center;
    }
    .pricing-info-flex div img {
      max-width:80%;
    }
    .members-box {
      width:60%;
      margin:0 auto;
    }
    .add-oder-box {
      text-align:center;
      width:80%;
      margin:0 auto;
      padding:20px;
      background:#F3F3F3;
        -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
}
@media only screen and (min-width:768px) and (max-width:980px) {
    .content-wrap, .aff-nav  {
      width:100%;
      margin:0 auto;
      margin-top:10px;
      margin-bottom: 21px;
    }
    .content {
      width:95% !important;
      margin:0 auto;
    }
    .menu a {
      padding:20px 15px;
      font-size:14px;
    }
    .content {
       width: 100%;
       
    }
    .seals {
      display:flex;
      flex-wrap: no-wrap;
      justify-content:space-around;
      align-items:center;
    }
    .vid-wrap-flex {
      width:100%;
      margin:0 auto;
  }
  .members-box {
  width:50%;
  margin:0 auto;
}
}
@media screen and (min-width : 981px) {
    .content-wrap {
      width: 960px;
      margin: 0 auto;
      background:#FFFFFF;
    }
    .content {
      width: 960px;
      margin: 0 auto;
      background:#FFFFFF;
    }
     #header-nav {
      width: 960px;
      margin: 0 auto;
    }
    .content-written {
      width: 960px;
      margin:0 auto;
      padding:30px 60px;
    }
}
@media (max-width: 1050px){
  .steve-side-feature {
    display:none;
  }
}
@media (min-width: 1050px){
  .steve-feature {
    display:none;
  }
}
.banner-flex {
}
.members-login-form {
}
