﻿@charset "UTF-8";
:root {
  --navbar-height: 102px; }

/* Utility Classes */
.display-none {
  display: none; }

/* Primary Styles */
html {
  line-height: 1.15;
  text-rendering: optimizelegibility;
  font-size: 16px; }

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  min-width: 356px;
  overflow: scroll;
  width: 100%; }

.e2g-bkg-blue {
  background: #0F71B3; }

.e2g-bkg-grey {
  background: #f1f3f4; }

/* Primary Link Styles
a:link,
a:visited,
a:hover,
a:active {
color: #3aa3d7;
} */
/* Hero Block */
.e2g-hero-frame {
  background-image: url("../img/hosted-hero.jpg");
  background-size: cover;
  height: 332px;
  padding-left: 20px;
  padding-right: 20px; }
  .e2g-hero-frame .e2g-hero-h1 {
    background-repeat: no-repeat;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto;
    margin: 84px auto 0;
    max-width: 876px;
    text-align: center;
    width: 100%;
    position: relative; }
  .e2g-hero-frame .e2g-hero-searchblock {
    border-radius: 4px;
    margin: 40px auto;
    max-width: 590px;
    width: 100%;
    position: relative; }

/* Use webp for background image if supported. */
@supports (background-image: -webkit-image-set(url("../img/hosted-hero.webp") 1x)) {
  .e2g-hero-frame {
    background-image: -webkit-image-set(url("../img/hosted-hero.webp") 1x); } }

/* Use jpg if safari, which will pass the above rule.  Still leaving the default rule in place for
    chrome, edge , opera, and anything else that passes.
*/
@media not all and (min-resolution: 0.001dpcm) {
  .e2g-hero-frame {
    background-image: url("../img/hosted-hero.jpg"); } }

/* Force webp usage if browser is firefox. */
@-moz-document url-prefix() {
  .e2g-hero-frame {
    background-image: url("../img/hosted-hero.webp"); } }

.e2g-hero-searchblock > .e2g-hosted-search-ac {
  background: white;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #ccc;
  color: #0F71B3;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 2; }

.e2g-hero-frame .e2g-hero-search-input {
  padding: 14px 16px;
  color: #666;
  font-size: 18px;
  height: 56px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.e2g-hero-search-btn {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 56px;
  justify-content: center;
  width: 120px; }

/* Hosted Intro Block */
.e2g-hosted-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%; }

.e2g-hosted-learn-skills-block {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  padding: 50px 40px;
  margin: auto;
  max-width: 1440px;
  width: 100%; }
  .e2g-hosted-learn-skills-block div {
    width: 100%; }

.e2g-hosted-intro-image {
  margin: 0 0 auto auto;
  max-width: 422px;
  min-width: 304px;
  width: 304px; }

.e2g-hosted-intro-h2 {
  color: #666;
  font-size: 28px;
  line-height: 42px;
  margin-top: 0; }

.e2g-hosted-intro-copy {
  color: #666;
  font-size: 16px;
  line-height: 42px; }

/* Hosted Intro Block */
.e2g-hosted-outer-frame {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 40px;
  width: 100%; }

.e2g-hosted-inner-frame {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%; }

.e2g-title-container {
  padding: 0 0 20px; }

.e2g-hosted-featured-hdr {
  color: #000;
  display: inline-block;
  font-size: 28px;
  line-height: 24px;
  margin: 0 12px 0 0;
  white-space: nowrap;
  word-wrap: normal; }

.e2g-hosted-featured-view-btn {
  color: #0F71B3;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  white-space: nowrap;
  word-wrap: normal; }

.e2g-hosted-featured-items {
  font-size: 14px;
  line-height: 22px; }

.e2g-featured-courses {
  align-content: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16px; }

.e2g-featured-course-image {
  margin: 0 0 8px;
  width: 100%; }

.e2g-hosted-view-btn-block,
.e2g-hosted-subscribe-btn-block {
  display: block;
  text-align: center; }

.e2g-hosted-view-btn-link {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 20px auto 0;
  padding: 14px 54px;
  text-decoration: none; }

.e2g-hosted-subscribe-btn-link {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  justify-content: center;
  margin: 24px auto auto 16px;
  padding: 14px 54px;
  text-decoration: none;
  width: 180px; }

.e2g-promo-subscribe {
  background: #0F71B3;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .e2g-promo-subscribe form {
    width: 100%; }
  .e2g-promo-subscribe .r-col,
  .e2g-promo-subscribe .l-col {
    color: #fff;
    font-size: 28px;
    height: auto;
    line-height: 34px;
    padding: 20px;
    text-align: center;
    width: 50%; }

.error-ico-pos {
  left: 20px;
  position: absolute;
  top: -6px; }

.e2g-promo-find {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  justify-content: center;
  line-height: 34px;
  padding: 0 20px;
  text-align: center;
  width: 100%; }
  .e2g-promo-find .l-col {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: center; }

.e2g-promo-subscribe .r-col {
  align-items: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 90px;
  justify-content: center;
  margin: auto 0; }

.e2g-promo-subscribe .l-col,
.e2g-promo-subscribe .r-col {
  width: 50%; }

.e2g-promo-subscribe .e2g-sub-input {
  font-size: 16px;
  padding: 14px;
  width: 100%; }

.sub-input-well {
  width: 100%; }

.e2g-promo-subscribe .r-col {
  position: relative; }

.e2g-promo-subscribe .e2g-sub-input-error {
  border: 2px solid #9e0b0f; }

.e2g-promo-subscribe .sub-success {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0; }
  .e2g-promo-subscribe .sub-success .success-text {
    align-items: center;
    display: flex;
    flex-direction: row; }
  .e2g-promo-subscribe .sub-success p {
    border: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: left; }

.e2g-promo-subscribe p {
  border: 0;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: left; }

.e2g-promo-subscribe .sub-success p {
  padding-left: 24px; }

.e2g-promo-subscribe p {
  padding: 0 0 16px; }

.e2g-promo-subscribe h3 {
  padding: 0 0 8px;
  margin: 0; }

.success-img {
  background: url("/oic/Includes/assets/img/success-ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 42px;
  margin-right: 8px;
  width: 42px; }

.e2g-promo-subscribe .error-notification {
  background: #fff;
  border-radius: 4px;
  color: #9e0b0f !important;
  font-size: 16px;
  line-height: 20px;
  margin: 8px 0 0;
  padding: 10px 16px;
  position: relative;
  text-align: left; }

.e2g-promo-subscribe .subscription-well {
  display: flex;
  flex-direction: column; }

.error-pointer {
  background: white;
  height: 10px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 10px; }

.e2g-promo-subscribe .form-control {
  height: auto !important; }

/* Hosted Categories Block */
.e2g-hosted-cat-outer-frame {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 40px;
  width: 100%; }

.e2g-hosted-cat-inner-frame {
  margin: 0 auto;
  width: 100%; }

.e2g-course-cat-list {
  font-size: 14px;
  height: 208px;
  line-height: 22px; }

.e2g-course-cat-list-item {
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative; }

.e2g-course-cat-ctitle {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  width: 200PX;
  z-index: 2; }

.hide-category-count {
  display: none; }

.e2g-cc-img-bkg {
  filter: brightness(56%); }

.e2g-course-cat-list-item:hover .e2g-cc-img-bkg {
  filter: brightness(44%);
  transition: filter 0.5s; }

.e2g-hosted-cat-ul {
  border: 0;
  color: #0F71B3;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: underline; }
  .e2g-hosted-cat-ul li {
    cursor: pointer;
    padding-bottom: 8px; }

.cc-btn-more::after {
  content: 'View More Categories'; }

.cc-btn-less::after {
  content: 'View Less Categories'; }

.pca-bkg {
  background: #ebebeb; }

.cc-body-frame {
  margin-top: var(--navbar-height);
  width: 100%; }

.row {
  background: none; }

.e2g-faq-h1 {
  border-bottom: 1px solid #ccc;
  color: #595959;
  margin: 0 0 16px;
  padding-bottom: 16px; }

.faq-flex-split {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.req-field-desc {
  font-size: 14px;
  padding: 0 0 8px; }

#cform-toggle {
  cursor: pointer; }

.faq-contact-btn {
  border-radius: 6px;
  cursor: pointer;
  margin: 8px auto;
  max-width: 170px;
  padding: 8px 16px;
  text-align: center;
  width: 100%; }

.faq-contact-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 40px;
  padding: 0; }

.ct-header {
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 14px 40px; }

.ct-header-sm {
  color: #0F71B3;
  display: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 14px; }

.faq-contact-block input {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 16px;
  width: 100%;
  font-size: 14px; }

.faq-contact-block select,
.faq-contact-block textarea {
  border-radius: 4px;
  border: 1px solid #666;
  padding: 8px;
  margin: 0 0 16px;
  font-size: 14px; }

.faq-contact-block textarea {
  min-height: 280px;
  font-size: 14px; }

.fcb-input {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .fcb-input .contacterrormsg {
    color: #d00 !important;
    font-size: 14px; }
  .fcb-input label {
    font-size: 13px;
    text-transform: uppercase; }
    .fcb-input label::after {
      color: #d00;
      content: ' *';
      font-size: 12px; }
  .fcb-input input,
  .fcb-input select,
  .fcb-input textarea {
    display: flex;
    flex-direction: row;
    margin-right: 2px;
    width: 100%; }

/* About Us Block */
.e2g-hosted-aboutus-frame {
  color: #fff;
  margin: 0 auto;
  max-width: 1440px;
  padding: 54px 40px;
  width: 100%; }

/* Hosted Intro Block */
.e2g-hosted-hdr-bold {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 5px #006d99; }

.e2g-about-intro-container {
  align-items: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 0 40px 40px;
  width: 100%; }

.e2g-hosted-intro-image {
  margin: 0 40px auto;
  max-width: 422px;
  min-width: 307px;
  width: 100%; }

.e2g-hosted-outer-frame .e2g-hosted-main-hdr {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%; }

.cs-well .e2g-course-slider {
  margin-bottom: 0; }

.cs-well .e2g-hosted-featured-hdr {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.e2g-course-slider .course-slide:not(:last-child) {
  margin-right: 20px; }

.e2g-hosted-inner-frame .e2g-slider-frame {
  margin-bottom: 24px; }

.e2g-hosted-inner-frame .e2g-hosted-view-btn-block .e2g-hosted-view-btn-link {
  margin-bottom: 0;
  margin-top: 8px; }

.e2g-list-panel {
  margin: 0 0 16px 18px; }

.review-slide-well {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.e2g-review-slider {
  padding-bottom: 16px; }

.course-slide:not(:first-of-type) .review-slide-well,
.course-slide:not(:last-of-type) .review-slide-well {
  padding: 0 10px; }

.review-slide-quote-ico {
  background: url("/oic/Includes/assets/img/circ-quote.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 72px !important;
  margin-right: 20px;
  min-width: 72px;
  width: 72px !important; }

.review-slide-quote-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 20px;
  padding: 0; }

/* FAQ page */
.e2g-faq-title,
.faq-text,
.faq-text-blue {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-transform: none; }

.faq-text {
  padding: 0 0 0 25px; }

.panel-title a {
  text-decoration: none; }

.e2g-faq-title {
  font-weight: 700;
  text-transform: uppercase; }

.faq-text-blue {
  color: #0F71B3;
  font-weight: 700;
  text-align: left; }

.e2g-acc-panel {
  background: transparent;
  border-color: transparent;
  border-radius: 0; }
  .e2g-acc-panel .panel-default > .panel-heading + .panel-collapse > .e2g-acc-panel .panel-body {
    border: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-title .faq-ico {
  color: #333;
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
  padding-top: 8px; }

.additional-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 0; }
  .additional-info .c-title {
    font-weight: 700; }
  .additional-info .c-email {
    font-style: italic; }

.faq-header {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.faq-contact-block ct-header-sm {
  display: none; }

.cc-left-panel {
  width: 35%; }

/* Course Details Page */
.e2g-hosted-cd-copy {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px; }

.bkg-col-gray {
  background: #f0f0f0; }

.e2g-cd-hero-frame {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 30px 20px;
  width: 100%; }

.read-less-3-lines {
  color: #666;
  font-size: 16px;
  height: 90px;
  line-height: 30px;
  margin-bottom: 8px;
  overflow: hidden; }

.read-more {
  color: #666;
  font-size: 16px;
  height: auto;
  line-height: 1.25em;
  line-height: 30px;
  margin-bottom: 8px;
  overflow: hidden; }

.cd-col-left {
  width: 35%; }

.cd-col-right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 30px;
  width: 65%; }

.cd-detail-img {
  margin: auto;
  width: 100%; }

.cd-det-title {
  font-size: 28px;
  line-height: 42px;
  margin: 0 0 8px;
  padding: 0; }

.cd-hours-info {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%; }

.cd-rm-text {
  color: #0F71B3;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  margin-top: auto;
  width: 100%; }

.cd-share-info {
  color: #0F71B3;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  text-transform: uppercase; }
  .cd-share-info span,
  .cd-share-info i {
    font-size: 16px;
    margin-left: 16px; }

/* Blues theme tab fix */
.tab-button.e2g-menu-btn {
  color: white !important; }

.tab-container-frame .tab-button {
  text-decoration: none !important; }

/* Course Detail Tab */
.course-detail-tabs {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .course-detail-tabs li {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase; }
    .course-detail-tabs li span {
      border-bottom-color: transparent;
      border-bottom-style: solid;
      display: inline-block;
      margin: 0 16px;
      padding: 16px 0 10px; }

.tab-container-frame {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 1440px;
  padding: 0 16px;
  width: 100%; }

.tab-button,
.cart-button {
  border-radius: 4px;
  font-size: 16px;
  margin: 8px;
  padding: 8px 16px;
  text-decoration: none; }

.cart-button-w,
a.cart-button-w {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 16px 0 8px;
  padding: 8px 84px;
  text-decoration: none; }

.tab-button {
  text-transform: uppercase; }

.e2g-menu-btn {
  background: #0F71B3;
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  text-decoration: none; }

.e2g-default-btn-white {
  background: #fff;
  color: #0F71B3;
  cursor: pointer;
  text-decoration: none; }
  .e2g-default-btn-white:hover {
    background: #e1e1e1;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.4s; }

.e2g-menu-btn:hover {
  background: #009ddc;
  color: #fff;
  text-decoration: none; }

.mar-left {
  margin-left: auto; }

.mar-right {
  margin-right: auto; }

.tab-ul {
  position: relative; }

.tab-section-container {
  max-width: 1440px;
  width: 100%; }

.ts-hide {
  height: 0 !important;
  overflow-y: hidden;
  padding: 0 !important;
  margin: 0 !important; }

.tab-section-container h2 {
  margin-bottom: 16px; }

.tab-section-container p {
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding: 0 0 16px; }

.tab-section-container ul {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  margin-left: 28px;
  padding: 0 0 24px; }
  .tab-section-container ul li {
    list-style-type: none;
    padding-bottom: 8px; }

.tab-section-container .tab-ul li:before {
  content: '·';
  font-size: 32px;
  left: -16px;
  line-height: 20px;
  position: absolute; }

/* Product Details UX overides */
#tab_requirements p,
#tab_requirements ol,
#tab_requirements div,
#tab_requirements span {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 30px !important;
  width: 100%; }

#tab_requirements p {
  padding: 0 !important;
  margin: 0 !important; }

#tab_requirements ul {
  margin: 8px 0 16px 32px !important;
  padding: 0 !important; }
  #tab_requirements ul li {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 14px !important;
    list-style-type: disc !important;
    padding: 0 0 8px !important; }


.course-detail-tabs li:hover span,
.course-detail-tabs li:focus span {
  border-bottom-width: 0.5rem;
  transition: border-bottom-color 0.2s !important;
  border-bottom-color: #fff; }

/* Active Tab */
.course-tab-active span {
  border-bottom-color: #fff !important; }

.tab-btn-well {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  z-index: 9999; }

.e2g-tab-section-h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 28px;
  font-weight: 300;
  color: #666;
  line-height: 42px;
  margin-top: 0;
  padding: 0 0 8px;
  border-bottom: 1pxsolid #e1e1e1; }

.cd-tab-section {
  background: #0F71B3;
  z-index: 9999; }

.tab-cart-btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: auto;
  padding: 10px 30px;
  text-decoration: none; }

.tab-eo-frame {
  display: flex;
  flex-direction: column; }

.tab-eo-h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px; }

.tab-eo-container {
  border-radius: 4px;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 342px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }

.tab-eo-frame .tab-eo-container:not(:last-of-type) {
  margin-bottom: 25px; }

.tab-eo-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%; }

.tab-eo-ctype {
  align-items: center;
  background: #efefef;
  display: flex;
  flex-grow: 1;
  float: left;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 20px;
  margin: 0;
  padding: 2px;
  padding: 8px 14px;
  text-align: center;
  width: 45%; }

.tabe-eo-cinfo {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4px 8px;
  width: 55%; }
  .tabe-eo-cinfo .ct-one,
  .tabe-eo-cinfo .ct-two {
    display: inline-block;
    font-weight: 400;
    line-height: 20px; }
  .tabe-eo-cinfo .ct-one {
    font-size: 16px; }
  .tabe-eo-cinfo .ct-two {
    font-size: 14px; }

.tab-eo-cdata {
  display: flex;
  flex-direction: column;
  padding: 8px 12px; }

.tab-eo-cdata-well {
  display: flex;
  flex-direction: row; }

.tab-eo-block-top {
  font-size: 14px; }

.tab-eo-block-mid,
.tab-eo-block-btm {
  font-size: 14px;
  margin-left: auto; }

.tab-eo-block-pricelist-block {
  display: flex;
  flex-direction: row;
  width: 100%; }

.tab-eo-block-pricelist-well {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 8px;
  width: 50%; }

.tab-eo-price-current {
  color: #0F71B3;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 2px; }

.tab-eo-price-strike {
  text-decoration: line-through; }

.tab-eo-price-btn-well {
  display: flex;
  flex-direction: row;
  padding-bottom: 8px;
  width: 50%; }

.tab-subhead-h4,
.tab-subhead-h4-blue {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }

.tab-hdr-upcase {
  text-transform: uppercase; }

.tab-subhead-h4-blue {
  color: #0F71B3; }

.tab-section-container ul li span {
  display: inline-block; }

.support-img {
  float: left;
  height: 136px;
  padding: 0 16px 8px 0;
  width: 136px; }

.support-well {
  display: flex;
  flex-direction: column; }

.instructor-bio:not(:last-of-type) {
  padding: 8px 0 16px; }

.is-sticky {
  z-index: 999999; }

.card-block {
  display: flex;
  flex-direction: row; }
  .card-block label {
    padding-left: 0; }

/* Subscription */
/* Subscriber Block */
.e2g-subscribe-container {
  background: #0F71B3; }

.e2g-hosted-sub-outer-container {
  background: #0F71B3;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px; }

.e2g-hosted-sub-ct-right {
  background: #0F71B3;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 60%; }

.e2g-hosted-sub-col-split {
  display: flex;
  flex-direction: row; }
  .e2g-hosted-sub-col-split .form-control {
    padding: 12px; }

.e2g-hosted-sub-ct-left {
  display: flex;
  flex-direction: row;
  margin-right: 36px;
  width: 40%; }
  .e2g-hosted-sub-ct-left label {
    font-weight: 400; }

.e2g-hosted-sub-ct-right label {
  font-weight: 400; }

.e2g-hosted-sub-email-block {
  width: 100%;
  margin-right: 36px; }

e2g-hosted-sub-col-split input {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  padding: 8px; }

.e2g-sub-promo-title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 28px;
  justify-content: flex-start;
  line-height: 34px;
  text-align: left; }

@media screen and (min-width: 912px) {
  .nav-fixed-padding {
    padding-top: 55px; } }

@media screen and (min-width: 992px) {
  .category-block-hide > *:nth-child(n+9) {
    display: none; } }

@media screen and (max-width: 991px) {
  .category-block-hide > *:nth-child(n+5) {
    display: none; } }

@media (min-width: 767px) {
  .e2g-menu-btn {
    display: none; }
  .tab-details {
    margin-right: 32px; } }

@media (min-width: 937px) {
  .e2g-hosted-sub-ct-left div {
    width: 50%; }
    .e2g-hosted-sub-ct-left div:not(:last-of-type) {
      padding-right: 36px; } }

@media screen and (max-width: 936px) {
  .e2g-promo-subscribe .sub-success .success-text {
    margin: 0 0 14px; }
  .success-img {
    height: 30px;
    width: 30px; }
  .e2g-promo-subscribe {
    flex-direction: column; }
    .e2g-promo-subscribe .l-col {
      margin: 0 0 14px;
      color: #fff;
      display: flex;
      flex-direction: column;
      font-size: 28px;
      height: auto;
      line-height: 34px;
      padding: 0 20px 20px;
      text-align: center;
      width: 100%; }
    .e2g-promo-subscribe .r-col {
      color: #fff;
      display: flex;
      flex-direction: column;
      font-size: 28px;
      height: auto;
      line-height: 34px;
      padding: 0 20px 20px;
      text-align: center;
      width: 100%; }
    .e2g-promo-subscribe .l-col {
      margin: 0 0 28px; }
    .e2g-promo-subscribe .r-col {
      margin: 0 0 0; }
  .e2g-hosted-subscribe-btn-link {
    margin: 20px 0 0;
    width: 180px; }
  .e2g-hosted-sub-col-split {
    flex-direction: column; }
    .e2g-hosted-sub-col-split div {
      padding-bottom: 8px; }
  .e2g-hosted-sub-ct-left,
  .e2g-hosted-sub-ct-right {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .e2g-hosted-sub-ct-left div,
  .e2g-hosted-sub-ct-right div {
    padding-bottom: 8px; }
  .e2g-hosted-sub-email-block {
    width: 100%; } }

@media screen and (max-width: 911px) {
  .cc-body-frame {
    margin-top: var(--navbar-height); } }

@media screen and (max-width: 987px) {
  .faq-flex-split {
    align-items: flex-start;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start; }
  .cc-left-panel {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none; }
  .tab-section-container {
    flex-direction: column;
    padding: 20px; }
  .tab-eo-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 342px;
    width: 100%; }
  .tab-eo-h5 {
    margin-bottom: 16px; }
  .tab-container-frame {
    border-bottom: 1px solid #ccc;
    padding: 0; }
  .course-detail-tabs {
    width: 100%; }
    .course-detail-tabs li:hover {
      background: #fff; }
    .course-detail-tabs li span {
      border-bottom: 0;
      padding: 4px 0; }
    .course-detail-tabs li:hover span {
      background: #fff;
      color: #0F71B3; }
  .tab-btn-well {
    flex-direction: row-reverse;
    margin-left: inherit;
    width: 100%; }
  .e2g-menu-btn {
    margin-right: auto; }
  .tab-button {
    font-size: 15px; }
  .course-detail-tabs {
    flex-direction: column;
    font-size: 14px;
    width: 100%; }
  .tab-container-frame {
    flex-direction: column-reverse; }
  .e2g-cd-hero-frame {
    flex-direction: column;
    padding: 20px 30px 20px; }
  .cd-col-left,
  .cd-col-right {
    margin: 0;
    padding: 0;
    width: 100%; }
  .cd-detail-img {
    margin-bottom: 20px; }
  .faq-contact-block {
    display: none;
    margin: 20px 0 60px; }
  .ct-header {
    display: none;
    margin: 0 20px 14px 0; }
  .e2g-faq-h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px; }
  .ct-header-sm {
    display: block;
    text-align: right; }
  .e2g-course-cat-list-item {
    margin-bottom: 30px; }
  .e2g-hosted-aboutus-frame,
  .e2g-hosted-learn-skills-block,
  .e2g-hosted-cat-outer-frame {
    padding: 30px 20px; }
  .e2g-hosted-intro-container,
  .e2g-about-intro-container {
    padding: 20px 40px; }
  .e2g-hosted-featured-hdr,
  .e2g-hosted-featured-view-btn {
    display: block;
    text-align: center;
    width: 100%; }
  .e2g-hosted-featured-hdr {
    margin-bottom: 4px; }
  .e2g-promo-subscribe {
    flex-direction: column; }
  .e2g-hosted-subscribe-btn-block {
    text-align: center;
    width: 100%; }
  .e2g-promo-subscribe .e2g-sub-input {
    font-size: 16px;
    padding: 8px;
    width: 100%; }
  .e2g-list-panel {
    margin: 0 0 16px 0; }
  .tab-section-container ul {
    margin-left: 0; } }

/* Search Placeholder */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #969696; }

.tab-section-container ul {
  margin-left: 0; }

/* IE Fallbacks */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .e2g-hosted-container,
  .e2g-hosted-learn-skills-block {
    display: block; }
  .e2g-hosted-intro-image {
    float: right;
    max-width: 307px; } }

.cro-specsaver-text,
.cro-course-hours {
  display: none; }

/* ========================== Prdouct Details Page CRO Update ========================== */
:root {
  --enrollments-top: 6rem; }

#t_enr {
  outline: none; }
  @media screen and (min-width: 992px) {
    #t_enr {
      display: none; } }

@media screen and (max-width: 992px) {
  .tab-section-container {
    padding: 30px; } }

.e2g-hosted-details-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .e2g-hosted-details-container {
      flex-direction: row-reverse;
      justify-content: space-between;
      max-width: 1440px;
      padding: 35px 30px; } }

.e2g-hosted-details-content-container {
  width: 70%; }
  @media screen and (max-width: 1200px) {
    .e2g-hosted-details-content-container {
      width: 65%; } }
  @media screen and (max-width: 992px) {
    .e2g-hosted-details-content-container {
      width: 100%; } }

.e2g-hosted-details-enrollments-container {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .e2g-hosted-details-enrollments-container {
      width: 30%; } }
  @media screen and (min-width: 1200px) {
    .e2g-hosted-details-enrollments-container {
      width: 25%; } }

.e2g-hosted-details-enrollments {
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 67px;
  padding: 2rem;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
  border: 2px solid #f2f4f7;
  border-top: 4px solid #667085;
  background-color: #fff;
  margin: 3rem auto;
  max-width: 500px;
  width: 90%;
  height: fit-content; }
  @media screen and (min-width: 768px) {
    .e2g-hosted-details-enrollments {
      max-width: 650px; } }
  @media screen and (min-width: 992px) {
    .e2g-hosted-details-enrollments {
      align-content: start;
      padding: 16px;
      width: 100%;
      margin: 0; } }
  @media screen and (max-height: 800px) {
    .e2g-hosted-details-enrollments {
      position: initial; } }

.e2g-hosted-details-enrollments-selected-date-container {
  border-radius: 16px;
  background-color: #ecfdf3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #027a48;
  max-width: fit-content;
  margin-left: 4.5rem;
  margin-bottom: 4px;
  padding: 0 1rem; }
  .e2g-hosted-details-enrollments-selected-date-container img {
    margin-right: 0.5rem; }

.e2g-hosted-details-enrollments-price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #667085;
  width: 100%;
  margin-bottom: 8px; }

.e2g-hosted-details-enrollments-affirm {
  width: 100%;
  margin-bottom: 12px; }
  .e2g-hosted-details-enrollments-affirm p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 1.5;
    text-align: left;
    color: #667085; }

.e2g-hosted-details-enrollments-description {
  width: 100%;
  margin: 8px auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #667085; }

.e2g-hosted-details-enrollments-item-list-container {
  width: 100%;
  display: flex;
  flex-direction: column; }

.e2g-hosted-details-enrollments-item-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 8px auto 0;
  padding: 8px 16px;
  border-radius: 12px;
  border: solid 1px #eaecf0;
  background-color: #fff;
  width: 100%;
  cursor: pointer; }

.enrollment-selected {
  border: solid 2px #eaecf0;
  box-sizing: border-box;
  background-color: #f3f4f6;
  cursor: unset; }
  .enrollment-selected .e2g-hosted-details-enrollments-item-dates-container {
    display: block !important; }

.bundle-enrollment-selected {
  border: solid 2px #eaecf0;
  box-sizing: border-box;
  background-color: #f3f4f6;
  cursor: unset; }

.e2g-hosted-details-enrollments-item-radio-button-label {
  width: 100%;
  cursor: pointer; }

.e2g-hosted-details-enrollments-item {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.enrollments-item-bundle {
  justify-content: start; }

.enrollments-item-dates-bundle {
  align-items: center; }

.e2g-hosted-details-enrollments-item-icon-container {
  width: 15%;
  max-width: 30px; }

.e2g-hosted-details-enrollments-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #cdd5df;
  height: 30px;
  width: 30px;
  border-radius: 50%; }
  .e2g-hosted-details-enrollments-item-icon img {
    width: 100%; }

.e2g-hosted-details-enrollments-item-content {
  width: 100%;
  padding-left: 1.5rem; }

.e2g-hosted-details-enrollments-item-content-type {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  color: #344054;
  font-weight: bold; }

.e2g-hosted-details-enrollments-item-content-access {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  color: #344054;
  font-weight: 600; }

.e2g-hosted-details-enrollments-item-content-description {
  display: flex;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #475467; }
  @media screen and (min-width: 992px) {
    .e2g-hosted-details-enrollments-item-content-description {
      font-size: 12px; } }

.e2g-hosted-details-enrollments-item-radio-button-container {
  width: 5%; }

.e2g-hosted-details-enrollments-item-dates-container {
  display: block;
  overflow: auto;
  max-height: fit-content;
  width: 100%; }

.e2g-hosted-details-enrollments-item-dates-container-bundle {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  width: 100%; }

.e2g-hosted-details-enrollments-item-dates-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 16px;
  border-radius: 8px;
  border: solid 1px #eaecf0;
  background-color: #fff;
  align-items: center;
  margin-top: 8px;
  width: 100%; }
  .e2g-hosted-details-enrollments-item-dates-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: left;
    color: #344054;
    padding: 8px 12px !important;
    margin: 0;
    width: 100%;
    cursor: pointer; }
    @media screen and (min-width: 500px) {
      .e2g-hosted-details-enrollments-item-dates-item span {
        font-size: 13px; } }

.e2g-hosted-details-enrollments-item-date-item-radio-button-label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px; }

.e2g-hosted-details-enrollments-item-radio-button-container img, .e2g-hosted-details-enrollments-item-dates-item img {
  display: none; }

.e2g-hosted-details-enrollments-item-radio-button-container input[type="radio"], .e2g-hosted-details-enrollments-item-dates-item input[type="radio"] {
  margin: 0;
  cursor: pointer; }
  .e2g-hosted-details-enrollments-item-radio-button-container input[type="radio"]:focus, .e2g-hosted-details-enrollments-item-dates-item input[type="radio"]:focus {
    box-shadow: none !important; }
  .e2g-hosted-details-enrollments-item-radio-button-container input[type="radio"]:checked, .e2g-hosted-details-enrollments-item-dates-item input[type="radio"]:checked {
    display: none; }
    .e2g-hosted-details-enrollments-item-radio-button-container input[type="radio"]:checked + img, .e2g-hosted-details-enrollments-item-dates-item input[type="radio"]:checked + img {
      display: block;
      padding: 1px;
      border-radius: 8px;
      border: solid 1px #344054;
      background-color: #344054; }

.e2g-hosted-details-enrollments-item-radio-button-bundle {
  margin: 0;
  display: none; }
  .e2g-hosted-details-enrollments-item-radio-button-bundle + img {
    display: block; }
  .e2g-hosted-details-enrollments-item-radio-button-bundle + img + img {
    display: none; }
  .e2g-hosted-details-enrollments-item-radio-button-bundle:focus {
    box-shadow: none !important; }
  .e2g-hosted-details-enrollments-item-radio-button-bundle:checked + img {
    display: none; }
  .e2g-hosted-details-enrollments-item-radio-button-bundle:checked + img + img {
    display: block; }

.e2g-hosted-details-enrollments-cta-container {
  width: 100%; }

.e2g-hosted-details-enrollments-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border: none !important;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  width: 100%; }

.disabled-add-to-cart-cta {
  cursor: not-allowed; }
  .disabled-add-to-cart-cta a {
    opacity: 0.5;
    pointer-events: none; }

.e2g-hosted-details-course-code-container {
  background-color: #f2f4f7;
  padding: 0.5rem; }

.e2g-hosted-details-course-code {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #667085; }

/* Product Details Page - Mobile */
.e2g-hosted-details-mobile-container {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 0;
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fcfcfd;
  z-index: 9999;
  width: 100%;
  transition: visibility 0.3s, opacity 0.5s ease-in-out; }
  @media screen and (max-width: 768px) {
    .e2g-hosted-details-mobile-container {
      display: flex; } }

.hidden-mobile-cta {
  visibility: hidden;
  opacity: 0; }

.e2g-hosted-details-mobile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  background-color: #fcfcfd;
  padding: 0 1rem;
  border-right: 1px solid #eaecf0; }

.e2g-hosted-details-mobile-price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #667085; }

.e2g-hosted-details-mobile-course-type {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #667085;
  text-align: center; }

.e2g-hosted-details-mobile-cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  padding: 0 1rem;
  background-color: #fcfcfd;
  border-left: 1px solid #fff; }

.e2g-hosted-details-mobile-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  border-radius: 8px;
  border: none !important;
  padding: 10px 16px; }

.faq-webtocase {
  margin-bottom: 40px; }
  .faq-webtocase > h1 {
    margin: 0;
    text-align: center; }
  .faq-webtocase > h2 {
    color: #595959;
    margin-bottom: 0;
    margin-top: 40px; }
  .faq-webtocase > div {
    line-height: 40px; }
    .faq-webtocase > div > a.e2g-default-btn {
      font-size: .7em;
      padding: 5px; }

.course-option-select {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #667085;
  width: 100%;
  margin: 0 auto 12px;
  padding-top: 12px;
  border-top: solid 1px #eaecf0; }

.disabled-add-to-cart-cta a#btnAddToCartMobile {
  pointer-events: auto; }

@media (width: 992px) {
  .e2g-hosted-details-content-container {
    width: 65%; }
  .e2g-hosted-details-content-container .tab-section-container {
    padding: 0; } }

.e2g-hosted-details-enrollments-selected-date-container {
  margin-left: 54px !important; }

@media (max-width: 1005px) and (min-width: 992px) {
  .e2g-hosted-details-enrollments-selected-date-container .e2g-hosted-details-enrollments-selected-date {
    font-size: 11px; } }
