*, ::after, ::before {-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;}html {font-family: Arial, sans-serif;font-size: 125%;}blockquote, li, p {line-height: 1.52;}@media (min-width: 768px) {html {font-size: 150%;}blockquote, li, p {line-height: 1.42;}}h1, h2 {text-align: center;}ul {list-style: none;padding: 0;}ol {padding-left: 2rem;}img {display: block;max-width: 100%;height: auto;}.list-checkmark, .list-disc {padding-left: 2rem;}.list-checkmark {list-style-image: url(https://d2z65klgtz99km.cloudfront.net/img/checkmark1.png);}.list-disc {list-style-type: disc;}.cta {display: block;font-weight: 700;text-align: center;text-transform: uppercase;color: #2580b5;font-size: 1.65rem;}.cta.cta-button {border-radius: 0.25rem;-webkit-box-shadow: 1px 3px 5px #000;box-shadow: 1px 3px 5px #000;color: white;font-size: 1.25rem;margin-left: auto;margin-right: auto;max-width: 16.667rem;padding: 0.5rem 1rem;text-decoration: none;-webkit-transition: background-color ease-in-out 0.2s;-o-transition: background-color ease-in-out 0.2s;transition: background-color ease-in-out 0.2s;width: 100%;}.cta-button:link, .cta-button:visited {background-color: #07A007;}.cta-button:hover, .cta-button:focus {background-color: #00D400;}.cta-button:active {background-color: #030;}.cta-subtext {font-size: 0.9rem;margin-top: 0.5rem;text-align: center;}.flow-sm > * + * {margin-top: 0.5rem;}.flow > * + * {margin-top: 1rem;}.text-white {color: #fff;}.text-black {color: #000;}.text-red {color: #c00;}.bg-white {background-color: #fff;}.bg-gray {background-color: #eee;}.bg-black {background-color: #000;}.text-center {text-align: center;}.bold {font-weight: 700;}.italic {font-style: italic;}.underline {text-decoration: underline;}.flex {display: -webkit-box;display: -ms-flexbox;display: flex;}.flex-col {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}.justify-evenly {-webkit-box-pack: space-evenly;-ms-flex-pack: space-evenly;justify-content: space-evenly;}.justify-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.justify-around {-ms-flex-pack: distribute;justify-content: space-around;}.justify-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.items-start {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}.block {display: block;}.hidden {display: none;}.float-left {float: left;margin-right: 1rem;margin-bottom: 1rem;}.float-right {float: right;margin-left: 1rem;margin-bottom: 1rem;}.clear {clear: both;}.nobreak {white-space: nowrap;}.mt-0 {margin-top: 0;}.mt-2 {margin-top: 0.5rem;}.mt-4 {margin-top: 1rem;}.mx-auto {margin-left: auto;margin-right: auto;}@media (min-width: 768px) {.md\:nobreak {white-space: nowrap;}.md\:block {display: block;}.md\:flex {display: -webkit-box;display: -ms-flexbox;display: flex;}.md\:hidden {display: none;}.md\:flex-row {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}.md\:float-left {float: left;margin-right: 1rem;margin-bottom: 1rem;}.md\:float-right {float: right;margin-left: 1rem;margin-bottom: 1rem;}.md\:mt-0 {margin-top: 0;}}@media (min-width: 1366px) {.lg\:block {display: block;}.lg\:hidden {display: none;}}

.body-wrapper {
  max-width: 50rem;
  margin-inline: auto;
}

.section {
  padding: 1rem;
  width: 100%;
}

h1,h2,h3 {text-wrap: balance;line-height: 1.25;}


/* arrow sections */
.section-actions {
  background-color: #efefef;
  background-attachment: fixed;
}
.actions-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
    'steps'
    'video';
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 1203px) {
  .section-actions {
    background-blend-mode: lighten;
    background-image: url('img/paper-bg.jpg'), linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    padding-bottom: 3rem;
  }
  .actions-inner {
    grid-template-columns: 27rem 1fr;
    gap: 1rem;
    padding: 1rem;
    align-items: center;
    grid-template-areas: 
      'video steps';
  }
  
}

.wistia_responsive_wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  grid-area: video;    
  box-shadow: -2px 6px 11px 0px rgba(0, 0, 0, 0.75);    
  -webkit-box-shadow: -2px 6px 11px 0px rgba(0, 0, 0, 0.75);    -moz-box-shadow: -2px 6px 11px 0px rgba(0,0,0,0.75);    
  border: solid 5px #9E0728;
}

.actions-steps {
  grid-area: steps;
  padding: 0.5rem;
  background-color: #fff;
  font-size: 0.9rem;
  box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.25), 5px 5px 15px 2px rgba(0,0,0,0.15);
}
.actions-steps * {
  font-size: 0.85rem;
  line-height: 1.25;
}
.actions-steps h2 {
  font-size: 1.15rem;
}
@media(min-width: 768px) {
  .actions-steps {
    border: 3px solid #797979; 
  }  
}
.actions-steps li {
  line-height: 1.2;
}

.actions-steps a,
.actions-steps a:active,
.actions-steps a:visited {
  color: #0055A8;
}
.section-actions .plus {
  max-width: 40rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.chapterCover {
  width: 8rem;
  position: relative;
  left: 3.5%;
}
@media (min-width: 666px) {
  .section-actions .plus {
    flex-direction: row;
  }
  .chapterCover {
    width: 12rem;
    left: initial;
    padding-right:1rem;
  }
}

/* sms */
#sms {
  margin-block: 2rem;
}

#smsBtn {
  font-family: "Oswald", sans-serif;
  padding: .5rem 1rem;
  background-color: #c00;
  text-transform: uppercase;
  border: none;
  margin-top: 1.5rem;
  width: fit-content;
}

#smsBtn a {
  color: #fff;
  text-decoration: none;
}

#smsBtn a:hover {
  cursor: pointer;
}

.scroll-arrow {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.scroll-arrow span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #c00;
  border-right: 2px solid #c00;
  transform: rotate(45deg);
  animation: scroll-animate 2s infinite;
}

@media (max-width: 400px) {
  #scroll-section {
    gap: 1rem;
  }

  .scroll-arrow span {
    width: 10px;
    height: 10px;
  }
}

.scroll-arrow span:nth-child(1) {animation-delay: -0.1s;}
.scroll-arrow span:nth-child(2) {animation-delay: -0.2s;}
.scroll-arrow span:nth-child(3) {animation-delay: -0.3s;}
.scroll-arrow span:nth-child(4) {animation-delay: -0.4s;}
.scroll-arrow span:nth-child(5) {animation-delay: -0.3s;}
.scroll-arrow span:nth-child(6) {animation-delay: -0.2s;}
.scroll-arrow span:nth-child(1) {animation-delay: -0.1s;}

@keyframes scroll-animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

@media (prefers-reduced-motion) {
  .scroll-arrow span {
    animation: none;
  }

  .scroll-arrow {
    margin-top: 0;
  }

  #smsBtn {
    margin-top: 1rem;
  }
}

/* updates  */
.update {
  border: 5px solid black;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem 1rem;
  box-shadow: 5px 5px 4px #00000029;
}

.section-updates h1 {
  margin-bottom: 3rem;
  font-family: "Oswald", sans-serif;
}

.update-title {
  color: #0055A8;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.update-link-p {
  text-align: right;
}

.update-link-p a {
  font-family: "Oswald", sans-serif;
  border: 5px solid #c00;
  padding: .25rem 1rem;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  display: inline-block;
}

.update-link:hover {
  text-decoration: underline;
  transform: scale(1.02);
}

.update-link:active {
  transform: scale(1);
}

.disabled {
  background-color: #DBDBDB;
  border: 5px solid #6E6E6E;
}

.disabled .update-title,
.disabled .update-preview-text {
  color: #6E6E6E;
}

/* details section */
.section-details {
  background-color: rgba(255,255,255,0.666);
}

.details-inner {
  max-width: 1000px;
}

.section-details h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.details-blue {
  color: #0055A8;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.moneygpt-book {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 500px) {
  .moneygpt-break {
    display: none;
  }
}

/* questions section */
.section-questions h1 {
  font-family: "Oswald", sans-serif;
}

#survey-btn:hover {
  transform: scale(1.02);
}

#survey-btn:active {
  transform: scale(1);
}

/* add to calendar */
.section-calendar {
  background: #000;
  color: white;
  padding-bottom: 0.5rem;
  padding-top: .5rem;
  margin-bottom: 2rem;
}

.section-calendar h2 {
  padding: 1rem 0rem 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: clamp(1.25rem, 5vw, 1.66rem);
}

.add-to-calendar {
  background-color: #fff;
  color: #000;
  border: 5px solid #c00;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto -1.5rem;
  padding: 0.25rem 1.5rem;
  width: fit-content;
  text-align: center;
}

@media (max-width: 500px) {
  .add-to-calendar {
    padding: 0.25rem 1rem;
  }
}

.add-to-calendar:hover,
.add-to-calendar label:hover {
  cursor: pointer;
}

.add-to-calendar-checkbox[type="checkbox"] {
  display: none;
}

/* end calendar section */
/* questions */
form {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
}

textarea,
input {
  border: 3px solid black;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  padding: 4px 2px;
  width: 100%;
}

#survey-btn {
  background-color: #c00;
  border: none;
  cursor: pointer;
  padding: 0.125rem 2rem;
  font-family: "Oswald", sans-serif;
}

/* misc */

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.fz-25 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 1.3vw, 1.042rem);
}

.fz-28 {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
}

.fz-31 {
  font-size: 1rem;
  font-size: clamp(1rem, 1.615vw, 1.29rem);
}

.fz-35 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.82vw, 1.45rem);
}

.fz-36 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.875vw, 1.5rem);
}

.fz-45 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 2.34375vw, 1.875rem);
}


:root {
  --max-width: 33.3333rem;
}

.masthead {
  width: 100%;
  max-width: var(--max-width);
}

.wrapper {
  max-width: var(--max-width);
  box-shadow: 0px 0px 15px #00000041;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
}

.go-back-btn {
  background-color: #fff;
  border: 5px solid #c00;
  color: #000;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  padding: 0.125rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}

.go-back-btn:hover {transform: scale(1.02)}
.go-back-btn:active {transform: scale(1)}

