/* Variables */
/* Import Beacon Bootstrap Customisations */
@import 'beacon-bootstrap.css';
@import 'fonts-2.css';
/* Utilities */
.br-tl {
  border-top-left-radius: 0.3rem;
}

.br-tl-0 {
  border-top-left-radius: 0;
}

.br-bl-0 {
  border-bottom-left-radius: 0;
}

.br-br-0 {
  border-bottom-right-radius: 0;
}

.br-bl {
  border-bottom-left-radius: 0.3rem;
}

.br-l {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.br-r {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.br-t {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.fc-dg {
  color: #0C6B58;
}

.fc-mg {
  color: #8EEDC7;
}

.fc-bc {
  color: #2CA;
}

.fc-tg {
  color: #020202;
}

.fc-brand {
  color: #2CA;
}

.fc-pink {
  color: #F25467;
}

.fc-black {
  color: #000 !important;
}

.fc-grey {
  color: #666;
}

.fc-lgrey {
  color: #999 !important;
}

.fc-white {
  color: #fff !important;
}

.fw-light {
  font-family: "sofiapro-light", Arial, Helvetica, sans-serif;
}

.fw-normal {
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

.fw-bold, strong {
  font-family: "sofiapro-bold", Arial, Helvetica, sans-serif;
}

.fw-semibold {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
}

.fs-xl {
  font-size: 4rem;
}

.bgc-purple {
  background-color: hsl(266, 72%, 58%);
}

.bgc-white {
  background-color: #fff;
}

.mb-7 {
  margin-bottom: 0;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.strike {
  position: relative;
  font-size: 2.5rem;
}

.strike:before {
  position: absolute;
  content: "";
  left: -20%;
  top: 50%;
  right: 0;
  border-top: 4px solid;
  border-color: red;
  width: 140%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

/*Typography*/
.dash-item p, .dash-item ol, .dash-item ul {
  font-size: 1.2rem;
  color: #666;
}

.dash-item ul.dropdown-menu {
  font-size: 1rem;
}

.dash-item p.form-text {
  font-size: 1rem;
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

.dash-item p.lead {
  font-size: 1.35rem;
}

/* Alert */
.alert p, .alert ul, .alert ol {
  color: inherit;
}

.alert *:last-child {
  margin-bottom: 0;
}

.alert.alert-pink {
  background-color: #F25467;
}

.alert.alert-purple {
  border-color: hsl(256, 100%, 85%);
  background-color: hsl(256, 100%, 89%);
  color: hsl(256, 100%, 55%);
  font-size: 1.125rem;
}

/* Grid System */
.d-grid .grid-col-1 {
  grid-template-columns: 1fr;
}
.d-grid .grid-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.d-grid .grid-col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.d-grid .grid-item {
  display: flex;
  flex-direction: column;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.d-grid .grid-gap-25 {
  grid-gap: 25px;
}
.d-grid .dash-item {
  flex: 1 0 auto;
}
.d-grid .row-span-2 {
  grid-row: span 2;
}
.d-grid .col-span-2 {
  grid-column: span 2;
}
.d-grid .row-span-3 {
  grid-row: span 3;
}
.d-grid .col-span-3 {
  grid-column: span 3;
}

.perks-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 25px;
}

/* Standard message alert */
#alert-message {
  position: fixed;
  top: -200px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
  padding: 0.5rem;
  text-align: center;
  background: #2CE798;
  color: #fff;
  z-index: 9999;
  transition: top 0.5s linear;
}

#alert-message.show {
  top: 0;
}

#alert-message.error,
#alert-message.error.show {
  background: #F2548D;
}

#alert-message *:last-child {
  margin-bottom: 0;
}

/*Alert banner*/
.alert-banner {
  grid-column: 1/span 2;
  width: 100%;
  padding: 10px;
  background-color: #31d2f2;
}

.alert-banner * {
  margin-bottom: 0;
}

.alert-banner .message {
  grid-column-start: 2;
}

.alert-banner p {
  color: rgba(0, 0, 0, 0.8);
}

/* Tags */
span.tag {
  background: #eee;
  color: #2CA;
  display: inline-block;
  padding: 0.125rem 0.25rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

span.tag:hover {
  background: #E9FBF4;
  color: #2CA;
}

span.tag.active {
  background: #E9FBF4;
  color: #2CA;
}

/* Cards */
.card-transparent {
  border: none !important;
  background-color: transparent;
}
.card-transparent .list-group-item {
  background-color: transparent;
}

.card.card-dash-item {
  background-color: transparent;
  border: none;
}
.card.card-dash-item .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.card.card-dash-item .card-body {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0px 3px 1px 0px rgba(12, 107, 88, 0.5);
}
.card.card-dash-item .card-body hr {
  color: #ececec;
  opacity: 1;
}

.list-group-flush {
  border-radius: 0.25rem;
}
.list-group-flush .fa-trash {
  padding: 0 1rem;
}

.list-group.no-border .list-group-item {
  border: none;
}

.list-group.hover .list-group-item:hover {
  background-color: #f5f7f9;
}

.list-group-item {
  color: #666;
}

.list-group-item-lg {
  padding: 1rem;
}

.list-group-item-xl {
  padding: 1.5rem;
}

.list-group-item a {
  text-decoration: none;
}

.sticky {
  position: sticky;
  top: 0; /*z-index: 500;*/
}

/* Typography */
h1 {
  color: #0C6B58;
}

label {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
}

.label, .dash-item p.label {
  font-size: 1.1rem;
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  line-height: 1.5;
  color: #0C6B58;
}

label.btn {
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

label p.form-text {
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

/* Icons */
.bubble {
  background-color: #8EEDC7;
  border-radius: 100vw;
  display: flex;
  font-size: 1.25rem;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  color: #020202;
  flex-shrink: 0;
}

.bubble-sm {
  font-size: 1rem;
  width: 45px;
  height: 45px;
}

.icon-group {
  display: flex;
  align-items: center;
}

.icon-group .bubble {
  margin-right: 1.5rem;
}

.icon-group :last-child {
  margin-bottom: 0;
}

.icon-group h4 span.date {
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
  color: #2CA;
  font-size: 1rem;
}

.icon-group a {
  color: #2CA;
  text-decoration: underline;
}

.icon-group a:hover {
  color: #0C6B58;
}

/* Forms */
.form-control, .form-select {
  border-radius: 0 !important;
  color: #666;
}

.input-group-text {
  border-radius: 0;
}

label {
  font-size: 1.1rem;
}

input::placeholder {
  color: #ccc !important;
}

.form-switch input {
  margin-right: 1rem;
}

.form-check-label {
  color: #666;
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

/* Buttons */
.btn-link {
  text-decoration: none;
}

.btn-text {
  padding: 0;
  border: 0;
  line-height: 1;
  display: block;
  color: #666;
  text-decoration: underline;
}

.btn-text:hover {
  color: #2CA;
}

.btn-xl {
  padding: 0.75rem 1.25rem;
  font-size: 1.5rem;
}

/* CTAs */
/* Containing Elements */
body {
  grid-template-columns: 310px 1fr;
  background: #E9FBF4;
}

body#onboard {
  grid-template-columns: 1fr;
}

body#compact {
  grid-template-columns: 54px 1fr;
}
body#compact nav {
  padding-left: 0;
  padding-right: 0;
}
body#compact nav ul li i {
  margin-right: 0;
}
body#compact nav ul li a {
  flex-direction: column;
}
body#compact nav ul li a.active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body#compact nav span {
  display: none;
}

header {
  display: flex;
}
header h1 i {
  margin-right: 2rem;
}
header .btn i {
  margin-right: 0.3rem;
}
header .btn.dropdown-toggle i {
  margin-left: 2rem;
}
header .btn.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #FFAB07;
}
header .btn:hover {
  border-color: #FFAB07;
  background-color: #FFAB07;
}
header .dropdown .btn-yellow:focus, header .dropdown .btn-yellow:active, header .dropdown .btn-yellow:not(:disabled):not(.disabled):active {
  background-color: #FFC107;
  border-color: #FFC107;
  box-shadow: none;
}
header .dropdown .btn-lg {
  padding: 0.5rem 1.25rem 0.65rem 1.25rem;
}
header .dropdown-menu {
  background: #FFC107;
  border: none;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header .dropdown-menu li a.dropdown-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
header .dropdown-menu li a.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .dropdown-menu.show {
  inset: -2px auto auto 0px !important;
}
header .breadcrumb {
  display: inline-flex;
}
header .breadcrumb-item,
header .breadcrumb-item a,
header .breadcrumb-item + .breadcrumb-item::before {
  color: #020202;
  font-size: 1.25rem;
}
header p {
  color: #020202;
  font-size: 1.5rem;
}
header .badge {
  font-size: 1rem;
}

main {
  grid-column-start: 2;
  grid-column-end: 3;
  color: #0C6B58;
  border-top-left-radius: 5px;
  max-width: 100%;
  overflow-x: auto;
}
main .dash-item {
  background: #fff;
  top: 0;
  right: 0;
  position: relative;
  transition: top 0.2s, right 0.2s;
  border-radius: 0.3rem;
  box-shadow: 0px 3px 1px 0px rgba(12, 107, 88, 0.05);
}
main .dash-item.hover:hover {
  top: -0.25rem;
}
main .dash-item.hover-right:hover {
  right: -0.25rem;
}
main .dash-item > *:last-child, main .dash-item a > *:last-child {
  margin-bottom: 0;
}
main .dash-item.selected {
  background: #ffeb91;
}
main a {
  color: #666;
  text-decoration: none;
}
main a:hover {
  color: #2CA;
}
main .dash-item a h2 {
  color: #0C6B58 !important;
}
main .dash-item a:hover h2 {
  color: #2CA !important;
}

main header a {
  color: #0C6B58;
}

.promo {
  width: 100%;
  border-radius: 10px;
  color: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.promo.black-friday {
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../png/bf-promo-bg.png), linear-gradient(344deg, rgb(247, 159, 51) 0%, rgb(252, 74, 26) 100%);
}
.promo.black-friday a {
  color: #000;
}
.promo.black-friday a:hover {
  color: #fff !important;
}
.promo.black-friday a.btn {
  color: #fff !important;
}
.promo.black-friday a:hover {
  color: #000 !important;
}

.main-footer, .main-header {
  display: grid;
  grid-template-columns: 310px 1fr;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
.main-footer .row, .main-header .row {
  background-color: #8EEDC7;
}
.main-footer .row *, .main-header .row * {
  margin-bottom: 0;
}
.main-footer .row a, .main-footer .row .btn-link, .main-header .row a, .main-header .row .btn-link {
  color: #020202 !important;
}

.main-header {
  top: 0;
  bottom: auto;
}

#compact .main-footer, #compact .main-header {
  grid-template-columns: 54px 1fr;
}

.main-footer:before, .main-header:before {
  display: block;
  content: "";
}

#onboard main {
  grid-column-start: 1;
  grid-column-end: 2;
}
#onboard header img {
  margin-bottom: 3rem;
  width: 100px;
  height: auto;
}
#onboard .main-footer {
  grid-template-columns: 1fr;
}

#onboard.d-grid .dash-item {
  flex: 0 1 auto;
}

.steps {
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='35px' height='3px' viewBox='0 0 35 3' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-135.000000, -139.000000)' fill='%238EEDC7'%3E%3Crect id='Rectangle' x='135' y='139' width='35' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position-y: 50%;
}
.steps li {
  margin: 0 2rem 0 0;
}
.steps li a {
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
  box-shadow: 0 0 0 5px #E9FBF4;
  border-radius: 100vw;
  color: #0C6B58;
  background-color: #8EEDC7;
  transition: top 0.2s;
  position: relative;
  top: 0;
}
.steps li a:hover {
  top: -0.25rem;
}
.steps li a.active {
  background-color: #E9FBF4;
  border: 4px solid #8EEDC7;
}
.steps li a.active:hover {
  top: 0;
  cursor: default;
}
.steps li:last-of-type {
  margin-right: 0;
}

#create {
  margin-bottom: 5rem;
}
#create header {
  align-items: center;
}
#create .col-xl-9.d-flex, #create .col-10.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
#create .nav-pills {
  justify-content: center;
}
#create .nav-pills .nav-item {
  margin: 0.5rem;
  text-align: center;
}
#create .nav-pills a.nav-link {
  background-color: #8EEDC7;
  padding: 0.25rem 0.5rem;
  border: 2px solid #8EEDC7;
  border-radius: 100vw;
  color: #0C6B58;
}
#create .nav-pills a.nav-link.active, #create .nav-pills a.nav-link.active:hover {
  background-color: #0C6B58;
  color: #fff;
  border-color: #0C6B58;
  font-weight: normal;
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}
#create .nav-pills a.nav-link:hover {
  border-color: #0C6B58;
  display: inline-block;
}
#create a.aside {
  color: #0C6B58;
  border-bottom: 2px solid transparent;
}
#create a.aside:hover {
  border-color: #0C6B58;
}
#create button[data-hubspotconnect] {
  margin-bottom: 1rem;
}
#create .dash-item {
  top: 0;
  right: 0;
  position: relative;
  transition: top 0.2s;
}
#create .dash-item a {
  display: flex;
  align-items: center;
}
#create .dash-item a span {
  margin-right: 1rem;
}
#create .dash-item h2 {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #020202;
  margin-bottom: 0;
}
#create .dash-item:hover {
  top: -0.25rem;
}
#create .dash-item.hover-right:hover {
  top: -0.25rem;
}
#create .dash-item.no-hover:hover {
  top: 0;
}
#create .dash-item.template {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#create .dash-item.template a {
  flex-direction: column;
}
#create .dash-item.template a img {
  margin-bottom: 1rem;
}
#create .dash-item.template a i {
  color: #666;
}
#create .dash-item.template a:hover i {
  color: #2CA;
}
#create .dash-item.vertical a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
#create .dash-item.vertical a h2 {
  margin: 1.25rem 0 0.5rem 0;
}
#create .dash-item.vertical a .bubble {
  margin-right: 0;
}
#create .list-group-item a:hover {
  color: #2CA;
  cursor: pointer;
}
#create .table-product h2 {
  font-size: 1.25rem;
  color: #3EBD93;
  font-family: "sofiapro-medium", arial, sans-serif;
  margin-bottom: 0;
}

.offcanvas-start {
  width: 357px;
  max-width: 80%;
}
.offcanvas-start h5 {
  color: #2CA;
}
.offcanvas-start a {
  color: #666;
}
.offcanvas-start a:hover {
  color: #2CA;
}

/* Upgrade */
#upgrade {
  /*FAQs*/
}
#upgrade .d-flex .dash-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#upgrade .d-flex .dash-item a.btn.btn-lg {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#upgrade .plan {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 3px 1px 0px rgba(12, 107, 88, 0.05);
}
#upgrade .plan p {
  color: #666;
  font-size: 1.125rem;
}
#upgrade .plan .alert p, #upgrade .plan .alert ul, #upgrade .plan .alert ol {
  color: inherit;
}
#upgrade .row.gx-0 .col-12:nth-of-type(1) .plan {
  border-right: 1px solid #ececec;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#upgrade .row.gx-0 .col-12:nth-of-type(2) .plan {
  border-right: 1px solid #ececec;
}
#upgrade .row.gx-0 .col-12:nth-of-type(3) .plan {
  border-right: 1px solid #ececec;
}
#upgrade .row.gx-0 .col-12:nth-of-type(4) .plan {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#upgrade span.bubble {
  margin-left: auto;
  margin-right: auto;
}
#upgrade dl {
  padding-bottom: 1rem;
}
#upgrade dt.list-group-item {
  border-bottom: none;
  padding-bottom: 0;
}
#upgrade dt.list-group-item + dd {
  padding: 0.5rem 1.5rem 0 1.5rem;
}
#upgrade dl.list-group hr {
  margin: 1rem 0 0 0;
}
#upgrade .card.card-dash-item a {
  color: #2CA;
}
#upgrade .card.card-dash-item p {
  color: #666;
  font-size: 1.125rem;
}

/* Paypal */
div#smart-button-container {
  max-width: 400px;
  margin: auto;
}

/* Dashboard */
#dashboard .dash-item {
  font-size: 1.1rem;
}
#dashboard .dash-item p {
  color: #666;
  font-size: 1.2rem;
}
#dashboard .dash-item .metric {
  font-family: "sofiapro-bold", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #2CA;
  line-height: 0.9;
}
#dashboard .dash-item hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
#dashboard .sys-updates .icon-group {
  width: 100%;
}
#dashboard .sys-updates .icon-group:hover p {
  color: #2CA;
}
#dashboard .sys-updates .icon-group .bubble {
  margin-right: 1rem;
}
#dashboard .sys-updates .dash-item {
  flex-grow: 0;
}
#dashboard .sys-updates .dash-item:last-of-type {
  margin-bottom: 0 !important;
}

/* Cancellation Page */
.dash-item.cancellation label {
  color: #666;
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
}

/* Updates Page */
.dash-item .row.mb-3.justify-content-between.align-items-center + .row .col-12 p a {
  text-decoration: underline !important;
}

/* Promo Tool */
.accordion .card {
  border-radius: 0;
  border: none;
}
.accordion header.card-header {
  background-color: #fff;
  border-bottom: none;
  border-top: 1px solid #ececec;
}
.accordion .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type header.card-header {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top: none;
}
.accordion .card:last-of-type {
  box-shadow: 0px 3px 1px 0px rgba(12, 107, 88, 0.5);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.accordion .btn {
  width: 100%;
  text-align: left;
  padding: 0;
  border: none;
  font-size: calc(1.275rem + 0.3vw);
  font-family: "sofiapro-semibold", "arial", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .btn-secondary {
  background-color: transparent;
  color: #0C6B58;
}
.accordion .btn-secondary:hover {
  background-color: transparent;
  color: #0C6B58;
}
.accordion .btn-check:focus + .btn-secondary, .accordion .btn-secondary:focus {
  background-color: transparent;
  color: #0C6B58;
  border-color: transparent;
  box-shadow: none;
}
.accordion .btn.not-collapsed i {
  transform: rotateX(180deg);
}
.accordion p {
  color: #666;
}

/* Academy */
#academy {
  /*Lesson Detail*/
}
#academy .academy-item {
  top: 0;
  right: 0;
  position: relative;
  transition: top 0.2s;
  background-color: #f5f7f9;
  border-radius: 0.3rem;
  padding-bottom: 1rem;
}
#academy .academy-item img {
  margin-bottom: 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
#academy .academy-item h3 {
  color: #0C6B58;
  margin: 0 0.75rem;
  font-size: 1.2rem;
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
  text-align: center;
}
#academy .academy-item.hover:hover {
  cursor: pointer;
  top: -0.25rem;
}
#academy .academy-item.hover:hover h3 {
  color: #2CA;
}
#academy header .badge {
  font-size: 1rem;
}
#academy header a span.badge.bg-green {
  transition: all 0.2s;
}
#academy header a:hover span.badge.bg-green {
  background-color: #0C6B58;
}
#academy header a i {
  color: #0C6B58;
  position: relative;
  transition: all 0.2s;
  right: 0;
  left: 0;
}
#academy header a:hover i.fa-arrow-left {
  left: -0.25rem;
}
#academy header a:hover i.fa-arrow-right {
  left: 0.25rem;
}
#academy .lesson-detail .text-three-col {
  column-count: 3;
  column-gap: 5%;
}
#academy .lesson-detail p, #academy .lesson-detail ul, #academy .lesson-detail ol, #academy .lesson-detail dl {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #666;
}
#academy .lesson-detail > :first-child {
  padding-top: 50px;
}
#academy .lesson-detail em.green {
  color: #2CA;
  font-style: normal;
}
#academy .lesson-detail em.blue {
  color: #2396F5;
  font-style: normal;
}
#academy .lesson-detail em.purple {
  color: #723373;
  font-style: normal;
}
#academy .lesson-detail em.yellow {
  color: #F5A623;
  font-style: normal;
}
#academy .lesson-detail ul, #academy .lesson-detail ol {
  padding-left: 20px;
}
#academy .lesson-detail ul li {
  width: 100%;
}
#academy .lesson-detail ul.tips {
  list-style-type: none;
  padding-left: 0;
}
#academy .lesson-detail ul.tips li {
  background: url("../png/emoji-bulb.png") 0 5px no-repeat;
  padding-left: 35px;
  margin-bottom: 30px;
}
#academy .lesson-detail {
  background: #fff;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#academy .lesson-detail * {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#academy body.d-grid .lesson-detail * {
  width: 70%;
}
#academy .lesson-detail * * {
  width: 100%;
}
#academy .lesson-detail *:last-child {
  margin-bottom: 0;
}
#academy .lesson-detail section {
  width: 100%;
  background: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#academy .lesson-detail section:nth-of-type(odd) {
  background: #f5f7f9;
}
#academy .lesson-detail section:nth-of-type(even) {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
#academy .lesson-detail section * {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#academy .lesson-detail section * * {
  width: 100%;
}
#academy .lesson-detail section header {
  display: block;
}
#academy .lesson-detail section header h2 {
  color: #22ccaa;
  margin: 0 auto;
  text-align: center;
}
#academy .lesson-detail section header h2 span {
  display: block;
  margin: 0 auto 10px auto !important;
  background: #22ccaa;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
#academy .lesson-detail section header p {
  color: #2C2F3D;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 0;
  margin-bottom: 1rem;
}
#academy .lesson-detail section header p:first-of-type {
  padding-top: 0;
}
#academy .lesson-detail section header a {
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid #22ccaa;
  font-size: 1.5rem;
  padding: 0 5px;
  margin-top: 10px;
  display: inline-block;
  width: auto;
}
#academy .lesson-detail section header hr {
  border-bottom: 2px solid #22ccaa;
  margin-top: 10px;
  margin-bottom: 30px !important;
  width: 30%;
}
#academy .lesson-detail section:nth-of-type(even) .callout {
  background: #fff;
}
#academy .lesson-detail img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 20px auto;
}
#academy .lesson-detail h2 {
  margin-top: 30px;
  color: #0C6B58;
  font-size: 1.8rem;
}
#academy .lesson-detail h3 {
  margin-top: 30px;
  font-size: 1.6rem;
}
#academy .lesson-detail .text-center * {
  text-align: center;
}
#academy .lesson-detail .box {
  margin-bottom: 20px;
  border-radius: 4px;
}
#academy .lesson-detail blockquote {
  width: 60%;
  margin: 50px 20%;
  padding: 40px 0;
  display: flex;
  background: #fff;
  flex-direction: column;
  text-align: center;
  border-left: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#academy .lesson-detail blockquote * {
  width: 70%;
  margin: 0 15%;
}
#academy .lesson-detail blockquote * * {
  width: auto;
  margin: 0;
}
#academy .lesson-detail blockquote img {
  margin: auto;
  max-width: 100px;
  border-radius: 100%;
  margin-bottom: 30px;
}
#academy .lesson-detail blockquote p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #444;
  font-style: italic;
  text-align: center;
}
#academy .lesson-detail blockquote p:first-of-type {
  padding-top: 0;
}
#academy .lesson-detail blockquote p.source {
  width: auto;
  max-width: 70%;
  align-self: center;
  font-size: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #666;
}
#academy .lesson-detail blockquote p.source span {
  color: #22ccaa;
}
#academy .lesson-detail .callout {
  width: 100%;
  padding: 40px 0;
  margin: 50px 0;
  display: flex;
}
#academy .lesson-detail .callout p:first-of-type {
  padding-top: 0;
}
#academy .lesson-detail .callout.compact {
  padding: 0;
}
#academy .lesson-detail .callout.midwidth {
  padding-left: 5%;
  padding-right: 5%;
}
#academy .lesson-detail .callout.narrow {
  padding-left: 15%;
  padding-right: 15%;
}
#academy .lesson-detail .callout.image {
  background: #F5F7F9;
  flex-direction: column;
  text-align: center;
}
#academy .lesson-detail .callout.image * {
  width: 70%;
  margin: 0 15%;
}
#academy .lesson-detail .callout.image a img {
  max-width: 100%;
  width: auto;
  height: auto;
  align-self: center;
  margin: 0 0 20px 0;
}
#academy .lesson-detail .callout.image img {
  max-width: 70%;
  width: auto;
  height: auto;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 20px;
}
#academy .lesson-detail .callout.image p {
  width: auto;
  max-width: 70%;
  align-self: center;
  font-size: 100%;
  font-style: italic;
  text-align: center;
}
#academy .lesson-detail .callout.video p {
  margin-top: 20px;
  text-align: center;
}
#academy .lesson-detail .callout.image.graphic img {
  margin-bottom: 0;
}
#academy .lesson-detail .callout.video {
  padding: 40px 15%;
  text-align: center;
}
#academy .lesson-detail .callout.video {
  background: #F5F7F9;
  flex-direction: column;
  text-align: center;
}
#academy .lesson-detail .callout.video .triangle {
  margin-left: 0;
  margin-right: 0;
}
#academy .vjs-close-control.vjs-control {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000 !important;
  font-size: 1.5rem !important;
}
#academy .lesson-detail .callout.double {
  background: #F5F7F9;
  flex-direction: row;
}
#academy .lesson-detail .callout.double .left {
  margin: 0 1% 0 2%;
  display: flex;
  flex-direction: column;
}
#academy .lesson-detail .callout.double .left img {
  align-self: center;
  width: auto;
}
#academy .lesson-detail .callout.double .right {
  margin: 0 2% 0 1%;
  display: flex;
  flex-direction: column;
}
#academy .lesson-detail .callout.double .right img {
  align-self: center;
  width: auto;
}
#academy .lesson-detail .callout.double p {
  width: auto;
  max-width: 70%;
  align-self: center;
  font-size: 100%;
  font-style: italic;
  text-align: center;
}
#academy .lesson-detail .callout.double img {
  margin-bottom: 20px;
}
#academy .lesson-detail .sample {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 10%;
  margin: 50px auto 50px auto;
}
#academy .lesson-detail .sample .left {
  width: auto;
  flex-basis: 30%;
}
#academy .lesson-detail .sample .right {
  width: auto;
  flex-basis: 70%;
  margin: 0 0 0 5%;
}
#academy .lesson-detail .sample .right h4 {
  font-weight: bold;
}
#academy .lesson-detail section:nth-of-type(odd) .sample {
  margin-bottom: 0;
}
#academy .lesson-detail section:nth-of-type(even) .sample {
  background: #fff;
}
#academy .lesson-detail .sample img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#academy .lesson-detail .callout.text {
  flex-direction: column;
  margin: 30px auto;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  width: 60%;
  padding: 40px 2.5%;
}
#academy .lesson-detail .callout.text h3 {
  margin-top: 0;
}
#academy .lesson-detail .callout.steps {
  background: #F5F7F9;
  flex-direction: row;
  justify-content: center;
}
#academy .lesson-detail .callout.steps.vertical {
  flex-direction: column;
}
#academy .lesson-detail .callout.steps.list {
  flex-direction: column;
}
#academy .lesson-detail .callout.steps.list .step {
  max-width: 60%;
  margin: auto;
  display: flex;
  flex-direction: row;
}
#academy .lesson-detail .callout.steps.list h3 {
  max-width: 60%;
  margin: auto;
  font-size: 1.5rem;
}
#academy .lesson-detail .callout.steps.list p {
  align-self: center;
  margin-left: 20px;
}
#academy .lesson-detail .callout.steps.list i {
  max-width: 60%;
  margin: auto;
  margin-left: calc(20% + 6px);
  font-size: 200%;
  color: #2396F5;
}
#academy .lesson-detail .callout.steps.list i + h3 {
  margin-top: 20px;
}
#academy .lesson-detail .callout.steps.list .step img {
  float: left;
}
#academy .lesson-detail .callout.steps .step {
  flex: 0 0 25%;
  margin-left: 0;
  margin-right: 0;
}
#academy .lesson-detail .callout.steps .step.connection {
  flex-basis: 20%;
  flex-direction: column;
  align-self: center;
}
#academy .lesson-detail .callout.steps .step i {
  font-size: 200%;
  color: #2396F5;
}
#academy .lesson-detail .callout.steps .step h3 {
  font-size: 1.5rem;
}
#academy .lesson-detail .callout.steps .step p {
  padding-top: 0;
}
#academy .lesson-detail .callout.steps .step img {
  width: auto;
  margin: 20px 0;
}
#academy .lesson-detail .cols {
  display: flex;
}
#academy .lesson-detail .cols.wide {
  width: 80% !important;
}
#academy .lesson-detail .cols div {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}
#academy .lesson-detail .cols div:first-of-type {
  margin-left: 0;
}
#academy .lesson-detail .cols div:last-of-type {
  margin-right: 0;
}
#academy .lesson-detail .do h3 {
  color: #22ccaa;
  border-bottom: 1px solid #22ccaa;
  margin-top: 10px;
  padding-bottom: 10px;
}
#academy .lesson-detail .dont h3 {
  color: #E85656;
  border-bottom: 1px solid #E85656;
  margin-top: 10px;
  padding-bottom: 10px;
}
#academy .lesson-detail .do ul, #academy .lesson-detail .dont ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  color: #666;
}
#academy .lesson-detail .note {
  background: #F5F9F6;
  border: 1px solid #D3F5DB;
  border-radius: 5px;
  padding: 10px;
}
#academy .lesson-detail .note p {
  font-size: 100%;
  padding-top: 0;
}
#academy .lesson-detail .note p:first-of-type {
  padding-top: 0;
}
#academy .lesson-detail {
  padding-top: 0;
}
#academy .lesson-detail ul.index {
  list-style-type: none;
  padding: 0;
  width: 100% !important;
  display: flex;
  margin-bottom: 50px;
}
#academy .lesson-detail ul.index li {
  width: 4%;
  margin: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 2.2em;
}
#academy .lesson-detail ul.index li:first-of-type, #academy .lesson-detail ul.index li:first-of-type a {
  border-top-left-radius: 5px;
}
#academy .lesson-detail ul.index li:last-of-type, #academy .lesson-detail ul.index li:last-of-type a {
  border-top-right-radius: 5px;
  border-right: none;
}
#academy .lesson-detail ul.index li a {
  display: block;
  background: #F5F7F9;
  text-align: center;
  align-self: stretch;
}
#academy .lesson-detail dl {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}
#academy .lesson-detail dl dt {
  margin: 0;
}
#academy .lesson-detail dl dd {
  margin: 0 0 2rem 0;
  color: #666;
}
#academy .lesson-detail p.card-text {
  font-size: 1rem !important;
}
#academy .lesson-detail hr {
  width: 100%;
  margin: 75px auto;
  border-color: #ececec;
}
#academy .lesson-detail ol li {
  margin-bottom: 10px;
}
#academy .lesson-detail .email {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
  margin: 50px auto;
}
#academy .lesson-detail .email strong {
  font-weight: 700;
}
#academy .lesson-detail .email .field {
  border-bottom: 1px solid #ececec;
  padding: 25px;
}
#academy .lesson-detail .email .field.toolbar {
  background-color: #F7F7F7;
  border-bottom: none;
  padding: 10px;
}
#academy .lesson-detail .email .field.toolbar i {
  font-size: 12px;
  display: inline;
}
#academy .lesson-detail .email .field.toolbar i:nth-of-type(1) {
  color: #FF5F57;
}
#academy .lesson-detail .email .field.toolbar i:nth-of-type(2) {
  color: #FFBD2E;
}
#academy .lesson-detail .email .field.toolbar i:nth-of-type(3) {
  color: #27C940;
}
#academy .lesson-detail .email .field:last-of-type {
  border-bottom: none;
}
#academy .lesson-detail .email .field:last-of-type p, #academy .lesson-detail .email .field:last-of-type ol {
  padding-top: 0;
  font-size: 1.1rem;
}
#academy .lesson-detail .email span.link {
  color: #2396F5;
}
#academy .lesson-detail .email ol {
  padding-left: 30px;
}
#academy .lesson-detail .email ol li {
  margin-bottom: 0;
}
#academy .lesson-detail .smcx-embed {
  width: 60%;
  margin: 0 20%;
}

/* Account Setup */
.dash-item.uncompleted {
  border-left: 5px solid #F25467;
}

.dash-item.completed {
  border-left: 5px solid #2CA;
}

.dash-item.inprogress {
  border-left: 5px solid #FFC107;
}

/* Navigation */
nav.navbar {
  align-items: flex-start;
  justify-content: space-between;
  position: sticky;
  z-index: 1;
}

nav {
  grid-column-start: 1;
  grid-column-end: 2;
  position: sticky;
  top: 0;
  background: #0C6B58;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2.13rem;
  padding-right: 0;
}
nav .navbar-collapse {
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 3rem;
}
nav .navbar-brand img {
  margin-bottom: 1rem;
  width: 120px;
  height: auto;
}
nav .btn.upgrade {
  margin-bottom: 4rem;
}
nav .btn.upgrade i {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}
nav .btn.upgrade:hover {
  color: #fff;
}
nav .btn.upgrade:hover i {
  transform: rotate(145deg);
  margin-right: 0.5rem;
}
nav ul {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}
nav ul li {
  list-style-type: none;
}
nav ul li a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.125rem 0.75rem;
  margin-bottom: 0.25rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: none;
  color: #8EEDC7;
}
nav ul li i {
  margin-right: 1.5rem;
  font-size: 1.5rem;
}
nav ul li a.active {
  background: #E9FBF4;
  color: #0C6B58;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
nav ul li.brand a {
  padding: 0;
  margin-bottom: 3rem;
}
nav ul li.brand a img {
  max-width: none;
}

/*Tabs*/
main .nav-tabs {
  border-bottom: none;
  font-size: 1.1rem;
  font-family: "sofiapro-medium", Arial, Helvetica, sans-serif;
}
main .nav-tabs .nav-item {
  margin-right: 1rem;
}
main .nav-tabs .nav-link {
  padding: 1rem 1.25rem;
  background-color: #8EEDC7;
  color: #0C6B58;
}
main .nav-tabs button.nav-link.active {
  color: #0C6B58;
  cursor: default;
}
main .nav-tabs .nav-item.show .nav-link, main .nav-tabs .nav-tabs .nav-link.active {
  border: none;
}
main .nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: auto;
}

main .nav-tabs + .dash-item {
  border-top-left-radius: 0;
}

/* Settings */
#settings {
  /* GFonts */
}
#settings .dash-item {
  display: grid;
  grid-template-columns: 295px 1fr;
}
#settings .dash-item .sidebar {
  background-color: #8EEDC7;
}
#settings .dash-item .sidebar .nav-link {
  padding: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}
#settings .dash-item .sidebar .nav-link a {
  padding: 0.5rem 0;
  color: #0C6B58;
}
#settings .dash-item .sidebar .nav-link:hover {
  color: #fff;
}
#settings .dash-item .sidebar .nav-link a.active {
  background-color: transparent;
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
}
#settings .dash-item .sidebar .nav-link a.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%230C6B58' d='M118.6 105.4l128 127.1C252.9 239.6 256 247.8 256 255.1s-3.125 16.38-9.375 22.63l-128 127.1c-9.156 9.156-22.91 11.9-34.88 6.943S64 396.9 64 383.1V128c0-12.94 7.781-24.62 19.75-29.58S109.5 96.23 118.6 105.4z'/%3E%3C/svg%3E");
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 1rem;
  display: inline-block;
  background-repeat: no-repeat;
}
#settings .dash-item .sidebar .nav-link a.active:hover {
  color: #0C6B58;
}
#settings h2 + p {
  font-size: 1.25rem;
  color: #666;
}
#settings .card-header {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
}
#settings .card-body .table > :not(caption) > * > * {
  padding: 1rem;
}
#settings .card-body table {
  margin-bottom: 0;
}
#settings .card-body table thead {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
}
#settings .card-body table tr:last-of-type td {
  border-bottom: none;
}
#settings .list-group-item a i.fas {
  color: #666;
}
#settings .list-group-item a i.fas.fa-pen:hover {
  color: #2CA;
}
#settings .list-group-item a i.fas.fa-trash:hover {
  color: #F25467;
}
#settings .checkbox label {
  font-size: inherit;
}
#settings .dash-item .checkbox p.form-text {
  font-size: 1rem;
}
#settings .accordion-button {
  color: #0C6B58;
}
#settings .accordion-button:focus {
  border-color: #2CA;
  box-shadow: 0 0 0 0.25rem rgba(34, 204, 170, 0.25);
}
#settings .accordion-button:not(.collapsed) {
  background-color: #E9FBF4;
}
#settings .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230C6B58'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#settings .accordion-body a {
  text-decoration: underline;
}
#settings dl dt {
  font-family: "sofiapro-semibold", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}
#settings dl dd {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ececec;
}
#settings table.gfonts a:hover {
  color: #2CA;
}

/* Filters */
.filters {
  background-color: #f5f7f9;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.filters .form-control {
  border: none;
}
.filters ::placeholder, .filters .btn {
  color: #666;
}
.filters .btn {
  border-radius: 0.25rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-color: #fff;
  transition: none;
}
.filters .btn:hover {
  background-color: #3EBD93;
  border-color: #3EBD93;
  color: #fff;
}
.filters .btn.show, .filters .btn:focus, .filters .btn:active, .filters .btn:not(:disabled):not(.disabled):active {
  background-color: #3EBD93;
  border-color: #2CA;
  box-shadow: none;
  color: #fff;
}
.filters .btn.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filters #searchTerms {
  border-radius: 0.25rem !important;
}
.filters .dropdown-menu {
  width: 100%;
  min-width: auto;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #3EBD93;
  color: #fff;
}
.filters .dropdown-menu label {
  font-family: "sofiapro-regular", "arial", sans-serif;
}
.filters .dropdown-menu input[type=form-control] {
  width: calc(100% - 1.2rem);
  padding: 0.3rem;
  margin-left: 0.6rem;
  border-radius: 0.2rem;
  border: none;
}
.filters .dropdown-menu input[type=form-control]:focus-visible {
  outline: none;
}
.filters .dropdown-menu .form-check {
  margin: 0.375rem 0.75rem;
}
.filters .dropdown-menu .form-check label {
  display: block;
}
.filters .dropdown-menu .form-check .form-check-input {
  border: none;
}
.filters .dropdown-menu .form-check-label {
  color: #fff;
  overflow: hidden;
  text-overflow: elipsis;
}
.filters .dropdown-menu .form-check:hover {
  color: #0C6B58;
}
.filters .dropdown-menu .form-check:hover * {
  cursor: pointer;
}
.filters .dropdown-menu .dropdown-item {
  color: #fff;
}
.filters .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.75rem;
}
.filters .dropdown-menu li {
  font-size: 1.1rem;
}
.filters .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}
.filters .dropdown-menu .dropdown-item.active, .filters .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.filters .dropdown-menu .dropdown-item:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background-color: #fff;
  margin-right: 0.25rem;
  position: relative;
  top: 2px;
}
.filters .dropdown-menu .dropdown-item.active:before {
  background-color: transparent;
  background: url(../svg/icon-check-blue.svg) center center no-repeat;
}
.filters ul.dropdown-menu {
  top: -3px !important;
}
.filters form.dropdown-menu.show {
  transform: translate(0px, 36px) !important;
}
.filters .nav-pills .nav-link {
  color: #777;
  background-color: rgba(255, 255, 255, 0.6);
}
.filters .nav-pills .nav-link:focus, .filters .nav-pills .nav-link:hover {
  color: #2CA;
}
.filters .nav-pills .nav-link.active, .filters .nav-pills .show > .nav-link {
  background-color: #2CA;
  color: #fff;
}
.filters .nav-pills .nav-item:last-of-type {
  margin-right: 0 !important;
}

.access-levels {
  background-color: #f5f7f9;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
.access-levels h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.access-levels label {
  font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.25rem;
}

/*  Tables */
.table-responsive {
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 500px;
}

#create .table-responsive {
  padding-bottom: 0;
}

table.table {
  margin-bottom: 0;
}

th {
  vertical-align: middle;
  font-family: "sofiapro-semibold", arial, sans-serif;
  white-space: nowrap;
}

td {
  white-space: nowrap;
}

tbody tr:last-of-type td {
  border-bottom: none;
}

/*Upgrade Table*/
.table-upgrade {
  border-radius: 0.3rem;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.table-upgrade thead tr th {
  text-align: center;
  border-bottom: none;
  padding: 2rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "sofiapro-light", Arial, Helvetica, sans-serif;
}
.table-upgrade thead tr th span {
  font-size: 3rem;
  font-family: "sofiapro-semibold", arial, sans-serif;
  display: block;
  line-height: 1.2;
}
.table-upgrade thead tr th:first-of-type {
  background-color: #E9FBF4;
  text-align: left;
  font-size: 1.25rem;
  font-family: "sofiapro-medium", arial, sans-serif;
  padding-left: 0;
  color: #0C6B58;
}
.table-upgrade thead tr th:nth-of-type(2) {
  border-top-left-radius: 0.3rem;
  background-color: #66cfa5;
  width: 150px;
}
.table-upgrade thead tr th:nth-of-type(3) {
  background-color: #16C5A2;
  width: 150px;
}
.table-upgrade thead tr th:nth-of-type(4) {
  background-color: #11977C;
  width: 150px;
}
.table-upgrade thead tr th:nth-of-type(5) {
  border-top-right-radius: 0.3rem;
  background-color: #0C6B58;
  width: 150px;
}
.table-upgrade tbody tr td {
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 1rem;
  font-size: 1.125rem;
  vertical-align: middle;
  color: #fff;
}
.table-upgrade tbody tr td:first-of-type {
  text-align: left;
  color: #666;
}
.table-upgrade tbody tr td:nth-of-type(2) {
  background-color: #66cfa5;
}
.table-upgrade tbody tr td:nth-of-type(3) {
  background-color: #16C5A2;
}
.table-upgrade tbody tr td:nth-of-type(4) {
  background-color: #11977C;
}
.table-upgrade tbody tr td:nth-of-type(5) {
  background-color: #0C6B58;
}
.table-upgrade tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: 0.3rem;
}
.table-upgrade tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0.3rem;
}
.table-upgrade tbody tr.product-name {
  font-family: "sofiapro-semibold", arial, sans-serif;
}
.table-upgrade tr.product-name td {
  background-color: #8EEDC7 !important;
  border-top: none !important;
  color: #0C6B58 !important;
}
.table-upgrade tfoot tr td {
  border-bottom: none;
  text-align: center;
  padding: 2rem;
}
.table-upgrade tfoot tr td:first-of-type {
  background-color: #E9FBF4;
}
.table-upgrade tfoot tr td:nth-of-type(2) {
  border-bottom-left-radius: 0.3rem;
  background-color: #66cfa5;
  color: #fff;
}
.table-upgrade tfoot tr td:nth-of-type(3) {
  background-color: #16C5A2;
}
.table-upgrade tfoot tr td:nth-of-type(4) {
  background-color: #11977C;
}
.table-upgrade tfoot tr td:nth-of-type(5) {
  border-bottom-right-radius: 0.3rem;
  background-color: #0C6B58;
}

.table.table-upgrade > :not(:first-child) {
  border: none;
}

/*Product Table*/
.table-product.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg:none;
  background-color: #fffdf4;
}

.table-product {
  vertical-align: middle;
  margin-bottom: 0;
}
.table-product thead tr {
  border-bottom: 1px solid #ececec;
}
.table-product tbody tr:last-of-type td {
  border-bottom: inherit;
  border-bottom-width: 1px;
}
.table-product tr td {
  vertical-align: middle;
  white-space: nowrap;
}
.table-product tr.sticky { /*top:70px;*/
  background-color: #fff;
}
.table-product th, .table-product td {
  padding: 1rem 0.5rem;
}
.table-product h2 {
  font-size: 1.25rem;
  color: #3EBD93;
  font-family: "sofiapro-medium", arial, sans-serif;
  margin-bottom: 0;
  white-space: pre-wrap;
  min-width: 300px;
}
.table-product h2 a {
  color: #3EBD93;
  text-decoration: none;
}
.table-product h2 a:hover {
  color: #0C6B58 !important;
  cursor: pointer;
}
.table-product img {
  width: 100px;
  max-width: 100%;
  min-width: 50px;
}
.table-product .form-check {
  padding: 0;
  display: flex;
  margin-bottom: 0;
}
.table-product .form-check .form-check-input {
  margin: auto;
  float: none;
}
.table-product .tag-container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: 250px;
}
.table-product span.tag {
  color: #666;
  cursor: default;
}
.table-product span.tag:hover {
  background: #eee;
  color: #666;
  cursor: default;
}
.table-product tfoot tr {
  border-top: 1px solid #ececec;
}
.table-product h3.h5 {
  padding: 1.5rem 0 0 0;
}
.table-product input {
  line-height: normal;
}

.dot {
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: inline-block;
}

.dot.published {
  background: #2ca;
  border-color: #2ca;
}

.dot span.show-status {
  display: none;
  position: absolute;
  top: -7px;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  font-size: 90%;
}

.dot:hover > span.show-status {
  display: block;
}

.dot.published span.show-status {
  color: #fff;
  background: #2396f5;
  left: -2em;
  top: -2.75rem;
}

.dot.draft span.show-status {
  color: #fff;
  background: #c2c2c2;
  left: -1.25em;
  top: -2.75rem;
}

.dot span.show-status span.status-wrap {
  position: relative;
}

.dot span.show-status span.status-wrap:after {
  left: 19%;
  top: 170%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #2396f5;
  border-width: 10px;
  margin-top: -10px;
  transform: rotate(90deg);
}

.dot.published span.show-status span.status-wrap:after {
  left: 28%;
}

.dot.draft span.show-status span.status-wrap:after {
  border-left-color: #c2c2c2;
}

#lead-magnets .table-product tr th:nth-child(1), #lead-magnets .table-product tr td:nth-child(1) {
  text-align: center;
}
#lead-magnets .table-product tr th:nth-child(2) {
  text-align: center;
}
#lead-magnets .table-product tr th:last-child {
  width: 100px;
}
#lead-magnets .table-product tr td:nth-of-type(2) {
  text-align: center;
  vertical-align: middle;
}
#lead-magnets #templates .table-product tr th:nth-child(1), #lead-magnets #templates .table-product tr td:nth-child(1) {
  width: 110px;
  text-align: left;
}
#lead-magnets #templates .table-product tr th:nth-child(2), #lead-magnets #templates .table-product tr td:nth-child(2) {
  width: auto;
  text-align: left;
}
#lead-magnets #templates .table-product tr th:nth-child(3) {
  width: 200px;
}

#lead-capture .table-product .ll-active {
  color: #2CA;
}
#lead-capture .table-product tr th:nth-child(1) {
  width: 175px;
}
#lead-capture .table-product tr th:nth-child(3) {
  width: 200px;
}
#lead-capture .table-product tr th:nth-child(4) {
  width: 150px;
}
#lead-capture .table-product tr th:nth-child(5) {
  width: 175px;
  text-align: center;
}
#lead-capture .table-product tr th:nth-child(6) {
  width: 175px;
  text-align: center;
}
#lead-capture .table-product tr th:nth-child(7) {
  width: 100px;
  text-align: left;
}
#lead-capture .table-product tr td:nth-of-type(5) {
  text-align: center;
}
#lead-capture .table-product tr td:nth-of-type(6) {
  text-align: center;
}
#lead-capture .table-product tr td:nth-of-type(7) {
  text-align: left;
}

#resource-libraries .table-product tr th:nth-child(2) {
  width: 200px;
}
#resource-libraries .table-product tr th:nth-child(4) {
  width: 175px;
  text-align: center;
}
#resource-libraries .table-product tr th:nth-child(5) {
  width: 175px;
  text-align: center;
}
#resource-libraries .table-product tr th:nth-child(6) {
  width: 100px;
}
#resource-libraries .table-product tr td:nth-of-type(4) {
  text-align: center;
}
#resource-libraries .table-product tr td:nth-of-type(5) {
  text-align: center;
}

table.library-leads tr td:nth-child(2) {
  white-space: pre-line;
}

#uploads .table-responsive {
  min-height: auto;
}
#uploads .modal-dialog .table-responsive {
  min-height: auto;
}
#uploads a.pdf_url {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#uploads .table-product tr th:nth-child(2) {
  width: 200px;
}
#uploads .table-product tr th:nth-child(3) {
  width: 150px;
}
#uploads .table-product tr th:nth-child(5) {
  width: 125px;
}

#permissions .table-product tr th {
  text-align: left;
}
#permissions .table-product tr th:last-of-type, #permissions .table-product tr TD:last-of-type {
  text-align: center;
}
#permissions .table-product tr th:nth-last-of-type(2), #permissions .table-product tr td:nth-last-of-type(2) {
  text-align: center;
}
#permissions #customdomains .table-product tr th, #permissions #integrations .table-product tr th, #permissions #signatures .table-product tr th {
  text-align: left;
}
#permissions #customdomains .table-product tr th:last-of-type input.form-check-input, #permissions #customdomains .table-product tr td:last-of-type input.form-check-input, #permissions #integrations .table-product tr th:last-of-type input.form-check-input, #permissions #integrations .table-product tr td:last-of-type input.form-check-input, #permissions #signatures .table-product tr th:last-of-type input.form-check-input, #permissions #signatures .table-product tr td:last-of-type input.form-check-input {
  margin-left: 0 !important;
}
#permissions #customdomains .table-product tr th:nth-last-of-type(2), #permissions #customdomains .table-product tr td:nth-last-of-type(2), #permissions #integrations .table-product tr th:nth-last-of-type(2), #permissions #integrations .table-product tr td:nth-last-of-type(2), #permissions #signatures .table-product tr th:nth-last-of-type(2), #permissions #signatures .table-product tr td:nth-last-of-type(2) {
  text-align: left;
}
#permissions #uploads .table-product tr th {
  text-align: left;
}
#permissions #uploads .table-product tr th:last-of-type, #permissions #uploads .table-product tr TD:last-of-type {
  text-align: center;
}
#permissions #uploads .table-product tr th:nth-last-of-type(2), #permissions #uploads .table-product tr td:nth-last-of-type(2) {
  text-align: left;
}

table.lms-uploads {
  table-layout: fixed;
  vertical-align: middle;
}
table.lms-uploads tr th:nth-child(1) {
  width: 48px;
  text-align: center;
}
table.lms-uploads tr th:nth-child(3) {
  width: 300px;
}
table.lms-uploads tr th:nth-child(5) {
  width: 100px;
}
table.lms-uploads img {
  max-width: 100%;
}
table.lms-uploads .form-check {
  padding: 0;
}
table.lms-uploads .form-check .form-check-input {
  margin: auto;
  float: none;
}
table.lms-uploads tr td:nth-child(1) {
  width: 48px;
  text-align: center;
}

table.lms-templates {
  table-layout: fixed;
  vertical-align: middle;
}
table.lms-templates tr th:nth-child(1) {
  width: 48px;
  text-align: center;
}
table.lms-templates tr th:nth-child(2) {
  width: 100px;
}
table.lms-templates tr th:nth-child(3) {
  width: 75px;
}
table.lms-templates tr th:nth-child(7) {
  width: 100px;
}
table.lms-templates .form-check {
  padding: 0;
}
table.lms-templates .form-check .form-check-input {
  margin: auto;
  float: none;
}
table.lms-templates tr td:nth-child(1) {
  width: 48px;
  text-align: center;
}

table.hubspot {
  table-layout: fixed;
  vertical-align: middle;
}
table.hubspot tr th:nth-child(1) {
  width: 48px;
  text-align: center;
}
table.hubspot tr th:nth-child(3) {
  width: 150px;
  text-align: left;
}
table.hubspot .form-check {
  padding: 0;
}
table.hubspot .form-check .form-check-input {
  margin: auto;
  float: none;
}
table.hubspot td {
  vertical-align: middle;
}
table.hubspot tr td:nth-child(1) {
  width: 48px;
  text-align: center;
}

.table-lc tbody tr:hover {
  cursor: pointer;
}

/* Modals */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}

.modal-header {
  background: #0C6B58;
  color: #fff;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header h5 {
  color: #8EEDC7;
  font-family: "sofiapro-medium", Arial, Helvetica, sans-serif;
}

.modal-header .close {
  background: transparent;
  background-image: none;
  border: none;
  text-indent: -99999999999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='white' d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.modal-content {
  border: none;
  color: #0C6B58;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.modal-content hr {
  opacity: 1;
  background-color: #dee2e6;
}
.modal-content span.tag:hover {
  cursor: pointer;
}

.modal-dialog p {
  color: #666;
  font-size: 1.1rem;
}
.modal-dialog p p.form-text {
  margin-bottom: 0;
  font-size: 1rem;
}
.modal-dialog p p.form-text a {
  color: #2CA;
  text-decoration: none;
}
.modal-dialog p p.form-text a:hover {
  text-decoration: underline;
}

.modal-dialog .table-responsive {
  min-height: auto;
}

.modal-footer {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

/* Upgrade Form */
#card-element {
  color: #666 !important;
  border: 1px solid #ced4da;
  padding: 1rem;
}

#card-errors {
  color: #eb1c26;
}

@media screen and (max-width: 575px) and (min-width: 0px) {
  .table-product tr.sticky { /*top: 230px;*/ }
}
/* XS */
@media (max-width: 575px) {
  .row.gx-0 .col-12:nth-of-type(1) .plan {
    border-right: none !important;
    border-radius: 5px !important;
  }
  .row.gx-0 .col-12:nth-of-type(2) .plan {
    border-right: none !important;
    border-radius: 5px !important;
  }
  .row.gx-0 .col-12:nth-of-type(3) .plan {
    border-right: none !important;
    border-radius: 5px !important;
  }
  .row.gx-0 .col-12:nth-of-type(4) .plan {
    border-radius: 5px !important;
  }
  .perks-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .table-product tr.sticky { /*top: 176px;*/ }
}
/* SM */
@media (max-width: 767px) {
  .btn-xl {
    padding: 0.5rem 1.5rem 0.65rem 1.5rem;
    font-size: 1.25rem;
  }
  header h1 i {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  header .btn {
    margin-top: 1.75rem;
  }
  #create .dash-item {
    width: 100%;
  }
  #create .dash-item.template.lm-template {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .steps li {
    margin: 0 1.5rem 0 0;
  }
  .steps li a {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    box-shadow: 0 0 0 4px #E9FBF4;
  }
  #settings .dash-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  #settings .dash-item .sidebar {
    background-color: #E9FBF4;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #settings .dash-item .sidebar .nav {
    flex-wrap: nowrap;
  }
  #settings .dash-item .sidebar .nav .nav-link {
    white-space: nowrap;
    margin-right: 1rem;
    text-align: center;
  }
  #settings .dash-item .sidebar .nav .nav-link a {
    background-color: #8EEDC7;
    padding: 0.25rem 0.6rem;
    border: 2px solid #8EEDC7;
    border-radius: 100vw;
  }
  #settings .dash-item .sidebar .nav .nav-link a.nav-link {
    margin-right: 0;
  }
  #settings .dash-item .sidebar .nav .nav-link a.active {
    border-color: #0C6B58;
    background-color: #0C6B58;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    font-family: "sofiapro-regular", Arial, Helvetica, sans-serif;
  }
  #settings .dash-item .sidebar .nav .nav-link a.active:after {
    display: none;
  }
  #settings .dash-item .sidebar::-webkit-scrollbar {
    display: none;
  }
  #settings .dash-item #v-pills-tabContent {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .table-product tr.sticky { /*top: 124px;*/ }
}
/* SM + MD  */
@media (max-width: 991px) {
  body {
    grid-template-columns: 1fr;
    grid-template-rows: 54px auto;
    min-height: 100vh;
  }
  body#onboard {
    grid-template-columns: auto;
    grid-template-rows: 0 1fr;
  }
  header .dropdown-menu {
    width: auto;
    min-width: auto;
  }
  header .dropdown-menu.show {
    inset: -2px auto auto -1px !important;
  }
  .sticky { /*top: 54px; */ }
  .tag-container {
    flex-wrap: nowrap !important;
    max-width: none !important;
  }
  .main-footer, .main-header {
    grid-template-columns: 1fr;
  }
  .main-footer:before, .main-header:before {
    display: none;
  }
  nav.navbar {
    align-items: center;
  }
  nav {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    top: 0;
    width: 100%;
    padding-left: 0;
    flex-direction: row;
  }
  nav .navbar-brand {
    margin: 0 0 0 1rem;
  }
  nav .navbar-brand a {
    display: inline-flex;
  }
  nav .navbar-brand img {
    width: 70px;
    margin: 0 0 0 0 !important;
  }
  nav .btn {
    margin-bottom: 0rem;
  }
  nav .btn.btn-lg {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }
  nav .navbar-toggler {
    color: #fff;
    padding: 0 1rem;
  }
  nav .navbar-toggler:focus {
    box-shadow: none;
    color: #8EEDC7;
  }
  nav .navbar-collapse {
    background-color: #0C6B58;
    padding: 0 1rem;
    z-index: 3;
    margin-top: 0;
  }
  nav .btn {
    margin-top: 1rem;
  }
  nav ul {
    margin-top: 1rem;
  }
  nav ul li a {
    padding: 0.5rem 0.75rem !important;
  }
  nav ul li a.active {
    background-color: transparent;
    color: #fff;
    color: #8EEDC7;
  }
  main {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  #settings .dash-item .sidebar {
    border-right: none;
  }
  #academy .lesson-detail * {
    width: 90%;
  }
  #academy .lesson-detail * * {
    width: 100%;
  }
  #academy .lesson-detail section * {
    width: 85%;
  }
  #academy .lesson-detail p:first-of-type {
    padding-top: 30px;
  }
  #academy .academy-lesson .lesson-detail hr {
    width: 100%;
    margin: 50px auto;
  }
  #academy .lesson-detail p, #academy .lesson-detail ul, #academy .lesson-detail ol, #academy .lesson-detail dl {
    font-size: 1.3rem;
  }
  #academy .lesson-detail p:first-of-type {
    padding-top: 20px;
  }
  #academy .lesson-detail .callout {
    width: 100%;
  }
  #academy .lesson-detail ol {
    padding-left: 30px;
  }
  #academy .lesson-detail ol li {
    margin-bottom: 10px;
  }
  #academy .lesson-detail section header p, #academy .lesson-detail section header a {
    font-size: 1.3rem;
  }
  #academy .lesson-detail .do ul, #academy .lesson-detail .dont ul {
    font-size: 1.2rem;
  }
  #academy .lesson-detail .callout.steps.list .step {
    max-width: 90%;
  }
  #academy .lesson-detail .callout.steps.list h3 {
    max-width: 90%;
  }
  #academy .lesson-detail .callout.steps.list span {
    max-width: 90%;
    margin-left: calc(5% + 6px);
  }
  #academy .lesson-detail .email .field {
    padding: 10px;
  }
  #academy .lesson-detail .email, #academy .lesson-detail .email p {
    font-size: 1.6rem;
  }
  .row.gx-0 .col-12:nth-of-type(1) .plan {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .row.gx-0 .col-12:nth-of-type(2) .plan {
    border-right: none !important;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    border-top-right-radius: 5px;
  }
  .row.gx-0 .col-12:nth-of-type(3) .plan {
    border-right: 1px solid #ececec;
    border-radius: 0;
    border-bottom-left-radius: 5px;
  }
  .row.gx-0 .col-12:nth-of-type(4) .plan {
    border-right: none !important;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0 !important;
  }
  .perks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 25px;
  }
}
/* LG */
@media (max-width: 1199px) {
  .has-tabs:before {
    width: 50px;
    height: 59px;
    display: block;
    content: "";
    background: rgb(233, 251, 244);
    background: linear-gradient(90deg, rgba(233, 251, 244, 0) 0%, rgb(233, 251, 244) 70%);
    position: absolute;
    z-index: -1;
    right: 0;
  }
  h1 {
    font-size: 2rem;
  }
  main .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
  }
  main .nav-tabs .nav-item {
    white-space: nowrap;
  }
  main .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  #academy .lesson-detail section * {
    width: 80%;
  }
}
/* Greater than LG */
@media (min-width: 992px) {
  nav {
    height: 100vh;
    overflow-y: auto;
  }
}
/* Small Heights */
@media (max-height: 785px) and (min-width: 992px) {
  nav .btn.upgrade {
    margin-bottom: 3rem;
  }
  nav .navbar-brand img {
    margin-bottom: 1rem;
  }
  nav ul li a {
    padding: 0.75rem;
  }
  nav .navbar-collapse {
    margin-top: 2rem;
  }
  .navbar.navbar-expand-lg.pt-lg-5 {
    padding-top: 2rem !important;
  }
}
