
.container-course {
  max-width: 1370px;
  /*min-height:400px;*/
}

.course-max-width {
  max-width: 896px;
}

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

.btn-course {
  white-space: normal !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-lg-text {
  font-size: 18px;
}


.course-nav {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  height: 80px;
}

.course-nav-row {
  height: 100%;
}

.book-card {
  padding: 40px;
}

.course-menu-link {
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 0;
  text-decoration: none;
  padding-bottom: 2px;
}

.course-menu-link:hover {
  color: #305277 !important;
  padding-bottom: 0px;
  border-bottom: 2px solid #2BA9DB;
  text-decoration: none;
}

.btn-section-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #E9EBED;
}

/* Hamburger - Close */
.btn-course-menu:before {
  float: left !important;
  font-family: FontAwesome;
  content: "\00d7";
  font-size: larger;
  color: #2BA9DB !important;
  text-decoration: none;
  margin-right: 10px;
}

/* Hamburger */
.btn-course-menu.collapsed:before {
  float: left !important;
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: smaller;
  color: #2BA9DB !important;
  text-decoration: none;
  margin-right: 10px;
}

/* Arrow Up */
.btn-section-menu:after {
  float: right !important;
  font-family: FontAwesome;
  content: "\f106";
  font-size: medium;
  color: #2BA9DB !important;
  text-decoration: none;

  padding-left: 20px;
}

/* Arrow Down */
.btn-section-menu.collapsed:after {
  float: right !important;
  content: "\f107";
  font-size: medium;
  color: #2BA9DB !important;
  text-decoration: none;

  padding-left: 20px;
}

.course-dropdown-btn-mobile .course-menu-link {
  color: #64717F !important;
  opacity: 0.5;
}

.course-dropdown-btn-mobile.collapsed .course-menu-link {
  color: #305277 !important;
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .course-nav {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 10000;

    height: 60px;

    border-bottom: 1px solid #E9EBED;
  }
  .course-menu-link {
    display: inline-block;
    font-size: 14px;
    line-height: inherit;
  }

  .course-page-sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 10000;
  }
}

.text-article-title {
  font-family: "jubilat";
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.container-next-week {
  min-width: 50%;
  width: 900px;
  max-width: 90%;
}

.jump-to-label {
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #64717F;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 0;
}

.test-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.course-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-img {
  float: right;
  width: 428px;
  max-width: 428px;
}

@media only screen and (max-width: 991px) {
  .article-img {
    float: right;
    width: 100%;
    max-width: 428px;
  }
}

@media only screen and (min-width: 992px) {
  .article-img {
    width: 428px;
  }
  .dropbox-save-wrapper {
    max-width: 210px;
  }
}

.course-section {
  border-top: 1px solid #E9EBED;
  padding-top: 65px;
}

.course-section-separator {
  border-top: 1px solid #E9EBED;
}

.course-dropdown {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  max-inline-size: -webkit-fit-content;
  max-inline-size: -moz-fit-content;
  max-inline-size: fit-content;
}

.course-dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

.course-dropdown-container {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.1);
          box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.1);
  z-index: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0px;
  border: 1px solid rgba(16, 28, 42, 0.05);
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 400px;
  width: 360px;
  max-width: 100vw;
}

.course-dropdown-container-mobile {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.03);
          box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.03);
  z-index: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0px;
  border: 1px solid rgba(16, 28, 42, 0.05);
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 400px;
  max-width: 100vw;
  margin: 10px;
}

.course-sub-link {
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid #E9EBED;
}

.course-sub-link:first-child {
  border-top: none;
}

.course-sub-link-week {
  font-family: "sofia-pro", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 10px;
}

@media only screen and (max-width: 959px) {
  .course-dropdown-container {
    width: 95vw;
    top: 60px;
    margin: 10px;
  }
  .course-dropdown-container-right {
    right: 1px;
  }
  .course-sub-link {
    font-weight: 900;
    font-size: 15px;
  }
}

.course-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  padding: 8px 0px 8px 0px;
}

.course-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.course-dropdown-content a:focus {
  background-color: #f1f1f1;
}

.course-dropdown:hover .course-dropdown-container {
  display: block;
}

.course-dropdown:hover a {
  opacity: 1 !important;
}

.week-number {
  font-family: "jubilat";
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  color: #2BA9DB;
}

.course-availability {
  font-family: "jubilat";
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  font-weight: 500;
  color: #305277;
}

.ol-course li {
  font-weight: 500;
}

.ol-course li::before {
  top: 3px !important;
}

.ol-extra-bonus li::before {
  top: 8px !important;
}

.text-box-title {
  font-size: 22px;
  font-weight: 500;
}

.img-week {
  max-width: 350px !important;
}

.course-banner-curriculum {
  background-image: url("../images/photos/course-curriculum-header-mob.jpg");
}

@media only screen and (min-width: 992px) {
  .course-banner-curriculum {
    background-image: url("../images/photos/course-curriculum-header.jpg");
  }
}

@media only screen and (max-width: 991px) {
  .img-week {
    width: 100%;
  }
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.container-week {
  min-width: 50%;
  width: 1170px;
  max-width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.course-bottom {
  margin-bottom: 70px;
}

.section-border {
  border-top: 1px solid #E9EBED;
  max-width: 894px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.weeks-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.week-col1 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-align: center;
  text-align: -webkit-center;
  min-width: 110px;
}

.week-col2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.875emm;
          flex: 0 0 21.875emm;
}

.week-col2 img {
  max-width: 350px;
}

.week-col3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.week-col4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.25em;
          flex: 0 0 6.25em;
}

@media only screen and (max-width: 960px) {
  .container-week {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .week-col2 img {
    max-width: 100%;
  }
  .weeks-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .week-col3 {
    text-align: center;
    text-align: -webkit-center;
  }
}

.btn-availability {
  width: 170px;
  height: 50px;
  padding: inherit;
  display: -ms-grid;
  display: grid;
  white-space: normal;
}

.curriculum-card-img {
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .curriculum-card-img {
    width: 100%;
  }
  .curriculum-card-img img {
    width: 100%;
  }
}

.card-curriculum-text {
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  opacity: 0.8;
}

.inline-quote {
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .inline-quote {
    max-width: inherit !important;
    margin-left: 0 !important;
  }
}

.curriculum-btn {
  max-width: 220px;
}

.card-margin-top {
  margin-top: 39px;
}

.curriculum-card {
  background-color: #305277;
}

.curriculum-card-background {
  /*background-image: url("https://uploads.prod01.oregon.platform-os.com/instances/287/assets/images/cards/featured-card-base-2-mob.jpg?t=1560784859870");*/
  /*background-position-y: bottom;*/
  /*background-position-x: right;*/
  /*background-repeat: no-repeat;*/
}

@media only screen and (min-width: 1200px) {
  .curriculum-card-background {
    /*background-image: url("https://uploads.prod01.oregon.platform-os.com/instances/287/assets/images/cards/featured-card-base-2.jpg?t=1560784859870");*/
  }
}

.line-height-30 {
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .line-height-30 {
    line-height: 22px;
  }
}


/*Course Sales Page Styles*/

#moreTestimonials[aria-expanded="false"]:before{
    content:"Read More Parent Evaluations";
}

#moreTestimonials[aria-expanded="true"]:before{
    content:"Read Fewer Parent Evaluations";
}

 .sales-testimonials .item{
	margin-bottom:40px;
	position: relative;
	padding-bottom: 20px;
}
.sales-testimonials .item:after{
	content:"";
	display:block;
	width:320px;
	height:2px;
	background:#2BA9DB;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-160px;
}

.enroll-section h1,
.enroll-section h4{
	margin:0 0 10px;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height:normal;
	font-weight:normal;
}
.enroll-section h1{
	margin:0 0 20px;
	padding:0;
	border:none;
	font-size:45px;
	font-weight:bold;
}
.enroll-section h4{
	font-size:20px;
	text-transform:uppercase;
}
.enroll-section p{
	margin:0 0 35px;
	font-size:18px;
}
.enroll-section .icon{
	font-size:40px;
}
.enroll-section a.btn{
	background: #2BA9DB;
	padding:15px;
	margin:0 auto;
	max-width:100%;
	width:315px;
	color:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	font-size:27px;
	font-weight:bold;
	line-height:normal;
}


.course-listing .icon-image{
	height:87px;
}
.course-listing p{
	color: #64717F !important;
	font: 16px;
  line-height: 1.6em;
}

.course-listing h3{
  color: #2BA9DB !important;
  font:900 22px;
}

.course-listing p.icon{
	font-size: 80px;
	color: #585f69;
	margin: 0px 0px 5px 0px;
}


.countdown-timer-holder {
    margin: 0px auto 25px auto;
    width: 355px;
    font-size: 100%;
}

.countdown-timer-holder .countdown-container {
    height: 130px;
}

.countdown-timer-holder .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 67px;
    width: 65px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.countdown-timer-holder .count {
    background: #585f69;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.countdown-timer-holder .count.top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.countdown-timer-holder .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    border-top: 1px solid #585f69;
    border-bottom: 1px solid #585f69;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.countdown-timer-holder .count.next {}

.countdown-timer-holder .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    color: #585f69;
    text-transform: uppercase;
}

.countdown-timer-holder .label {
    font-size: normal;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    color: #585f69;
    text-transform: uppercase;
}

.shuttle-gray-section .countdown-timer-holder .label {
    color: #FFF;
}


/* Animation start */

.countdown-timer-holder .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.countdown-timer-holder .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}


/* Animation end */

.countdown-timer-holder .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.countdown-timer-holder .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .countdown-timer-holder {
        width: 100%;
        text-align: center;
    }
    .countdown-timer-holder .countdown-container {
        height: 100px;
    }
    .countdown-timer-holder .time {
        height: 70px;
        width: 48px;
    }
    .countdown-timer-holder .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .countdown-timer-holder .label {
        top: 72px;
    }
}

@media screen and (max-width: 375px) {
    .countdown-timer-holder .time {
        height: 70px;
        width: 42px;
    }
}

.shop-wrapper .sales-testimonials .item p{
  font-style: italic;
}

.alert p{
  margin-bottom: 0px;
}

.prod-desc ul {
  padding: 0px;
}

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

.prod-desc ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 12px 0px;
  color: #64717F;
  list-style: none;
}

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

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

