.disable-doubletap-to-zoom {
  touch-action: manipulate;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
  background: #1cb841;
}

.button-error {
  background: #ca3c3c;
}

.button-warning {
  background: #df7514;
}

.button-secondary {
  background: #ea6100;
}

.grid-example {
  background: #333;
  color: #ddd;
  border-radius: 5px;
}

.grid-example h3 {
  color: #fff;
}

.l-box {
  padding: 1em;
}

.l-wrap {
  margin-left: auto;
  margin-right: auto;
}

.content .l-wrap {
  margin-left: -1em;
  margin-right: -1em;
}


/*
    GENERAL
*/

h1 {
  font-weight: 700;
}

.btn-success:visited,
.btn-danger:visited {
  color: #fff;
}

.modal.detail-modal {
  font-style: normal;
}

.modal-open .modal.detail-modal {
  display: inline;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.modal.detail-modal .modal-dialog {
  max-width: 900px;
  width: 100%;
  margin: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal.detail-modal .modal-content {
  padding: 20px;
  position: relative;
}

.modal.detail-modal .modal-header {
  border-bottom: none;
  text-align: center;
}

.modal.detail-modal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal.detail-modal .modal-body {
  text-align: center;
}

.modal.detail-modal .modal-footer {
  border-top: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 20px auto auto;
}

.modal.detail-modal .modal-footer button {
  background-color: #ea6100;
  color: #fff;
  border: 3px solid #ea6100;
  padding: 12px;
  font-weight: 600;
  box-shadow: none;
  transition: box-shadow 0.2s ease-out;
  width: 100%;
  max-width: 180px;
}

.modal.detail-modal .modal-footer button i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.modal.detail-modal .modal-footer button:hover,
.modal.detail-modal .modal-footer button:focus {
  outline: none;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.25);
}

.modal.detail-modal .modal-footer .ignore-btn {
  background-color: #fff;
  border: 3px solid #ea6100;
  color: #ea6100;
}

@media (max-width: 980px) {
  .modal.detail-modal .modal-header .modal-title {
    font-weight: 500;
  }

  .modal.detail-modal .modal-dialog {
    width: auto;
    left: unset;
    transform: translateY(-50%);
  }

  .modal.detail-modal .modal-footer button {
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*
    HOME
*/

.language-dropdown img {
  width: 20px;
  margin-right: 10px;
}

/*
    CLASSES DETAILS
*/

.container-left {
  flex: 1;
  margin-right: 5%;
}

.container-right {
  max-width: 100%;
  margin: auto;
}

.container-right h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.has-no-projects {
  font-size: 4rem;
  font-weight: 600;
  color: #ccc;
  height: 454px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}

.class-block {
  display: flex;
  flex-direction: column;
}

.class-block__header {
  font-weight: 600;
  font-size: 22px;
}

.class-block__header h1 {
  /* font-weight: 700; */
  color: #ea6100;
}

.class-block__header h2 {
  font-weight: 700;
  color: #4f4f4f;
}

.class-block__header h1.class-block__header--blue {
  color: #007df9;
}

.class-options-container {
  width: 100%;
}

.class-options-container .options {
    display: grid;
    grid-template-areas:
      "header header"
      "coupon request-time";
}

.class-options-container .options  h3 {
    grid-area: header;
}

.class-options-container .options .apply-coupon-container {
    grid-area: coupon;
}

.class-options-container .options  .request-class-time {
    grid-area: request-time;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.class-options-container h2 {
  color: #ea6100;
}

.class-options-container--is-blue h2 {
  color: #007df9;
}

.class-options-container--is-blue .class-option__detail {
  border-color: #007df9;
}

.class-options-container .apply-coupon-container {
  margin-bottom: 30px;
}

.class-options-container .apply-coupon-container p {
  margin: 0;
  color: #f13d20;
  font-style: italic;
}

.class-options-container .apply-coupon-input-container {
  background-color: #ff8c3a;
  padding: 20px;
  transition: all 0.25s ease;
}

.class-options-container .apply-coupon-input {
  display: flex;
  height: 40px;
}

.class-options-container .apply-coupon-input input {
  flex: 1;
  border: 0;
  padding: 5px 10px;
  outline: none;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.class-options-container .apply-coupon-input button {
  width: 175px;
  color: #ea6100;
  font-weight: 600;
  background-color: #fff;
  border: 0;
  outline: none;
  text-transform: uppercase;
}

.class-options-container .apply-coupon-input button:hover,
.class-options-container .apply-coupon-input button:active {
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.class-option {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.class-block__header {
  width: 100%;
}

.class-option__detail {
  width: 49%;
}

.class-block__title {
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 5px;
}

.class-block__syllabus {
  display: flex;
  margin-top: 20px;
}

.class-block--margin {
  margin-bottom: 30px;
}

.class-block__location-items {
  display: flex;
}

.class-block__location-item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.class-block__location-item-img {
  margin-right: 10px;
}

.class-block__location-item-text {
  font-weight: 700;
  font-size: 20px;
}

.class-block--two-col {
  display: flex;
}

.class-block--col {
  display: flex;
  flex-direction: column;
}

.class-features {
  flex: 1;
  margin-right: 5%;
}

.class-support {
  flex: 1;
}

.class-block__card-img img {
  width: 25px;
  height: 100%;
}

.class-options__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.class-options__btn {
  margin: 0 5px 5px 0;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  padding: 5px 15px;
  color: #4f4f4f;
  transition: all 0.2s ease-out;
}

.class-options__btn:visited {
  color: #4f4f4f;
}

.class-options__btn:focus {
  text-decoration: none;
  outline: none;
}

.class-options__btn:hover {
  color: #fff;
  background-color: #007df9;
  border-color: #007df9;
  border-radius: 5px;
  text-decoration: none;
}

.class-block__header .class-option__header {
  color: #4f4f4f;
  text-decoration: underline;
  text-align: center;
  font-weight: 700;
}

.class-option__detail {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 10px;
  border: 3px solid #ea6100;
  position: relative;
  line-height: 1.7;
  text-align: center;
}

.class-option__detail-left {
  flex: 1 1 auto;
  margin-right: 10px;
}

.class-option__detail-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 170px;
}

.class-option__detail:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 90%;
  background-color: #fff;
}

.class-option__detail:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 90%;
  background-color: #fff;
}

.class-option__detail--bold {
  font-weight: 700;
}

.class-option__detail--bold img {
  height: 35px;
  margin-right: 5px;
}

.class-option__detail--calendar {
  font-size: 18px;
}

.class-option__detail__btn {
  margin: 0 5px 5px 0;
  border: 1px solid #ea6100;
  background-color: #ea6100;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  transition: all 0.2s ease-out;
}

.class-options-container--is-blue .class-option__detail__btn {
  border-color: #007df9;
  background-color: #007df9;
  margin-top: 10px;
}

.class-option__detail__btn:visited {
  color: #fff;
}

.class-option__detail__btn:hover {
  color: #fff;
  text-decoration: none;
}

.detailpage-btn {
  padding: 5px 10px;
  background-color: #ea6100;
  color: white;
  border-radius: 5px;
}

.detailpage-btn:hover,
.detailpage-btn:active,
.detailpage-btn:visited,
.detailpage-btn:focus {
  color: white;
}

/* Class Details */

.class-details-left {
  flex: initial;
  width: 55%;
  margin-right: 7%;
}

/* Class Features */

.class-feature-item {
  overflow: hidden;
  transition: height .25s ease;
  padding: 5px 10px;
}

.class-feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.class-feature-info {
  display: flex;
  align-items: center;
}

.class-feature-title {
  font-weight: bold;
}

.class-feature-details {
  padding: 4px 40px;
  padding-right: 20px;
  padding-bottom: 8px;
  color: rgba(0,0,0,0.6);
  font-weight: 600;
  font-size: 14px;
}

.class-features-list {
  padding: 15px;
  background-color: #F7F8FC;
  margin-bottom: 20px;
}

.class-feature-details img {
  width: 16px !important;
  margin-right: 8px !important;
  margin-top: -2px !important;
}

.class-feature-info .features-icon {
  order: 0 !important;
}

img.ktcoder-feature-icon{
  width: auto !important;
  height: 40px;
}

.class-feature-note {
    display: flex;
    align-items: center;
}

p.class-feature-note-details {
    margin: 0;
}

.class-feature-notes {
    margin-bottom: 6px;
}

section.class-syllabus-container {
    width: 100%;
    margin-top: 70px;
}

.class-lesson-milestone-header {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

span.lesson-time {
  font-weight: 400;
  opacity: 0.7;
}

.class-lesson-milestone::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #ffd9c7;
  display: block;
  margin-right: 15px;
  border-radius: 5px;
  flex-shrink: 0;
}

.class-lesson-project::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #d4daef;
  display: block;
  margin-right: 15px;
  border-radius: 45px;
  flex-shrink: 0;
}

.class-lesson-milestone {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.class-lesson-project {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.class-lesson-dropdown-column {
  width: 49%;
}

/* Class Detail Sessions */

.class-session-tabs {
  border: 2px solid #c1c1c1;
  border-bottom: 0;
  border-top: 0;
}

.class-session-tabs .class-tab-btn {
  border-top: 2px solid #c1c1c1;
}

.class-session-tabs .class-tab-btn.active {
  border: 2px solid black;
  background-color: #e0e0e0;
}

.class-session-group.first-session-group {
    border-top: 0;
}

.class-session-group {
  background-color: #e0e0e0;
  border: 2px solid #c1c1c1;
  padding: 20px 12px;
  margin-top: -2px;
  /* max-width: 350px; */
}

p.class-session-group-title {
  font-size: 18px;
  font-weight: 800;
  color: black;
  /* font-family: 'Roboto', sans-serif; */
  margin-bottom: 0;
  line-height: 1;
}

.class-session-group {
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.class-session-group 
.class-session-card:last-of-type {
    margin-bottom: 7px;
}

.class-options-container h3, .class-syllabus-container h3 {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 70px;
}

.class-session-no-groups-notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    min-height: 200px;
    background-color: #e0e0e0;
    border: 2px solid #c1c1c1;
    border-top: 0;
    margin-bottom: 20px;
}

.class-session-no-groups-notice i {
    font-size: 40px;
    opacity: 0.3;
    margin-bottom: 8px;
}

p.class-session-no-groups-notice-text {
    font-size: 18px;
    margin-top: 8px;
    font-weight: bold;
    opacity: 0.4;
}

.class-session-group p.class-session-group-time {
  font-size: 16px;
  font-weight: 600;
  color: black;
  font-style: italic;
  margin-bottom: 0;
}

.class-session-group p.class-session-group-length {
  font-style: italic;
  color: black;
  opacity: 0.6;
  font-weight: 400;
  font-size: 16px;
}

.class-session-group .class-session-card-info p {
  line-height: 1em;
  margin-bottom: 9px;
}

.class-session-group-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.class-session-group .class-session-card {
  width: 100%;
  overflow: hidden;
  padding: 22.5px 20px;
  margin-bottom: 20px;
  background-color: white;
}

.class-session-group p.class-session-card-session-serialized {
  color: #ea6100;
}

.class-session-group p.class-session-card-date, .class-session-group p.class-session-card-session-serialized {
  font-size: 19px;
  width: 267px;
}

.class-session-group p.class-session-card-time {
  font-size: 15px;
  margin-bottom: 0;
}

.class-session-group p.class-session-timezone {
  font-size: 15px;
  font-style: italic;
  opacity: 0.7;
  font-weight: 400;
  margin-bottom: 0;
}

.class-session-group .card-session-card-enroll-button {
  padding: 12px 50px;
  border-radius: 100px;
  background-color: #ea6100;
  color: white;
  line-height: 1;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
}

.class-session-group p.class-session-notice {
    margin: 0;
    padding-left: 8px;
    opacity: 0.6;
    font-style: italic;
    font-weight: 500;
}

.pane-q {
  margin-left: auto;
}

.pane-q i {
  color: #ea6100;
}

@media screen and (min-width: 1024px) {
  .class-block {
    flex-direction: row;
  }

  .container-right {
    max-width: 40%;
    margin: 0;
  }

  .class-details-right {
    max-width: 38%;
  }

  .class-option__detail {
    flex-direction: row;
    text-align: unset;
  }
}

@media screen and (max-width: 680px) {
  .class-lesson-dropdown-content {
    flex-direction: column;
  }

  .class-lesson-dropdown-column {
      width: 100%;
      margin-bottom: 15px;
  }

  .class-lesson-dropdown-content .class-lesson-dropdown-column:last-of-type {
      margin-bottom: 0;
  }
}

/*
    CLASSES LIST
*/

.class-list-block__title {
  display: none;
}

.class-list-filters__container {
  display: flex;
  padding: 20px 0;
  border-bottom: 2px dashed #ccc;
  justify-content: center;
}

.class-list-filters__item {
  display: flex;
  position: relative;
}

.class-list-filters__item:nth-child(2) .class-list-filters__item-dropdown {
  max-width: 325px;
  left: 50%;
  transform: translateX(-50%);
}

.class-list-filters__item:nth-child(2) .class-list-filters__item-dropdown label div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.class-list-filters__item-anchor {
  display: block;
  margin: 0 auto;
  font-family: Helvetica;
  border-bottom: 5px solid #bb4e02;
  border-top: none;
  border-left: none;
  border-right: none;
  background: linear-gradient(#ea6100, #d65a03);
  color: white;
  border-radius: 10px;
  box-shadow: 0px 2px 10px grey;
  transition: 150ms ease;
  font-weight: bold;
  padding: 5px 12px;
  cursor: pointer;
  z-index: 6;
}

.class-list-filters__item-anchor:active {
  border: none;
  border-bottom: 2px solid #bb4e02;
  box-shadow: 0px 1px 5px grey;
  background: linear-gradient(#d65a03, #ea6100);
  color: #fff;
}

.class-list-filters__item+.class-list-filters__item {
  margin-left: 15px;
}

.class-list-filters__item-anchor i {
  margin-left: 5px;
}

.class-list-filters__item-anchor:hover {
  text-decoration: none;
  color: #343434;
}

.class-list-filters__item-anchor:visited {
  color: #343434;
}

.class-list-filters__item-anchor--orange {
  background-color: #ea6100;
  color: #fff;
}

.class-list-filters__item-anchor--orange:hover {
  color: #fff;
}

.class-list-filters__item-dropdown {
  z-index: 6;
  position: absolute;
  min-width: 150px;
  height: auto;
  top: 100%;
  left: 0;
  border: 1px solid #343434;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
  display: none;
}

.class-list-filters__item-dropdown-age-wrapper {
  width: 200px;
  cursor: default;
}

.class-list-filters__item-dropdown-age-wrapper input {
  width: 150px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #343434;
  border-radius: 5px;
  float: left;
}

.class-list-filters__item-dropdown-age-wrapper button {
  width: 40px;
  padding: 5px;
  border: 1px solid #343434;
  border-radius: 5px;
  float: left;
  background-color: #ea6100;
  color: #fff;
}

.class-list-filters__item-dropdown img {
  width: 40px;
  height: auto;
  margin-right: 8px;
}

.show-on-mobile .class-list-filters__item-dropdown {
  left: unset;
  right: 0;
}

.class-list-filters__item-dropdown ul {
  padding: 0;
  margin: 0;
}

.class-list-filters__item-dropdown ul li {
  list-style-type: none;
  white-space: nowrap;
}

.class-list-filters__item-dropdown ul li label {
  display: flex;
  align-items: center;
}

.class-list-filters__item-dropdown input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #343434;
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.class-list-filters__item-dropdown input[type="checkbox"]:focus,
.class-list-filters__item-dropdown input[type="checkbox"]:checked:focus {
  outline: none;
}

.class-list-filters__item-dropdown input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.class-list-filters__item-dropdown input[type="checkbox"]:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #343434;
}

.class-list-container {
  display: flex;
  position: relative;
}

.class-list {
  width: 100%;
  padding-top: 20px;
}

.class-infographic {
  display: none;
}

.class-infographic .chart-holder {
  position: sticky;
  top: 280px;
}

.class-infographic-holder-fixed {
  position: fixed;
  top: 50px;
  right: 5%;
  display: none;
}

.class-infographic-grayscale {
  fill-opacity: 1;
}

.class-infographic__expanded-image {
  text-align: center;
}

.class-infographic__expanded-image__link {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
}

.class-list-block .nav-tabs {
  display: flex;
  background-color: #ea6100;
  padding: 15px 5px 0;
}

.class-list-block .nav-tabs li {
  flex: 1;
}

.class-list-block .nav-tabs li a {
  border: 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.class-list-block .nav-tabs li.active a {
  background-color: #fff;
  color: #ea6100;
}

.class-list-block .nav-tabs li a:focus,
.class-list-block .nav-tabs li a:hover {
  border: 0;
  background-color: unset;
}

.class-list-block .nav-tabs li.active a:focus,
.class-list-block .nav-tabs li.active a:hover {
  border: 0;
  background-color: #fff;
}

.class-inst {
  width: 48%;
  float: left;
  height: 365px;
  margin-top: 10px;
  margin-right: 10px;
}

.class-inst .format {
  font-size: 10px;
  font-weight: 600;
  float: right;
  display: inline;
}

.class-inst p {
  font-size: 14px;
}

.about-classes__infographic {
  max-width: 100%;
  height: auto;
}

.class-list-header-li {
  font-weight: 600;
}

#class-list-none {
  display: none;
}

#class-list-none span {
  float: left;
  line-height: 30px;
  margin-right: 10px;
}

#class-list-none button {
  float: left;
  padding: 5px;
  border: 1px solid #343434;
  border-radius: 5px;
  float: left;
  background-color: #ea6100;
  color: #fff;
  height: 30px;
}

.hide-on-mobile {
  display: none;
}

.show-on-mobile {
  display: flex;
}

.classes-infographic-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 6;
  /* Sit on top */
  padding-top: 170px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  z-index: 10;
}

.classes-infographic-modal-content {
  position: relative;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  z-index: 2;
}

.infograph-ol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2250px;
  z-index: 1;
}

.classes-infographic-modal-close {
  position: absolute;
  top: 45px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.classes-infographic-modal-close:hover,
.classes-infographic-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#overlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 5;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  opacity: 0.5;
  background-color: #000;
}

@media screen and (min-width: 667px) {
  .class-inst {
    margin: 25px 10px 25px 0;
  }

  .class-inst .format {
    font-size: 18px;
  }

  .class-inst p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .class-list-block .nav-tabs {
    display: none;
  }

  .class-list-block__title {
    display: block;
    color: #ea6100;
  }

  .class-list {
    width: 60%;
  }

  .class-infographic {
    width: 40%;
    right: 0;
    display: block;
  }

  .class-infographic__expanded-image__link {
    font-size: 12px;
  }

  .hide-on-mobile {
    display: flex;
  }

  .show-on-mobile {
    display: none;
  }

  .class-list-filters__container {
    display: flex;
    padding: 25px 0 5px;
    border-bottom: 0;
    justify-content: unset;
  }

  .class-list-filters__item:nth-child(2) .class-list-filters__item-dropdown {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .class-list {
    width: 45%;
    margin-right: 5%;
  }

  .class-infographic {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .class-inst {
    width: 100%;
  }
}

/*
    HOME
*/

.home-banner {
  position: fixed;
  top: 129px;
  left: 0;
  width: 100%;
  background-color: #0c0c2f;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 10;
}

.home-banner a {
  color: #ea6100;
  text-decoration: underline;
}

.home-banner a:hover {
  color: #ea6100;
}

.home-hero {
  height: calc(90vh - 112px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  min-height: 690px;
  margin-top: 60px;
}

@media only screen and (max-width: 1300px) {
  .home-hero {
    height: 95vh;
  }
}

@media only screen and (max-width: 1025px) {
  .home-banner {
    position: relative;
    top: 0;
  }

  .home-hero {
    height: calc(80vh - 300px);
    margin-top: 0;
  }
}

.home-hero .home-hero-container {
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 10%;
}

.home-hero .home-hero-content {
  width: 50%;
}

.dual-btns {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.dual-btns .white-round-btn {
  margin-right: 15px;
}

.home-round-btn {
  color: #fff;
  display: inline-block;
  background-color: #ea6100;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 2rem;
  transition: transform 0.2s linear;
}

.home-round-btn:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
}

.home-round-btn:visited {
  text-decoration: none;
  color: #fff;
}

.home-round-btn:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.dual-btns .home-round-btn {
  padding: 15px 20px;
  white-space: nowrap;
  border-radius: 45px;
  margin-right: 25px;
}

.home-hero-email {
  margin-top: 60px;
}

.home-hero-email .input-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.home-hero-email .input-content input {
  width: 350px;
  font-family: "Raleway", "Noto Sans SC", "HelveticaNeue", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  height: 40px;
  border-radius: 5px;
  border: 0;
  padding: 0 10px;
  margin-right: 10px;
  box-shadow: inset 0 2px 11px 0px rgba(0, 0, 0, 0.4);
}

.home-hero .home-hero-text {
  color: #fff;
  margin-bottom: 30px;
}

.home-hero .home-hero-text h1 {
  font-size: 6rem;
  margin: 8px 0;
}

.home-hero .home-hero-text .top-line {
  font-size: 2rem;
}

.home-hero .home-hero-text .bottom-line {
  font-size: 3rem;
}

.home-hero video {
  z-index: -1;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
  visibility: visible;
}

#videostill {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  #videostill {
    z-index: -1;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    object-fit: cover;

    display: block;
    visibility: visible;
  }

  .class-details-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#all-classes {
  text-align: center;
  background-color: #f5f5f5;
  padding: 30px;
}

.white-round-btn {
  background-color: #fff;
  color: #ea6100;
  border: 3px solid #ea6100;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 2rem;
  transition: all 0.2s linear;
  max-width: 400px;
  text-align: center;
  display: block;
  margin: auto;
}

.white-round-btn:hover {
  text-decoration: none;
  color: #ea6100;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.white-round-btn:visited {
  text-decoration: none;
  color: #ea6100;
}

.white-round-btn:focus {
  text-decoration: none;
  color: #ea6100;
  outline: none;
}

#testimonialpics {
  padding-top: 50px;
}

#weare {
  background-color: #f5f5f5;
}

#home-tabs {
  background-color: #f5f5f5;
}

#home-tabs .tab-content {
  padding: 50px;
  padding-bottom: 0;
}

#home-tabs .nav-tabs {
  margin: 0;
  background-color: #ea6100;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-left: 5px;
  border-bottom: 1px solid #c4c4c4;
}

#home-tabs .nav-tabs li {
  width: 300px;
  text-align: center;
}

#home-tabs .nav-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0px solid #f5f5f5;
  transition: all 0.25s ease;
}

#home-tabs .nav-tabs li:hover a {
  background-color: rgba(255, 255, 255, 0.05);
}

#home-tabs .nav-tabs li.active a {
  background-color: #f5f5f5;
  border-top: 2px solid #ea6100;
  border-right: 1px solid transparent;
  color: #ea6100;
}

#home-tabs .nav-tabs li a:focus {
  background-color: unset;
}

#home-tabs .nav-tabs li.active a:focus,
#home-tabs .nav-tabs li.active a:hover {
  background-color: #f5f5f5;
}

#not-equal .not-equal-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

#not-equal .not-equal-tab h1 {
  font-size: 35px;
  text-align: center;
}

#not-equal .not-equal-tab .sub-title {
  text-align: center;
}

.compare-table {
  width: 100%;
  margin-top: 25px;
  overflow: auto;
}

.compare-table i {
  font-size: 25px;
}

.compare-table i.fa-check {
  color: #1cb841;
}

.compare-table i.fa-minus {
  color: #fdb632;
}

.compare-table i.fa-times {
  color: #f13d20;
}

.compare-table .head,
.compare-table .table-entry {
  display: flex;
  border: 1px solid #ea6100;
  border-bottom: 0;
  min-width: 750px;
}

.compare-table .head img {
  height: 40px;
}

.compare-table .table-entry:last-of-type {
  border-bottom: 1px solid #ea6100;
}

.compare-table .head .entry,
.compare-table .table-entry .entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  padding: 10px;
  border-right: 1px solid #ea6100;
  text-align: center;
}

.compare-table .head .entry {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: #ea6100;
  color: white;
  font-size: 20px;
}

.compare-table p {
  margin: 0;
}

.compare-table .head .entry:last-of-type,
.compare-table .table-entry .entry:last-of-type {
  border-right: 0;
}

.compare-table .head .entry:first-of-type,
.compare-table .table-entry .entry:first-of-type {
  width: 40%;
  justify-content: start;
  text-align: left;
}

.table-sep {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  color: white;
  background-color: #0c0c2f;
}

.class-details-container {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
  #not-equal .not-equal-tab h1 {
    font-size: 22px;
  }

  .compare-table {
    zoom: 0.6;
  }

  .compare-table .head .entry:first-of-type,
  .compare-table .table-entry .entry:first-of-type {
    width: 30%;
  }

  .compare-table .head .entry,
  .compare-table .table-entry .entry {
    width: 23.3%;
  }

  .table-sep {
    min-width: 750px;
  }

  .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .nav.nav-tabs li {
    width: 49% !important;
  }
}

#classes-offered {
  color: #636363;
}

.home-classes-desc {
  text-align: center;
}

.home-classes-cards {
  display: flex;
  flex-direction: column;
}

.cards-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.home-classes-card {
  background-color: #fff;
  width: 250px;
  height: 150px;
  margin: 20px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}

.home-classes-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.2);
}

.home-classes-card a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #636363;
}

.home-classes-card a:visited {
  color: #636363;
}

.home-classes-card a:hover {
  color: #ea6100;
  text-decoration: none;
}

.home-classes-card a:focus {
  text-decoration: none;
  outline: none;
}

.home-classes-card p {
  margin: 0;
  text-align: center;
}

.home-classes-card img {
  align-self: center;
  width: 40px;
  margin-bottom: 10px;
}

.home-classes-card__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.unique-class-container {
  display: flex;
  flex-direction: column;
}

#unique-class .row {
  display: flex;
}

#unique-class .row:first-child {
  margin-bottom: 50px;
}

#unique-class .row>div {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}

#unique-class .unique-class-left {
  margin-right: 20px;
}

#unique-class img {
  width: 100%;
  height: auto;
}

#unique-class li {
  margin-bottom: 10px;
}

#unique-class .unique-class-main-li {
  font-size: 2rem;
}

.why-learn-container {
  display: flex;
}

.why-learn-col {
  flex: 1;
}

.why-learn-col:first-child {
  margin-right: 20px;
}

.why-learn-col img {
  width: 100px;
  align-self: center;
}

.why-learn-col h3 {
  margin-bottom: 30px;
  color: #ea6100;
}

.why-learn-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#parents {
  position: fixed;
  bottom: -185px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: bottom 0.3s ease-out;
}

#parents.is-open {
  bottom: 0px;
}

#parents .parents-header {
  color: #ea6100;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0px 12px -1px rgba(0, 0, 0, 0.3);
  transition: padding-bottom 0.3s;
  max-width: 400px;
  width: 100%;
  margin: auto;
  position: relative;
  top: 1px;
}

#parents.is-open .parents-header {
  color: #636363;
}

#parents .parents-header:hover {
  cursor: pointer;
  padding-bottom: 15px;
}

.parents-container {
  background-color: #fff;
  padding: 16px 10px;
  position: relative;
}

.parents-container-scroll-area {
  display: flex;
  position: relative;
  overflow: auto;
  margin: 0 25px;
  padding-bottom: 8px;
}

.parents-container-scroll-area::-webkit-scrollbar {
  display: none;
}

.parents-container .scroll-left {
  position: absolute;
  top: 50%;
  left: 5px;
  padding: 5px 15px;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
  display: block;
  visibility: visible;
}

.parents-container .scroll-right {
  position: absolute;
  top: 50%;
  right: 5px;
  padding: 5px 15px;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
  display: block;
  visibility: visible;
}

.parents-container-scroll-item .scroll-box-item__text {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  z-index: 1;
}

.parents-container-scroll-item .scroll-box-item__img {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.parents-container-scroll-item .scroll-box-item__img img {
  width: 100%;
  height: auto;
}

.parents-container-scroll-item .scroll-box-item__btn {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #cccc;
  width: 80%;
  text-align: center;
  border-radius: 25px;
}

.parents-container-scroll-item .scroll-box-item__btn a {
  color: #636363;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.parents-container-scroll-item .scroll-box-item__btn a:hover {
  color: #ea6100;
}

.parents-container-scroll-item .scroll-box-item__btn a:visited,
.parents-container-scroll-item .scroll-box-item__btn a:focus {
  color: #636363;
}

.parents-container-scroll-item .scroll-box-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #636363;
  margin-bottom: 15px;
}

.parents-container-scroll-item .scroll-box-wrapper {
  display: flex;
}

.parents-container-scroll-item .scroll-box-wrapper .scroll-box-item {
  margin-right: 10px;
  height: 110px;
  width: 200px;
  background-color: maroon;
  display: flex;
  align-items: center;
  position: relative;
}

footer {
  position: relative;
  padding-bottom: 30px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {

  /* #homevid {
    display: none;
    visibility: hidden;
  } */
  .home-hero .home-hero-content {
    width: 100%;
  }

  .home-hero-email {
    margin-top: 10px;
  }

  .home-hero-email .input-content input {
    width: 300px;
  }

  .home-hero .home-hero-text {
    margin-bottom: 10px;
  }

  .home-round-btn {
    padding: 10px 25px;
    font-size: 16px;
  }

  .home-hero .home-hero-text h1 {
    font-size: 4rem;
  }

  .home-hero .home-hero-text .top-line,
  .home-hero .home-hero-text .bottom-line,
  .home-hero-email .input-title {
    font-size: 2rem;
  }

  /* #videostill {
    display: flex;
    width: 100%;
    height: 100%;
    visibility: visible;
    object-fit: cover;
  } */
  #unique-class .row {
    flex-direction: column;
  }

  #unique-class .btn-container {
    text-align: center;
  }

  #unique-class .unique-class-left {
    margin-right: 0;
  }

  #unique-class .unique-class-right {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .why-learn-container {
    flex-direction: column;
  }

  #parents {
    bottom: -190px;
  }

  .parents-container-scroll-area {
    flex-direction: column;
    flex-wrap: wrap;
    height: 155px;
  }

  .parents-container .scroll-left {
    top: 0;
    left: 0;
    padding: 5px 10px;
  }

  .parents-container .scroll-right {
    top: 0;
    right: 0;
    padding: 5px 10px;
  }

  .parents-container-scroll-item {
    margin-bottom: 10px;
  }

  #home-tabs .tab-content {
    padding: 20px;
    padding-bottom: 0;
  }

  .why-learn-col img {
    width: 70px;
  }
}

@media screen and (max-width: 667px) {
  .home-hero .home-hero-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .home-hero-email {
    margin-top: 10px;
  }

  .home-hero-email .input-content input {
    width: 190px;
  }

  .home-hero .home-hero-text {
    margin-bottom: 10px;
  }

  .home-round-btn {
    padding: 5px 20px;
    font-size: 16px;
  }

  .home-hero .home-hero-text h1 {
    font-size: 20px;
  }

  .home-hero .home-hero-text .top-line,
  .home-hero .home-hero-text .bottom-line,
  .home-hero-email .input-title {
    font-size: 16px;
  }

  #parents .parents-header {
    max-width: 250px;
    transition: none;
  }

  #parents .parents-header:hover {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 390px) {
  .home-hero-email .input-content input {
    margin-bottom: 10px;
  }

  .home-hero {
    height: 65vh;
  }

  #home-tabs .nav-tabs li a {
    font-size: 16px;
  }

  .white-round-btn {
    font-size: 16px;
  }
}

/* Affiliates styling */

.video-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.video-btn .play-btn {
  padding: 10px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}

.video-btn .play-btn .inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #dcdcdb;
  color: #9b9d9b;
  font-size: 25px;
  padding-left: 5px;
}

.video-btn:hover .play-btn {
  background-color: rgba(234, 97, 0, 0.5);
  transition: all 0.5s ease;
}

.video-btn:hover .play-btn .inner-circle {
  background-color: #ea6100;
  color: #dcdcdb;
  transition: all 0.25s ease;
}

.video-btn p {
  margin: 0;
  margin-left: 10px;
  color: white;
  font-size: 20px;
}

.form-confirmation {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  color: #ea6100;
  margin-bottom: 0;
}

.download-info {
  display: flex;
  padding: 0;
}

.download-info button {
  width: fit-content;
  padding: 10px 45px;
  color: white;
  background-color: #ea6100;
  border-radius: 50px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}

.download-info button:hover {
  background-color: transparent;
  color: #ea6100;
  border: 1px solid #ea6100;
}

.download-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 100px;
  background-color: white;
  color: #535353;
}

.download-side p:first-of-type {
  font-weight: bold;
  margin: 20px 0;
  font-size: 20px;
}

.download-side p:last-of-type {
  margin-bottom: 25px;
}

.links-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 100px;
  background-color: #eeeeee;
  font-size: 20px;
}

.links-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  color: #636363;
  margin-bottom: 30px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.links-box i {
  color: #ea6100;
}

.links-box p {
  margin: 0;
}

.links-box a:hover {
  background-color: #ea6100;
  color: white;
  text-decoration: none;
}

.links-box a:hover i {
  color: white;
}

.partnership .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.partnership .section-title .title-border {
  width: 250px;
}

.partnership .infograph {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}

.partnership .infograph .info-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  text-align: center;
}

.partnership .infograph .info-holder span {
  color: #ea6100;
}

.partnership .infograph .info-holder .icon-holder {
  height: 200px;
  width: 200px;
  border-radius: 185px;
  background-color: #636363;
  margin-bottom: 20px;
}

.video-area h3 {
  text-align: center;
  color: #535353;
}

.video-area h3 b {
  color: #535353;
}

.video-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  background-color: gray;
  margin: 50px auto;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.modal-video-home {
  top: 100vh;
  /* needs to be after .modal. overrides top for home page */
}

.modal-slidein {
  display: flex;
  top: 0;
  z-index: 100;
}

.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: all 0.25s ease;
}

.modal .overlay i {
  position: absolute;
  top: 15px;
  right: 25px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.overlay-fade {
  opacity: 0.5 !important;
}

.modal .video-player {
  max-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 715px;
  padding: 15px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.modal .video-player .vid-title,
.modal-title-redirect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
}

.modal .video-player .vid-title p {
  margin: 0;
}

.modal .video-player .vid-title i,
#close-redirect {
  cursor: pointer;
  transition: all 0.25s ease;
}

.modal .video-player .vid-title i:hover,
#close-redirect:hover {
  color: #ea6100;
}

.season-modal {
  position: relative;
  width: 350px;
  padding: 35px 20px;
  background-color: white;
  z-index: 2;
}

.season-modal .season-title {
  display: flex;
  margin-bottom: 20px;
}

.season-modal .season-title .icon-holder {
  height: 40px;
  min-width: 40px;
  border-radius: 40px;
  background-color: #636363;
  margin-right: 10px;
}

.season-modal .season-title h3 {
  font-weight: bold;
  border-bottom: 4px solid #ea6100;
  margin: 0;
}

.season-modal .season-schedule {
  margin-bottom: 15px;
}

.season-modal .online {
  padding: 18px 15px;
  border: 1px solid #ea6100;
  margin-bottom: 18px;
}

.season-modal .online .class-label {
  color: #ea6100;
  font-weight: bold;
}

.season-modal .inperson {
  padding: 18px 15px;
  border: 1px solid #006fff;
  margin-bottom: 30px;
}

.season-modal .inperson .class-label {
  color: #006fff;
  font-weight: bold;
}

.season-modal .question {
  text-align: center;
  margin-bottom: 15px;
}

.season-modal button {
  width: 100%;
  height: 45px;
  border-radius: 45px;
  background-color: #ea6100;
  color: white;
  border: 0;
}

@media only screen and (max-width: 1150px) {
  .wrapper {
    width: 97%;
  }
}

@media only screen and (max-width: 900px) {
  h2 {
    font-size: 40px;
  }

  .partner-header .wrapper {
    flex-direction: column;
  }

  .register-panel {
    width: 100%;
    min-width: 0;
    margin: 20px 0;
  }

  .download-info {
    flex-direction: column;
  }

  .download-side,
  .links-box {
    width: 100%;
  }

  .left-side .section-title h2 {
    font-size: 30px;
  }

  .partner-header .right-side {
    width: 100%;
    margin-top: 20px;
    margin-left: 0 !important;
  }

  #home-tabs .nav-tabs li a {
    font-size: 18px;
    min-height: 55px;
  }
}

@media only screen and (max-width: 770px) {
  #home-tabs .nav-tabs li a {
    font-size: 14px;
    min-height: 60px;
  }
}

.navbar>.container,
.navbar>.container-fluid {
  align-items: flex-start;
  flex-wrap: nowrap;
}

.navbar-nav {
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 5;
}

.mobile-nav-header {
  display: none;
}

/* OPTIONAL */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

  .need-help-action,
  .free-trial-action {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
  }

  .navbar-nav a.circ-hl {
    font-size: 15px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .navbar-bottom-section {
    padding: 10px 0;
  }

  .navbar-top-section {
    background-color: #f9f9f9;
  }

  .nav-container {
    width: 100% !important;
  }

  .user-action-section {
    flex: auto;
    width: 100%;
    height: 40px;
  }


  .free-trial-action {
    border: 0;
    padding: 0 !important;
  }

  .free-trial-action .user-action-text {
    justify-content: center;
    width: 100%;
    max-width: 140px;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    border-radius: 100px;
    background-color: white;
    border: 3px solid #ea6100;
    font-weight: bold;
    color: #ea6000;
  }

  .navbar-bottom-section.collapse,
  .search-action,
  .cart-action {
    display: none;
  }

  .mobile-nav-header {
    display: flex;
    padding: 0;
  }

  .logo-holder {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }

  .mobile-nav-header .logo-holder img {
    height: 35px;
    margin-right: 10px;
  }

  .mobile-nav-header .logo-holder .slogan {
    font-size: 12px;
  }
}

@media only screen and (max-width: 780px) {
  .modal .video-player {
    max-height: 80vh;
    width: 100%;
    margin: 0 10px;
  }

  .video-btn {
    margin: 10px 0;
  }

  .video-btn .play-btn {
    padding: 5px;
  }

  .video-btn .play-btn .inner-circle {
    height: 35px;
    width: 35px;
    font-size: 18px;
  }

  .video-btn p {
    font-size: 16px;
  }

  .why-learn-col:first-child {
    margin-right: 0;
  }

  footer {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nav-container {
    padding: 0;
  }
}

@media only screen and (max-width: 685px) {
  .modal .video-player {
    height: auto;
  }

  .partnership .infograph {
    flex-direction: column;
    align-items: center;
  }

  .partnership h2 {
    text-align: center;
  }

  .partnership .infograph .info-holder {
    margin-bottom: 20px;
  }

  .video-holder {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .home-hero {
    min-height: 450px;
  }

  .home-hero .home-hero-container {
    padding: 10% 5%;
  }

  .home-hero .home-hero-content {
    margin-bottom: 0;
  }

  .dual-btns {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .dual-btns .home-round-btn {
    padding: 10px 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .home-hero-email .input-content input {
    width: 170px;
  }

  .home-hero-email .home-round-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .video-holder {
    height: 230px;
  }
}

@media only screen and (max-width: 400px) {
  .links-box a {
    width: 280px;
  }

  .download-side {
    padding: 20px;
  }

  .user-action-text {
    font-size: 12px;
  }

  .class-feature-details {
    padding: 4px 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 365px) {
  #home-tabs .nav-tabs li a {
    min-height: 80px;
  }
}

/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: "Raleway", "Noto Sans SC", "HelveticaNeue", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.fa-6x {
  font-size: 13vw !important;
}

.content {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 1200px;
}

p,
li {
  line-height: 1.6em;
}

#problem>h1 {
  margin: 20px 0 20px 0;
  font-weight: 300;
  color: #444;
  font-size: 1.8em;
}

.content>h2 {
  margin: 50px 0 20px 0;
  font-weight: 300;
  color: #444;
  font-size: 1.8em;
}

.content>h3 {
  margin: 20px 0 10px 0;
  font-weight: 500;
  color: #222;
  font-size: 1.3em;
}

.content>h1 {
  margin: 30px 0 20px 0;
  font-weight: 500;
  color: #444;
  font-size: 2.3em;
}

.studentAnswer {
  background-color: rgba(100, 100, 255, 0.4);
  margin-bottom: 20px;
  padding: 10px;
}

.studentAnswer>p {
  margin-bottom: 20px;
}

.studentAnswer>h3 {
  margin: 20px 0 10px 0;
  font-weight: 500;
  color: #222;
  font-size: 1.3em;
}

.studentAnswer>pre {
  font-size: 1em;
}

.centerit {
  text-align: center;
}

.centerit>h2 {
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: bold;
}

@media (max-width: 48em) {
  .centerit>h2 {
    font-size: 0.9em;
  }

  .centerit>p {
    font-size: 0.8em;
  }
}

.centerit>p {
  line-height: 1.2em;
}

.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

.banner {
  background: url("/resources/dist/assets/images/banners/banner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 25%;
  /* (img-height / img-width * width) */
  /* (853 / 1280 * 100) */
  display: table;
  text-align: center;
}

.content-heading {
  margin-top: 50px;
  height: 80px;
  width: 100%;
  display: table;
}

.content-heading2 {
  margin-top: 10px;
  height: 80px;
  width: 100%;
  display: table;
}

.banner-head {
  text-transform: uppercase;
  background-color: #364253;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 2em;
  color: white;
  font-weight: 800;
}

.banner-subhead {
  background-color: #151b20;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1.5em;
  color: white;
  font-weight: 500;
}

.vertcenter {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0;
  box-sizing: border-box;
}

aside {
  background: #1f8dd6;
  /* same color as selected state on site menu */
  padding: 0.6em 1.2em !important;
  border-radius: 3px;
  color: #fff;
}

aside a,
aside a:visited {
  color: rgb(169, 226, 255);
}

@media (min-width: 48em) {

  .header,
  .content {
    padding-left: 2em;
    padding-right: 2em;
  }
}

/* LINKS */

a {
  color: #ea6100;
  /* block-background-text-normal */
  text-decoration: none;
}

/* CENTER POST
 */

.centercolorflipper {
  max-width: 1100px;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: relative;
  overflow: auto;
  overflow-y: hidden;
}

.centercontent {
  max-width: 1100px;
  width: 1100px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
}

.colorflipperleft {
  width: 30%;
  /* display: inline-block; */
  float: left;
  padding-bottom: 40px;
}

.colorflipperleft h1,
h2 {
  font-weight: normal;
}

@media (max-width: 800px) {
  .colorflipperleft {
    width: 100%;
  }

  .colorflipperleft h1,
  h2 {
    font-weight: bold;
    font-size: 1.5em;
  }
}

.colorflipperright {
  width: 65%;
  /* display: inline-block; */
  float: right;
  padding-top: 20px;
}

.colorflipperright ul {
  font-weight: bold;
}

.colorflipperright li ul {
  font-weight: normal;
}

.greyblueback:nth-of-type(even) {
  background-color: rgb(196, 224, 235);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.greyblueback:nth-of-type(odd) {
  background-color: rgb(240, 240, 240);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.greygreyback:nth-of-type(even) {
  background-color: rgba(196, 196, 196, 0.5);
  display: inline-block;
  box-sizing: border-box;
}

.greygreyback:nth-of-type(odd) {
  background-color: rgba(230, 230, 230, 0.5);
  display: inline-block;
  box-sizing: border-box;
}

.colorflipperleft a {
  text-decoration: none !important;
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  background-color: rgb(49, 164, 207);
  color: white;
}

.colorflipperleft a:hover {
  background-color: rgb(4, 73, 99);
}

.colorflipperleft a:not([href]) {
  border: none;
  border-radius: none;
  background: none;
}

.pure-control-group label {
  font-weight: bold;
  color: black;
  font-size: 1.1em;
}

.pure-form {
  color: #333;
  font-size: 0.9em;
}

.form-error {
  color: red;
}

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
  background: #151b20;
  z-index: 1;
  overflow: hidden;
  /* The following styles are required for the "scroll-over" effect */
  width: 100%;
  height: 48%;
  top: 0;
  left: 0;
  position: fixed !important;
}

.splash {
  /* absolute center .splash within .splash-container */
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */

.splash-head {
  font-size: 20px;
  font-weight: bold;
  color: white;
  border: 3px solid white;
  padding: 1em 1.6em;
  font-weight: 100;
  border-radius: 5px;
  line-height: 1em;
  padding: 30px;
}

/* This is the subheading that appears on the blue section */

.splash-subhead {
  color: white;
  letter-spacing: 0.05em;
  opacity: 0.8;
  line-height: 1.7em;
  margin-bottom: 16px;
  margin-top: 16px;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */

.content-wrapper {
  /* These styles are required for the "scroll-over" effect */
  position: absolute;
  top: 47%;
  width: 100%;
  min-height: 12%;
  z-index: 2;
  background: white;
}

/* Adjustments for smaller and smaller heights, to avoid hiding buttons */

@media (max-height: 750px) {
  .splash-container {
    height: 55%;
  }

  .content-wrapper {
    top: 54%;
  }
}

@media (max-height: 650px) {
  .splash-container {
    height: 65%;
  }

  .content-wrapper {
    top: 64%;
  }
}

@media (max-height: 550px) {
  .splash-container {
    height: 75%;
  }

  .splash {
    top: 0%;
  }

  .content-wrapper {
    top: 74%;
  }
}

@media (max-height: 450px) {
  .splash-container {
    height: 100%;
  }

  .content-wrapper {
    top: 100%;
  }
}

@media (max-width: 320px) {
  #home-tabs .nav-tabs li a {
    font-size: 10px;
  }
}

/* This is the class used for the main content headers (<h2>) */

.content-head {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */

.content-head-ribbon {
  color: white;
}

/* This is the class used for the content sub-headers (<h3>) */

.content-subhead {
  color: #ea6100;
}

.content-subhead i {
  margin-right: 7px;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */

@media (min-width: 50em) {

  /* We want to give the content area some more padding */
  /* .content {
    } */
  /* We decrease the width of the .splash, since we have more width
    to work with */
  .splash {
    width: 50%;
    height: 50%;
  }

  .splash-head {
    font-size: 250%;
  }

  /* We remove the border-separator assigned to .l-box-lrg */
  .l-box-lrg {
    border: none;
  }
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */

@media (min-width: 78em) {

  /* We increase the header font size even more */
  .splash-head {
    font-size: 300%;
  }
}

/* NPROGRESS */

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* project upload */

.errors {
  color: rgb(255, 0, 0);
}

/* classes */

.classes_link {
  color: rgb(30, 90, 120);
}

.classes_date_exception {
  color: rgb(120, 30, 30);
}

.classes_full {
  color: rgb(214, 22, 22);
}

/*
PURECSS MARKETING
 */

@media screen and (min-width: 35.5em) {

  .u-sm-1,
  .u-sm-1-1,
  .u-sm-1-2,
  .u-sm-1-3,
  .u-sm-2-3,
  .u-sm-1-4,
  .u-sm-3-4,
  .u-sm-1-5,
  .u-sm-2-5,
  .u-sm-3-5,
  .u-sm-4-5,
  .u-sm-5-5,
  .u-sm-1-6,
  .u-sm-5-6,
  .u-sm-1-8,
  .u-sm-3-8,
  .u-sm-5-8,
  .u-sm-7-8,
  .u-sm-1-12,
  .u-sm-5-12,
  .u-sm-7-12,
  .u-sm-11-12,
  .u-sm-1-24,
  .u-sm-2-24,
  .u-sm-3-24,
  .u-sm-4-24,
  .u-sm-5-24,
  .u-sm-6-24,
  .u-sm-7-24,
  .u-sm-8-24,
  .u-sm-9-24,
  .u-sm-10-24,
  .u-sm-11-24,
  .u-sm-12-24,
  .u-sm-13-24,
  .u-sm-14-24,
  .u-sm-15-24,
  .u-sm-16-24,
  .u-sm-17-24,
  .u-sm-18-24,
  .u-sm-19-24,
  .u-sm-20-24,
  .u-sm-21-24,
  .u-sm-22-24,
  .u-sm-23-24,
  .u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .u-sm-1-12,
  .u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .u-sm-1-8,
  .u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .u-sm-1-6,
  .u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .u-sm-1-4,
  .u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .u-sm-1-3,
  .u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .u-sm-3-8,
  .u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .u-sm-5-12,
  .u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .u-sm-1-2,
  .u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .u-sm-7-12,
  .u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .u-sm-5-8,
  .u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .u-sm-2-3,
  .u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .u-sm-3-4,
  .u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .u-sm-5-6,
  .u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .u-sm-7-8,
  .u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .u-sm-11-12,
  .u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .u-sm-1,
  .u-sm-1-1,
  .u-sm-5-5,
  .u-sm-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {

  .u-md-1,
  .u-md-1-1,
  .u-md-1-2,
  .u-md-1-3,
  .u-md-2-3,
  .u-md-1-4,
  .u-md-3-4,
  .u-md-1-5,
  .u-md-2-5,
  .u-md-3-5,
  .u-md-4-5,
  .u-md-5-5,
  .u-md-1-6,
  .u-md-5-6,
  .u-md-1-8,
  .u-md-3-8,
  .u-md-5-8,
  .u-md-7-8,
  .u-md-1-12,
  .u-md-5-12,
  .u-md-7-12,
  .u-md-11-12,
  .u-md-1-24,
  .u-md-2-24,
  .u-md-3-24,
  .u-md-4-24,
  .u-md-5-24,
  .u-md-6-24,
  .u-md-7-24,
  .u-md-8-24,
  .u-md-9-24,
  .u-md-10-24,
  .u-md-11-24,
  .u-md-12-24,
  .u-md-13-24,
  .u-md-14-24,
  .u-md-15-24,
  .u-md-16-24,
  .u-md-17-24,
  .u-md-18-24,
  .u-md-19-24,
  .u-md-20-24,
  .u-md-21-24,
  .u-md-22-24,
  .u-md-23-24,
  .u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .u-md-1-12,
  .u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .u-md-1-8,
  .u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .u-md-1-6,
  .u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .u-md-1-4,
  .u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .u-md-1-3,
  .u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .u-md-3-8,
  .u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .u-md-5-12,
  .u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .u-md-1-2,
  .u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .u-md-7-12,
  .u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .u-md-5-8,
  .u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .u-md-2-3,
  .u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .u-md-3-4,
  .u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .u-md-5-6,
  .u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .u-md-7-8,
  .u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .u-md-11-12,
  .u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .u-md-1,
  .u-md-1-1,
  .u-md-5-5,
  .u-md-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 58em) {

  .u-lg-1,
  .u-lg-1-1,
  .u-lg-1-2,
  .u-lg-1-3,
  .u-lg-2-3,
  .u-lg-1-4,
  .u-lg-3-4,
  .u-lg-1-5,
  .u-lg-2-5,
  .u-lg-3-5,
  .u-lg-4-5,
  .u-lg-5-5,
  .u-lg-1-6,
  .u-lg-5-6,
  .u-lg-1-8,
  .u-lg-3-8,
  .u-lg-5-8,
  .u-lg-7-8,
  .u-lg-1-12,
  .u-lg-5-12,
  .u-lg-7-12,
  .u-lg-11-12,
  .u-lg-1-24,
  .u-lg-2-24,
  .u-lg-3-24,
  .u-lg-4-24,
  .u-lg-5-24,
  .u-lg-6-24,
  .u-lg-7-24,
  .u-lg-8-24,
  .u-lg-9-24,
  .u-lg-10-24,
  .u-lg-11-24,
  .u-lg-12-24,
  .u-lg-13-24,
  .u-lg-14-24,
  .u-lg-15-24,
  .u-lg-16-24,
  .u-lg-17-24,
  .u-lg-18-24,
  .u-lg-19-24,
  .u-lg-20-24,
  .u-lg-21-24,
  .u-lg-22-24,
  .u-lg-23-24,
  .u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .u-lg-1-12,
  .u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .u-lg-1-8,
  .u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .u-lg-1-6,
  .u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .u-lg-1-4,
  .u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .u-lg-1-3,
  .u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .u-lg-3-8,
  .u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .u-lg-5-12,
  .u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .u-lg-1-2,
  .u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .u-lg-7-12,
  .u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .u-lg-5-8,
  .u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .u-lg-2-3,
  .u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .u-lg-3-4,
  .u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .u-lg-5-6,
  .u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .u-lg-7-8,
  .u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .u-lg-11-12,
  .u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .u-lg-1,
  .u-lg-1-1,
  .u-lg-5-5,
  .u-lg-24-24 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {

  .u-xl-1,
  .u-xl-1-1,
  .u-xl-1-2,
  .u-xl-1-3,
  .u-xl-2-3,
  .u-xl-1-4,
  .u-xl-3-4,
  .u-xl-1-5,
  .u-xl-2-5,
  .u-xl-3-5,
  .u-xl-4-5,
  .u-xl-5-5,
  .u-xl-1-6,
  .u-xl-5-6,
  .u-xl-1-8,
  .u-xl-3-8,
  .u-xl-5-8,
  .u-xl-7-8,
  .u-xl-1-12,
  .u-xl-5-12,
  .u-xl-7-12,
  .u-xl-11-12,
  .u-xl-1-24,
  .u-xl-2-24,
  .u-xl-3-24,
  .u-xl-4-24,
  .u-xl-5-24,
  .u-xl-6-24,
  .u-xl-7-24,
  .u-xl-8-24,
  .u-xl-9-24,
  .u-xl-10-24,
  .u-xl-11-24,
  .u-xl-12-24,
  .u-xl-13-24,
  .u-xl-14-24,
  .u-xl-15-24,
  .u-xl-16-24,
  .u-xl-17-24,
  .u-xl-18-24,
  .u-xl-19-24,
  .u-xl-20-24,
  .u-xl-21-24,
  .u-xl-22-24,
  .u-xl-23-24,
  .u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .u-xl-1-12,
  .u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .u-xl-1-8,
  .u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .u-xl-1-6,
  .u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .u-xl-1-4,
  .u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .u-xl-1-3,
  .u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .u-xl-3-8,
  .u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .u-xl-5-12,
  .u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .u-xl-1-2,
  .u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .u-xl-7-12,
  .u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .u-xl-5-8,
  .u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .u-xl-2-3,
  .u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .u-xl-3-4,
  .u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .u-xl-5-6,
  .u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .u-xl-7-8,
  .u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .u-xl-11-12,
  .u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .u-xl-1,
  .u-xl-1-1,
  .u-xl-5-5,
  .u-xl-24-24 {
    width: 100%;
  }
}

.bannerheader {
  overflow: hidden;
  font-size: 2em;
}

a.btn-primary:visited {
  color: #fff;
}

/* Multistep */

/* See below for SASS (allows you easily set dot radius and progress bar thickness and adjusts everything else! */

.multistep .multistep-step {
  padding: 0;
  position: relative;
  margin-bottom: 10px;
}

.multistep .multistep-step .multistep-stepname {
  margin-bottom: 16px;
  color: #595959;
  font-size: 1.7rem;
  white-space: nowrap;
  font-weight: bold;
}

.multistep .multistep-step .multistep-dot {
  position: absolute;
  right: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -15.5px;
  border-radius: 50%;
  background: #f5f5f5;
  /* Inner Dot */
}

.multistep .multistep-step .multistep-dot:after {
  content: " ";
  border-radius: 50px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background: #e0e0e0;
}

.multistep .multistep-step .progress {
  position: absolute;
  width: 100%;
  height: 10.56px;
  margin-top: -5.28px;
  box-shadow: none;
  border-radius: 0;
}

.multistep .multistep-step .progress .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #ea6100;
}

.multistep .multistep-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.multistep .multistep-step:last-child>.progress {
  width: 50%;
}

.multistep .multistep-step.complete .multistep-dot {
  background: #fbe8aa;
}

.multistep .multistep-step.complete .multistep-dot:after {
  background: #ea6100;
}

.multistep .multistep-step.complete .progress>.progress-bar {
  width: 100%;
}

.multistep .multistep-step.next:hover .multistep-dot {
  background: #fbe8aa;
}

.multistep .multistep-step.next:hover .multistep-dot:after {
  background: #ea6100;
}

.multistep .multistep-step.current .multistep-dot {
  background: #fbe8aa;
}

.multistep .multistep-step.current .multistep-dot:after {
  background: #ea6100;
}

.multistep .multistep-step.current .progress>.progress-bar {
  width: 50%;
}

.multistep .multistep-step.current:first-child>.progress>.progress-bar {
  width: 0%;
}

.multistep .multistep-step.current:last-child>.progress>.progress-bar {
  width: 100%;
}

.multistep .multistep-step a.multistep-dot {
  pointer-events: none;
}

.multistep .multistep-step.next a.multistep-dot {
  pointer-events: all;
}

/* SASS
$inactiveColor: #f5f5f5;
$inactiveDotColor: #e0e0e0;
$activeColor: #fbe8aa;
$activeDotColor: #fbbd19;
$stepNameColor: #595959;
$dotRadius: 16px;
$barThickness: $dotRadius * .66;
$stepNameSize: 1.6rem;

.multistep {
    .multistep-step {
        padding: 0;
        position: relative;
        margin-bottom: 10px;

        .multistep-stepname {
            margin-bottom: $dotRadius;
            color: $stepNameColor;
            font-size: $stepNameSize;
            white-space: nowrap;
        }

        .multistep-dot {
            position: absolute;
            right: 50%;
            left: 50%;
            width: $dotRadius * 2;
            height: $dotRadius * 2;
            display: block;
            margin-top: -$dotRadius;
            margin-left: -$dotRadius + .5;
            border-radius: 50%;
            background: $inactiveColor;
            &:after {
                content: ' ';
                border-radius: 50px;
                position: absolute;
                top: $dotRadius / 2;
                bottom: $dotRadius / 2;
                left: $dotRadius / 2;
                right: $dotRadius / 2;
                background: $inactiveDotColor;
            }
        }

        .progress {
            position: absolute;
            width: 100%;
            height: $barThickness;
            margin-top: -$barThickness / 2;
            box-shadow: none;
            border-radius: 0;

            .progress-bar {
                width: 0px;
                box-shadow: none;
                background: $activeColor;
            }
        }

        &:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        &:last-child > .progress {
            width: 50%;
        }

        &.complete {
            .multistep-dot {
                background: $activeColor;

                &:after {
                    background: $activeDotColor;
                }
            }

            .progress > .progress-bar {
                width: 100%;
            }
        }

        &.next:hover {
            .multistep-dot {
                background: $activeColor;
            }

            .multistep-dot:after {
                background: $activeDotColor;
            }
        }

        &.current {
            .multistep-dot {
                background: $activeColor;

                &:after {
                    background: $activeDotColor;
                }
            }

            .progress > .progress-bar {
                width: 50%;
            }

            &:first-child > .progress > .progress-bar {
                width: 0%;
            }

            &:last-child > .progress > .progress-bar {
                width: 100%;
            }
        }

        a.multistep-dot {
            pointer-events: none;
        }

        &.next a.multistep-dot {
            pointer-events: all;
        }
    }
}
*/

/* WORKSHOP ENTRY */

.workshop-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease;
}

.workshop-entry .first-view {
  display: flex;
  width: calc(100% + 175px);
  position: absolute;
  top: 0;
  left: 0;
  height: 135px;
  margin-bottom: 35px;
  transition: all 0.35s ease;
}

.workshop-entry h3 {
  width: calc(100% + 20px);
  color: #ea6100;
  margin-top: 35px;
  font-size: 18px;
  transition: all 0.25s ease;
}

.workshop-entry h3 span {
  display: inline-block;
  position: relative;
  left: 0%;
  transition: all 0.25s ease;
}

.workshop-entry .prev-img {
  height: 346px;
  margin-bottom: 20px;
  margin-top: 180px;
  transition: all 0.25s ease;
}

.workshop-entry .desc {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 25px;
  color: #4c4c4c;
}

.workshop-expander.workshop-entry {
  height: 900px;
}

.workshop-expander.workshop-entry .first-view {
  left: -175px;
}

.workshop-expander.workshop-entry .prev-img {
  margin-top: 100px;
}

.workshop-expander.workshop-entry h3 {
  margin-top: 35px;
}

.workshop-expander.workshop-entry h3 span {
  left: 50%;
  transform: translateX(-50%);
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

.workshop-entry .big-btn {
  margin: 0 5px 5px 0;
  border: 1px solid #ea6100;
  background-color: #ea6100;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  transition: all 0.2s ease-out;
}

@media (max-width: 700px) {
  .workshop-entry {
    zoom: 0.6;
  }

  .workshop-entry h3 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .workshop-entry {
    zoom: 0.6;
  }

  .workshop-entry h3 {
    font-size: 20px;
    width: 40%;
    margin-top: 25px;
  }

  .workshop-expander.workshop-entry h3 {
    width: calc(100% + 20px);
  }

  .content {
    padding: 0 10px;
  }
}

.ws-signup {
  width: 100%;
  background-color: #ea6100;
  padding: 30px 50px;
  color: white;
  margin: 50px 0;
}

.ws-signup p {
  font-size: 18px;
  margin: 0;
}

.ws-signup form {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.ws-signup form .ws-input {
  height: 40px;
  color: #474747;
  padding: 0 25px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 5px;
}

.ws-signup form select {
  height: 40px;
  color: #474747;
  padding: 0 25px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 5px;
}

.ws-signup form .ms-choice {
  height: 40px;
  width: 100%;
  color: #474747;
  padding: 0 25px;
  border: 0;
  border-radius: 5px;
}

.cta-form-holder.ws-signup form label {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}

.cta-form-holder.ws-signup form .ws-input {
  height: 40px;
  color: #474747;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}

.cta-form-holder.ws-signup .ms-parent {
  width: 100% !important;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}

.ms-parent {
  width: 100% !important;
  margin-bottom: 20px;
}

.ms-choice,
.ms-choice>span {
  padding-top: 7px;
  padding-left: 25px !important;
}

.ms-drop.bottom input {
  margin: 0;
  margin-right: 10px;
}

.ws-signup form textarea {
  height: 100px;
  color: #474747;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 5px;
}

.cta-form-holder.ws-signup form textarea {
  height: 100px;
  width: 100%;
  color: #474747;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.ws-signup .ws-submit {
  width: 100%;
  height: 40px;
  color: #474747;
  background-color: #fdb632;
  border-radius: 5px;
  border: 0;
  margin: 0 auto;
}

/* HOMEPAGE CODER STYLING */

.coder-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diagram-details {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.diagram-details .detail-side {
  width: 400px;
  margin: 0 25px;
  text-align: center;
  font-size: 20px;
}

.diagram-details .detail-side .title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.diagram-details .detail-side p {
  line-height: 27px;
}

.diagram-details .detail-side p span {
  font-weight: 600;
}

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

.try-trial {
  margin-top: 25px !important;
  color: #343434;
}

.try-trial a {
  font-weight: 300;
  text-decoration: underline;
}

@media only screen and (max-width: 850px) {
  .diagram-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .diagram-details .detail-side {
    width: 90%;
    margin: 25px auto;
  }

  .vm-sec {
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
  }

  .class-list-filters__container {
    justify-content: initial;
    padding: 10px 0;
    overflow-y: visible;
    overflow-x: scroll;
  }

  .class-list-filters__item-anchor {
    width: max-content;
  }

  .class-list-filters__item {
    position: static;
  }

  .class-list-filters__item-dropdown {
    width: 100%;
  }

  .class-list-filters__item:nth-child(2) .class-list-filters__item-dropdown {
    max-width: 100%;
  }
}

.warning {
  color: red !important;
}

.ws-signup.special {
  width: 100%;
  max-width: 500px;
  background-color: #ea6100;
  padding: 30px 50px;
  color: white;
  margin: 100px auto;
}

.class-demo .ws-signup.special {
  background-color: #24204c;
}

.class-tabs {
  margin-bottom: 40px;
}

.class-tab-btns {
  display: flex;
}

.class-session-tabs.class-tab-btns {
  position: relative;
  z-index: 10;
}

.class-tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 11px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  background-color: white;
  color: black;
  cursor: pointer;
  transition: all .2s ease;
}

.class-tab-btn.active {
  background-color: #ededed;
  color: black;
  border-top: 3px solid #ea6100;
}

.class-tab-btn:not(.active):hover {
  background-color: #fb5000;
  color: white;
}

.class-tab-content {
  background-color: #ededed;
  padding: 6px 18px;
}

.class-attend-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 8px;
}

.class-attend-btns .class-attend-btn:last-of-type {
  margin-right: 0;
}

.class-attend-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-width: 140px;
  margin-right: 16px;
  font-weight: bold;
  color: #ea6100;
  max-width: 200px;
  border: 3px solid;
  border-color: #ea6100;
  background-color: white;
  border-radius: 100px;
  line-height: 1;
  font-size: 1em;
  cursor: pointer;
  transition: all .2s ease;
}

.class-attend-btn.in-person-attend {
  border-color: #3855bc;
  color: #3855bc;
  background-color: white;
}

.class-attend-btn.online-attend {
  color: #ea6100;
  border-color: #ea6100;
  background-color: white;
}

.class-attend-btn.online-attend.active, .class-attend-btn.online-attend:hover {
  background-color: #ea6100;
  color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.class-attend-btn.in-person-attend.active, .class-attend-btn.in-person-attend:hover {
  background-color: #3855bc;
  color: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn.button-secondary.class-attend-btn {
  max-width: unset;
  padding: 8px 20px;
  box-sizing: content-box;
  margin: 0 auto;
}

p.semester-text {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid gray;
  line-height: 0.8;
  margin: 0;
  margin-bottom: 10px;
  display: inline-flex;
  color: #333333;
}

p.semester-time {
  margin: 0;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 19px;
}

.semester-classes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.semester-class {
  background-color: #dedede;
  border-radius: 100px;
  font-weight: bold;
  color: #969696;
  width: 72px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  margin-bottom: 10px;
}

.semester-class.active {
  background-color: #ffc8a0;
  color: #ea6100;
}

.user-action i.fas.fa-angle-down {
  margin-left: 6px;
  font-size: 16px;
  color: #737373;
}

.change-pass-modal.message-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: all .25s ease;
}

.message-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}

.message-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 15px 15px 0 0;
  background-color: #ea6100;
  color: white;
  font-weight: bold;
}

.message-modal {
  max-width: 480px;
  position: relative;
  z-index: 2;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.25);
  border-radius: 15px;
  transform: translateY(0px);
  opacity: 1;
  transition: all .25s ease;
}

.message-modal-title {
  font-size: 14px;
}

.message-modal-close-btn i {
  line-height: 0;
}

.message-modal-close-btn {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: rgba(0,0,0,0.12);
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: all .25s ease;
}

.message-modal-close-btn {
  background-color: rgba(0,0,0,0.18);
}

.message-modal-body {
  padding: 20px 20px;
  background-color: #f3f3f3;
}

p.message-modal-body-title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #ea6100;
  margin-bottom: 15px;
  line-height: 1;
}

.message-modal-footer {
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #ea6100;
  border-radius: 0 0 15px 15px;
  cursor: pointer;
  transition: all .25s ease;
}

p.message-modal-body-content {
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  opacity: 0.9;
}

.message-modal-footer:hover {
  background-color: #ff8c3a;
}

.change-pass-modal.message-modal-container.modal-hidden {
  opacity: 0;
  visibility: hidden;
}

.modal-hidden .message-modal {
  transform: translateY(200px);
  opacity: 0;
}

@media only screen and (max-width: 350px) {
  p.slogan {
    font-size: 11px;
  }

  .mobile-nav-header .logo-holder img {
    height: 30px;
  }
}
