/*
basic styles
*/
html, body {
  overflow: auto !important;
  margin: 0; }

body {
  background: #f3f3f3;
  text-align: center;
  font: 16px "Gotham Book", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3 {
  padding-bottom: 20px;
  font-weight: normal;
  font-family: "Gotham Bold", Arial, sans-serif;
  line-height: 1.3; }

h4, h5, h6 {
  padding-bottom: 10px;
  font-weight: normal;
  line-height: 1.3; }

h1 {
  font-size: 48px;
  padding: 20px 0 40px;
  font-family: "Gotham Bold", Arial, sans-serif; }

h2 {
  font-size: 40px;
  font-family: "Gotham Light", Arial, sans-serif; }

h3 {
  font-size: 34px;
  font-family: "Gotham Bold", Arial, sans-serif; }

h4 {
  font-size: 30px;
  font-family: "Gotham Medium", Arial, sans-serif; }

h5 {
  font-size: 24px;
  font-family: "Gotham Medium", Arial, sans-serif; }

h6 {
  font-size: 22px;
  font-family: "Gotham Medium", Arial, sans-serif; }

h1.single-title {
  padding-bottom: 10px; }

h1#smaller-hero-title {
  font-size: 40px;
  padding-bottom: 10px; }

h2.sub-title {
  font: 20px "Gotham Medium", Arial, sans-serif; }

h2.section-header, h3.section-header {
  max-width: 70%;
  margin: 0 auto; }

p {
  padding-bottom: 20px;
  line-height: 24px; }

p:empty {
  display: none; }

ul, ol {
  margin-left: 30px;
  margin-bottom: 20px; }

ul li {
  list-style: disc outside none;
  line-height: 24px; }

ol li {
  list-style: decimal outside none;
  line-height: 24px; }

hr {
  display: block;
  margin: 0 auto 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-right: none;
  border-left: none; }

.clear {
  clear: both; }

img.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

img.alignright {
  float: right;
  margin: 0 0 20px 20px; }

img.aligncenter {
  display: block;
  margin: 0 auto 20px; }

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

em, i {
  font-style: normal;
  font-family: "Gotham Book Italic", Arial, sans-serif; }
  em strong, em b, i strong, i b {
    font-style: normal;
    font-family: "Gotham Medium Italic", Arial, sans-serif; }

strong, b {
  font-weight: normal;
  font-family: "Gotham Bold", Arial, sans-serif; }
  strong em, strong i, b em, b i {
    font-style: normal;
    font-family: "Gotham Medium Italic", Arial, sans-serif; }

blockquote {
  max-width: 70%;
  margin: 20px auto;
  text-align: center;
  font: 24px "Gotham Book", Arial, sans-serif, Arial, sans-serif;
  color: #A44564; }
  blockquote p {
    line-height: 32px; }

a {
  color: #A44564;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translateZ(0); }

a:hover {
  color: #D76245;
  text-decoration: none; }

/* shortcode styles */
.photo-shortcode-wrap {
  display: block;
  max-width: 450px;
  margin: 20px auto 30px;
  text-align: center; }
  .photo-shortcode-wrap img {
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

.photo-caption {
  font: 14px/22px "Gotham Book Italic", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 10px 0 0; }

/* end shortcode styles */
.nopadding {
  padding: 0; }

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-input-placeholder {
  color: #ccc;
  font: 16px "Gotham Book", Arial, sans-serif; }

::-moz-placeholder {
  color: #ccc;
  font: 16px "Gotham Book", Arial, sans-serif; }

:-ms-input-placeholder {
  color: #ccc;
  font: 16px "Gotham Book", Arial, sans-serif; }

input:-moz-placeholder {
  color: #ccc;
  font: 16px "Gotham Book", Arial, sans-serif; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.grid-container {
  word-wrap: break-word; }

#main-container ul li, #main-container ol li {
  margin-bottom: 20px; }

.page-wrap label {
  font: 14px "Gotham Bold", Arial, sans-serif;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px; }
.page-wrap input, .page-wrap textarea {
  width: 100%;
  text-indent: 15px;
  padding: 10px 0;
  margin-bottom: 5px;
  font: 16px "Gotham Book", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
.page-wrap input:focus, .page-wrap textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3); }
.page-wrap input[type=submit], .page-wrap .mm-button {
  width: 100%;
  border: none;
  text-indent: 0;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
  font: 16px "Gotham Bold", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: none;
  text-shadow: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
.page-wrap input[type=submit]:hover, .page-wrap .mm-button:hover {
  cursor: pointer; }

.formline {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px; }

.wrap {
  text-align: left;
  width: 980px;
  padding: 0 10px;
  margin: 0 auto; }

header {
  width: 100%;
  padding: 20px 0;
  margin-bottom: 40px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  header .grid-container {
    max-width: 100%;
    padding: 0; }

.header-container {
  display: block;
  text-align: left; }

.logo-wrap {
  padding: 0 0 0 50px;
  vertical-align: middle;
  display: inline-block;
  float: none; }

.desktop-menu {
  padding: 0 0 0 90px;
  vertical-align: middle;
  display: inline-block;
  float: none; }

.logo {
  float: left;
  font: 20px "Gotham Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0; }
  .logo img {
    max-width: 230px;
    max-height: 130px; }

.course-menu {
  float: left; }
  .course-menu > div {
    display: inline-block; }
  .course-menu ul.menu {
    margin: 0;
    padding: 0; }
    .course-menu ul.menu li {
      list-style: none;
      display: inline-block;
      margin-right: 40px; }
      .course-menu ul.menu li a {
        font: 14px "Gotham Medium", Arial, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.4); }
      .course-menu ul.menu li a:hover {
        color: rgba(0, 0, 0, 0.7); }

.menu-container ul.menu {
  margin: 0;
  padding: 0;
  float: right; }
  .menu-container ul.menu li {
    list-style: none;
    float: left;
    margin-right: 40px; }
    .menu-container ul.menu li a {
      font: 14px "Gotham Medium", Arial, sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: white; }
    .menu-container ul.menu li a:hover {
      color: rgba(255, 255, 255, 0.8); }

#moremenu {
  display: inline-block;
  font: 14px "Gotham Medium Italic", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
  #moremenu .icon {
    font-size: 10px;
    vertical-align: middle;
    margin-left: 3px; }

#moremenu:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6); }

.more-menu-container {
  display: inline-block; }

.more-menu-wrap {
  display: none; }
  .more-menu-wrap ul.menu {
    position: absolute;
    z-index: 99999;
    width: 260px;
    margin: 30px 0 0 -120px;
    padding: 10px 20px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }
    .more-menu-wrap ul.menu li {
      width: 100%;
      text-align: center;
      margin: 0;
      list-style: none;
      float: left;
      clear: both;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .more-menu-wrap ul.menu li a {
        float: left;
        width: 100%;
        text-align: center;
        color: rgba(0, 0, 0, 0.4);
        padding: 0;
        clear: both;
        font-size: 12px;
        line-height: 19px;
        margin: 0px;
        padding: 13px 0 11px; }
      .more-menu-wrap ul.menu li a:hover {
        color: rgba(0, 0, 0, 0.6); }
    .more-menu-wrap ul.menu li:hover ul.sub-menu {
      display: none; }
    .more-menu-wrap ul.menu li:last-child {
      border-bottom: none; }

.additional-menu {
  float: right; }
  .additional-menu ul {
    margin: 0;
    padding: 0; }
    .additional-menu ul li {
      float: left;
      margin-left: 30px;
      list-style: none; }
      .additional-menu ul li a {
        font: 13px "Gotham Medium", Arial, sans-serif;
        color: rgba(0, 0, 0, 0.3); }
      .additional-menu ul li a:hover {
        color: rgba(0, 0, 0, 0.5); }

a#signup-menu-link {
  background: #1BDEAA;
  color: #fff;
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

a#signup-menu-link:hover {
  background: rgba(27, 222, 170, 0.9);
  color: #fff; }

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 40px 0;
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 14px;
  clear: both; }
  footer ul.menu {
    display: block;
    margin: 0 auto 20px;
    padding: 0; }
    footer ul.menu li {
      list-style: none;
      display: inline-block;
      margin: 0 15px; }
      footer ul.menu li a {
        font: 14px "Gotham Medium", Arial, sans-serif;
        color: rgba(0, 0, 0, 0.4); }
      footer ul.menu li a:hover {
        color: rgba(0, 0, 0, 0.6); }

.copyright {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3); }

body.page-template-page-sales-landing-php, body.page-template-page-courses {
  background: #fff; }
  body.page-template-page-sales-landing-php header, body.page-template-page-courses header {
    position: absolute;
    z-index: 999;
    background: none;
    border: none;
    padding: 40px 0 0; }
    body.page-template-page-sales-landing-php header ul.menu li a, body.page-template-page-sales-landing-php header #moremenu, body.page-template-page-sales-landing-php header a, body.page-template-page-courses header ul.menu li a, body.page-template-page-courses header #moremenu, body.page-template-page-courses header a {
      color: #fff; }
    body.page-template-page-sales-landing-php header ul.menu li a:hover, body.page-template-page-sales-landing-php header #moremenu:hover, body.page-template-page-sales-landing-php header a:hover, body.page-template-page-courses header ul.menu li a:hover, body.page-template-page-courses header #moremenu:hover, body.page-template-page-courses header a:hover {
      color: rgba(255, 255, 255, 0.8); }
  body.page-template-page-sales-landing-php .more-menu-wrap ul.menu, body.page-template-page-courses .more-menu-wrap ul.menu {
    background: rgba(0, 0, 0, 0.7); }
  body.page-template-page-sales-landing-php footer, body.page-template-page-courses footer {
    margin-top: 0;
    padding: 80px 0 60px;
    background: #333; }
    body.page-template-page-sales-landing-php footer ul.menu li a, body.page-template-page-courses footer ul.menu li a {
      color: rgba(255, 255, 255, 0.8); }
    body.page-template-page-sales-landing-php footer ul.menu li a:hover, body.page-template-page-courses footer ul.menu li a:hover {
      color: rgba(255, 255, 255, 0.6); }
    body.page-template-page-sales-landing-php footer .copyright, body.page-template-page-courses footer .copyright {
      color: rgba(255, 255, 255, 0.5); }

.hero {
  width: 100%;
  position: relative; }

.hero-container {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff; }
  .hero-container .grid-container {
    z-index: 9;
    position: relative;
    max-width: 840px; }

.hero-container:before, .module-card-inner:before, .who-banner:before, .cta-container#yes:before, .course-card-top:before, .course-preview-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(67, 73, 70, 0.5);
  content: ' ';
  z-index: 1;
  box-shadow: inset 0 -10px 20px -7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -10px 20px -7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -10px 20px -7px rgba(0, 0, 0, 0.1); }

.hero-wrap {
  position: relative;
  padding: 220px 0 180px; }

.hero-copy .presented-by {
  font: 16px "Gotham Book Italic", Arial, sans-serif;
  display: inline-block;
  padding-bottom: 5px; }
.hero-copy h1 {
  font: 48px "Gotham Light", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 15px; }
.hero-copy h2 {
  font: 18px/26px "Gotham Medium", Arial, sans-serif;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 30px; }

.button-link, #faux-button, #button-submit-comment, .get-started-with-course, #payment-wrap .customsubmitbutton, #wishlist-button-wrap button, body.page-template-page-sales-landing-php div.regform .regform-button, body.page-template-page-sales-landing-php div.regform .btn-fld .regform-button, body.page-template-page-sales-landing-php div.regform button.regform-button, .wlm_regform_container .button {
  color: #379D7D;
  font: 16px "Gotham Medium", Arial, sans-serif;
  letter-spacing: 1px;
  background: #01FECC;
  padding: 10px 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block; }

.button-link:hover, #faux-button:hover, #button-submit-comment:hover, .get-started-with-course:hover, #payment-wrap .customsubmitbutton:hover, #wishlist-button-wrap button:hover, body.page-template-page-sales-landing-php div.regform .regform-button:hover, .wlm_regform_container .button:hover {
  color: #007E66;
  background-color: #01E4B8; }

.buy-button-text {
  text-transform: uppercase;
  font: 17px "Gotham Bold", Arial, sans-serif;
  padding-right: 15px;
  margin-right: 15px;
  letter-spacing: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block; }

#scroll-link {
  color: #fff;
  font: 15px "Gotham Bold", Arial, sans-serif;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 65px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block; }

#scroll-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2); }

.about-details {
  background: #3D5851;
  padding: 100px 0 80px;
  color: #fff;
  clear: both; }
  .about-details h2.section-header {
    padding-bottom: 40px; }

.video-container {
  padding: 20px 10px 0; }
  .video-container .video-embed-wrap {
    margin-bottom: 0; }

.about-content-box {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3); }

.about-copy-wrap {
  padding: 40px; }

p.subhead-desc {
  max-width: 70%;
  margin: 0 auto 20px; }

h4.sectionsubhead {
  font: 16px "Gotham Book Italic", Arial, sans-serif;
  padding-bottom: 50px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 60%;
  margin: 0 auto; }

.whats-included {
  padding: 80px 0 40px;
  background: #659778;
  color: #fff; }
  .whats-included .grid-container {
    max-width: 760px; }
  .whats-included h2 {
    padding-bottom: 60px; }

.module-card {
  padding: 0 20px;
  margin-bottom: 50px; }
  .module-card h6 {
    font: 24px "Gotham Bold", Arial, sans-serif;
    padding: 0 15px 10px; }

.custom-module-list {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 45px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.custom-module-list:last-child {
  border: none;
  margin-bottom: 0; }

.modnumber-wrap {
  text-align: center;
  font: 24px/1 "Gotham Bold", Arial, sans-serif; }
  .modnumber-wrap .modname {
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    text-transform: uppercase;
    font: 10px "Gotham Bold", Arial, sans-serif; }
  .modnumber-wrap .modnumber {
    clear: both;
    display: block; }

.modcopy {
  text-align: left; }
  .modcopy ul, .modcopy ol {
    margin-left: 0px; }
    .modcopy ul li, .modcopy ol li {
      padding-bottom: 10px;
      list-style: none; }
    .modcopy ul li:before, .modcopy ol li:before {
      content: '\e817';
      font-family: 'coursenip-icons';
      font-size: 15px;
      margin: 0 5px 0 0; }

h5.modtitle {
  font: 22px/28px "Gotham Medium", Arial, sans-serif; }

.circle-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 0 auto 10px; }

.module-section-block {
  float: left;
  text-align: left;
  margin: 20px 0 40px; }
  .module-section-block .module-card {
    padding: 0 10px; }

h3.module-section-block-title {
  float: left;
  text-align: left;
  width: 100%;
  font: 30px "Gotham Bold", Arial, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  h3.module-section-block-title span.left-section-title {
    color: rgba(0, 0, 0, 0.7);
    float: left;
    width: 85%; }
  h3.module-section-block-title span.view-toplevel-module {
    color: rgba(0, 0, 0, 0.5);
    float: right;
    text-align: right;
    width: 15%;
    font: 13px "Gotham Bold", Arial, sans-serif;
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  h3.module-section-block-title a:hover span.view-toplevel-module {
    color: rgba(0, 0, 0, 0.7); }

.module-card-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }

.module-card-inner:before {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.module-card-content {
  position: relative;
  z-index: 99;
  padding: 60px 0 100px;
  font: 14px "Gotham Medium", Arial, sans-serif;
  text-align: center;
  min-height: 150px; }

.module-number {
  font: 15px "Gotham Bold", Arial, sans-serif;
  display: inline-block;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

p.mod-desc {
  font: 16px/22px "Gotham Book", Arial, sans-serif;
  padding: 0 30px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: -webkit-transform .2s, opacity .2s;
  -moz-transition: -moz-transform .2s, opacity .2s;
  -ms-transition: -ms-transform .2s, opacity .2s;
  -o-transition: -o-transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s; }

.module-card-inner {
  float: left; }

.module-card-inner:hover {
  cursor: help; }
  .module-card-inner:hover p.mod-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

p.sub-title {
  font: 14px/20px "Gotham Medium", Arial, sans-serif;
  padding: 0 30px; }

.module-card-link:hover {
  cursor: pointer;
  color: #fff; }

.bonus-container {
  padding: 100px 0;
  background: #f3f3f3;
  width: 100%;
  clear: both; }
  .bonus-container h2 {
    padding-bottom: 40px;
    color: #A44564; }

ul.bonuses-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3); }
  ul.bonuses-wrap li.bonus-item {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 40px;
    margin-bottom: 40px; }
    ul.bonuses-wrap li.bonus-item ul, ul.bonuses-wrap li.bonus-item ol {
      margin: 0 auto;
      display: block;
      width: 80%; }
      ul.bonuses-wrap li.bonus-item ul li, ul.bonuses-wrap li.bonus-item ol li {
        padding-bottom: 10px;
        list-style: none; }
      ul.bonuses-wrap li.bonus-item ul li:before, ul.bonuses-wrap li.bonus-item ol li:before {
        content: '\e817';
        font-family: 'coursenip-icons';
        font-size: 15px;
        margin: 0 5px 0 0; }
      ul.bonuses-wrap li.bonus-item ul li:last-child, ul.bonuses-wrap li.bonus-item ol li:last-child {
        padding-bottom: 0; }
  ul.bonuses-wrap li.bonus-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.bonus-desc p:last-child {
  padding-bottom: 0; }

.bonus-number {
  background: #A44564;
  color: #fff;
  width: 70px;
  height: 68px;
  font: 34px "Gotham Bold", Arial, sans-serif;
  margin: 0 auto 20px;
  display: table;
  text-indent: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.hash {
  font: 14px "Gotham Medium", Arial, sans-serif;
  vertical-align: top;
  line-height: 30px; }

.bonus-number-inner {
  display: table-cell;
  vertical-align: middle; }

#who-for {
  background: #fff;
  clear: both;
  padding: 100px 0;
  max-width: 960px; }

.personas {
  clear: both;
  float: left;
  width: 100%;
  margin: 40px 0 0; }

#who-for-profile {
  margin-bottom: 20px; }

.persona-box {
  font: 16px "Gotham Book", Arial, sans-serif;
  padding: 0 20px; }
  .persona-box p {
    font: 13px/23px "Gotham Medium", Arial, sans-serif;
    display: inline-block;
    padding: 20px 20px 22px;
    background: #FFF9EB;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2); }
  .persona-box p:before {
    content: ' ';
    display: block;
    margin: -30px auto 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF9EB; }

#who-banner-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.who-banner {
  width: 100%;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9; }
  .who-banner p {
    font: 24px/30px "Gotham Medium", Arial, sans-serif;
    position: relative;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    max-width: 600px; }
  .who-banner .button-link, .who-banner #faux-button, .who-banner #button-submit-comment, .who-banner .get-started-with-course, .who-banner #payment-wrap .customsubmitbutton, #payment-wrap .who-banner .customsubmitbutton, .who-banner #wishlist-button-wrap button, #wishlist-button-wrap .who-banner button, .who-banner body.page-template-page-sales-landing-php div.regform .regform-button, body.page-template-page-sales-landing-php div.regform .who-banner .regform-button, .who-banner .wlm_regform_container .button, .wlm_regform_container .who-banner .button {
    position: relative;
    z-index: 999; }

.who-banner:before {
  background-color: rgba(51, 51, 51, 0.5);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

#how-container {
  padding: 100px 10px 80px;
  max-width: 640px;
  clear: both; }
  #how-container p.subhead-desc {
    max-width: 100%; }

.guarantee-badge {
  float: left;
  margin-right: 20px;
  padding: 8px;
  display: table;
  text-align: center;
  background: #D2655E;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.badge-inner {
  width: 180px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  .badge-inner span {
    clear: both;
    display: block; }
  .badge-inner span.top {
    font: 18px "Gotham Light", Arial, sans-serif; }
  .badge-inner span.middle {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    margin: 5px auto;
    font: 24px "Gotham Bold", Arial, sans-serif;
    display: inline-block; }
  .badge-inner span.bottom {
    font: 16px "Gotham Medium", Arial, sans-serif; }

.guarantee-copy {
  text-align: left;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 640px; }
  .guarantee-copy p {
    padding-bottom: 15px;
    text-align: center; }

.guarantee-actual-copy {
  padding-top: 20px;
  float: left;
  max-width: 395px; }
  .guarantee-actual-copy p {
    text-align: left; }
  .guarantee-actual-copy strong, .guarantee-actual-copy b {
    font-size: 18px; }

.sales-faqs-container {
  padding: 0; }
  .sales-faqs-container h3.section-header {
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0 20px;
    font: 30px/36px "Gotham Light", Arial, sans-serif; }

h5.toggle {
  font: 18px/26px "Gotham Medium", Arial, sans-serif; }
  h5.toggle .icon {
    text-align: center; }
    h5.toggle .icon span {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.2);
      display: inline-block;
      vertical-align: top;
      margin-top: 0px;
      -webkit-transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -ms-transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s; }

.toggle-text {
  text-align: left; }

h5.toggle:hover {
  cursor: pointer; }
  h5.toggle:hover .icon span {
    color: rgba(0, 0, 0, 0.4); }

h5.expanded-show-content .icon span {
  color: rgba(0, 0, 0, 0.4);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.faq-wrap {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.faq-wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.faq-answer {
  padding: 10px 0 0;
  clear: both;
  float: left;
  display: none;
  text-align: left; }
  .faq-answer ul li {
    margin-bottom: 15px; }

.cta-container {
  clear: both;
  width: 100%;
  padding: 100px 0;
  background: #f2f2f2; }
  .cta-container .grid-container {
    max-width: 1140px; }
  .cta-container h3 {
    padding-bottom: 60px;
    font-family: "Gotham Light", Arial, sans-serif; }

.price-box {
  background: #fff;
  padding: 30px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.4); }
  .price-box h5 {
    font: 18px "Gotham Bold", Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 28px;
    margin-bottom: 30px; }
  .price-box .price-bubble {
    width: 160px;
    height: 160px;
    line-height: 1;
    margin: 0 auto 30px;
    display: table;
    background: #434946;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .price-box .price-bubble .price {
      font: 30px/34px "Gotham Bold", Arial, sans-serif;
      margin-left: -5px; }
    .price-box .price-bubble .price-duration {
      font: 13px "Gotham Book", Arial, sans-serif; }
  .price-box .price-bubble-inner {
    display: table-cell;
    vertical-align: middle; }
  .price-box #color-button {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px; }

.price-includes {
  margin: 0 0 30px;
  padding: 0 30px; }
  .price-includes ul {
    margin: 0;
    padding: 0; }
    .price-includes ul li {
      font: 13px/18px "Gotham Book", Arial, sans-serif;
      margin-bottom: 15px;
      list-style: none; }

#color-button {
  font: 18px "Gotham Medium", Arial, sans-serif;
  letter-spacing: 1px;
  background: #01FECC;
  color: #379D7D; }

#color-button:hover {
  color: #007E66;
  background-color: #01E4B8; }

#testimonials-container {
  padding: 100px 10px; }
  #testimonials-container h3 {
    padding-bottom: 60px;
    font-family: "Gotham Light", Arial, sans-serif; }

.testimonial {
  padding: 0 40px;
  font: 14px "Gotham Book", Arial, sans-serif; }
  .testimonial img {
    max-width: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

p.byline {
  font: 14px/22px "Gotham Medium", Arial, sans-serif;
  display: inline-block;
  padding: 10px 20px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #FFF9EB;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2); }
  p.byline .company {
    font: 12px "Gotham Book", Arial, sans-serif; }

.byline:before {
  content: ' ';
  display: block;
  margin: -20px auto 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF9EB; }

.cta-container#yes {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .cta-container#yes h3 {
    padding-bottom: 40px;
    color: #fff; }
  .cta-container#yes .price-box {
    background: rgba(255, 255, 255, 0.9); }
  .cta-container#yes .grid-container {
    position: relative;
    z-index: 9; }

.cta-container#yes:before {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.video-embed-wrap {
  margin-bottom: 30px; }

body.single-modules header, body.single-bonuses header {
  margin-bottom: 0;
  border-bottom: none; }
body.single-modules footer, body.single-bonuses footer {
  display: none; }

#single-custom-hero .hero-wrap {
  padding: 100px 0;
  max-width: 700px;
  margin: 0 auto; }
  #single-custom-hero .hero-wrap h2 {
    padding-bottom: 0; }

#container-with-fullnav {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 60px; }

.full-course-menu-container {
  text-align: left;
  float: right;
  margin-top: -39px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.is_stuck {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  margin-top: 30px; }

@keyframes slideDown {
  0% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(0%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(0%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-50%); }
  50% {
    transform: translateY(0%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(0%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
.full-course-menu {
  position: relative;
  z-index: 9999; }

h6.nav-title {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px; }
  h6.nav-title a {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(110, 255, 196, 0.85); }

.full-course-menu ul.menu {
  margin: 0;
  padding: 30px 20px 10px;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px; }
  .full-course-menu ul.menu li {
    list-style: none;
    margin-bottom: 20px; }
    .full-course-menu ul.menu li a {
      font: 13px "Gotham Medium", Arial, sans-serif;
      color: rgba(0, 0, 0, 0.6);
      display: block; }
    .full-course-menu ul.menu li a:hover {
      color: rgba(0, 0, 0, 0.7); }
    .full-course-menu ul.menu li a.coursemenu-lesson {
      padding-left: 5px; }
    .full-course-menu ul.menu li #current-module, .full-course-menu ul.menu li #current-lesson, .full-course-menu ul.menu li #current-bonus {
      background: #f3f3f3;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding-top: 5px;
      padding-bottom: 5px; }

h6.bonuses-in-course-title {
  text-align: center;
  margin-top: 5px;
  padding: 20px 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font: 14px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  float: left;
  clear: both;
  width: 100%; }
  h6.bonuses-in-course-title a {
    color: rgba(0, 0, 0, 0.7); }
  h6.bonuses-in-course-title a:hover {
    color: rgba(0, 0, 0, 0.9); }

.mod-circle-container {
  text-align: center; }

.module-circle-counter {
  background: rgba(0, 0, 0, 0.1);
  height: 17px;
  width: 20px;
  font-size: 12px;
  display: inline-block;
  padding-top: 3px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.bonus-circle-nocount {
  background: none; }

.module-text-nextto-circle {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  line-height: 18px;
  padding-left: 5px; }

#full-course-pagination {
  margin-top: 10px; }

.about-this-box {
  padding: 0 0 10px; }

h5.aboutthis {
  font: 20px "Gotham Medium", Arial, sans-serif; }

.protected-content-wrap {
  margin: 40px 0 100px;
  text-align: left; }
  .protected-content-wrap .video-embed-wrap {
    margin-bottom: 10px; }
  .protected-content-wrap ul li, .protected-content-wrap ol li {
    margin-bottom: 10px; }

.big-cta-button {
  margin: 0 auto;
  padding: 15px 90px; }

.module-card-bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px; }

.lesson-count {
  text-transform: uppercase;
  font: 11px "Gotham Medium Italic", Arial, sans-serif;
  letter-spacing: 1px;
  display: block;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.8); }

#faux-button {
  text-transform: uppercase;
  font: 12px "Gotham Bold", Arial, sans-serif;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.downloads {
  clear: both;
  float: left;
  margin: 0;
  text-align: left; }
  .downloads h5 {
    font: 14px "Gotham Medium", Arial, sans-serif;
    float: left;
    text-align: center;
    padding: 5px 10px 0 0; }
  .downloads ul.download-list {
    margin: 0;
    padding: 0;
    float: left; }
    .downloads ul.download-list li {
      list-style: none;
      float: left;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0 !important;
      padding: 0 10px; }
      .downloads ul.download-list li a {
        font: 13px "Gotham Medium", Arial, sans-serif; }
    .downloads ul.download-list li:first-child {
      border-left: none; }

.additional-video-wrap {
  clear: both;
  float: left;
  width: 100%;
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

h3.additional-video-title {
  font: 24px "Gotham Bold", Arial, sans-serif;
  padding-bottom: 10px; }

.additional-protected-content-text {
  float: left;
  text-align: left;
  margin-top: 10px;
  padding: 0; }

.comments-container {
  text-align: left;
  float: left;
  margin: 40px 0 0;
  padding: 35px;
  background: #fff;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.comments-title-box {
  padding: 30px;
  margin: 10px 0 30px;
  float: left;
  background: #FFF9EB; }

#button-submit-comment {
  width: auto;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  float: right; }

.comment-form-comment textarea {
  padding: 10px;
  text-indent: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 120px; }

h5.comment-title {
  font: 18px "Gotham Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center; }

h5#discussion-title {
  padding-bottom: 0; }

.comments-sectin-desc {
  margin-top: 15px; }

li.comment {
  list-style: none;
  margin-bottom: 30px;
  float: left;
  clear: both;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

li.comment:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.reply {
  padding-bottom: 20px; }

ul.children {
  margin-left: 10%; }
  ul.children li.comment {
    margin-bottom: 0; }

h3#reply-title, .says, .comment-edit-link {
  display: none; }

#respond {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 40px; }

.comment-meta {
  float: right;
  font: 12px "Gotham Book Italic", Arial, sans-serif;
  float: right;
  margin-top: 5px; }
  .comment-meta a {
    color: rgba(0, 0, 0, 0.3); }

.comment-author {
  font: 16px "Gotham Bold", Arial, sans-serif;
  float: left; }

.comment-author {
  margin: 0 10px 15px 0;
  float: left; }
  .comment-author img {
    border-radius: 50%;
    max-width: 70px;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle; }
  .comment-author .fn {
    display: inline-block;
    vertical-align: middle; }

.comment-body > p {
  clear: both; }

.single-pagination {
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 20px auto 40px; }

.single-pagination .prev, .single-pagination .next {
  display: inline-block;
  float: none;
  margin: 0 3px; }
  .single-pagination .prev a, .single-pagination .next a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font: 14px "Gotham Medium", Arial, sans-serif;
    display: inline-block; }
.single-pagination .prev a {
  padding: 10px 30px 10px 20px; }
.single-pagination .prev a:hover {
  color: rgba(0, 0, 0, 0.6); }
.single-pagination .next a {
  background: rgba(110, 255, 196, 0.85);
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 10px 30px; }
.single-pagination .next a:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #01E4B8; }

#bonus-pagination a {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font: 14px "Gotham Medium", Arial, sans-serif;
  display: inline-block;
  margin: 0 3px; }
#bonus-pagination .prev, #bonus-pagination .next {
  display: inline-block;
  float: none;
  margin: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
#bonus-pagination a .prev {
  padding: 10px 30px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
#bonus-pagination a:hover .prev {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6); }
#bonus-pagination a .next {
  border-color: rgba(110, 255, 196, 0.85);
  background: rgba(110, 255, 196, 0.85);
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 10px 30px; }
#bonus-pagination a:hover .next {
  color: rgba(0, 0, 0, 0.7);
  background-color: #01E4B8; }

#normal-content-wrap {
  text-align: left; }
  #normal-content-wrap h1 {
    text-align: center; }

ul.blog-list {
  margin: 0;
  padding: 0; }
  ul.blog-list > li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 40px; }
    ul.blog-list > li h3 a {
      color: rgba(0, 0, 0, 0.7); }

body.tax-courses header {
  margin-bottom: 0;
  border-bottom: none; }
body.tax-courses .hero {
  margin-bottom: 60px; }
body.tax-courses .hero-wrap {
  padding: 100px 0 85px; }

body.page-template-page-error header {
  margin-bottom: 0;
  border-bottom: none; }
body.page-template-page-error .hero {
  padding: 100px 0 85px;
  margin-bottom: 60px;
  background: #d43232;
  color: #fff; }

.available-courses-container {
  clear: both;
  float: left;
  width: 100%;
  margin: 30px 0 0; }

.course-boxes-container {
  padding: 100px 0 60px;
  clear: both;
  float: left;
  width: 100%;
  background: #f3f3f3; }
  .course-boxes-container h2.section-header {
    padding-bottom: 40px; }

#courses-testimonials-container {
  width: 100%;
  clear: both;
  float: left;
  padding: 80px 0;
  background: #f3f3f3; }
  #courses-testimonials-container p.byline {
    color: rgba(0, 0, 0, 0.7); }

.course-module-card-wrap {
  text-align: left;
  padding: 0 20px; }
  .course-module-card-wrap ul, .course-module-card-wrap ol {
    margin-left: 0px; }
    .course-module-card-wrap ul li, .course-module-card-wrap ol li {
      padding-bottom: 10px;
      list-style: none; }
    .course-module-card-wrap ul li:before, .course-module-card-wrap ol li:before {
      content: '\e817';
      font-family: 'coursenip-icons';
      font-size: 15px;
      margin: 0 5px 0 0; }

.course-card {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.7);
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }

.course-card-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff; }

.card-middle-table {
  display: table;
  text-align: center;
  height: 220px;
  width: 100%;
  position: relative;
  z-index: 9; }
  .card-middle-table h6 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    font-size: 24px;
    font-family: "Gotham Bold", Arial, sans-serif;
    line-height: 30px; }

.course-card-top:before {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.course-card-bottom {
  padding: 30px; }

.inside-course-card-desc {
  font: 16px "Gotham Book", Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 30px; }

.inside-course-card-bottom {
  text-align: center; }
  .inside-course-card-bottom .button-link, .inside-course-card-bottom #faux-button, .inside-course-card-bottom #button-submit-comment, .inside-course-card-bottom .get-started-with-course, .inside-course-card-bottom #payment-wrap .customsubmitbutton, #payment-wrap .inside-course-card-bottom .customsubmitbutton, .inside-course-card-bottom #wishlist-button-wrap button, #wishlist-button-wrap .inside-course-card-bottom button, .inside-course-card-bottom body.page-template-page-sales-landing-php div.regform .regform-button, body.page-template-page-sales-landing-php div.regform .inside-course-card-bottom .regform-button, .inside-course-card-bottom .wlm_regform_container .button, .wlm_regform_container .inside-course-card-bottom .button {
    padding-left: 30px;
    padding-right: 30px; }

h5.ourcourses-title {
  text-transform: uppercase;
  font: 18px "Gotham Bold", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 20px 0; }

.course-dashboard-link-wrap {
  position: relative; }

.course-preview-container {
  padding: 20px 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }

.course-preview-container:before {
  background-color: rgba(51, 51, 51, 0.6);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.course-name {
  float: left;
  padding-top: 7px;
  font: 18px "Gotham Medium", Arial, sans-serif;
  text-align: left;
  z-index: 9;
  position: relative; }
  .course-name .icon {
    margin-right: 5px; }

.get-started-with-course {
  float: right;
  font-size: 14px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  z-index: 9;
  position: relative; }

.courses-bonuses-list-title-wrap {
  padding: 0 20px; }
  .courses-bonuses-list-title-wrap h3 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 40px;
    margin-top: 10px; }

/* Custom Hero Page Template */
body.page-template-page-custom header {
  margin-bottom: 0;
  border-bottom: none; }
body.page-template-page-custom .hero {
  margin-bottom: 60px; }
body.page-template-page-custom .hero-wrap {
  padding: 100px 0 70px; }

#more-down-arrow {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8); }

#more-down-arrow:hover {
  color: #fff; }

/* end Custom Hero Page Template styles */
/* mobile responsive grid styles */
@media screen and (max-width: 1280px) {
  .full-course-menu-container {
    padding-right: 60px; } }
@media screen and (max-width: 1220px) {
  .logo-wrap {
    width: 25%; }

  .desktop-menu {
    width: 70%; }
    .desktop-menu .course-menu ul.menu li a, .desktop-menu #moremenu {
      font-size: 13px; }
    .desktop-menu .additional-menu ul li a {
      font-size: 12px; }

  #container-with-fullnav .grid-container {
    padding-left: 20px; } }
@media screen and (max-width: 1040px) {
  .logo-wrap {
    width: 30%; }

  .desktop-menu {
    width: 65%;
    padding-left: 60px; }
    .desktop-menu .course-menu ul.menu li a, .desktop-menu #moremenu {
      font-size: 13px; }
    .desktop-menu .additional-menu ul li a {
      font-size: 12px; }

  .whats-included .grid-container {
    max-width: 840px; }

  ul.bonuses-wrap {
    max-width: 800px; }

  #how-container {
    max-width: 800px; }

  .full-course-menu-container {
    padding-right: 20px; } }
@media screen and (max-width: 1020px) {
  .logo-wrap {
    text-align: center;
    margin: 0 auto; }

  body.logged-in .desktop-menu {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }

  .module-card, .course-module-card-wrap {
    width: 50%; } }
@media screen and (max-width: 920px) {
  .module-card {
    padding: 0 10px; }

  p.sub-title {
    font-size: 16px;
    line-height: 22px; }

  .hero-copy h1 {
    font-size: 38px;
    padding-left: 20px;
    padding-right: 20px; }
  .hero-copy h2 {
    font-size: 16px;
    line-height: 24px; }

  .course-menu > ul.menu {
    margin-left: 50px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 22px; }

  p, ol li, ul li {
    line-height: 22px; }

  blockquote {
    max-width: 90%;
    font-size: 20px; }

  body.page-template-page-custom .hero {
    margin-bottom: 40px; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px; }

  h3 {
    font-size: 22px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 17px; }

  h1#smaller-hero-title {
    font-size: 30px; }

  h2.section-header, h3.section-header {
    max-width: 90%;
    margin: 0 auto; }

  .logo-wrap {
    margin: 0 auto;
    padding: 0;
    display: block; }

  .logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    z-index: 999999;
    width: 225px;
    max-width: 100%; }
    .logo img {
      max-width: 100%;
      max-height: 100px; }

  .menu-container {
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    .menu-container ul.menu {
      position: absolute;
      z-index: 99999;
      left: 0;
      width: 90%;
      float: left;
      margin: 20px 5% 0;
      padding: 0;
      display: none;
      background: rgba(51, 51, 51, 0.95);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .menu-container ul.menu li {
        width: 100%;
        text-align: center;
        margin: 0;
        list-style: none;
        float: left;
        clear: both;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .menu-container ul.menu li a {
          float: left;
          text-align: center;
          color: #fff;
          padding: 0;
          width: 100%;
          font-size: 14px;
          margin: 0px;
          padding: 15px 0 13px; }
        .menu-container ul.menu li a:hover {
          color: rgba(255, 255, 255, 0.8); }
      .menu-container ul.menu li:hover ul.sub-menu {
        display: none; }
      .menu-container ul.menu li:last-child {
        border-bottom: none; }

  #menu {
    position: absolute;
    z-index: 999999;
    display: block;
    font-size: 24px;
    margin: 0;
    right: 5%;
    top: 35%;
    color: #fff;
    -webkit-transition: color 0.2s linear 0s;
    -moz-transition: color 0.2s linear 0s;
    -ms-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s; }

  #menu:hover {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer; }

  #interior-menu #menu {
    color: rgba(0, 0, 0, 0.4); }
  #interior-menu #menu:hover {
    color: rgba(0, 0, 0, 0.6); }
  #interior-menu .menu-container ul.menu {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

  .hero-wrap {
    padding: 140px 0 100px; }

  .hero-copy h1 {
    font-size: 30px;
    letter-spacing: 2px; }
  .hero-copy h2 {
    max-width: 90%;
    font-size: 15px;
    line-height: 22px; }

  #scroll-link {
    padding-left: 30px;
    padding-right: 30px; }

  .about-details {
    margin-top: -1px; }

  .about-copy-wrap {
    padding: 20px; }

  p.subhead-desc {
    max-width: 100%; }

  .module-card h6 {
    padding-left: 0;
    padding-right: 0; }

  .modnumber-wrap {
    text-align: left; }
    .modnumber-wrap .modname {
      font-size: 12px;
      vertical-align: middle;
      margin: 0 8px 0 0; }
    .modnumber-wrap .modnumber {
      clear: none;
      display: inline-block;
      font-size: 12px;
      vertical-align: middle; }

  .module-card-inner p.mod-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .module-card-content {
    padding-bottom: 60px; }

  ul.bonuses-wrap {
    padding: 50px 15px; }

  .persona-box {
    margin-bottom: 50px; }

  .guarantee-badge {
    float: none;
    margin: 0 auto; }

  .guarantee-actual-copy {
    text-align: center;
    float: none;
    margin: 0 auto; }
    .guarantee-actual-copy b, .guarantee-actual-copy strong {
      font-size: 18px;
      line-height: 24px; }
    .guarantee-actual-copy p {
      text-align: center; }

  .testimonial {
    margin-bottom: 50px; }

  .price-box {
    max-width: 400px;
    margin: 0 auto 50px; }

  .who-banner p {
    font-size: 20px;
    line-height: 24px; }

  #who-for {
    padding: 80px 10px 60px; }

  .who-for-profile img {
    max-width: 120px; }

  #how-container {
    padding: 80px 0 60px; }

  .cta-container {
    padding-bottom: 40px; }

  #testimonials-container {
    padding: 80px 10px 60px; }

  .downloads {
    margin: 0 auto 15px;
    display: block;
    width: 100%;
    text-align: center; }
    .downloads h5 {
      display: inline-block;
      margin: 0 3px 0 0;
      float: none;
      padding: 0; }
    .downloads ul.download-list {
      display: inline-block;
      float: none; }
      .downloads ul.download-list li {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 0 3px; }
      .downloads ul.download-list li:first-child {
        border: none; }

  #prev-and-next.single-pagination .prev {
    border: none; }

  .single-pagination .prev, .single-pagination .next {
    width: 40%; }

  h2.sub-title {
    font-size: 18px; }

  .big-cta-button {
    padding-left: 40px;
    padding-right: 40px; }

  h5.modtitle {
    font-size: 20px; }

  .modimage {
    padding: 0; }

  .bonus-container {
    padding: 50px 0; }

  .bonus-number {
    width: 60px;
    height: 58px;
    font-size: 28px; }

  .additional-protected-content-text {
    padding: 30px 20px; }

  #single-custom-hero .hero-wrap {
    height: auto; }

  .module-card-bottom {
    position: relative;
    bottom: 0;
    margin-top: 30px; }

  .comments-container {
    padding: 20px; }

  .comments-title-box {
    padding: 20px; }

  .guarantee-copy {
    width: auto; }

  h5.toggle {
    font-size: 16px;
    line-height: 22px; }

  .sales-faqs-container h3.section-header {
    font-size: 24px;
    line-height: 30px; }

  h3.module-section-block-title {
    font-size: 24px; }
    h3.module-section-block-title span.view-toplevel-module {
      text-align: left;
      float: left;
      clear: both;
      font: 12px "Gotham Bold", Arial, sans-serif;
      margin: 10px 0 0;
      width: 100%; }

  .circle-bg-image {
    width: 120px;
    height: 120px; }

  .module-card, .course-module-card-wrap {
    width: 100%; }

  .course-name {
    text-align: center;
    margin-bottom: 10px; }

  .get-started-with-course {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    float: none;
    width: auto; }

  #courses-testimonials-container {
    padding-bottom: 30px; }

  .protected-content-wrap {
    margin-bottom: 0; } }
/*
our custom styles for MemberMouse
*/
.mm-form-box {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 400px;
  padding: 40px 30px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }
  .mm-form-box form {
    display: inline-block;
    width: 100%; }
  .mm-form-box h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 !important;
    padding-bottom: 30px; }
  .mm-form-box input.mm-field {
    width: 100%; }
  .mm-form-box #mm-submit-button, .mm-form-box #mm-login-button {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  .mm-form-box .mm-remember-me {
    float: left;
    width: auto;
    margin-top: 10px; }
  .mm-form-box #rememberme {
    float: left;
    width: auto; }
  .mm-form-box #mm-login-button {
    float: left;
    width: 100%; }
  .mm-form-box .mm-forgot-password-link {
    float: right;
    font: 13px "Gotham Book", Arial, sans-serif;
    margin-top: 10px; }

#checkout-box-wrap, #thank-you-confirmation {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 40px 30px;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5); }

.checkout-block {
  clear: both;
  float: left;
  text-align: left;
  width: 100%;
  margin: 0 0 40px;
  font-size: 14px;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  .checkout-block h3 {
    text-transform: uppercase;
    font: 16px "Gotham Bold", Arial, sans-serif;
    text-align: center; }
  .checkout-block select {
    width: 100%;
    text-indent: 15px;
    padding: 10px 0;
    margin-bottom: 5px;
    font: 16px "Gotham Book", Arial, sans-serif;
    color: #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-size: 16px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/coursenip/images/select-down-arrow.png");
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .checkout-block select {
      padding-right: 15px; } }
  .checkout-block select.mm-expMonthList, .checkout-block select.mm-expYearList {
    width: 45%; }
  .checkout-block select.mm-expYearList {
    float: right; }

#product-details {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px; }
  #product-details h2 {
    font-size: 26px;
    padding-bottom: 10px; }

#billing-info-wrap h3 {
  padding-bottom: 5px; }

#payment-wrap {
  border: none;
  padding-bottom: 0; }
  #payment-wrap .customsubmitbutton {
    border: none;
    text-transform: uppercase;
    text-shadow: none;
    font: 16px "Gotham Bold", Arial, sans-serif;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    letter-spacing: 1px;
    margin: 0 auto 0;
    padding: 15px 90px;
    display: block;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }

p.product-price {
  text-align: center;
  font: 16px "Gotham Book", Arial, sans-serif; }

.general-checkout-sidebar-copy {
  font-size: 13px; }
  .general-checkout-sidebar-copy p {
    line-height: 22px; }

.testimonial-on-checkout {
  font-size: 13px;
  margin-top: 30px; }
  .testimonial-on-checkout p {
    line-height: 22px; }
  .testimonial-on-checkout .who-said-it {
    font: 13px "Gotham Medium", Arial, sans-serif; }
    .testimonial-on-checkout .who-said-it em {
      font: 11px "Gotham Book", Arial, sans-serif;
      font-style: italic; }

.testimonial-checkout-photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 160px;
  width: 160px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 15px; }

.mm-error {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }

/*
our custom styles for Wishlist Member
*/
#wishlist-button-wrap {
  max-width: 80%;
  margin: 0 auto; }
  #wishlist-button-wrap button {
    margin: 0 auto !important;
    border: none; }

body.page-template-page-sales-landing-php .regform-new {
  font: 16px "Gotham Book", Arial, sans-serif !important; }
body.page-template-page-sales-landing-php .fancybox-skin {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
body.page-template-page-sales-landing-php .regform * {
  font-family: "Gotham Book", Arial, sans-serif;
  font-size: 14px; }
body.page-template-page-sales-landing-php div.regform {
  border: none; }
  body.page-template-page-sales-landing-php div.regform .regform-container {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  body.page-template-page-sales-landing-php div.regform .regform-header {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #f9f9f9; }
    body.page-template-page-sales-landing-php div.regform .regform-header h2 {
      font: 24px "Gotham Bold", Arial, sans-serif; }
    body.page-template-page-sales-landing-php div.regform .regform-header p {
      display: none; }
  body.page-template-page-sales-landing-php div.regform .regform-close {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none;
    font: 16px "Gotham Bold", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.4);
    padding: 0;
    text-shadow: none; }
  body.page-template-page-sales-landing-php div.regform .regform-close:hover {
    color: rgba(0, 0, 0, 0.7); }
  body.page-template-page-sales-landing-php div.regform .regform-form {
    background: #fff;
    border: none; }
  body.page-template-page-sales-landing-php div.regform .txt-fld input, body.page-template-page-sales-landing-php div.regform .widefield .expires input, body.page-template-page-sales-landing-php div.regform .txt-fld select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font: 14px "Gotham Book", Arial, sans-serif; }
  body.page-template-page-sales-landing-php div.regform .regform-button, body.page-template-page-sales-landing-php div.regform .btn-fld .regform-button, body.page-template-page-sales-landing-php div.regform button.regform-button {
    text-transform: uppercase;
    font: 14px "Gotham Bold", Arial, sans-serif;
    margin: 0 auto 20px;
    border: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  body.page-template-page-sales-landing-php div.regform ::-webkit-input-placeholder {
    font: 14px "Gotham Book", Arial, sans-serif; }
  body.page-template-page-sales-landing-php div.regform ::-moz-placeholder {
    font: 14px "Gotham Book", Arial, sans-serif; }
  body.page-template-page-sales-landing-php div.regform :-ms-input-placeholder {
    font: 14px "Gotham Book", Arial, sans-serif; }
  body.page-template-page-sales-landing-php div.regform input:-moz-placeholder {
    font: 14px "Gotham Book", Arial, sans-serif; }

div#wlmreginstructions {
  border: none !important;
  background: #fff;
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 8px -4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto 30px !important;
  padding: 25px 50px !important;
  font: 600 16px "Gotham Book", Arial, sans-serif !important;
  line-height: 24px !important; }

div#wlmreginstructions + h3 {
  display: none; }

.wlm_regform_container {
  margin: 0 auto;
  max-width: 500px;
  display: block; }
  .wlm_regform_container .label {
    font: 14px "Gotham Bold", Arial, sans-serif;
    color: rgba(0, 0, 0, 0.7) !important;
    float: left;
    margin-top: 12px; }
  .wlm_regform_container .fld_div .fld {
    background: #fff;
    font: 16px "Gotham Book", Arial, sans-serif; }
  .wlm_regform_container .desc {
    padding-bottom: 15px; }
  .wlm_regform_container .button {
    text-transform: uppercase;
    font: 14px "Gotham Bold", Arial, sans-serif !important; }

form.wlm_inpageloginform {
  background: #fff;
  padding: 30px;
  max-width: 460px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 2px -4px rgba(0, 0, 0, 0.3); }

form.wlm_inpageloginform table {
  width: 100%; }

form.wlm_inpageloginform input[type=checkbox] {
  width: auto; }

form.wlm_inpageloginform input[type=submit] {
  text-indent: 0;
  color: #379D7D;
  font: 16px "Gotham Medium", Arial, sans-serif;
  letter-spacing: 1px;
  background: #01FECC;
  padding: 10px 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }

/*
custom styles for Paid Membership Pro

#pmpro_pricing_fields {
  display: none; }
*/

#pmpro_billing_address_fields tbody td {
  padding: 0; }

form.pmpro_form label {
  text-align: left;
  font-weight: normal;
  font: 14px "Gotham Bold", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.7) !important;
  margin: 0 0 5px;
  width: 100%; }

.pmpro_asterisk {
  display: none; }

form.pmpro_form .input, form.pmpro_form textarea, .input, form.pmpro_form select {
  padding: 10px;
  text-indent: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font: 14px "Gotham Book", Arial, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

form.pmpro_form select {
  display: inline-block;
  width: 100%; }

.pmpro_thead-msg {
  margin-bottom: 10px;
  font-style: normal;
  font: 14px "Gotham Book Italic", Arial, sans-serif;
  text-align: center;
  float: none;
  white-space: normal; }

.pmpro_payment-expiration {
  float: left;
  width: 65%;
  text-align: left; }

form.pmpro_form .pmpro_payment-expiration select {
  width: 45%; }

.pmpro_payment-cvv {
  float: right;
  width: 30%;
  clear: none !important; }

.pmpro_payment-cvv small {
  font-size: 12px; }

#pmpro_form .pmpro_btn-submit-checkout {
  color: #379D7D;
  font: 16px "Gotham Medium", Arial, sans-serif;
  letter-spacing: 1px;
  background: #01FECC;
  padding: 10px 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }

form.pmpro_form .pmpro_submit {
  margin: 0;
  clear: both; }

form.pmpro_form .pmpro_submit span {
  float: none;
  display: block; }

#pmpro_confirmation_table {
  display: none; }

/*
our custom styles for Ontraport - PilotPress
*/
#normal-content-wrap .op-login-form-1 {
  margin: 0 auto !important;
  max-width: 460px !important; }
#normal-content-wrap form#pp-loginform input {
  text-indent: 5px; }
#normal-content-wrap form#pp-loginform p.login-remember {
  display: block; }
  #normal-content-wrap form#pp-loginform p.login-remember label {
    text-align: left;
    display: inline-block;
    float: left;
    font: 13px "Gotham Book", Arial, sans-serif; }
#normal-content-wrap form#pp-loginform input#rememberme {
  float: left;
  width: auto;
  margin: 0 5px 0 0; }
#normal-content-wrap form#pp-loginform p.login-submit #wp-submit {
  text-indent: 0;
  color: #379D7D;
  font: 16px "Gotham Medium", Arial, sans-serif;
  letter-spacing: 1px;
  background: #01FECC;
  padding: 10px 60px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }
