body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    /*color: #444444;
    font-size: 9pt;
    background-color: #FAFAFA;*/
}

/*CUSTOM CSS FOR THE CONTACT SPECIALIST*/
.validation-message {
    color: red !important;
}
/*CUSTOM CSS FOR THE ENROLLMENT BAR*/
#EnrollmentBarOuter {
    display: flex !important;
    justify-content: space-between !important;
    flex-basis: 33% !important;
}

#enrollmentBarBreak {
    display: none !important;
}

@media(max-width:500px) {
    #enrollmentBarBreak {
        display: unset !important;
    }

    #headerLogo {
        width: 200px;
        height: 73px;
    }
}

@media(max-width: 992px) {
    #EnrollmentBarEnd {
        display: none !important;
    }

    #EnrollmentBarStart {
        padding: 20px 0px 20px 0px !important;
    }
}



/*For the index page*/
@media(max-width: 406px) {
    #indexIcon {
        display: none !important;
    }
}

@media(max-width: 992px) {
    .displayNoneOnShrink {
        display: none !important;
    }
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#indexButtons:hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    border: none !important;
}

.indexIconButton {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -webkit-transition: all 1s ease !important;
    text-decoration: none;
}

    .indexIconButton:hover {
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important;
        filter: none !important;
        transition: 1s ease !important;
        text-decoration: underline
    }

.welcomeHeaderLink {
    box-shadow: inset 0 0 0 0 #4390ac;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-decoration: none;
}

    .welcomeHeaderLink:hover {
        box-shadow: inset 350px 0 0 0 #4390ac;
        color: white;
        text-decoration: underline overline #0000EE;
    }

/*For the videos page*/
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

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

/*For the Caregiving Exchange page tiles*/
.wrapperCaregivingExchangeTiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px 25px;
}


#tileContainer {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 50px;
}

#tileDiv {
    height: 500px;
}

/*For the Webinar page*/
@media(max-width: 449px) {
    .wrapperWebinar {
        display: flex !important;
        justify-content: center;
        /*display: flex;
        justify-content: center;*/
    }
}

.wrapperWebinar {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    gap: 20px 25px;
}

/*For the Seminars on the webinar page*/
@media(max-width: 449px) {
    .wrapperSeminar {
        display: flex !important;
        justify-content: center;
        /*display: flex;
        justify-content: center;*/
    }
}

.wrapperSeminar {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    gap: 20px 25px;
}

.btn-modern {
    text-transform: none !important;
}


/*    #seminarBox {
    position: relative !important;
    min-height: 200px !important;
}*/

/*#seminarButton {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    flex: auto;
}*/

/*#############################################################CUSTOM CS FOR DIFFERENT DEVICES############################################################*/

/* Media Query for Mobile Devices */
@media (max-width: 575px) {
    #webinarTiles:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*For the Contact Us Page*/
    #contactCard:hover {
        /*        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);*/
        border: 2px solid;
    }

    #middleContactCard {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    #webinarTiles:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*For the Contact Us Page*/
    #contactCard:hover {
        border: 2px solid;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    #webinarTiles:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /*For the Contact Us Page*/
    #contactCard:hover {
        border: 2px solid;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    #webinarTiles:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    /*For the Contact Us Page*/
    #contactCard:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border: 2px solid;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    #webinarTiles:hover {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    /*For the Contact Us Page*/
    #contactCard:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        border: 2px solid;
    }
}


/*#################################################################_FINANCIAL OPTIONS NAV*/
#financeOptionsNavItem {
}

    #financeOptionsNavItem:hover {
        border-radius: 15px;
        background-color: #0088CC;
    }

#financeNavItem:hover {
    color: white !important;
}

/*CUSTOM MEDIA VIDEO CSS############################################################################*/
video {
    /* override other styles to make responsive */
    /*width: 700px !important;*/
    height: auto !important;
}

@media(max-width: 768px) {
    #topMediaContent {
        margin-bottom: 25px !important;
    }
}

/*Footer CONTENT###########################################################*/
@media(max-width: 384px) {
    .footerIcon {
        display: none;
    }
}

/*CUSTOM LOADING SPINNER*/
.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*Capitalize first letter*/
.uppercase {
    text-transform: capitalize;
}


/*CUSTOM MEDIA SLIDER*/
/** {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}*/

.mySlides-Media {
    display: none
}

/*img {
    vertical-align: middle;
}*/

/* Slideshow container */
/*.slideshow-container-Media {
    max-width: 1000px;
    position: relative;
    margin: auto;
}*/

/* Next & previous buttons */
.prev-Media, .next-Media {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next-Media {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev-Media:hover, .next-Media:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text-Media {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext-Media {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot-Media {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active-Media, .dot-Media:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade-Media {
    animation-name: fade-Media;
    animation-duration: 1.5s;
}

@keyframes fade-Media {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev-Media, .next-Media, .text-Media {
        font-size: 11px
    }
}

/*CUSTOM TILE MODULE FOR CAREGIVER RESOURCES#######################################################################################*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/*Handl;s background text from card bleeding through modal*/
.card-body {
    z-index: unset;
}

/*TESTING*/
@media (max-width: @screen-md-max) {
    .container {
        padding: 0;
        overflow-x: hidden;
    }
}

/*NEW NAVBAR*/
@media(max-width: 1250px) {
    #careGivingBorder {
        border-left: none;
    }
}

@media(min-width: 1251px) {
    #careGivingBorder {
        border-left: 1px solid #DADADA;
    }
}

/*###################################################################################OLD NAV MAY REUSE######################################################*/
/*Navbar for the active class when clicking different links in the nav. */

.nav .nav-pills {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.dropdown {
    cursor: pointer;
    white-space: nowrap;
    flex-grow: 1;
}

.nav-link {
    font-weight: bold;
}

.nav-pills li.active a {
    color: white !important;
}

.dropdown .dropdown-full-color .dropdown-secondary .dropdown-reverse .open .dropdown-item {
    color: white !important;
}

/*NEW NAVBAR CSS*/
/*styling for when navbar shrinks below width of 991, hover effect breaks, this bandaid*/
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li:hover > a {
        color: white !important;
    }
}

@media(max-width: 1251px) {
    #navIcon {
        display: none;
    }

    #headerIcon {
        padding-left: 0px;
    }

    #careGivingBorder {
        border-left: none;
    }
}

@media(min-width: 1252px) {
    #headerIcon {
        padding-left: 20px;
    }

    #careGivingBorder {
        border-left: 1px solid #DADADA;
    }
}

/*Recording #################################*/
.wrapperRecording {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(500px, 1fr));
    gap: 20px 25px;
}

:root {
    --rz-border-focus: var(--rz-border-width) solid #00ccff;
}


/*Media######################################*/
.wrapperMedia {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
    gap: 20px 25px;
}

/*floating button */
.floating-button {
    position: fixed;
    bottom: 10px;
    right: 40px;
    color: #fff;
    border: none;
    border-radius: 10%;
    font-size: 25px;
    width: 263px;
    height: 90px;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.accordion.accordion-modern-status > .card .card-header a::after {
    all: revert !important;
}

.resource-checklist-container {
    display: flex;
    justify-content: space-between;
}

.resource-checklist-card {
    flex: 1;
    margin: 10px;
}

.workday-landing-container {
    display: flex;
    justify-content: space-between;
}

.workday-landing-card {
    flex: 1;
    margin: 10px;
    width: 400px;
    min-height: 360px;
}


@media (max-width: 768px) {
    .custom-mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .custom-sm-hidden {
        display: none !important;
    }

    .resource-checklist-container {
        display: block;
    }
}

/*Handles accessibility issues*/
html .scroll-to-top.visible {
    display: none !important;
}

html .scroll-to-top {
    display: none !important;
}

    html .scroll-to-top .hidden-mobile {
        display: none !important;
    }

/*Handles color contrast accessibility issues on controls*/
.rz-multiselect .rz-placeholder, .rz-dropdown .rz-placeholder {
    color: #6b777d;
}

/*handles color contrast accessibility issues on default color of btn-warning*/
.btn-warning {
    background-color: #957000 !important;
}

/*Handles hyperlink color accessibility issues*/
.custom-hyperlink {
    color: #267aa4;
}

.Show-More-Effect {
    transition: transform 0.3s ease-in-out !important;
}

    .Show-More-Effect:hover {
        transform: scale(1.1) !important;
        cursor: pointer;
    }

.optanon-show-settings {
    cursor: pointer;
}


/*Navigator*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-custom-for-navigator {
    transform: translateY(-20px);
    animation: fadeIn 0.3s forwards;
    opacity: 0;
}

.navigator-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 20px; /* Adds space between columns */
}

.navigator-column {
    padding: 20px;
}

.desktop-content {
    display: block !important; /* Show on desktop */
}

.custom-text-5 {
    font-size: 1.5em !important;
}

.mobile-content {
    display: none !important; /* Hide on mobile */
}

@media (max-width: 990px) {
    .desktop-content {
        display: none !important; /* Hide on mobile */
    }

    .custom-text-5 {
        font-size: 1.1em !important;
    }


    .mobile-content {
        display: block !important; /* Show on mobile */
    }
}

/*Navigator Landing page Header Center Section*/
.ltc-navigator-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ltc-button-container {
    width: 50%;
    padding-right: 10px;
}

    .ltc-button-container button {
        width: 100%;
        white-space: nowrap;
    }

.ltc-text-container {
    width: 50%;
    padding-left: 10px;
}

.ltc-navigator-text {
    display: block;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .ltc-navigator-container {
        flex-direction: column;
    }

    .ltc-button-container,
    .ltc-text-container {
        width: 100%;
        padding: 0;
    }

    .ltc-text-container {
        margin-top: 10px;
        text-align: center;
    }
}

.disclaimer * {
    color: white !important;
}

.caregiving-exchange-custom-text-color p strong {
    color: black;
}

/*RATE CALC PAGE WEBMVC STYLING FOR BOTH DESKTOP AND MOBILE*/
.rate-span-main {
    display: flex;
    width: 100%;
    min-height: 120px
}

.rate-item-main {
    flex: 1;
    margin: 0.3rem;
}

.rate-item-main-2 {
    flex: 1;
    padding: 20px .3em;
    align-self: stretch;
}

.rate-button {
    width: 80%;
    font-size: 16px;
    padding: 5px;
}

.rate-selected {
    transform: scale(1.2);
    margin: 40px 0px;
    background-color: rgb(232,240,254);
    border: 1px solid black !important;
}

@media (max-width: 768px) {
    .rate-selected {
        transform: scale(1.05);
        margin: 10px 0px;
        background-color: rgb(232,240,254);
        border: 1px solid black !important;
    }

    .rate-span-main {
        display: flex !important;
        width: 100% !important;
        min-height: 90px !important;
    }

    .rate-item-main-2 {
        flex: 1 !important;
        padding: 10px .3em !important;
        align-self: stretch !important;
    }

    .rate-button {
        width: 80% !important;
        font-size: 8px !important;
        padding: 5px !important;
    }

    .mobile-rate-font-values {
        font-size: 1em !important;
    }

    .mobile-rate-font-label {
        font-size: .8em !important;
    }
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-icon {
    font-size: 20px;
    color: black;
}

.tooltip-text {
    text-align: start !important;
    visibility: hidden;
    font-size: 20px;
    line-height: 25px;
    width: 350px;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    right: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
}

/*.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}*/

/*.tooltip-container {
    position: relative; 
    display: inline-block;
}*/

.tooltip-text {
    visibility: hidden; 
    opacity: 0; 
    width: 400px; 
    color: #fff; 
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    position: absolute; 
    z-index: 1;
    bottom: -100px; 
    /*left: 50%;*/
    /*transform: translateX(-50%);*/ 
    transition: opacity 0.3s ease, visibility 0.3s ease; 
}

.tooltip-container:hover .tooltip-text {
    visibility: visible; 
    opacity: 1; 
}



/*new testimony style*/

@media (max-width: 768px) {
    .testimony-carousel-container{
        max-width: 100% !important;
    }

    .testimony-carousel-item{
        padding: 20px !important;
    }

    .testimony-text {
        font-size: 1em !important;
    }

    .testimony-border {
        padding:10px !important;
    }

    .testimony-icons {
        font-size: 2em !important;
    }

    .hide-break {
        visibility: hidden;
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}
