

@charset "UTF-8";

body{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.general-wrapper{
  flex: 1;
}

.print-only{
  display: none;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

/*  */
.checkout-newsletter-block p, .checkout-newsletter-block .checkbox {
  font-size:17px !important;
}

.mobile-text-title {
  font: 900 38px/40px "sofia-pro", sans-serif;
}

.mobile-h1 {
  font: 900 32px "sofia-pro", sans-serif;
}

.mobile-h2 {
  font: 900 26px "sofia-pro", sans-serif;
}

.mobile-h3 {
  font: 900 22px "sofia-pro", sans-serif;
}

.mobile-h4 {
  font: 900 19px "sofia-pro", sans-serif;
}

.mobile-h5 {
  font: 900 16px "sofia-pro", sans-serif;
}

.mobile-h6 {
  font: 400 12px "sofia-pro", sans-serif;
}

.mobile-text-small {
  font: 12px "sofia-pro", sans-serif;
}

.mobile-text-body {
  font: 14px "sofia-pro", sans-serif;
}

.mobile-p {
  font: 14px "sofia-pro", sans-serif;
  line-height: 1.65em;
}

.mobile-label {
  font: 700 10px "sofia-pro", sans-serif;
}

.mobile-text-article {
  font: 400 14px/1.65em "jubilat";
}

.mobile-subtitle-small {
  font: 500 16px "jubilat";
}

.mobile-subtitle-large {
  font: 500 18px "jubilat";
}

.mobile-blockquote-small {
  font: italic 300 16px "jubilat";
  padding-left: 20px;
  line-height: 1.45em;
}

.mobile-blockquote-large {
  font: italic 500 18px "jubilat";
  padding-left: 20px;
  line-height: 1.4em;
}

.mobile-blockquote-small::before, .mobile-blockquote-large::before {
  content: url("../images/icons/quotes-open-small-blue.svg");
  position: relative;
  line-height: 0;
  top: -1px;
  margin-right: -18px;
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .text-title {
    font-family: "sofia-pro", sans-serif !important;
    font-weight: 900;
    font-size: 38px !important;
    line-height: 40px !important;
    color: #305277 !important;
  }
  
  .course-sales-wrapper .hero-text-bg .h1 {
    color: #FFF !important;
  }
  
  h1, .h1 {
    font-size: 32px !important;
    font-weight: 900;
    line-height: 1.2em;
    color: #305277 !important;
  }
  h2, .h2 {
    font-size: 26px !important;
    font-weight: 900;
    line-height: 1.2em;
    color: #305277 !important;
  }
  h3, .h3 {
    font-size: 22px !important;
    font-weight: 900;
    color: #305277 !important;
  }
  h4, .h4 {
    font-size: 19px !important;
    font-weight: 900;
    color: #305277 !important;
  }
  h5, .h5 {
     font-size: 16px !important;
    font-weight: 900;
    color: #305277 !important;
  }
  h6, .h6 {
     font-size: 12px !important;
    font-weight: 400;
    color: #305277 !important;
  }
  .text-small {
     font-size: 12px !important;
    color: #64717F !important;  
  }
  .text-body {
     font-size: 16px !important;
    color: #64717F !important;  
  }
  p, .p {
    font-size: 16px !important;
    line-height: 1.65em;
	color: #64717F !important;  
  }
  .label {
     font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.7px !important;
    color: #305277 !important;
  }
  .text-article {
    font-family: "jubilat" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.4px !important;
    line-height: 1.65em !important;
    color: #64717F !important;
  }
  .blockquote-small {
    font-family: "jubilat" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    font-style: italic !important;
    padding-left: 20px !important;
    line-height: 1.45em !important;
  }
   .blockquote-small p{
    font-family: "jubilat" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    font-style: italic !important;
    padding-left: 20px !important;
    line-height: 1.45em !important;
  }
  
  .blockquote-simple {
    font-family: "jubilat" !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-style: italic !important;
  }
  .blockquote-large, .quote-1{
    font-family: "jubilat" !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-style: italic !important;
    padding-left: 20px !important;
    line-height: 1.4em !important;
  }
  .blockquote-alt {
    font: italic normal 18px/142% "jubilat" !important;
  }
  .blockquote-alt::before, .blockquote-alt::after{
    font: italic normal 18px/0px "Abril Fatface" !important;
  }
  .blockquote-small::before, .blockquote-large::before, .quote-1::before {
    content: url("../images/icons/quotes-open-small-blue.svg") !important;
    position: relative !important;
    line-height: 0 !important;
    top: -1px !important;
    margin-right: -18px !important;
    right: 20px !important;
  }
  .subtitle-small {
    font-family: "jubilat" !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #305277 !important;
  }
  .subtitle-large {
    font-family: "jubilat" !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #305277 !important;
  }
}
 
.mc-checkbox{
  list-style: none;
  margin:0px 0px 10px 0px;
  padding: 0px;
}

.text-input {
  height: 50px;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  border: solid 1px #EBEDEF;
  color: #101C2A;
  font-size: 14px;
  outline: none;
}

.text-input::-webkit-input-placeholder {
  color: #A8AEB7;
}

.text-input:-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input::-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input::placeholder {
  color: #A8AEB7;
}

.text-input:disabled {
  background-color: #EBEDEF;
}

.text-input-focus, .text-input:focus {
  height: 50px;
  border-radius: 8px;
  padding-left: 10px;
  background-color: white;
  border: solid 2px #2BA9DB;
  border-width: 2px !important;
  color: #101C2A;
  font-size: 14px;
  outline: none;
}

.text-input-focus::-webkit-input-placeholder {
  color: #A8AEB7;
}

.text-input-focus:-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-focus::-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-focus::placeholder {
  color: #A8AEB7;
}

.text-input-disabled {
  height: 50px;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  border: solid 1px #EBEDEF;
  color: #101C2A;
  font-size: 14px;
}

.text-input-disabled::-webkit-input-placeholder {
  color: #A8AEB7;
}

.text-input-disabled:-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-disabled::-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-disabled::placeholder {
  color: #A8AEB7;
}

.text-input:invalid {
  height: 50px;
  border-radius: 8px;
  padding-left: 10px;
  background-color: white;
  border: solid 1px #E9586B;
  color: #101C2A;
  font-size: 14px;
  outline: none;
}

.text-input-error::-webkit-input-placeholder {
  color: #A8AEB7;
}

.text-input-error:-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-error::-ms-input-placeholder {
  color: #A8AEB7;
}

.text-input-error::placeholder {
  color: #A8AEB7;
}

.input-clear-btn {
  display: none;
  position: absolute;
  top: 75px;
  right: 43px;
  font-size: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-style: normal;
  color: #666D6E;
}

.input-clear-btn input::-ms-clear {
  /* Remove IE default X */
  display: none;
}

input.text-input:focus ~ .input-clear-btn {
  color: #2BA9DB;
}

input.text-input:invalid ~ .input-clear-btn {
  color: #DA5343;
}

label {
  font-family: "sofia-pro", sans-serif;
  color: #64717F;
  font-size: 16px;
  line-height: 20px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #64717F;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #666D6E;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #2BA9DB;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked + label:before {
  border-color: #2BA9DB;
}

[type="radio"]:disabled + label:before {
  border-color: #b8b8b8;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #666D6E;
  border-radius: 15%;
  background: #fff;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  background-color: #2BA9DB;
  display: block;
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked) + label:after {
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  display: block;
}

[type="checkbox"]:checked + label:before {
  border-color: #2BA9DB;
  background: #2BA9DB;
}

[type="checkbox"]:disabled + label:before {
  border-color: #A1A5A5;
}

.text-area {
  font-size: 16px;
  line-height: 26px;
  padding: 20px;
  background-color: white;
  border: solid 1px #EBEDEF;
  border-radius: 12px;
  color: #101C2A;
}

.text-area::-webkit-input-placeholder {
  color: #A8AEB7;
}

.text-area:-ms-input-placeholder {
  color: #A8AEB7;
}

.text-area::-ms-input-placeholder {
  color: #A8AEB7;
}

.text-area::placeholder {
  color: #A8AEB7;
}

select {
  -webkit-appearance: none;
  height: 50px;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  border: solid 1px #EBEDEF;
  color: #101C2A;
  font-size: 14px;
  width: 100%;
}

.input-form-error-message {
  color: red;
  font-size: 14px;
}

.announcement-bar {
  height: 45px;
}

.announcement-bar p {
  color: white;
  font-family: "sofia-pro";
  font-size: 15px;
}

.announcement-bar .close-btn {
  float: right;
  margin-top: 5px;
}

.nav-dropdown {
  width: 152px;
  border: 1px solid #EBEDEF;
  height: 41px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "sofia-pro";
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  padding-bottom: 2px;
}

.nav-dropdown .arrow {
  font-size: 10px;
  color: #2BA9DB;
  margin-left: 6px;
  margin-top: 2px;
}

.nav-link-left-side {
  font-family: "sofia-pro";
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  cursor: pointer;
}

.vertical-line {
  width: 1px;
  height: 32px;
  background-color: #EBEDEF;
}

.nav-link-right-side {
  font-family: "sofia-pro";
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 900;
}

.nav-link-right-side-section {
  font-family: "sofia-pro";
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

nav {
  position: relative;
}

nav li {
  height: 73px;
}

nav li .item-name:hover {
  cursor: pointer;
  text-decoration: underline;
}

nav li .item-name {
  color: red;
}

nav button {
  background: none;
  border: none;
}

.display-dropdown {
  height: 100% !important;
  width: 100% !important;
  list-style: none;
}

.display-dropdown .item {
  padding-left: 10px;
  height: 40px;
  background-color: #F8F8F8;
}

nav .col-4 ul {
  list-style: none;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  display: block;
  text-decoration: none;
  float: left;
}

nav ul li:hover > ul {
  display: block;
}

nav ul ul {
  padding: 0;
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  top: 93px;
  left: 0px;
}

.dropdown-container {
  background-color: white;
  padding-left: 25px;
  padding-top: 22px;
  padding-bottom: 29px;
  padding-right: 25px;
}

.dropdown-container .holder {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #F8F8F8;
  height: 40px;
}

.dropdown-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  width: 100%;
}

.dropdown-container .item img {
  width: 25px;
  height: 25px;
  -o-object-fit: initial;
     object-fit: initial;
  margin-right: 10px;
}

.dropdown-container .item .contact {
  height: 130px;
  width: 118px;
}

.dropdown-container p {
  font-size: 18px;
  margin: 0px;
  padding-left: 20px;
}

.dropdown-container h4 {
  padding-left: 10px;
}

.dropdown-container .item-contact-large {
  width: 100%;
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
  border: 1px solid #CBD8F0;
  height: 175px;
}

.dropdown-container .item-contact-large .contact {
  -o-object-fit: cover;
     object-fit: cover;
  height: 175px;
  width: 120px;
}

.dropdown-container .item-contact-large p {
  font-size: 18px;
  margin: 0px;
}

.dropdown-container .item-contact-large .contact-p {
  width: 100%;
  padding: 0px;
  height: 130px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}

.dropdown-container .item-contact-large .contact-p .line-1 {
  font-size: 17px;
  letter-spacing: 0.1px;
  font-weight: 600;
}

.dropdown-container .item-contact-large .contact-p .line-2 {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 200;
}

.dropdown-container .item-contact-large .contact-p .line-3 {
  font-size: 18px;
  letter-spacing: 0.1px;
  font-weight: bold;
}

.dropdown-container .item-contact {
  padding: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px !important;
  border: 1px solid #CBD8F0;
  height: 130px;
}

.dropdown-container .item-contact .contact {
  -o-object-fit: cover;
     object-fit: cover;
  height: 130px;
  width: 120px;
}

.dropdown-container .item-contact p {
  font-size: 18px;
  margin: 0px;
}

.dropdown-container .item-contact .contact-p {
  width: 100%;
  padding: 0px;
  height: 130px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}

.dropdown-container .item-contact .contact-p .line-1 {
  font-size: 17px;
  letter-spacing: 0.1px;
  font-weight: 600;
}

.dropdown-container .item-contact .contact-p .line-2 {
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
  font-weight: 200;
}

.dropdown-container .item-contact .contact-p .line-3 {
  font-size: 18px;
  letter-spacing: 0.1px;
  font-weight: bold;
}

.dropdown-section-layout .title-weight {
  font-weight: 300 !important;
  padding-bottom: 10px;
}

.dropdown-section-layout .menu-holder {
  margin-top: 40px;
}

.dropdown-section-layout hr {
  padding: 0px;
}

.guidance-bar {
  margin-top: 50px;
}

.menu-item-list ul {
  list-style: none;
  padding: 0px;
}

.menu-item-list ul li {
  margin-bottom: 16px;
}

.menu-item-list ul li a {
  color: #305277 !important;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.menu-item-list-most-viewed ul {
  list-style: none;
  padding: 0px;
}

.menu-item-list-most-viewed ul li {
  margin-bottom: 6px;
}

.menu-item-list-most-viewed ul li a {
  color: #305277 !important;
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.course-nav .logo-img {
  max-width: 179px;
}

.main-container {
  max-width: 893px;
}

.sidebar-container {
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  .sidebar-container {
    max-width: 100%;
  }
}

.faq-card {
  border-style: none !important;
  border-bottom-style: solid !important;
  border: 2px;
  border-color: #F1F1F2;
  padding: 21px 35px 21px 30px !important;
  margin: 0 !important;
}

.faq-card .accordion-title {
  display: block !important;
}

.faq-card .accordion-title > a:before {
  float: right !important;
  content: "";
  padding-right: 5px;
  opacity: 0.5;
  background-image: url("../images/icons/close-gray.svg");
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.faq-card .accordion-title > button {
  background: transparent;
}
.faq-card .accordion-title > a.collapsed:before,.faq-card .accordion-title > button.collapsed:before {
  float: right !important;
  content: "";
  background-image: url("../images/icons/add-blue.svg");
  opacity: 1;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.faq-card .accordion-title > a:not(.collapsed) .faq-btn-text {
  color: #2BA9DB;
}

.faq-cards {
  border-style: none !important;
  padding: 0 !important;
  margin: 0;
}

.faq {
  padding: 0 !important;
  margin: 0 !important;
}

.faq-btn-text {
  margin-bottom: 0 !important;
  line-height: normal !important;
}

.faq-btn-text:hover .faq-btn-text:focus {
  color: #2BA9DB;
}

.faq-btn:hover .faq-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none !important;
  text-decoration: none;
}

.faq-body {
  padding: 0 !important;
  padding-top: 20px !important;
}

.testimonial-large {
  min-height: 423px;
  background: top center / contain no-repeat white;
}

.testimonial-large .open-quote {
  background: top center / contain no-repeat;
  height: 34px;
}

.testimonial-large .bg-bottom {
  width: 100%;
  position: relative;
}

.testimonial-large .carousel-controls-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #E9EBED;
  border-radius: 50%;
}

.testimonial-large .carousel-controls-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #E9EBED;
  border-radius: 50%;
}

.testimonial-large .carousel-controls-next .blue-circle {
  position: absolute;
  width: 80px;
  height: 80px;
}

.testimonial-large .carousel-controls-next .blue-circle .arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid;
}

.testimonial-large .carousel-controls-next .blue-circle .arc-start {
  border-color: transparent transparent #2BA9DB #2BA9DB;
  -webkit-transform: rotate(287deg);
  transform: rotate(287deg);
}

.testimonial-large .carousel-controls-next .blue-circle .arc-end {
  border-color: #2BA9DB #2BA9DB transparent transparent;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

.testimonial-large .carousel-indicators {
  margin-top: 32px;
  margin-bottom: 0px;
  position: static;
}

.testimonial-large .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #D6DCE4;
}

.testimonial-large .carousel-indicators .active {
  background-color: #2BA9DB;
}

.book-showcase-section .bookshelf img {
  position: relative;
}

.book-showcase-section .bookshowcase-title {
  max-width: 660px;
  margin: auto;
}

.book-showcase-section .review-container {
  border-top: 1px solid RGBA(234, 234, 236, 1);
}

.book-showcase-section .review-container .amazon-reviews {
  border-right: 1px solid RGBA(234, 234, 236, 1);
}

.book-showcase-section .review-container .amazon-reviews span {
  width: 90px;
}

.book-showcase-section .review-container .review-count {
  font-size: 64px;
  font-family: "jubilat";
  color: #EA7D61;
}

.book-showcase-section .book-showcase-carousel .carousel-item .section-text {
  max-width: 320px;
}

.book-showcase-section .carousel-controls-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #E9EBED;
  border-radius: 50%;
}

.book-showcase-section .carousel-controls-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid #E9EBED;
  border-radius: 50%;
}

.book-showcase-section .carousel-controls-next .blue-circle {
  position: absolute;
  width: 80px;
  height: 80px;
}

.book-showcase-section .carousel-controls-next .blue-circle .arc {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 2px solid;
}

.book-showcase-section .carousel-controls-next .blue-circle .arc-start {
  border-color: transparent transparent #2BA9DB #2BA9DB;
  -webkit-transform: rotate(287deg);
  transform: rotate(287deg);
}

.book-showcase-section .carousel-controls-next .blue-circle .arc-end {
  border-color: #2BA9DB #2BA9DB transparent transparent;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
}

.book-showcase-section .btn {
  width: 180px;
  padding: 15px 25px;
  margin: auto;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book-showcase-section .rating {
  padding: 0px;
  margin-left: 0px;
  margin-bottom: -7px;
}

.book-showcase-section .rating li {
  display: inline-block;
  text-decoration: none;
}

.book-showcase-section .rating .empty {
  height: 28px;
  width: 28px;
  background-image: url("../images/icons/star-empty.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.book-showcase-section .rating .half-checked {
  height: 28px;
  width: 28px;
  background-image: url("../images/icons/star-half.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.book-showcase-section .rating .checked {
  height: 28px;
  width: 28px;
  background-image: url("../images/icons/star.svg");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}

.feature-card-grid .btn {
  width: 228px;
  line-height: 20px;
  height: 50px;
}

.feature-card-grid .row-bg {
  background-size: cover;
  background-position-x: right;
  background-position-y: bottom;
  border-radius: 5px;
}

.feature-card-grid p, .feature-card-grid li {
  opacity: 0.8;
}

.feature-card-grid ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
}

.feature-card-grid ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #2BA9DB;
}

.side-by-side-testimonial-section {
  min-height: 370px;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  border-radius: 5px;
}

.side-by-side-testimonial-section .carousel-item {
  min-height: 220px;
}

.side-by-side-testimonial-section .carousel-item blockquote {
  min-height: 185px;
}

.side-by-side-testimonial-section .sidebar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  bottom: 30px;
}

.side-by-side-testimonial-section .sidebar-controls .carousel-control-prev {
  position: relative;
  width: 30px;
  background-color: white;
  opacity: 1;
}

.side-by-side-testimonial-section .sidebar-controls .carousel-control-next {
  position: relative;
  width: 30px;
  background-color: white;
  opacity: 1;
}

.testimonial-sidebar {
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: contain;
  border-radius: 5px;
}

.testimonial-sidebar .sidebar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  bottom: 30px;
}

.testimonial-sidebar .sidebar-controls .carousel-control-prev {
  position: relative;
  width: 30px;
  background-color: white;
  opacity: 1;
}

.testimonial-sidebar .sidebar-controls .carousel-control-next {
  position: relative;
  width: 30px;
  background-color: white;
  opacity: 1;
}

.blockquote-small-sidebar {
  padding-left: 14px;
  font-family: "jubilat" !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  font-style: italic !important;
}

.blockquote-small-sidebar::before {
  content: '“';
  position: relative;
  font-style: italic;
  font-family: "jubilat";
  font-size: 28px;
  line-height: 0px !important;
  color: #2BA9DB !important;
  margin-left: -13px !important;
  right: 3px;
  top: 5px;
}

.blockquote-alt {
  font: italic normal 24px/142% "jubilat";
}

.blockquote-alt::before {
  content: '“';
  position: relative;
  font: italic normal 24px/0px "Abril Fatface";
  color: #2BA9DB;
  margin-left: -10px !important;
  right: 5px;
}

.blockquote-alt::after {
  content: '„';
  position: relative;
  font: italic normal 24px/0px "jubilat";
  color: #2BA9DB;
  left: 5px;
  bottom: 15px;
}

.qa-blocks .block {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}

.reminder .reminder-card {
  min-height: 116px;
  background-color: white;
  border-radius: 5px;
}

.reminder .reminder-card .reminder-icon {
  margin-top: -30px;
  margin-left: 30px;
  padding: 0px;
  margin-bottom: auto;
  margin-top: 35px;
}

.reminder .reminder-card p {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .reminder-icon img {
    width: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .reminder-icon img {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 991px) {
  .reminder-icon img {
    margin-bottom: 20px !important;
  }
}

.intro-block .card-bg {
  padding-top: 35px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: inherit;
}

.intro-block .card-bg .header {
  font-size: 22px;
  line-height: 32px;
}

.document-list .list-item {
  min-height: 65px;
  background-color: white;
  border: solid 1px RGBA(234, 234, 236, 1);
  border-radius: 5px;
}

.document-list .list-item p {
  letter-spacing: 0.4px;
}

.document-list .list-item .download-btn {
  padding-top: 5px;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  border-bottom: 2px solid #2BA9DB;
  color: #305277 !important;
}

.document-list .list-item .download-btn:hover {
  color: #305277 !important;
  border-bottom: 2px solid #64717F;
  text-decoration: none;
}

.swatch-cards .card {
  min-height: 330px;
  border: none;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.swatch-cards .card .swatch-card-title {
  font-family: "jubilat";
  font-weight: 900;
  font-size: 32px;
}

.swatch-cards .swatch-number-img {
  position: absolute;
  right: 0px;
}

.swatch-cards .number-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0px;
  height: 90px;
  width: 90px;
  background-image: url(https://uploads.prod01.oregon.platform-os.com/instances/287/assets/images/cards/number-swatch-2.png?updated=1560158062);
  background-size: contain;
  background-repeat: no-repeat;
}

.swatch-cards .number-holder span {
  width: 90px;
  height: 90px;
  margin: 0px;
  /*padding-left: 15px;*/
  font-family: "jubilat";
  font-size: 49px;
  color: white;
  text-align: center;
}

.hero-block {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-block .paragraph-holder .line-two {
  max-width: 850px;
}

.hero-text-bg{
  background-color:rgba(0,0,0,.48);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF !important;
}

.hero-text-bg .h3{
	color: #FFF !important;
}

@media only screen and (max-width: 575px) {
  .feature-card-img {
    max-height: 180px;
  }
}

.section-week-wrapper {
  max-width: 894px;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 1232px) {
  .li-max-width {
    min-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial-large {
    height: 600px;
  }
}

.course-banner {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}

.course-a {
  font-weight: 500 !important;
  border-bottom: 2px solid #2BA9DB;
  color: #305277 !important;
}

.course-a:hover {
  color: #305277 !important;
  border-bottom: 2px solid #64717F;
  text-decoration: none;
}

.save-btn {
  text-align: left;
  padding: 15px 20px;
  min-width: 200px;
}

.save-btn i svg {
  font-size: 18px;
}

.container {
  max-width: 1390px;
}

body {
  background-color: #F8F9F9;
}

.text-title {
  font: 900 56px/60px "sofia-pro", sans-serif;
}

h1, .h1 {
  font: 900 40px "sofia-pro", sans-serif;
  line-height: 1.2em;
  color: #305277 !important;
}

h2, .h2 {
  font: 900 32px "sofia-pro", sans-serif;
  line-height: 1.2em;
  color: #305277 !important;
}

h3, .h3 {
  font: 900 22px "sofia-pro", sans-serif;
  color: #305277 !important;
}

h4, .h4 {
  font: 900 19px "sofia-pro", sans-serif;
  line-height: 1.6em;
  color: #305277 !important;
}

h5, .h5 {
  font: 900 16px "sofia-pro", sans-serif;
  color: #305277 !important;
}

h6, .h6 {
  font: 400 12px "sofia-pro", sans-serif;
  color: #305277 !important;
}

.text-small {
  font: 13px "sofia-pro", sans-serif;
  color: #64717F !important;

}

.text-body {
  font: 16px "sofia-pro", sans-serif;
  line-height: 1.6em;
   color: #64717F !important;
}

p, .p {
  font: 18px "sofia-pro", sans-serif;
  font-weight: 300 !important;
  line-height: 1.6em;
  color: #64717F !important;
}

.label {
  font: 700 12px "sofia-pro", sans-serif;
  letter-spacing: 1px;
}

.text-article {
  font: 400 18px/1.6em "jubilat";
  color: #64717F !important;
}

.blockquote-tiny {
  font: italic 500 18px "jubilat";
  padding-left: 13px;
  color: #305277 !important;
}

.blockquote-tiny::before {
  content: '“';
  position: relative;
  margin-top: 30px;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 0px !important;
  color: #2BA9DB !important;
  margin-left: -7px !important;
  right: 4px;
  top: 3px;
}

.blockquote-tiny::after {
  content: '„';
  position: relative;
  margin-top: 30px;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 0px !important;
  color: #2BA9DB !important;
  margin-left: -13px !important;
  left: 17px;
  top: -11px;
}

.blockquote-small {
  font: italic 300 18px "jubilat" !important;
  padding-left: 30px;
  color: #305277 !important;
}

.testimonial-block-a p{
  font: italic 300 18px "jubilat" !important;
  padding-left: 30px;
  color: #305277 !important;
}

.testimonial-block-a {
  font: italic 300 18px "jubilat" !important;
  padding-left: 30px;
  color: #305277 !important;
  padding: 0px 30px 0px 0px;
  margin: 0px 0px 45px 0px;
  background-color: #EBEDEF;
}

.testimonial-block-a:before {
  content: url("../images/icons/quotes-open-blue.svg?t=1561123299906");
  position: relative;
  margin-top: 30px;
  top: 3px;
  margin-right: -24px;
  right: 30px;
}

.blockquote-small::before {
  content: url("../images/icons/quotes-open-blue.svg?t=1561123299906");
  position: relative;
  margin-top: 30px;
  top: 3px;
  margin-right: -24px;
  right: 30px;
}

.blockquote-simple {
  font: italic 500 24px "jubilat";
  color: #305277 !important;
}

.blockquote-large, .quote-1 {
  font: italic 500 24px "jubilat";
  font-weight: bold !important;
  padding-left: 30px;
  line-height: 34px;
  color: #305277 !important;
}

blockquote {
  font: italic 500 18px "jubilat";
  padding-left: 30px;
  line-height: 1.6em;
  color: #305277 !important;
}

.display {
  font: italic 500 18px "jubilat" !important;
  padding-left: 30px !important;
  line-height: 1.6em !important;
  color: #305277 !important;
}

.quote-1 p, blockquote em {
   font-weight: 500 !important;
   padding-bottom:15px;
 }

.blockquote-large::before, .quote-1::before, blockquote::before {
  content: url("../images/icons/quotes-open-blue.svg?t=1561123299906");
  position: relative;
  margin-top: 30px;
  line-height: 0px !important;
  top: -2px;
  margin-right: -24px;
  right: 30px;
}

.subtitle-small {
  font: 500 24px "jubilat";
}

.subtitle-large {
  font: 500 32px "jubilat";
}

.bg-color-primary {
  background-color: #2BA9DB !important;
}

.color-primary {
  color: #2BA9DB !important;
}

.bg-color-secondary {
  background-color: #305277 !important;
}

.color-secondary {
  color: #305277 !important;
}

.bg-color-accent1 {
  background-color: #EA7D61 !important;
}

.color-accent1 {
  color: #EA7D61 !important;
}

.bg-color-accent2 {
  background-color: #28D5CA !important;
}

.color-accent2 {
  color: #28D5CA !important;
}

.bg-color-accent3 {
  background-color: #E9586B !important;
}

.color-accent3 {
  color: #E9586B !important;
}

.bg-color-black {
  background-color: #101C2A !important;
}

.color-black {
  color: #101C2A !important;
}

.bg-color-darkgray {
  background-color: #64717F !important;
}

.color-darkgray {
  color: #64717F !important;
}

.bg-color-gray {
  background-color: #A8ADB3 !important;
}

.color-gray {
  color: #A8ADB3 !important;
}

.bg-color-mediumgray {
  background-color: #BFCBD9 !important;
}

.color-mediumgray {
  color: #BFCBD9 !important;
}

.bg-color-lightgray {
  background-color: #EBEDEF !important;
}

.color-lightgray {
  color: #EBEDEF !important;
}

.bg-color-offwhite {
  background-color: #F9FAFA !important;
}

.color-offwhite {
  color: #F9FAFA !important;
}

.btn {
  font-family: "sofia-pro";
  min-height: 50px;
  padding: 15px 25px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-bigger{
  font-size:16px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.button-primary {
  background: #2BA9DB;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2BA9DB), to(#2B98DB));
  background-image: linear-gradient(-180deg, #2BA9DB 0%, #2B98DB 100%);
  border-radius: 200px;
  border: 1px solid transparent;
  color: white !important;
}

.button-primary:hover {
  border: 1px solid #2BA9DB;
  background: white;
  background-image: linear-gradient(-179deg, transparent 0%, transparent 100%);
  color: #2BA9DB !important;
}

.button-secondary {
  background: #EA7D61;
  background-image: linear-gradient(-179deg, #EA7D61 0%, #EA7161 100%);
  border-radius: 25.5px;
  border: 1px solid transparent;
  color: white !important;
}

.button-secondary:hover {
  border: 1px solid #EA7D61;
  background: white;
  background-image: linear-gradient(-179deg, transparent 0%, transparent 100%);
  color: #EA7D61 !important;
}
.button-secondary:focus {
  border: 1px solid #EA7D61;
  background: white;
  background-image: linear-gradient(-179deg, transparent 0%, transparent 100%);
  color: #EA7D61 !important;
}

.button-stroke {
  border: 1px solid #EBEDEF;
  border-radius: 200px;
  color: #2BA9DB !important;
}

.button-stroke:hover {
  border: 1px solid #2BA9DB;
  background: white;
}

.sofia-pro-card {
  font-family: "sofia-pro";
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  padding: 35px 25px;
}

.sofia-pro-card span {
  line-height: 105px;
  font-size: 105px;
}

.jubilat-card {
  font-family: "jubilat";
  width: 100%;
  height: 100%;
  max-height: 400px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  padding: 35px 25px;
}

.jubilat-card span {
  line-height: 105px;
  font-size: 105px;
}

.color-container {
  height: 100px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}

.section-text {
  font-family: "sofia-pro";
  font-size: 14px;
  line-height: 21px;
}

/*.ul {*/
/*  padding: 0px;*/
/*}*/

/*.ul li::before {*/
/*  color: #EA7D61;*/
/*  font-size: 32px;*/
/*  content: "\2022";*/
/*  padding-right: 10px;*/
/*  position: relative;*/
/*  top: 2px;*/
/*}*/

/*.ul li {*/
/*  font-family: "jubilat";*/
/*  font-weight: 400;*/
/*  font-size: 18px;*/
/*  color: #64717F;*/
/*  list-style: none;*/
/*  line-height: 24px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.ul .bottom-separator {*/
/*  display: block;*/
/*  padding-top: 12px;*/
/*  padding-bottom: 17px;*/
/*  line-height: 26px;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/

/*.ul .bottom-separator-last {*/
/*  display: block;*/
/*  padding-top: 12px;*/
/*  line-height: 26px;*/
/*}*/

.ol {
  padding: 0px;
}

.ol li::before {
  color: #EA7D61;
  content: counter(list) "";
  left: 0px;
  position: absolute;
  text-align: center;
  border: solid 1px #EBEDEF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  top: 15px;
  font-family: "jubilat";
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  background: white;
}

.ol li {
  padding-left: 50px;
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-family: "jubilat";
  font-weight: 400;
  font-size: 18px;
  color: #64717F;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ol .bottom-separator {
  display: block;
  padding-top: 16px;
  padding-bottom: 17px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ol .bottom-separator-last {
  display: block;
  padding-top: 16px;
  line-height: 40px;
}

/* Ordered list Version-2 */
.ol-ver-two{
  padding:0px;
}

.ol-ver-two h3{
  color:#305277 !important;
}

.ol-ver-two p{
  font:400 18px/1.6em "jubilat";
}

.ol-ver-two li::before {
  color: #EA7D61;
  content: counter(list) "";
  left: 0px;
  position: absolute;
  text-align: center;
  border: solid 1px #EBEDEF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  top: 15px;
  font-family: "jubilat";
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  background: white;
}

.ol-ver-two .side-separator::after {
  content:'';
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  display: block;
  position: absolute;
  left: 20px;
  top: 55px;
}

.ol-ver-two li {
  padding-left: 50px;
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-family: "jubilat";
  font-weight: 400;
  font-size: 18px;
  color: #64717F;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
           display: block;
}

.ol-ver-two .bottom-separator {
  display: block;
  padding-top: 16px;
  padding-bottom: 17px;
  line-height: 40px;
}

.ol-ver-two .bottom-separator-last {
  display: block;
  padding-top: 16px;
  line-height: 40px;
}

/*  */

.label-banner {
  margin-bottom: 10px !important;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  background-color: #D4EAF3;
  padding: 5px 20px;
  border-radius: 30px;
  color: #305277;
  font-size: 12px;
  font-weight: bold;
  mix-blend-mode: normal;
  opacity: 0.7;
}

.label-banner-big {
  margin-bottom: 10px !important;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  background-color: #D4EAF3;
  padding: 5px 20px;
  border-radius: 30px;
  color: #305277;
  font-size: 15px;
  font-weight: bold;
  mix-blend-mode: normal;
  opacity: 0.7;
}


.mt-10px {
  margin-top: 10px;
}

/*  */
.reg-image .radio{
  display: flex;
  flex-direction: column;
}
.reg-image img{
  height: 220px;
  object-fit: contain;
}
.apply-discount-btn{
  min-height: 38px!important;
  padding: 10px 20px;
  color: #fff !important;
  background: #2BA9DB !important;
}

#discountSuccess {
  color: #fff !important;
  background: #28D5CA !important;
}

.simple_form .alert p{
  margin: 0px !important;
}

.simple_form hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#totalPrice{
  font-size: 24px;
}

/* error message */
.form-error{
  text-align: center;
  background: #E9586B;
  color: #FFF;
  padding: 10px;
}

/* Reg form */
.select-book-radio-wrapper::before{
  top: 245px!important;
}

.select-book-radio-wrapper::after{
  top: 249px!important;
}
@media only screen and (max-width: 767px) {
  .radio-wrapper{
    display: flex;
    align-items: center;
  }
  .strong-wrapper{
    display: block;
  }

  .select-book-radio-wrapper{
    display: flex!important;
    flex-direction: column;
  }

}

.event-card {
  background-color: white;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  border-radius: 5px;
  padding: 30px;
}

.event-attributes {
  min-width: 250px;
}

.event-attribute {
  font: 600 18px "jubilat";
}

.coach-directory-wrapper a {
  text-decoration: none;
}

.coach-detail-wrapper p a{
  font-weight: 500 !important;
  border-bottom: 2px solid #2BA9DB;
  color: #305277 !important;
}


.card-coach {
  border: 1px solid rgba(16, 28, 42, 0.05);
  border-radius: 3px;
  box-shadow: 0px 4px 8px rgba(16, 28, 42, 0.05);
}

.card-coach-body {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.card-coach-bg {
  position: absolute;
  z-index: 1;
}

.card-coach-img {
  max-height: 200px;
  border-radius: 100%;
  border: 5px solid rgba(16, 28, 42, 0.1);
}

.card-coach-img-big {
  max-height: 200px;
  border-radius: 100%;
  border: 5px solid rgba(16, 28, 42, 0.1);
}

.coach-detail-subtitle {
  font: normal 22px/136% "sofia-pro", sans-serif;
}

.coach-detail-location {
  font: 700 12px/125% "sofia-pro", sans-serif;
  opacity: 0.5;
}

.coach-col-left {
  border-top: 1px solid #E9EBED;
  border-right: 1px solid #E9EBED;
}

.coach-col-right {
  border-top: 1px solid #E9EBED;
}

.book-price {
  font: 600 24px/117% "sofia-pro";
}

.shop-wrapper .nav-pills .nav-link{
  background-color: #305277;
  color: #FFF;
}

.shop-wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #2BA9DB;
}

.book-description {
  font: 500 italic 20px/142% "jubilat";
}


.enroll-section h3, .enroll-section h1, .enroll-section p{
  color:#FFF !important;
}


/*  Ordered List - Ver 3 */
.ol-ver-three {
  padding:0px;
}

.ol-ver-three li strong{
  font: 600 18px "jubilat";
  color: #305277 !important;
  margin-bottom: .5rem !important;
}

.ol-ver-three li::before {
  color: #EA7D61;
  content: counter(list) "";
  left: 0px;
  position: absolute;
  text-align: center;
  border: solid 1px #EBEDEF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  top: 15px;
  font-family: "jubilat";
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  background: white;
}

.ol-ver-three li::after {
  content:'';
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  display: block;
  position: absolute;
  left: 20px;
  top: 55px;
}

.ol-ver-three li:last-child::after {
  width: 0px;
  display: none;
}

.ol-ver-three li {
  padding-left: 50px;
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-family: "jubilat";
  font-weight: 400;
  font-size: 18px;
  color: #64717F;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
           display: block;
}

.ol-ver-three li {
  display: block;
  padding-top: 23px;
  padding-bottom: 17px;
  line-height: 167%;
}

.ol-ver-three li p:last-child{
  margin-bottom: 0;
}

/*  */

.play-btn {
  position: absolute;
  background-color: #2BA9DB;
  display: flex;
  border-radius: 100%;
  padding: 20px;
}

.play-btn-img{
  width:16px;
  height: 16px;
}

.video-link .video-link-icon {
  border: 1px solid #2BA9DB;
  display: inline-flex;
  vertical-align: top;
  border-radius: 100%;
  padding: 22px;
  width: fit-content;
}

.video-link:hover .video-link-icon,
.video-link:focus .video-link-icon {
  background-color: #2BA9DB;
}

.video-link:hover .play-btn-img,
.video-link:focus .play-btn-img {
  filter: brightness(10);
}

.review-count-small {
  font: normal 40px/100% "Abril Fatface";
}

.book-list-cover {
  max-width: 100%;
  width: 50vw;
}

.footer p a{
  color:#2BA9DB !important;
}

.gift-list-item{
  border-bottom: 1px solid #ddd;
}

.gift-list-item p, .article-block .gift-list-item ul{
  display:inline-block;
}

.gift-list-item p{
  font: 400 17px/1.6em "Poppins";
  color: #64717F !important;
  line-height: 22px;
}

.article-block .gift-list-item ul li {
  font: 400 17px/1.6em "Poppins";
  color: #64717F !important;
  line-height: 22px;
}


.white-bg {
    background: white;
    box-shadow: 0px 35px 50px rgba(16, 28, 42, 0.03);
    border-radius: 0px 3px 0px 0px;
  }

.stroke {
  border: 1px solid #DDD;
}

.special-offer{
	text-decoration: line-through;
	color: red;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	}
	
.offer{
	font-weight: bold;
	color: green;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	}

.book-sales-wrapper{
	width: 45%;
	margin: 0 auto;
	border: 1px solid #DDD;
	padding: 20px;
	}
	
	.book-sales-wrapper p{
 	font: 16px "sofia-pro", sans-serif !important;
 	}
 
 
 .flipper {
  color: #333;
  font-size: 50px;
  line-height: 100%;
  padding: 0;
  margin: 0;
  width:100%;
  height: 1.7em;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 35%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}
 
 .text-white{
   color: #FFF !important;
 }
 
 
 .wrap-links {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.footer #mce-error-response{
  color:#fff;
}

.mc-field-group ul li::before{
  content: none!important;
}

.dropdown-toggle::after{
  vertical-align: 0.1em;
}

.amz-grid img{
  width: 100% !important;
}