/* Content styles */
/*.page-block { width:770px; font-size:0.9em; padding:20px;}*/
.itemcolor {
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #18303f;
  font-weight: 600 !important;
}
.readmore {
}
#search_box_keyword {
  width: 170px;
  margin-top: 0px;
  border-radius: 0px;
  margin-right: 0px;
}
#search_box_submit {
  background-image: url(../images/search-button-hovered.png);
  background-repeat: no-repeat;
  border-left: none;
  border-top: solid 1px #aeb0b2;
  border-right: solid 1px #aeb0b2;
  border-bottom: solid 1px #aeb0b2;
  margin-left: -8px;
  width: 28px;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 0 0 0;
}
.hidden_initially {
  display: none;
}

.cm-hide-breadcrumbs #bdc_breadcrumb {
  display: none !important;
}

.text-link {
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.attribute-container {
  display: flex;
  gap: 4rem;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .attribute-container {
    flex-direction: column;
    gap: 0;
  }
}
.attribute-container p {
  color: #18303f;
}
.icon-content .bdc-attribute-label {
  color: #596a75;
}
.bdc-recommended-label {
  color: #596a75;
}

.icon-content .fa {
  color: #d82c26;
}
.form-hint p {
  margin: 0px;
  padding: 0px;
}
.login-link {
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 0 10px 0;
  background-color: #d82c26;
  font-weight: 500;
  color: #fff !important;
  line-height: 1.3em;
  text-align: center;
  transition: background-color 0.4s ease;
  border-radius: 9999px;
  font-size: 1em;
  font-family: "Circular-Black", "Arial";
  font-weight: bold;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.buttons {
  text-align: right;
  padding: 10px 10px;
}

div.companyname {
  text-align: left;
  padding: 10px 10px;
}

p.companynameerror {
  border: 2px solid gray;
  background-color: #fbb;
  text-align: left;
  padding: 4px 4px;
  margin: 4px 4px;
}

input.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

div.login-error {
  color: #d82c26;
  display: block;
  margin-top: 2px;
}

.cm-field-has-error input {
  border-color: #d82c26;
}

#content .login-error h3 {
  display: block;
  margin: 0 0 8px 0;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

#content .login-error p {
  margin: 0 0 0 0;
  padding: 0px;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
}

input.button {
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 10px 10px 0;
  background-color: #0072ce;
  border-color: #0072ce;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
  transition: background-color 0.4s ease;
  border-radius: 9999px;
  font-size: 1em;
  font-family: "Circular-Black", "Arial";
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.button:hover {
  background-color: #004882;
}
.orderbutton {
  display: inline-block;
  padding: 12px 30px;
  margin: 10px 0px 10px 0;
  background-color: #0072ce;
  border-color: #0072ce;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
  transition: background-color 0.4s ease;
  border-radius: 9999px;
  font-size: 1em;
  font-family: "Circular-Black", "Arial";
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.orderbutton:hover {
  background-color: #004882;
}

@media (max-width: 767px) {
  .orderbutton {
    margin-top: 0;
  }
}

.guest-access-button {
  background-color: #fff;
  color: #18303f;
}
.guest-access-button:hover {
  background-color: #fff;
  border-color: #004882;
  color: #004882;
}
input.button-hidden-default {
  visibility: hidden;
}

div.section-container {
  /*background-color: #efefef;*/
  width: auto;
  padding: 15px;
  margin: 10px 0px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.section-container-note {
  /*background-color: #efefef;*/
  width: auto;
  padding: 15px;
  margin: 10px 0px;
  border: 1px solid black;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination-links,
.pagination-results {
  width: auto;
  text-align: center;
}

.my-account-orders-list-report-heading-block {
  margin-bottom: 20px;
}

.my-account-orders-list-date-filter-heading {
  color: #18303f;
  font-family: "Circular-Black";
  font-size: 26px;
  text-align: left;
}

.bdc-my-account-order-list-table-wrapper {
  background-color: #ffffff;
  padding: 0 20px;
}

.my-account-order-list-table tr {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  padding-top: 10px;
}

.my-account-order-list-table tr:first-child {
  border-bottom: 2px solid #53c7df;
}

.my-account-order-list-table tr:first-child td {
  font-weight: bold;
  font-size: 13px;
}

.my-account-order-list-table tr td {
  padding-left: 0px;
}

.my-account-order-list-table tr td {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}

table.bdc-my-account-order-list-table-mobile-row-inner {
  border: none;
  margin: 0;
}

.bdc-my-account-order-list-table-wrapper hr {
  color: #ffffff;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  margin: 5px 0;
}

.bdc-my-account-order-list-table-wrapper hr:last-child {
  border: none;
}

table.bdc-my-account-order-list-table-mobile-row-inner tr td {
  border: none;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.bdc-my-account-order-list-table-mobile-row-inner tr td:first-child {
  font-weight: bold;
  font-size: 13px;
}

/* End side bar links */

/* Main cm-content area definitions */
/* Containing Div with class 'cm-content' required, normally this is a div within the page, excluding the navigation areas or side bars */
/* These definitions may also be pulled into the editor in store admin */
.cm-content h1,
.mceContentBody h1,
.cm-content h2,
.mceContentBody h2,
.cm-content h3,
.mceContentBody h3,
.cm-content h4,
.mceContentBody h4,
.cm-content h5,
.mceContentBody h5 {
  color: #666666;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
}

.cm-content h1,
.mceContentBody h1 {
  font-family: "times new roman";
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cm-content h2,
.mceContentBody h2 {
  font-size: 19px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.cm-content h3,
.mceContentBody h3 {
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.cm-content h4,
.mceContentBody h4 {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.cm-content h5,
.mceContentBody h5 {
  font-size: 11px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.cm-content a,
.mceContentBody a {
  text-decoration: underline;
}

.cm-content p,
.mceContentBody p {
  font-size: 12px;
  margin-bottom: 1em;
  font-family: Verdana, Arial, Helvetica;
}

/* End cm-content */

.email-a-friend {
  text-align: right;
}

.email-a-friend img {
  padding-right: 10px;
  vertical-align: middle;
}
.largetable td {
  border: none !important;
  vertical-align: middle !important;
}
.largetable td select {
  max-width: none;
  width: 30%;
}
@media (max-width: 748px) {
  .page-categories .linetable td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .page-categories .linetable td:nth-child(2) {
    width: 100%;
    display: block;
  }
  .page-categories .linetable td:nth-child(3) {
    width: 100%;
    display: block;
  }
  .page-categories .linetable td:nth-child(4) {
    width: 100%;
    display: block;
  }
  .page-categories .linetable td:nth-child(5) {
    width: 100%;
    display: block;
  }
  .page-categories .linetable td:nth-child(6) {
    width: 100%;
    display: block;
  }
}

.my_account_bar {
  margin-bottom: 0;
}

.catalog-no-products {
  clear: both;
}

.bdc-product-listing-container-pagination {
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center;
}

.pagination-links {
  margin: 10px;
  margin-bottom: 20px;
  clear: both;
}

.cm-product-list-add-to-waiting-list {
  font-family: "Roboto-Medium", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .cm-product-list-add-to-waiting-list {
    margin: 0;
    padding: 0;
  }
}

.pager-center {
  text-align: center;
}

#courses-visible-area {
  margin-top: 0;
}

#courses-visible-area.filters {
  margin-top: 0px;
  margin-bottom: 16px;
}

.bdc-header-cart-logout {
  text-align: right;
  padding-top: 12px;
}

.bdc-header-cart-logout-inner {
  height: 30px;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .box-wrapper .col-xs-12 + .col-xs-12.bdc-header-cart-logout {
    text-align: center;
    margin-top: 0;
  }
  .bdc-header-cart-logout-inner {
    padding-top: 0;
  }
  .bdc-inline-hidden-xs {
    display: none;
  }
}

.cm-page-header-image {
  width: 100%;
  margin-bottom: 40px;
}

#td_bdc_title h1 {
  font-family: "Circular-Regular", Arial;
}

#btnApplyFilter {
  /*width: 200px;*/
}

.courseInfoArea h6.course-title {
  font-size: 16px !important;
}

.courseInfoArea h4.course-title {
  font-size: 20px !important;
}

.create-account-form h4 {
  font-family: "Circular-Black";
}

.cta.btn-width-200 {
  width: 200px;
}

.create-account-form input {
  max-width: 600px;
}

/* line 183, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert {
  position: relative;
  /*align-items: flex-start;*/
  background-color: #ffffff;
  border-radius: 0;
  color: #18303f;
  /*display: flex;*/
  /*flex-direction: column;*/
  justify-content: left;
  padding: 1rem;
}
/* line 193, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert-success {
  border: 1px solid #00bfb3;
}
/* line 196, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert-info {
  border: 1px solid #4bc5e2;
}
/* line 199, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert-warning {
  border: 1px solid #f08a3a;
}
/* line 202, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert-danger {
  border: 1px solid #d82c26;
}
/* line 379, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert {
  /*flex-direction: row;*/
  /*justify-content: left;*/
}
/* line 237, ../scss/_base/_bootstrap-custom.scss */
.bdc-alert p {
  /*width: 100%;*/
  text-align: left;
  margin-left: 40px;
  margin-bottom: 0;
}

.bdc-alert .js-close-alert {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 20px;
  height: 15px;
  border: 0 solid #f00;
  transition: transform 1s;
  z-index: 1000;
}

.bdc-alert .js-close-alert:before {
  content: "";
  position: absolute;
  background-image: url(../images/sprite-ui-x2.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: -50px -2598px;
  background-size: 650px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.bdc-alert.bdc-alert-success:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url(../images/sprite-ui-x2.png);
  background-size: 650px;
  height: 23px;
  width: 23px;
  background-position: -400px -1050px;
}

@media (max-width: 767px) {
  .CesPager {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cta.lms-login.cm-lms-login-banner {
    width: 100%;
    margin: 0;
  }

  .cm-cart-banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.not-logged-in-banner {
  margin-bottom: 40px;
}

.not-logged-in-banner-row-sm {
}

.login-instructions {
  display: flex;
  align-items: center;
  height: 49px;
  width: calc(100% - 144px);
  float: left;
  color: #18303f;
  font-size: 18px;
  line-height: 120%;
}

.col-sm-4.not-logged-in-banner-row-sm,
.col-sm-2.not-logged-in-banner-row-sm {
  text-align: right;
}

@media (max-width: 767px) {
  .not-logged-in-banner {
    margin-bottom: 0;
  }

  .not-logged-in-banner-row-sm {
    margin-bottom: 20px;
  }

  .not-logged-in-banner-row-sm:last- {
    margin-bottom: 20px;
  }

  .box-wrapper .col-xs-12 + .col-xs-12 {
    margin-bottom: 0;
  }

  .not-logged-in-banner-row-sm.last {
    margin-bottom: 0;
  }

  .col-sm-4.not-logged-in-banner-row-sm,
  .col-sm-2.not-logged-in-banner-row-sm {
    text-align: center;
  }
}

.cm-cart-widget-small {
  display: inline-block;
  vertical-align: middle;
  height: 37px;
}

@media (min-width: 768px) {
  .cm-cart-widget-small {
    margin-right: 40px;
  }
}

.header-logout {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: bold;
  color: #0072ce;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header-logout {
    padding-left: 30px;
  }
}

.my_account_bar {
  border-bottom: 1px solid #dddddd;
  margin-top: 20px;
  clear: both;
}

.my_account_bar ul {
  margin: 0;
  padding: 0;
}
.my_account_bar ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: -1px;
  background-color: #f7f7f7;
  padding: 10px;
}
.my_account_bar ul li.my_account_bar_first {
  margin-left: 0px;
}
.my_account_bar ul li.my_account_bar_last {
  margin-right: 0px;
  float: right;
}

.my_account_bar ul li a {
  text-decoration: none;
  color: #707579;
}

.my_account_bar ul li a:visited {
  color: inherit;
}

.my_account_bar ul li.my_account_bar_active {
  background-color: #f7f7f7;
  border-bottom: 1px solid #0050c6;
  color: #1174c4;
}

.my_account_bar ul li.my_account_bar_active a {
  color: #1174c4;
}

.basket {
  display: inline-block;
}

.basketAmount {
  position: absolute;
  display: inline-block;
}

.basket-count {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #0072ce;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 20px;
  margin-top: 0px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 21px;
}

.tabs-container {
  position: relative;
  margin: 30px -15px 0;
  border-bottom: 2px solid #e0dfde;
}

.tabs-container-arrow {
  padding: 0 44.31px;
}

.tabs-swipe-prev,
.tabs-swipe-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.tabs-swipe-prev {
  left: 0;
}

.tabs-swipe-next {
  right: 0;
}

.tabs-list {
  overflow: hidden;
  position: relative;
  top: 2px;
}

.tabs-slider {
  white-space: nowrap;
  transition: transform 0.8s;
  font-size: 0;
}

.tab,
.tab-small,
.tab-small-disabled,
.tab a,
.tab-small a,
.tab-small-disabled a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  padding: 6px 0;
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.tab,
.tab-small {
  cursor: pointer;
  color: #737e87;
}

.tab:hover,
.tab-small:hover,
.tab:hover a,
.tab-small a:hover {
  color: #55626d;
}

.tab-small-disabled {
  color: #bfbebd;
}

.tab-active,
.tab-active:hover,
.tab-active a,
.tab-active a:hover {
  color: #18303f;
}

.tab-marker,
.tab-small-marker {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #0072ce;
  transition: transform 0s;
}

.tab,
.tab-marker {
  width: 140px;
  margin-right: 30px;
}

.tab-small,
.tab-small-marker,
.tab-small-disabled {
  width: 40px;
  margin-right: 15px;
}

.chevron-swipe {
  border-color: #bfbebd;
}

.chevron-swipe-active {
  border-color: #737e87;
  cursor: pointer;
}

@media (min-width: 768px) {
  .tabs-container {
    margin: 30px 0 30px;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .tabs-container-arrow {
    padding: 0 28.31px;
  }
}

.my-account-order-info h2 {
  color: #18303f;
  font-family: "Circular-Black";
  font-size: 26px;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  line-height: 29px;
}

.my-account-order-info b,
.my-account-customer-service b {
  color: #18303f;
}

.my-account-view-order-back-container {
  text-align: right;
}

@media (max-width: 767px) {
  .my-account-orders-list-orders-block {
    margin-top: 30px;
  }
  .my-account-orders-list-date-filter-heading {
    line-height: 29px;
  }
  .bdc-my-account-order-list-table-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .my-account-order-info h2 {
    margin-top: 30px;
  }
  .my-account-view-order-back-container {
    text-align: left;
  }

  .xs-plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mr-0 {
  margin-right: 0 !important;
}

.my-account-order-paid {
  background-color: #ffffff;
}

.cm-align-right {
  text-align: right;
}

.checkout-finish-courses-link {
  margin-bottom: 20px;
}

input#product-add-bundle-button:disabled {
  cursor: not-allowed;
  background-color: #e0dfde;
  color: #18303f;
}

.cm-cart-table-row-totals td.cm-cart-table-cell-totals-label {
  padding-right: 10px;
}

.cm-cart-table-row-totals td.cm-cart-table-cell-totals-value {
  padding-left: 10px;
}

/* header */
.external-link-icon {
  display: inline-block;
  background-image: url(../images/icons/external-link.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.bdc_Internet_GeneralPage {
  padding-top: 60px;
}
