@charset "UTF-8";
/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
/* PopupAlly Styles (April 2022) */
.popupally-fluid-content-element {
  letter-spacing: 0 !important;
}

/* #829 (May 2021)  */
.turquoise-to-red-link {
  color: #7aded1;
}

.turquoise-to-red-link:hover {
  color: #fa4931;
}

/* .#829  */
/* #412 (April 2021) */
/* padding: 34vw 0 0; */
@media screen and (max-width: 500px) {
  .home section.hero .content {
    bottom: -380px !important;
  }

  .home section.text .content {
    padding: 0vw 0 0;
  }
}
@media screen and (max-width: 460px) {
  .home section.hero .content {
    bottom: -420px !important;
  }
}
@media screen and (max-width: 409px) {
  .home section.hero .content {
    bottom: -450px !important;
  }
}
@media screen and (max-width: 384px) {
  .home section.hero .content {
    bottom: -480px !important;
  }
}
@media screen and (max-width: 359px) {
  .home section.hero .content {
    bottom: -510px !important;
  }
}
@media screen and (max-width: 339px) {
  .home section.hero .content {
    bottom: -540px !important;
  }
}
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  background-image: none !important;
  background: none !important;
  border: none !important;
}

body .gform_wrapper form .gform_body ul > li:before {
  content: "";
}

@media screen and (max-width: 1000px) {
  body input[type=submit], body button {
    margin: 0 auto;
  }
}
.page-template-template_free_training .testimonials {
  width: 85%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/*.page-template-template_free_training ul.checklist li:before*/
ul.checklist li:before {
  content: "✓" !important;
  left: 0;
  position: absolute;
  font-size: 24px !important;
  background: hsl(240deg, 39.6%, 31.2%);
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
}

.free-training {
  padding-top: 60px;
}

.free-training .row-contain img {
  padding: 15px 0;
}

@media screen and (max-width: 1000px) {
  .free-training .row-contain img {
    max-width: 50vw !important;
    -webkit-transform: translateX(0vw) !important;
    transform: translateX(0vw) !important;
  }
}
@media screen and (max-width: 700px) {
  .free-training .row-contain img {
    margin-top: 25px !important;
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .free-training .row-contain .row .col {
    padding: 0px 30px !important;
    width: 55%;
  }
}
@media screen and (max-width: 500px) {
  .free-training .row-contain img {
    max-width: 50vw !important;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .free-training .row-contain .row .col {
    /*margin: 15px 0;*/
  }

  .free-training h2 {
    font-size: 1.2em !important;
    margin-top: 25px !important;
  }
}
/*.page-template-template_free_training nav#main-nav {
  top: 76px;
}*/
/* .#412 */
nav#main-nav {
  position: fixed;
}

header#main .content #header-cta {
  background-color: #000;
  color: #7aded1;
  margin-top: -5px;
}

header#main .content #header-cta:hover {
  background-color: #7aded1;
  color: #000;
}

article.post .post-content p {
  font-size: 0.9em;
  line-height: 1.56;
}

@media screen and (min-width: 1001px) {
  .home section.hero .content {
    width: 34vw;
  }
}
article.post .hero img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.hero-banner {
  background: #f9402b;
  margin-top: -50px;
  padding: 90px 0 40px;
}

.hero-banner .content {
  font-size: 1.13em;
  color: #fff;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
  width: 90%;
}

#hero-quote {
  background-image: url(/wp-content/uploads/2019/10/quote.png);
  background-position: center top 29px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 50px;
  padding-top: 65px;
}

.page-id-221 #hero-quote,
.page-template-template_sales_flex #hero-quote {
  background-image: url(/wp-content/uploads/2019/11/mentoring-quote.png);
}

#hero-quote .content {
  letter-spacing: 0;
  margin: 0 auto;
  max-width: 820px;
  text-align: center;
  width: 90%;
}

#hero-quote .heading,
#hero-quote .content h2 {
  font-size: 1.3em;
  padding-bottom: 0;
  margin-bottom: 20px !important;
  font-weight: normal;
}

#hero-quote h2::after {
  display: none;
}

#hero-quote .quote {
  font-size: 0.75em;
  margin-bottom: 25px;
}

#hero-quote .author {
  font-size: 0.8em;
  text-transform: uppercase;
}

.sales #hero-quote + section.text#neg-margin {
  background-position: center top -15vw;
  margin-top: 0;
}

.sales:not(.sales-wrapper) #hero-quote + section.text .content {
  padding-top: 50px;
}

.sales section.hero .content {
  text-align: center;
}

.sales section.hero .content p {
  text-align: center;
}

.sales section.hero .content h2:after {
  left: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sales section.hero .content p {
  text-align: center;
  margin-left: 0;
  padding-left: 0 !important;
}

.sales section.hero .content .button {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .sales section.hero .content h2:after {
    left: 0;
    right: 0;
  }
}
.sales section.testimonials .content h2 {
  font-family: "Spectral", serif;
}

.about.bethany section.hero .content {
  margin-left: -80px;
}

@media screen and (min-width: 1380px) {
  body {
    font-size: 23px;
  }

  section.opt-in .row-contain .row .col h2 br {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

section.text .content ul li:before {
  font-weight: bold;
  font-size: 2em;
  line-height: 0.7em;
}

.home section.text#neg-margin .content p,
section.text .content ul,
.about.bethany section.text .content p,
section.text .content .cols-2 ol {
  font-size: 1em !important;
}

.about.bethany section.text .content .row + h4 {
  margin-top: 30px;
}

.page-template-template_book section.hero {
  padding-bottom: 44.75%;
}

.page-template-template_book section.text#neg-margin {
  margin-top: 0;
}

.page-template-template_book section.hero .content {
  color: #000;
  left: 33vw;
  margin: 0;
  text-align: center;
  width: 36vw;
}

.page-template-template_book section.hero .content p {
  font-size: 1.16em;
}

.page-template-template_book section.hero .content h2 {
  color: #000;
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.4em;
  font-size: 1.6em;
  display: table;
  margin: 0 auto 0.5em;
}

.page-template-template_book section.hero .content h2:after {
  background: #fa4931;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.page-template-template_book section.hero .content .button {
  margin: 0 auto;
}

.page-template-template_book .hero-banner {
  background-image: url(/wp-content/themes/Bethany%20Webster/_static/images/book-under-header-bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.page-template-template_book section.text {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.page-template-template_book section.text .content {
  padding-top: 50px;
  max-width: 800px;
}

.page-template-template_book section.text .content .section-top {
  text-align: center;
}

.page-template-template_book section.text .content .section-bottom {
  margin: 0 auto;
  max-width: 690px;
}

.page-template-template_book section.opt-in {
  background-image: url(/wp-content/themes/Bethany%20Webster/_static/images/book-footer.jpg);
}

.page-template-template_book section.opt-in .row-contain {
  padding-top: 12vw;
}

.page-template-template_book .book-section-2 {
  background-color: #faf9f8;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 9.5vw 40px 0;
}

.page-template-template_book .book-section-2 .content .button {
  box-shadow: -8px 6px 20px 0 rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  padding: 2.3em 4.2em;
}

.page-template-template_book .book-section-2 .content .title {
  font-weight: bold;
  text-align: center;
}

.page-template-template_book .book-section-2 .content .sub-title {
  font-size: 0.9em;
  text-align: center;
}

.page-template-template_book .hero-banner .content {
  max-width: 1080px;
}

@media screen and (max-width: 800px) {
  .page-template-template_book .book-section-2 {
    padding: 15vw 40px 40px;
  }

  .page-template-template_book section.hero {
    background-position: center top;
    padding-bottom: 120%;
  }

  .page-template-template_book section.hero .content {
    left: 40px;
    right: 40px;
    width: auto;
  }
}
body .button.accent-1:after,
section.work .top h4:after {
  background-image: url(/wp-content/uploads/2019/11/lines.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.home .hero p.p1 {
  font-size: 20px;
}

.articles section.hero .content {
  max-width: 35%;
}

@media screen and (max-width: 1000px) {
  .articles section.hero .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .articles section.hero .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .search-container p {
    padding-top: 2em;
  }
}
@media screen and (max-width: 800px) {
  .about.bethany section.hero .content {
    bottom: -150px;
    margin-left: 0;
    width: auto;
  }

  .sales section.hero .content p {
    margin-left: 0;
  }

  .articles section.hero .content {
    right: 5vw;
  }

  .articles section.hero .content {
    width: auto;
  }

  .page-template-template_contact .content-inner {
    padding: 20px 30px 40px;
  }

  .page-template-template_contact .hero .content {
    top: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template_book section.hero {
    padding-bottom: 143%;
    margin-bottom: 500px;
  }

  .page-template-template_book section.hero .content {
    bottom: -400px;
    top: auto;
  }

  section.read-the-blog .row-hold h4 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  section.work .top {
    padding-bottom: 45vw;
  }
}
@media screen and (max-width: 500px) {
  /*
  .home section.hero .content {
    position: absolute;
    bottom: -600px !important;
  }
  */
  section.read-the-blog .row-hold h4 {
    padding-top: 30px;
  }

  .about section.hero .content {
    bottom: -130px;
  }

  .sales section.hero {
    margin-bottom: 500px;
  }

  .sales section.hero .content {
    bottom: -380px;
  }

  .page-template-template_book section.hero {
    padding-bottom: 143%;
    margin-bottom: 500px;
  }

  .page-template-template_book section.hero .content {
    bottom: -500px;
    top: auto;
  }
}
@media screen and (max-width: 375px) {
  .page-template-template_book section.hero .content {
    bottom: -580px;
  }
}
.page-template-template_contact .hero {
  padding-bottom: 46.25%;
}

.page-template-template_contact .hero .content {
  left: 19.3vw;
  margin-top: 0;
  max-width: 638px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

.page-template-template_contact section.hero .content h2 {
  font-size: 1.95em;
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.4em;
}

.page-template-template_contact section.hero .content h2:after {
  background: #fa4931;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.page-template-template_contact .sub-title {
  font-size: 0.8em;
  margin: 0 auto 75px;
  max-width: 480px;
  text-align: center;
}

.page-template-template_contact .sub-title a {
  color: #fa4931;
}

.page-template-template_contact .sub-title a:hover {
  color: #000;
}

.page-template-template_contact .text .content {
  max-width: 1395px !important;
  padding-bottom: 50px;
}

.page-template-template_contact .content-inner {
  background: #fff url(_static/images/contact-form-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 5px;
  box-shadow: 1px 1px 30px 0px rgba(100, 100, 100, 0.2);
  padding: 50px 100px 70px;
}

.page-template-template_contact .content-inner .row {
  padding-bottom: 0 !important;
}

.page-template-template_contact .content-inner .row .col {
  font-size: 0.75em;
}

.page-template-template_contact .content-inner .row ul,
.page-template-template_contact .content-inner .row ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-template_contact .content-inner .row ul li:before {
  display: none;
}

.page-template-template_contact .content-inner .row ul li {
  margin-bottom: 20px;
}

.page-template-template_contact .content-inner .row ul li input[type=text],
.page-template-template_contact .content-inner .row ul li input[type=email],
.page-template-template_contact .content-inner .row ul li textarea {
  background: #f4f8fb;
  border: 0;
  border-radius: 0;
  font-family: "Joules et Jaques Serif", serif;
  font-size: 1.5em;
  height: 55px;
  width: 100%;
}

.page-template-template_contact .content-inner .row ul li textarea {
  height: 105px;
  padding: 20px 12px;
}

.page-template-template_contact .content-inner .row label {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-template-template_contact .content-inner .row input[type=submit] {
  box-shadow: 1px 1px 20px 0px rgba(100, 100, 100, 0.35);
  padding: 2.3em 5.9em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.1em;
  border-radius: 3px;
  margin: 0;
}

.page-template-template_contact section.opt-in {
  background-image: url(_static/images/about-footer.jpg);
}

@media screen and (max-width: 400px) {
  .page-template-template_contact .hero {
    margin-bottom: 150px;
  }

  .page-template-template_contact .hero .content {
    bottom: -150px;
    left: 20px;
    right: 20px;
    top: auto;
    text-align: center;
  }

  .page-template-template_contact .hero .content h2 {
    color: #000;
  }

  .page-template-template_contact .content-inner .row .col {
    padding: 0;
  }
}
.page-template-template_contact section.text {
  margin-bottom: 0;
}

.page-template-template_mentoring section.hero .content p {
  margin: 0 -2em 1.2em;
}

.page-template-template_mentoring section.text.text-2 .content ul,
.page-template-template_mentoring section.text.text-2 .content ul:last-of-type {
  margin-top: 20px;
}

.page-template-template_mentoring section.quote-hold .content .quote {
  background-image: url(_static/images/mentoring-quote.png);
}

.page-template-template_mentoring section.text.text-3 .content .mentoring-cols li:nth-of-type(1):before {
  display: inline-block !important;
}

.page-template-template_mentoring section.text.text-3 .content .mentoring-cols {
  display: flex;
}
.page-template-template_mentoring section.text.text-3 .content .mentoring-cols > div {
  width: 50%;
}

.page-template-template_mentoring section.text.text-3 .content > ul {
  list-style: disc outside;
}
.page-template-template_mentoring section.text.text-3 .content > ul li {
  list-style: disc outside;
  padding: 0;
}
.page-template-template_mentoring section.text.text-3 .content > ul li::before {
  display: none;
}

.page-template-template_mentoring section.text.text-3 .content .column-2 ul li:before {
  background-image: url(_static/images/mentoring-check.png);
  content: "";
  height: 16px;
  top: 0.15em;
  width: 16px;
}

.page-template-template_mentoring section.text.text-3 .content p {
  clear: both;
}

article.post .gform_wrapper ul,
article.post .gform_wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

article.post .gform_wrapper ul li {
  margin-bottom: 15px;
}

article.post .gform_wrapper textarea {
  height: 100px;
  width: 100%;
  border: 1px solid #dddcdc;
  border-radius: 3px;
  color: #181818;
  font-family: "Joules et Jaques Serif", serif;
  font-size: 0.75em;
  line-height: 1;
  outline: none;
  padding: 1.1em 0.9em;
}

article.post .gform_wrapper input[type=text],
article.post .gform_wrapper input[type=email],
article.post .gform_wrapper input[type=phone] {
  width: 100%;
}

article.post .post-content .gform_wrapper ul li:before {
  display: none;
}

.single-post .post-content ol {
  font-size: 0.9em;
}

.search-container p {
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto;
}

.search-container form {
  display: flex;
  margin-bottom: 0;
}

.search-container form input {
  box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
}

.search-container form input[type=text] {
  color: #181818;
  font-family: "Joules et Jaques Serif", serif;
  font-size: 0.75em;
  line-height: 1;
  outline: none;
  padding: 1.1em 0.9em;
  width: 100%;
}

.search-container form input[type=submit] {
  color: #ffffff;
  cursor: pointer;
  font-family: "Joules et Jaques Serif", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  outline: none;
  position: relative;
  transition: all 0.3s;
  background: #22969a;
  margin-left: 18px;
  padding: 0.85em 4.3em;
  font-size: 1.2em;
}

.search-container form input[type=submit]:hover {
  background: #302f2f;
}

@media (max-width: 575px) {
  .search-container form {
    display: block;
  }

  .search-container form input {
    width: 100%;
  }

  .search-container form input[type=text] {
    margin-bottom: 20px;
  }

  .search-container form input[type=submit] {
    margin-left: 0;
  }
}
article.post .post-content a.read-more {
  color: #ffffff !important;
  border-bottom: none;
  margin-bottom: 25px;
}

/* Ebook Section (2021/03/31) */
.page-template-template_ebook section.opt-in {
  margin-top: 132px !important;
}

.page-template-template_ebook ul.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px 18px;
}

.page-template-template_ebook ul.checklist li:before {
  content: "✓" !important;
  left: 0;
  position: absolute;
  font-size: 24px !important;
  background: hsl(240deg, 39.6%, 31.2%);
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 9px;
  border-radius: 50%;
}

.page-template-template_ebook ul.checklist li {
  padding-left: 45px !important;
  display: inline-block;
  padding-right: 15px;
  font-size: 20px;
}

.page-template-template_ebook .testimonials {
  width: 85%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  body.page-template-template_ebook .title {
    max-width: 85%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  page-template-template_ebook ul.checklist {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  body.page-template-template_ebook section.opt-in .row-contain .row .col img {
    -webkit-transform: translateX(-3.5vw);
    transform: translateX(-3.5vw);
  }
}
@media screen and (min-width: 1380px) {
  .page-template-template_free_training section.opt-in {
    background-size: 104% auto;
  }
}
.page-id-1490 .wrapper.post section.opt-in {
  background-image: url("https://www.bethanywebster.com/wp-content/uploads/2021/11/home-footer-bg-1.png");
  background-color: #778791;
}

.home .hero p a {
  color: #7aded1;
}

.page-id-1582 .content a {
  text-decoration: underline;
}

section.text .base ul li {
  padding-left: 20px;
}

.page-id-221 .sales section.hero .content,
.page-template-template_sales_flex .sales section.hero .content {
  max-width: 665px;
}

/* NEW SALES TEMPLATE (FLEX) */
.page-template-template_sales_flex iframe {
  display: block;
  width: 70% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex iframe {
    width: 100% !important;
  }
}

.page-template-template_sales_flex,
.page-template-template_sales_flex * {
  letter-spacing: normal !important;
}

.page-template-template_sales_flex section {
  margin-top: 75px;
}
.page-template-template_sales_flex section.has-bg {
  margin-top: 0 !important;
  padding-top: 75px;
  padding-bottom: 50px;
}

.page-template-template_sales_flex h2.section-heading {
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}

.page-template-template_sales_flex h2.section-heading::after {
  background: #7aded1;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  width: 93px;
}

.page-template-template_sales_flex section.text .content h2 {
  color: inherit;
}

.page-template-template_sales_flex section.blue {
  background-color: #576e79;
  color: #fff;
  padding: 75px 0 60px;
}

.page-template-template_sales_flex section.skewed {
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-template-template_sales_flex section.skewed .content {
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
}

.page-template-template_sales_flex section.text .content {
  padding-top: 0;
}

.page-template-template_sales_flex section.align-center .row {
  align-items: center;
}
.col > .page-template-template_sales_flex section.align-center:last-child {
  margin-bottom: 0 !important;
}

.page-template-template_sales_flex section.text {
  font-size: 0.85em;
}
.page-template-template_sales_flex section.text h5 {
  padding-bottom: 15px;
}
.page-template-template_sales_flex section.text .content--wide {
  max-width: 1086px;
}
.page-template-template_sales_flex section.text .content--extra {
  max-width: 1210px;
}

.page-template-template_sales_flex section.text .content ul {
  margin-top: 0.5em;
}

.page-template-template_sales_flex section .content ul li {
  margin-bottom: 0.5em;
}

.page-template-template_sales_flex section.text .content ul li::before {
  display: inline-block;
  left: -10px;
}

.page-template-template_sales_flex #hero-quote {
  margin-top: -30px;
  background-position: center 0;
  padding-top: 30px !important;
  padding-bottom: 0;
}

.page-template-template_sales_flex .hero-banner {
  margin-top: -50px;
}

.page-template-template_sales_flex .image-content {
  font-size: 0.85em;
  margin-bottom: 20px;
}

.page-template-template_sales_flex .image-content h4 {
  font-size: 1.15em;
  margin-bottom: 26px;
  padding-bottom: 40px;
  position: relative;
}

.page-template-template_sales_flex .image-content h4::after {
  background: #7aded1;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 98px;
}

.page-template-template_sales_flex .image-content .container {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex .image-content .container {
    grid-template-columns: 1fr;
  }
}

.page-template-template_sales_flex .image-content .content {
  background-color: #f8f4f4;
  border-left: 7px solid #fa4931;
  padding: 5.3em 3.5em;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex .image-content .content {
    border: none !important;
  }
}

.page-template-template_sales_flex .image-content .image {
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex .image-content .image {
    order: -1;
    min-height: 50vw;
  }
}

.page-template-template_sales_flex .image-content .container.position--right .content {
  border-right: 7px solid #fa4931;
  border-left: 0;
}

.page-template-template_sales_flex .image-content .container.position--right .image {
  order: -1;
}

.page-template-template_sales_flex .icon-boxes {
  background-color: #F9ECE1;
  padding: 130px 0 100px;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  margin-top: 0;
  margin-bottom: 120px;
}

.page-template-template_sales_flex .icon-boxes .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
}

.page-template-template_sales_flex .icon-boxes h4 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template_sales_flex .icon-boxes .icon-boxes__outro {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}

.page-template-template_sales_flex .icon-boxes .icon-boxes__outro .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

.page-template-template_sales_flex .icon-boxes__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-template_sales_flex .icon-box {
  width: 29%;
  padding: 2em 1.5em;
  margin: 3em 2% 0;
  position: relative;
  font-size: 0.85em;
  background-color: #fff;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex .icon-box {
    width: 100%;
  }
}
.page-template-template_sales_flex .icon-box h5 {
  position: absolute;
  top: -0.7em;
  right: 0;
  font-style: italic;
  font-weight: normal;
  font-size: 1.8em;
  text-align: right;
}
.page-template-template_sales_flex .icon-box ul {
  margin-bottom: 0;
}
.page-template-template_sales_flex .icon-box li:last-child {
  margin-bottom: 0;
}

.page-template-template_sales_flex .skewed-image .content .inner .button {
  padding-left: 2em;
  padding-right: 2em;
}
.page-template-template_sales_flex .skewed-image ul {
  font-size: 0.85em;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex .skewed-image {
    background: none !important;
  }
  .page-template-template_sales_flex .skewed-image .content {
    width: 90% !important;
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.page-template-template_sales_flex .course {
  margin-top: -400px;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}
.page-template-template_sales_flex .course .content {
  max-width: 1000px;
  padding-top: 400px;
}

.page-template-template_sales_flex .testimonials {
  margin-top: 0;
}
.page-template-template_sales_flex .testimonials .testimonials__outro {
  margin: 40px auto 0;
  padding-bottom: 40px;
  max-width: 1170px;
}

.page-template-template_sales_flex #real-results {
  font-size: 1em;
  margin-top: -6px;
  padding-top: 120px;
  padding-bottom: 1px;
  background-image: url(https://www.bethanywebster.com/wp-content/themes/Bethany%20Webster/_static/images/sales-triangles-2.jpg) !important;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-template-template_sales_flex #real-results h5::after {
  display: none;
}
.page-template-template_sales_flex #real-results .content {
  max-width: 1137px;
  background-image: url("_static/images/sales-skewed-box-content.png");
  background-position: 50% 0%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-bottom: 10vw;
}
.page-template-template_sales_flex #real-results .inner {
  max-width: 1137px;
  position: relative;
  padding-top: 3.5vw;
  padding-bottom: 0;
}
.page-template-template_sales_flex #real-results .inner::before {
  display: block;
  content: "";
  background-image: url("_static/images/sales-skewed-box-top.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 3.5vw;
  position: absolute;
  top: -3.5vw;
  left: 0;
  right: 0;
}
.page-template-template_sales_flex #real-results .inner::after {
  display: block;
  content: "";
  background-image: url("_static/images/sales-skewed-box-bottom.png");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -10vw;
  left: 0;
  right: 0;
  height: 10vw;
}
.page-template-template_sales_flex #real-results .row {
  margin: 0 auto;
  max-width: 714px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .page-template-template_sales_flex #real-results .row {
    padding: 0;
  }
  .page-template-template_sales_flex #real-results .row .col {
    padding: 0;
  }
}

.page-template-template_sales_flex #wise-women {
  margin-bottom: 80px;
}
.page-template-template_sales_flex #wise-women img {
  display: block;
  margin-bottom: 2em;
  border-radius: 50%;
  max-width: 300px;
}

.page-template-template_sales_flex #mothers-teachers {
  margin-bottom: -75px;
  padding-bottom: 180px;
  padding-top: 500px;
  margin-top: -440px;
}

.page-template-template_sales_flex .pricing {
  background-color: #F42721;
}
.page-template-template_sales_flex .pricing.results .ready-box {
  padding: 0 0 20px !important;
}
.page-template-template_sales_flex .pricing.results .ready-box h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 2em !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template_sales_flex .pricing.results .ready-box .row {
  padding-bottom: 0 !important;
}
.page-template-template_sales_flex .pricing.results .ready-box .col {
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  padding: 2em 1.2em 1em !important;
}
.page-template-template_sales_flex .pricing.results .ready-box .col:nth-child(1) {
  position: relative;
}
.page-template-template_sales_flex .pricing.results .ready-box .col:nth-child(1)::before {
  display: block;
  content: "Best value!";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 0.45em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  right: -30px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.page-template-template_sales_flex .pricing.results .ready-box .col .price {
  margin-bottom: 1em;
}
.page-template-template_sales_flex .pricing.results .ready-box .col .button {
  margin-top: auto !important;
  margin-bottom: 0;
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.page-template-template_sales_flex #testimonials-2 .content {
  padding-bottom: 75px;
}

.page-template-template_sales_flex section ul {
  padding-left: 1em;
  list-style: none;
}
.page-template-template_sales_flex section ul li {
  list-style: none;
  padding-left: 7px !important;
  position: relative;
}
.page-template-template_sales_flex section ul li::before {
  display: inline-block;
  position: absolute;
  content: "•";
  left: -0.5em;
}

.page-template-template_sales_flex section.skewed-image.content-right {
  display: flex;
  justify-content: flex-end;
  margin-top: -75px;
}
.page-template-template_sales_flex section.skewed-image.content-right .content {
  margin-left: 0;
  margin-right: 9vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 1400px) {
  .page-template-template_sales_flex section.skewed-image.content-right .content {
    max-width: 50%;
    margin-right: 2vw;
  }
}
@media (max-width: 1400px) {
  .page-template-template_sales_flex section.skewed-image.content-right {
    background-position: 35% 0;
  }
}

.page-template-template_sales_flex section.text .content .button {
  font-size: 1em;
  padding: 1.4em 3.5em;
  text-transform: uppercase !important;
  background-color: #7aded1;
  color: #181818;
}
.page-template-template_sales_flex section.text .content .button:hover {
  color: #fff;
  background-color: #181818;
}

.page-template-template_sales_flex #end {
  margin-bottom: 0;
  padding-bottom: 70vw;
  background-position: 50% 100%;
  background-size: cover;
}
.page-template-template_sales_flex #end .content {
  border: 7px solid #1F8688;
  padding: 4em 5em 1em;
  background-color: rgba(255, 255, 255, 0.85);
}

.page-template-template_sales_flex #structure-intro {
  margin-top: 80px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-template_sales_flex #structure {
  margin-bottom: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 0 !important;
}

.page-template-template_sales_flex #structure-2 {
  margin-top: 0;
  padding-top: 40px !important;
}

.page-template-template_sales_flex #clues {
  margin-bottom: 0;
}

.page-template-template_sales_flex #clues-2 {
  margin-top: -80px !important;
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 75px;
}
.page-template-template_sales_flex #clues-2 .content {
  max-width: 900px;
  padding-bottom: 5px;
}

.page-template-template_sales_flex #clues-3 {
  margin-top: -80px !important;
}

.page-template-template_sales_flex .faq {
  margin-top: -100px !important;
  background-color: #F6F1F1;
}
.page-template-template_sales_flex .faq .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  font-size: 0.85em;
}
.page-template-template_sales_flex .faq .faq__single > div {
  display: none;
  margin-bottom: 2.5em;
}
.page-template-template_sales_flex .faq .faq__single h5 {
  display: block;
  cursor: pointer;
  font-size: 1em;
  position: relative;
  padding-left: 35px;
  transition: 0.3s all ease;
}
.page-template-template_sales_flex .faq .faq__single h5::before {
  display: flex;
  content: "+";
  width: 20px;
  height: 20px;
  background-color: #7aded1;
  line-height: 15px;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
.page-template-template_sales_flex .faq .faq__single h5:hover {
  opacity: 0.7;
}
.page-template-template_sales_flex .faq .faq__single h5.open::before {
  content: "–";
}

.page-template-template_sales_flex #sign-up-now {
  margin-top: -22px;
}

.page-template-template_sales_flex section.course .content .row .col {
  width: 100%;
}

.page-template-template_sales_flex section.skewed-image .content .inner {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.page-template-template_sales_flex #structure h5:after,
.page-template-template_sales_flex #structure-2 h5:after {
  left: calc(50% - 46px);
}

.page-template-template_sales_flex #logo,
.page-template-template_sales_flex #header-cta {
  display: none !important;
}

.page-template-template_sales_flex header#main {
  height: 70px;
}

.page-template-template_sales_flex section.hero {
  margin-top: 70px;
  position: relative;
  isolation: isolate;
}
.page-template-template_sales_flex section.hero::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, transparent 0%, transparent 10%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.6;
}

.page-template-template_sales_flex #hero-quote .quote {
  font-size: 0.9em;
}

.page-template-template_sales_flex section.course .content .row .col .module-content ul {
  padding-left: 1em;
  list-style: none;
}
.page-template-template_sales_flex section.course .content .row .col .module-content ul li {
  font-size: 0.85em;
  list-style: none;
  padding-left: 7px !important;
  position: relative;
}
.page-template-template_sales_flex section.course .content .row .col .module-content ul li::before {
  display: inline-block;
  position: absolute;
  content: "•";
  left: -0.5em;
}

.page-template-template_sales_flex #icon-lists li {
  padding-left: 15px !important;
  list-style: none;
}
.page-template-template_sales_flex #icon-lists .col:nth-of-type(1) ul li::before {
  display: block !important;
  background-image: url("_static/images/mentoring-check.png");
  content: "";
  height: 16px;
  top: 0.15em;
  width: 16px;
}
.page-template-template_sales_flex #icon-lists .col:nth-of-type(2) ul li::before {
  display: block !important;
  background-image: url("_static/images/mentoring-x.png");
  content: "";
  height: 11px;
  top: 0.2em;
  width: 12px;
}

.page-template-template_sales_flex {
  font-size: 23px !important;
}

@media (max-width: 500px) {
  .page-template-template_sales_flex section.hero {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-template-template_sales_flex section.hero .content {
    font-size: 20px;
    margin: 0 auto !important;
    width: 95%;
    padding-top: 60px;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .page-template-template_sales_flex section.hero .content h2, .page-template-template_sales_flex section.hero .content p {
    color: #fff;
  }
  .page-template-template_sales_flex section.hero .content h2 br, .page-template-template_sales_flex section.hero .content p br {
    display: none;
  }
  .page-template-template_sales_flex section.hero .content h2::after {
    left: 50%;
  }
}
@media (max-width: 500px) {
  .page-template-template_sales_flex section.hero-banner .content p {
    font-size: 0.8em;
  }
  .page-template-template_sales_flex section.text .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-template_sales_flex section.text .content .col {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-template_sales_flex section.image-content .content {
    padding: 2em 20px 1em;
  }
  .page-template-template_sales_flex section.skewed-image .content .inner {
    padding: 0 25px 1em;
  }
  .page-template-template_sales_flex section.skewed-image .content .inner p:first-of-type {
    display: none;
  }
  .page-template-template_sales_flex section.skewed-image .content .inner .button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-template-template_sales_flex section.course {
    padding: 0 !important;
    background-position: 50% -80px !important;
    background-color: rgb(17, 36, 43) !important;
  }
  .page-template-template_sales_flex section.course h2.section-heading {
    color: #fff;
  }
  .page-template-template_sales_flex section.course .module-content {
    padding: 2em 1em !important;
  }
  .page-template-template_sales_flex section.results .content .ready-box .container {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 90%;
  }
  .page-template-template_sales_flex section.results .content .ready-box .container h2 {
    font-size: 1.4em;
    width: 100%;
  }
  .page-template-template_sales_flex section.results .content .ready-box .container .row .col .button {
    width: 100% !important;
  }
}

/*# sourceMappingURL=vanilla-style.css.map */