/* Minification failed. Returning unminified contents.
(2223,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2224,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2225,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2348,19): run-time error CSS1039: Token not allowed after unary operator: '-caption'
(2410,43): run-time error CSS1039: Token not allowed after unary operator: '-b-table'
(2411,40): run-time error CSS1039: Token not allowed after unary operator: '-b-table'
(2415,36): run-time error CSS1039: Token not allowed after unary operator: '-b-table'
(2418,43): run-time error CSS1039: Token not allowed after unary operator: '-b-table'
(2421,36): run-time error CSS1039: Token not allowed after unary operator: '-bg-table-stripe'
: run-time error CSS1066: Unexpected end of file encountered
 */
/*** IMPORTANT: the following line should be removed on Live site. It is only for local templates purpose ***/
.loading-screen {
    display: none;
}

/* BOOTSTRAP OVERRIDES */

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width:1200px) {
    .case-study .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .col-md-4, .col-md-6, .col-md-8, .three-column .col-md-3, .three-column .col-md-5, .link-list .col-md-3, .member-gift-tile > .col-md-3, .member-gift-tile > .col-md-9, .tile--2-3rds > .col-md-5, .tile--2-3rds > .col-md-7, #enrollment-container .row > .col-md-5, #enrollment-container .row > .col-md-7, .two-column--small-right .col-md-5, .two-column--small-right .col-md-7, .two-column--small-left .col-md-5, .two-column--small-left .col-md-7, .qp-footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .smithbucklin-quad-callouts-container > .col-md-3, .detail-container .col-md-5, .detail-container .col-md-7, .hero-section__hero-content .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .book-summary .col-md-7, .standard-summary .col-md-7, .webcast-summary > .col-md-7 {
        max-width: 100%;
    }

    #instructor-detail-container .col-md-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #instructor-detail-container .col-md-9 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .journal-summary .col-sm-pull-3, .product-summary .col-sm-pull-3 {
        right: 50%;
    }

    .journal-summary .col-sm-push-9, .product-summary .col-sm-push-9 {
        left: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .book-summary .col-md-pull-5, .journal-summary .col-md-pull-5, .webcast-summary .col-md-pull-5, .product-summary .col-md-pull-5, .standard-summary .col-md-pull-5 {
        right: 33.33333333%;
    }

    .book-summary .col-md-push-7, .journal-summary .col-md-push-7, .webcast-summary .col-md-push-7, .product-summary .col-md-push-7, .standard-summary .col-md-push-7 {
        left: 66.66666667%;
    }

    .case-study .col-lg-9, .case-study .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .journal-summary .col-sm-pull-3 {
        right: 25%;
    }

    .journal-summary .col-sm-push-9 {
        left: 75%;
    }
}


/***** AE UPDATES - 2018 *****/

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Header */
.global-header {
    height: 43px;
    background: #1a6eb3;
    font-family: Helvetica, sans-serif;
    line-height: 23px;
    z-index: 100;
}

.utility-nav {
    background: #1a6eb3;
	position: static;
	padding-left: 95px;
	padding-right: 95px;
}

.utility-nav__item--user {
    text-transform: capitalize;
}

@media (max-width: 1400px) {
    .utility-nav {
        padding-left: 77px;
        padding-right: 77px;
    }
}

@media (max-width: 1199px) {
    .utility-nav {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .utility-nav {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .utility-nav__block {
        display: inline-block;
        margin: 0;
    }

    #asq-top-nav .utility-nav__item {
        padding-left: 7px;
    }

    .utility-nav li {
        margin-left: 3px;
    }

    #asq-top-nav ul li a {
        font-size: 10px;
    }
}
@media (min-width: 992px){
    .utility-nav li {
        min-height: 16px;
    }
}

#asq-menu-trigger {
    top: 43px;
}

#asq-logo {
    top: 80px;
}

.utility-nav.mobile .top-bar {
    height: 43px;
}

#asq-logo img {
    width: 70px;
}

@media (max-width: 992px) {
    .global-header:before {
        content: "";
        position: absolute;
        top: 100%;
        left: auto;
        right: 76px;
        width: 100%;
        height: 72px;
        background: rgba(54,54,54,.7);
    }

    #asq-logo {
        top: 43px;
        left: 0;
        padding: 8px 20px;
    }

    #asq-menu-trigger {
        background: #86b850;
        right: 0;
        left: auto;
    }

    #asq-logo img {
        width: 40px;
    }

    #asq-menu-trigger {
        height: 72px;
        width: 76px;
        font-size: 10px;
    }

        #asq-menu-trigger .asq-menu-icon {
            width: 24px;
            height: 3px;
        }

        #asq-menu-trigger .asq-menu-text {
            font-weight: normal;
        }

        #asq-menu-trigger .asq-menu-icon::before {
            bottom: 7px;
        }

        #asq-menu-trigger .asq-menu-icon::after {
            top: 7px;
        }

    .utility-nav.mobile .secondary-nav {
        right: 76px;
        top: 43px;
    }

        .utility-nav.mobile .secondary-nav li {
            width: 162px;
        }

    .utility-nav.mobile .secondary-nav__lg-btn .btn {
        padding: 0;
        border: 0;
    }

        .utility-nav.mobile .secondary-nav__lg-btn .btn a {
            color: #1a6eb3;
            background: #fff;
            font-size: 11px !important;
            padding: 6px 0px;
            margin-bottom: 2px;
            width: 162px;
            text-align: center;
        }

        .utility-nav.mobile .secondary-nav__lg-btn .btn.large-lg-btn a {
            height: 72px;
            padding: 26px 0 0;
        }
}

@media (max-width: 479px) {
    #asq-top-nav ul li a {
        font-size: 10px !important;
    }
}

/* Sticky Header */
@media (max-width: 992px) {
    .stuck {
        position: fixed;
        top: 0;
    }

    #asq-menu-trigger {
        position: fixed;
    }
}

/* Navigation Close button */
.close-menu {
    position: absolute;
    top: 3px;
    right: 3px;
    left: auto;
    display: block;
    width: 40px;
    height: 40px;
}

@media (min-width: 993px) {
    .close-menu {
        display: none;
    }
}

.close-menu:before,
.close-menu:after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 25px;
    background: #fff;
    margin: 15px 0 0 10px;
}

.close-menu:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.close-menu:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/* Homepage Slideshow */
.home-hero-slider {
    height: 495px;
}

    .home-hero-slider .home-hero-slide {
        height: 495px !important;
    }

@media (max-width: 767px) {
    .home-hero-slide {
        background-position: 70% 50% !important;
    }
}

@media (min-width: 993px) {
    .home-hero-slider {
        height: 605px;
    }

        .home-hero-slider .home-hero-slide {
            height: 605px !important;
        }
}

.home-hero-content__description {
    font-size: 1.4em;
    line-height: 1.4em;
}

.home-hero-slider .slick-prev,
.home-hero-slider .slick-next {
    background: #88b755;
    width: 40px;
    height: 40px;
    padding: 14px;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 40px;
}

.home-hero-slider .slick-prev {
    right: 68px;
}

@media (min-width: 768px) {
    .home-hero-slider .slick-prev,
    .home-hero-slider .slick-next {
        bottom: 110px;
        padding: 22px;
    }

    .home-hero-slider .slick-prev,
    .home-hero-slider .slick-next {
        width: 60px;
        height: 60px;
    }

    .home-hero-slider .slick-prev {
        right: 90px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .home-hero-slider .slick-prev,
    .home-hero-slider .slick-next {
        margin-right: 51px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .home-hero-slider .slick-prev,
    .home-hero-slider .slick-next {
        margin-right: 58px;
    }
}

@media (min-width: 1401px) {
    .home-hero-slider .slick-prev,
    .home-hero-slider .slick-next {
        margin-right: 105px;
    }
}

.home-hero-slider .slick-prev:hover,
.home-hero-slider .slick-next:hover {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 1200px) {
    .home-hero-slider .slick-prev:hover,
    .home-hero-slider .slick-next:hover {
        background: #0b6bb5;
    }
}

.home-hero-slider .slick-prev:before,
.home-hero-slider .slick-next:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: 5px solid #fff;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.home-hero-slider .slick-prev:before {
    border-right: 5px;
    border-top: 5px;
}

.home-hero-slider .slick-next:before {
    border-left: 5px;
    border-bottom: 5px;
}

@media (min-width: 768px) {
    .home-hero-slider .slick-prev:before,
    .home-hero-slider .slick-next:before {
        width: 16px;
        height: 16px;
    }
}

.home-hero-slider .slick-autoplay-toggle-button,
.text-slider .slick-autoplay-toggle-button {
	display: none; /* THIS IS TEMPORARY - REMOVE FOR ACCESSIBILITY UPGRADE */
}

@media (min-width: 993px) and (max-width: 1400px) {
    .home-hero-content__headline {
        font-size: 26px;
        line-height: 34px;
    }

    .home-hero-content__description {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .home-hero-content__headline {
        font-size: 30px;
        line-height: 40px;
    }

    .home-hero-content__description {
        font-size: 1.2em;
    }
}

@media (max-width: 400px) {
    .home-hero-content__headline {
        font-size: 26px;
        line-height: 34px;
    }

    .home-hero-content__description {
        font-size: 1em;
    }
}

.video-btn {
    padding: 0;
    position: relative;
}

    .video-btn a,
    .video-btn a:link,
    .video-btn a:visited,
    .video-btn a:active {
        padding-left: 6px;
        padding-right: 30px;
        font-size: 16px;
        border-bottom: 3px solid #88b755;
    }

        .video-btn a:hover,
        .video-btn a:focus {
            border-bottom: 3px solid #fff;
        }

    .video-btn:after {
        content: "";
        position: absolute;
        top: 14px;
        right: 0px;
        border: 9px solid transparent;
        border-left: 12px solid #88b755;
    }

    .video-btn:hover:after,
    .video-btn:focus:after {
        border-left: 12px solid #fff;
    }

/* Homepage Welcome Block*/
@media (max-width: 767px) {
    .welcome-block {
        margin-top: -68px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.welcome-block .blue-form h3.title {
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
/* iPhone login wondow fix */
@media (max-width: 992px) {
    .global-header .info-box {
        top: 43px !important;
    }
}

/* Sitewide Style Updates */
.featured-promo-section {
    background-image: url(/-/media/Images/Training/2000x600_LearningLP-Quote.jpg);
    padding: 30px;
}

.featured-promo-block {
    background-color: white;
    padding: 50px;
}

@media (max-width: 992px) {
    .featured-promo-block {
        padding: 20px;
    }
}

.promo-links__wrapper .btn a {
    margin: auto;
    white-space: break-spaces;
    text-wrap: wrap;
}

/* Coveo Bootstrap Overrides */
main {
    font-family: Helvetica, sans-serif;
}

.utility-nav.desktop .btn {
    border-radius: 0;
    border: 0;
    padding: 0;
    line-height: 23px;
}

.global-footer {
    font-size: 14px;
    line-height: 1.64;
}

    .global-footer .container-fluid {
        width: calc(100% - 220px);
    }

@media (max-width: 1400px) {
    .global-footer .container-fluid {
        width: calc(100% - 125px);
    }
}

@media (max-width: 1199px) {
    .global-footer .container-fluid {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .global-footer .container-fluid {
        width: 100%;
    }

    .global-footer .col-xs-6 {
        width: 50% !important;
    }
}

@media (max-width: 400px) {
    .global-footer .container-fluid {
        width: 100%;
    }
}

@media (min-width: 768px) {
}

.alert-banner {
    font-size: 14px;
    font-family: Helvetica, sans-serif;
}

/* BOOKS AND STANDARDS LANDING PAGE */
/* Browse by... */

.browsing-cards {
}

.browsing-cards__title {
    color: #fff;
}

.browsing-cards-search {
}

.browsing-cards__wrapper {
    clear: both;
    background-color: #f0f0f0;
    margin-bottom: 0;
}

.browsing-card {
    background-color: #f0f0f0;
    position: relative;
    height: auto !important;
}

.browsing-card__img {
    background: no-repeat center center/cover;
    width: 100%;
    height: auto;
    padding-top: 38%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.25s;
}

    .browsing-card__img:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.4);
    }

.browsing-card__content {
    position: relative;
    padding: 0 15px;
}

.browsing-card__title {
    height: calc((100vw - 30px) * 0.38);
    display: flex;
    align-items: center;
}

.browsing-card__title-text {
    font-family: "Futura", sans-serif;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
}

.browsing-card__content p {
    line-height: 1.28;
    margin: 1.6em 0;
}

.browsing-card__button {
    display: inline-block;
    background: #116cb3;
    color: #fff;
    text-transform: uppercase;
    font-family: "Futura-Bold", sans-serif;
    font-size: 0.93em;
    padding: 1em 40px;
    transition: background-color 0.3s ease-in-out;
}

    .browsing-card__button:hover,
    .browsing-card__button:focus {
        color: #fff;
        background-color: #86b850;
        text-decoration: none;
    }

.browsing-cards__nav {
    position: relative;
    height: 75px;
    border: 1px solid transparent;
}

.browsing-cards .slick-arrow {
    position: absolute;
    top: 50%;
    bottom: auto;
    border-bottom: 2px solid #166cb3;
}

    .browsing-cards .slick-arrow:before {
        opacity: 0;
    }

    .browsing-cards .slick-arrow.slick-prev {
        left: 30px;
        border-left: 2px solid #166cb3;
        transform: rotate(45deg);
    }

    .browsing-cards .slick-arrow.slick-next {
        right: 30px;
        border-right: 2px solid #166cb3;
        transform: rotate(-45deg);
    }

.browsing-cards .slick-dots {
    position: relative;
    bottom: auto;
    margin: 29px 0 0;
}

    .browsing-cards .slick-dots li {
        border: 1px solid #166cb3;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        padding-left: 10px;
        overflow: hidden;
        transition: background-color 0.2s;
    }

        .browsing-cards .slick-dots li.slick-active {
            background-color: #166cb3;
            color: #fff;
        }

.browsing-card-all {
    display: block;
    position: relative;
    border-top: 13px solid #fff;
    padding: 15px 80px 15px 15px;
    background: #166cb3 no-repeat center center/cover;
    transition: background-color 0.3s ease-in-out;
}

    .browsing-card-all:hover,
    .browsing-card-all:focus {
        background-color: #86b850;
        text-decoration: none;
    }

    .browsing-card-all:after {
        content: "";
        width: 14px;
        height: 14px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        display: inline-block;
        transform: rotate(-45deg);
        position: absolute;
        right: 33px;
        top: calc(50% - 10px);
    }

.browsing-card-all__bg {
    display: none;
}

.browsing-card-all__title {
    font-family: "Futura", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.28em;
}

@media(max-width:767px) {
    .browsing-card-all {
        background-image: none !important;
    }
}


@media(min-width:768px) {
    .browsing-cards__title {
        float: left;
        color: #166cb3;
    }

    .browsing-cards-search {
        float: right;
    }

    .browsing-cards__wrapper {
        background-color: transparent;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .browsing-cards__nav {
        display: none;
    }

    .browsing-card {
        margin-bottom: 2em;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .browsing-card__img {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        flex-grow: 0;
    }

        .browsing-card__img:after {
            content: none;
        }

    .browsing-card__content {
        padding: 34px 26px;
        display: flex;
        flex-grow: 1;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: top;
    }

    .browsing-card__title {
        display: block;
        height: auto;
        width: 100%;
        flex-grow: 0;
    }

    .browsing-card__title-text {
        color: #166cb3;
        line-height: 1.2;
    }

    .browsing-card__content p {
        font-size: 1.14em;
        width: 100%;
        flex-grow: 1;
    }

    .browsing-card__button {
        margin-top: auto;
        flex-grow: 0;
        align-self: flex-end;
    }

    .browsing-card-all {
        border: 12px solid #649ac9;
        margin-bottom: 2em;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

        .browsing-card-all:after {
            content: none;
        }

    .browsing-card-all__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: no-repeat center center/cover;
        transition: transform 1s ease;
    }

        .browsing-card-all__bg:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background-color: #fff;
            opacity: 0;
            transition: opacity 1s ease;
        }

    .browsing-card-all:hover .browsing-card-all__bg,
    .browsing-card-all:focus .browsing-card-all__bg {
        transform: scale(1.1);
    }

        .browsing-card-all:hover .browsing-card-all__bg:after,
        .browsing-card-all:focus .browsing-card-all__bg:after {
            opacity: 0.3;
        }

    .browsing-card-all__title {
        font-size: 2.42em;
        line-height: 1.35;
        max-width: 7em;
        position: relative;
    }

        .browsing-card-all__title:after {
            font-size: 0.5em;
            line-height: 2;
            content: "";
            display: inline-block;
            background: no-repeat center left/contain;
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4QjM5QzNBQTYxQjExRThBRTk3Qzk2QTU1N0U2RkU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4QjM5QzNCQTYxQjExRThBRTk3Qzk2QTU1N0U2RkU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjhCMzlDMzhBNjFCMTFFOEFFOTdDOTZBNTU3RTZGRTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjhCMzlDMzlBNjFCMTFFOEFFOTdDOTZBNTU3RTZGRTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7YPcK1AAABCklEQVR42uyY0Q2CMBCGK+HdjtAROgJu4Ag4iTgBI9RNdIO6ASPgBrUXj8RgK6Yc9B74kz+Fl/LBhd7fCuecILTy7txb1lvPnbMQtKq9FV5r7xuOyaIGvI/u5WxI4hILLGvvvlWnzLcEICnkUoADpA1ANlwAwTICabgAzoZcA3CwCUBafAEWgEmQawOC2wik5gIocLkZqw9B5gL8GzInILiaWtBL7JNn7Js59Aw82+B43UE8+kgg3HQpBG/t4QvmLrGKVPAEJc79k0ymHo7LTLUt1BNuAnAdl1bHOiywjVu/AqvcIn/Cpqndtp1rbtxL4r4Kfd0G4tTB+8HhbOZICbfE2Qz58dtLgAEA/aPJkGqRULIAAAAASUVORK5CYII=');
            margin-left: 0.6em;
            width: 1.25em;
            height: 1em;
            position: relative;
            bottom: 0.125em;
        }
}

@media (min-width:768px) and (max-width:1023px) {
    .browsing-card {
        width: 48%;
    }

    .browsing-card-all {
        width: 48%;
        padding-right: 15px;
    }
}

@media(min-width:1024px) {
    .browsing-card {
        width: 32%;
    }

    .browsing-card-all {
        width: 32%;
        padding-right: 80px;
    }
}

/* BOOKS AND STANDARDS LANDING PAGE */
/* Shop by Topic */

.topic-list {
    font-family: "Futura", sans-serif;
    background-color: #166cb3;
    color: #fff;
}

.topic-list__title {
    color: #fff;
    display: none;
}

.topic-list__desc {
    display: none;
    font-family: 'Helvetica', sans-serif;
}

.topic-list__toggle {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.28em; /* 18px */
    padding: 1.8em .8em;
    position: relative;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

    .topic-list__toggle:after {
        content: "";
        width: 14px;
        height: 14px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        display: inline-block;
        transform: rotate(45deg);
        transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
        position: absolute;
        right: 30px;
        top: calc(50% - 10px);
    }

    .topic-list__toggle.expanded:after {
        transform: rotate(-135deg);
    }

.topic-items {
    background-color: #fff;
    display: none;
}

.topic-items__list {
    border: 14px solid #649ac9;
    margin: 0;
    padding: 0 24px 1em;
}

    .topic-items__list li {
        margin-top: 1em;
    }

    .topic-items__list a {
        text-decoration: underline;
    }

@media(min-width:768px) {

    .topic-list {
        border: 14px solid #649ac9;
    }

    .topic-list__header {
        padding: 2.8em 3.3em;
        position: relative;
    }

    .topic-list__title {
        display: block;
    }

    .topic-list__desc {
        display: block;
        margin-bottom: 0;
        font-size: 1.28em; /* 18px */
    }

    .topic-list__toggle {
        border: 1px solid #fff;
        width: auto;
        position: absolute;
        top: 2.8em;
        right: 3.3em;
        font-family: "Futura-Bold", sans-serif;
        font-size: 0.93em;
        padding: 1.7em 4em 1.7em 2.3em;
        line-height: 1;
    }

        .topic-list__toggle:hover,
        .topic-list__toggle:focus {
            background-color: #fff;
            color: #166cb3;
        }

        .topic-list__toggle:after {
            width: 12px;
            height: 12px;
        }

        .topic-list__toggle.expanded:after {
            top: calc(50% - 2px);
        }

    .topic-items__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1em 3.3em 2em;
        border: 0;
        border-top: 14px solid #649ac9;
    }

        .topic-items__list li {
            width: 33%;
        }
}

/* BOOKS AND STANDARDS LANDING PAGE */
/* Featured Book */

.featured-book {
    position: relative;
    padding: 1.6em 0;
    text-align: center;
    color: #fff;
    background-color: #333;
}

.featured-book__bg,
.featured-book__bg--lg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    opacity: 1;
    transition: opacity 0.25s;
}

.featured-book__bg--lg {
    display: none;
    background-image: none;
    background-position: center right;
    background-size: auto 100%;
}

.featured-book__img {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
    width: 50%;
    margin-bottom: 2em;
}

    .featured-book__img img {
        width: 100%;
        height: auto;
        opacity: 1;
        transition: opacity 0.25s;
    }

.featured-book__content {
    text-align: left;
}

.featured-book__heading {
    color: #fff;
}

    .featured-book__heading span {
        display: block;
        color: #fff;
        font-family: "Futura-Bold", sans-serif;
        font-size: 0.75em;
        margin-bottom: 0.5em;
    }

.featured-book__details span {
    font-size: 1.14em;
}

    .featured-book__details span:after {
        content: ",";
    }

    .featured-book__details span:last-child:after {
        content: none;
    }

.featured-book__summary {
    font-size: 1.14em;
}

    .featured-book__summary .read-more {
        color: #fff;
        text-decoration: underline;
    }

.featured-book-footer {
    margin-top: 2em;
}

    .featured-book-footer:after { /*Clearfix*/
        display: block;
        content: "";
        clear: both;
    }

.featured-book-footer__button {
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "Futura-Bold", sans-serif;
    font-size: 0.9em;
    margin-right: 1em;
    line-height: 1;
    padding: 1.1em 1.5em;
    transition: all 0.3s ease-in-out;
}

    .featured-book-footer__button:hover,
    .featured-book-footer__button:focus {
        color: #000;
        background-color: #fff;
        text-decoration: none;
    }

.featured-book-footer__prices {
    float: left;
    margin: 0;
}

    .featured-book-footer__prices li {
        float: left;
        line-height: 1.1;
        margin-right: 1em;
    }

        .featured-book-footer__prices li span {
            display: block;
            font-family: "Futura-Bold", sans-serif;
            font-size: 1.14em;
            margin-top: 0.3em;
        }


@media(min-width:768px) {
    .featured-book {
        padding: 5.5em 0;
        text-align: left;
    }

    .featured-book__bg {
        display: none;
        background-image: none;
    }

    .featured-book__bg--lg {
        display: block;
    }

    .featured-book__img {
        margin: 0 2.7em 0 0;
        width: 255px;
        float: left;
    }

    .featured-book__content {
        float: left;
        max-width: calc(59% - 255px - 2.7em);
    }

    .featured-book__heading > span {
        font-size: 0.62em;
        line-height: 1.5;
    }

    .featured-book__summary {
        line-height: 1.75;
    }

        .featured-book__summary .read-more {
            font-weight: bold;
        }

    .featured-book-footer__button {
        margin-right: 2em;
        padding: 1.5em 2.7em;
    }

    .featured-book-footer__prices li {
        font-size: 1.28em;
        margin-right: 1.5em;
    }

        .featured-book-footer__prices li span {
            font-size: 1.33em;
        }
}

/* BOOKS AND STANDARDS LANDING PAGE */
/* Learn More About... */

.link-list {
    font-family: "Futura", sans-serif;
}

.link-list__title {
    font-family: "Futura", sans-serif;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 1.667em 0 0.5em;
}

.link-list__img {
    padding: 12px 0 0 12px;
    position: relative;
    display: inline-block;
}

    .link-list__img::before {
        content: "";
        position: absolute;
        background-color: #87b756;
        top: 0;
        right: 12px;
        bottom: 12px;
        left: 0;
        display: block;
    }

    .link-list__img img {
        max-width: 100%;
        height: auto;
        position: relative;
        opacity: 1;
        transition: opacity 0.25s;
    }

.link-list__list {
    margin: 0;
}

    .link-list__list li {
        line-height: 2.28;
        /* display: none; */
    }


        .link-list__list li.visible {
            display: block;
        }

        .link-list__list li a {
            font-family: "Futura-Bold", sans-serif;
            font-weight: bold;
            text-decoration: underline;
        }

.link-list__toggle {
    color: #0b6bb5;
    font-family: "Futura-Bold", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 1em;
    padding: 0;
}

    .link-list__toggle:after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 1px solid #0b6bb5;
        border-bottom: 1px solid #0b6bb5;
        display: inline-block;
        transform: rotate(45deg) translateY(-0.25em);
        margin-left: 0.5em;
        transition: transform 0.3s ease-in-out;
    }

    .link-list__toggle.expanded:after {
        transform: rotate(-135deg);
    }

.container__link-list .link-list .pull-right {
    float: none !important;
}

@media(min-width:768px) {

    .container__link-list .link-list .pull-right {
        float: right !important;
    }

    .link-list__title {
        font-size: 2em;
        margin: 0 0 1em;
    }

    .link-list__img {
        max-width: 25%;
        margin-left: 8.3%;
        float: left;
        padding: 15px 0 0 15px;
    }

        .link-list__img:before {
            right: 15px;
            bottom: 15px;
        }

    .link-list__content {
        width: 50%;
        margin-left: 8.3%;
        float: left;
    }

    .link-list__list {
        column-count: 2;
        column-gap: 10%;
    }

        .link-list__list li {
            display: block;
        }

    .link-list__toggle {
        display: none;
    }
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.lazyload {
    background-image: none !important;
    opacity: 0;
}

/* CASE STUDY DETAIL PAGE */

.case-study-header {
    padding-bottom: 2em;
}

.case-study-header__title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: .02em;
    margin-bottom: .5em;
    text-transform: capitalize;
    font-family: 'Futura-Bold',sans-serif;
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.case-study-header__subtitle {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: .02em;
    margin-bottom: .5em;
    text-transform: capitalize;
    font-family: 'Futura-Bold',sans-serif;
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.case-study-tags {
    color: #86b850;
    margin: 0 0 1em;
}

    .case-study-tags li {
        display: inline-block;
        line-height: 1;
        border-right: 1px solid #d0d0d0;
        padding-right: 0.5em;
        margin-right: 0.5em;
    }

        .case-study-tags li:last-child {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }

.open-access-tag {
    font-family: "Futura-Bold", sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    color: #e36f1e;
    text-transform: uppercase;
}

.case-study-details {
    color: #595959;
    font-size: 1em;
    line-height: 2;
}

    .case-study-details dl {
        padding: 0;
        margin: 0;
    }

        .case-study-details dl dt {
            display: inline;
            margin-right: 0.5em;
        }

        .case-study-details dl dd {
            display: inline;
            border-right: 1px solid #d0d0d0;
            padding-right: 1em;
            margin: 0 1em 0 0;
        }

            .case-study-details dl dd:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

.case-study-summary {
    margin: 2em 0;
    /* font-size: 1.14em;
		line-height: 1.625; */
}

    .case-study-summary:after {
        content: "";
        clear: both;
        display: table;
    }

.case-study-summary__img {
    text-align: center;
    margin-bottom: 2em;
}

    .case-study-summary__img img {
        max-width: 100%;
    }

.case-study__subtitle {
    font-family: 'Futura-Bold',sans-serif;
    text-transform: none;
    color: #0b6bb5;
    line-height: 25px;
    font-weight: bold;
    font-size: 19px;
}

.case-study-keywords {
    font-size: 1.14em;
}

    .case-study-keywords li {
        display: inline-block;
    }

@media(min-width:768px) {
    .case-study-header__title {
        /* font-size: 2.57em; */
    }

    .case-study-summary {
        margin: 2em 0;
        /* font-size: 1.27em;
			line-height: 1.625; */
    }

    .case-study-summary__img {
        max-width: 30%;
        margin-left: 40px;
        float: right;
    }

    .case-study__subtitle {
        /* font-size: 1.33em; */
    }

    .case-study-keywords {
        font-size: 1.27em;
    }

        .case-study-keywords .case-study__subtitle {
            /* font-size: 1.11em; */
        }
}

.login-callout {
    margin-top: 3em;
}

.login-callout__title {
    font-family: 'Helvetica Light', Helvetica, sans-serif;
    font-size: 1.57em;
    text-transform: none;
    color: #000;
    font-weight: 300;
}

.login-callout__wrapper {
    /* background-color: #f0f0f0; */
    /* padding: 25px 20px 35px; */
    text-align: center;
}

.login-callout__subtitle {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.57em;
    color: #000;
    text-align: left;
}

.login-callout__divider {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
    margin: 1.75em 0;
}

    .login-callout__divider:before,
    .login-callout__divider:after {
        content: "";
        width: calc(50% - 30px);
        height: 1px;
        background-color: #ccc;
        position: absolute;
        top: 50%;
    }

    .login-callout__divider:before {
        left: 0;
    }

    .login-callout__divider:after {
        right: 0;
    }

    .login-callout__divider > span {
        background-color: #d2eaff;
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 50%;
    }

.login-callout__list {
    list-style-type: disc;
    padding-left: 1.2em;
    text-align: left;
}

    .login-callout__list li {
        line-height: 1.2;
        margin: 1em 0;
    }

.login-callout .btn.blue {
    font-family: Helvetica, sans-serif;
    margin-top: 0.5em;
    color: #fff;
    font-size: 1.07em;
    padding: 10px 20px;
}

.login-callout .btn:hover,
.login-callout .btn:focus {
    background: #e36f1e;
    transition: background .3s;
    text-decoration: none;
}

.login-callout .btn a,
.login-callout .btn button {
    font-family: Helvetica, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 1.07em;
}

.login-callout__footer {
    text-align: center;
    margin-top: 1em;
}

.login-callout-form {
    margin-top: 1em;
}

.login-callout-form__field {
    width: calc(50% - 5px);
    float: left;
    text-align: left;
    margin-bottom: 0.75em;
    position: relative;
}

    .login-callout-form__field .field-validation-error {
        z-index: 2;
        left: 0;
    }

    .login-callout-form__field:nth-child(even) {
        float: right;
    }

    .login-callout-form__field label {
        font-weight: bold;
    }

    .login-callout-form__field a {
        font-family: Helvetica, sans-serif;
        font-size: 0.85em;
    }

.login-callout-form .btn {
    clear: both;
}

.login-callout ul li .btn.btn-primary {
    background: #0a6bb5;
    display: block;
    color: #ffffff;
    font-size: 1em;
    font-weight: 700;
    width: 200px;
    height: 50px;
    padding: 13px 0;
    text-transform: uppercase;
    font-family: 'Futura-Bold', sans-serif;
    border-radius: 3px;
    max-width: 100%;
}

    .login-callout ul li .btn.btn-primary:hover {
        background: #ffffff;
        color: #0a6bb5;
        border: 1px solid #0a6bb5;
    }

    .login-callout ul li .btn.btn-primary:active {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

    .login-callout ul li .btn.btn-primary:visited {
        text-decoration: none;
    }

@media(min-width:768px) {
    .login-callout {
        margin-top: 0;
    }
}

.also-read {
    margin: 40px 0;
    padding: 1em 0 2em;
    border-top: 1px solid #a2c4e1;
}

.also-read__title {
    font-family: "Helvetica", sans-serif;
    font-size: 1.42em;
    font-weight: normal;
    color: #000;
    margin-bottom: 1em;
}

.also-read__wrapper {
}

.also-read-item {
    margin-bottom: 1.5em;
}

.also-read-item__title {
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 1.14em;
}

.also-read-item ul {
    display: none;
}

@media(min-width:768px) {

    .also-read {
        padding-top: 2em;
    }

    .also-read__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .also-read-item__title {
        font-size: 1.28em;
    }

    .also-read-item ul {
        display: block;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .also-read-item {
        width: 48%;
    }
}

@media(min-width:1024px) {
    .also-read-item {
        width: 22%;
    }
}

/* BOOK, STANDARD, PRESENTATION DETAIL PAGES */

.book-summary .row, .standard-summary .row, .webcast-summary {
    display: block;
}

/* BREADCRUMB UPDATES */

.breadcrumb.breadcrumb--sm .breadcrumb__list-current {
    font-family: "Helvetica", sans-serif;
    font-weight: normal;
}

.breadcrumb.breadcrumb--sm .breadcrumb__list-item a {
    font-family: "Helvetica", sans-serif;
    text-decoration: none;
}

.breadcrumb-wrapper {
    position: relative;
}

    .breadcrumb-wrapper .breadcrumb {
        max-width: calc(100% - 450px);
    }

    .breadcrumb-wrapper .basic-link-list {
        margin-top: 0;
    }

    .breadcrumb-wrapper .basic-link-list__link {
        text-align: right;
    }

    .breadcrumb-wrapper .basic-link-list__list-container {
        min-width: 190px;
    }

    .breadcrumb-wrapper .basic-link-list img {
        width: 22px;
        height: auto;
    }

.breadcrumb-callouts {
    float: right;
}

    .breadcrumb-callouts > div {
        display: inline-block;
        margin-left: 1em;
        vertical-align: top;
    }

    .breadcrumb-callouts > *:first-child {
        margin-left: 0;
    }

.content-section--journal-subscription {
    padding-bottom: 0;
}

@media(max-width:767px) {
    .breadcrumb-wrapper .breadcrumb {
        max-width: 100%;
    }

    .breadcrumb-wrapper .basic-link-list .basic-link-list__link-text {
        display: none;
    }

    .breadcrumb-wrapper .basic-link-list {
        top: 15px;
    }

    .breadcrumb-callouts {
        position: static;
    }

        .breadcrumb-callouts > *:nth-child(odd) {
            float: left;
        }

        .breadcrumb-callouts > *:nth-child(even) {
            float: right;
        }

    .content-section--journal-subscription {
        padding-bottom: 37.5px;
    }
}
/* CAREER PATHING */

.career-upskill {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}

    .career-upskill.h4 {
        text-align: center;
    }

.gray-text__header {
    color: #666;
    text-transform: uppercase;
}

.career-roles {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .career-roles img {
        max-width: 200px;
    }

.career-roles__title {
    text-align: center;
    color: #0b6bb5;
    font-weight: 700;
}

.career-path__subtitle {
    text-transform: uppercase;
}

.career-path__header {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.career-path__container {
    border-width: 30px;
    border-style: solid;
}

    .career-path__container.-blue-box {
        border-color: #0b6bb5;
        padding: 30px;
    }

    .career-path__container.-green-box {
        border-color: #86b850;
        padding: 30px;
    }

    .career-path__container.-orange-box {
        border-color: #e36f1e;
        padding: 30px;
    }

.career-path__column-title {
    text-transform: uppercase;
    padding-bottom: 10px;
}

    .career-path__column-title.-no-bottom-padding {
        padding-bottom: 0;
    }


/*Experience Editor Overrides*/

dd > div.scEnabledChrome {
    display: inline;
}

/*Events Widget*/
.swl-widget-pagination-container {
    display: none;
}

/*Background Color Rendering Parameter*/
.bg-color-lightblue {
    background: #E6F3FB;
}

    .bg-color-lightblue .tile-description {
        color: #0A6BB5;
        font-size: 20px;
        padding: 15px 0;
        font-weight: bold;
    }

.bg-color-lightgray {
    background: #f6f6f6;
}

.bg-color-white {
    background: #fff;
}

/*Determines the style of link or button in IconTile.cshtml*/
.icon-tile-button {
    margin: 30px 15px;
}

    .icon-tile-button > a {
        background: #0A6BB5;
        color: #fff;
        padding: 15px;
        text-align: center;
    }

.journal-subscription-links {
    margin: 15px 0 0 0;
}

.cart-title--journal-subscription label {
    display: inline;
    margin: 0 5px 0 0;
}

.journal-cart-nonmember-header {
    margin: 10px 0 0 0;
}

.rich-text-container--journal-subscription {
    text-align: center;
}

.checkbox-group__multiline-label .course-agreement-header {
    font-size: 15px;
    line-height: 17px;
}

.checkbox-group__multiline-label ul {
    font-size: 14px;
    list-style-type: disc;
    line-height: 21px;
    padding-left: 10px;
}

    .checkbox-group__multiline-label ul li {
        list-style-type: disc;
        padding: 3px 0;
    }



               

.specialized-credentials-button {
    margin-top: 15px;
}

.specialized-credentials-enroll {
    font-size: 17px;
}

.specialized-credentials-fa {
    margin-top: 10px;
}
.qp-links-icon {
    width: 50px;
    height: 50px;
}

.presentation-button {
    margin-bottom: 5%;
    width: 100%;
    text-align: center;
}

.rich-text-callout-container {
    max-width: 100%;
    height: auto;
}

.smithbucklin-quad-callouts-container {
    max-width: none;
}

.member-gift-image {
    max-width: 100%;
    padding: 10px 0;
}

.member-gift-tile {
    margin-top: 25px;
}


/* LEARNING DETAIL */

.learning-detail h1 {
    line-height: 1.2;
}

.learning-detail h2 {
    text-transform: none;
    font-weight: bold;
    font-size: 22px;
}

.learning-detail img {
    max-width: 100%;
}

.learning-header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}

.learning-header__background {
    display: none;
}

.learning-header__logo {
    float: left;
    margin-right: 20px;
    width: 50px;
    flex-grow: 0;
}

.learning-header h1 {
    font-size: 24px;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .learning-header__background {
        display: block;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        width: 490px;
        height: 100px;
    }

    .learning-header__background:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 75%);
    }
    
    .learning-header__logo {
        width: 100px;
        position: relative;
    }
    
    .learning-header h1 {
        font-size: 35px;
        margin-top: 10px;
        position: relative;
    }
}

.learning-content__icon-group {
    text-align: center;
    margin-bottom: 1em;
}

.learning-content__icon-group figure {
    display: inline-block;
    margin: 1em 10px;
}

@media screen and (min-width: 768px) {
    .learning-content__icon-group figure {
        margin: 1em 20px;
    }
}

.learning-content ul { 
    list-style-type: disc;
    padding-left: 1.4em;
}

.learning-content ul li {
    margin-bottom: 1em;
}

/** Table Styles **/


:root {
    --bg-table-stripe: #efefef;
    --b-table: #e3e3e2;
    --caption: #242423;
}

.learning-table .dcf-table {
    background-color: transparent;
    border-collapse:collapse;
      margin-bottom: 3rem;
}

.learning-table .dcf-table img {
    width: 50px;
    height: 50px;
}

.learning-table .dcf-table a,
.learning-table .dcf-table span.title {
    text-decoration: underline;
}

.learning-table .dcf-table span.tk {
    color: #ff0000;
}

@media (min-width: 768px) {

    .learning-table .dcf-table {
        text-align: center;
    }

    .learning-table .dcf-table td,
    .learning-table .dcf-table th {
        border: 2px solid #efefef;
    }

    .learning-table .dcf-table thead th {
        height: 100px;
    }

    .learning-table .dcf-table tbody tr th,
    .learning-table .dcf-table thead td:first-child {
        border: none;
    }

    .learning-table .dcf-table tr td:nth-child(3),
    .learning-table .dcf-table tr th:nth-child(3) {
        background-color: #f6f6f6;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .learning-table .dcf-table tr td:nth-child(4),
    .learning-table .dcf-table tr th:nth-child(4) {
        background-color: #efefef;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .learning-table .dcf-table tr td:nth-child(5),
    .learning-table .dcf-table tr th:nth-child(5) {
        background-color: #e8e8e8;
        border-bottom: 2px solid #fff;
    }

    .learning-table .dcf-table tr:last-child td:nth-child(3),
    .learning-table .dcf-table tr:last-child td:nth-child(4),
    .learning-table .dcf-table tr:last-child td:nth-child(5) {
        border-bottom: 2px solid #efefef;
    }

    .learning-table .dcf-table img {
        display: block;
        margin: 0 auto;
    }

    .learning-table .dcf-table img,
    .learning-table .dcf-table span,
    .learning-table .dcf-table a {
        display: block;
        text-align: center;
    }

    .learning-table .dcf-table thead th {
        padding: 1rem;
        text-align: center;
        vertical-align: bottom;
    }

    .learning-table .dcf-table tbody td,
    .learning-table .dcf-table tbody th {
        padding: 1rem;
        vertical-align: middle;
        text-align: center;
    }
}

@media (min-width: 1020px) {
    .learning-table .dcf-table img {
        width: 100px;
        height: 100px;
    }

    .learning-table .dcf-table tbody tr th {
        width: 200px;
    }
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      padding-bottom: 1.5rem;
    }

    .learning-table .dcf-table caption a {
        display: inline;
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:767px) {
        .learning-table .dcf-table tbody th {
            width: 100%;
            display: table;
        }
        .dcf-table tbody {
            border-bottom: 1px solid var(--b-table);
            border-top: 1px solid var(--b-table);
            font-size: .84em
          }
          .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
            border: 1px solid var(--b-table)
          }
          .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
            border-bottom: 1px solid var(--b-table)
          }
          .dcf-table-striped tbody tr:nth-of-type(2n) {
            background-color: var(--bg-table-stripe)
          }
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
/* Carousels */

.video-carousel {
    margin: 3em 15px;
}

@media only screen and (min-width:481px) {
    .video-carousel {
        margin: 3em 0;
    }

    .video-carousel .slick-list {
        margin: 0 -15px;
    }

    .video-carousel .slick-track {
        display: flex;
    }

    .video-carousel .slick-slide {
        height: inherit;
        margin: 0 15px;
    }

    .video-carousel .slick-slide > div {
        height: 100%;
        display: block;
    }
}

.video-carousel .slick-slide {
    background-color: #f0f0f0;
    position: relative;
    display: flex !important;
}

.video-carousel .slick-slide > div {
    width: 100%;
}

.video-slide {
    padding-bottom: 60px;
}

@media screen and (max-width: 1535px) {
    .video-slide {
        padding-bottom: 0px;
        position: relative;
        height: 100%;
    }

    .video-slide__wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .video-slide__buttons {
        margin-top: auto;
    }
}

.video-slide__wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.video-slide__title {
    background-color: #767676;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
}

.video-slide__media {
    padding-top: 75%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-slide__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-slide__media img {
    max-width: 100%;
}

.video-slide__media .video-slide__play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0;
    background-color: transparent;
}

.video-slide__media.video-active .video-slide__play {
    display: none;
}

.video-slide__media .video-slide__play span {
    border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px
}

.video-slide__media .video-slide__play .symbol {
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 3px solid #fff;
    background-color: rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}

.video-slide__media .video-slide__play .symbol:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 19px;
    left: 22px;
}

.video-slide__media .video-slide__play:focus {
    border: 1px solid #000;
}

.video-slide__media .video-slide__play:hover .symbol,
.video-slide__media .video-slide__play:focus .symbol {
    transform: scale(1.2);
    background-color: rgba(11, 107, 181, 0.5);
}

.video-slide__subtitle {
    font-family: 'Futura', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    margin: 1em 0;
    display: flex;
    width: auto;
    box-sizing: border-box;
    align-items: center;
}

.video-slide__subtitle--no-link {
    margin-left: 0;
    color: #090909;
}

.video-slide__subtitle--no-icon {
    margin-left: 0;
}

.video-slide__subtitle--no-link {
    color: #090909;
}

.video-slide__subtitle img {
    max-width: 50px;
    max-height: 50px;
    display: inline-block;
    margin-right: 10px;
}

.video-slide__subtitle span {
    display: inline-block;
}

.video-slide__content {
    margin: 0 15px;
    font-size: 14px;
}

.video-slide__button,
.video-slide__button--transcript {
    display: inline-block;
    color: #fff;
    padding: 10px;
    line-height: 1;
    transition: all 0.25s;
    font-size: 14px;
    position: absolute;
}

.video-slide__button {
    background-color: #86B850;
    float: right;
    font-weight: bold;
    bottom: 15px;
    right: 15px;
}

.video-slide__button--transcript {
    background-color: #e36f1e;
    float: left;
    left: 15px;
    bottom: 15px;
}

.video-slide__button:hover,
.video-slide__button:focus,
.video-slide__button--transcript:hover,
.video-slide__button--transcript:focus {
    background-color: #0b6bb5;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1535px) {
    .video-slide__button,
    .video-slide__button--transcript {
        width: calc(100% - 30px);
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        box-sizing: border-box;
        margin: 0 15px 15px;
        text-align: center;
    }
}

.video-carousel .slick-arrow {
    background-color: #86B850;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: calc(50% - 20px);
	z-index: 99;
}

.video-carousel .slick-arrow:focus {
    border: 1px solid #000;
}

.video-carousel .slick-arrow.slick-prev {
    left: -50px;
}

@media screen and (max-width: 767px) {
    .video-carousel .slick-arrow.slick-prev {
        left: -30px;
    }
}

.video-carousel .slick-arrow.slick-next {
    right: -50px;
}

@media screen and (max-width: 767px) {
    .video-carousel .slick-arrow.slick-next {
        right: -30px;
    }
}

.video-carousel .slick-arrow.slick-prev:before,
.video-carousel .slick-arrow.slick-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 20px;
    left: calc(50% - 6px);
    top: calc(50% - 10px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.video-carousel .slick-arrow.slick-prev:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAhCAMAAAAMPGBYAAAAHlBMVEVMaXH////////////////////////////////////Z6AnKAAAACXRSTlMA8KAwYHBQIIApUwXLAAAAQUlEQVR42tXSOwoAMAgDUGvtJ/e/cOlUMKG7GR8BQWI5HkxAMKEJ6iVoMIUmEOVfrEtuxr1J+E78cSv08qh3xfs7Zt0EMefcD74AAAAASUVORK5CYII=");
}

.video-carousel .slick-arrow.slick-next:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAhBAMAAADJzI1ZAAAAHlBMVEVMaXH////////////////////////////////////Z6AnKAAAACXRSTlMAIDBAUGCAoPDckzt0AAAARklEQVR42mNgKGeAAfaZBTCmxMzpMCZT58wAGFtj5lQYk3kmQjgSIcxKJ+HKmQ2Yogi1tBBkQQgiwgEpdCRmTsMSkojwBQDhqC5bvxeC0QAAAABJRU5ErkJggg==");
}

.container-fluid--override {
    width: calc(100% - 220px) !important;
  }
  @media (max-width: 1400px) {
    .container-fluid--override {
      width: calc(100% - 125px) !important;
    }
  }
  @media (max-width: 1199px) {
    .container-fluid--override {
      width: 90% !important;
    }
  }
  @media (max-width: 767px) {
    .container-fluid--override {
      width: 100% !important;
    }
  }
  @media (max-width: 400px) {
    .container-fluid--override {
      width: 100% !important;
    }
  }

  /* Coveo Adjustments */

.coveo-results-column .search-results-title {
	font-family: 'Futura', sans-serif;
	font-weight: 700;
}

.hero-section:not(.hero-section--default) {
    /* padding: 150px 0 30px 0; */
}

/* ASQCONNEX LANDING PAGE - Dec 2021 */

.asqconnex-benefits {
    background-image: url("/-/media/Images/ASQConnEx/ASQConnEx-Connections-background.jpg");
    padding: 50px 150px;
}

@media screen and (max-width: 991px) {
    .asqconnex-benefits {
        padding: 50px;
    }
}

.asqconnex-benefits h2 {
    color: white;
}

.asqconnex-benefits__promo {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .asqconnex-benefits__promo {
        flex-direction: column;
    }
}

.asqconnex-benefits__content {
    background-color: white;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.asqconnex-benefits__content--first-word {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #86b850;
}
.asqconnex-standout {
    background-image: url("/-/media/Images/ASQConnEx/ASQConnEx-Connections-background.jpg");
    padding: 100px 150px;
}

@media (max-width: 991px) {
    .asqconnex-standout {
        background-image: url("/-/media/Images/ASQConnEx/ASQConnEx-Connections-background.jpg");
        padding: 20px 25px;
    }
}

.asqconnex-standout__promo {
    background-color: white;
    padding: 50px;
    text-align: center;
}

    .asqconnex-standout__promo img {
        height: 100px;
    }

.asqconnex-standout__promo-block {
    padding-left: 75px;
    padding-right: 75px;
}

@media (max-width: 991px) {
    .asqconnex-standout__promo-block {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.asqconnex-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.asqconnex-flex-row__image {
    max-height: 150px;
    width: auto;
}

.asqconnex-flex-row__content {
    text-align: left;
    padding: 30px;
}

.asqconnex-btn-section {
    text-align: center;
}
/* EXPERT DETAIL PAGE - June 2021 */

.expert-detail {
}

    .expert-detail h1 {
        font-size: 24px;
    }

@media screen and (min-width: 768px) {
    .expert-detail h1 {
        font-size: 35px;
        margin-top: 1em;
    }
}

.expert-detail h2 {
    font-size: 22px;
    color: #8dc63f;
    text-transform: none;
    font-weight: normal;
    line-height: 1.4;
}

.expert-detail .btn {
    width: 100%;
    text-align: center;
}

    .expert-detail .btn a {
        width: 100%;
    }

    .expert-detail .btn + h2 {
        margin-top: 15px;
    }

    .expert-detail .btn.btn-secondary {
        background-color: #fff;
    }

    .expert-detail .btn.btn-secondary:hover {
        background-color: #0b6bb5
    }

    .expert-detail .btn.btn-secondary a {
        border: 3px solid #0b6bb5;
        color: #0b6bb5;
    }

    .expert-detail .btn.btn-secondary a:hover {
        color: #fff;
    }

.expert-detail__header {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .expert-detail__header .col-sm-3,
    .expert-detail__header .col-sm-9 {
        float: right;
    }
}

.expert-detail__header h2 {
    color: #0b6bb5;
    font-family: 'Futura-Bold',sans-serif;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .expert-detail__header .col-sm-3 {
        text-align: right;
    }
}

.expert-detail__top-logo {
    display: none;
}

@media screen and (min-width: 768px) {
    .expert-detail__top-logo {
        display: block;
        margin: 35px 0 30px;
    }
}

.expert-detail__back {
    font-family: 'Futura', sans-serif;
    text-decoration: underline;
}

.expert-detail__photo {
    margin: 15px 0;
}

@media screen and (min-width: 768px) {
    .expert-detail__photo {
        float: left;
        margin-right: 18px;
    }
}

.expert-detail__sidebar .btn {
    margin-bottom: 10px;
}

.expert-detail__sidebar ul li {
    margin-bottom: 1em;
}

    .expert-detail__sidebar ul li.industries {
        margin-bottom: 0;
    }

.expert-detail__sidebar ul.list-inline li {
    display: inline-block;
    margin-bottom: 0;
}

    .expert-detail__sidebar ul.list-inline li:after {
        content: ",";
    }

    .expert-detail__sidebar ul.list-inline li:last-child:after {
        content: none;
    }

.expert-detail .col-sm-9 h2 {
    margin-bottom: 0;
}

.expert-detail__top-logo svg {
    max-width: 100%;
}

.expert-detail__shadowbox {
    padding: 35px 28px;
    box-shadow: 0 0 20px #e1e1e1;
    margin-bottom: 50px;
}

.expert-detail .col-sm-9 .expert-detail__shadowbox h2 {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
    .expert-detail__shadowbox {
        padding: 40px;
    }
}

.expert-detail .col-sm-9 ul {
    margin: 0 0 2em;
    font-size: 16px;
}

    .expert-detail .col-sm-9 ul li {
        margin: 0.25em 0;
    }

.expert-detail .expert-detail__icon-list li {
    text-transform: uppercase;
    font-family: 'Futura', sans-serif;
    font-size: 14px;
}

.expert-detail .expert-detail__icon-list .fa {
    display: inline-block;
    min-width: 30px;
}

/* EXPERT DETAIL - Hero Updates - June 2021*/
.hero-section--connex {
    height: 495px;
}

@media (min-width: 993px) {
    .hero-section--connex {
        height: 605px;
    }
}

.hero-section.hero-section--connex:before {
    content: none;
}

.hero-section--connex .hero-section__hero-content {
    text-align: center;
}

@media screen and (min-width: 993px) {
    .hero-section.hero-section--connex .hero-section__hero-content {
        width: auto;
        text-align: left;
    }
}

.hero-section.hero-section--connex .hero-section__hero-logo {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .hero-section.hero-section--connex .hero-section__hero-logo {
        margin-bottom: 50px;
    }
}

.hero-section.hero-section--connex .hero-content__headline {
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .hero-section.hero-section--connex .hero-content__headline {
        font-size: 50px;
    }
}

.compare-table-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}

.compare-wrapper {
    font-size: 15px;
    line-height: 1.5;
}

.compare-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 0 0 2rem 0;
}

    .compare-header div {
        margin-left: auto;
    }

    .compare-header a.back-link {
        font-family: 'Futura',sans-serif;
        letter-spacing: 1.5px;
        font-size: 14px;
    }

a.back-link .back-icon svg {
    width: 8px;
    height: 8px;
}

.compare-table-wrapper {
    overflow: auto;
}

.create-rfi-compare-text {
    vertical-align: top;
    padding-right: 35px;
    display: inline;
    color: #0b6bb5;
    font-weight: bold;
    margin-bottom: 20px;
}

.compare-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 800px;
}

    .compare-table tr:nth-child(2n+1) {
        background: #f0f0f0;
    }

    .compare-table thead th {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        padding: 15px 30px 35px 30px;
        background: #fff padding-box;
        border: 1px solid #e1e1e1;
        position: relative;
        width: auto;
    }

        .compare-table thead th:first-child {
            border-style: none;
            width: 170px;
        }

        .compare-table thead th input[type="checkbox"] {
            vertical-align: top;
            position: relative;
            display: inline;
            height: 18px;
            width: 18px;
        }

    .compare-table thead tr {
        position: relative;
    }

.compare-wrapper .btn-remove {
    color: #e36f1e;
    position: absolute;
    bottom: 20px;
    left: 30px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
}

    .compare-wrapper .btn-remove:hover,
    .compare-wrapper .btn-remove:focus {
        text-decoration: underline;
    }

    .compare-wrapper .btn-remove .fa.fa-close,
    .compare-wrapper .btn-remove .fa.fa-times {
        background: #e36f1e;
        color: #fff;
        width: 19px;
        height: 17px;
        text-align: center;
        padding: 1px;
        margin-right: 5px;
    }

.compare-table tbody th {
    background: #86b850;
    color: #fff;
    font-weight: bold;
    border: 1px solid #e1e1e1;
    text-align: left;
    padding: 15px 30px;
    vertical-align: top;
}

.compare-table td {
    vertical-align: top;
    padding: 15px 30px;
    border: 1px solid #e1e1e1;
}

.compare-wrapper .instructor-name a {
    color: #216fb1;
    font-family: 'Futura-Bold', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
}

    .compare-wrapper .instructor-name a:hover,
    .compare-wrapper .instructor-name a:focus {
        text-decoration: underline;
    }

.compare-wrapper .instructor-certifications {
    font-weight: bold;
    margin-bottom: 20px;
}

.section-comparison {
    padding: 20px 0;
    background: #f0f0f0;
}

    .section-comparison .container {
        max-width: 1224px;
    }

.comparison-list-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0 10px;
}

    .comparison-list-header h2 {
        margin: 0;
    }

    .comparison-list-header div {
        margin-left: auto;
    }

.comparison-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

    .comparison-list li {
        background: #fff;
        padding: 30px 30px 50px 30px;
        box-shadow: 3px 3px 20px #e2e2e2;
        width: 100%;
        margin: 20px 10px;
        position: relative;
    }

    .comparison-list .btn {
        margin-bottom: 1rem;
    }

@media screen and (min-width:30em) {
    .comparison-list li {
        max-width: 320px;
    }
}

.comparison-text {
    color: #216fb1;
    font-family: 'Futura-Bold', sans-serif;
    font-size: 14px;
}

.comparison-checkbox {
    height: 15px;
    width: 15px;
}

.comparison-button-text {
    font-size: 14px;
    width: 175px;
}

.comparison-search-button-container {
    position: relative;
    float: right;
    top: -10px;
}

@media screen and (max-width: 992px) {
    .comparison-search-button-container .btn {
        margin-bottom: 10px;
    }
}

.expert-detail-rfi-btn {
    background: #FFFFFF;
    outline: #216fb1;
    color: #216fb1;
}

@font-face {
    font-family: 'Futura';
    src: url(fonts/Futura.eot?#iefix) format('embedded-opentype'),url(fonts/Futura.otf) format('opentype'),url(fonts/Futura.woff) format('woff'),url(fonts/Futura.ttf) format('truetype'),url(fonts/Futura.svg#Futura) format('svg')
}

@font-face {
    font-family: 'Futura-Bold';
    src: url(fonts/Futura-Bold.eot?#iefix) format('embedded-opentype'),url(fonts/Futura-Bold.otf) format('opentype'),url(fonts/Futura-Bold.woff) format('woff'),url(fonts/Futura-Bold.ttf) format('truetype'),url(fonts/Futura-Bold.svg#Futura-Bold) format('svg')
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fonts/fa-brands-400.eot");
    src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }

/* CAREER PAGES - MAY 2022 */
.career-card {
    margin-bottom: 2rem;
}

.career-card__wrapper {
    height: 100%;
    background: #f0f0f0;
    padding: 20px;
}

.career-card__title_wrap {
    overflow-wrap: break-word;
}

.career-card__btn {
    width: 100%;
    overflow: visible;
    white-space: normal;
}
/*** Quality Progress Page ***/
/* New gray container */
.gray-container {
    background: #f6f6f6;
}

/* Make main logo clickable */
#asq-logo {
    z-index: 1;
}

/* Additional Colors */
.color-gray {
    color: #989898;
}

.color-green {
    color: #87b756;
}

/* Hero */
.hero-section.quality-progress-hero {
    padding-top: 125px;
}

    .hero-section.quality-progress-hero:before {
        display: none;
    }

.quality-progress-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 993px) {
    .quality-progress-hero__content {
        padding-left: 120px;
    }
}

.quality-progress-hero__content-heading {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width: 993px) {
    .hero-section.quality-progress-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero-section.quality-progress-hero .hero-section__hero-content {
        padding-left: 160px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .quality-progress-hero__content-search {
        padding-right: 15px;
    }

    .quality-progress-hero__content-search .search-box {
        border-radius: 5px;
    }
}

@media (min-width: 1401px) {
    .hero-section.quality-progress-hero .hero-section__hero-content .container-fluid {
        position: relative;
    }

    .hero-section.quality-progress-hero .hero-section__hero-content .container-fluid:before {
        content: "";
        width: 1px;
        height: 98px;
        position: absolute;
        top: 8px;
        left: 80px;
        background: rgba(255,255,255,.5);
    }
}

@media (max-width: 992px) {
    .quality-progress-hero__content {
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .quality-progress-hero__content-logo {
        width: 40%;
    }

        .quality-progress-hero__content-logo img {
            max-width: 100%;
        }

    .quality-progress-hero__content-heading {
        width: 60%;
    }

    .quality-progress-hero__content-search {
        width: 100%;
        padding-top: 12px;
    }
}

@media (max-width: 640px) {
    .quality-progress-hero h1,
    .quality-progress-hero .txt-h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .quality-progress-hero h1,
    .quality-progress-hero .txt-h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

/* Page Heading */
@media (min-width: 993px) {
    .qp-page-title__group {
        display: flex;
        justify-content: space-between;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .qp-page-title__group .qp-page-title__links {
        margin-top: -34px;
    }
}

.qp-page-title__group .qp-page-title__title {
    font-size: 24px;
}

.qp-page-title__group .qp-page-title__title span {
    color: #666666;
}

.qp-page-title__group .qp-page-title__title strong {
    color: #0b6bb5;
}

.qp-page-title__group .qp-page-title__links {
    display: flex;
    text-align: center;
}

.qp-page-title__group .qp-page-title__links > div {
    padding: 0 15px;
}

/*.qp-page-title__group .qp-page-title__links > div:first-child {
    border-right: 1px solid #cccccc;
}*/

.qp-page-title__group .qp-page-title__links span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.qp-page-title__group .qp-page-title__links .saved-articles span {
    margin-top: 3px;
}

.qp-page-title__group .qp-page-title__links .follow-us-links span {
    color: #e36f1c;
}

.asq-communities__social-links {
    margin: 0;
}

.qp-page-title__group .asq-communities__item a {
    color: #0b6bb5;
    margin-top: 0;
    margin-bottom: 0;
}

    .qp-page-title__group .asq-communities__item a:hover,
    .qp-page-title__group .asq-communities__item a:focus {
        color: #86b850;
    }

@media (max-width: 992px) {
    .qp-page-title__group .qp-page-title__links > div:first-child {
        border-right: 0;
    }

    .qp-page-title__group .qp-page-title__links .saved-articles {
        padding-left: 0;
    }

    .qp-page-title__group .qp-page-title__title {
        margin-bottom: 20px;
    }

    .qp-page-title__group .qp-page-title__links .saved-articles img,
    .qp-page-title__group .qp-page-title__links .follow-us-links span {
        display: none;
    }
}

/* Top module */
.quality-progress-top {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
}

.quality-progress-top .row {
    margin: 0;
}

.quality-progress-top img {
    max-width: 100%;
}

@media (min-width: 993px) {
    .quality-progress-top {
        display: flex;
    }

    .quality-progress-top > div {
        width: 50%;
    }
}

.quality-progress-top .promo-block__img {
    max-width: 100%;
    width: auto;
    margin-left: 0;
}

.cover-story-image {
    text-align: center;
}

.cover-story-container {
    border-right: 1px solid #dfdfdf;
}

.cover-story-container .promo-block__wrapper {
    background: #fff;
}

.cover-story-container .col-md-4 {
    padding: 15px 15px 30px 15px;   
}

.cover-story-container .open-access-tag {
    font-size: 1.2em;
    margin-bottom: 1rem;
}

.cover-story-container h3 {
    font-size: 36px;
    font-family: 'Futura', sans-serif;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 12px;
}

.cover-story-container .promo-block-authors {
    margin-bottom: 12px;
}

.cover-story-container .promo-block-text {
    font-size: 1.2em;
}

.cover-story-container .promo-block-sign-in-link {
    font-size: 1.4em;
}

@media (min-width: 993px) {
    /*.cover-story-container .col-md-4 {
        padding: 30px;
    }*/

    .cover-story-container .col-md-4 {
        padding: 20px 5px 30px 20px;
    }

    .cover-story-container .col-md-8 {
        padding-top: 10px;
    }
}

.featured-stories-container {
    background: #f6f6f6;
}

.featured-stories-container .promo-block__wrapper {
    border-bottom: 1px solid #dfdfdf;
}

.featured-stories-container article:last-child .promo-block__wrapper {
    border-bottom: 0;
}

.featured-stories-container .col-sm-3 {
    padding: 15px;
}

.featured-stories-container .promo-block__wrapper .col-sm-9 {
    padding: 10px 15px 15px;
}

@media (min-width: 768px) {

    .featured-stories-container .col-sm-3 {
        padding: 15px 20px;
    }

    .featured-stories-container .promo-block__wrapper .col-sm-9 {
        padding: 10px 15px 15px 0;
    }
}

.featured-stories-topic .color-green {
    font-family: "Futura-Bold", sans-serif;
}

.cover-story-gray {
    color: #777;
}

.featured-stories-topic {
    font-size: 13px;
}

.featured-stories-authors p {
    margin: 8px 0 0;
}

/* Quality Progress Promo */
.quality-progress-promo:not(.bg-color-lightblue) {
    background: #fff;
}

.quality-progress-promo-block {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
}

@media (min-width: 768px) {
    .quality-progress-promo-block-type-01 {
        margin-bottom: 37.5px;
    }
}

.quality-progress-promo-block-type-01 .quality-progress-promo {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}

.quality-progress-promo .promo-block__promo-title {
    color: #383838;
    text-transform: none;
    margin-bottom: 10px;
    display: flex;
}

.quality-progress-promo .promo-block__promo-title > span {
    display: block;
}

.quality-progress-promo .promo-block__promo-title > span:first-child {
    padding-right: 10px;
}

.quality-progress-promo .promo-block__promo-title span span {
    font-size: 12px;
    padding-left: 5px;
}

.quality-progress-promo .promo-block__promo-title span span {
    font-size: 12px;
    padding-left: 5px;
}

.quality-progress-promo .promo-block__promo-title span span {
    font-size: 12px;
    padding-left: 5px;
}

.quality-progress-promo-block-type-01 .quality-progress-promo .promo-block__promo-copy p {
    margin-top: 0;
}

.quality-progress-promo-block-type-01 .quality-progress-promo .promo-block__promo-copy ul li {
    margin-bottom: 1.5em;
}

.quality-progress-promo-block-type-01 .quality-progress-promo .promo-block__promo-copy ul a {
    color: #0a6bb5;
}

.quality-progress-promo .promo-block__img {
    width: 100%;
    margin-left: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.quality-progress-promo .icon-tile-button {
    text-align: center;
}

.quality-progress-promo .qp-links-icon {
    width: auto;
    height: auto;
}

.has-arrow {
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.has-arrow:after {
    content: "";
    position: absolute;
    margin-top: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
}

.qplinks-subtitle {
    font-family: 'Futura', sans-serif;
}

.myasq-icon {
    position: relative;
    top: -3px;
    padding-bottom: 5px;
}

.qp-item-social {
    margin-right: 12px;
}

.icontile-title > img {
    padding-right: 10px;
}

.icon-tile-button > a.has-arrow {
    padding-right: 30px;
}

.download-link-container {
    text-align: center;
    margin: 10px 0;
}

.download-link {
    position: relative;
    padding-right: 20px;
}

.download-link:before,
.download-link:after {
    content: "";
    display: block;
    position: absolute;
}

.download-link:before {
    right: 5px;
    bottom: 2px;
    width: 15px;
    height: 1px;
    background: #0b6bb5;
}

.download-link:after {
    right: 8px;
    bottom: 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #0b6bb5;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* Quality Progress Footer */
.qp-footer {
    font-weight: bold;
    font-size: 14px;
    color: #383838;
    margin: 5rem 0 2rem 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.2)
}

@media (min-width: 993px) {
    .qp-footer {
        padding: 30px;
    }
}

.qp-footer a {
    color: #383838;
}

.qp-footer button {
    font-family: 'Futura-Bold',sans-serif;
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    color: #383838;
}

.qp-footer ul li {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .qp-footer button {
        position: relative;
        padding: 20px 40px 20px 20px;
        font-size: 20px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        text-align: left;
    }

    .qp-footer button:after {
        content: "";
        position: absolute;
        top: 20px;
        right: 20px;
        width: 15px;
        height: 15px;
        border: 1px solid;
        border-left-color: transparent;
        border-top-color: transparent;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .qp-footer .active button:after {
        top: 30px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }

    .qp-footer ul {
        display: none;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .qp-footer ul {
        display: block !important;
    }

    .qp-footer .col-md-6 ul {
        column-count: 2;
    }
}

.is-open-access {
    text-transform: uppercase;
    color: #f36617;
    display: inline-block;
    font-size: 12px;
}

.is-open-access:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background: #b3b3b3;
}

.list-item-has-icon {
    display: block;
    position: relative;
    padding-left: 40px;
}

.list-item-has-icon text {
    position: absolute;
    left: 0;
    top: -3px;
    color: #a0a0a0;
    font-size: 1.2em;
}

.cover-story-download {
    text-align: center;
    padding-top: 8px;
}

#supplementalHTML img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.qp-special-character {
    display: inline !important;
}

.qp-figure {
    text-align: center;
    text-transform: uppercase;
    text-decoration: overline;
    font-size: 16px;
}
cove
