@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: flama-bold;
        --accent-color: #666666;
        --secondary-color: #64bd4f;
        --link-color: #236192;
        --accent-highlight-color: #404040;
        --accent-highlight-background-color: #e6e6e6;
        --accent-tinted-color-70: #d1d1d1;
        --accent-tinted-color-80: #e0e0e0;
        --accent-tinted-color-90: #f0f0f0;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #808080;
        --secondary-hover-color: #4e9e3b;
        --secondary-contrast-color: #111;
        --link-hover-color: #4896d3;
      }
      

.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_v4/v1/course-uploads/6e557ed6-d03d-4c48-9492-4d18d145d7a1/jk4ust2s86r5-smallerlogo2.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* Start get the footer to display properly on the bottom */
html, body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.container {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.ember-application,
.application,
#learner {
  height: 100% !important;

}

/* Inline style block ensures LMS doesn't override per-image */
.inline-icon {
  display: inline;
  vertical-align: middle;
  padding: 0;
  margin: 0 4px;
  border: 0;
}

#main-content {
  flex: 1 0 auto !important;
  min-height: 0 !important;
  height: auto !important;
  box-sizing: border-box !important;
}
/*End get the footer to display properly on the bottom */

.ui-repurchase-button {
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    color: var(--color-white-text);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 12px;
    background: var(--color-primary);
}

/*Hide level up category start*/
.catalog-aggregation:first-of-type {
    display: none;
}
.catalog-aggregation:last-of-type {
    display: none;
}
/*Hide level up category end*/
.badge-wrapper {
    position: relative;
}
/*pill for ai advisor*/
.new-pill {
    position: absolute;
    top: -4px;
    right: -20px;
    background: #197BC0;
    border-radius: 20px;
    padding: 2px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}

/*Onshape Advisor Styles start */
.chat-container {
  display: flex;
  height: 100vh;
  width:100%;
}

.chat-sidebar {
  width: 25%;
  background-color: #f4f4f4;
  padding: 20px;
  border-right: 1px solid #DDD;
  overflow-y:auto;
}

.chat-sidebar h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

#chat-list {
  list-style: none;
}

#chat-list li {
  padding: 10px;
  cursor: pointer;
  transition: backgorund 0.2s;
}

#chat-list li:hover {
  background-color: #e0e0e0;
}

.chat-area {
  flex-grow: 1;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  height:100%
}

#aws-chatbot {
  width: 100%;
  height: 100vh;
  border: none;
}


#onshapeAdvisorButton:focus {
    outline: none !important;
    box-shadow: none !important;
}

#talkingBubble p {
  margin:0;
  font-size: 14px;
}

#talkingBubble button {
  background:transparent;
  border:none;
  font-size:18px;
  position:absolute;
  top:5px;
  right:5px;
  cursor:pointer;
}

/* End Onshape Advisor Styles */

.topic__sidebar__caption img {
    height: 18px;
    width: auto;
    vertical-align: text-bottom;
}

.topic__contained__wrapper.topic__contained__wrapper--slideshow {
  user-select: text;
  -webkit-user-select: text; /* For Safari */
  -moz-user-select: text;    /* For Firefox */
  -ms-user-select: text;     /* For older versions of Internet Explorer/Edge */
}

.topic__sidebar__caption figure {
  display: inline;
  margin: 0;
}

.grey-50 {
  background-color: #FAFAFA !important;
}

.grey-100 {
  background-color: #F5F5F5 !important;
}

.grey-200 {
  background-color: #EEEEEE !important;
}

.grey-300 {
  background-color: #E0E0E0 !important;
}

.grey-400 {
  background-color: #BDBDBD !important;
}

.grey-500 {
  background-color: #9E9E9E !important;
}

.grey-600 {
  background-color: #757575 !important;
}

.grey-700 {
  background-color: #616161 !important;
}

.grey-800 {
  background-color: #424242 !important;
}

.grey-900 {
  background-color: #212121 !important;
}

@font-face {
  font-family: 'flama-bold';
  src: url("https://ti-course-uploads.s3.amazonaws.com/6e557ed6-d03d-4c48-9492-4d18d145d7a1/zx5gex0hcbhf-flama-semibold-webfont.woff2");
  font-weight: normal;
  font-style: bold;
}

.paddingReducer .small-12:first-child {
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.home__content .course__detail__container {
  max-width: 1280px;
}

.home__content .course__detail__header, .home__content .course__detail__content {
  padding: 0;
}

header {
  background-color: #fff !important;
}

body {
  background-color: #FAFAFA;
}

.learner__language__selector.theme {
  position: fixed; /* Fixes it to a specific position relative to the viewport */
  z-index: 9999; /* Ensures it's above other content */
  bottom: 0; /* Positions it at the bottom of the screen */
  left: 0; /* Positions it at the left of the screen */

}




body:not(.learn) .container {
  max-width: 100%;
  box-shadow: none;
  flex: 1;
  display: flex; 
  flex-direction: column; 
}

body:not(.learn) .header {
  padding: 0;
}

body:not(.learn) .header .header__inner {
  max-width: 100%;
}

@media only screen and (min-width: 48.063em) {
  body:not(.learn) .header {
    padding: 0 3rem;
  }
}

@media only screen and (min-width: 48.063em) {
  body:not(.learn) .header__inner {
    padding-top: .5rem;
  }
}

footer.footer {
  flex-shrink: 0 !important;
  background-color: #212121;
  color: #fff;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer.footer .footer__inner {
  padding: 1.5rem 0;
  border: none !important;
}

footer.footer .footer__inner a {
  color: #fff !important;
}

footer.footer .footer__inner .footer__company__info {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

footer.footer .footer__inner .footer__company__info span {
  color: rgba(255, 255, 255, 0.7);
}

.home__content {
  background-color: #FAFAFA !important;
}

.btn.btn--primary {
  border-radius: 2px;
}

.widget__title {
  color: #3D4647;
  text-transform: uppercase;
}

.widget__subtitle {
  color: rgba(0, 0, 0, 0.87);
}

.widget--hr > hr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.enroll__title {
  display: none;
}

.article-content a {
  text-decoration: underline
}

.article-content img {
  padding: 16px 0;
  display: block;
  margin: 0 auto;
}

.article-content video {
  padding: 0;
  display: block;
  margin: 0 auto;

}

.article-content .icon {
  padding: 0px;
  display: inline;
}

.article-content h1 {
  font-size: 34px;
  color: #212121;
}

.article-content h2 {
  font-size: 26px;
  color: #212121;
}

.article-content h3 {
  font-size: 20px;
  color: #212121;
}

h1.article-content__header {
  font-size: 40px;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin-ever {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-bt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.widget.custom-hero {
  height: 100%;
  padding: 1em !important;
  background: linear-gradient(to top right, #3D4647 0%, #C8C9C7 100%);
}

.widget.custom-hero .row {
  padding: 48px 0;
}

@media only screen and (min-width: 1024px) {
  .widget.custom-hero .medium-6.columns {
    width: 70%;
  }
}

.widget.custom-hero .medium-6.columns:last-child {
  display: none;
}

.widget.custom-hero h1, .widget.custom-hero p {
  color: #fff;
}


/************************************************** Custom Dropdowns - Start **************************************************/

.top-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    text-align: left;
    z-index: 1000; /* Ensures the menu is above other content */
}

.top-menu a {
    margin: 0 0px; /* Adjust spacing between menu items */
    text-decoration: none;
    color: inherit;
}

.body1 {
    margin: 0;
}

.navbar1 {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.navbar1-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center; /* Align items to the center */
}

.navbar1-item {
    position: relative;
    margin-right: 10px; /* Add margin to create space between menu items */
    margin-left: 10px; /* Add margin to create space between menu items */
}

.navbar1-link {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer; /* Change cursor to pointer */
    font-size: 16px; /* Ensure the same font size for dropdown headers */
    color: #333333;
}

.navbar1-link:hover + .dropdown1, .dropdown1:hover {
    display: block;
}
.navbar1-link:hover {
    text-decoration: underline; /* Add underline on hover */
}

.dropdown1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); /* Center align the dropdown */
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 10px; /* Increase padding for more space inside */
    z-index: 1;
    border-bottom-left-radius: 10px; /* Rounded bottom left corner */
    border-bottom-right-radius: 10px; /* Rounded bottom right corner */
    min-width: 14em;
}

/* Wider dropdown specifically for Self-Paced Learning */
.dropdown1.dropdown-wide {
    min-width: 20em; /* Increase width as needed */
}

.dropdown1-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px; /* Add gap between items */
}

.dropdown1-menu li {
    margin-bottom: 0; /* Remove bottom margin */
}

.dropdown1-menu button {
    background: none;
    border: none;
    padding: 0px 10px; /* Add padding to move text slightly to the right */
    font: inherit;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-align: left;
    display: block;
}

.dropdown1-menu strong {
    display: block;
    color: #000;
    font-weight: bold;
}

.dropdown1-menu p {
    margin: 5px 0 0;
    color: #666;
    font-size: 14px; /* Adjust font size */
}

.dropdown1-menu button:hover {
    color: #007bff; /* Add hover effect for buttons */
}

.dropdown1-menu button:hover strong {
    text-decoration: underline; /* Underline only the strong text on hover */
}

/* Remove the underline effect from the entire button */
.dropdown1-menu button:hover {
    text-decoration: none; /* Ensure the button itself doesn't get underlined */
}

.dropdown1-menu button:hover p {
    text-decoration: none; /* Keep the description without underline */
}

.dropdown1-menu hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

/* Hide the checkboxes */
.dropdown-checkbox {
    display: none;
}

/* Ensure dropdowns are hidden by default */
.dropdown1 {
    display: none;
}

/* Media Query for Smaller Screens on Desktop */
@media (max-width: 1200px) { /* Adjust the breakpoint as needed */
    .navbar1-item {
        margin-right: 0; /* Reduced spacing for smaller screens */
        margin-left: 0;
    }
}


/* Show the dropdown when the associated checkbox is checked on mobile */
@media (max-width: 768px) {
    .navbar1-menu {
        flex-direction: column;
        align-items: center;
    }
    /*Adjust new pill for mobile*/
    .new-pill {
        top: 7px; /* adjust as needed */
        right: -35px; /* optional tweak if space is tight */
    }
    .navbar1-item {
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
        padding: 0;
    }

    .dropdown1 {
        position: static; /* Change position for mobile */
        transform: none; /* Remove transformation for mobile */
        width: 100vw; /* Set width to full viewport width */
        box-shadow: none; /* Remove box shadow */
        background-color: #f8f9fa; /* Adjust background color if needed */
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
        left: 0; /* Align with the left edge */
        top: auto; /* Remove top positioning */
        border-radius: 0; /* Remove border radius if desired */
    }
    .dropdown1.dropdown-wide {
    min-width: 100vw; /* Increase width as needed */
}
    .dropdown1-menu li {
        width: 100%; /* Ensure each menu item takes full width */
    }

    .dropdown1-menu {
        width: 100%;
    }

    .dropdown1-menu button {
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .navbar1-link {
        font-size: 14px; /* Reduced font size for mobile */
        padding: 10px;
    }    

    /* Enable checkbox interaction only on mobile */
    .navbar1-item input[type="checkbox"]:checked + label + .dropdown1 {
        display: block;
    }

    .navbar1-item input[type="checkbox"]:not(:checked) + label + .dropdown1 {
        display: none;
    }
    .navbar1-link:hover {
        text-decoration: none; /* Ensure no underline on hover for mobile */
    }

    /* Disable hover functionality on mobile */
    .navbar1-link:hover + .dropdown1 {
        display: none;
    }
}


/************************************************** Custom Dropdowns - End **************************************************/
/************************************************** Custom Boxes - Start **************************************************/

.shift-down-4 {
            margin-top: 100px;  /* Move element down */
        }

body {
    margin: 0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.container1 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1.5%;
    flex-wrap: wrap;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: stetch;
    justify-content: space-between;
    width: 300px;
    height: 280px;
    border-radius: 20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #666;
    text-align: center;
    border: 1px solid #ccc; /* Adding border to give outline */
    background-clip: padding-box; /* Ensure background color does not bleed into the border */

}

.box .button {
    margin-top: auto; /* Pushes button to the bottom */
}

.gray {
    background-color: #808080;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
     url('https://lh3.googleusercontent.com/pw/AP1GczMvNtDoiEDWSPfhzUJoJP-pUxw6lpYhqMv1cPPHaRTKtfeFpWBSGHvNn-oz7o_GNOgG42XjJCaV78uWz3SmpVoNsADzlX8iUnrdssAVZEiCSmqevnkJHPo3CPkuww0YG_R3dotqLifl4Dj5HAWMuO0=w600-h360-s-no-gm?authuser=0');

}

.green {
    background-color: rgb(91, 183, 59);
    background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-image: url('https://lh3.googleusercontent.com/pw/AP1GczNHSGh3xJtObXOhUyoge8dwHTUldI3KW9cw5jV7TWE-WyqjScDvec1J7Hvy5Clg8lIrE_VOH5bm0KE2il46F_tnNvYC1VPKJNKtPnDonSU8OG6XXgUHJ3Cepe6KLSC5pf_WKKZzEEbzYxO65u_jhSQ=w600-h360-s-no-gm?authuser=0');
/*  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/8e383578-7a7f-4e73-9ec9-19c036a752c7/j1n1igqo81po-Cert-Banner-Green6.png'); */
}
.white {
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

h1.white, p.white {
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}


.oramge {
    background-color: #f1b434;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://lh3.googleusercontent.com/pw/AP1GczNlVf4zbmFJyPP_Ji-8h2JthIz1oLre8SIczDXmu3wG8eHNYxxdQLHRHfPH5NoCL30esu5qs0c1n9HMTLUalUVAFedT8HWzUVzqUAizFL_lmwcWe6inuab8kDO3H9moZ75sZWX7J9QXaG6NmuzvErE=w600-h360-s-no-gm?authuser=0');
}

.blue {
  background-color: #236192;
  background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://lh3.googleusercontent.com/pw/AP1GczPCYmPPa0aPOeAN8amY8RqP6UtMTAxfVxg6YXLTSmjAR-uMLwZUNibe2w-CVSqzjr5m2tBp4-bh97zKSMQY6w9mc_4xZHqZuAFV9eRVJClm-39TIhhiHB04DVm7D3OAfN_TVkvXhdEIY-z2zuewlK8=w600-h360-s-no-gm?authuser=0');

}

    



.button {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Media Queries for Mobile Compatibility */
@media (max-width: 768px) {
    .container1 {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
        margin-bottom: 20px;
    }
}







/************************************************** Custom Boxes - End **************************************************/

/*** Spacer for home page ***/
.spacer {
  background-color: #f8f9fa; /* Match the background color */
  height: 50px; /* Adjust the height as needed */
  width: 100%;
}


.text-shadow-simple {
            font-size: 2em;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Horizontal offset, vertical offset, blur radius, color */
        }

.text-up-with-margin {
            margin-top: -50px;  /* Move main text up */
        }

.move-up-with-margin {
            margin-top: -93px;  /* Move up */
}

.search-bar {
            width: 1036px; /* Adjust width as needed */
            height: 50px; /* Adjust height as needed */
            border-radius: 50px; /* Adjust border radius as needed */
        }








/************************************************** Onboarding - Start **************************************************/

.widget.custom-onboarding-hero {
  height: 100%;
  padding: 30px 1em 30px 1em !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: linear-gradient(90deg, rgb(200, 201, 199) 78%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%), url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/8e383578-7a7f-4e73-9ec9-19c036a752c7/q6nh7zgrzuj5-Onboarding-Grey.jpg');
  margin-left: 32px;
  margin-right: 32px;
  width: auto;
}

.widget.custom-onboarding-hero h1 {
  color: rgb(61, 70, 71);
}

.widget.custom-onboarding-hero .btn {
  margin: 0;
  background: rgb(61, 70, 71);
}

.widget.custom-onboarding-hero .widget__cta {
  padding-top: 0;
}

/************************************************** Onboarding - End **************************************************/

/************************************************** Certification - Start **************************************************/

.widget.custom-certification-hero {
  height: 100%;
  padding: 30px 1em 30px 1em !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/8e383578-7a7f-4e73-9ec9-19c036a752c7/j1n1igqo81po-Cert-Banner-Green6.png');
  background-color: rgb(91, 183, 59);
  margin-left: 32px;
  margin-right: 32px;
  width: auto;
}

.widget.custom-certification-hero h1 {
  color: #FFFFFF;
}

.widget.custom-certification-hero .btn {
  margin: 0;
  background: rgb(61, 70, 71);
}

.widget.custom-certification-hero .widget__cta {
  padding-top: 0;
}

/************************************************** Certification - End **************************************************/

/************************************************** Onshape Special Banner - Start ****************************************************/

.widget.custom-onshape-live-23-hero {
  height: 350px;
  padding: 25px 1em 25px 1em !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/6e557ed6-d03d-4c48-9492-4d18d145d7a1/4rd96gzdhcol-banner_lw_900x200_alt2.jpg');
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  width: auto;
  position: relative;
}

.widget.custom-onshape-live-23-hero h1 {
  color: #FFFFFF;
}

.widget.custom-onshape-live-23-hero .btn {
  margin: 0;
  background: rgb(61, 70, 71);
}

.widget.custom-onshape-live-23-hero .widget__cta {
  padding-top: 0;
}

/************************************************** Onshape Special Banner - End ***********************************************************/

/************************************************** Associate - Start ****************************************************/

.widget.custom-associate-hero {
  height: 275px;
  padding: 30px 1em 30px 1em !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/8e383578-7a7f-4e73-9ec9-19c036a752c7/r4eim3kec7d7-CertifiedOnshapeAssociatePracticeExamBanner_1200x180.jpg');
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  width: auto;
  position: relative;
}

.widget.custom-associate-hero h1 {
  color: #FFFFFF;
}

.widget.custom-associate-hero .btn {
  margin: 0;
  background: rgb(61, 70, 71);
}

.widget.custom-associate-hero .widget__cta {
  padding-top: 0;
}

/************************************************** Associate - End ***********************************************************/

/************************************************** Onshape Live 22 - Start **************************************************/

.widget.custom-onshape-live-hero {
  height: 275px;
  padding: 30px 1em 30px 1em !important;
  background-size: auto 240px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-image: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/8e383578-7a7f-4e73-9ec9-19c036a752c7/qf1huppemnts-osl22-website-banner-dates.jpeg');
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  width: auto;
  position: relative;
}

.widget.custom-onshape-live-hero .hero {
  position: absolute;
  top: 0;
  width: 100%;
}

.widget.custom-onshape-live-hero .hero__caption {
  background: none;
  left: 0;
  position: relative;
  text-align: center;
}

.widget.custom-onshape-live-hero h1 {
  color: #FFFFFF;
}

.widget.custom-onshape-live-hero .btn {
  font-size: 30px;
  display: block;
  height: 57px;
  width: 322px;
  margin-left: 71%;
  background: #00890B;
  border: 2px solid #40AA1D;
  padding: 10px 0;
  color: var(--accent-contrast-color);
}

.widget.custom-onshape-live-hero .widget__cta {
  padding-top: 0;
}

/************************************************** Onshape Live 22 - End **************************************************/

.customHomePageCourses ul.courses__list {
  padding-left: 0;
}

@media only screen and (min-width: 64.063em) {
  .customHomePageCourses ul.courses__list li.customCourseCards {
    width: 33.33%;
  }
}

.customHomePageCourses ul.courses__list li.customCourseCards > a {
  background-color: #FAFAFA;
  border: none;
  border-radius: 2px;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.customHomePageCourses ul.courses__list li.customCourseCards > a:hover {
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.customHomePageCourses ul.courses__list li.customCourseCards > a > img {
  border-radius: 2px 2px 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.customHomePageCourses ul.courses__list li.customCourseCards > a hr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.customHomePageCourses ul.courses__list li.customCourseCards:nth-of-type(4n + 1) {
  clear: none;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached {
  color: #111;
  background-color: #8FCFF2;
  position: absolute;
  border: none;
  right: 2px;
  top: 0;
  font-size: 18px;
  padding-top: 8px;
  line-height: 1;
  max-width: 200px;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached .new-catalog__ribbon-corner {
  border-top-color: #8FCFF2;
  border-left-color: #8FCFF2;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached.gold {
  background-color: #FFC20D;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached.gold .new-catalog__ribbon-corner {
  border-top-color: #FFC20D;
  border-left-color: #FFC20D;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached.red {
  background-color: #DD5228;
  color: #FFFFFF;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .new-catalog__ribbon.new-catalog__ribbon--attached.red .new-catalog__ribbon-corner {
  border-top-color: #DD5228;
  border-left-color: #DD5228;
  z-index: 100;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__caption {
  padding-bottom: .5rem;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__caption h5.block-grid__item__title {
  font-size: 18px !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: bolder !important;
  display: inline-block;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__button {
  padding-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__button span.customCost {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 4px;
  float: left;
  line-height: 24px;
  vertical-align: -webkit-baseline-middle;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__button hr {
  margin-top: 8px;
  margin-bottom: 10px;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__button p {
  color: rgba(0, 0, 0, 0.87) !important;
  margin-bottom: 0;
}

.customHomePageCourses ul.courses__list li.customCourseCards .block-grid__item__button button {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  vertical-align: -webkit-baseline-middle;
}

.boxer, body:not(.learn) .header__inner, footer.footer .footer__inner, .widget > .ember-view {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.tight {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .tight {
    width: 100%;
  }
}

.no-margin_top {
  margin-top: 0 !important;
}

.no-margin_bottom {
  margin-bottom: 0 !important;
}

.no-padding_top {
  padding-top: 0 !important;
}

.no-padding_bottom {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 48.063em) {
  .widget.section-padding {
    padding: 3rem;
  }
}

.widget.cta-section {
  padding: 2rem 4rem;
}

@media only screen and (min-width: 48.063em) {
  .widget.cta-section {
    padding: 5rem;
  }
}

.widget.cta-section .medium-12.columns {
  display: none;
}

.widget.cta-section .widget__cta {
  padding-top: 0;
}

.widget.cta-section .widget__cta a.btn.btn--primary.btn--centered.btn--large {
  margin-bottom: 0;
  font-size: 20px;
}

.widget.cta-section .widget__cta a.btn.btn--primary.btn--centered.btn--large:hover, .widget.cta-section .widget__cta a.btn.btn--primary.btn--centered.btn--large:focus, .widget.cta-section .widget__cta a.btn.btn--primary.btn--centered.btn--large:active {
  color: #fff;
}

.iframer iframe {
  margin-top: 1rem;
  height: 600px;
  width: 100%;
  border: 1px solid #99A6B0;
}

.quoter {
  padding-bottom: 0;
}

.quoter blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #3D4647;
}

.quoter blockquote i {
  color: rgba(0, 0, 0, 0.87);
}

.quoter small {
  font-size: 75%;
}

@media only screen and (min-width: 48.063em) {
  .quoter.section-padding {
    padding: 3rem 3rem 0 3rem;
  }
}

.enrollNowFix .h2.widget__title {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 1.25rem;
}

.superLargeMargin .btn.btn--primary.btn--centered.btn--large {
  margin-bottom: 5rem;
}

.sidebarEnrollModule.widget--one-column {
  padding: 0;
}

.sidebarEnrollModule h2 {
  font-size: 22px;
}

.sidebarEnrollModule p {
  margin-top: 16px;
  margin-bottom: 20px;
}

.sidebarEnrollModule a.btn.btn--primary {
  font-size: 20px;
  padding: 8px 16px;
  margin-bottom: .5rem;
}

.sidebarEnrollModule .widget__cta {
  padding-top: .5rem !important;
}

.sidebarEnrollModuleSecondary.widget--one-column {
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.sidebarEnrollModuleSecondary .editor-content p {
  color: rgba(0, 0, 0, 0.54) !important;
}

.betterPageULs ul {
  padding-left: 0 !important;
  margin-left: 20px !important;
}

.betterPageULs ul > ul {
  margin-bottom: 0 !important;
}

.smallerHero .hero {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.smallerHero .hero picture {
  height: 320px;
}

.smallerHero .hero picture img {
  margin-top: calc(-320px / 2);
}

.video__caption__copy {
  /*Used for Video titles*/
  /*Used for "Key Takeaways" subtitle*/
  /*Used for key takeaway bullet points*/
}

.video__caption__copy h1 {
  font-size: 23px;
  margin-bottom: 16px;
  color: #3D4647;
}

.video__caption__copy h2 {
  font-size: 18px;
  color: #606A73;
}

.video__caption__copy ul {
  font-size: 14px;
  padding: 0;
  color: #606A73;
}

/*Used for hints in exercise slideshows*/
#learner .editor-content h5 {
  font-size: 16px;
  padding: 5px;
  background: rgb(200, 201, 199);
  color: #236192;
  font-weight: normal;
  font-family: Roboto, sans-serif;
}

.topic__sidebar__caption img {
  height: 18px;
  width: auto;
  vertical-align: text-bottom;
}

/*Used for horizontal line above Transcripts*/
.topic__content.topic__content--full-width hr {
  padding-bottom: 25px;
}

/*Used for slideshow slide titles*/
.topic__sidebar__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #002847;
}
/*Used for image borders in tech briefings*/
.RoundedCorners, .noborders {
  border: 2px solid #8393a4;
  border-radius: 10px;
  margin: 12px 0px 8px 30px;
  box-shadow: 5px 5px 5px #ccc;
  max-width: 85%;
  display: flex;
  justify-content: center;
}

/*Used for image borders in courses*/
.RoundedCornersC, .noborders {
  border: 2px solid #8393a4;
  border-radius: 10px;
  margin: 12px 0px 8px 30px;
  box-shadow: 5px 5px 5px #ccc;
}


/*Used for goals in text media before slideshow exercises*/
.topic__text__caption ul {
  font-size: 14px;
  font-weight: normal;
  margin: -2px 0 0 21px;
  padding: 0;
  color: #606A73;
}

div.question__container img {
  max-height: 300px;
  width: auto;
}

.question__container {
  padding-top: 0;
}

.course__detail__content .h1,
.course__detail__content .h2,
.course__detail__content .h3,
.course__detail__content .h4,
.course__detail__content .h5,
.course__detail__content .h6,
.course__detail__content h1,
.course__detail__content h2,
.course__detail__content h3,
.course__detail__content h4,
.course__detail__content h5,
.course__detail__content h6,
.course__detail__content p,
.course__detail__content .enroll__price,
.course__detail__header .h1,
.course__detail__header .h2,
.course__detail__header .h3,
.course__detail__header .h4,
.course__detail__header .h5,
.course__detail__header .h6,
.course__detail__header h1,
.course__detail__header h2,
.course__detail__header h3,
.course__detail__header h4,
.course__detail__header h5,
.course__detail__header h6,
.course__detail__header p,
.course__detail__header .enroll__price,
.course__detail__sidebar .h1,
.course__detail__sidebar .h2,
.course__detail__sidebar .h3,
.course__detail__sidebar .h4,
.course__detail__sidebar .h5,
.course__detail__sidebar .h6,
.course__detail__sidebar h1,
.course__detail__sidebar h2,
.course__detail__sidebar h3,
.course__detail__sidebar h4,
.course__detail__sidebar h5,
.course__detail__sidebar h6,
.course__detail__sidebar p,
.course__detail__sidebar .enroll__price {
  color: rgba(0, 0, 0, 0.87) !important;
}

.collection__course__description .ember-view.btn.btn--link.btn--small.btn--default {
  color: #3D4647;
  font-size: 14px;
}

.collection__course__description .ember-view.btn.btn--link.btn--small.btn--default:hover {
  text-decoration: underline;
}

.course__includes {
  margin: 0;
}

.enroll__buy {
  padding: 1rem 0;
}

.tabs-content .editor-content p, .tabs-content .editor-content ul, .course__detail__description .editor-content p, .course__detail__description .editor-content ul {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}

.tabs-content .editor-content ul, .course__detail__description .editor-content ul {
  padding-left: 30px;
  margin: 1rem 0;
}

.quiz-start__content {
  white-space: normal;
}

.quiz-start__content .quiz-start__text > .quiz__start > button.btn.btn--primary.btn--centered.btn--huge {
  margin-top: 40px;
}

.quiz-start__content .quiz-start__text p.h4 {
  font-size: 32px !important;
}

.quiz-start__content .quiz-start__text p {
  font-size: 16px !important;
}

.quiz-start__content .quiz-start__text > button.btn.btn--bare.btn--expand {
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}

.quiz-start__content .quiz-start__text > button.btn.btn--bare.btn--expand > span {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  -moz-transition: 0s ease;
  -o-transition: 0s ease;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}

.quiz-start__content .quiz-start__text > button.btn.btn--bare.btn--expand:hover span {
  border-bottom: 2px solid #236c96;
}

.choices__list.choices__list--boolean .choice--multiple.choice {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.choices__list.choices__list--boolean .choice--multiple.choice:hover {
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.06);
}

.choices__list.choices__list--boolean .choice--multiple.choice.choice--selected {
  border: 2px solid #3D4647;
  background-color: rgba(27, 95, 170, 0.06);
}

.choices__list.choices__list--boolean .choice--multiple.choice.choice--selected:hover {
  border: 2px solid #3D4647;
}

.sidebar__container.sidebar__container--right > .share__container {
  display: none;
}

.center-ruled-title > span {
  background-color: #FAFAFA;
  color: #3D4647;
}

.enroll__secondary-actions {
  display: none;
}

.course__detail__container .course__detail__sidebar {
  padding: 0;
}

@media only screen and (min-width: 48.063em) {
  .course__detail__container .course__detail__sidebar {
    padding-left: 2rem;
  }
}

.header.header--microsite .home__content {
  padding-top: 1rem;
}

.topic__container__survey .question__container .results__title {
  font-size: 24px;
}

.topic__container__survey .question__container .results__list .quiz__start h2 {
  font-family: "Roboto", sans-serif !important;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.topic__container__survey .question__container .results__list li .results__list__question {
  font-size: 18px;
}

#learner .editor-content h4 {
  font-size: 16px !important;
  color: #236192;
  font-weight: normal;
  font-family: "Roboto", sans-serif !important;
  font-style: italic;
}

.discussion-threads {
  margin-top: 50px;
}

.learn.dashboard .dashboard-header-dropdown__container .row {
  margin-bottom: 8px;
}

.learn.dashboard .dashboard-header .medium-2.columns {
  display: none;
}

.learn.dashboard .dashboard-access-list-item {
  padding: 1.25em 1em;
}

.learn.dashboard .dashboard-access-list-item .medium-10.columns .dashboard-access-list-item-expander {
  line-height: 36px;
  height: 36px;
}

.learn.dashboard .dashboard-access-list-item .medium-10.columns .dashboard-access-list-item-expander i {
  vertical-align: middle;
}

.learn.dashboard .dashboard-access-list-item .medium-2.columns small {
  vertical-align: -webkit-baseline-middle;
  font-size: inherit;
}

.learn.dashboard .dashboard-access-list-item-expansion .dashboard-access-list-item__description p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.learn.dashboard .dashboard-access-list-item-expansion .dashboard-access-stats .dashboard-access-stat__value-container i, .learn.dashboard .dashboard-access-list-item-expansion .dashboard-access-stats .dashboard-access-stat__value-container span {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-stat--available .dashboard-stat__value {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-stat--started .dashboard-stat__value {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-stat--completed .dashboard-stat__value {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-stat--certificates .dashboard-stat__value {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-stat--collaborations .dashboard-stat__value {
  color: #616B73;
}

.learn.dashboard .dashboard-stats__container .dashboard-views .dashboard-views__line span.dashboard-views__line__bar {
  background: #FFC20D;
}

.learn.dashboard .hr__accent.hr__accent--small-margin::before {
  display: none;
  border-color: transparent;
}

.header.header--checkout .company__logo {
  margin-top: 8px;
}

@media only screen and (min-width: 48.063em) {
  .header.header--checkout .company__logo {
    margin-top: 0;
  }
}

.container {
  background-color: transparent;
}

.container .checkout__order {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.container .checkout__order .checkout {
  margin-top: 16px;
}

.course__detail__container {
  width: 95%;
}

@media only screen and (min-width: 1366px) {
  .course__detail__container {
    width: 90%;
  }
}

@media only screen and (max-width: 48em) {
  .course-purchase__mobile-button {
    left: 0;
  }
}

.cart-items .cart-item__content .variation {
  padding-left: 1rem;
}

.widget--catalog .small-block-grid-1.large-block-grid-3.medium-block-grid-2 li > a {
  border-radius: 2px;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.widget--catalog .small-block-grid-1.large-block-grid-3.medium-block-grid-2 li > a .ember-view.new-catalog-grid-item {
  border: none;
}

.widget--catalog .small-block-grid-1.large-block-grid-3.medium-block-grid-2 li > a .ember-view.new-catalog-grid-item img {
  border-radius: 2px 2px 0 0;
}

.widget--catalog .small-block-grid-1.large-block-grid-3.medium-block-grid-2 li > a:hover {
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .catalog-aggregation:first-of-type {
  display: none;
} */

.faqTitleWrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.faqTitle {
  text-align: center;
  font-family: flama-bold;
  color: #3D46471;
  font-size: 2.2rem;
}

.faqContactLink {
  text-align: center;
}

.faqContactLink span {
  color: #3D4647;
  border-bottom: 2px solid #3D4647;
  padding-bottom: 4px;
}

.faqContactLink span:hover {
  color: #3385df !important;
  border-bottom: 2px solid #3385df !important;
}

.card-panel-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.card-panel-container .faqWrapper {
  margin-bottom: 40px;
}

.card-panel-container .faqHeader {
  font-family: flama-bold;
  color: rgba(0, 0, 0, 0.87);
  font-size: 2rem;
}

.card-panel-container .card-panel {
  transition: box-shadow 0.25s;
  padding: 20px;
  margin: 0.5rem 0 1rem;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-panel-container .card-panel.faq {
  border-top: 3px solid #5BB73B !important;
  border-radius: 0 0 2px 2px !important;
}

.card-panel-container .card-panel.faq p,
.card-panel-container .card-panel.faq ul,
.card-panel-container .card-panel.faq li {
  font-size: 16px;
  line-height: 1.5;
}

.card-panel-container .card-panel.faq a {
  color: #3D4647;
}

.card-panel-container .card-panel.faq a:hover {
  color: #4992e2 !important;
}

.card-panel-container .card-panel.faq p,
.card-panel-container .card-panel.faq ul {
  margin-top: 1rem;
}

.card-panel-container .card-panel.faq ul {
  -webkit-padding-start: 40px;
  padding-left: 40px;
  margin: 1em 0 0 1em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.card-panel-container .card-panel.faq .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
  margin-bottom: 0;
}

.learning-path-milestone__badge--elective {
  display: none;
}

.learning-path-milestone__badge--required {
  display: none;
}


/************************************************** JORDAN *************************************************/

.company-logo__container img {
  max-width: 167px;
  margin: 10px;
}

.os-header-wrapper {
  display: flex;
}

.os-header-item {
  flex-grow: 1;
  flex-basis: 50%;
}

@media only screen and (max-width: 60em) {
  .os-header-wrapper {
    flex-direction: column;
  }
}

body:not(.learn) .header {
  padding: 0;
}

body:not(.learn) .header .header__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
}

li.about-block__container .about-block__text {
  padding: 1em;
}

.navigation-bar.top-bar {
  height: auto;
}

.navigation-bar .top-bar-section .dropdown {
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.navigation-bar .top-bar-section .dropdown li {
  box-shadow: none;
  border-bottom: 1px solid #DDD;
}

.navigation-bar .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
  padding: 5px;
}

li.about-block__container .about-block .about-block__text h3 {
  font-size: 1.5rem;
}

li.about-block__container.about-block__container--animate .about-block>span:hover .about-block__text h3 {
  font-size: 1.5rem;
}

li.about-block__container.about-block__container--animate .about-block>span:hover .about-block__text p {
  font-size: inherit;
}

.layout__content .widget.widget--navbar {
  padding: 0;
}

/*************** tile grid **************/

ul[class*=block-grid] {
  display: flex;
  flex-wrap: wrap;
}

ul[class*=block-grid] .catalog-item {
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  transition: box-shadow .25s;
}

ul[class*=block-grid] .catalog-item:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,.1), 0 5px 10px rgba(0,0,0,.2);
}

ul[class*=block-grid] .catalog-item,
ul[class*=block-grid] .catalog-grid-item,
ul[class*=block-grid] .catalog-grid-item a  {
  height: 100%;
  display: flex;
  flex-direction: column;
}

ul[class*=block-grid] .row,
ul[class*=block-grid] .column,
ul[class*=block-grid] .catalog-grid-item__body,
ul[class*=block-grid] .catalog-grid-item__description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

a.widget__title-cta {
  font-size: 1.2em;
  font-weight: bold;
  color: #3D4647;
}

a.widget__title-cta:after {
  content: '→'
}

a.widget__title-cta:hover {
  text-decoration: underline;
}

a .catalog__ribbon {
  font-size: 1rem; 
  z-index: 999; 
}

/**************** Learning pathways *******************/

.learning-content__back-button {
  background: white !important;
  color: #333 !important;
  border-bottom: 1px solid #e9e9e9 !important;
  border-right: 1px solid #e9e9e9 !important;
  border-radius: 0;
}

.learning-content-hero__overlay {
  width: 0;
}

.learning-content-hero__caption {
  padding: 2.5em;
  background: hsla(0,0%,100%,.85);
}

.learning-content-hero__caption h1,
.learning-content-hero__caption h4 {
  color: #333;
}

.learning-content-hero div.w-full {
  background-color: rgba(91,183,59, 0.8)
}

.learning-path-milestone-item__body p {
  font-size: 1rem;
}

.header--article {
  padding: 1em;
}

.learning-path-criterion:nth-of-type(1n) {
  color: #3D4647;
}

.catalog-grid-item__completed p {
  margin: 0;
  font-weight: bold;
}

.event-sidebar__container .event-sidebar .event-sidebar__map span,
.event-sidebar__container .event-sidebar .event-sidebar__map strong,
.event-sidebar__container .event-sidebar .event-sidebar__value {
  font-size: 1rem;
}

.faqTitle {
  text-align: left;
}

/*********************** Courses ********************/

/* ul[class*=block-grid] .catalog-grid-item__hr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

ul[class*=block-grid] .catalog-grid-item__cta-container {
  position: absolute;
  right: 0;
  bottom: 10px;
} */