﻿/*COLORS*/
/*COLORS*/
.mn-button-base, .mn-btn-action-pro, .mn-btn-blank, .mn-btn-purchase, .mn-btn-action-third-party, .mn-btn-action-cart-inverse, .mn-btn-action-cart {
  font-family: "ProximaNova";
  font-size: 18px !important;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  background-image: none;
  outline: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 50px;
}

.mn-btn-action-inverse {
  border: solid 1px #0272b3;
  background: white;
  color: #0272b3;
}
.mn-btn-action-inverse:hover {
  background: #0272b3;
  color: white;
}
.mn-btn-action-inverse:hover i {
  color: white !important;
}

.mn-btn-action-inverse-static {
  border: solid 1px #0272b3;
  background: white;
  color: #0272b3;
}
.mn-btn-action-inverse-static:hover {
  box-shadow: inset 0 0 0 1px #0272b3;
}

.mn-btn-submit {
  font-weight: bold;
  color: white;
  border: none;
  background: #A2BC35;
}
.mn-btn-submit:hover {
  background: #94ac31;
}

.mn-btn-submit-inverse {
  border: solid 1px #A2BC35;
  background: white;
  font-weight: 500;
  color: #A2BC35;
}
.mn-btn-submit-inverse:hover {
  background: #A2BC35;
  color: white;
}
.mn-btn-submit-inverse:hover i {
  color: white !important;
}

.mn-btn-submit-inverse-static {
  border: solid 1px #A2BC35;
  background: white;
  font-weight: 500;
  color: #A2BC35;
}
.mn-btn-submit-inverse-static:hover {
  box-shadow: inset 0 0 0 1px #A2BC35;
}

.mn-btn-action {
  background: #0272b3;
  border: none;
  color: white;
}
.mn-btn-action:hover, .mn-btn-action:focus {
  background: #02659f;
  color: white !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.mn-btn-action:hover i, .mn-btn-action:focus i {
  color: white !important;
}

.mn-btn-action-cart {
  background: #FF9D00;
  border: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.mn-btn-action-cart:hover {
  background: #eb9000;
  color: white !important;
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.mn-btn-action-cart:hover i {
  color: white !important;
}

.mn-btn-action-cart-inverse {
  background: white;
  border: solid 2px #FF9D00;
  color: #FF9D00;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
}
.mn-btn-action-cart-inverse:hover {
  background: #FF9D00;
  color: white !important;
}
.mn-btn-action-cart-inverse:hover i {
  color: white !important;
}

.mn-btn-action-third-party {
  background: black;
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  /* Ensure these styles are overwriten. Apple Pay button uses them too. */
  border-radius: 50px !important;
}
.mn-btn-action-third-party:hover {
  background: #767676;
  color: white !important;
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.mn-btn-action-third-party:hover i {
  color: white !important;
}

.mn-btn-purchase {
  font-weight: 600;
  background-color: #FF9D00;
  border: none;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
.mn-btn-purchase:hover {
  box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .mn-btn-purchase {
    width: 100%;
    margin-top: 15px;
  }
}

.mn-btn-blank {
  background: #fff;
  border: none;
  color: #0272b3;
}
.mn-btn-blank:hover {
  color: #0272b3;
}
.mn-btn-blank:focus {
  color: #0272b3;
  text-decoration: none;
}

.mn-btn-action-pro {
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 500 !important;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  color: #388E6A;
  white-space: nowrap;
  width: 100%;
  border: solid 3px transparent;
  background-image: linear-gradient(to right, rgba(2, 114, 179, 0.2), rgba(162, 188, 53, 0.2)), linear-gradient(to right, rgb(2, 114, 179), rgb(162, 188, 53));
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.8) inset;
  outline: 0;
}
@media (max-width: 767px) {
  .mn-btn-action-pro {
    margin-top: 15px;
  }
}

.mn-btn-action-pro:hover {
  box-shadow: 2px 1000px 1px rgba(255, 255, 255, 0.7) inset;
}

/* TODO: Add more buttons here */
#rateAndReviewModal button.close:hover, #rateAndReviewModal button.close:focus {
  color: red !important;
}

.mn-btn-action-inverse, .mn-btn-submit, .mn-btn-action, .mn-btn-action-inverse-static, .mn-btn-blank, .mn-btn-submit-inverse, .mn-btn-submit-inverse-static, .mn-btn-purchase {
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  outline: 0;
}

/* Can be removed once we fully move to new style buttons. */
.mn-btn-submit-gradient-or-line {
  margin-bottom: 15px !important;
}

/* Use this for buy now action but never add styles to it. */
/*COLORS*/
.pro-plan-container-2021 {
  max-width: 800px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .pro-plan-container-2021 {
    margin-top: -110px;
    margin-bottom: 62px;
  }
  .pro-plan-container-2021 > .row {
    display: flex;
  }
  .pro-plan-container-2021 > .row > .col-md-6 {
    align-items: stretch;
  }
}

.pro-plan-card-2021 {
  text-align: center;
  height: 100%;
  margin-bottom: -30px;
  margin-top: 20px;
}
.pro-plan-card-2021 .flag {
  font-weight: bold;
  min-height: 28px;
  padding-top: 6px;
}
.pro-plan-card-2021 .contents {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  border: 1px solid #cccccc;
  padding: 24px 32px;
  background-color: white;
  height: 100%;
}
.pro-plan-card-2021 h3 {
  margin-top: 0;
  color: #0272b3;
  font-size: 25px;
}
.pro-plan-card-2021 .pricing-top {
  min-width: 140px;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #cccccc;
  padding: 16px 0;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 16px;
}
.pro-plan-card-2021 .pricing-bottom {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: bold;
}
.pro-plan-card-2021 ul {
  text-align: left;
}
.pro-plan-card-2021 ul li {
  font-size: 14px;
  margin-bottom: 14px;
}
.pro-plan-card-2021 ul li .fa-check-circle {
  color: #A2BC35;
}
.pro-plan-card-2021 .alert-info {
  text-align: center;
  border-color: #0272b3;
  color: #0272b3;
  background-color: #f0f7fb;
  padding: 8px;
  margin-top: 8px;
}
.pro-plan-card-2021 .alert-info h4 {
  font-size: 14px;
  margin: 0 0 7px 0;
  font-weight: bold;
}
.pro-plan-card-2021 .price-orig {
  color: #666666;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.pro-plan-card-2021 .price-sale {
  color: #d9534f;
}
.pro-plan-card-2021 .pricing-hide {
  display: none;
}
.pro-plan-card-2021 .pricing-toggle-link, .pro-plan-card-2021 .pricing-toggle-link-plus {
  color: black;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.pro-plan-card-2021 .disclaimer {
  margin-bottom: 12px;
}

.pro-premium-card-2021 .flag {
  background-color: #A2BC35;
  color: white;
}
.pro-premium-card-2021 .contents {
  border: 1px solid #A2BC35;
}
@media screen and (max-width: 991px) {
  .pro-premium-card-2021 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  max-width: 312px;
  width: 100%;
  display: block;
  background-color: #A2BC35;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px;
}

.btn-primary:hover {
  background-color: #90a82b;
  box-shadow: none;
}

.btn-primary:disabled,
.btn-primary[disabled],
.btn-current-plan,
.btn-current-plan:hover,
.btn-current-plan:focus {
  background: #fff;
  border: 1px solid #A2BC35;
  color: #A2BC35;
  cursor: default;
}

#pro-toggle-buttons {
  text-align: center;
  margin-top: -25px;
  /*Matches the space above the button created by #pro-premium-card top:-14px;*/
  margin-bottom: 50px;
}
#pro-toggle-buttons .monthly-yearly-toggle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#pro-toggle-buttons .monthly-yearly-toggle .btn {
  border: 1px #22313f solid;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 20px;
  width: 100px;
}
#pro-toggle-buttons .monthly-yearly-toggle .btn.active, #pro-toggle-buttons .monthly-yearly-toggle .btn.active:hover {
  color: #fff;
  background-color: #22313f;
}
#pro-toggle-buttons .monthly-yearly-toggle .btn:hover {
  background-color: #e6e6e6;
}
#pro-toggle-buttons .pro-header-buttons {
  text-align: right;
}

#pro-toggle-buttons-square {
  margin-bottom: 30px;
}
#pro-toggle-buttons-square .monthly-yearly-toggle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#pro-toggle-buttons-square .monthly-yearly-toggle .btn {
  border: 1px #22313f solid;
  box-shadow: none;
  padding: 7px 20px;
  border-radius: 0px;
  text-align: center;
}
@media (min-height: 640px) {
  #pro-toggle-buttons-square .monthly-yearly-toggle .btn {
    font-size: 17px;
  }
}
@media (max-height: 640px) {
  #pro-toggle-buttons-square .monthly-yearly-toggle .btn {
    font-size: 13px;
  }
}
#pro-toggle-buttons-square .monthly-yearly-toggle .btn.active, #pro-toggle-buttons-square .monthly-yearly-toggle .btn.active:hover {
  color: #fff;
  background-color: #22313f;
}
#pro-toggle-buttons-square .monthly-yearly-toggle .btn:hover {
  background-color: #e6e6e6;
}
#pro-toggle-buttons-square .pro-header-buttons {
  text-align: right;
}
#pro-toggle-buttons-square .pro-toggle-heading {
  font-weight: 800;
  line-height: 100%;
}

#pro-pack-card-container {
  max-width: 500px;
  position: relative;
  margin-bottom: 0px;
}
#pro-pack-card-container #pro-pack-disabled-button {
  background-color: #cccccc;
  color: #666666;
}
#pro-pack-card-container #pro-credit-pack-disabled-text {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  #pro-pack-card-container {
    margin-bottom: 110px;
  }
  #pro-pack-card-container > .row {
    display: flex;
  }
  #pro-pack-card-container > .row > .col-md-6 {
    align-items: stretch;
  }
}

.pro-pack-card {
  width: 220px;
  height: 376px;
  border-radius: 10px;
  opacity: 1;
  text-align: center;
  margin-bottom: 30px;
}

.pro-pack-content {
  padding: 15px;
}

.pro-pack-card-active {
  border: 5px solid #0272b3;
  background-color: #d1e6f1;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
}
.pro-pack-card-active .pro-card-pack-title {
  background-color: #0272b3;
  color: white;
  font-size: 9px;
  text-align: center;
  letter-spacing: 3px;
  margin: 0px 0px 15px 0px;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}
.pro-pack-card-active .credit-pack-count {
  font-size: 70px;
  color: #0272b3;
  font-weight: 800;
}
.pro-pack-card-active .credit-label, .pro-pack-card-active .credit-pack-price {
  color: #0272b3;
  display: block;
}
.pro-pack-card-active .credit-pack-price {
  font-size: 24px;
}
.pro-pack-card-active .credit-label {
  font-size: 30px;
}
@media screen and (max-width: 766px) {
  .pro-pack-card-active {
    margin: unset;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.inactive-pro-pack-row {
  height: 40%;
  padding: 15px;
  display: block;
}

.pro-pack-card-inactive {
  background-color: #efefef;
  color: #444444;
  border: 5px solid #999999;
  width: 220px;
}
.pro-pack-card-inactive .inactive-pro-card-text {
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  .pro-pack-card-inactive {
    margin: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

#pro-plus-card, #pro-educator-card {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  background-color: white;
  position: relative;
  padding-bottom: 10px;
  /*BORDER*/
  border-color: #dddddd;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  height: auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  /*JOIN NOW*/
}
#pro-plus-card .pro-card-title, #pro-educator-card .pro-card-title {
  height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding-top: 18px;
  border-bottom: #dddddd 2px solid;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#pro-plus-card .pro-card-title b, #pro-educator-card .pro-card-title b {
  font-weight: 900;
}
#pro-plus-card .pro-plus-features-bar, #pro-educator-card .pro-plus-features-bar {
  width: 585px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pro-plus-card .pro-plus-features-bar .row, #pro-educator-card .pro-plus-features-bar .row {
  height: 25px;
}
#pro-plus-card .pro-plus-features-bar .pro-plus-feature-box:before, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  color: #A2BC35;
  font-family: "FontAwesome";
  float: left;
  padding: 6px 10px 10px 10px;
  font-size: 16px;
  height: inherit;
}
#pro-plus-card .pro-plus-features-bar .pro-plus-feature-box, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box {
  font-size: 12px;
}
#pro-plus-card .pro-plus-features-bar .pro-plus-feature-box p, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box p {
  overflow: hidden;
}
#pro-plus-card .pro-plus-features-bar .pro-plus-feature-box span, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -6px;
  padding-top: 5px;
}
#pro-plus-card #pro-plus-join-now, #pro-plus-card #por-educator-join-now, #pro-plus-card .pro-call-to-action, #pro-educator-card #pro-plus-join-now, #pro-educator-card #por-educator-join-now, #pro-educator-card .pro-call-to-action {
  margin-left: auto;
  margin-right: auto;
}
#pro-plus-card #pro-plus-join-now h4, #pro-plus-card #por-educator-join-now h4, #pro-plus-card .pro-call-to-action h4, #pro-educator-card #pro-plus-join-now h4, #pro-educator-card #por-educator-join-now h4, #pro-educator-card .pro-call-to-action h4 {
  font-size: 18px;
  font-weight: 600;
  color: #22313f;
  margin-top: 10px;
  text-align: center;
}
#pro-plus-card #pro-plus-join-now h4 .pro-plus-original-price, #pro-plus-card #pro-plus-join-now h4 .pro-plus-original-price, #pro-plus-card #por-educator-join-now h4 .pro-plus-original-price, #pro-plus-card #por-educator-join-now h4 .pro-plus-original-price, #pro-plus-card .pro-call-to-action h4 .pro-plus-original-price, #pro-plus-card .pro-call-to-action h4 .pro-plus-original-price, #pro-educator-card #pro-plus-join-now h4 .pro-plus-original-price, #pro-educator-card #pro-plus-join-now h4 .pro-plus-original-price, #pro-educator-card #por-educator-join-now h4 .pro-plus-original-price, #pro-educator-card #por-educator-join-now h4 .pro-plus-original-price, #pro-educator-card .pro-call-to-action h4 .pro-plus-original-price, #pro-educator-card .pro-call-to-action h4 .pro-plus-original-price {
  text-decoration: line-through;
  opacity: 0.6;
}
#pro-plus-card #pro-plus-join-now h4 .pro-plus-sale-price, #pro-plus-card #pro-plus-join-now h4 .pro-plus-sale-price, #pro-plus-card #por-educator-join-now h4 .pro-plus-sale-price, #pro-plus-card #por-educator-join-now h4 .pro-plus-sale-price, #pro-plus-card .pro-call-to-action h4 .pro-plus-sale-price, #pro-plus-card .pro-call-to-action h4 .pro-plus-sale-price, #pro-educator-card #pro-plus-join-now h4 .pro-plus-sale-price, #pro-educator-card #pro-plus-join-now h4 .pro-plus-sale-price, #pro-educator-card #por-educator-join-now h4 .pro-plus-sale-price, #pro-educator-card #por-educator-join-now h4 .pro-plus-sale-price, #pro-educator-card .pro-call-to-action h4 .pro-plus-sale-price, #pro-educator-card .pro-call-to-action h4 .pro-plus-sale-price {
  color: #d9534f;
}
#pro-plus-card #pro-plus-join-now .pricing-toggle-link, #pro-plus-card #por-educator-join-now .pricing-toggle-link, #pro-plus-card .pro-call-to-action .pricing-toggle-link, #pro-educator-card #pro-plus-join-now .pricing-toggle-link, #pro-educator-card #por-educator-join-now .pricing-toggle-link, #pro-educator-card .pro-call-to-action .pricing-toggle-link {
  color: black;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 10px;
}

#pro-pack-card {
  margin-bottom: 50px;
}

#pro-educator-card {
  margin-top: 50px;
}
#pro-educator-card .btn-primary {
  margin-top: 15px;
}

#introducing-pro-credits .pro-credits-lanyard-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#introducing-pro-credits .pro-credits-lanyard-container img {
  margin-left: 50px;
  margin-top: -15px;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb {
  text-align: center;
  font-size: 22px;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .pro-credits-title {
  color: #226FB6;
  font-size: 24px;
  font-weight: 700;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .pro-credits-title b {
  font-weight: 900;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .title-with-lanyard {
  padding-top: 42px;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .title-without-lanyard {
  padding-top: 0px;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb p {
  overflow: hidden;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .disclaimer {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  padding: 15px;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb .disclaimer sup {
  top: -0.3em;
}
#introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb sup {
  font-size: xx-small;
  top: -0.4em;
}
@media (max-width: 766px) {
  #introducing-pro-credits {
    margin-top: -15px;
  }
}

#disclaimer {
  padding: 15px;
}

@media (max-width: 766px) {
  #pro-premium-card {
    top: unset;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  #pro-premium-card .pro-card-major-features-bar {
    padding: 5px 0 10px 15px;
  }
  #pro-premium-card .pro-card-major-features-bar .pro-major-feature-box:before {
    padding: 0px 10px 0px 0px;
  }
  #pro-premium-card .pro-card-other-features-bar .row {
    height: unset;
  }
  #pro-premium-card .pro-card-other-features-bar .pro-other-feature-box:before {
    padding: 5px 5px 0px 0px;
  }
  #pro-premium-card .pro-card-other-features-bar .pro-other-feature-box {
    margin-top: 2px;
  }
  #pro-toggle-buttons {
    margin-top: 25px;
  }
  #pro-plus-card, #pro-educator-card, #pro-pack-card {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  #pro-plus-card .pro-plus-features-bar, #pro-educator-card .pro-plus-features-bar, #pro-pack-card .pro-plus-features-bar {
    width: unset;
  }
  #pro-plus-card .pro-plus-features-bar .row, #pro-educator-card .pro-plus-features-bar .row, #pro-pack-card .pro-plus-features-bar .row {
    height: unset;
  }
  #pro-plus-card .pro-plus-features-bar .pro-plus-feature-box:before, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box:before, #pro-pack-card .pro-plus-features-bar .pro-plus-feature-box:before {
    padding: 5px 5px 0px 0px;
  }
  #pro-plus-card .pro-plus-features-bar .pro-plus-feature-box, #pro-educator-card .pro-plus-features-bar .pro-plus-feature-box, #pro-pack-card .pro-plus-features-bar .pro-plus-feature-box {
    margin-top: 2px;
  }
}
@media (max-width: 320px) {
  #pro-premium-card .pro-card-title {
    height: unset;
    padding-top: unset;
  }
  #pro-premium-card .pro-card-title-feature {
    height: unset;
    line-height: 1.2;
  }
  #pro-premium-card .pro-major-feature-box p {
    overflow: hidden;
  }
}
/*PRO HEADER*/
#pro-header {
  width: 100%;
  background-color: #ebebeb;
  color: #22313f;
}
#pro-header h2, #pro-header .h2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}
#pro-header p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 45px;
  margin-top: 20px;
  line-height: 115%;
}
#pro-header .pro-header-banner {
  background: #ebebeb;
  background-image: url("/images/pro/pro-background.jpg");
  background-position: center;
  height: 410px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
#pro-header .pro-header-banner .pro-header-images {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
#pro-header .pro-header-banner .pro-header-images .pro-header-logo {
  position: relative;
  z-index: 1;
}
#pro-header .pro-header-banner .pro-header-pitch {
  color: white;
  z-index: 1;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#pro-header .pro-header-banner:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: inherit;
  background-color: #0272b3;
  background-image: linear-gradient(to right, #0272b3, #A2BC35);
  opacity: 0.85;
}

#pro-for-educators h4, #pro-for-educators .h4 {
  color: #0272b3;
}

#pro-content .row {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1215686275);
  background-color: white;
  margin-bottom: 40px;
}
#pro-content h2, #pro-content .h2 {
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 100px;
  font-size: 40px;
}
#pro-content h3, #pro-content .h3 {
  font-weight: 700;
  color: #0272b3;
  max-width: 600px;
  margin-top: 0px;
}
#pro-content h3 sup, #pro-content .h3 sup {
  font-size: xx-small;
  top: -0.8em;
}

h2, .h2 {
  letter-spacing: 0px;
  font-weight: 400;
}
h2 span, .h2 span {
  font-weight: 700 !important;
}

#pro-testimonies {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 50px;
}
#pro-testimonies .round-thumbnail {
  display: none;
  border-radius: 1000px;
  max-width: 120px;
  margin: 0 auto;
}
#pro-testimonies .bg-watermark {
  max-width: 500px;
  position: absolute;
  right: -210px;
  opacity: 0.05;
  z-index: -1;
  /*@media (max-width:1024px) {
          display: none;
      }*/
}
#pro-testimonies h4, #pro-testimonies .h4 {
  color: #0272b3;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
}
#pro-testimonies .testimonial-descriptor {
  margin-bottom: 10px;
  font-weight: 600;
}
#pro-testimonies p {
  margin-bottom: 40px;
}
#pro-testimonies h2, #pro-testimonies .h2 {
  font-weight: 700;
  max-width: 500px;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 70px;
}
#pro-testimonies h2::before, #pro-testimonies .h2::before {
  content: "\f10e";
  display: block;
  font-family: fontawesome;
  color: #3070b6;
  opacity: 0.15;
  position: absolute;
  font-size: 150px;
  z-index: -1;
  top: -10px;
}

#pro-cta {
  text-align: center;
  padding: 40px;
}

#pro-faq {
  width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  /* Fun little bug in bootstrap 3, accordion is dependent on the .panel class when using the data-parent attribute, 
  so we have to include the panel class and unset all styles on it so we don't notice it.
  https://stackoverflow.com/questions/19425165/bootstrap-accordion-button-toggle-data-parent-not-working
  */
}
#pro-faq h3, #pro-faq .h3 {
  font-size: 30px;
  color: #22313f;
  font-weight: 600;
  margin-bottom: 35px;
}
#pro-faq .panel {
  all: unset;
}
#pro-faq .card {
  width: 680px;
  margin-bottom: 20px;
}
#pro-faq .card .card-header {
  background-color: #ebebeb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#pro-faq .card .card-header h5, #pro-faq .card .card-header .h5 {
  padding-bottom: 7px;
  margin-bottom: 0px;
}
#pro-faq .card .card-body {
  font-size: 16px;
  margin-top: 0px;
  padding: 25px 15px 30px 15px;
  border: 1px solid #ebebeb;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#pro-faq .card .mb-0 > button {
  display: block;
  position: relative;
  width: 100%;
  white-space: normal;
}
#pro-faq .card .mb-0 > button:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
}
#pro-faq .card .mb-0 > button.expanded:after {
  content: "\f077"; /* fa-chevron-up */
}
#pro-faq .card sup {
  font-size: xx-small;
}
#pro-faq .card, #pro-faq .btn {
  text-align: left;
  color: #22313f;
  text-decoration: none;
  font-size: 17px;
}

#pro-for-educators {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
}
#pro-for-educators h4, #pro-for-educators .h4 {
  color: #0272b3;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#pro-for-educators .pro-for-educators-subitem {
  margin-bottom: 20px;
}
#pro-for-educators p {
  margin-bottom: 40px;
}
#pro-for-educators .btn {
  max-width: 312px;
  width: 100%;
  display: block;
  background-color: #A2BC35;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 10px;
}
#pro-for-educators .btn:hover {
  background-color: #90a82b;
  box-shadow: none;
}
#pro-for-educators sup {
  font-size: xx-small;
  top: -0.3em;
}

#pro-for-educators-thanks {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 50px;
}
#pro-for-educators-thanks h4, #pro-for-educators-thanks .h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#disclaimer {
  margin-bottom: 15px;
}
#disclaimer h5, #disclaimer .h5 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
#disclaimer sup {
  font-size: xx-small;
}

.container-fluid.pro-container {
  max-width: 920px;
  padding: 0;
}
.container-fluid.pro-container.with-premium {
  max-width: 1280px;
}
.container-fluid.pro-container .col-sm-12 {
  padding: 0;
}

@media (max-width: 1024px) {
  #pro-content h3, #pro-content .h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #pro-testimonies .bg-watermark {
    display: none;
  }
}
@media (max-width: 766px) {
  #pro-header p {
    font-size: 15px;
  }
  #pro-header .pro-header-banner {
    height: 320px;
  }
  #pro-header .pro-header-banner .pro-header-images .pro-header-logo {
    padding: 0 30px;
  }
  #introducing-pro-credits {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  #introducing-pro-credits .pro-credits-lanyard-container {
    width: unset;
    overflow: hidden;
  }
  #introducing-pro-credits .pro-credits-lanyard-container img {
    max-width: 200px;
    margin: 0 auto;
  }
  #introducing-pro-credits .pro-credits-lanyard-container .pro-credits-blurb {
    padding-top: unset;
  }
  #pro-for-educators {
    margin-left: 15px;
    margin-right: 15px;
  }
  #pro-content h3, #pro-content .h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #pro-content p {
    margin-bottom: 20px;
  }
  #pro-faq {
    width: 100%;
  }
  #disclaimer {
    margin-top: 20px;
  }
}
@media (max-width: 565px) {
  #pro-header .pro-header-banner {
    height: 330px;
  }
}
@media (max-width: 414px) {
  #pro-header .pro-header-banner {
    height: 350px;
  }
}
@media (max-width: 320px) {
  #pro-header .pro-header-banner {
    height: 365px;
  }
}
.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}
