﻿
/* * * * * * * * * * * * * *
   GLOBAL STYLES
* * * * * * * * * * * * * */

a, a:hover {
    color: var(--saColorBrandBlue);
}

.saBgTransparent {
    background-color: transparent;
}

button.saBgTransparent:hover {
    background-color: transparent;
}

.pt-80 {
    padding-top: 80px;
}


.pb-80 {
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.saColorNeutralBorder {
    border-color: var(--saColorNeutralBorder);
}

/* * * * * * * * * * * * * *
  RESOURCE TYPE PILLS FILTER
* * * * * * * * * * * * * */
.wResourcesHub-resourceType {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

@media (min-width: 1200px) {
    .wResourcesHub-resourceType {
        overflow-x: hidden;
        flex-wrap: wrap;
    }
}


.wResourcesFilter__filterPills {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

@media (min-width: 992px) {
    .wResourcesFilter__filterPills {
        overflow-x: hidden;
        flex-wrap: wrap;
    }
}


.wResourcesHub-resourceType .badge.badge--icon {
    padding: 5px 16px;
    gap: 8px;
    line-height: 1;
}

.wResourcesHub-resourceType .badge .badge__icon-container {
    width: inherit;
    margin-left: 0;
    height: 14px;
}

.wResource__Marker .badge.badge--icon {
    padding: 6px 10px;
    gap: 5px;
    line-height: 1;
}

.wResource__Marker .badge__icon-container {
    width: 16px;
    margin-left: 2px;
}


.js-filterPill,
.clearAllLabel {
    cursor: default;
    color: var(--saColorBrandBlue);
}

.js-cancelFilter,
.cancelAllTopicRoles {
    cursor: pointer;
    color: var(--saColorBrandBlue);
}


/* * * * * * * * * * * * * *
   TOP PILL FILTERS
* * * * * * * * * * * * * */

.wResourcesFilter__filterPill {
    background-color: #F4F7FA;
    padding-right: 10px;
    font-size: 14px;
}

.wResourcesFilter__clearAllFilters {
    padding-right: 10px;
    font-size: 14px;
}

    .wResourcesFilter__filterPill img, .wResourcesFilter__clearAllFilters img {
        position: relative;
        top: -1px;
    }

.wResourcesFilter__toggleFilter:focus, .wResourcesFilter__toggleFilter:focus-visible, .wResourcesFilter__toggleFilter:active {
    outline: 5px auto #015ECC;
    outline: 5px auto -webkit-focus-ring-color;
    border: none;
}

.wResourcesFilter__FilterPill__Cancel {
    cursor: pointer
}


/* * * * * * * * * * * * * *
   LEFT FILTERS
* * * * * * * * * * * * * */

.wResourcesFilter .wResourcesFilter__toggleFilter {
    color: black;
    letter-spacing: .25px;
}

.wResourcesFilter .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    align-items: center;
}

.wResourcesFilter .form-label {
    color: var(--saColorSharkBlack);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    padding-top: 8px;
}

.wResourcesFilter .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}

.wResourcesFilter .wResourcesFilter__toggleFilter img {
    transform: none;
}

.wResourcesFilter .wResourcesFilter__toggleFilter.collapsed img {
    transform: rotate(180deg);
}

#filterSelection > div {
    overflow-x: scroll;
    flex-wrap: nowrap;
}

@media (min-width: 992px) {
    #filterSelection > div {
        overflow-x: hidden;
        flex-wrap: wrap;
    }
}

/****  Filters scrolling sticky behavior ***/


.wResourcesSearch__filter-bar {
    position: sticky;
    top: 70.5px;
    background-color: #ffffff;
    z-index: 1000;
}

@media (min-width: 992px) {
    .wResourcesSearch__filter-bar {
        top: 112px;
    }
}

@media (min-width: 992px) {
    .wResourcesFilter__column {
        position: sticky;
        top: 191px;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .wResourcesFilter {
        position: sticky;
        top: 163px;
        z-index: 300;
        background-color: #ffffff !important;
        padding-top: 10px;
    }
}


#toggleFilters.collapse.show {
    /*  height: 100vh;*/
}

.wResourcesFilter__filterSearch img {
    left: 15px;
    top: 11px;
}

.wResourcesFilter__filterSearch input {
    padding-left: 40px;
}


.wResourcesFilter__toggleFilter:focus, .wResourcesFilter__toggleFilter:focus-visible, .wResourcesFilter__toggleFilter:active {
    outline: 5px auto #015ECC;
    outline: 5px auto -webkit-focus-ring-color;
    border: none;
}


/* * * * * * * * * * * * * *
   Resource Card
* * * * * * * * * * * * * */

.card__headingEyebrow {
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 1;
}

.wResourceSeu__icon-holder {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    z-index: 100;
    color: var(--bs-card-color);
    border: 1px solid #86d293;
    border-radius: 50%;
}

.wResource__tag {
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .25px;
    padding-left: 4px;
    padding-top: 2.5px;
}

.wResource__icon-inline {
    display: inline;
    width: 16px;
    height: 16px;
    padding-right: 4px;
    z-index: 100;
}

.wResource__Topic {
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 1.5px;
    display: block;
    text-transform: uppercase;
    margin-top: 24px;
}


.wResource__Title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .wResource__Title:hover {
        text-decoration: underline !important;
    }


.badge__icon-container .fe-icon {
    height: 16px;
    width: 16px;
}

.seu__checkBadge {
    padding: 4px 8px 4px 4px;
    font-size: 14px;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
}


.fe-icon-check:before {
    line-height: 19px;
}

/* * * * * * * * * * * * * *
    Resource Card Horizontal
* * * * * * * * * * * * * */

.resourceCardHorizontal__image {
    height: 200px;
    object-fit: cover;
    /* Position can be altered */
    object-position: center bottom;
}

@media (min-width: 992px) {
    .resourceCardHorizontal__image {
        height: 100%;
    }
}


/* * * * * * * * * * * * * *
    SEU BANNER
* * * * * * * * * * * * * */


.wSEUBanner {
    border-radius: 600px;
    padding: 20px;
}

@media (max-width: 991px) {
    .wSEUBanner {
        border-radius: 10px;
    }
}

.wSEUBannerLoggedIn__ctaSection {
    border-radius: 100px;
    overflow: visible;
    border-style: solid;
    border-width: 1px;
}

@media (max-width: 991px) {
    .wSEUBannerLoggedIn__ctaSection {
        width: 100%;
        border-top-style: solid;
        border-top-width: 1px;
    }
}

.wMobileSEUBanner__SEUsection {
    border-top-style: solid;
    border-top-width: 1px;
}

.wMobileSEUBanner__SEUbox {
    border-style: solid;
    border-width: 1px;
}

.wSEUBannerProgressTracker__svg {
    transform: rotate(-90deg);
}

    .wSEUBannerProgressTracker__svg .percent {
        stroke-dasharray: 100;
        stroke-dashoffset: calc(100 - 0);
    }

.wSEUBannerProgressTracker__container {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .wSEUBannerProgressTracker__container {
        position: relative;
        height: 90px;
        width: 90px;
        left: 32px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
}

.wSEUBannerProgressTracker__container .inner-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    bottom: 14px;
}

.hDivider {
    border-right-style: solid;
    border-right-width: 1px;
}

/* * * * * * * * * * * * * *
    MODAL
* * * * * * * * * * * * * */
.modal {
    z-index: 99999;
}

@media (max-width: 575px) {

    .modal-dialog {
        margin: 0;
    }

    .modal-content.rounded-4,
    div.rounded-top-4 {
        border-radius: 0 !important;
    }

    .modal-content {
        height: 100vh;
        width: 100vw;
    }
}


/* * * * * * * * * * * * * *
    PAGINATION
* * * * * * * * * * * * * */

.sa_pagination .pagination {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: .5rem;
    display: flex;
    flex-wrap: wrap;
}

.page-link {
    border-radius: 10px !important;
    border: 0;
    background-color: #dee4ec;
    color: var(--saColorBrandBlack);
}

    .page-link.active, .active > .page-link {
        color: var(--bs-pagination-active-color);
        background-color: var(--saColorBrandBlue);
        border-color: var(--saColorBrandBlue);
        border-radius: 50%;
    }

    .page-link:hover {
        z-index: 2;
        color: #dee4ec;
        background-color: var(--saColorBrandBlue);
        border-color: var(--saColorBrandBlue);
    }

.link-secondary:hover, .link-secondary:focus {
    color: RGBA(222, 228, 236, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.wResource_disabled-link {
    pointer-events: none;
    opacity: 0.5;
}


/* * * * * * * * * * * * * *
   Spinner
* * * * * * * * * * * * * */

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#ff7223 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ff7223);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}


/* * * * * * * * * * * * * *
   Other
   NOTE: rounded-large also used on Renew Your Certification so it may already be in another css file.
* * * * * * * * * * * * * */

.rounded-large {
    border-radius: 20px;
}

@media (min-width: 768px) {
    .rounded-large {
        border-radius: 80px;
    }
}

.sa__contentExcerpt img {
    max-width: 100%;
}



/* * * * * * * * * * * * * *
   Collections 
* * * * * * * * * * * * * */

.sa__collectionsDesc-container {
    border-color: var(--saColorNeutralBorder);
    border-style: solid;
    border-width: 1px;
}

.sa__collectionsTitle {
}

.sa_collectionsTotal {
    background-color: #F3F3F3;
    border-radius: 0 1rem 0 1rem;
    letter-spacing: .5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-width: 0 0 1px 1px;
    border-color: var(--saColorNeutralBorder);
    border-style: solid;
}

.sa_collectionsTotal-holder {
    font-size: 20px;
    letter-spacing: .15px;
    border: 1px solid #182340;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sa_collectionsItemNo {
    border: 1px solid var(--saColorNeutralBorder);
    border-radius: 0 0.5rem 0 0.5rem;
    letter-spacing: .5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.sa_collectionsItemNo-holder {
    font-size: 20px;
    letter-spacing: .15px;
}




/* * * * * * * * * * * * * *
   Video Player 
* * * * * * * * * * * * * */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    flex: 1 1 100%;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative
}

    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.iframe-container-4x3 {
    padding-top: 75%
}

.wistia-video-container {
    margin-top: 40px;
}
/* * * * * * * * * * * * * *
    SOCIAL MEDIA ICONS
* * * * * * * * * * * * * */

.socialIcons {
    position: relative;
}

.social-share.twitter img,
.social-share.sharelink img,
.social-share.facebook img {
    max-height: 19px;
}

.social-share:hover {
    cursor: pointer;
}

#copiedToClipboardMessage {
    width: fit-content;
    z-index: 1;
    position: relative;
    padding: 5px 10px;
    display: none;
    color: var(--saColorBrandBlack);
    background-color: var(--saColorLightGray);
    position: absolute;
    right: 0;
    top: 0;
}

/* * * * * * * * * * * * * *
   Resource Author section
* * * * * * * * * * * * * */

.wResourcesAuthor_img {
    max-width: 172px;
}



/* * * * * * * * * * * * * *
   Gated Content Error Styles
* * * * * * * * * * * * * */
.saBounceSection {
    width: 32rem;
    height: auto;
    display: grid;
    place-items: center;
    text-align: center;
    text-decoration: none;
    color: var(--saColorBrandBlue);
}

.saBounceSection--thin {
    width: 20rem;
}

.saBounceSection:hover {
    text-decoration: none;
    color: var(--saColorBrandBlue);
}

.saBounceSection__image {
    opacity: 1;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    width: auto;
    height: 10rem;
    margin-bottom: 1.2rem;
}

.saBounceSection:hover img {
    opacity: .7;
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.saBounceSection__header {
    color: inherit;
    font-weight: bold;
    font-size: 1.125rem;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}

.saBounceSection__description {
    color: inherit;
    font-weight: normal;
}

/* * * * * * * * * * * * * *
 Press Section
* * * * * * * * * * * * * */
.press-release-banner {
    margin: 48px auto 32px auto;
}

@media (min-width: 768px) {
    .press-release-banner {
        margin: 80px auto;
    }
}

.push-image-right {
    margin-right: -125px;
}

.press-release-banner img {
    border-radius: 20px;
}


/* * * * * * * * * * * * * *
 Javascript based show/hide
* * * * * * * * * * * * * */
.js-logged-in {
    display: none !important;
}

.js-not-logged-in {
    display: none !important;
}

.js-not-earned {
    display: none !important;
}

.js-earned {
    display: none !important;
}

