.contact-us .page-title {
    display: block;
}
#coursetext-tab .included_etextbook_copy {
  margin-bottom: 20px;
}
.cms-page-view .page-title{
  display: none;
}
.cms-employers .employer-list .link-list .stuck {
    position: fixed;
    top: 100px;
}

.cms-employers .employer-list .link-list .anchored {
    position: absolute;
    top: auto;
    bottom: 20px;
}

.equivalency-table .table tbody {
    border: none;
}

.equivalency-table tr th {
    background: #efefef;
    border-bottom: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray);
    border-top: 1px solid var(--border-gray);
    padding: 15px 10px 15px 25px;
    text-transform: capitalize;
    font-size: var(--fs14);
    vertical-align: middle;
    line-height: normal;
}

.equivalency-table tr th:first-child {
    width: 460px;
}

.equivalency-table .table {
    border: 1px solid #e8e8e8;
    width: 100%;
}

.equivalency-table .table tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

.equivalency-table .table tbody tr td {
    font-size: var(--fs15);
    line-height: normal;
    color: var(--cod-grey);
    padding: 14px;
    border-bottom: 1px solid var(--border-gray);
    border-right: 1px solid var(--border-gray);
}

.equivalency-table .table tbody tr td a {
    text-decoration: underline;
    font-style: italic;
}

.equivalency-table .table tbody tr td span {
    display: block;
}

.equivalency-table .table tbody tr td span.course_notes {
    font-size: var(--fs12);
    margin-top: 5px;
    font-style: italic;
}

.equivalency-table tr th.sorting_asc {
    position: relative;
    cursor: pointer;
}


.equivalency-table tr th.sorting {
    position: relative;
    cursor: pointer;
}

.equivalency-table tr th::after {
    content: '\f0dc' !important;
    font-family: 'Font Awesome 5 free' !important;
    font-weight: 900 !important;
    float: left;
    margin-right: 6px;
    color: rgba(151, 151, 151, 1);
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.equivalency-table tr th.partner_course::after {
    content: '\f884' !important;
}
.equivalency-table tr th.partner_course.sorting_desc::after {
    content: '\f161' !important;
}

#course_details_modal .modal-dialog {
    width: 100%;
    max-width: 900px;
    padding: 20px 10px;
}

#course_details_modal.modal .modal-header {
    position: relative;
    color: var(--white);
    border-bottom-width: 0px;
    background: #1b386d;
    border-radius: 0;
}

#course_details_modal .modal-header .img_wrapper {
    height: 75px;
    white-space: nowrap;
    text-align: center;
}

#course_details_modal .modal-header .img_wrapper img {
    vertical-align: middle;
    max-height: 75px;
    max-width: 80%;
}

#course_details_modal .modal-header #partner_credits {
    font-weight: 300;
    font-style: italic;
    color: var(--white);
    margin: 0;
}

#course_details_modal.modal .modal-header a.dismiss_modal {
    color: var(--white);
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
}

#course_details_modal.modal .modal-header a.dismiss_modal i {
    cursor: pointer;
    z-index: 999;
}

#course_details_modal .modal-body {
    position: relative;
    padding: 15px;
}

#course_details_modal .modal-body .modal_course_details,
#course_details_modal .modal-body .modal_course_details {
    padding-bottom: 50px;
    border-right: 1px solid #eaebec;
    padding-right: 40px;
}

#course_details_modal .modal-body #sl_course_name,
#course_details_modal .modal-body #sl_course_name {
    margin-top: 10px;
    font-size: var(--fs26);
    line-height: normal;
    margin-bottom: 10px;
}

#course_details_modal .modal-body #sl_course_number,
#course_details_modal .modal-body #sl_course_number {
    font-size: var(--fs30);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

#course_details_modal .modal-body #sl_course_description,
#course_details_modal .modal-body #sl_course_description {
    margin: 5px 0 20px;
    font-size: var(--fs15);
}

#course_details_modal .modal-body .btn {
    display: inline-block;
    padding: 11px 20px;
    line-height: 18px;
    font-size: var(--fs15);
    font-family: "basic-sans";
    font-weight: 700;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: var(--flamingo);
    color: var(--white);
    border: 1px solid var(--flamingo);
}

#course_details_modal .modal-body .btn:hover {
    background: var(--jungle-green);;
    border-color: var(--jungle-green);;
}

#course_details_modal .modal-body #sl_course_price,
#course_details_modal .modal-body #sl_course_price {
    font-weight: 700;
    font-size: 2em;
}

#course_details_modal .modal-body #price_note,
#course_details_modal .modal-body #price_note {
    font-size: var(--fs14);
    font-weight: 500;
    font-style: italic;
    margin-top: 10px;
}

#course_details_modal .modal-body .button.add-to-cart,
#course_details_modal .modal-body .button.add-to-cart {
    width: 80% !important;
    margin: 20px auto 30px;
}

#course_details_modal .modal-body .list_title,
#course_details_modal .modal-body .list_title {
    font-size: var(--fs18);
    font-weight: 700;
    text-align: left !important;
}

#course_details_modal .modal-body #sl_includes_list,
#course_details_modal .modal-body #sl_includes_list {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

#course_details_modal .modal-body .guarantee_wrapper img,
#course_details_modal .modal-body .guarantee_wrapper img {
    width: 100px;
    height: 100px;
    margin: 25px 0;
}

#course_details_modal .modal-content .row {
    width: 100%;
}

#course_details_modal .modal-header .title_wrapper,
#course_details_modal .modal-header .title_wrapper {
    padding-left: 30px;
    border-left: 1px solid var(--white);
}

#course_details_modal .modal-header #partner_course_title {
    color: var(--white);
    margin: 0 0 10px;
}