@charset "UTF-8";
/* CSS Document */

:root {
    --color-primary-dark: #461D7C;
	--color-theme-link: #7f39e5;
	--color-accent: #FDD023;
	--color-primary-base: #7f39e5;
}

.border-b {
    border-color: rgba(78,41, 131, 0.4);
}

#card-container {
    background: #e7e7e7;
    padding-top: 65px;
    padding-bottom: 75px;
}

.css--cb-gradient {
    background: linear-gradient(129.57deg,#00285f 20.08%,#461D7C 100%) !important;
}

/* HEADER Adjustments */
/* --------------------------------------------*/

.hidden.lg\:inline-block.xl\:pl-16.css--navigation-main-logo {
    padding-left: 0;
    margin-left: -20px;
}


.css--navigation-main-logo img, .css--navigation-main-logo svg {
    max-width: 300px !important;
}

.is-navigation-scroll img {
    width: 450px !important;
}

.lg\:flex.lg\:ml-10.lg\:items-center {
    padding-top: 18px;
}

#Menu-Flyout {
    display: none;
}

/*top nav bottom stroke color*/
nav.flex.flex-col.uppercase.text-primary-dark.text-nav-sm.mt-2.lg\:border-b.border-primary-light.lg\:text-nav.lg\:flex-row.lg\:items-center.lg\:justify-end.lg\:mt-0 {
    border-bottom: 1px solid #FDD023;
}

/*Carousel description text width wider*/
p.text-copy.max-w-\[586px\].m-auto.text-dark-gray {
    max-width: 900px;
}

/*Header & Footer Gradient*/
.css--navigation.is-navigation-blue, footer {
    background: #003C70 !important;
    background: linear-gradient(90deg,rgba(0, 60, 112, 1) 0%, rgba(71, 53, 163, 1) 100%) !important;
}

/*Video Container Component size down */
#video-test .container{
   max-width:900px;
   margin:65px auto;
}

/*Speedbump Gradient*/
.css--speedbump .bg-primary-dark {
    background: #003C70 !important;
    background: linear-gradient(90deg,rgba(0, 60, 112, 1) 0%, rgba(71, 53, 163, 1) 100%) !important;
}

/*Adjust Card Component space before link button*/
.shadow-card .pb-14 {
    padding-bottom: 0.5rem !important;
}

@media (min-width: 1266px) {
    .xl\:h-\[500px\] {
        height: 600px;
    }
}

/*Care for Every Tiger dual buttons*/
#buttons-container {
    max-width: 600px;
    margin: -190px auto 25px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.purple-btn {
    background: #461D7C;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 0 12px 40px 12px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #FDD023;
}

.purple-btn:hover{
	background: #783ecc;
}


/*Card Component text & button align center*/
.shadow-card {
    text-align: center;
    background: #fff;
    padding-bottom: 25px;
}
.shadow-card a {
    margin: 0 auto;
}

.shadow-card .bg-cover {
    background-position: center center !important;
}

/*Breadcrumb Home to FMOLHS remove*/
/* ------------------------------------------- */

nav.flex li:nth-child(1) {
    display: none;
}

.hidden.container.xl\:flex.xl\:justify-between.py-3 {
    margin-top: 45px;
}

/*Hero Gradient hide*/

.css--gradient.absolute.w-\[793px\].left-0.top-0.h-full.hidden.xl\:block{
    display: none;
}