.sign-in-wrapper .form-signin input {
  background-color: transparent;
  color: #6c757d; }

.logout-static-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .logout-static-wrapper .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .logout-static-wrapper .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.logout-static-wrapper form {
  text-align: center; }

.swal2-container .swal2-header .swal2-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057;
  font-weight: 300; }
  @media (max-width: 767px) {
    .swal2-container .swal2-header .swal2-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .swal2-container .swal2-header .swal2-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.swal2-container .swal2-header .swal2-icon.swal2-info,
.swal2-container .swal2-header .swal2-icon.swal2-warning {
  border-color: #1e1e1e;
  color: #1e1e1e; }

.swal2-container .swal2-content b {
  font-weight: 400;
  font-size: 18px;
  color: #00693c; }
  @media (min-width: 576px) and (max-width: 992px) {
    .swal2-container .swal2-content b {
      height: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: unset; } }
  @media (max-width: 300px) {
    .swal2-container .swal2-content b {
      margin: 0; } }
.swal2-container .swal2-actions button.swal2-confirm {
  background-color: #00693c;
  border: 1px solid #00693c !important; }
  .swal2-container .swal2-actions button.swal2-confirm:hover {
    background-color: transparent;
    border-color: #00693c;
    color: #00693c; }

.swal2-container .swal2-popup {
  background-color: #f8f9fa;
  border-color: transparent; }
  .swal2-container .swal2-popup .swal2-styled.swal2-cancel {
    margin-right: 1.5rem;
    border: 1px solid #a71930;
    background-color: #f8f9fa;
    color: #a71930; }
    .swal2-container .swal2-popup .swal2-styled.swal2-cancel:hover {
      background-color: #a71930;
      color: #f8f9fa; }
  .swal2-container .swal2-popup .alert-warning {
    background-color: transparent;
    border: none;
    color: #00693c; }

body {
  font-family: "Ubuntu", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  background-color: #f8f9fa;
  color: #495057; }

#multiple-site-header {
  background-color: #2c3237; }
  #multiple-site-header .row > .site-link {
    color: #dee2e6;
    background-color: #23282c; }
    #multiple-site-header .row > .site-link:hover, #multiple-site-header .row > .site-link.active {
      color: #fff;
      background-color: #1e1e1e; }
  @media (max-width: 767px) {
    #multiple-site-header .row {
      flex-direction: column; } }
nav {
  min-height: 40px;
  background-color: #1e1e1e;
  margin-right: 0; }
  nav .container {
    padding: 0; }
    nav .container .navbar-nav .nav-item .nav-link {
      white-space: nowrap;
      color: #ced4da; }
      nav .container .navbar-nav .nav-item .nav-link#user-logout, nav .container .navbar-nav .nav-item .nav-link#user-register {
        border: 1px solid #495057;
        border-radius: 0.5rem; }
        nav .container .navbar-nav .nav-item .nav-link#user-logout:hover, nav .container .navbar-nav .nav-item .nav-link#user-register:hover {
          border: 1px solid #adb5bd; }
        @media (max-width: 767px) {
          nav .container .navbar-nav .nav-item .nav-link#user-logout, nav .container .navbar-nav .nav-item .nav-link#user-register {
            text-align: center; } }
      nav .container .navbar-nav .nav-item .nav-link::after {
        border-bottom: 0.125rem solid #dee2e6; }
      nav .container .navbar-nav .nav-item .nav-link:hover {
        color: #fff; }
      nav .container .navbar-nav .nav-item .nav-link.active {
        color: #fff; }

#toggle-admin-menu {
  color: #f8f9fa; }
  #toggle-admin-menu:hover {
    color: #00693c; }

@media (max-width: 300px) {
  .main-container {
    padding: 2rem 0; } }

a:not(.btn) {
  color: #495057; }
  a:not(.btn):hover {
    color: #00693c; }

.btn-outline-primary,
.btn-outline-secondary {
  border: 1px solid #00693c;
  background-color: transparent;
  color: #00693c; }
  .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:focus,
  .btn-outline-secondary:hover,
  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:focus {
    border-color: #00693c;
    background-color: #00693c;
    color: #f8f9fa; }
  .btn-outline-primary:focus,
  .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.8); }

.btn-secondary,
a:not([href]):not([tabindex]) {
  background-color: #00693c;
  border: 1px solid #00693c;
  color: #f8f9fa; }
  .btn-secondary:hover,
  a:not([href]):not([tabindex]):hover {
    background-color: transparent;
    border-color: #00693c;
    color: #00693c; }

.btn-cancel {
  background-color: transparent;
  border: 1px solid #a71930;
  color: #a71930; }
  .btn-cancel:hover {
    background-color: #a71930;
    border-color: #a71930;
    color: #f8f9fa; }

.btn-confirm {
  background-color: #00693c;
  border: 1px solid #00693c;
  color: #f8f9fa; }
  .btn-confirm:hover {
    background-color: transparent;
    border-color: #00693c;
    color: #00693c; }

@media (max-width: 767px) {
  nav.navbar .container {
    background-color: transparent; } }

.top-banner-wrapper .img-wrapper {
  height: 350px; }
  .top-banner-wrapper .img-wrapper .default-banner-cover {
    height: 100%;
    object-fit: contain;
    -webkit-filter: opacity(0.6);
    -moz-filter: opacity(0.6);
    -o-filter: opacity(0.6); }
  @media (max-width: 767px) {
    .top-banner-wrapper .img-wrapper {
      display: none; } }
.top-banner-wrapper .main-content-wrapper {
  position: relative;
  height: 170px;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  .top-banner-wrapper .main-content-wrapper .text-wrapper {
    position: absolute;
    top: 50px;
    font-size: 2.5rem;
    text-align: center; }
    .top-banner-wrapper .main-content-wrapper .text-wrapper .section-title span {
      text-transform: uppercase;
      color: #00693c; }
    @media (max-width: 767px) {
      .top-banner-wrapper .main-content-wrapper .text-wrapper {
        top: 10px;
        font-size: 1.5rem; } }
#vue-main-page-courses .course-featured-tags .btn {
  color: #00693c;
  background-color: #fff;
  outline-color: #00693c; }
  #vue-main-page-courses .course-featured-tags .btn:hover, #vue-main-page-courses .course-featured-tags .btn.active {
    color: #fff;
    background-color: #00693c;
    border-color: #00693c; }

.card-col-wrapper .card {
  overflow: unset;
  background-color: transparent;
  box-shadow: none; }
  .card-col-wrapper .card .card-inner-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    height: 100%;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }
    .card-col-wrapper .card .card-inner-wrapper:hover {
      background-color: #fff; }
    .card-col-wrapper .card .card-inner-wrapper .card-img-overlay-label {
      top: -35px;
      left: 5%;
      width: 90%;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      opacity: 1;
      background-color: #00693c;
      color: #f8f9fa; }
  .card-col-wrapper .card .card-img-top {
    width: 90%;
    margin: -35px auto auto auto;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2); }
  .card-col-wrapper .card .card-img-top.default-card-cover {
    width: 90%;
    margin: -35px auto auto auto;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa; }
  .card-col-wrapper .card .card-title {
    font-weight: normal;
    margin-top: 24px;
    margin-bottom: 12px; }
  .card-col-wrapper .card .card-description {
    margin: 0; }
    .card-col-wrapper .card .card-description ul {
      padding-left: 16px; }
  .card-col-wrapper .card .card-bottom .price-tag-wrapper .price-tag {
    font-weight: bold;
    padding: 0;
    background-color: transparent;
    color: #495057; }
  .card-col-wrapper .card .card-bottom .closest-term {
    font-size: 16px;
    font-weight: bold;
    color: #495057; }
    .card-col-wrapper .card .card-bottom .closest-term .closest-term-label {
      font-size: 16px; }
    .card-col-wrapper .card .card-bottom .closest-term .closest-term-value {
      background-color: transparent;
      color: #495057; }
  @media (max-width: 576px) {
    .card-col-wrapper .card .card-bottom {
      font-size: 14px; } }
  .card-col-wrapper .card.instructor-card {
    margin-top: 3rem;
    text-align: center; }
    .card-col-wrapper .card.instructor-card .card-inner-wrapper {
      box-shadow: none; }
    .card-col-wrapper .card.instructor-card .card-img-top,
    .card-col-wrapper .card.instructor-card .card-img-top.default-card-cover {
      width: 150px;
      height: 150px;
      border-radius: 50%; }
    .card-col-wrapper .card.instructor-card .card-description {
      height: auto;
      margin-bottom: 0; }
    .card-col-wrapper .card.instructor-card hr {
      margin-top: .5rem;
      margin-bottom: .5rem; }
    .card-col-wrapper .card.instructor-card .card-bottom {
      font-size: 14px;
      font-weight: bold; }
      .card-col-wrapper .card.instructor-card .card-bottom .small {
        font-size: 14px;
        font-style: normal;
        color: #6c757d; }
    .card-col-wrapper .card.instructor-card:hover {
      color: #212529; }
  .card-col-wrapper .card:hover {
    color: #212529; }

.about-us-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .about-us-wrapper .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .about-us-wrapper .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.about-us-wrapper .details-block {
  background-color: transparent;
  box-shadow: unset;
  padding: 0; }

.about-us-wrapper .instructor-list-wrapper .section-title {
  display: none; }

.our-staff-wrapper {
  margin-top: 40px; }
  .our-staff-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057;
    color: #00693c; }
    @media (max-width: 767px) {
      .our-staff-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .our-staff-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
    .our-staff-wrapper .section-title > span {
      text-transform: uppercase; }
    @media (max-width: 300px) {
      .our-staff-wrapper .section-title {
        margin: 0; } }
  .our-staff-wrapper .section-subtitle {
    font-size: 18px;
    text-align: center; }
    @media (max-width: 576px) {
      .our-staff-wrapper .section-subtitle {
        font-size: unset;
        margin: 12px auto 18px auto; } }
    @media (max-width: 300px) {
      .our-staff-wrapper .section-subtitle {
        font-size: 14px;
        margin: 12px auto 18px auto; } }
  .our-staff-wrapper .swiper-container {
    width: 100%;
    height: 100%; }
    .our-staff-wrapper .swiper-container .instructor-tile-container {
      margin-top: 30px; }
    .our-staff-wrapper .swiper-container .swiper-pagination {
      bottom: 0; }
      .our-staff-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #495057; }
      @media (min-width: 300px) {
        .our-staff-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px; } }
    @media (max-width: 300px) {
      .our-staff-wrapper .swiper-container {
        margin-top: 18px; } }
.closest-term-head-info {
  width: 100%;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00693c;
  border-radius: 0.5rem;
  color: #00693c; }
  .closest-term-head-info .closest-term-label {
    margin-top: 6px;
    padding-bottom: 12px; }

.course-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .course-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .course-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.course-tags .btn-tag,
.course-tags .btn-tag:active {
  background-color: #ced4da;
  color: #495057; }
  .course-tags .btn-tag:hover,
  .course-tags .btn-tag:active:hover {
    border-color: #adb5bd; }

.course-description {
  box-shadow: none; }

.course-content-sidebar h5 {
  margin-bottom: .5rem; }

.course-content-sidebar hr {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.course-content-sidebar .details-block,
.course-content-sidebar .course-details-alert {
  background-color: transparent;
  box-shadow: unset; }

.course-content-sidebar .course-details-alert {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
  border: none;
  color: #495057; }
  .course-content-sidebar .course-details-alert .btn {
    background-color: #00693c;
    border: 1px solid #00693c;
    color: #f8f9fa; }
    .course-content-sidebar .course-details-alert .btn:hover {
      background-color: transparent;
      border-color: #00693c;
      color: #00693c; }

.course-content-sidebar .course-terms {
  background-color: transparent;
  box-shadow: unset; }
  .course-content-sidebar .course-terms .small {
    padding-bottom: 14px; }
  .course-content-sidebar .course-terms .course-date-item {
    padding-top: 0; }
    .course-content-sidebar .course-terms .course-date-item .course-term-popover {
      font-size: 16px;
      padding: 0 6px;
      border-radius: 0.5rem;
      background-color: #dee2e6; }
      .course-content-sidebar .course-terms .course-date-item .course-term-popover:hover {
        border-color: #ced4da; }
    .course-content-sidebar .course-terms .course-date-item .capacity-burger.green {
      color: #00693c; }
    .course-content-sidebar .course-terms .course-date-item .sign-up-button {
      border: 1px solid #00693c;
      background-color: #00693c;
      color: #f8f9fa; }
      .course-content-sidebar .course-terms .course-date-item .sign-up-button:hover {
        background-color: transparent;
        border-color: #00693c;
        color: #00693c; }
    .course-content-sidebar .course-terms .course-date-item .badge-info,
    .course-content-sidebar .course-terms .course-date-item .term-badge {
      padding: 6px;
      background-color: #00693c; }

.course-content-sidebar .course-related-posts .course-related-posts-item {
  font-size: 16px;
  padding: 1px 6px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background-color: #dee2e6;
  transition: all .3s ease-in-out; }
  .course-content-sidebar .course-related-posts .course-related-posts-item:hover {
    border-color: #adb5bd; }
    .course-content-sidebar .course-related-posts .course-related-posts-item:hover a {
      color: #495057; }

.course-content-sidebar .course-instructor-list .instructor-block {
  margin-bottom: 14px; }

.course-content-sidebar .course-instructor-list .instructor-avatar {
  width: 40px;
  height: 40px; }

.course-content-sidebar .course-instructor-list .instructor-name {
  font-size: 16px;
  margin-left: 6px; }

.course-content-sidebar .course-sidebar-description.sidebar-title {
  margin-bottom: 8px;
  padding-left: 18px; }

.course-content-sidebar .course-sidebar-description > * {
  font-size: 16px; }

.course-content-sidebar .sidebar-past-terms .sidebar-title {
  margin-bottom: 8px; }

.course-registration-wrapper {
  margin-top: 18px; }
  .course-registration-wrapper .card.card-body {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .course-registration-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .course-registration-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .course-registration-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .course-registration-wrapper .form-group .form-control:disabled,
  .course-registration-wrapper .form-group .form-control[readonly] {
    background-color: #f8f9fa;
    opacity: 1; }

.course-sign-up-complete-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .course-sign-up-complete-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .course-sign-up-complete-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .course-sign-up-complete-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
.new-course-wrapper .card {
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  .new-course-wrapper .card:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none; }

.new-course-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .new-course-wrapper .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .new-course-wrapper .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.new-course-wrapper .post-form .form-group #as-selections-id_tags__tagautosuggest .as-close {
  background-color: transparent;
  border-color: transparent; }

.vue-course-news-header .course-related-news .header i {
  border: 3px solid #212529;
  border-radius: 50%;
  padding: 5px; }

.vue-course-news-header .course-related-news .header .related-courses-header {
  font-weight: 400;
  font-size: 18px;
  color: #00693c;
  color: #00693c; }
  @media (min-width: 576px) and (max-width: 992px) {
    .vue-course-news-header .course-related-news .header .related-courses-header {
      height: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: unset; } }
  @media (max-width: 300px) {
    .vue-course-news-header .course-related-news .header .related-courses-header {
      margin: 0; } }
.vue-course-news-header .course-related-news .list-course-news {
  list-style-type: none; }
  .vue-course-news-header .course-related-news .list-course-news li a {
    color: #00693c; }
    .vue-course-news-header .course-related-news .list-course-news li a:hover {
      color: #00361f; }

.contact-wrapper.details-block {
  background-color: transparent;
  box-shadow: unset; }

.form-contact-wrapper.card {
  background-color: transparent;
  box-shadow: unset; }
  .form-contact-wrapper.card .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .form-contact-wrapper.card .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .form-contact-wrapper.card .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .form-contact-wrapper.card form .form-group select,
  .form-contact-wrapper.card form .form-group input,
  .form-contact-wrapper.card form .form-group textarea {
    background-color: transparent; }
  .form-contact-wrapper.card form .form-check-label a {
    text-decoration: underline;
    color: #00693c; }

.contact-wrapper.details-block {
  background-color: transparent;
  box-shadow: unset; }

.form-contact-wrapper.card {
  background-color: transparent;
  box-shadow: unset; }
  .form-contact-wrapper.card .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .form-contact-wrapper.card .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .form-contact-wrapper.card .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .form-contact-wrapper.card form .form-group select,
  .form-contact-wrapper.card form .form-group input,
  .form-contact-wrapper.card form .form-group textarea {
    background-color: transparent; }
  .form-contact-wrapper.card form .form-check-label a {
    text-decoration: underline;
    color: #00693c; }

.user-profile-wrapper {
  background-color: transparent;
  box-shadow: unset;
  padding: 2.5rem 0; }
  .user-profile-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .user-profile-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .user-profile-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .user-profile-wrapper .manage-buttons .btn-secondary {
    border: 1px solid #00693c; }
    .user-profile-wrapper .manage-buttons .btn-secondary:hover {
      background: transparent;
      border: 1px solid #00693c;
      color: #00693c; }
  .user-profile-wrapper .user-details-block {
    background-color: transparent;
    box-shadow: unset; }
    .user-profile-wrapper .user-details-block strong {
      font-weight: 400;
      font-size: 18px;
      color: #00693c;
      color: #00693c; }
      @media (min-width: 576px) and (max-width: 992px) {
        .user-profile-wrapper .user-details-block strong {
          height: 50px;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: unset; } }
      @media (max-width: 300px) {
        .user-profile-wrapper .user-details-block strong {
          margin: 0; } }
  .user-profile-wrapper .header {
    font-weight: 400;
    font-size: 18px;
    color: #00693c; }
    @media (min-width: 576px) and (max-width: 992px) {
      .user-profile-wrapper .header {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: unset; } }
    @media (max-width: 300px) {
      .user-profile-wrapper .header {
        margin: 0; } }
    .user-profile-wrapper .header i {
      border: 3px solid #212529;
      border-radius: 50%;
      padding: 5px; }
  .user-profile-wrapper .course-details-alert {
    margin-top: 18px;
    justify-content: center;
    border: unset;
    box-shadow: unset; }
  .user-profile-wrapper:hover {
    box-shadow: none; }

.profile-edit-wrapper {
  margin-top: inherit; }
  .profile-edit-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .profile-edit-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .profile-edit-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .profile-edit-wrapper .card {
    background-color: transparent;
    box-shadow: unset; }
  .profile-edit-wrapper .btn-outline-secondary:hover {
    background-color: #00693c;
    color: #f8f9fa; }

.edit-newsletter-preferences-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .edit-newsletter-preferences-wrapper #newsletter_form .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .edit-newsletter-preferences-wrapper #newsletter_form .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .edit-newsletter-preferences-wrapper #newsletter_form .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .edit-newsletter-preferences-wrapper #newsletter_form #preference_list .preference-option strong {
    font-weight: 400;
    font-size: 18px;
    color: #00693c; }
    @media (min-width: 576px) and (max-width: 992px) {
      .edit-newsletter-preferences-wrapper #newsletter_form #preference_list .preference-option strong {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: unset; } }
    @media (max-width: 300px) {
      .edit-newsletter-preferences-wrapper #newsletter_form #preference_list .preference-option strong {
        margin: 0; } }
  .edit-newsletter-preferences-wrapper #newsletter_form #newsletter_courses_list_wrapper h5 {
    font-weight: 400;
    font-size: 18px;
    color: #00693c; }
    @media (min-width: 576px) and (max-width: 992px) {
      .edit-newsletter-preferences-wrapper #newsletter_form #newsletter_courses_list_wrapper h5 {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: unset; } }
    @media (max-width: 300px) {
      .edit-newsletter-preferences-wrapper #newsletter_form #newsletter_courses_list_wrapper h5 {
        margin: 0; } }
  .edit-newsletter-preferences-wrapper:hover {
    box-shadow: none; }

.sign-up-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .sign-up-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .sign-up-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .sign-up-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .sign-up-wrapper .sign-if-possible {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #1e1e1e; }
    .sign-up-wrapper .sign-if-possible a {
      text-decoration: underline;
      color: #00693c; }
  .sign-up-wrapper form .form-group input {
    background-color: transparent; }
  .sign-up-wrapper form .form-check-label a {
    text-decoration: underline;
    color: #00693c; }
  .sign-up-wrapper:hover {
    box-shadow: none; }

.account-change-password-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .account-change-password-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .account-change-password-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .account-change-password-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .account-change-password-wrapper .password_change .form-group input {
    background-color: transparent; }
  .account-change-password-wrapper:hover {
    box-shadow: none; }

.reset-password-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .reset-password-wrapper .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .reset-password-wrapper .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.reset-password-wrapper .possibility-to-change-password-info {
  padding: 0;
  background-color: transparent;
  border: 0; }
  .reset-password-wrapper .possibility-to-change-password-info .card-title {
    font-weight: 400;
    font-size: 18px;
    color: #00693c; }
    @media (min-width: 576px) and (max-width: 992px) {
      .reset-password-wrapper .possibility-to-change-password-info .card-title {
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: unset; } }
    @media (max-width: 300px) {
      .reset-password-wrapper .possibility-to-change-password-info .card-title {
        margin: 0; } }
.reset-password-wrapper .password_reset .form-group label {
  display: none; }

.reset-password-wrapper .password_reset .form-group input {
  background-color: transparent; }

.password-reset-done .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .password-reset-done .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .password-reset-done .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.password-reset-done .reset-password-contact {
  padding-left: 0;
  border: 0;
  background-color: transparent; }

.new-instructor-wrapper .card {
  background-color: transparent;
  box-shadow: unset; }
  .new-instructor-wrapper .card .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .new-instructor-wrapper .card .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .new-instructor-wrapper .card .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .new-instructor-wrapper .card form .form-group input,
  .new-instructor-wrapper .card form .form-group select,
  .new-instructor-wrapper .card form .form-group textarea {
    background-color: transparent;
    border-color: #adb5bd; }

.post-list-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
  color: #495057; }
  @media (max-width: 767px) {
    .post-list-wrapper .section-title {
      font-size: 1.5rem; } }
  @media (max-width: 575px) {
    .post-list-wrapper .section-title {
      font-size: 24px;
      margin-bottom: 1.5rem; } }
.post-list-wrapper .post-list-item-link {
  background-color: transparent;
  box-shadow: unset;
  margin-bottom: 0;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0; }
  .post-list-wrapper .post-list-item-link .post-list-item {
    align-items: center; }
    .post-list-wrapper .post-list-item-link .post-list-item .post-description .new-title {
      font-weight: normal; }
    .post-list-wrapper .post-list-item-link .post-list-item .post-description .post-preview,
    .post-list-wrapper .post-list-item-link .post-list-item .post-description .post-bottom-line {
      font-weight: 300; }
  .post-list-wrapper .post-list-item-link:last-child {
    border: none; }

.post-details-wrapper .section-title {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase; }

.post-details-wrapper .post-content-wrapper {
  background-color: transparent;
  box-shadow: unset;
  padding: 0; }
  .post-details-wrapper .post-content-wrapper hr {
    display: none; }

.post-details-wrapper .related-courses-wrapper .related-courses-title {
  font-size: 18px;
  font-weight: normal; }
  .post-details-wrapper .related-courses-wrapper .related-courses-title .fab {
    display: none; }

.add-news-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .add-news-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .add-news-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .add-news-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .add-news-wrapper form .form-group input,
  .add-news-wrapper form .form-group select,
  .add-news-wrapper form .form-group textarea,
  .add-news-wrapper form .form-group .selector-filter input {
    background-color: transparent;
    border-color: #adb5bd; }
  .add-news-wrapper form .form-group .selector-available h2,
  .add-news-wrapper form .form-group .selector-chosen h2 {
    background-color: #00693c;
    border-bottom: 1px solid #00693c;
    color: #f8f9fa; }
  .add-news-wrapper form .form-group .selector-available .selector-filter,
  .add-news-wrapper form .form-group .selector-chosen .selector-filter {
    background-color: inherit; }
  .add-news-wrapper:hover {
    box-shadow: none; }

.email-list-form-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .email-list-form-wrapper .section-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057; }
    @media (max-width: 767px) {
      .email-list-form-wrapper .section-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .email-list-form-wrapper .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .email-list-form-wrapper .email_list strong {
    padding: 0 14px; }
  .email-list-form-wrapper .email_list .btn-outline-secondary:hover {
    color: #f8f9fa; }
  .email-list-form-wrapper .add_email label {
    display: none; }
  .email-list-form-wrapper .add_email input {
    background-color: transparent; }
  .email-list-form-wrapper:hover {
    box-shadow: none; }

.confirm-email-wrapper {
  background-color: transparent;
  box-shadow: unset; }
  .confirm-email-wrapper .stction-title {
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
    color: #495057;
    font-weight: normal; }
    @media (max-width: 767px) {
      .confirm-email-wrapper .stction-title {
        font-size: 1.5rem; } }
    @media (max-width: 575px) {
      .confirm-email-wrapper .stction-title {
        font-size: 24px;
        margin-bottom: 1.5rem; } }
  .confirm-email-wrapper .verification-message {
    text-align: center;
    margin: 18px;
    padding: 0; }
  .confirm-email-wrapper form {
    display: flex;
    justify-content: center; }
  .confirm-email-wrapper:hover {
    box-shadow: none; }

footer {
  background-color: #1e1e1e;
  color: #adb5bd; }
  footer #CookieInfoBanner {
    margin-top: -1.5rem;
    background-color: #00693c; }
  footer #bottom-footer {
    background-color: #a71930; }
