﻿.product-details-page {
    background-color: #fcfdfe;
}
.product-details-page .siteBody {
    margin-bottom: 0;
    margin-top: 0;
}
.product-details-page .white-layer {
    background-color: #fff;
}
X.product-details-page .breadcrumbs {
    position: absolute;
    top: 20px;
    left: 2%;
    right: 2%;
    max-width: 80em;
    width: 96%;
    margin: 0 auto;
    color: #fff;
    display: block;
    z-index: 2;
}
    .product-details-page .breadcrumbs a {
        font-weight: 600;
        font-size: 1.093em;
        color: #4e4e4e;
    }
@media (max-width: 47.938em) {
    .product-details-page .white-layer {
        margin-top: 0;
    }
    .product-details-page .breadcrumbs {
        display: none;
    }
}

.product-details-page-alt .delivery-list {
    display: none;
}
.product-details-page-alt .landing-three-col-cta {
    margin-top: 0;
}
.product-details-page-alt .productDetails .itemPrice,
.product-details-page-alt .btnWrapper.btnAddToCart {
    text-align: center;
    display: block;
}

.pdp-heading-banner {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.pdp-heading-banner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
    z-index: -1;
}
.pdp-heading-banner .text-container {
    margin: auto;
    padding: 30px 10px;
    max-width: 74em;
    background-color: #0E3560;
}
.pdp-heading-banner .text-container h1 {
    margin-top: 0;
    font-size: 1.6em;
}
.pdp-heading-banner .text-container p {
    line-height: 1.4em;
    font-size: 1em;
}
.pdp-heading-banner .pretty-btn {
    font-weight: 600;
    font-size: initial;
}
@media (min-width: 48em) {
    .pdp-heading-banner {
        margin-bottom: 50px;
    }
    .pdp-heading-banner .text-container {
        padding: 60px 15px;
        background-color: transparent;
    }
    .pdp-heading-banner .text-container h1 {
        font-size: 2.1em;
    }
    .pdp-heading-banner .text-container p {
        font-size: 1.215em;
    }
}
@media (min-width: 62em) {
    .pdp-heading-banner .text-container {
        /*padding: 80px 0;*/
    }
    .pdp-heading-banner .text-container h1 {
        font-size: 3em;
    }
    .pdp-heading-banner .text-container p {
        line-height: 1.75em;
        font-size: 1.532em;
    }
}
@media (min-width: 120em) {
    .pdp-heading-banner img {
        width: 100% !important;
    }
}

.small-col-article h2 {
    margin-top: 0;
    font-weight: 600;
}
.small-col-article p {
    font-size: 1.093em;
}

.delivery-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.delivery-list > li {
    position: relative;
    padding: 5px 30px;
    font-size: 1.093rem;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}
.delivery-list > li:before {
    margin: 0 10px 0 0;
    font-size: 24px;
}
.delivery-list > li:last-child:after {
    content: none;
}
@media (min-width: 48em) {
    .delivery-list {
        margin: 30px 0;
        text-align: center;
    }
    .delivery-list > li:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 1px;
        height: 100%;
        background-color: #507195;
        display: inline-block;
    }
}

.credit-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.credit-list .accreditation-entry {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.credit-list .accreditation-entry .bigger-text-segment {
    margin-top: 0;
    margin-right: 0;
    display: block;
}
.credit-list > li {
    position: relative;
    padding: 30px 10px;
    width: 50%;
    text-align: center;
    color: #236bb3;
    vertical-align: middle;
    display: inline-block;
}
.credit-list > li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #b7b7b7;
}
.credit-list > li:last-child:after {
    content: none;
}
.credit-list.columns-3 > li:nth-child(2):after {
    content: none;
}
.credit-list.columns-3 > li:nth-child(3) {
    width: 100%;
    border-top: 1px solid #b7b7b7;
    display: block;
}
.credit-list .ama-icon-before {
    margin-bottom: 10px;
    display: block;
}
.credit-list .ama-icon-before:before {
    margin-right: 0;
    font-size: 32px;
}
.credit-list span {
    line-height: 1.15em;
    vertical-align: middle;
}
.credit-list .big-number {
    font-weight: bold;
    font-size: 2.4rem;
}
.credit-list .newline {
    display: block;
}
@media (min-width: 36em) {
    .credit-list > li {
        width: 33.3332%;
    }
    .credit-list.columns-2 > li {
        width: 50%;
    }
}
@media (min-width: 48em) {
    .credit-list .ama-icon-before:before {
        font-size: 40px;
    }
    .credit-list .big-number {
        font-size: 3.1rem;
    }
    .credit-list .bigger-text-segment {
        margin-right: 5px;
    }
    .credit-list.columns-3 > li:nth-child(2):after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #b7b7b7;
    }
    .credit-list.columns-3 > li:nth-child(3) {
        width: 33.3332%;
        border-top: none;
        display: inline-block;
    }
}
@media (min-width: 62em) {
    .credit-list > li {
        padding: 20px;
        font-size: 1.193em;
    }
    .credit-list .accreditation-entry {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pdp-heading-banner .text-container p.seminar-number {
    margin-bottom: 0;
    font-size: 1.093rem;
}

.occurs-data {
    margin-bottom: 0;
}

.women-only {
    margin-top: 10px;
    font-weight: 600;
    font-size: 0.813em;
    color: #FF1493;
}

.tabModule {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    background: none;
}
.tabModule:before {
    content: "";
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
}
.tabModule.ui-tabs.ui-widget {
    border: none;
}
.tabModule.ui-tabs.ui-widget .ui-tabs-anchor {
    padding: 20px 15px;
    font-size: 1.4em;
    color: #9c9c9c;
}
.tabModule.ui-tabs.ui-widget .ui-state-active .ui-tabs-anchor {
    font-weight: 600;
    color: #236bb3;
}
.tabModule.ui-tabs.ui-widget .tabnav.ui-tabs-nav {
    border: none;
    background: none;
}
.ui-state-default.ui-tabs-active.ui-state-active {
    border-top: none;
    border-bottom: 5px solid #236bb3;
    border-left: none;
    border-right: none;
}
.ui-state-default.ui-corner-top {
    border: none;
    background: none;
}
.ui-tabs .ui-tabs-panel {
    margin-top: 15px;
    padding: 0 20px;
}
.ui-tabs .ui-tabs-nav li {
    width: 100%;
}
.tabdiv .grid_6,
.tabdiv .grid_12 {
    font-size: 1.153em;
}
.tabdiv .grid_6 h2,
.tabdiv .grid_6 h3,
.tabdiv .grid_12 h2,
.tabdiv .grid_12 h3 {
    margin-top:  0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.352em;
    color: #4d4d4e;
}
.tabdiv .grid_6 ul,
.tabdiv .grid_12 ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.tabdiv .grid_6 ul li,
.tabdiv .grid_12 ul li {
    position: relative;
    margin-bottom: 10px;
}
.tabdiv .grid_6 ul li:before,
.tabdiv .grid_12 ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #236bb3;
}
@media (min-width: 48em) {
    .tabModule.ui-tabs.ui-widget .ui-tabs-anchor {
        padding: 20px 10px;
        font-size: 1em;
    }
    .ui-tabs .ui-tabs-panel {
        margin-top: 0;
        padding: 30px 15px;
    }
    .ui-tabs .ui-tabs-nav li {
        width: auto;
    }
}
@media (min-width: 62em) {
    .ui-tabs .ui-tabs-panel {
        padding: 30px 0;
    }
    .tabdiv .grid_6 h2,
    .tabdiv .grid_6 h3,
    .tabdiv .grid_12 h2,
    .tabdiv .grid_12 h3 {
        font-size: 2em;
    }
}
@media (min-width: 80em) {
    .tabModule.ui-tabs.ui-widget .ui-tabs-anchor {
        padding: 20px 25px;
        font-size: 1.253em;
    }
}


.pdp-bottom-banner {
    position: relative;
    overflow: hidden;
}
.pdp-bottom-banner img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
    height: 400px !important;
    z-index: -1;
}
.pdp-bottom-banner .container {
    height: 100%;
}
.pdp-bottom-banner .container:before {
    content: none;
}
.pdp-bottom-banner .container:after {
    content: "";
    width: 1px;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.pdp-bottom-banner .text-container {
    padding: 20px;
    max-width: 575px;
    vertical-align: middle;
    display: inline-block;
}
.pdp-bottom-banner .text-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.453em;
    color: #236bb3;
}
.pdp-bottom-banner .text-container p {
    font-size: 1.253em;
}
.pdp-bottom-banner .text-container p:last-child {
    margin-bottom: 0;
}
.pdp-bottom-banner .pretty-btn {
    margin-bottom: 10px;
    width: 100%;
    font-size: initial;
}
@media (min-width: 48em) {
    .pdp-bottom-banner {
        height: 400px;
    }
    .pdp-bottom-banner .text-container {
    }
    .pdp-bottom-banner .text-container h3 {
        font-size: 2.1em;
    }
    .pdp-bottom-banner .text-container p {
        font-size: 1.532em;
    }
    .pdp-bottom-banner .pretty-btn {
        margin-right: 10px;
        margin-bottom: 0;
        width: initial;
    }
}

.pdp-search-courses {
    padding: 0 10px;
}
.pdp-tabs-container {
    background-color: transparent;
}
.pdp-tab {
    position: relative;
    padding: 20px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #fff;
    display: block;
    cursor: pointer;
}
.pdp-tab:first-child {
    margin-right: 0.5%;
}
.pdp-tabs-container .pdp-tab.active-tab:before {
    color: #fff;
}
.pdp-tab.active-tab {
    background-color: #236bb3;
}
.pdp-tab p {
    margin-bottom: 5px;
    font-size: 1.093em;
    color: #222;
}
.pdp-tab.active-tab p {
    color: #fff;
}
.pdp-tab > p:first-child {
    margin-bottom: 0;
    font-size: 1.532em;
}
.pdp-tab > p:last-child {
    margin-bottom: 0;
}
.pdp-content-container {
    -webkit-box-shadow: 0px 0px 23px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 23px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 23px 1px rgba(0,0,0,0.2);
}
.pdp-content-summary {
    color: #fff;
    border-top: 1px solid #6598ca;
    background-color: #236bb3;
}
.pdp-content-summary ul {
    margin: 0 auto;
    padding: 10px 0;
    list-style: none;
    border-top: 1px solid #6598ca;
}
.pdp-content-summary ul > li {
    position: relative;
    padding: 5px 10px;
    width: 33.3332%;
    text-align: center;
    font-weight: 300;
    float: left;
}
.pdp-content-summary ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #3c7cbc;
}
.pdp-content-summary ul > li:last-child:before {
    content: none;
}
.pdp-content-summary ul > li strong {
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
}
.pdp-content-summary ul > li.member-price {
    color: #ffffff !important;
    background-color: #236bb3;
}
.pdp-content-filter {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d7d7d7;
}
.pdp-content-filter .input-wrapper {
    padding: 20px;
    width: 25%;
    float: left;
}
.pdp-content-filter .input-wrapper select,
.pdp-content-filter .input-wrapper input {
    padding: 0 20px;
    width: 100%;
    height: 52px;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
}
.pdp-content-results {
    position: relative;
    padding: 20px;
    background-color: #fff;
}
.pdp-content-results table {
    width: 100%;
    table-layout: fixed;
}
.pdp-content-results table thead th {
    padding: 25px 10px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #b7b7b7;
}
.pdp-content-results tbody tr {
    border-bottom: 1px solid #b7b7b7;
}
.pdp-content-results tbody tr:last-child {
    border-bottom: none;
}
.pdp-content-results tbody tr td {
    padding: 15px 10px;
    word-wrap: break-word;
}
.pdp-content-results tbody tr td:first-child {
    width: 13%;
    text-align: center;
}
.pdp-content-results tbody tr td:last-child {
    text-align: center;
}
.pdp-content-results .larger-blue-text {
    font-weight: 600;
    font-size: 1.215rem;
    color: #236bb3;
    display: block;
}
.pdp-content-results .ama-icons-calendar:before {
    font-size: 30px;
    color: #236bb3;
    opacity: 0.5;
}
.pdp-content-results .wide-sticky-button {
    position:  absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #0f3a6a;
    border: none;
        -webkit-box-shadow: 0px -9px 37px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -9px 37px 5px rgba(0,0,0,0.2);
    box-shadow: 0px -9px 37px 5px rgba(0,0,0,0.2);
}
.dataTables_filter {
    display: none;
}
.filter-courses-mobile-toggle {
    display: none;
}
@media (max-width: 74.938em) {
    .pdp-content-results table {
        padding-top: 15px;
    }
    .pdp-content-results table thead th:first-child,
    .pdp-content-results tbody tr td:first-child {
        Xdisplay: none;
        margin-bottom:20px;
    }
}
@media (max-width: 47.938em) {
    .pdp-content-results thead {
        display: none;
    }
    .pdp-search-courses {
        margin-bottom: 60px;
    }
    .pdp-content-filter .input-wrapper {
        padding: 10px;
        width: 100%;
        float: none;
    }
    .pdp-content-results table tbody tr {
        padding: 20px 0;
        display: block;
    }
    .pdp-content-results table tbody tr td {
        padding: 0;
        display: block;
    }
    .pdp-content-results table tbody tr td:last-child {
        padding-top: 15px;
        text-align: left;
    }
    .pdp-content-results tbody td .pretty-btn {
        max-width: 100%;
        font-size: 1em;
    }
    .pdp-tab {
        padding: 20px 30px;
    }
    .pdp-tab > p:first-child {
        font-size: 1.315em;
    }
    .pdp-tab:after {
        content: "+";
        position: absolute;
        top: 10px;
        right: 45px;
        width: 0;
        height: 0;
        font-size: 3em;
        font-weight: bold;
    }
    .pdp-tab.active-tab:after {
        content: "--";
        top: 10px;
        right: 45px;
        color: #fff;
        letter-spacing: -3px;
    }
    .filter-courses-mobile-toggle {
        padding: 20px 30px;
        background-color: #f7f7f7;
        font-weight: 600;
        font-size: 1.193em;
        color: #236bb3;
        display: block;
    }
    .filter-courses-mobile-toggle:before {
        margin-right: 20px;
        font-size: 24px;
    }
}
@media (min-width: 48em) {
    .pdp-search-courses {
        margin: 40px 0;
        padding: 0;
        overflow: hidden;
        -webkit-box-shadow: 0px 3px 23px 1px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 3px 23px 1px rgba(0,0,0,0.35);
        box-shadow: 0px 3px 23px 1px rgba(0,0,0,0.35);
    }
    .pdp-tab {
        width: 49.75%;
        text-align: center;
        float: left;
        -webkit-box-shadow: 0px -7px 23px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px -7px 23px 1px rgba(0,0,0,0.2);
        box-shadow: 0px -7px 23px 1px rgba(0,0,0,0.2);
    }
    .pdp-content-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
    }
    .pdp-content-summary ul {
        padding: 20px 0;
        border-top: none;
    }
    .pdp-content-summary ul > li {
        padding: 5px 0;
        font-size: 1.193em;
    }
    .pdp-content-summary ul > li strong {
        font-size: 1.4rem;
        display: inline;
    }
    .pdp-tab:first-child:before,
    .pdp-tab:last-child:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        position: absolute;
        top: 30px;
        left: 45px;
        font-family: 'AMA-Icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-size: 35px;
        text-transform: none;
        line-height: 1;
        color: #236bb3;
        opacity: 0.4;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .pdp-tab:first-child:before {
        content: "\e918";
    }
    .pdp-tab:last-child:before {
        content: "\e917";
    }
    .pdp-content-results {
        padding: 20px;
    }
}
@media (min-width: 62em) {
    .pdp-content-results {
        padding: 20px 40px;
    }
    .pdp-content-results tbody tr td {
        padding: 25px 10px;
        font-size: 1.093em;
    }
}
/* max-width: 1099px */
@media (min-width: 48em) and (max-width: 68.688em) {
    .pdp-content-results table thead th {
        padding: 10px 20px 10px 10px;
        font-size: 0.853em;
    }
    .pdp-content-results tbody td .pretty-btn {
        padding: 10px;
        font-size: 0.913em;
    }
}

.pdp-related {
    padding: 10px;
    background-color: #fff;
}
.pdp-related h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.453em;
    color: #4d4d4e;
}
.pdp-related .itemImage {
    display: none;
}
@media (max-width: 47.938em) {
    .pdp-related-items-container .item-sessions {
        width: 23.5%;
    }
}
@media (min-width: 48em) {
    .pdp-related {
        padding: 40px 0;
    }
    .pdp-related h2 {
        margin-bottom: 30px;
        font-size: 2em;
    }
}



.pdp-heading-banner .text-container .bnrRate {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pdp-heading-banner .text-container .bnrRate .rateit {
        margin: 0px 10px 0px 0px;
    }

    .pdp-heading-banner .text-container .bnrRate .textRating {
        display: none;
    }


#product-listing div.rateit div.rateit-preset {
    background: url(/cms/images/layout/star.png) left -96px !important;
}

.divRatings.dummyClass {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

    .divRatings.dummyClass .rateit {
        margin: 0px 10px 0px 0px;
    }

    .divRatings.dummyClass .textRating {
        display: none
    }


.reviewAverageInterior .ratingDisplay div.rateit div.rateit-preset {
    background: #fff url(/cms/images/layout/starV2.png) left -96px !important;
}

.reviewAverageInterior .ratingSummary .reviewhdng {
    width: 100%;
}

.reviewAverageInterior .ratingSummary .ratingDisplay {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:100%;
}

    .reviewAverageInterior .ratingSummary .ratingDisplay .textRating {
        order: 2;
        font-size: 1.2em;
    }

        .reviewAverageInterior .ratingSummary .ratingDisplay .textRating:after {
            content: "out of 5";
            font-weight: 400;
        }

.reviewAverageInterior .ratingSummary {
    margin-bottom: 10px;
}

.reviewAverageInterior .ratingBars {
    padding: 0px 20px;
    max-width: 320px
}

    .reviewAverageInterior .ratingBars .rbItem {
        display: flex;
        justify-content: flex-start;
        margin: 10px 0px
    }

        .reviewAverageInterior .ratingBars .rbItem .rateit {
            margin: 0px 5px;
            width: 100px
        }

.ratingBreakdown .rbItemName {
    width: 70px;
}


ul.delivery-list .ama-icon-before:hover {
    cursor: pointer;
    background: #236bb3;
}

/* Ticket #673711 - Phase 1 - Seminar Savings Pass (SSP) Products - New Product Functionality */
.pdp-heading-banner .pretty-btn {
    background-color: #dd790c;
}

.productDetails .pretty-btn.add_2_cart {
    background-color: #dd790c;
}