/* CSS for 2021, v 4.22 */


/** Padding specifications for Drupal content as per the Invision application specified below.*/

.drupal-wrapper {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 93.7%;
}

.drupal-content {
    margin: 40px auto 10px;
}

/* iPhone */
@media only screen and ( min-device-width: 325px) and ( max-device-width: 767px) {
    .drupal-wrapper {
        padding: 0;
        max-width: 94.67%;
    }

    .drupal-content {
        margin: 10px auto;
    }
}

/* iPad in portrait orientation */
@media only screen and ( min-device-width: 768px) and ( max-device-width: 1024px) {
    .drupal-wrapper {
        padding: 0 15px;
        max-width: 93.75%;
    }

    .drupal-content {
        margin: 20px auto 10px;
    }
}

/* iPad in landscape orientation */
@media only screen and ( min-device-width: 768px) and ( max-device-width: 1024px) and (orientation: landscape) {
    .drupal-wrapper {
        padding: 0 10px;
        max-width: 95.7%;
    }

    .drupal-content {
        margin: 20px auto;
    }
}

/* 
    BELOW ARE DESKTOP DEVICES 
    USING min-width INSTEAD OF min-device-width 
*/


@media only screen and ( min-width: 768px) and ( max-width: 1024px) {
    .drupal-wrapper {
        padding: 0 15px;
        max-width: 93.75%;
    }

    .drupal-content {
        margin: 20px auto 10px;
    }
}

@media only screen and ( min-width: 1024px) and ( max-width: 1279px) {
    .drupal-wrapper {
        padding: 0 10px;
        max-width: 95.7%;
    }

    .drupal-content {
        margin: 20px auto;
    }
}

@media only screen and ( min-width: 1280px) and ( max-width: 1365px) {
    .drupal-wrapper {
        padding: 0 10px;
        max-width: 91.41%;
    }

    .drupal-content {
        margin: 30px auto;
    }
}

@media only screen and ( min-width: 1366px) and ( max-width: 1439px) {
    .drupal-wrapper {
        padding: 0 20px;
        max-width: 1280px;
    }

    .drupal-content {
        margin: 40px auto;
    }
}

@media only screen and ( min-width: 1440px) and ( max-width: 1599px) {
    .drupal-wrapper {
        padding: 0 20px;
        max-width: 1280px;
    }

    .drupal-content {
        margin: 40px auto;
    }
}

@media only screen and ( min-width: 1600px) and ( max-width: 1919px) {
    .drupal-wrapper {
        padding: 0 20px;
        max-width: 1280px;
    }

    .drupal-content {
        margin: 40px auto;
    }
}

@media only screen and ( min-width: 1920px) {
    .drupal-wrapper, .HeaderFooterResp {
        padding: 0 20px;
        max-width: 1280px;
    }

    .drupal-content {
        margin: 40px auto;
    }
}


/* =============================================================================================================== */
/* ================================== End of Drupal padding specifications ======================================= */
/* =============================================================================================================== */




/* =============================================================================================================== */
/* =========================================== Start cpl.css content ============================================= */
/* =============================================================================================================== */


@font-face {
    font-family: bento-icomoon;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(/Includes/fonts/icomoon_v1.0.woff) format('woff');
}

@font-face {
    font-family: bento-extras;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(/Includes/fonts/BentoExtras.woff) format('woff'), url(/Includes/fonts/BentoExtras.woff2) format('woff2');
}

/* Begin Bento Icons: */
.bento-icon,
i[class*=icon]:focus{outline:0}[class*=" bento-icon-"],
[class^=bento-icon-] {
    position:relative;top:1px;display:inline-block;font-family:bento-icomoon;
    font-style:normal;font-weight:400;line-height:1;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}

.bento-extra, i[class*=extra]:focus {
    outline: 0
}

[class*=" bento-extra-"], [class^=bento-extra-] {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: bento-extras;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    align-items: center;   /* Activate "align-items:; center;" here, to vertial-aling icon/text, if other methods are not active. */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bento-icon-play2:before{content:"\e6b5"}

/* Override Defaults */
body {
    font-family: Knowledge, Helvetica, Arial, sans-serif;
    max-width: 2880px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color: #404040;
    font-family: Knowledge;
    font-size: 2.125rem; /* 34px */ 
    font-weight: 300;
    font-style: normal;
    line-height: 2.625rem; /* 42px */
}

h3 {
    font-size: 1.75rem; /* 28px */
    font-weight: 300;
    line-height: 1.9375rem; /* 31px */
    word-break: break-word;
}

h4 {
    font-size: 1.3125rem; /* 21px */
}

hr {
    border-top: 1px solid #d0d0d0;
}

.bold {
    font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
    font-weight: 900;
}

div.divider {
    border-bottom: 1px solid #d0d0d0; 
    line-height: 1px;
}

/* Animations */
.slide-left {
    position: relative;
    animation: slideleft 0.5s;
}

.slide-right {
    position: relative;
    animation: slideright 0.5s;
}

@keyframes slideleft {
    from { margin-right: -237px; } to { margin-right: 0; }
}

@keyframes slideright {
    from { margin-right: 0; } to { margin-right: -237px; }
}
/* End Animations */

/* Buttons */
.btn {
    font-size: 1rem; /* 16px */
    line-height: 1.125rem; /* 18px */
    padding: .75rem 1.25rem;
}

.btn-primary {
    background-color: #fa6400 !important;
    border-color: #fa6400 !important;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #cc4700;
    border-color: #cc4700;
    color: #ffffff;
}

.btn-secondary {
    background-color: #ffffff;
    border-color: #d0d0d0;
    color: #fa6400 !important;
}

.btn-secondary:hover {
    background-color: #ffffff;
    border-color: #d0d0d0;
    color: #cc4700;
}
/* End Buttons */

/* Helper Classes */
.box {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
}

.box:hover {
    box-shadow: 0 2px 8px 0 #afafaf;
}

figure {
    margin-bottom: 0;
}

/* IE11 and Firefox fix for "New to..." section not lining up with other sections. */
figure.image-wrapper {
    margin: 0 auto 1rem;
} 

.image-wrapper {
    background: #000000;
    position: relative;
}

.image-wrapper figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.image-wrapper figcaption.bottom {
    bottom: 0;
    top: unset;
}

.overflow-hidden {
    overflow: hidden;
}
/* End Other */



/* =============================================================================================================== */
/* ============================== X-Small devices (portrait phones, less than 576px) ============================= */
/* ======================== No media query for `xs` since this is the default in Bootstrap ======================= */
/* =============================================================================================================== */

ul.courseList {
    padding-left: 0
}

#desktop-promo {
    background: #ffffff;
    color: black;
    padding: 1rem 1rem 1rem 0;
    position: fixed;
    right: 0;
    top: 14rem; /* Was 15rem, but "feedback" tag overlaps, so now it needs to move up (by changing to 12rem) */
    width: 267px;
    z-index: 1000;
    font-size: 0.9rem;
}

#desktop-promo::before {
    background: #ffffff;
    bottom: 0;
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    transform-origin: bottom left;
    transform: skew(-13deg, 0deg);
    width: 116%;
    z-index: -1;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 4px solid #fa6400;
}

#desktop-promo a {
    color: #404040;
    text-decoration: none;
}

#desktop-promo a:hover {
    color: #404040;
    text-decoration: underline;
}

.desktop-promo-hide {
    margin-right: -237px;
}

.desktop-promo-show {
    margin-right: 0;
}

#explore-courses {
    color: #4d4d4d;
    padding-bottom: 4.75rem;
    padding-top: 2.75rem;
}

#explore-courses a {
    border: none;
    color: #4d4d4d;
    text-decoration: none;
}

#explore-courses a:hover {
    text-decoration: underline;
}




footer #contact {
    color: #afafaf;
    background-color: #404040;
    font-size: 0.75rem; /* 12px */
    line-height: 1.25rem; /* 20px */
    padding-bottom: 3rem;
    padding-top: 3rem;
}

footer #contact a {
    color: #afafaf;
    text-decoration: none;
}

footer #contact a:hover {
    color: #afafaf;
    text-decoration: underline; 
}

footer #links {
    color: #ffffff;
    background-color: #242424;
    font-size: 0.75rem; /* 14px */
    line-height: 1.5625rem; /* 25px */
    padding-bottom: 0;
    padding-top: 2.5rem;
}

footer #links a {
    color: #afafaf;
    text-decoration: none;
}

footer #links #social a {
    line-height: 1.875rem;
}

footer #links a:hover {
    color: #afafaf;
    text-decoration: underline; 
}

footer #links h5 {
    font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
    font-size: 0.6875rem; /* 11px */
    font-weight: 900;
    letter-spacing: 0.13125rem; /* 2.1px */
    line-height: 1.3125rem; /* 21px */
    text-transform: uppercase;
}

header a {
    color: #404040;
    text-decoration: none;
}

header a:hover {
    color: #404040;
    text-decoration: underline;
}

header .mobile-nav.gray {
    background-color: #eaeaea;
}

header .mobile-nav.gray p {
    font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
    font-size: 0.75rem; /* 12px */
    font-weight: 900;
    letter-spacing: ; /* 1.8px */
    line-height: 1.125rem; /* 18px */
    margin: 0;
}

header .mobile-nav input {
    background-image: url(/Mktg/images/site/search.svg);
    background-position: left center; 
    background-repeat: no-repeat;
    background-size: 22px;
    border: none;
    padding-left: 2rem;
}

header #mob-nav ul {
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
}

header #mob-nav li {
    border-bottom: 1px solid #d0d0d0;
    color: #404040;
    font-size: 0.875rem; /* 14px */
    font-weight: 500;
    line-height: 3rem; /* 48px */
    list-style: none;
    margin: 0;
}

header #mob-nav-main li::after {
    background-image: url(/Mktg/images/site/dropdown_open.svg);
    background-size: 1.3125rem 1.3125rem;
    content: ' ';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    position: relative;
    right: -5;
    float: right;
    top: 16px;
    transform: rotate(90deg);
}

header #mob-nav .sub-heading {
    border-bottom: 3px solid #fa6400;
    /*color: #fa6400;*/
    font-size: 1rem;
    text-align: center;
}

header #mob-nav .sub-heading::after {
    background-image: url(/Mktg/images/site/dropdown.svg);
    background-size: 1.3125rem 1.3125rem;
    content: ' ';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    position: relative;
    left: -5px;
    float: left;
    top: 16px;
    transform: rotate(180deg);
}

header #mob-nav .category-heading {
    border-bottom: 1px solid #fa6400;
    color: #fa6400;
    font-size: 1rem;
    font-weight: 500;
    line-height: 3rem;
}

header p {
    color: #404040;
    font-size: 1rem; /* 16px */
    font-weight: 500;
    line-height: 1.5rem; /* 24px */
    margin: 0;
}

header .supplemental-heading,
header .supplemental-heading a {
    color: #404040;
    font-size: 1rem; /* 16px */
    font-weight: 500;
    line-height: 1.5rem; /* 24px */
    margin: 0;
}

header .cta {
    color: #404040;
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    margin: 0;
}

header .details {
    color: #666666;
    font-size: 0.75rem; /* 12px */
    line-height: 1.125rem; /* 18px */
    margin: 0;
}

header .disabled {
    color: #afafaf;
}

header .count {
    font-size: .75rem;
}

header #mob-nav .orange-divider {
    border-bottom: 1px solid #fa6400;
}

#hero {
    color: #404040;
}

#hero a {
    color: #404040;
    font-weight: 400;
    font-family: Knowledge, Arial, Helvetica, sans-serif;
    padding: 6px;
}

#hero .border {
    background-color: #ffffff;
}

#hero a.btn {
    color: #ffffff;
}

#hero .h-100 {
    height: inherit !important;
}

#hero h4 {
    color: #4d4d4d;
    font-family: KnowledgeBlack, Knowledge, Helvetica, Arial, sans-serif;
    font-size: 1.3125rem; /* 21 px */
    font-weight: 900;
    line-height: 1.5rem; /* 24 px */
}

#hero .image-wrapper {
    background: #ffffff;
}

#hero .image-wrapper figcaption {
    position: inherit;
    top: inherit;
    transform: none;
}

#hero #live-events {
    margin-bottom: 2rem;
}

#hero .mobile-padding {
    padding-left: 15px;
    padding-right: 15px;
}

#hero .panel-body {
    font-size: 0.875rem; /* 14 px */
    line-height: 1.25rem; /* 20 px */
}

#hero .panel-heading-full.panel-heading {
    padding: 0;
}

#hero .panel-heading-full .panel-title {
    padding: 10px 15px;
}

#hero .panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

#hero .panel-title {
    position: relative;
    cursor: pointer;
}

#hero .panel-title::after {
    background-image: url('/Mktg/images/site/dropdown_open.svg');
    background-size: 1.3125rem 1.3125rem;
    content: ' ';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(180deg);
}

#hero .panel-title[aria-expanded="true"]::after {
    background-image: url('/Mktg/images/site/dropdown_open.svg');
    background-size: 1.3125rem 1.3125rem;
    content: ' ';
    display: block;
    height: 1.3125rem;
    width: 1.3125rem;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(360deg);
}

#hero .w50 {
    width: 100%;
}

.image-wrapper-gradient {
    display: block;
    position: relative;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 55, 55, 0.75) 600px, rgba(255, 255, 255, 0.00) 750px, rgba(255, 255, 255, 0.00) 100%);
    margin-top: -700px;
    height: 700px;
    width: 100%;
    content: '';
}

#mobile-promo {
    background: #ffffff;
    color: black;
    padding: 1.5rem;
    width: 75%;
    z-index: 1000;
    float: right;
    right: -45px;
    position: relative;
}

#mobile-promo::before {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-left: 4px solid #fa6400;
    bottom: 0;
    content: ' ';
    display: block;
    height: 100%;
    position: absolute;
    right: -40px;
    transform-origin: top left;
    transform: skew(-18deg, 0deg);
    width: 105%; /* was 16rem */
}

#new-to-cpl {
    border-bottom: 1px solid #d0d0d0;
    color: #4d4d4d;
}

.noscroll {
    overflow: hidden;
}

.promo h4 {
    color: #4d4d4d;
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    line-height: 1.25rem; /* 20px */
}

.promo a {
    color: #4d4d4d;
    text-decoration: none;
    /*left: -15px;*/
    position: relative;
}

.promo a:hover {
    color: #4d4d4d;
    text-decoration: underline;
}

.promo p {
    color: #4d4d4d;
    font-size: 1.125rem; /* 18px */
    line-height: 1.25rem; /* 20px */
}

.promo-icon-hide {
    transform: rotate(180deg);
}

#promo-icon {
    cursor: pointer;
}

.promo-icon-show {
    transform: none;
}

#register {
    background-color: #f4f4f4;
    color: #404040;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

#register h3 {
    line-height: 2.25rem; /* 36px */
}

#stay-in-the-know {
    background-color: #f4f4f4;
    color: #404040;
    font-size: 1.3125rem !important; /* 21px +important */
    line-height: 1.75rem !important; /* 28px +important */
    padding-bottom: 3rem;
    padding-top: 3rem;
}

#stay-in-the-know a {
    border: none;
    color: #404040;
    font-size: 1.1rem; /* 16px */
    line-height: 1.25rem; /* 20px */
    text-decoration: none;
}

#stay-in-the-know a:hover {
    text-decoration: underline;
}

#stay-in-the-know .eyebrow {
    font-size: 0.6875rem !important; /* 11px +important */
    line-height: 1.3125rem; /* 21px */
    letter-spacing: 0.13125rem; /* 2.1px */
    margin-bottom: 0.1875rem; /* 4px */
}

#stay-in-the-know .large-card figcaption {
    transform: translateY(-25%);
    width: 90%;
}

#stay-in-the-know .large-card,
#stay-in-the-know .large-card a {
    border: none;
    color: #ffffff;
    text-decoration: none;
}

#stay-in-the-know .large-card a:hover {
    text-decoration: underline;
}

#stay-in-the-know .large-card a img {
    background: transparent;
}

#stay-in-the-know .large-card img {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: .7;
}

#subscription {
    color: #ffffff;
    background-color: #404040;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

#testimonial {
    background: #000000;
    color: #ffffff;
}

#testimonial img {
    background: #000000;
    opacity: 1.0;
}

#testimonial .quote {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.875rem;
}

#testimonial .source p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0;
}

#team-learning {
    background-color: #ffffff;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

#team-learning h3 {
    font-size: 1.75rem;
    line-height: 1.9375rem;
}

#team-learning .box p {
    color: #404040;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    margin: 0;
}

#team-learning a {
    color: #404040;
    text-decoration: none;
}

#video {
    color: #404040;
}

#video #video-left-col {
    padding-bottom: 0rem;
    padding-top: 4rem;
    margin-bottom: -50px;
}

.video-banner {
    display: block;
}

.video-banner .video-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.0em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    backgound: #330099;
}

.video-modal, .video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 0, 0, 0.82); /* overlay color */
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    /*right: -30px;*/
    top: -40px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}



/* =============================================================================================================== */
/* ================================================== START @media =============================================== */
/* =============================================================================================================== */





/* This @media rule moves the Promo banner up, so it doesn't overlap with the "Feedback" tab on short-height screens */
@media  (max-height: 300px) {
    #desktop-promo {
    top: 1rem; /* Was 15rem. Move up, by changing to 1rem. */
    }
}

@media (min-height: 301px) and (max-height: 650px) {
    #desktop-promo {
    top: 3rem; /* Was 15rem. Move up, by changing to 3rem. */
    }
}




@media (min-width: 641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}

/* Small devices (landscape phones, 375px and up) */
@media (min-width: 375px) {
    #mobile-promo {
        right: -36px;
        width: 85%;
    }

    #mobile-promo::before {
        right: -45px;
        transform-origin: top left;
        width: 115%; /* was 21rem */
    }

    .video-thumb {
        background-image: url(/Mktg/images/site/vid-explore-checkpoint-learning.png); 
        background-position: right bottom; 
        background-repeat: no-repeat; 
        width: 100%; 
        background-size: auto auto; 
        object-fit: cover;
    }

    h3 {
        font-size: 1.40rem !important; /*  +!important */ 
        line-height: 1.75rem !important; /*  +!important */
    }
}

/* Small devices (landscape phones, 414px and up) */
@media (min-width: 414px) {
    #mobile-promo {
        right: -30px;
        width: 80%;
    }

    #mobile-promo::before {
        right: -45px;
        transform-origin: top left;
        width: 115%; /* was 21rem */
    }

    h3 {
        font-size: 1.70rem !important; /*  +!important */ 
        line-height: 2.12rem !important; /*  +!important */
    }

    #video #video-left-col {
        padding-top: 5rem;
        padding-bottom: 0rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #explore-courses {
        font-size: .9rem; /* 14.4px */
        padding-bottom: 4.75rem;
        padding-top: 4.75rem;
    }

    #hero .h-100 {
        height: 100% !important;
    }

    #hero h4 {
        font-size: 1.125rem; /* 18 px */
        line-height: 1.375rem; /* 22 px */
    }

    #hero #live-events {
        margin-bottom: 0;
    }

    #hero .mobile-padding {
        padding-left: 0;
        padding-right: 10px;
    }

    #hero #on-demand {
        border-left: none !important;
    }

    #hero .w50 {
        width: 50%;
    }

    #hero .image-wrapper figcaption {
        position: absolute;
        top: 42%;
        transform: translateY(-42%);
        width: 100%;
    }

    #new-to-cpl {
        border-bottom: none;
    }

    .promo p {
        font-size: 0.875rem; /* 14px */
    }

    #stay-in-the-know {
        line-height: 1.625rem; /* 26px */
    }

    #stay-in-the-know p {
        font-size: 1.3125rem !important; /* +important */
    }

    #team-learning {
        padding-bottom: 2.5rem;
        padding-top: 0;
    }

    #testimonial .quote {
        line-height: 1.25rem;
    }

    #video #video-left-col {
        padding-top: 5rem;
        padding-bottom: 0rem;
        margin-bottom: -50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 3.125rem !important; /* 50px +!important */ 
        line-height: 3.75rem !important; /* 60px +!important */
    }

    h3 {
        font-size: 1.85rem !important; /*  +!important */ 
        line-height: 2.125rem !important; /* 34px +!important */
    }

    header #desktop-nav #explore-courses h4 {
        /*line-height: 1.625rem;*/ /* 26px */
    }

    header #desktop-nav #explore-courses-menu {
        background-color: #f5f5f5;
    }

    header #desktop-nav #dynamic-menu-content {

    }

    header #desktop-nav #dynamic-menu-content #initial-dynamic {
        border-left: 1px solid #d0d0d0;
        margin-top: 3rem;
        max-width: 21.875rem;  /* 350px */
        padding: 1.875rem; /* 30px */
    }

    header #desktop-nav #accounting-and-auditing-dynamic-content-left {
        flex-grow: inherit;
        padding: 1.875rem 1.875rem 1.875rem 3.75rem; /* 30px/60px */;
    }

    header #desktop-nav #accounting-and-auditing-dynamic-content-right {
        padding: 1.875rem; /* 30px */;
        width: 28rem;
        max-width: 28rem;
    }

    header #desktop-nav #accounting-and-auditing-dynamic-content-right-inner {
        border-left: 1px solid #d0d0d0;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    header #desktop-nav #covid-19-dynamic-left {
        flex-grow: inherit;
        padding: 1.875rem 1.875rem 1.875rem 3.75rem; /* 30px/60px */;
    }

    header #desktop-nav #covid-19-dynamic-left-inner {
        border-left: 1px solid #d0d0d0;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    header #desktop-nav #covid-19-dynamic-right {
        max-width: 29rem;
        padding: 1.875rem;
        width: 29rem;
    }

    header #desktop-nav #covid-19-dynamic-right li {
        margin-bottom: .5rem;
    }

    header #desktop-nav #covid-19-dynamic-right a {
        line-height: 0.875rem;
    }

    header #desktop-nav #covid-19-dynamic-right a.btn {
        line-height: 1.125rem;
    }

    header #explore-courses-menu {
        padding: 1.875rem;;
    }

    header a {
        color: #404040;
        font-size: 0.875rem; /* 14px */
        font-weight: 500;
        line-height: 2.75rem; /* 44px */
        text-decoration: none;
    }

    header a:hover {
        color: #404040;
        text-decoration: underline;
    }

    header p {
        color: #404040;
        font-size: 0.75rem; /* 12px */
        font-weight: 500;
        letter-spacing: 0.1125rem; /* 1.8px */
        line-height: 2.75rem; /* 44px */
    }

    /* main menu styles */
    header #desktop-nav ul {
        display: block;
        list-style-type: none;
        margin-block-start: 0;
        margin-block-end: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-inline-start: 0;
    }

    header #desktop-nav li {
        list-style-type: none;
    }

    header #desktop-nav a.category {
        color: #404040;
        font-size: 0.875rem; /* 14px */
        font-weight: 500;
        line-height: 1.25rem; /* 20px */
        margin-right: 1rem;
        padding: 1rem 1rem 1rem 0;
        text-decoration: none;
    }

    header #desktop-nav .category-heading {
        color: #fa6400;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
    }

    /*header #desktop-nav a.category:after {
        background-image: url(/Mktg/images/site/dropdown_open.svg) !important;
        background-size: 1.25rem 1.25rem !important;
        border: none;
        content: ' ' !important;
        display: block !important;
        float: right !important;
        height: 1.25rem !important;
        position: relative !important;
        right: 1.25rem;
        top: 0;
        transform: rotate(180deg)!important;
        width: 1.25rem !important;
    }*/

    header #desktop-nav a.category.open {
        border-bottom: 3px solid #fa6400;;
    }

    header #desktop-nav a img.caret {
        transform: rotate(180deg);
    }

    header #desktop-nav a.category.open img.caret {
        transform: rotate(0deg);
    }

    header #desktop-nav .dropdown {
        background: #ffffff;
        border: 1px solid #d0d0d0;
        display: flex;
        margin: 0;
        padding: 30px;
        position: absolute;
        top: 40px;
        width: max-content;
        z-index: 100;
    }

    #hero #cards {
        position: relative;
        bottom: -1rem; /* was -5rem */
    }

    #hero h4 {
        font-size: 1.3125rem; /* 21 px */
        line-height: 1.625rem; /* 26 px */
    }

    #new-to-cpl h3 {
        font-size: 2.25rem !important; /* +important */
        line-height: 3.15rem !important; /* +important */
    }

    .promo p {
        font-size: 1.125rem; /* 18px */
        line-height: 1.25rem; /* 20px */
    }

    #team-learning {
        padding-bottom: 4.5rem;
        padding-top: 4.5rem;
    }

    #testimonial h3 {
        font-size: 2.2rem !important; /* +important */
        line-height: 3.15rem !important; /* +important */
    }

    #testimonial .quote {
        line-height: 1.875rem; /* 30px */
    }

    #video #video-left-col {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .video-thumb {
        background-image: url(/Mktg/images/site/vid-explore-checkpoint-learning.png); 
        background-position: right bottom; 
        background-repeat: no-repeat; 
        background-size: auto 100%; 
        object-fit: cover;
        /* height:750px; */
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}