.CoveoSearchInterface .coveo-search-section {
    max-width: 100%;
    margin: 20px auto 0;
    padding-bottom: 10px;
}

@media (max-width: 480px) {
    .CoveoSearchInterface .coveo-search-section {
        padding: 20px 0;
    }

    .CoveoSearchInterface .coveo-results-column {
        padding: 10px 10px 10px 15px;
    }
}

.CoveoSearchInterface .coveo-main-section {
    max-width: 1300px;
}


.CoveoSearchInterface .coveo-facet-column {
    width: 23%;
    background-color: #f0f0f0;
    margin-right: 2.84259%;
    padding: 5px 15px;
}

.coveo-results-header, .coveo-results-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    min-height: 35px;
    overflow: hidden;
    box-shadow: 0 -1px 0px 0px #bcc3ca inset;
    padding-bottom: 7px;
}

.CoveoSearchInterface .coveo-results-footer {
    box-shadow: none;
}

.coveo-results-header.coveo-no-results {
    text-align: center;
}

@media (max-width: 1199px) {
    .CoveoSearchInterface .coveo-results-footer {
        display: block;
    }
}

@media (max-width: 1199px) {
    .coveo-results-header,
    .coveo-results-footer {
        display: block;
    }

    .coveo-sort-section + .coveo-summary-section {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .coveo-results-header {
        padding: 10px 0 20px;
    }

    .coveo-sort-section + .coveo-summary-section {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .CoveoQuerySummary {
        width: 100%;
    }

    .CoveoQuerySummary div,
    .CoveoQuerySummary ul {
        margin-right: -100%;
    }
}

@media (max-width: 520px) {
    .CoveoQuerySummary {
        width: 50%;
    }
}

.coveo-summary-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 480px) {
    .coveo-sort-section {
        display: flex;
    }

    .coveo-sort-section .coveo-filter-labels {
        flex-grow: 0;
    }

    .coveo-sort-section .form-group {
        flex-grow: 1;
    }

    .coveo-sort-section .form-group select {
        width: 100%;
    }
}

.CoveoSearchButton {
    border-left: 1px solid #bcc3ca;
    width: 100px;
}

.coveo-search-button-svg {
    width: 23px;
    height: 23px;
    color: #216fb1;
}

.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
    color: #216fb1;
    font-family: 'Futura-Bold', sans-serif;
}

.coveo-breadcrumb-clear-all {
    color: #2d78ba;
    font-size: 12px;
    margin-left: 15px;
}

.coveo-breadcrumb-clear-all > div {
    text-decoration: underline;
    padding-top: 4px;
}

.coveo-facet-values {
	border: 1px solid #bcc3ca;
    background-color: #fff;
}

.coveo-facet-value .coveo-facet-value-checkbox {
    background-color: #f0f0f0;
}

.coveo-facet-value-caption {
    color: #216fb1;
    font-weight: 700;
}

.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox svg {
    bottom: 5px;
}

.coveo-facet-header {
    padding: 10px 20px 10px 0;
    background: #f0f0f0;
}

.coveo-facet-header-settings-section {
    display: none;
}

.coveo-facet-header-title {
    color: #4f4f4f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Futura-Bold',sans-serif;
}

.coveo-facet-breadcrumb-title,
.coveo-facet-slider-breadcrumb-title {
    color: #000000;
}

.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
    color: #0a6bb5;
}

.coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-breadcrumb-value + .coveo-facet-slider-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value {
    margin-left: 15px;
}

.coveo-facet-more,
.coveo-facet-less {
    height: 25px;
    background: none;
}

.coveo-facet-more:hover,
.coveo-facet-less:hover {
    background: none;
}

.coveo-facet-more:hover::after,
.coveo-facet-less:hover::after {
    text-decoration: underline;
}

.coveo-facet-more,
.coveo-facet-less {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: none;
    position: relative;
}

.coveo-facet-more:after {
    content: "More";
    font-size: 14px;
    color: #4c8bc0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.coveo-facet-more.coveo-active {
    line-height: 2.4;
}

.coveo-facet-more-icon,
.coveo-facet-less-icon {
    position: relative;
    top: -4px;
    display: none;
}

.coveo-facet-less:after {
    content: "Less";
    font-size: 14px;
    color: #4c8bc0;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.coveo-facet-footer.coveo-facet-empty {
    display: none;
}

.coveo-facet-footer {
    background-color: #f0f0f0;
}

.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input {
    padding: 12px 18px;
}

.coveo-list-layout.CoveoResult {
    padding: 20px 0px 20px 16px;
    box-shadow: 3px 3px 20px #e2e2e2;
    margin: 10px 0;
    min-height: 220px;
}

.coveo-card-layout.CoveoResult {
    margin: 10px;
    box-shadow: 3px 3px 20px #e2e2e2;
}

.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
    padding: 10px 20px 40px;
}

.coveo-card-layout.CoveoResult .CoveoResultLink {
    font-size: 18px;
    line-height: 23px;
}

@media (max-width: 1200px) {
    .coveo-card-layout.CoveoResult .coveo-result-frame {
        padding-bottom: 80px;
    }
}

.coveo-pager-list-item {
    border-radius: 50%;
    margin: 5px 0;
    padding: 4px 12px;
    color: #0a6bb5;
    font-size: 18px;
    font-weight: 700;
}

.coveo-pager-list-item.coveo-active,
.coveo-pager-list-item:hover {
    color: #000000;
    background-color: #f0f0f0;
}

.coveo-pager-previous, .coveo-pager-next {
    padding: 0;
}

.coveo-pager-previous:hover, .coveo-pager-next:hover {
    color: #009ddc;
    background-color: white;
}

.coveo-pager-previous,
.coveo-pager-next {
    margin: 5px 20px 5px 5px;
}

@media (max-width: 900px) {
    .CoveoPager {
        width: 25%;
        min-width: 130px;
        margin-left: 0;
    }

    .coveo-pager-next {
        margin-right: 0;
    }
}

@media (max-width: 520px) {
    .CoveoPager {
        width: 50%;
        text-align: right;
    }
}

.coveo-pager-next-icon-svg,
.coveo-pager-previous-icon-svg {
    height: 11px;
    color: #0a6bb5;
    margin-bottom: 2px;
}

.CoveoQuerySummary {
    line-height: 3;
    padding-top: 3px;
}

.CoveoSearchbox .magic-box .magic-box-input {
    border-radius: 5px;
}

.CoveoSearchbox .magic-box .magic-box-input > input {
    background-color: #fafafa;
}

.CoveoTab {
    color: #166cb3;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    width: 150px;
}

.CoveoTab * {
    line-height: 65px;
}

.CoveoTab.coveo-selected,
.CoveoTab.coveo-selected:hover {
    border-bottom: 5px solid #166cb3;
}

.coveo-tab-section {
    border-bottom: 5px solid #f0f0f0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

/********************************
    RAAG SEARCH PAGE CHANGES 
**********************************/
@media (min-width: 768px) {
    .hero-content__headline {
        white-space: normal;
    }
}


.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.asq-main-content {
    position: static;
}

.hero-section:before {
    background: none;
}

.hero-section .hero-section__hero-content {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0 15px;
}

@media (min-width: 993px) {
    .hero-section .hero-section__hero-content {
        margin: 0 auto;
        padding: 0 124px;
    }
}

.hero-section .hero-section__hero-content .container-fluid {
    width: auto !important;
}

.breadcrumb__list-current {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 400;
}

/* Results Header */
.asq-main-content .breadcrumb {
    background: none;
    /* max-width: 1300px; */
}


.coveo-icon.coveo-breadcrumb-clear-all-icon {
    display: none;
}

.search-results-title {
    font-size: 40px;
    line-height: 1em;
    color: #166cb3;
    font-weight: 700;
    margin-bottom: 15px;
}

.coveo-facet-title {
    text-transform: uppercase;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0 5px;
    font-weight: 700;
    color: #4f4f4f;
}

.coveo-tab-section .CoveoTab {
    margin-bottom: -5px;
    position: relative;
}

.CoveoTab.coveo-selected:after {
    content: "";
    position: absolute;
    bottom: -15px;
    border-left: none;
    border-right: none;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #166cb3 transparent transparent transparent;
    transform: translateX(-50%);
}

.CustomCoveoResultsPerPage {
    margin-left: 10px;
}

.CustomCoveoResultsPerPage, .CustomCoveoAllResults {
    padding-top: 5px;
}

.CustomCoveoAllResults .all-results:hover {
    color: #ecad00;
}


.CustomCoveoResultsPerPage .resultsPerPage {
    height: 40px;
    width: 180px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

@media (max-width: 800px) {
    .CustomCoveoResultsPerPage .resultsPerPage {
        font-size: 16px;
    }
}

.CustomCoveoAllResults button {
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#ececec));
    background: linear-gradient(#fff,#ececec);
    border: 1px solid #000000;
    color: #0a6bb5;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    border-color: #bcc3ca;
    margin-left: 10px;
}

.coveo-result-row .btn.btn-info {
    border-radius: 0;
    font-weight: 700;
    background-color: #166CB3;
    color: white;
    padding: 14px 10px;
    margin: 0 5px 0 0;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 50%;
}

.coveo-result-row .btn-details,
.coveo-result-row .btn-details:visited {
    border-style: solid;
    border-color: #166CB3;
    border-width: 1px;
    color: #166CB3;
    padding: 14px 10px;
    margin: 0 0 0 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px !important;
    width: 50%;
    line-height: 1.4 !important;
}

.coveo-result-row a {
    font-weight: 700;
}

.coveo-result-row .item-format {
    text-transform: uppercase;
}

.item-pricing {
    font-size: 14px;
}

.item-format {
    font-size: 14px;
}

.coveo-result-row .item-pricing {
    padding: 10px 0;
}

.coveo-result-row .item-pricing div:first-child {
    font-weight: 700;
    padding-bottom: 5px;
}

.coveo-result-row .item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media (max-width: 1200px) {
    .coveo-result-row .item-buttons {
        position: absolute;
        bottom: 20px;
        right: 0;
        width: 100%;
        padding: 0 20px;
    }
}

.coveo-filter-labels {
    font-size: 16px;
    font-weight: 700;
    padding-right: 10px;
    text-transform: capitalize;
    padding-top: 7px;
    color: #5d5d5d;
}

.form-group .coveo-filter-DD.sortByDD,
.coveo-sort-section .sort-filter {
    padding-left: 15px;
    height: 40px !important;
    width: 180px;
    font-size: 16px;
    border-radius: 5px;
}

@media (max-width: 800px) {
    .form-group .coveo-filter-DD.sortByDD,
    .coveo-sort-section .sort-filter {
        font-size: 16px;
    }
}

.coveoforsitecore-template .coveo-result-row .coveo-quick-view-container {
    width: 150px !important;
}

.coveoforsitecore-template .coveo-result-row .coveo-quick-view-container img {
    max-width: 100%;
}


.coveo-result-row .coveo-quick-view-container img {
    width: 150px;
    padding: 0 10px 0 0;
    max-height: 200px;
}

@media (max-width: 800px) {
    .coveoforsitecore-template .coveo-result-row .coveo-quick-view-container {
        width: 120px !important;
    }
}

@media (max-width: 480px) {
    .coveoforsitecore-template .coveo-result-row .coveo-quick-view-container.coveo-result-standard {
        display: none;
    }
}

.CoveoResultList .btn {
    border-radius: 3px;
}

.CoveoResultList .btn:hover {
    text-decoration: none;
}

.CoveoResultList .btn.btn-primary,
.CoveoResultList .btn.btn-primary:visited {
    background: #0a6bb5;
    display: block;
    color: #ffffff;
    font-weight: 700;
    width: 180px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Futura-Bold', sans-serif;
}

.CoveoResultList .btn.btn-primary:hover {
    background: #ffffff;
    color: #0a6bb5;
    border: 1px solid #0a6bb5;
}

.CoveoResultList .btn.btn-secondary,
.CoveoResultList .btn.btn-secondary:visited {
    background: #ffffff;
    display: block;
    color: #0a6bb5;
    border: 1px solid #0a6bb5;
    font-weight: 700;
    width: 180px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Futura-Bold', sans-serif;
}

.CoveoResultList .btn.btn-secondary:hover {
    background: #0a6bb5;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.CoveoLogo {
    display: none;
}

/* FACET */
.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet,
.CoveoCategoryFacet,
.CoveoTimespanFacet {
    border: none;
    padding-bottom: 10px;
}

.CoveoFacet,
.CoveoFacetRange,
.CoveoHierarchicalFacet,
.CoveoCategoryFacet,
.CoveoTimespanFacet {
    border-bottom: 1px solid #bebebe;
}

.CoveoFacet {
    background: none;
}

/* MODAL */
.modal .modal-dialog {
    max-width: 1080px;
}

.modal-backdrop.show {
    z-index: 5;
}

.modal .modal-content {
    padding: 0 15px;
}

.modal .modal-header {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none;
    padding-bottom: 0;
}

.modal-format span {
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}

.modal-format {
    text-transform: uppercase;
    font-size: 12px;
}

.modal .modal-title {
    font-size: 22px;
    color: #0a6bb5;
    font-weight: 700;
    margin-bottom: 25px;
}

.modal .modal-body img {
    padding: 0;
    margin-left: -15px;
    width: 130px;
    max-width: 100%;
}

.training-coveo-modal-pricing {
    font-size: 14px;
}

.modal .item-pricing {
    font-size: 16px;
}

.modal .item-pricing div:first-child {
    font-size: 12px;
}

.modal .modal-body .item-pricing div {
    font-weight: 700;
}

    .modal .modal-body .item-pricing div:first-child {
        font-weight: 400;
    }

.modal .modal-body .item-pricing span {
    font-size: 20px;
    color: #87b756;
    padding-left: 5px;
}

.modal .modal-footer {
    width: 78%;
    margin: 0 auto;
    border-top: none;
}

.modal .modal-footer .checkbox input {
    width: 5%;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.modal .modal-footer .modal-terms a {
    text-decoration: underline;
}

.modal .modal-footer .checkbox span {
    width: 94%;
    display: inline-block;
}

.modal .modal-footer .checkbox label {
    color: #ce0606;
}

/* BOOKS & STANDARDS SEARCH PAGE */
.modal-body .btn.add-to-cart {
    background-color: #166CB3;
    color: white;
    font-size: 16px;
    padding: 8px 10px;
}

/*BOOKS & STANDARDS MODAL */
.coveo-card-layout .modal .modal-body .row {
    display: block;
}

.coveo-card-layout .modal .modal-body .row div {
    max-width: 100%;
    padding: 0;
}

.coveo-card-layout .modal .modal-title {
    margin-bottom: 0;
}

.coveo-card-layout .modal .modal-body .row img {
    padding-bottom: 10px;
    margin-left: 0;
}

.coveo-card-layout .modal .item-pricing {
    width: 100%;
}

.coveo-card-layout .modal .table > tbody > tr > td:last-child {
    text-align: right;
}

.coveo-card-layout .modal .modal-footer {
    width: 100% !important;
}

.cart-modal td {
    font-size: 18px;
}

.price-table {
    padding-right: 10px;
}

.price-table td {
    font-weight: 700;
}

.price-table td.price {
    font-size: 20px;
    color: #87b756;
    padding-left: 5px;
}

.book-image {
    text-align: center;
}


@media(min-width:640px) {
    .coveo-card-layout .modal .modal-body .row {
        display: flex;
    }

        .coveo-card-layout .modal .modal-body .row div {
            padding: 0 15px;
        }

    .coveo-card-layout .modal .modal-title {
        margin-bottom: 25px;
    }

    .coveo-card-layout .modal .modal-body .row .col-2 {
        width: 16.666667%;
    }

    .coveo-card-layout .modal .table > tbody > tr > td:last-child {
        text-align: left;
    }

    .coveo-card-layout .modal .modal-footer {
        width: 70%;
    }
}

/* TRAINING SEARCH PAGE */
.subnav-dropdown__group .subnav-dropdown__link-item a {
    font-size: 15px;
    color: #0b6bb5;
}

.block-detail-header .detail-header-container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.block-detail-header .detail-header__header-title {
    color: #0b6bb5;
}


.block-detail-header .detail-header__header-desc {
    font-size: 14px;
}

.block-detail-header h3.detail-header__header-title {
    font-weight: 700;
    font-size: 19px;
    font-family: 'Futura-Bold',sans-serif;
    line-height: 25px;
}


.training-search-page {
    padding-right: 16px;
}

.training-search-page .my-result-template-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.training-search-page .my-result-template-header .training-course {
    font-size: 20px;
    font-weight: 700;
    width: 400px;
}

.training-search-page h1 {
    font-size: 18px;
    color: #ff6900;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 5px 16px;
    margin-left: -16px;
    margin-bottom: 20px;
    font-family: 'Futura-Bold', sans-serif;
}

.item-format div:last-child {
    font-weight: 700;
}

.training-search-page .item-title {
    width: 350px;
}

.training-search-page .item-pricing div:last-child {
    font-weight: 700;
}

.training-search-page .firstTrainingHeader {
    padding: 13px 0 0 16px;
    border: none;
    margin-bottom: 0;
    line-height: 0;
}

@media (max-width: 1020px) {
    .training-search-page .item-title {
        padding-right: 10px;
    }

    .item-format {
        width: 20%;
    }
}

@media (max-width: 480px) {
    .training-search-page .my-result-template-header {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .training-search-page .my-result-template-header div {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .training-search-page .my-result-template-header .item-title {
        padding: 0;
        margin-bottom: 1em;
        display: block;
    }

    .training-search-page .my-result-template-header .item-pricing,
    .training-search-page .my-result-template-header .item-format {
        width: 50%;
        margin-bottom: 1em;
        display: block;
    }

    .training-search-page .btn {
        max-width: 47%;
        display: inline-block;
    }
}

/* TRAINING MODAL */
.training-modal-header .modal-title {
    margin-bottom: 0;
}

.modal .modal-header .close {
    font-size: 4rem;
    font-weight: 400;
}

.card-column__title {
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f5f5f5;
}

.card-column__body {
    padding-right: 10px;
    margin-bottom: 10px;
}


.card-column__body span {
    white-space: nowrap;
}

.coveo-sort-section .form-group, .CustomCoveoResultsPerPage {
    position: relative;
}

.coveo-sort-section .form-group:after, .CustomCoveoResultsPerPage:after {
    content: "";
    border: 5px solid #026cb6;
    border-width: 5px 6px 0 5px;
    border-color: #166cb3 transparent transparent transparent;
    position: absolute;
    right: 0;
    margin-right: 20px;
    top: 25px;
    transform: translateY(-50%);
}

.training-coveo-modal-item {
    background: #f5f5f5;
    margin: 10px 0;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
}

.training-coveo-modal-item div {
    flex-basis: 0;
    flex-grow: 1;
}

.training-coveo-modal-item .enroll-button a {
    color: #fff;
    background: #0a6bb5;
    padding: 13px 15px;
    font-weight: 700;
    margin: 15px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    max-width: 150px;
    text-align: center;
}

.training-coveo-modal-item .item-instructor {
    overflow-wrap: break-word;
}

.training-coveo-modal-item .item-instructor a {
    color: #0a6bb5;
    border-bottom: 1px solid #0a6bb5;
}

.modal-body table {
    width: 100%;
}

.card-column__title {
    font-weight: 700;
}

.card-column__title p {
    margin-bottom: 0;
}

@media (min-width:640px) {
    .training-modal-header .modal-title {
        width: 50%;
        margin-bottom: 25px;
    }

    .training-modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .training-coveo-modal-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .training-coveo-modal-item:before {
        content: "";
        border: 1px solid #dfdfdf;
        width: 100%;
        position: absolute;
        left: 0;
        top: 30px;
    }

    .card-column__title {
        font-weight: 400;
    }

    .card-column__title p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .training-coveo-modal-item .enroll-button a {
        float: right;
        margin: 40px 0;
    }
}

.modal-loader {
    border: 11px solid #f3f3f3;
    border-top: 11px solid #0a6bb5;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: modal-loader-spin 1.5s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

@keyframes modal-loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-footer.course-license-agreement {
    width: auto;
    border: 1px solid #cccccc;
    margin: 0px 10px 15px 10px;
}

.modal-footer course-agreement-header {
    font-size: 18px;
}

.modal-footer ul {
    padding-left: 9px;
    font-size: 14px;
}

.modal-footer li {
    list-style-type: disc;
}

modal .modal-footer .course-checkbox input {
    width: 5%;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}


/* INSTRUCTORS SEARCH PAGE*/
.coveo-instructors-page .coveo-result-title {
    font-weight: 700;
    color: #166cb3;
    font-size: 2.2rem;
}

.coveo-instructors-page .coveo-result-cell:first-child {
    width: 125px;
}

.instructor-certifications {
    font-weight: bold;
}

.instructor-image {
    width: 100px;
}

@media (max-width: 1020px) {
    .coveo-instructors-page .coveo-result-title {
        padding-right: 10px;
    }
}

@media (max-width:640px) {
    .coveo-instructors-page {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .coveo-instructors-page div {
        width: 100%;
    }

    .coveo-instructors-page div:first-child {
        margin-bottom: 15px;
    }

    .coveo-instructors-page a {
        margin-top: 15px;
    }
}

/* FACET FILTERS - MOBILE */

@media (max-width: 800px) {
    .coveo-facet-title {
        padding: 10px 20px;
    }

    .coveo-facet-dropdown-header.coveo-dropdown-header-active {
        z-index: 100000000 !important;
        position: fixed;
        top: 10px;
        right: 10px;
    }

    .coveo-facet-dropdown-header.coveo-dropdown-header-active:before {
        content: "Apply ";
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        max-height: 100vh;
        height: 100%;
        padding: 41px 20px;
        box-sizing: border-box;
        z-index: 10000000
    }

    .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .coveo-facet-title {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 40;
        background-color: rgb(240,240,240);
    }
}

/* ARTICLE SEARCH */

.CoveoArticle {
    position: relative;
    margin-top: -8px;
}

.CoveoArticle > .row {
    padding: 0 15px;
}

.CoveoArticle > .row:first-child {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 5px;
    margin-right: 0px;
}

.CoveoArticle > .row:nth-child(3) {
    min-height: 10px;
}

.CoveoArticle .CoveoArticle__OpenAccess {
    position: relative;
    display: inline-block;
    background-color: #F36617;
    color: white;
    text-transform: uppercase;
    font-family: 'Futura', sans-serif;
    font-size: 13px;
    line-height: 2;
    padding: 0 20px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    max-width: 180px;
}

.CoveoArticle .CoveoArticle__Publication {
    color: #87B756;
    font-family: 'Futura-Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding-right: 140px;
}

.CoveoResult .CoveoArticle .coveo-title {
    font-size: 22px;
    line-height: 1.2;
    overflow: visible;
}

.CoveoArticle .CoveoArticle__Details {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #737373;
}

.CoveoArticle .btn-primary,
.CoveoArticle .btn-secondary {
    max-width: 100%;
}

.hero-section__search {
    z-index: 10;
}

.hero-section__search .search-box {
    overflow: visible;
}

.hero-section__search * {
    border-radius: 0 !important;
}

.line-clamp {
    position: relative;
    max-height: calc(1.5em*4);
    overflow: hidden;
}

.line-clamp:after {
    content: "...";
    position: absolute;
    width: 100%;
    height: 1em;
    line-height: 1;
    top: calc(4*1.5em);
    right: 0;
    /* background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%); */
    background: #ffffff;
    color: #000;
    margin-top: -12px;
}

@media (max-width: 480px) {
    .CoveoArticle > .row {
        padding: 0;
        display: block;
        margin-right: 0;
    }

    .CoveoArticle > .row:first-child {
        text-align: center;
        padding: 0 15px 5px;
        min-height: 28px;
    }

    .CoveoArticle > row:nth-child(3) {
        text-align: center;
    }

    .CoveoArticle > .row > [class^="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .CoveoArticle .CoveoArticle__OpenAccess {
        position: relative;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    .CoveoArticle .CoveoArticle__Publication {
        display: block;
        font-size: 14px;
        padding-right: 0;
    }

    .CoveoResult .CoveoArticle .coveo-title {
        font-size: 18px;
        margin-bottom: 0.8em;
    }

    .CoveoArticle .CoveoArticle__Details {
        font-size: 13px;
        margin-bottom: 1.2em;
    }

    .CoveoArticle .col-3 > div {
        display: flex;
        justify-content: space-between;
    }

    .CoveoArticle .btn-primary,
    .CoveoArticle .btn-secondary {
        font-size: 12px;
        width: 48%;
    }
}

/* CASE STUDY SEARCH */
@media (min-width: 480px) {
    .CoveoArticle .PublicationLeft {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .CoveoArticle .PublicationRight {
        text-align: right;
        padding-right: 0;
    }
}

.coveo-result-margin {
    margin: 5px 0;
}

.coveo-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

/*Quality Progress Full Issue Search*/
.CoveoTitle {
    font-family: 'Futura-Bold', sans-serif;
    white-space: normal;
}

.coveo-callout-divider {
    text-align: center;
    margin: 5px 0;
}

.btn.btn-primary.green {
    background: #86b850;
    display: inline-block;
}

.btn.btn-primary.green:visited {
    background: #86b850;
}

.btn.btn-primary.green:hover {
    background: #0a6bb5;
    color: #fff;
    border: 0px;
}

/*Global Search*/
.coveo-tab-section .CoveoTab {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.CoveoTab p {
    height: auto;
    margin-bottom: 4px;
}

.CoveoTab * {
    line-height: normal;
}

.coveo-result-layout-section {
    display: none;
}

.CoveoSearchInterface .coveo-results-column.coveo-no-results {
    text-align: left;
}

.CoveoQuerySummary {
    text-align: center;
}

.coveo-facet-column.coveo-no-results {
    display: none !important;
}

.CoveoSearchbox {
    border: 1px solid #bcc3ca;
    border-radius: 5px;
}

.CoveoSearchButton {
    border: none;
    border-left: 1px solid #bcc3ca;
}

.CoveoSearchbox .magic-box {
    border: none;
    border-radius: 0;
}

.coveo-results-header > :not(:first-child) {
    padding-right: 0;
    margin-left: 0;
    border-right: none;
}

.coveo-pager-list-item {
    border: none;
}

.coveo-pager-list-item.coveo-active a {
    color: #6a767d;
}

.coveo-pager-list-item:hover a {
    color: #000;
}

.coveo-small-tabs .coveo-tab-list {
    padding-top: 6px;
}

.coveo-small-tabs .coveo-tab-list li:last-child {
    margin-bottom: 0;
}

.coveo-small-tabs .coveo-tab-list li:before {
    content: none;
}
.coveo-list-layout.CoveoResult,
.coveo-card-layout.CoveoResult {
    border: none;
}

.coveo-card-layout-container {
    margin: 0;
}

.CoveoSearchInterface {
    margin-top: 15px;
}

.CoveoSearchInterface .coveo-results-column {
    padding: 10px 17px 10px 15px;
}

.coveo-facet-value .coveo-facet-value-checkbox {
    border: 1px solid #bcc3ca;
}

.asq-main-content .coveo-facet-column.coveo-facet-dropdown-modal-content.coveo-dropdown-content {
    z-index: 100;
    background-color: #f0f0f0;
    padding-top: 0;
}

@media (max-width: 800px) {
    .asq-main-content .coveo-facet-column.coveo-facet-dropdown-modal-content.coveo-dropdown-content .coveo-facet-title {
        padding: 10px 0;
    }

    .asq-main-content .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-modal-content .coveo-topSpace {
        height: 0 !important;
    }
}

.asq-main-content .CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-modal-content .coveo-facet-modal-close-button {
    display: none;
}


/* Coveo Triggers styles */

.CoveoTriggers .coveo-trigger-notify {
    max-width: 1300px;
    margin: auto;
    padding: 20px 0 20px 357px;
}

@media only screen and (min-width: 801px) and (max-width: 1299px) {
    .CoveoTriggers .coveo-trigger-notify {
        width: 100%;
        margin: auto;
        padding: 20px 0 20px 27.5%;
    }
}

@media only screen and (max-width: 800px) {
    .CoveoTriggers .coveo-trigger-notify {
        padding: 10px 20px;
        width: 100%;
        margin: auto;
    }
}


/* Coveo Recommendations styles */

.coveo-recommendation-column {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.coveo-recommendation-header {
    padding: 10px 10px 10px 0;
    background-color: #f0f0f0;
}

.coveo-recommendation-title {
    font-family: 'Futura-Bold',sans-serif;
    font-size: 19px;
    line-height: 25px;
    word-spacing: 0px;
    color: #0b6bb5;
    font-weight: 700;
}

.coveo-recommendation-body {
    background: #f0f0f0;
    margin-bottom: 1px;
}

.coveo-recommendation-body .CoveoResultLink {
    font-size: 1.14em;
    white-space: normal !important;
}

.coveo-recommendation-body .CoveoIcon {
    display: none !important;
}

.coveo-recommendation-body .coveo-result-row .coveo-result-cell:first-child {
    width: 0 !important;
}


/* Header/utility bar searchbox */

.utility-nav__coveo-searchbox {
    overflow: visible;
    height: 43px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 5px;
}

.utility-nav__coveo-searchbox .CoveoSearchInterface {
    margin: 0;
    height: 43px;
}

.utility-nav__coveo-searchbox .CoveoSearchbox {
    border: none;
    border-radius: 0;
}

.utility-nav__coveo-searchbox .CoveoSearchButton {
    height: 43px;
}

.utility-nav__coveo-searchbox .magic-box .magic-box-input {
    height: 43px;
}

.utility-nav__coveo-searchbox .magic-box .magic-box-input > input {
    height: 43px;
    width: 150px;
    scroll-behavior: auto;
}

/* Adjustment on Mobile Header Search */

.mobile-search-toggle {
    color: #fff;
    position: relative;
}

.mobile-search-active .mobile-search-toggle .fa.fa-search {
    opacity: 0;
}

.mobile-search-active .mobile-search-toggle:before,
.mobile-search-active .mobile-search-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mobile-search-active .mobile-search-toggle:before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.mobile-search-active .mobile-search-toggle:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.mobile.utility-nav .utility-nav__coveo-searchbox {
    position: static;
    height: auto;
}

    .mobile.utility-nav .utility-nav__coveo-searchbox > div {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f0f0f0;
        height: auto;
    }

.mobile-search-active .mobile.utility-nav .utility-nav__coveo-searchbox > div {
    display: block !important;
}

.mobile.utility-nav .utility-nav__coveo-searchbox > div > div {
    margin: 30px 90px 30px 30px !important;
}

.utility-nav.mobile .utility-nav__coveo-searchbox .CoveoSearchbox {
    margin-right: 0;
}

.mobile.utility-nav .utility-nav__coveo-searchbox .magic-box .magic-box-input > input {
    width: 100%;
    background: #fff;
}

.mobile.utility-nav .utility-nav__coveo-searchbox .CoveoSearchButton {
    background: #86b850;
}

    .mobile.utility-nav .utility-nav__coveo-searchbox .CoveoSearchButton .coveo-search-button-svg {
        color: #fff !important;
    }

    .mobile.utility-nav .utility-nav__coveo-searchbox .CoveoSearchButton .coveo-magnifier-circle-svg {
        fill: #fff !important;
    }

.mobile-search-active #asq-logo {
    z-index: 0;
}

.magic-box .magic-box-clear {
    height: 42px;
    line-height: 42px;
}
