/*Customized Site Styling*/

@font-face {
    font-family: 'Titillium-Web';
    src: url('/fonts/TitilliumWeb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    /*New Branding Variables*/
    --ms-tranquility-blue: #000c29;
    --ms-tranquility-blue-lighter: #001f66;
    --ms-vitality-blue: #355973;
    --ms-clarity-blue: #a8c7e9;
    --ms-black: #000000;
    --ms-yellow: #ffc226;
    --ms-white: #ffffff;
    --ms-font-family-primary: "Titillium-Web", Arial, sans-serif;
    /*
    --ms-font-family-headline: Termina, Arial;
    --ms-font-family-body: Termina, Arial;

    --ms-font-weight-primary: 500;*/
}

html {
    position: relative;
    min-height: 100%;    
}


body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: var(--ms-font-family-primary);
    font-size: 14px;
    line-height: 1.42857143;        
}


.logo {
    max-width: 70%;
    display: block;
    margin: auto;
    text-align: center;
    height: auto !important;
}

.logo-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
}


.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 25%;
    max-width: 25%;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
    line-height: 20px; /* Vertically center the text there */
    padding-bottom: 10px;
    
}

.card {
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: cover;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 15px;
    max-width: 365px;
    transition: .2s;
}
    .card h2 {
        font-size: 18px;
        color: #001f66;
    }
    .card .icon {
        border-right: 1px solid #ddd;
        height: 100%;
    }
        .card .icon img {
            text-align: center;
            display: block;
            margin: auto;
            padding: 8px 0;
            width: 100%;
            max-width: 45px;
            min-width: 20px
        }

.container .times
{    
    justify-content: center;
    padding: 25px;
}

.container .times .thumbnail
{
    display: block;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: cover;
    border: 1px solid #ddd;
    height: 205px;
    width: 280px;
    text-align: center;
}

    .container .times .thumbnail h2 {
        padding-top: 10px;
        color: #001f66;
        text-align: center;
        font-size: 21px;
    }
    .container .times .thumbnail div p {
        font-size: 35px;
        color: #001f66;
        position: relative;
        bottom: 101px;
    }

    .container .times .thumbnail p span:last-child
    {
        font-size: 14px;
        font-weight: bold;
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -6px;
        left: 0;
        right: 0;
        color: #b8b8b8;
    }

    .container .row h1
    {
        text-decoration: underline;
        text-decoration-thickness: from-font;
        text-align: center;
        font-weight: 100;
    }

.webinar 
{
    margin: 150px 0 0;
    padding-top: 15px;
}

    .webinar p
    {
        margin: 15px 0        
    }

    .webinar a.btn 
    {
        display: block;
        margin: auto;
        max-width: 180px;
    }

    .webinar img 
    {
        padding-top: 15px;
        max-width: 250px;
        display: block;
        margin: auto;
        position: absolute;
        top: -190px;
        right: 0;
        left: 0;
    }

.rounded-corners
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* @desk - Large desktop */
@media (min-width: 1200px) {
}
/* @lap - Regular sized laptops */
@media (min-width: 980px) and (max-width: 1199px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 35%;
        max-width: 38%;
    }

    .container {
        margin-bottom: 0px;
    }
    .spaimg {
        display: none;
    }
    .card {
        margin: 15px 15px;
        max-width: 340px;
    }
}
/* @tab- Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }

    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 45%;
        max-width: 48%;
    }
    .container {
        margin-bottom: 0px;
    }
    .spaimg {
        display: none;
    }
    .card {
        margin: 15px 15px;
        max-width: 340px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .logo {
        max-width: 90%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 55%;
        max-width: 58%;
    }

    
}
/* @sideph- Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 575px) {
    .logo {
        max-width: 80%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 75%;
        max-width: 75%;
    }

    
}
/* @phone- Landscape phones and down */
@media (max-width: 480px) {
    .logo {
        max-width: 80%;
        display: block;
        margin: auto;
        text-align: center;
        height: auto !important;
    }
    .truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 65%;
        max-width: 65%;
    }
   
}

.card span {
    display: block;
    border-top: solid thin #ddd;    
    color: #001f66;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.heading1 {
    border-bottom: 1px solid #aaa;
    width: 100%;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,5);
    z-index: 9999;
    display: none;
    opacity: .5;
}
#image {
    content: '';
    display: block;
    position: absolute;
    left: 42%;
    top: 35%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 95%;
}


.modal-background-custom {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: darkslategrey;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-custom {
    background-color: transparent;
    margin: 15% auto;
    width: 10%;
    border: none;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.modal-header {
    padding: 2px 16px;
    background-color: #01AAD2;
    color: white;
}
.modal-body {
    padding: 0;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.center {
    display: block;
    margin: auto;    
}


.btn-spasonorder-modal {
    width: 60px;
    height: 40px;
    font-weight: 500
}

.notification-container {
    position: relative;
    display: inline-block;
    padding-left: 25px;    
}

.notification-link {
    text-decoration: none;  
}

.notification-badge {
    position: absolute;
    top: 5px;
    left: 0px;
    background-color: red;
    color: white;
    border-radius: 70%;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    height: 25px;
    text-align: center;
    border: 1px solid darkred;    
}

.container-90 {
    width: 90%;
    margin: auto;
    overflow: auto;
}

.ms-page-header {    
    color: var(--ms-vitality-blue);
}

.ms-card {
    max-width: 90% !important;
    width: 60% !important;
    border: 2px solid var(--ms-clarity-blue);
    max-height: 100%;
}

    .ms-card ul {
        list-style: square;
    }

    .ms-card li {
        font-size: 16px;
        margin-bottom: 5px;
    }

.btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.btn-fit-to-div {
    width: 100%;
}  


/*moved from _Layout 11/03/2025*/
@media print {
    .ms-no-print {
        display: none;
        opacity: 0%;
    }

    .ms-print-break {
        page-break-after: always;
    }
}


.navbar {
    z-index: 1000; /* Ensures the navbar is above other content */
    /*background-color: var(--ms-tranquility-blue) !important;*/
    background-color: var(--ms-vitality-blue) !important;    
}



.navbar-container {
    max-width: 100%;
    min-width: 100%;
}

.nav-link {
    font-weight: 600;
    font-size: 15.5px;
}

    .nav-link:hover {
        background-color: var(--ms-vitality-blue);
    }

.nav-link-hover:hover {
    transform: scale(1.1);
}


/*this class has default styling already, this appends to it.*/
.dropdown-menu {
    background-color: var(--ms-tranquility-blue);
}

.btn-ms-blue {
    background-color: var(--ms-tranquility-blue);
    border: 1px solid var(--ms-clarity-blue);
    color: white !important;
}

    .btn-ms-blue:hover {
        background-color: var(--ms-tranquility-blue-lighter);
        color: white !important;
    }

.btn-ms-tranquility {
    background-color: var(--ms-tranquility-blue);
    color: white !important;
}
    .btn-ms-tranquility:hover {
        background-color: var(--ms-tranquility-blue-lighter);
        color: white !important;
    }

.btn-ms-tranquility-reversed {
    background-color: var(--ms-tranquility-blue-lighter);
    color: white !important;
}

    .btn-ms-tranquility-reversed:hover {
        background-color: var(--ms-tranquility-blue);
        color: white !important;
    }

.btn-ms-vitality {
    background-color: var(--ms-vitality-blue);
    color: white !important;
}

    .btn-ms-vitality:hover {
        background-color: var(--ms-vitality-blue);
        color: white !important;
    }


.btn-ms-clarity {
    background-color: var(--ms-clarity-blue);
    color: white !important;
}

    .btn-ms-clarity:hover {
        background-color: var(--ms-clarity-blue);
        color: white !important;
    }

.btn-ms-yellow {
    background-color: var(--ms-yellow);
    color: white !important;
}

    .btn-ms-yellow:hover {
        background-color: var(--ms-yellow);
        color: white !important;
    }

.text-main-content-color {
    color: white !important;
}

text-ms-tranquility
{
    color: var(--ms-tranquility-blue);
}

text-ms-vitality {
    color: var(--ms-vitality-blue) !important;
}

text-ms-clarity {
    color: var(--ms-clarity-blue);
}



.btn-rnd:link,
.btn-rnd:visited,
.btn-rnd:hover,
.btn-rnd:active {
    text-decoration: none;
}

.btn-rnd {
    border: solid thin;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    margin: 15px auto 30px;
    letter-spacing: 0.1rem;
}

    .btn-rnd.tblue {
        border-color: #000c29;
        background-color: #000c29;
        color: #ffffff !important;
    }



    .btn-rnd.white {
        border-color: #000c29;
        background-color: #ffffff;
        color: #000c29 !important;
    }

    .btn-rnd.reverse {
        border-color: #000c29;
        background-color: #ffffff;
        color: #000c29 !important;
    }

    .btn-rnd.transparent-white {
        border-color: #ffffff;
        background-color: transparent;
        color: #ffffff !important;
    }

    .btn-rnd.transparent-tblue {
        border-color: #000c29;
        background-color: transparent;
        color: #000c29 !important;
    }

.link-tranquility-blue {
    font-weight: 600;
    color: var(--ms-tranquility-blue);
    color: var(--ms-tranquility-blue-lighter);
    text-decoration: underline !important;
    text-decoration-color: var(--ms-tranquility-blue-lighter) !important;
}

    .link-tranquility-blue:hover {
        font-weight: 400 !important;
        color: var(--ms-tranquility-blue);
        text-decoration: underline !important;
        text-decoration-color: var(--ms-tranquility-blue) !important;
    }

.link-vitality-blue {
    font-weight: bold;
    color: var(--ms-vitality-blue);
    text-decoration: underline !important;
    text-decoration-color: var(--ms-vitality-blue) !important;
}

    .link-vitality-blue:hover {
        font-weight: bolder;
        color: var(--ms-vitality-blue);
        text-decoration: underline !important;
        text-decoration-color: var(--ms-vitality-blue) !important;
    }

.link-clarity-blue {
    font-weight: bold;
    color: var(--ms-clarity-blue);
    text-decoration: underline !important;
    text-decoration-color: var(--ms-clarity-blue) !important;
}

.link-clarity-blue:hover {
    font-weight: bolder;
    color: var(--ms-clarity-blue);    
    text-decoration: underline !important;
    text-decoration-color: var(--ms-vitality-blue) !important;    
}

.link-white{
    font-weight: bold;
    color: white;
    text-decoration: underline !important;
    text-decoration-color: white !important;
}

    .link-white:hover {
        font-weight: bolder;
        color: white;
        text-decoration: underline !important;
        text-decoration-color: var(--ms-vitality-blue) !important;
    }

.shimmer-link {
    font-weight: 600;
    background: linear-gradient( 90deg, var(--ms-clarity-blue), var(--ms-clarity-blue), var(--ms-vitality-blue), var(--ms-clarity-blue), var(--ms-clarity-blue), var(--ms-vitality-blue), var(--ms-clarity-blue) );
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shimmer-right-left 3s linear infinite;
    text-decoration: underline !important;
    text-decoration-color: var(--ms-clarity-blue) !important;
}

    .shimmer-link:hover {
        font-weight: 600;
        color: var(--ms-clarity-blue);
        text-decoration: underline !important;
        text-decoration-color: var(--ms-clarity-blue) !important;
    }

@keyframes shimmer-right-left {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}