@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;
}
H1 {
  font-size:220%;
  margin-bottom:.3em;
}
H2 {
  font-size:170%;
  margin-bottom:.5em;
}
H3 {
  font-size:130%;
  margin-bottom:.8em;
}
p {
  line-height:1.7em;
  margin-bottom:1em;
}
section { padding:40px 0px; background:#FFFFFF; }
.red { color: red;}
.white { color: white;}
.blue { color:#005382;}
.lightblue { color:#7bd0e0;}
.yellow-bg {
  background:#FFFF00;
}
.red {
  color:red;
}
.float-img-right {
  float:right;
  max-width:100%;
  height:auto;
}
body {
   background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: #363636;
}
.container {
  min-height: calc(100vh - 100px);
}

/*.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 {
  width:960px;
  margin:0 auto;
}
footer {
  height:50px;
  background:#191919;
  padding-top:20px;
  text-align:center;
  color:#ffffff;
}
.header-logo {
  max-width:442px;
  height:auto;
  margin:0 auto;
  padding:10px 0px;
}
.header-wrap {
   background:#000 url(../images/bgbg.jpg) no-repeat top center;
}
.logo {
  width:100%;
  padding:20px;
}
.logo img {
  display:block;
  margin:0 auto;
}
.footer-wrap {
  height: 100px;
  background:#000 url(../images/bgbg2.jpg) no-repeat top center;
  color:#fff;
  font-size:15px;
  padding:13px;
  text-align:center;
}
.footer-nav ul {
  list-style: none;
display: flex;
justify-content: center;
border-bottom: 1px #411d5d solid;
margin-bottom: 13px;
}
.footer-nav ul li {
 padding:10px;
}
.footer-nav ul li a {
  color:#fff;
  text-decoration:none;
} 
.footer-nav ul li a:hover {
  color: #296e25;
}
ul.bannerset { font-weight:bold;}
ul.bannerset li{ list-style-type:none;  float:left; padding-right:20px;}
/*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;
}
.aff-gen-form-box {
  width:60%;
  height:auto;
  margin:0 auto;
  margin-bottom: 5%;
}
.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],
.aff-gen-button input[type=text]
 {
  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;
  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],
.aff-gen-button input[type=submit]{
  width:100%;
  background: #381950;
  -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;
  text-align: center !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s 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,
.aff-gen-button input[type=submit]:hover  {
   background: #472066;
  -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;
}
.toggle-nav {
  display:none;
  background: #36075d;
}
.aff-nav {
  width:100%;
  margin:0 auto;
  margin-bottom: 0px;
  margin-top: 25px;
}
.menu ul {
  display:flex;
  justify-content: center;
  padding-bottom: 20px;
}
.menu ul li {
  list-style:none;
}
.menu a:hover { 
  background: #381950;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.menu a {
  text-decoration: none;
  color: #fff;
  padding: 20px 30px;
  font-size: 15px;
  background: #472066;
  -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;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}/*pdf---------------------------------------------------------*/
.brand-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-pdf div {
    width: 50%;
    text-align: center;
}
.brand-pdf a {
    display: block;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    text-decoration: none;
    background: #36075d;
    -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-pdf a:hover {
    background: #4d167b;
    -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;
}
/*banner set---------------------------------------------------------*/
.bannerset {
    display: flex;
    justify-content: center;
    align-items: center; margin-bottom:40px; padding:15px 0;
}
.bannerset div {
    width: 32%;
    text-align: center;
}
.bannerset a {
    display: block;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    text-decoration: none;
    background: #36075d;
    -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: 14px;
    padding: 10px;
    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;
}
.bannerset a:hover {
    background: #4d167b;
    -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;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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:33%;
}
.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;
  flex-wrap: wrap;
justify-content: space-between;
}
.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:30%;
  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;
}
@media screen and (max-width : 489px ) {
    body { font-size:14px;}
    .content {
       width: 95%;
       margin:0 auto;
       padding:30px 5px;
    }
    .footer-nav ul {
      display:block;
      justify-content: center;
    }

    .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;
    }
    .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;
    }
    .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;
    }
	.hoplinks-flex div p { margin-bottom:3px;}
	.brand-pdf {
	 display: block;
	}
	.brand-pdf div {
    width: 100%;
    text-align: center;
	}
	.aff-imgs-flex {
  		display:block; width:90%; margin: 0 auto;
  		align-items:center;
	}
	.aff-imgs-flex div,.aff-imgs-flex div:nth-child(1), .aff-imgs-flex div:nth-child(2){
  		width:90%; text-align:center
	}
	.bannerset {
    	display: block;
	}
	.bannerset div {
    	width: 90%; margin:0 auto;
    	text-align: center;
	}
}
@media screen and (min-width : 490px ) and (max-width : 634px ) {
    body { font-size:15px;}
    .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%;
    }
	 .keywords-flex div {
      width:85%; margin:0 auto;
      text-align:center;
      padding:10px;
      overflow-wrap: break-word;
    }
	.hoplinks-flex div p { margin-bottom:3px;}
}
@media only screen and (max-width:767px) {
  .hoplinks-flex div {
      width:85%; margin:0 auto;
      text-align:center;
      padding:10px;
      overflow-wrap: break-word;
    }
}
@media only screen and (min-width : 400px ) and (max-width : 767px) {
  body { font-size:16px;}
  .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;
    }
}
@media only screen and (max-width:812px) {
    .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;
    }
    .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);
    }
    .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 #36075d;
    }
    .menu ul li {
      margin:0px;
      float:none;
      display:block;
      -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
    }
    .menu a {
      display:block;
       margin-bottom: -4px;
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    background: #36075d;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
    }
    .toggle-nav {
      padding:15px;
      float:left;
      display:inline-block;
      -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;
      color:#777;
      font-size:20px;
      transition:color linear 0.15s;
    }
}
@media only screen and (min-width:813px) and (max-width:1024px) {
    .content-wrap, {
      width:100%;
      margin:0 auto;
      margin-bottom: 20px;
    }
    .aff-nav  {
      width:100%;
      margin:0 auto;
      margin-bottom: 20px;
      margin-top: 20px;
    }
    .content {
      width:95% !important;
      margin:0 auto;
    }
    .menu ul {
    padding-bottom: 20px;
    }
    .menu a {
      padding:20px 20px;
    }
}
@media (min-width : 981px) {
    .content-wrap {
      width: 960px;
      margin: 0 auto;
      background:#FFFFFF;
    }
     #header-nav {
      width: 960px;
      margin: 0 auto;
    }
    .hoplinks-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-wrap: break-word;
  }
  .hoplinks-flex div {
    width: 45%;
    text-align: center;
    justify-content: center;
    overflow-wrap: break-word;
    margin-bottom: 40px;
  }
  
  .hoplinks p {
    margin-bottom:0px;
    word-wrap: break-word;
  }
  .hoplinks-title {
    min-height:60px;
  }
    .hoplinks-title {
    min-height:55px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:960px) {
  .hoplinks-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-wrap: break-word;
  }
  .hoplinks-flex div {
    width: 45%;
    text-align: center;
    justify-content: center;
    overflow-wrap: break-word;
    margin-top: 40px;
  }
  
  .hoplinks p {
    margin-bottom:0px;
    word-wrap: break-word;
  }
  .hoplinks-title {
    min-height:60px;
  }
}
