﻿@charset "UTF-8";
/* CSS Document */

:root {
    --lh: 1.4rem;
}
.ReferringChapter {
    display: none !important;
}
.badgeCnt {
    display: inline;
    float: left;
    width: 33.33333%;
    padding: 12px 32px 12px 0px;
}

.CrntCrsPriceCallout {
    background-color: #f2f2f2;
    padding: 24px 16px;
    font-size: 14pt;
    color: #434E7E !important;
    max-width:50%;
}

    .CrntCrsPriceCallout h3 {
        font-size: 18pt;
        color: #B31983;
        margin-bottom: 12px;
    }

    .CrntCrsPriceCallout p {
        font-size: 14pt;
        color: #B31983 !important;
        margin-top: 16px !important;
    }



.productTile-image {
    max-height: 137px;
    overflow: hidden;
}

.badgeCnt a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.625;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 12.5px 25px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff !important;
    border: 1px solid #434E7E;
    background: #434E7E;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    Letter-spacing: 1px;
    margin: 12px 0;
}





/*UPCOMING EVENTS*/
.containerBlue h2.eventHeading {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 34px;
    line-height: normal;
}

.event.row {
    text-align: left;
    background-color: #ffffff;
    color: #434E7E;
    border: solid 1px #434E7E;
    margin-left: -0px;
    margin-right: 0px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: normal;
    padding: 20px;
}

p.sort {
    font-size: 24px;
}

.event.row .column {
    padding: 24px;
}

.event.row .title {
    font-size: 32px;
}

.event.row a, .event.row a:link {
    text-decoration: none;
    color: #434E7E;
}

.event.row:hover a {
    text-decoration: underline;
}

.event.row:hover {
    cursor: pointer;
    background-color: #f4f4f4;
    border: 1px #f4f4f4 solid;
}

.column.sm-4.lg-2.date {
    border-right: 1px solid #ddd;
}

.containerBlue .column, .event.row .column {
    align-self: center;
}

/*the container must be positioned relative:*/

.containerBlue select {
    margin-bottom: 0;
    max-width: 80%;
    float: left;
    color: #434E7E;
}

.containerBlue .btn--go {
    padding: 6px 10px !important;
    margin: 0 0 0 10px !important;
    color: rgb(179, 25, 131);
    background-color: #fff;
    font-weight: 900 !important;
    border: 0px;
}

.custom-select {
    position: relative;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #FFFFFF;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

.containerBlue #select {
    color: #000;
}


/*PODCASTS*/

.podcast.row h2 {
    font-size: 36px;
}

.featuredImage img {
    width: 100%;
}

#ctl01_Podcasts1_clPodcasts {
    max-width: 64% !important;
}

.podcast.row .swiper-slide {
    background-color: #FFC629;
    min-height: 220px;
}

    .podcast.row .swiper-slide:hover {
        background-color: #FFC629;
        transform: scale(1.12);
        -webkit-box-shadow: 0 0 10px 0 #D9D8E3;
        box-shadow: 0 0 10px 0 #D9D8E3;
        cursor: pointer;
    }

.podcast.row .badges.row img {
    float: left;
    max-width: 90px;
    margin-right: 12px;
}

.podcast.row .publicationDetails {
    padding: 12px 16px;
}

.podcast.row .date {
    color: #414042;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    background-color: #FFC629;
    padding: 7px;
    font-weight: 600;
}

.podcast.row .publicationDetails .publicationCategory {
    font-size: 14px;
}

.podcast.row .publicationDetails .publicationTitle {
    font-weight: 600;
}

.podcast.row .swiper-slide:hover .publicationDetails .publicationTitle, .podcast.row .swiper-slide a, .podcast.row .swiper-slide a:link {
    text-decoration: none !important;
    color: #414042 !important;
}

.swiper-container {
    padding: 12px 24px !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-next {
    background-image: url("../images/arrow-right.png") !important;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url("../images/arrow-left.png") !important;
    background-repeat: no-repeat;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 24px !important;
    height: 44px !important;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: block;
    align-items: center;
    justify-content: center;
    color: transparent;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: '' !important;
    }

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: '' !important;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -10px !important;
    left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .55;
    }

#podcast-popup1.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup1.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup1.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup1.white-popup a {
        margin-right: 20px;
    }

#podcast-popup2.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup2.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup2.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup2.white-popup a {
        margin-right: 20px;
    }

#podcast-popup3.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup3.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup3.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup3.white-popup a {
        margin-right: 20px;
    }

#podcast-popup4.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup4.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup4.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup4.white-popup a {
        margin-right: 20px;
    }

#podcast-popup5.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup5.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup5.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup5.white-popup a {
        margin-right: 20px;
    }

#podcast-popup6.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
}

    #podcast-popup6.white-popup h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: normal;
    }

    #podcast-popup6.white-popup h3 {
        font-size: 18px;
        font-weight: 300;
        line-height: normal;
    }

    #podcast-popup6.white-popup a {
        margin-right: 20px;
    }

/*COURSES*/
.carousel.swiper-wrapper:nth-child(n + 9) {
    display: none;
}

.courses.row:nth-child(n + 8) {
    display: none;
}

.courses.row .featureBlock-figure {
    background-color: #f4f4f4;
}

.courses.row .featureBlock-figcaption p {
    margin-bottom: 0px !important;
}

.courses.row p.date {
    color: #434E7E;
    font-size: 18px;
}

.courses.row h3.featureBlock-subHeading a, .courses.row h3.featureBlock-subHeading a:link {
    color: rgb(179, 25, 131) !important;
}

.courses.row h3.featureBlock-subHeading {
}

    .courses.row h3.featureBlock-subHeading a:hover {
        text-decoration: underline;
    }

.courses.row figcaption.featureBlock-figcaption {
    padding: 22px;
    min-height: 320px;
}

.footer-cta a, .footer-cta a:link {
    color: #434E7E;
    text-decoration: underline;
}

    .footer-cta a:hover {
        color: rgb(179, 25, 131) !important;
    }


@keyframes fontwsizes {
    0% {
        font-size: 2rem;
    }

    50% {
        font-size: 3rem;
    }

    100% {
        font-size: 2rem;
    }
}


[class*="truncate-overflow"] {
    margin: 0 auto 4vh auto;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    animation-duration: 3s;
    animation-name: fontwsizes;
    animation-iteration-count: infinite;
}

.courses.row h3.featureBlock-subHeading.truncate-overflow {
    max-width: 550px;
    -webkit-line-clamp: 3;
}

/*CAROUSELS*/

.courses.row div:nth-child(n + 9 ) {
    display: none;
}

.carousel.row .publicationDetails {
    padding: 12px 22px;
}

.carousel.row .publicationCategory {
    color: #FFFFFF;
}

.carousel.row select {
    width: auto;
}

.carousel.blue.row .date {
    color: #ffffff;
    background-color: #434E7E;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100px;
    padding: 7px;
    font-weight: 600;
}

.carousel.blue.row .icons {
    color: #ffffff;
    background-color: #434E7E;
    width: 100%;
    padding: 7px;
    font-weight: 600;
}

    .carousel.blue.row .icons .certif {
        background-image: url("../images/check-wh.png");
        background-repeat: no-repeat;
        padding: 0 0 0 20px;
        margin-right: 14px;
    }

.carousel.row .publicationDetails .publicationTitle {
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 8px;
    min-height: 60px
}

.carousel.row .swiper-slide p {
    line-height: normal;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.carousel.row h2 {
    font-size: 36px;
}

.carousel.row p {
    color: #414042;
}

    .carousel.row p:last-of-type {
        margin-bottom: 12px;
    }

    .carousel.row p.filterBy {
        margin-bottom: 12px;
    }

.carousel.row .swiper-slide:hover .publicationDetails .publicationTitle, .carousel.row .swiper-slide a, .podcast.row .swiper-slide a:link {
    text-decoration: none !important;
}

.carousel.row .publicationDetails .publicationID {
    font-size: 14px;
    color: #ffffff;
}

.carousel.row .swiper-slide {
    min-height: 320px;
}

    .carousel.row .swiper-slide h4 {
        text-align: center;
    }

    .carousel.row .swiper-slide:hover {
        transform: scale(1.12);
        -webkit-box-shadow: 0 0 10px 0 #D9D8E3;
        box-shadow: 0 0 10px 0 #D9D8E3;
        cursor: pointer;
    }


/*COLORS*/
.carousel.blue.row .swiper-slide {
    background-color: #434E7E;
}

    .carousel.blue.row .swiper-slide:hover {
        background-color: #434E7E;
    }

.carousel.blue.row a, .carousel.row a:link, .carousel.blue.row a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.carousel.blue.alt.row a, .carousel.row a:link, .carousel.blue.alt.row a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.carousel.yellow.row .swiper-slide {
    background-color: #FFC629;
}

    .carousel.yellow.row .swiper-slide:hover {
        background-color: #FFC629;
    }

.carousel.magenta.row .swiper-slide {
    background-color: #B31983;
}

    .carousel.magenta.row .swiper-slide:hover {
        background-color: #B31983;
    }

.carousel.magenta.row a, .carousel.magenta.row a:link, .carousel.magenta.row a:hover {
    color: #FFFFFF;
    text-decoration: #FFFFFF;
}






.icon.featuredImage {
    background-color: #ffc629;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: auto;
    padding: 30px 50px;
    /* padding: 0px 40px;*/
}

.featuredImage {
    max-height: 142px;
    overflow: hidden;
}

    .featuredImage img {
        /* width: 120px;*/
        margin: 0 auto;
    }


/*MEGA MENU*/

.has-children.is-mega.withTopics ul li li ul {
    max-width: 25% !important;
    width: 25% !important;
}

.has-children.is-mega.withTopics ul li ul {
    max-width: 75% !important;
}

.navMain > ul > li.is-mega.withTopics > ul > li:first-child {
    padding: 20px;
    flex: 1 0 25%;
    max-width: 25%;
    background-color: inherit;
}

.navMain > ul > li > ul:last-of-type {
    background-color: #B31983 !important;
    padding: 20px 0 0 !important;
}

.navMain > ul > li.has-children.is-mega.withTopics > ul:last-of-type {
    background-color: #f2f2f2 !important;
    padding: 0px !important;
}

.navMain > ul > li.is-mega.withTopics > ul > li:last-child {
    padding: 0px 20px !important;
    flex: 1 0 100%;
    max-width: 100%;
    background-color: inherit;
}

.navMain > ul > li.is-mega.withTopics > ul > li {
    padding: 20px;
    background-color: #d4d4d4;
}

    .navMain > ul > li.is-mega.withTopics > ul > li > ul > li.no-link:first-child a {
        padding: 0px;
    }

.navMain > ul > li.is-mega.withTopics > ul {
    padding: 0px !important;
    background-color: #f2f2f2 !important;
}

    .navMain > ul > li.is-mega.withTopics > ul > li > ul > li:first-child a {
        color: #B31983 !important;
        font-size: 24px !important;
        font-weight: 600;
        padding-bottom: 16px;
    }

    .navMain > ul > li.is-mega.withTopics > ul > li > ul > li a {
        color: #414042 !important;
        font-size: 16px !important;
    }

    .navMain > ul > li.is-mega.withTopics > ul a:hover {
        background: rgba(255,255,255,0) !important;
    }

    .navMain > ul > li.is-mega.withTopics > ul > li > ul > li a {
        padding: 0;
    }

    .navMain > ul > li.is-mega.withTopics > ul > li > ul > li > ul > li > ul {
        flex-wrap: wrap;
    }

.navMain > ul > li.is-mega > ul > li > ul > li > ul {
    flex: 1 1 auto;
    width: 33%;
    max-width: 33%;
    padding: 0px;
    float: left;
}

/*MEGA MENU EXPLORER ALL BAR*/

ul.exploreAllBar, li.exploreAllBar {
    background-color: #B31983 !important;
}

.exploreAllBar {
    text-align: right;
    font-size: 16px;
}

    .exploreAllBar a {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

        .exploreAllBar a:hover {
            color: #fff !important;
            text-decoration: underline;
        }

.navMain > ul > li > ul.exploreAllBar > li a, .navMain > ul > li.is-mega > ul.exploreAllBar > li > a {
    margin: 0;
    padding: 12px 24px;
    font-size: 18px !important;
}

.navMain > ul > li.is-mega > ul > li {
    padding: 0 20px !important;
}

.navMain > ul > li.is-mega.withTopics > ul > li {
    padding: 20px !important;
}

.navMain > ul > li.is-mega > ul > li.exploreAllBar {
    flex: 1 0 100%;
    max-width: 100%;
    background-color: inherit;
}

.navMain > ul > li.is-mega > ul {
    background-color: #F4F4F4 !important;
}



/*HOME EXPLORER BAR*/

.containerBlue select.form-control {
    margin-bottom: 0;
    max-width: 100%;
}

.containerBlue select#topDDL {
    margin-bottom: 0;
    max-width: 80%;
}


/*HOME CALLOUT SIDEBY SIDE*/

.homeCallOut1 {
    background-image: url("/images/Homepage-img-right.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut2 {
    background-image: url("/images/Homepage-img-left.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut3 {
    background-image: url("/images/EarnTheAMO.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut4 {
    background-image: url("/images/StepsToAMO.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut5 {
    background-image: url("/images/AMOChecklist.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut6 {
    background-image: url("/images/ExecutiveCPM.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut7 {
    background-image: url("/images/StandardsFunctions.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

.homeCallOut8 {
    background-image: url("/images/FAQS.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 32px 16px;
}

    .homeCallOut1 p, .homeCallOut2 p, .homeCallOut3 p, .homeCallOut4 p, .homeCallOut5 p, .homeCallOut6 p, .homeCallOut7 p, .homeCallOut8 p {
        padding: 30px;
        max-width: 300px;
        font-size: 18pt;
    }

    .homeCallOut1 .btn, .homeCallOut2 .btn, .homeCallOut3 .btn, .homeCallOut4 .btn, .homeCallOut5 .btn, .homeCallOut6 .btn, .homeCallOut7 .btn, .homeCallOut8 .btn {
        margin: 0 30px 30px;
    }



@media only screen and (max-width: 640px) {
    .lg-12 {
    }

    .featuredImage {
        max-height: none;
    }

    .productTile-image {
        max-height: none;
    }

    #ctl01_Podcasts1_clPodcasts {
        max-width: 100%;
    }

    .homeCallOut1, .homeCallOut2 {
        background-color: #43537F;
        background-blend-mode: overlay;
        margin: 0 0 32px 0;
    }


        .homeCallOut1 p, .homeCallOut2 p {
            color: #FFFFFF !important;
            font-size: 18pt;
        }

    .containerBlue select#catDDL {
        margin-bottom: 32px;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .lg-12 {
    }

    .featuredImage {
        max-height: none;
    }

    #ctl01_Podcasts1_clPodcasts {
        max-width: 100%;
    }

    .homeCallOut1, .homeCallOut2 {
        background-color: #43537F;
        background-blend-mode: overlay;
        margin: 0 0 32px 0;
    }


        .homeCallOut1 p, .homeCallOut2 p {
            color: #FFFFFF !important;
            font-size: 18pt;
        }

    .containerBlue select#catDDL {
        margin-bottom: 32px;
        margin-top: 16px;
    }
}



.navMain > ul > li > ul {
    top: 70px;
}


input[type="button"][value="Edit"] {
    display: none !important;
}