@charset "UTF-8";
/* ***** Notes *****

1. The main value for each colour is set at the top of each set
Then, the mix property is used to create shades and tints of each colour
This is useful for rapidly creating lighter or darker versions of the original colour
For example, $primary-clr-400 is aa mix, 75% the original colour, and 25% white

***** ***** ***** */
/* ***** Notes *****

1. This file is for all variables that don't need their own dedicated file
It is here to provide variables for often repetative tasks, like overriding the default outline style

***** ***** ***** */
/* ***** Notes *****

1. These Breakpoints are mobile first
This means no breakpoint applied styles the design for the smallest screens
Then, the 'small-screen' breakpoint styles 26.25em, or 420px and above
These values can be changes per project

***** ***** ***** */
/* ***** Notes *****

1. Most of this reset is from https://piccalil.li/blog/a-modern-css-reset with some adjustments
2. If anything in this reset is messing with other styles, they can be adjusted or removed
3. I have added some useful resets, such as a reset to the focus outline and highlighting of elements

***** ***** ***** */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul */
.cm-content ul[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.cm-large-title {
  font-size: 55px;
  margin-bottom: 16px;
}

.cm-medium-title {
  font-size: 29px;
  margin-bottom: 8px;
}

.cm-small-title {
  font-size: 23px;
}

.cm-content h1,
.cm-content h2,
.cm-content h3,
.cm-content h4 {
  font-family: mayo-display, arial, serif;
}
.cm-content h1,
.cm-content .cm-large-title {
  font-size: 55px;
  margin-bottom: 16px;
}
.cm-content h2,
.cm-content .cm-medium-title {
  font-size: 29px;
  margin-bottom: 8px;
}
.cm-content h3,
.cm-content .cm-small-title {
  font-size: 23px;
}
.cm-content p,
.cm-content .student-info-list li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #111;
  font-family: mayo-sans, arial, sans-serif;
}
.cm-content th,
.cm-content td {
  font-family: mayo-sans, arial, sans-serif;
}

.cm-content a {
  color: #0057b8;
}
.cm-content a:hover, .cm-content a:focus {
  color: #00418a;
}

.required,
.accent,
h2.enrolment-notice-header {
  color: #ed2939;
}

.accent {
  font-weight: bold;
}

div.top-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #ffc845;
}
div.top-alert p {
  margin-bottom: 0;
}

/* ***** Notes *****

1. By default the mixin 'primary-button' is applied to all buttons and inputs (equal to submit)
Any changes made to the mixin will automatically apply to all buttons and inputs
The mixin uses colors set in 'base/_colors' and transitions set in 'base/_variables'

***** ***** ***** */
.cm-button {
  display: inline-block;
  padding: 16px 32px 16px 32px;
  border-radius: 999vw;
  border: 1px solid transparent;
  background-color: #0057b8;
  color: white !important;
  font-family: mayo-sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none !important;
  text-align: center !important;
  transition: all 300ms ease-in-out;
}
.cm-button:hover, .cm-button:focus {
  cursor: pointer;
  background-color: #00418a;
  color: white !important;
  text-decoration: none !important;
}

.cm-content button,
.cm-content input[type=submit],
.cm-content .cm-product-list-add-to-waiting-list,
.cm-content .view-courses p,
.cm-content .login-link,
.cm-manage-licenses-create-roster-link,
.cm-content .student-roster-edit-button,
.cm-content .student-roster-add-button,
.cm-content .redeem-licenses-button,
.cm-content .cm_button_mclin_newsletter,
.cm-content a.login-to-purchase {
  display: inline-block;
  padding: 16px 32px 16px 32px;
  border-radius: 999vw;
  border: 1px solid transparent;
  background-color: #0057b8;
  color: white !important;
  font-family: mayo-sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none !important;
  text-align: center !important;
  transition: all 300ms ease-in-out;
}
.cm-content button:hover, .cm-content button:focus,
.cm-content input[type=submit]:hover,
.cm-content input[type=submit]:focus,
.cm-content .cm-product-list-add-to-waiting-list:hover,
.cm-content .cm-product-list-add-to-waiting-list:focus,
.cm-content .view-courses p:hover,
.cm-content .view-courses p:focus,
.cm-content .login-link:hover,
.cm-content .login-link:focus,
.cm-manage-licenses-create-roster-link:hover,
.cm-manage-licenses-create-roster-link:focus,
.cm-content .student-roster-edit-button:hover,
.cm-content .student-roster-edit-button:focus,
.cm-content .student-roster-add-button:hover,
.cm-content .student-roster-add-button:focus,
.cm-content .redeem-licenses-button:hover,
.cm-content .redeem-licenses-button:focus,
.cm-content .cm_button_mclin_newsletter:hover,
.cm-content .cm_button_mclin_newsletter:focus,
.cm-content a.login-to-purchase:hover,
.cm-content a.login-to-purchase:focus {
  cursor: pointer;
  background-color: #00418a;
  color: white !important;
  text-decoration: none !important;
}

/* Bundle disabled enroll button */
.cm-content input[type=submit]:disabled,
.cm-content .product-add-bundle-button:disabled {
  background-color: #cccccc;
  pointer-events: none;
}

.cm-button-secondary,
.cm-content input.cm_button_continue_shopping,
.cm-content input.cm_button_recalculate,
.cm-content input.cm_button_cancel,
.cm-content input.cm-cart-remove-button-style,
.cm-content input.button-deletestudents-roster,
.cm-content input.button-canceldelete-roster,
.cm-content input.button-cancelenrol-roster,
.cm-content .student-roster-delete-button {
  display: inline-block;
  padding: 16px 32px 16px 32px;
  border-radius: 999vw;
  border: 1px solid #000;
  background-color: transparent;
  color: #000 !important;
  font-family: mayo-sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.cm-button-secondary:hover, .cm-button-secondary:focus,
.cm-content input.cm_button_continue_shopping:hover,
.cm-content input.cm_button_continue_shopping:focus,
.cm-content input.cm_button_recalculate:hover,
.cm-content input.cm_button_recalculate:focus,
.cm-content input.cm_button_cancel:hover,
.cm-content input.cm_button_cancel:focus,
.cm-content input.cm-cart-remove-button-style:hover,
.cm-content input.cm-cart-remove-button-style:focus,
.cm-content input.button-deletestudents-roster:hover,
.cm-content input.button-deletestudents-roster:focus,
.cm-content input.button-canceldelete-roster:hover,
.cm-content input.button-canceldelete-roster:focus,
.cm-content input.button-cancelenrol-roster:hover,
.cm-content input.button-cancelenrol-roster:focus,
.cm-content .student-roster-delete-button:hover,
.cm-content .student-roster-delete-button:focus {
  cursor: pointer;
  background-color: #000;
  color: #fff !important;
  text-decoration: none !important;
}

.cm-content input.cm-cart-remove-button-style {
  padding: 8px 16px;
}

.cm-content input[type=text],
.cm-content input[type=password],
.cm-content input[type=email],
.cm-content input[type=date],
.cm-content select,
.cm-content textarea {
  font-size: 18px;
  font-family: mayo-sans, sans-serif;
  color: #888;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 6px 16px;
  border-radius: 2rem;
  transition: all 300ms ease-in-out;
}
.cm-content input[type=text]:hover, .cm-content input[type=text]:focus,
.cm-content input[type=password]:hover,
.cm-content input[type=password]:focus,
.cm-content input[type=email]:hover,
.cm-content input[type=email]:focus,
.cm-content input[type=date]:hover,
.cm-content input[type=date]:focus,
.cm-content select:hover,
.cm-content select:focus,
.cm-content textarea:hover,
.cm-content textarea:focus {
  border-color: #0057b8;
}

.cm-content select:hover,
.cm-content select:focus {
  cursor: pointer;
}

.cm-content input[type=date]:hover,
.cm-content input[type=date]:focus {
  cursor: text;
}

.cm-content select,
.cm-content textarea {
  border-radius: 0.5rem;
}

.cm-content .login-error {
  margin: 0.25rem 0px;
  padding: 0.25rem;
  width: 100%;
  border: 1px solid #525252;
  border-radius: 0.25rem;
  background-color: #fbcace;
  text-align: left;
}
@media (min-width: 48rem) {
  .cm-content .login-error {
    width: 70%;
  }
}
.cm-content .login-error h3 {
  color: black;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cm-content .login-error p {
  margin-bottom: 0;
}

.cm-breadcrumbs {
  width: 100%;
}
.cm-breadcrumbs > .navbar {
  padding: 0;
}
.cm-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.cm-breadcrumbs .breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.cm-breadcrumbs .breadcrumb ul li {
  font-weight: 600;
  display: block;
  word-break: keep-all;
  font-family: mayo-sans, arial, sans-serif;
}
.cm-breadcrumbs .breadcrumb ul li a {
  font-weight: normal;
}
.cm-breadcrumbs .breadcrumb ul .sep {
  margin: 0 0.4rem;
  height: 10px;
}

.cm-search-outer {
  padding: 16px 8px !important;
  margin-right: 24px !important;
}

.cm-search {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  text-decoration: none;
}
.cm-search #search_box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  text-decoration: none;
}
.cm-search #search_box_keyword {
  display: block;
  padding: 8px;
  flex: 1 1 auto;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  font-family: mayo-sans, arial, sans-serif;
  font-size: 18px;
  border-radius: 0 50px 50px 0;
}
.cm-search #search_box_submit {
  margin-top: 0;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 50px 0 0 50px;
  text-align: right;
  width: 30px;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}
.cm-search #search_box_submit:hover, .cm-search #search_box_submit:focus {
  color: #0057b8;
}

.cm-mobile-search {
  padding: 24px 40px 0 40px !important;
}
.cm-mobile-search .cm-search #search_box_keyword {
  padding: 0;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-size: 35px;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  line-height: 1.05em;
  max-width: 100%;
  min-width: 150px;
}
.cm-mobile-search .cm-search #search_box_keyword:hover, .cm-mobile-search .cm-search #search_box_keyword:focus {
  background-color: #000;
}
.cm-mobile-search .cm-search #search_box_submit {
  margin-top: 0;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  width: auto;
  font-size: 20px;
  margin-right: 10px;
}
.cm-mobile-search .cm-search #search_box_submit:hover, .cm-mobile-search .cm-search #search_box_submit:focus {
  background: #000;
  border: 1px solid #000;
}

.cm-homepage-search {
  width: 100%;
}
@media (min-width: 48rem) {
  .cm-homepage-search {
    margin-left: 25%;
    width: 75%;
  }
}
.cm-homepage-search #search_box {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  text-decoration: none;
}
.cm-homepage-search #search_box #search_box_keyword {
  display: block;
  padding: 8px;
  flex: 1 1 auto;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  font-family: mayo-sans, arial, sans-serif;
  font-size: 18px;
  border-radius: 0 50px 50px 0;
}
.cm-homepage-search #search_box #search_box_submit {
  margin-top: 0;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 50px 0 0 50px;
  text-align: right;
  width: 30px;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}
.cm-homepage-search #search_box #search_box_submit:hover, .cm-homepage-search #search_box #search_box_submit:focus {
  color: #0057b8;
}

.cm-content .pagination-links {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
.cm-content .pagination-links a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #0057b8;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.cm-content .pagination-links a:hover, .cm-content .pagination-links a:focus {
  background-color: #e6e6e6;
  text-decoration: none;
}

.cm-aside {
  margin: 16px 0;
}
.cm-aside .sidebar_category_link:first-of-type {
  display: none;
}
.cm-aside > ul {
  padding: 0;
  margin: 0;
}
.cm-aside > ul li {
  list-style-type: none;
}
.cm-aside .sidebar_subcategories {
  padding: 0;
}
.cm-aside .sidebar_subcategory_link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #0056b8;
  border: 1px solid #fff;
  transition: all 300ms ease-in-out;
}
.cm-aside .sidebar_subcategory_link:hover, .cm-aside .sidebar_subcategory_link:focus {
  cursor: pointer;
  text-decoration: none;
  background-color: #0057b8;
  border: 1px solid #0057b8;
  color: #fff;
}
.cm-aside .selected_sidebar_category_link {
  cursor: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
}
.cm-aside .selected_sidebar_category_link:hover, .cm-aside .selected_sidebar_category_link:focus {
  cursor: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #e6e6e6;
}
.cm-aside .sidebar_course_links {
  padding-left: 1rem;
}

.menu-main-menu .cart-has-products {
  color: #0057b8 !important;
}

.cm-hero {
  width: 100%;
  background-image: url("/template/mclin/images/2688x896-New-Overview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 25% center;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .cm-hero {
    background-position: center center;
  }
}

.cm-hero-text-wrapper {
  max-width: 1344px;
}

.cm-hero .text {
  width: 100%;
  padding: 180px 0 60px 0;
  background: radial-gradient(circle at bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.cm-hero .text::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.cm-hero .text::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
@media (min-width: 48rem) {
  .cm-hero .text {
    position: relative;
    text-align: right;
    width: 75%;
    padding: 40px 40px 80px 40px;
    margin: 220px 0 0px 25%;
    background: radial-gradient(circle at right bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  }
  .cm-hero .text::before {
    display: none;
  }
  .cm-hero .text::after {
    background: radial-gradient(circle at left bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  }
}
@media (min-width: 81.875rem) {
  .cm-hero .text {
    position: relative;
    text-align: right;
    width: 50%;
    padding: 40px 40px 80px 40px;
    margin: 220px 0 0px 50%;
    background: radial-gradient(circle at right bottom, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  }
}

.cm-hero .text h1 {
  font-size: 44px;
  line-height: 1em;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;
}
@media (min-width: 64rem) {
  .cm-hero .text h1 {
    text-align: right;
    font-size: 55px;
  }
}

.cm-hero .text p {
  font-size: 18px;
  line-height: 1.5em;
  font-family: mayo-sans, arial, sans-serif;
  font-family: mayo-serif, arial, serif;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;
}
@media (min-width: 64rem) {
  .cm-hero .text p {
    font-size: 23px;
  }
}

.header-flex-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .header-flex-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.header-flex-container h1.large-title {
  word-break: break-word;
  font-size: 40px !important;
}
@media (min-width: 48rem) {
  .header-flex-container h1.large-title {
    font-size: 55px !important;
  }
}

.extra-page-img,
.contact-img {
  margin-bottom: 1rem;
}

.para-container,
.contact-us-form .fieldset_fields {
  max-width: 100ch;
}

.extra-page-container h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.extra-page-container div,
.extra-page-container address,
.extra-page-container p,
.extra-page-container ul li,
.extra-page-container ol li {
  color: #000;
}
.extra-page-container div,
.extra-page-container address,
.extra-page-container ul li,
.extra-page-container ol li {
  font-family: mayo-sans, arial, sans-serif;
}
.extra-page-container ul {
  list-style-type: disc;
  padding: revert;
}
.extra-page-container li > ul {
  margin-bottom: 0;
}

.extra-page-group {
  margin-bottom: 2.5rem;
}

.extra-page-flex-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .extra-page-flex-container {
    flex-direction: row;
  }
}

.extra-page-flex-container-reverse {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .extra-page-flex-container-reverse {
    flex-direction: row-reverse;
  }
}

.extra-page-flex-item-img {
  height: auto;
  width: 100%;
}

.grid-cards .card {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .grid-cards {
    display: grid;
    gap: 0 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (min-width: 64rem) {
  .grid-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-cards .card-border {
  height: 100%;
  border: 1px solid #e6e6e6;
}
@media (min-width: 48rem) {
  .grid-cards .card-border {
    display: grid;
    grid-template-rows: 40% 60%;
  }
}
.grid-cards .card-top {
  display: flex;
  background: #f6f6f6;
}
.grid-cards .card-top .card-img-container {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .grid-cards .card-top .card-img-container img {
    height: 100%;
    width: initial;
    object-fit: cover;
  }
}
.grid-cards .card-top .card-info-container {
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
  padding: 1rem;
  background: #f6f6f6;
}
.grid-cards .card-top .card-info-container h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.grid-cards .card-bottom {
  padding: 1rem;
}

.slider-container {
  display: flex;
  align-items: center;
}
.slider-container .slider-arrow {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 30px;
}
.slider-container .slider-arrow:hover,
.slider-container .slider-arrow:focus {
  cursor: pointer;
}
.slider-container .arrow-left {
  transform: rotateZ(180deg);
}

.slider-overflow-hidden {
  overflow: hidden;
  margin-left: 1rem;
}

.slider-overflow-hidden.margin {
  margin-bottom: 1rem;
}

.slider {
  --slider-index: 0;
  display: flex;
  flex-grow: 1;
  transition: all 400ms ease-out;
  transform: translateX(calc(var(--slider-index) * -100%));
}
.slider .slide {
  flex: 0 0 100%;
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .slider .slide {
    flex: 0 0 50%;
  }
}
@media (min-width: 64rem) {
  .slider .slide {
    flex: 0 0 33.34%;
  }
}
.slider .slide-border {
  height: 100%;
  border: 1px solid #e6e6e6;
}
.slider .slide-top {
  display: flex;
  height: 40%;
  background: #f6f6f6;
}
.slider .slide-top .slide-img-container {
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
}
.slider .slide-top .slide-img-container img {
  height: 100%;
  width: initial;
  object-fit: cover;
}
.slider .slide-top .slide-info-container {
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
  padding: 1rem;
  background: #f6f6f6;
}
.slider .slide-top .slide-info-container h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.slider .slide-bottom {
  padding: 1rem;
}

.case-studies .case-study {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: black;
  color: white;
  padding: 2rem;
}
@media (min-width: 48rem) {
  .case-studies .case-study {
    flex-direction: row;
    gap: 3rem;
    padding: 3rem;
  }
}
@media (min-width: 48rem) {
  .case-studies .case-study:nth-child(even) {
    flex-direction: row-reverse;
    gap: 3rem;
    padding: 3rem;
  }
}
.case-studies .case-study .case-study-left {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 350px;
}
.case-studies .case-study .case-study-right {
  width: fit-content;
}
.case-studies .case-study h1,
.case-studies .case-study h2,
.case-studies .case-study h3,
.case-studies .case-study h4,
.case-studies .case-study p,
.case-studies .case-study div {
  color: white;
}

.cm-content.cm-login-template .login-title {
  text-align: center;
  margin-bottom: 3rem;
}
.cm-content.cm-login-template .login-block-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-login-template .login-block-container {
    flex-direction: row;
  }
}
.cm-content.cm-login-template .login-block-container .student_login,
.cm-content.cm-login-template .login-block-container .manager_login {
  display: flex;
  flex-direction: column;
  height: auto;
  flex: 1 1 0px;
  padding: 2rem;
  background-color: #f6f6f6;
}
.cm-content.cm-login-template .login-block-container .student_login .login-button-container,
.cm-content.cm-login-template .login-block-container .manager_login .login-button-container {
  margin-top: auto;
}

.cm-content.cm-create-account-template .create-account-form {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  grid-template-rows: auto;
  gap: 2rem;
  grid-template-areas: "header-section" "account-details-section" "contact-details-section" "button-section";
}
@media (min-width: 48rem) {
  .cm-content.cm-create-account-template .create-account-form {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    grid-template-areas: "header-section header-section" "account-details-section contact-details-section" "button-section button-section";
  }
}
.cm-content.cm-create-account-template .create-account-form > p:first-child {
  grid-area: header-section;
}
.cm-content.cm-create-account-template .create-account-form .account_info {
  grid-area: account-details-section;
}
.cm-content.cm-create-account-template .create-account-form .contact_info {
  grid-area: contact-details-section;
}
.cm-content.cm-create-account-template .create-account-form > div.form-line {
  grid-area: button-section;
  text-align: end;
}
.cm-content.cm-create-account-template .create-account-form > div.form-line > div.form-label {
  display: none;
}
.cm-content.cm-create-account-template .create-account-form .account_info,
.cm-content.cm-create-account-template .create-account-form .contact_info {
  padding: 2rem;
  background-color: #f6f6f6;
  border: none;
}
.cm-content.cm-create-account-template .create-account-form .form-label {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.5em;
  color: #707070;
  font-family: mayo-sans, arial, sans-serif;
}
.cm-content.cm-create-account-template .create-account-form input[type=text],
.cm-content.cm-create-account-template .create-account-form input[type=password],
.cm-content.cm-create-account-template .create-account-form input[type=email],
.cm-content.cm-create-account-template .create-account-form select {
  width: 100%;
}
@media (min-width: 48rem) {
  .cm-content.cm-create-account-template .create-account-form input[type=text],
.cm-content.cm-create-account-template .create-account-form input[type=password],
.cm-content.cm-create-account-template .create-account-form input[type=email],
.cm-content.cm-create-account-template .create-account-form select {
    width: 70%;
  }
}
.cm-content.cm-create-account-template .create-account-form #postcode {
  max-width: 220px;
}

.cm-content .catalog-no-products {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
}
.cm-content .catalog-no-products p {
  font-weight: bold;
  color: #ed2939;
}

.cm-content.cm-search-template {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-areas: "search-section" "results-section";
}
@media (min-width: 48rem) {
  .cm-content.cm-search-template {
    gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "search-section results-section results-section";
  }
}
.cm-content.cm-search-template .site-section {
  grid-area: results-section;
}
.cm-content.cm-search-template .site-section .product-block {
  flex-basis: 400px;
}
.cm-content.cm-search-template #page_search_form {
  grid-area: search-section;
  height: fit-content;
  padding: 1rem;
  background-color: #f6f6f6;
}
.cm-content.cm-search-template #page_search_form tr td:first-of-type {
  padding-top: 8px;
  padding-right: 8px;
}
.cm-content.cm-search-template #page_search_form div[role=radiogroup] {
  padding: 0.75em 0 1.5em 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cm-content.cm-search-template .smfont {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.cm-content.cm-search-template input[type=text],
.cm-content.cm-search-template select {
  width: 100%;
  margin-bottom: 0.75em;
}
.cm-content.cm-search-template input {
  margin-bottom: 0;
}

.cm-content .waiting-list-form .contact_info {
  margin: 0;
  padding: 1rem;
  border: none;
  background-color: #f6f6f6;
}
.cm-content .waiting-list-form .form-label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.cm-content .waiting-list-form label {
  font-family: mayo-sans, arial, sans-serif;
  font-weight: 400;
}
.cm-content .waiting-list-form input[type=text],
.cm-content .waiting-list-form input[type=email] {
  width: 100%;
  max-width: 400px;
}

.cm-featured-title {
  display: none;
}

.cm-hide-cats .cm-content .page-categories {
  display: none;
}
.cm-hide-cats .cm-content .cat-site-section {
  display: none;
}

.cm-content.cm-home-template {
  display: flex;
  flex-direction: column;
}
.cm-content.cm-home-template .site-section {
  order: 1;
}
.cm-content.cm-home-template .cat-site-section {
  order: 2;
}
.cm-content.cm-home-template .cm-featured-title {
  display: block;
}

.cm-content .cat-site-section .cat-blocks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cm-content .cat-site-section .cat-blocks .cat-block {
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 48rem) {
  .cm-content .cat-site-section .cat-blocks .cat-block {
    flex-grow: unset;
  }
}
.cm-content .cat-site-section .cat-blocks .cat-block:nth-child(1) {
  display: none !important;
}
.cm-content .cat-site-section .cat-blocks .cat-block:nth-child(2) {
  border-top: 1px solid #e6e6e6;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .cat-image {
  display: none;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .cat-image img {
  display: none;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .cat-description {
  display: none;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .category-container {
  display: flex;
  flex-direction: column;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .view-courses {
  margin-top: auto;
  padding: 0 20px;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link .view-courses p {
  width: 100%;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link:hover, .cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link:focus {
  text-decoration: none;
}
.cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link:hover .cat-title, .cm-content .cat-site-section .cat-blocks .cat-block .cat-tile-link:focus .cat-title {
  color: #00418a;
}
.cm-content .site-section {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 81.875rem) {
  .cm-content .site-section {
    justify-content: flex-start;
  }
}
.cm-content .site-section .product-block {
  flex-basis: 409px;
  flex-grow: 1;
  border: 1px solid #e6e6e6;
}
.cm-content .site-section .product-block .product-tile {
  height: 100%;
}
.cm-content .site-section .product-block .product-tile-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}
.cm-content .site-section .product-block .product-tile-link .product-image {
  display: block;
  object-fit: cover;
  height: 204px;
  width: 100%;
  overflow: hidden;
}
.cm-content .site-section .product-block .product-tile-link .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}
.cm-content .site-section .product-block .product-tile-link .product-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.cm-content .site-section .product-block .product-tile-link .view-courses {
  margin-top: auto;
  padding: 0 20px;
}
.cm-content .site-section .product-block .product-tile-link .view-courses p {
  width: 100%;
}
.cm-content .site-section .product-block .product-tile-link .view-courses-caret {
  display: none;
}
.cm-content .site-section .product-block .product-tile-link:hover, .cm-content .site-section .product-block .product-tile-link:focus {
  text-decoration: none;
  color: #000;
}
.cm-content .site-section .product-block .product-tile-link:hover .product-image img, .cm-content .site-section .product-block .product-tile-link:focus .product-image img {
  transform: scale(1.1);
}
.cm-content .site-section .product-block .product-tile-link:hover .view-courses p, .cm-content .site-section .product-block .product-tile-link:focus .view-courses p {
  background-color: #00418a;
}

.info-site-section h1 {
  font-weight: 400;
}

.info-site-section h2,
.cm-featured-title,
.cm-large-title {
  margin-bottom: 32px;
  font-size: 44px;
  line-height: 51px;
  font-weight: 400;
}

.info-site-section h3,
.product-title.cm-medium-title {
  font-family: mayo-serif, serif;
  font-size: 29px;
  line-height: 35px;
  font-weight: 400;
}

iframe#kaltura_player {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  box-shadow: #333 0 0 3px;
}

/* Promo Block CTAs */
.promos {
  margin: 40px 0px 60px;
}
.promos .sub-placeholder {
  display: grid;
  grid-template-columns: 50% 50%;
}
.promos .promo-card {
  display: block;
  padding: 32px;
  position: relative;
  color: #fff;
  fill: #fff;
  aspect-ratio: 1.5;
  text-decoration: none;
}
.promos .promo-card h3 {
  color: #fff;
  font-size: 44px;
  line-height: 51px;
  font-weight: 400;
  margin: 0 0 18px;
  padding: 0;
  font-family: mayo-display, serif;
}
.promos .promo-card:hover h3, .promos .promo-card:focus h3 {
  text-decoration: underline;
}
.promos .promo-card .promo-description {
  font-size: 23px;
  line-height: 35px;
  color: #fff;
}
.promos .promo-card.courses-promo {
  background: #0057b8;
}
.promos .promo-card.consulting-promo {
  background: #000;
}
.promos .promo-card.education-promo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #d9d9d9;
  gap: 2rem;
}
.promos .promo-card.education-promo .promo-description {
  color: #000;
}
.promos .promo-card.image-promo {
  padding: 0;
}
.promos .promo-card.image-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promos .promo-card svg.arrow-right {
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 40px;
  right: 40px;
  transition: right 0.2s ease;
}
.promos .promo-card:active svg.arrow-right,
.promos .promo-card:focus svg.arrow-right,
.promos .promo-card:hover svg.arrow-right {
  right: 32px;
}

@media (max-width: 1343px) {
  .promos .promo-card h3 {
    font-family: mayo-serif, serif;
    font-size: 29px;
    line-height: 35px;
  }

  .promos .promo-card .promo-description {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .promos .sub-placeholder {
    display: block;
  }

  .promos .promo-card {
    aspect-ratio: auto;
    padding-bottom: 56px;
  }

  .promos .promo-card svg.arrow-right {
    bottom: 20px;
    right: 20px;
  }
}
/* Why Choose section */
.why-choose {
  display: grid;
  padding-top: 24px;
  grid-gap: 16px;
  grid-template-columns: repeat(16, 1fr);
}
.why-choose .p-4 {
  grid-column-start: 2;
  grid-column-end: span 4;
}
.why-choose h2 {
  margin-bottom: 32px;
}
.why-choose a.button {
  color: #fff;
}
.why-choose .p-8 {
  display: grid;
  grid-gap: 16px;
  grid-column-start: 7;
  grid-column-end: span 9;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 1fr 1fr;
}
.why-choose .p-8 .card {
  display: block;
  aspect-ratio: 1;
  grid-column-end: span 4;
  padding-bottom: 18px;
}
.why-choose .card h3 {
  border-top: 1px solid #000;
  padding-top: 24px;
  margin-bottom: 18px;
}
.why-choose .card:nth-child(2),
.why-choose .card:nth-child(4) {
  grid-column-start: 6;
}

@media (max-width: 1024px) {
  .why-choose {
    grid-template-columns: repeat(12, 1fr);
  }
  .why-choose .p-4 {
    grid-column-start: 1;
    grid-column-end: span 4;
  }
  .why-choose .p-8 {
    grid-column-start: 5;
    grid-column-end: span 8;
    grid-template-columns: repeat(8, 1fr);
  }
  .why-choose .p-8 .card {
    grid-column-end: span 4;
  }
  .why-choose .card:nth-child(2),
.why-choose .card:nth-child(4) {
    grid-column-start: 5;
  }
}
@media (max-width: 768px) {
  .why-choose {
    display: block;
  }
  .why-choose .p-4 {
    margin-bottom: 2rem;
  }
  .why-choose .p-8 {
    display: block;
  }
  .why-choose .p-8 .card {
    display: block;
    aspect-ratio: auto;
  }
  .why-choose .card:nth-child(2),
.why-choose .card:nth-child(4) {
    grid-column-start: 5;
  }
}
/* Categories */
@media only screen and (min-width: 1056px) {
  .cat-site-section.flex-container {
    display: block;
  }

  .cat-site-section.flex-container .item h2 {
    margin-bottom: 40px;
  }

  .flex-container .item.cat-blocks {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }

  .flex-container .item.cat-blocks .cat-block {
    grid-column: 1/span 4;
  }

  .flex-container .item.cat-blocks .cat-block:nth-child(odd) {
    grid-column-start: 6;
  }

  .flex-container .item.cat-blocks .cat-block:nth-child(3) {
    border-top: #e6e6e6 solid 1px;
  }
}
/* Ribbon CTA */
article.landing section.ribbon-cta {
  margin-bottom: 0;
}

.ribbon-cta-inner {
  background: #0057b8;
  color: #fff;
  margin-top: 2rem;
  margin: 0 auto;
  display: block;
}

.ribbon-cta .ribbon-left .ribbon-cta__heading {
  font-weight: 700;
  font-family: mayo-display, EB Garamond, serif;
  font-size: 29px;
  line-height: 35px;
  margin-bottom: 1rem;
}

.ribbon-cta .ribbon-left p {
  font-size: 1.25rem;
}

.ribbon-cta .ribbon-right .ribbon-cta-link:last-child {
  border-bottom: 1px solid #fff;
}

.ribbon-cta .ribbon-left,
.ribbon-cta .ribbon-right {
  padding: 3rem 32px;
}

.ribbon-cta .ribbon-right {
  padding: 0 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ribbon-cta .ribbon-right .ribbon-cta-link {
  display: flex;
  color: #fff;
  border-top: 1px solid #fff;
  margin: 0 32px;
  padding: 1rem 32px 1rem 0;
  text-decoration: none;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  background-image: url(https://design.mayoclinic.org/assets/img/icons/arrow-caret-invert.svg);
  background-position: right 0 top 50%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  padding-right: 2rem;
}

.ribbon-cta .ribbon-right .ribbon-cta-link__text {
  display: inline-block;
  font-size: 1.25rem;
}

.ribbon-cta .ribbon-right .ribbon-cta-link .ribbon-cta-link__text:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.ribbon-cta .ribbon-right .ribbon-cta-link:hover .ribbon-cta-link__text:after,
.ribbon-cta .ribbon-right .ribbon-cta-link:active .ribbon-cta-link__text:after {
  background-color: #fff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .ribbon-cta-inner {
    display: flex;
  }

  .ribbon-cta .ribbon-right {
    padding-top: 3rem;
    flex: 1 1 auto;
  }

  .ribbon-cta .ribbon-left {
    max-width: 50%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .ribbon-cta .ribbon-right {
    padding-top: 3rem 32px;
  }

  .ribbon-cta .ribbon-left {
    padding-left: 60px;
  }
}
.category-body-css .cm-content .cat-page-description p {
  color: #000;
}
.category-body-css .cm-content .site-section {
  justify-content: flex-start;
}
.category-body-css .cm-content .site-section .product-block {
  flex-basis: 402px;
}
@media (min-width: 48rem) {
  .category-body-css .cm-content .site-section .product-block {
    flex-grow: unset;
  }
}

.cm-content.cm-courses-template {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  width: 100%;
  grid-template-rows: auto;
  grid-template-areas: "header-section" "description-section" "filter-section-top" "filter-section-bottom" "courses-section";
}
@media (min-width: 48rem) {
  .cm-content.cm-courses-template {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "header-section description-section description-section" "filter-section-top description-section description-section" "filter-section-bottom courses-section courses-section";
  }
}
.cm-content.cm-courses-template .cm-cat-header {
  grid-area: header-section;
  margin-bottom: 0;
}
.cm-content.cm-courses-template .cat-page-description {
  grid-area: description-section;
}
.cm-content.cm-courses-template .row {
  grid-area: filter-section-top;
}
.cm-content.cm-courses-template #filterBox {
  grid-area: filter-section-bottom;
}
.cm-content.cm-courses-template #mainContent_catalog {
  grid-area: courses-section;
}
.cm-content.cm-courses-template #filterBox {
  height: fit-content;
  padding: 1rem;
  background-color: #f6f6f6;
}
.cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container {
  margin: 1rem 0 !important;
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container p {
  color: #000 !important;
  margin-bottom: 0.5rem !important;
  transition: all 300ms ease-in-out;
}
.cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container p:last-child {
  margin-bottom: 0 !important;
}
.cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container p:hover, .cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container p:focus {
  cursor: pointer;
  color: #707070 !important;
}
.cm-content.cm-courses-template #filterBox .cm_uncheck_filter_container p i {
  margin-right: 0.5rem;
}
.cm-content.cm-courses-template #filterBox h3 {
  margin-bottom: 0.5rem;
}
.cm-content.cm-courses-template #filterBox fieldset {
  border: none;
  margin: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem;
}
.cm-content.cm-courses-template #filterBox .filter-checkbox-label {
  font-size: 18px;
  color: #707070;
  font-family: mayo-sans, arial, sans-serif;
}
.cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-text {
  background-color: #f6f6f6;
}
.cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-text span {
  padding-right: 1rem;
  padding-top: 0.5rem;
  color: #0057b8;
  cursor: pointer;
}
.cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-text span:hover, .cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-text span:focus {
  cursor: pointer;
  text-decoration: underline;
}
.cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-collapsed {
  display: none;
}
.cm-content.cm-courses-template #filterBox .cm-faceted-search-filter-block-side-expand-expanded {
  display: inline-block;
}
.cm-content.cm-courses-template #filterBox .collapsed .cm-faceted-search-filter-block-side-expand-collapsed {
  display: inline-block;
}
.cm-content.cm-courses-template #filterBox .collapsed .cm-faceted-search-filter-block-side-expand-expanded {
  display: none;
}
.cm-content.cm-courses-template #filterBox .collapse {
  display: none;
}
.cm-content.cm-courses-template #filterBox .collapse.in {
  display: block;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner {
  display: flex;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner #cm_text_search_submit {
  order: 1;
  width: 70px;
  color: #707070 !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 50px 0 0 50px;
  padding: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner #cm_text_search {
  order: 2;
  border-radius: 0;
  border-left: none;
  border-right: none;
  padding: 6px 0px;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner #cm_text_search:hover, .cm-content.cm-courses-template .cm-facet-form-search-inner #cm_text_search:focus {
  border-color: #e6e6e6 !important;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner #cm_clear_text_search_submit {
  width: 70px;
  order: 3;
  width: 70px;
  color: #707070 !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-radius: 0 50px 50px 0;
  padding: 16px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner:hover #cm_text_search_submit, .cm-content.cm-courses-template .cm-facet-form-search-inner:focus #cm_text_search_submit {
  border-color: #0057b8 !important;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner:hover #cm_text_search, .cm-content.cm-courses-template .cm-facet-form-search-inner:focus #cm_text_search {
  border-color: #0057b8 !important;
}
.cm-content.cm-courses-template .cm-facet-form-search-inner:hover #cm_clear_text_search_submit, .cm-content.cm-courses-template .cm-facet-form-search-inner:focus #cm_clear_text_search_submit {
  border-color: #0057b8 !important;
}

.blog-cat-title-section {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 3rem;
}

.site-section.secondary-site-section {
  display: block;
}
.site-section.secondary-site-section .secondary-product-block {
  width: 100%;
  margin-bottom: 3rem;
}
.site-section.secondary-site-section .secondary-product-tile {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .site-section.secondary-site-section .secondary-product-tile {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}
.site-section.secondary-site-section .product-tile-left {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .site-section.secondary-site-section .product-tile-left {
    width: 100%;
    max-width: 40%;
  }
}
.site-section.secondary-site-section .product-tile-right {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d2d2d2;
}
.site-section.secondary-site-section .product-tile-right .product-author-date-info {
  margin-bottom: 1rem;
}
.site-section.secondary-site-section .product-tile-right .author-type-text {
  position: relative;
  padding-right: 16px;
}
.site-section.secondary-site-section .product-tile-right .author-type-text::after {
  position: absolute;
  content: "·";
  right: 7px;
  font-weight: 600;
}
.site-section.secondary-site-section .product-tile-right .product-text {
  margin-bottom: 2rem;
}
.site-section.secondary-site-section .product-tile-right .view-courses {
  margin-top: auto;
}

.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-type-info small,
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-location-info small,
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-date-info,
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-duration-info {
  display: none;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-info-container {
  max-width: 100ch;
  display: flex !important;
  gap: 0 !important;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d2d2;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-info-container p {
  font-family: mayo-sans, arial, sans-serif !important;
  color: #000;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-info-container .extra-product-type-info {
  position: relative;
  padding-right: 16px;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .extra-product-info-container .extra-product-type-info::after {
  position: absolute;
  content: "·";
  top: 0;
  right: 7px;
  font-weight: 600;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-details-name {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d2d2;
  order: -1;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .largeimage1 {
  max-width: 100ch;
  order: 0;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description {
  max-width: 100ch;
  padding: 0;
  border: none;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description div,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description address,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description p,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description ul li,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description ol li {
  color: #000;
  font-weight: normal;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description div,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description address,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description ul li,
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description ol li {
  font-family: mayo-sans, arial, sans-serif;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description ul {
  list-style-type: disc;
  padding: revert;
}
.cm-content.cm-product-template .page-product-details.product-type-Blog .product-container .product-description li > ul {
  margin-bottom: 0;
}

.cm-content.cm-product-template .page-product-details .product-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 1rem 3rem;
  grid-template-rows: auto;
  grid-template-areas: "info-section-header" "image-section" "info-section-top" "info-section-middle" "info-section-bottom" "tab-section" "faq-section" "enroll-section";
}
@media (min-width: 64rem) {
  .cm-content.cm-product-template .page-product-details .product-container {
    grid-template-columns: auto auto;
    grid-template-areas: "image-section info-section-header" "image-section info-section-top" "image-section info-section-middle" "image-section info-section-bottom" "tab-section tab-section" "faq-section faq-section" "enroll-section enroll-section";
  }
}
.cm-content.cm-product-template .page-product-details .product-container .login-to-purchase {
  margin-bottom: 1rem;
}
.cm-content.cm-product-template .page-product-details .product-container .largeimage1 {
  grid-area: image-section;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .page-product-details .product-container .largeimage1 {
    max-width: 512px;
    max-height: 512px;
  }
}
.cm-content.cm-product-template .page-product-details .product-container .product-details-name {
  grid-area: info-section-header;
}
.cm-content.cm-product-template .page-product-details .product-container .product-details-name h1 {
  margin-bottom: 0;
}
.cm-content.cm-product-template .page-product-details .product-container .product-description {
  grid-area: info-section-top;
  max-width: 75ch;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
.cm-content.cm-product-template .page-product-details .product-container .product-description p {
  color: #000;
  font-weight: 600;
}
.cm-content.cm-product-template .page-product-details .product-container .product-description .description-2 {
  display: none;
}
.cm-content.cm-product-template .page-product-details .product-container .extra-product-info-container {
  grid-area: info-section-middle;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0.5rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .page-product-details .product-container .extra-product-info-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.cm-content.cm-product-template .page-product-details .product-container .extra-product-info-container p {
  font-size: 23px;
  font-family: mayo-display, arial, serif;
  color: #000;
}
.cm-content.cm-product-template .page-product-details .product-container .extra-product-info-container small {
  font-size: 18px;
  font-family: mayo-sans, arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child {
  grid-area: info-section-bottom;
  margin-bottom: 2rem;
}
.cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child .product-price {
  display: none;
}
.cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child .product-details-quantity-order-button-cell {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child .product-details-quantity-order-button-cell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child .product-details-quantity-order-button-cell > div {
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:first-child .product-details-quantity-order-button-cell .product-details-quantity-container {
  display: flex;
  align-items: center;
  justify-content: left;
}
.cm-content.cm-product-template .page-product-details .product-container .tab-section {
  grid-area: tab-section;
}
.cm-content.cm-product-template .page-product-details .product-container .product-description_bottom {
  grid-area: faq-section;
}
.cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:last-child {
  grid-area: enroll-section;
  background-color: #f6f6f6;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .page-product-details .product-container .cm-product-details-form:last-child {
    padding: 1rem 2rem;
  }
}
.cm-content.cm-product-template .page-product-details .product-store-managed {
  width: 100%;
}
.cm-content.cm-product-template .page-product-details .product-store-managed .product-price {
  font-family: mayo-display, arial, serif;
  font-weight: 600;
  font-size: 2rem;
}
.cm-content.cm-product-template .page-product-details .product-store-managed .product-details-quantity-container {
  display: block;
  width: 100%;
}
.cm-content.cm-product-template .page-product-details .product-store-managed .product-details-quantity-container input {
  width: auto;
  margin-left: 0.75rem;
  margin-bottom: 0;
}
.cm-content.cm-product-template .page-product-details .product-store-managed .product-details-order-button-container {
  display: block;
  width: 100%;
}
.cm-content.cm-product-template .page-product-details .product-store-managed tbody {
  flex-direction: column-reverse;
  display: flex;
}
.cm-content.cm-product-template .page-product-details .product-store-managed tbody tr td {
  text-align: start;
}
.cm-content.cm-product-template .page-product-details .product-store-managed tbody tr td.accent {
  display: block;
  text-align: end;
}
.cm-content.cm-product-template .page-product-details .cm-product-details-form:last-child tbody {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .page-product-details .cm-product-details-form:last-child tbody {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: center;
  }
}
.cm-content.cm-product-template .page-product-details .cm-product-details-form:last-child td {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cm-content.cm-product-template .page-product-details .cm-product-details-form:last-child .product-details-quantity-container {
  display: flex;
  align-items: center;
}
.cm-content.cm-product-template .product-image-container {
  max-width: 512px;
  max-height: 512px;
}
.cm-content.cm-product-template .cm-product-list-add-to-waiting-list {
  display: block;
  width: max-content;
  margin: 0 0 1rem auto;
}
.cm-content.cm-product-template .cm-product-list-add-to-waiting-list + .product-store-managed {
  width: auto;
  margin-left: auto;
}
.cm-content.cm-product-template .cm-product-list-add-to-waiting-list + .product-store-managed .product-price {
  padding-bottom: 0 !important;
}
.cm-content.cm-product-template .table-products-list-add-bundle {
  width: 100%;
  overflow-x: auto;
}
.cm-content.cm-product-template .table-products-list-add-bundle tr:first-child {
  background-color: #f6f6f6;
  font-size: 18px;
  font-family: mayo-sans, arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
.cm-content.cm-product-template .table-products-list-add-bundle tr td {
  padding: 1rem 2rem;
}
@media (max-width: 566px) {
  .cm-content.cm-product-template .table-products-list-add-bundle tr td {
    padding: 1rem 1rem;
  }
}
.cm-content.cm-product-template .table-products-list-add-bundle tr .product-list-heading-cell-name {
  width: 45%;
}
.cm-content.cm-product-template .table-products-list-add-bundle .product-list-heading-cell-checkbox,
.cm-content.cm-product-template .table-products-list-add-bundle .table-products-list-add-multiple-row .product-list-cell-checkbox {
  text-align: center;
}
.cm-content.cm-product-template .products-related {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cm-content.cm-product-template .products-related ul {
  list-style: none;
  padding: 0;
}
.cm-content.cm-product-template .product-return-link {
  margin-top: 2.5rem;
  margin-bottom: 0;
  text-align: right;
  border-top: solid 1px #f6f6f6;
  padding-top: 1rem;
}
.cm-content.cm-product-template .cm-related-products {
  margin-top: 2.5rem;
  padding-top: 1rem;
}
.cm-content.cm-product-template .cm-related-products .site-section {
  justify-content: flex-start;
}
@media (min-width: 48rem) {
  .cm-content.cm-product-template .cm-related-products .site-section .product-block {
    flex-grow: unset;
  }
}

.cm-content .cm-cart-no-products p {
  font-weight: 600;
}

.cm-content.cm-cart-template .cart-container {
  overflow-x: scroll;
  margin-bottom: 1.25rem;
  background-color: #f6f6f6;
}
@media (min-width: 48rem) {
  .cm-content.cm-cart-template .cart-container {
    overflow-x: initial;
  }
}
.cm-content.cm-cart-template .cart-container .cartcontent thead {
  background-color: #e6e6e6;
}
.cm-content.cm-cart-template .cart-container .cartcontent .lineitem {
  border-bottom: 1px solid #e6e6e6;
}
.cm-content.cm-cart-template .cart-container .cartcontent th {
  border: none;
  padding: 0.5rem;
  font-family: mayo-display, arial, serif;
  min-width: 150px;
}
.cm-content.cm-cart-template .cart-container .cartcontent td {
  border: none;
  padding: 0.3rem 0.5rem;
}
.cm-content.cm-cart-template .cart-container .cartcontent td:last-of-type {
  text-align: right !important;
}
.cm-content.cm-cart-template .cart-container .cartcontent .cm-cart-quantity-column {
  text-align: center;
}
.cm-content.cm-cart-template .cart-container .cartcontent .cm-cart-price-column,
.cm-content.cm-cart-template .cart-container .cartcontent .cm-cart-amount-column {
  text-align: end;
}
.cm-content.cm-cart-template .cart-container .cart-summary-table td {
  padding: 0.3rem 0.5rem;
}
.cm-content.cm-cart-template .cart-container .cart-summary-table .cm-cart-table-cell-totals-value {
  width: 150px;
}
.cm-content.cm-cart-template .cart-container .cart-summary-table .cm-cart-table-row-totals:last-of-type .cm-cart-table-cell-totals-label,
.cm-content.cm-cart-template .cart-container .cart-summary-table .cm-cart-table-row-totals:last-of-type .cm-cart-table-cell-totals-value {
  font-weight: 600;
}
.cm-content.cm-cart-template .voucher-container {
  margin: 2rem 0;
  padding: 1rem;
}
.cm-content.cm-cart-template .voucher-container h3 {
  margin-bottom: 1rem;
}
.cm-content.cm-cart-template .voucher-container input[type=text] {
  width: 100%;
}
@media (min-width: 26.25rem) {
  .cm-content.cm-cart-template .voucher-container input[type=text] {
    width: auto;
  }
}
.cm-content.cm-cart-template .buttons {
  padding: 1rem 0;
  text-align: end;
}
.cm-content.cm-cart-template .buttons .cm_button_continue_shopping,
.cm-content.cm-cart-template .buttons .cm_button_recalculate,
.cm-content.cm-cart-template .buttons .cm_button_checkout {
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
}
@media (min-width: 26.25rem) {
  .cm-content.cm-cart-template .buttons .cm_button_continue_shopping,
.cm-content.cm-cart-template .buttons .cm_button_recalculate,
.cm-content.cm-cart-template .buttons .cm_button_checkout {
    display: inline-block;
    width: auto;
    margin-left: 0.75rem;
  }
}

.cm-content.cm-cart-template .invoice_details {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  border: none;
  background-color: #f6f6f6;
}
@media (min-width: 48rem) {
  .cm-content.cm-cart-template .invoice_details {
    width: 70%;
  }
}
.cm-content.cm-cart-template .invoice_details h3 {
  margin-bottom: 1rem;
}
.cm-content.cm-cart-template .invoice_details .form-label {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.cm-content.cm-cart-template .invoice_details input[type=text],
.cm-content.cm-cart-template .invoice_details input[type=password],
.cm-content.cm-cart-template .invoice_details input[type=email],
.cm-content.cm-cart-template .invoice_details select {
  width: 100%;
}
@media (min-width: 48rem) {
  .cm-content.cm-cart-template .invoice_details input[type=text],
.cm-content.cm-cart-template .invoice_details input[type=password],
.cm-content.cm-cart-template .invoice_details input[type=email],
.cm-content.cm-cart-template .invoice_details select {
    width: 70%;
  }
}
.cm-content.cm-cart-template .invoice_details #postcode {
  max-width: 220px;
}
.cm-content.cm-cart-template .payment_gateways {
  border: none;
  background-color: #f6f6f6;
  margin-bottom: 2rem;
  padding: 1rem;
}
.cm-content.cm-cart-template .terms_and_conditions {
  margin-bottom: 2rem;
  padding: 1rem;
  border: none;
  background-color: #f6f6f6;
}
.cm-content.cm-cart-template .terms_and_conditions .form-element {
  margin-bottom: 0.5em;
}
.cm-content.cm-cart-template .terms_and_conditions label {
  display: inline;
}
.cm-content.cm-cart-template .terms_and_conditions .popupinline {
  font-size: inherit;
}
.cm-content.cm-cart-template .terms_and_conditions p {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1rem;
}
.cm-content.cm-cart-template .terms_and_conditions .checkout-mailing-opt-in-header {
  margin-top: 2rem;
}
.cm-content.cm-cart-template .cm_button_proceed {
  margin-left: 0.75rem;
}
.cm-content.cm-cart-template .page-block h1,
.cm-content.cm-cart-template .page-block h2 {
  margin-bottom: 1rem;
}
.cm-content.cm-cart-template .page-block a.login-link {
  display: inline-block;
  margin-right: 0.4rem;
}
.cm-content.cm-cart-template .page-block .order-details-container p {
  word-wrap: break-word;
}
.cm-content.cm-cart-template .page-block .order-items-container + div h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.cm-content.cm-manage-template .manage-info {
  max-width: 60ch;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.cm-content.cm-manage-template .manage-info p {
  margin-bottom: 2rem;
}
.cm-content.cm-manage-template .cm-manage-table {
  margin-bottom: 2rem;
  width: 100%;
  background-color: #f6f6f6;
  border-spacing: 0;
}
.cm-content.cm-manage-template .cm-manage-table .cm-manage-table-titlebar {
  font-family: mayo-display, arial, serif;
  font-weight: 600;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cm-content.cm-manage-template .cm-manage-table .cm-manage-table-titlebar th {
  text-align: left !important;
}
.cm-content.cm-manage-template .cm-manage-table th,
.cm-content.cm-manage-template .cm-manage-table td {
  min-width: 150px;
  padding: 0.5rem;
}
.cm-content.cm-manage-template .student-list-table {
  max-width: 60ch;
}
.cm-content.cm-manage-template .student-list-table .cm-manage-table-titlebar {
  font-family: mayo-display, arial, serif;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 29px;
  margin-bottom: 8px;
}
.cm-content.cm-manage-template .student-list-table .cm-manage-table-titlebar th {
  text-align: left !important;
  font-family: mayo-display, arial, serif;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 8px;
}
.cm-content.cm-manage-template .licenses-list {
  overflow-x: scroll;
}
@media (min-width: 48rem) {
  .cm-content.cm-manage-template .licenses-list {
    overflow-x: initial;
  }
}
.cm-content.cm-manage-template .licenses-list h4 {
  margin: 2rem 0 8px 0;
}
.cm-content.cm-manage-template input[type=text] {
  display: block;
  max-width: 400px;
}
.cm-content.cm-manage-template .student-list-instructions {
  max-width: 60ch;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.cm-content.cm-manage-template .student-list-instructions .student-info-list {
  list-style-type: disc;
  padding: revert;
}
.cm-content.cm-manage-template .student-roster-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .cm-content.cm-manage-template .student-roster-buttons {
    flex-direction: row;
  }
}
.cm-content.cm-manage-template .student-roster-buttons .student-roster-add-button {
  order: 1;
}
.cm-content.cm-manage-template .student-roster-buttons .student-roster-edit-button {
  order: 2;
}
.cm-content.cm-manage-template .student-roster-buttons .student-roster-delete-button {
  order: 3;
}
.cm-content.cm-manage-template .student-list-name {
  margin-bottom: 2rem;
}
.cm-content.cm-manage-template .student-roster-button {
  min-width: 175px;
}
.cm-content.cm-manage-template .cm-manage-student-list {
  border: 1px solid #e6e6e6;
  padding: 0.5rem;
  margin-bottom: 2rem;
  overflow-x: scroll;
}
@media (min-width: 48rem) {
  .cm-content.cm-manage-template .cm-manage-student-list {
    overflow-x: initial;
  }
}
.cm-content.cm-manage-template .student-add {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.cm-content.cm-manage-template .button-deletestudents-roster,
.cm-content.cm-manage-template .button-confirmdelete-roster,
.cm-content.cm-manage-template .button-confirmenrol-roster {
  margin-left: 0.5rem;
}

.cm-content.cm-myaccount-template {
  display: flex;
  width: 100%;
  gap: 2rem;
  flex-direction: column;
}
.cm-content.cm-myaccount-template > h1 {
  grid-area: header-section;
}
.cm-content.cm-myaccount-template .col-md-5 {
  width: 100%;
  background-color: #f6f6f6;
  padding: 1rem;
}
.cm-content.cm-myaccount-template .col-md-5 p:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

.cm-content .my-account-orders-list-report-name-heading {
  margin-bottom: 2rem;
  color: #000;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-size: 44px;
}
@media (min-width: 48rem) {
  .cm-content .my-account-orders-list-report-name-heading {
    font-size: 55px;
  }
}
.cm-content .my-account-orders-list-date-filter-heading {
  background-color: #000;
  color: #fff;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  padding: 0.25rem;
}
.cm-content .my-account-orders-list-orders-block {
  margin-bottom: 2rem;
}
.cm-content .my-account-orders-list-orders-block #order-list-form > div {
  overflow-x: scroll;
}
@media (min-width: 48rem) {
  .cm-content .my-account-orders-list-orders-block #order-list-form > div {
    overflow-x: initial;
  }
}
.cm-content .my-account-orders-list-orders-block .my-account-order-list-table {
  width: 100%;
  background-color: #f6f6f6;
}
.cm-content .my-account-orders-list-orders-block .my-account-order-list-table td {
  padding: 0.25rem;
}
.cm-content .my-account-orders-list-orders-block + br + form > div {
  overflow-x: scroll;
}
@media (min-width: 48rem) {
  .cm-content .my-account-orders-list-orders-block + br + form > div {
    overflow-x: initial;
  }
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable {
  max-width: 600px;
  width: 100%;
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable b {
  color: #000;
  font-family: mayo-display, arial, serif;
  font-weight: 400;
  font-size: 44px;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .cm-content .my-account-orders-list-orders-block + br + form > div .largetable b {
    font-size: 55px;
  }
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable tr:first-child, .cm-content .my-account-orders-list-orders-block + br + form > div .largetable tr:last-child {
  justify-content: center;
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable td {
  margin: 0;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  text-align: left;
}
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable input[type=text],
.cm-content .my-account-orders-list-orders-block + br + form > div .largetable select {
  margin: 0.25rem 0;
}
.cm-content .my-account-order-info-order-details {
  margin-bottom: 2rem;
}
.cm-content .order-items-container {
  margin-top: 2rem;
  overflow-x: scroll;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
}
@media (min-width: 48rem) {
  .cm-content .order-items-container {
    overflow-x: initial;
  }
}
.cm-content .order-items-container .cartcontent thead {
  background-color: #e6e6e6;
}
.cm-content .order-items-container .cartcontent .lineitem {
  border-bottom: 1px solid #e6e6e6;
}
.cm-content .order-items-container .cartcontent th {
  border: none;
  padding: 0.5rem;
}
.cm-content .order-items-container .cartcontent td {
  border: none;
  padding: 0.3rem 0.5rem;
}
.cm-content .order-items-container .cartcontent .cm-cart-quantity-column {
  text-align: center;
}
.cm-content .order-items-container .cartcontent .cm-cart-price-column,
.cm-content .order-items-container .cartcontent .cm-cart-amount-column {
  text-align: end;
}
.cm-content .order-items-container .cm-order-items-table-cell-totals-label {
  width: 87%;
}
.cm-content .order-items-container .cm-order-items-table-row-totals:last-of-type .cm-order-items-table-cell-totals-label,
.cm-content .order-items-container .cm-order-items-table-row-totals:last-of-type .cm-order-items-table-cell-totals-value {
  font-weight: 600;
}
.cm-content .print-btn-container {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.newsletter_fieldset {
  max-width: 100ch;
  margin: 0;
  padding: 2rem;
  background-color: #f6f6f6;
  border: none;
}
.newsletter_fieldset h1,
.newsletter_fieldset h2,
.newsletter_fieldset h3,
.newsletter_fieldset h4,
.newsletter_fieldset p,
.newsletter_fieldset div {
  font-family: mayo-sans, arial, sans-serif;
}
.newsletter_fieldset label,
.newsletter_fieldset label.form-label {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.5em;
  color: #707070;
  font-family: mayo-sans, arial, sans-serif;
}
.newsletter_fieldset input[type=text],
.newsletter_fieldset input[type=password],
.newsletter_fieldset input[type=email],
.newsletter_fieldset select,
.newsletter_fieldset textarea {
  width: 100%;
}
@media (min-width: 48rem) {
  .newsletter_fieldset input[type=text],
.newsletter_fieldset input[type=password],
.newsletter_fieldset input[type=email],
.newsletter_fieldset select,
.newsletter_fieldset textarea {
    width: 70%;
  }
}
.newsletter_fieldset .g-recaptcha,
.newsletter_fieldset .cm_button_mclin_newsletter {
  margin-top: 1.5em;
}

.cm-cart-template .tablink,
.cm-cart-template .tablink#single_button,
.cm-cart-template .tablink#ewallet_button {
  color: #000 !important;
  font-weight: bold;
  background-color: white;
  border: none;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.cm-cart-template .selected-tab,
.cm-cart-template .selected-tab#single_button,
.cm-cart-template .selected-tab#ewallet_button {
  border: none;
  border-bottom: 3px solid #000;
  color: #000 !important;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.cm-cart-template .tabcontent,
.cm-cart-template .tabcontent#SingleTab,
.cm-cart-template .tabcontent#eWalletTab {
  border: 1px solid #e4e4e4;
  padding: 1rem;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=cm-main.css.map */
