#header .topbar {
  padding: 35px 10px;
  width: 100%;
}

.arrow {
  margin-left: 60%;
  transform: rotate(180deg);
}

.bottom-arrow {
  margin-right: 60%;
}

.bg-gradientPurple {
  background: var(--gradientPurple);
}

.box-div {
  display: flex;
  flex-direction: column;
}

.box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  min-height: 350px;
}

.box-head .btn {
  font-size: 1rem;
  padding: 0.5em 1.25em;
}

.b-t-blue {
  border-top: 0 !important;
}

.b-t-purple {
  border-top: 0 !important;
}

.b-t-yellow {
  border-top: 0 !important;
}

.btn-cartoon-mobile {
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 1.25em;
}

.btn-cartoon {
  font-family: "Quicksand", sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  max-width: 250px;
  min-width: 155px;
  padding: 0.5em 1.25em;
}

.btn-cartoon-shadow {
  box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -8px 8px 0px 0px rgb(0 0 0);
  -webkit-box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -8px 8px 0px 0px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 0px 4px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8),
    1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0),
    -8px 8px 0px 0px rgba(0, 0, 0, 1);
  position: relative;
}

.btn-cartoon-shadow:hover {
  box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -5px 6px 0px 0px rgb(0 0 0);
  -webkit-box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -5px 6px 0px 0px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 0px 4px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8),
    1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0),
    -5px 6px 0px 0px rgba(0, 0, 0, 1);
  bottom: -2px;
  left: -3px;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-cartoon-shadow-blue {
  border: 5px solid black;
  box-shadow: -8px 8px 0px 0px rgb(0 163 180);
  -webkit-box-shadow: -8px 8px 0px 0px rgb(0 163 180);
  -moz-box-shadow: -8px 8px 0px 0px rgb(0, 163, 180);
  position: block;
}

.btn-cartoon-shadow-blue:hover {
  box-shadow: -5px 6px 0px 0px rgb(0 163 180);
  -webkit-box-shadow: -5px 6px 0px 0px rgb(0 163 180);
  -moz-box-shadow: -5px 6px 0px 0px rgba(0, 163, 180, 1);
  bottom: -2px;
  left: -3px;
}

.btn-cartoon-shadow-purple {
  border: 5px solid black;
  box-shadow: -8px 8px 0px 0px rgb(155 14 91);
  -webkit-box-shadow: -8px 8px 0px 0px rgb(155 14 91);
  -moz-box-shadow: -8px 8px 0px 0px rgb(155, 14, 91);
  position: relative;
}

.btn-cartoon-shadow-purple:hover {
  box-shadow: -5px 6px 0px 0px rgb(155 14 91);
  -webkit-box-shadow: -5px 6px 0px 0px rgb(155 14 91);
  -moz-box-shadow: -5px 6px 0px 0px rgba(155, 14, 91, 1);
  bottom: -2px;
  left: -3px;
}

.btn-cartoon-shadow-yellow {
  border: 5px solid black;
  box-shadow: -8px 8px 0px 0px rgb(220 152 40);
  -webkit-box-shadow: -8px 8px 0px 0px rgb(220 152 40);
  -moz-box-shadow: -8px 8px 0px 0px rgb(220, 152, 40);
  position: relative;
}

.btn-cartoon-shadow-yellow:hover {
  box-shadow: -5px 6px 0px 0px rgb(220 152 40);
  -webkit-box-shadow: -5px 6px 0px 0px rgb(220 152 40);
  -moz-box-shadow: -5px 6px 0px 0px rgba(220, 152, 40, 1);
  bottom: -2px;
  left: -3px;
}

.flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.flex-div-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.flex-wall {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.grid26 {
  display: grid;
  grid-template-columns: repeat(26, 1fr);
}

.hero-lines {
  font-size: 25px;
}

.inner-box p {
  font-size: 16px;
}

.three-buttons {
  margin-bottom: 20px;
  max-width: 230px;
  width: 100%;
}

.font-qs {
  font-family: "Quicksand", sans-serif;
}

.max-5em {
  max-width: 5em;
}

.max-7em {
  max-width: 7em;
}

.max-15em {
  max-width: 15em;
}

.jared-image {
  display: none;
}

.pad-d-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-5 {
  padding: 20px;
}

.pad-top-1 {
  padding-top: 10px;
}

.pad-top-2 {
  padding-top: 20px;
}

.pad-bottom-2 {
  padding-bottom: 20px;
}

.pad-top-4 {
  padding-top: 40px;
}

.pad-top-5 {
  padding-top: 50px;
}

.pad-bottom-4 {
  padding-bottom: 40px;
}

.pad-bottom-5 {
  padding-bottom: 50px;
}

.box-head.blue {
  border: 5px solid var(--brightBlue);
}

.box-head.purple {
  border: 5px solid var(--brightPurple);
}

.box-head.yellow {
  border: 5px solid var(--brightYellow);
}

.pricing-box .btn {
  margin: 20px 5px;
}

.pricing-box .btn:hover {
  bottom: -2px;
  left: -0.2em;
  box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -5px 6px 0px 0px rgb(0 0 0);
  -webkit-box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -5px 6px 0px 0px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 0px 4px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8),
    1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0),
    -5px 6px 0px 0px rgba(0, 0, 0, 1);
}

.regular-highlighted {
  color: var(--brightBlue);
  font-weight: bold;
  font-style: italic;
}

.vip-highlighted {
  color: var(--brightPurple);
  font-weight: bold;
  font-style: italic;
}

.b-t-purple.box-content li,
.b-t-purple.box-content p,
.b-t-blue.box-content li,
.b-t-blue.box-content p,
.b-t-yellow.box-content li,
.b-t-yellow.box-content p {
  font-size: 18px;
}

/*------------------------------------*\
    $quotedArticleLeft
\*------------------------------------*/

.quotedArticleLeft .sec-desc {
  grid-column: 2 / 17;
}

.quotedArticleLeft .sec-il {
  grid-column: 18 / 27;
}

.quotedArticleLeft .sec-il img {
  padding-top: 32px;
}

/*------------------------------------*\
    $ready-to-do-this
\*------------------------------------*/
#ready-to-do-this .grid26 {
  margin-top: 30px;
}

.sec-desc-step {
  grid-column: 6 / 22;
}

.sec-il-step {
  grid-column: 2 / 5;
}

.sec-il-step img {
  max-width: 100px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.sec-desc-step h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

@media(max-device-width: 800px) {
  .sec-desc-step {
    grid-column: 1 / 26;
  }

  .sec-il-step {
    grid-column: 1 / 26;
  }

  .sec-il-step img {
    max-width: 150px;
    margin: auto;
    display: block;
  }

}

.reverse {
  flex-direction: column-reverse;
}

.row-reverse {
  flex-direction: row-reverse;
}

.wall-border {
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}

.width30 {
  width: 30%;
}

.width60 {
  width: 60%;
}

.width70 {
  width: 70%;
}

.width80 {
  width: 80%;
}

#img-row {
  display: none;
}

@media only screen and (min-width: 54em) {
  #header .topbar {
    padding: 35px 20px;
    width: 85%;
  }

  .box-div {
    flex-direction: row;
  }

  .box-head {
    align-items: flex-start;
  }

  .box-head .btn {
    width: 50%;
  }

  .box-head .btn-yellow {
    margin-top: 20%;
  }

  .flex-div-start {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {

  #join-us {
    font-size: 1.4em !important;
    margin-top: 10%;
  }

  #img-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    padding-bottom: 10%;
  }

  #img-row img {
    width: 90%;
  }

  #hero-split {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  #intensive-w-jared p {
    margin-left: 5%;
  }

  .arrow {
    margin-left: 0;
    transform: rotate(0);
  }

  .twoIntroStatements {
    display: flex;
  }

  .twoIntroStatements .container-cc {
    width: 50%;
  }

  .flex-wall {
    justify-content: space-around;
  }

  .jared-image {
    display: block;
    transform: rotate(-15deg);
  }

  .reverse {
    align-items: center;
    flex-direction: row;
  }

  .reverse h2 {
    font-size: 3em;
  }

  .reverse img {
    display: none;
  }

  .row-reverse {
    flex-direction: row;
  }

  .row-reverse .sec-il {
    flex-basis: 20%;
  }

  .row-reverse .sec-desc {
    flex-basis: 80%;
    margin-bottom: 0;
  }

  .introContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  #join-us {
    margin-top: 0;
  }

  #img-row {
    flex-basis: 25%;
    padding-bottom: 10%;
  }

  .flex-wall {
    padding: 0;
  }

  .reverse h2 {
    font-size: 2.8em;
    line-height: 1.4em;
  }

  .two-hero-rows {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em !important;
  }

  #intensive-w-jared p {
    font-size: 16px !important;
  }
}

@media(max-device-width: 800px) {
  .quotedArticleLeft .sec-il img {
    padding-top: 12px;
    order: 1;
  }

  .quotedArticleLeft .sec-desc {
    order: 2;
    grid-column: 1 / 26;
  }

  .quotedArticleLeft .sec-il {
    grid-column: 1 / 26;
  }

}

@media only screen and (min-width: 54em) {
  .box-head {
    padding-left: 15px;
  }

  .box-head .btn {
    width: 95%;
  }

  .flex-div {
    flex-direction: row;
    font-size: 0.9rem;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "DM Sans", "Source Sans Pro", "Open Sans", "Helvetica Neue",
      Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.1;
  }

  #intensive-w-jared p:first-of-type {
    margin-right: 2%;
  }

  .three-buttons {
    margin-bottom: 10px;
    width: 30%;
  }

  .laptop-pl1 {
    padding-left: 1em;
  }

  .reverse {
    flex-direction: row;
  }

  .row-reverse {
    flex-direction: row;
  }

  .view-on-mobile {
    font-size: 1.5em;
    padding-right: 10%;
  }
}

@media only screen and (min-width: 1440px) {

  .box-head .btn-blue {
    margin-top: 17.2%;
  }

  .view-on-mobile {
    padding-right: 19%;
  }

  #intensive-w-jared {
    padding: 0;
  }

  .row-reverse .sec-desc {
    margin-top: 0;
  }

  .twoIntroStatements {
    justify-content: center;
    align-items: center;
  }

  .introContainer {
    width: 85%;
    max-width: 66em;
  }

}

@media only screen and (min-width: 1750px) {
  .view-on-mobile {
    padding-right: 23%;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}

.pricing-box .box-head {
  min-height: 405px;
}


@media only screen and (max-width: 860px) {
  .pricing-box .box-head {
    min-height: 300px;
  }
}

@media only screen and (max-width: 54em) {

  .basis20,
  .basis25,
  .basis30,
  .basis40,
  .basis50,
  .basis60,
  .basis80 {
    max-width: 100%;
  }

}