/***********************************************/
/**************  GENERAL STYLES ****************/
/**********************************************/

:root {
    /* || Primary Colors & Hue Variations */
    /**** Cardinal Red Hue Color Variations */
    --cardinal-red: #b12029;
    --cardinal-red-10: color-mix(in srgb, var(--cardinal-red) 10%, white);
    --cardinal-red-20: color-mix(in srgb, var(--cardinal-red) 20%, white);
    --cardinal-red-30: color-mix(in srgb, var(--cardinal-red) 30%, white);
    --cardinal-red-40: color-mix(in srgb, var(--cardinal-red) 40%, white);
    --cardinal-red-50: color-mix(in srgb, var(--cardinal-red) 50%, white);
    --cardinal-red-60: color-mix(in srgb, var(--cardinal-red) 60%, white);
    --cardinal-red-70: color-mix(in srgb, var(--cardinal-red) 70%, white);
    --cardinal-red-80: color-mix(in srgb, var(--cardinal-red) 80%, white);
    --cardinal-red-90: color-mix(in srgb, var(--cardinal-red) 90%, white);
    /* **** Catalina Blue Hue Color Variations */
    --catalina-blue: #1c355e;
    --catalina-blue-10: color-mix(in srgb, var(--catalina-blue) 10%, white);
    --catalina-blue-20: color-mix(in srgb, var(--catalina-blue) 20%, white);
    --catalina-blue-30: color-mix(in srgb, var(--catalina-blue) 30%, white);
    --catalina-blue-40: color-mix(in srgb, var(--catalina-blue) 40%, white);
    --catalina-blue-50: color-mix(in srgb, var(--catalina-blue) 50%, white);
    --catalina-blue-60: color-mix(in srgb, var(--catalina-blue) 60%, white);
    --catalina-blue-70: color-mix(in srgb, var(--catalina-blue) 70%, white);
    --catalina-blue-80: color-mix(in srgb, var(--catalina-blue) 80%, white);
    --catalina-blue-90: color-mix(in srgb, var(--catalina-blue) 90%, white);
    /* **** Vegas Gold Hue Color Variations */
    --vegas-gold: #c5af4a;
    --vegas-gold-10: color-mix(in srgb, var(--vegas-gold) 10%, white);
    --vegas-gold-20: color-mix(in srgb, var(--vegas-gold) 20%, white);
    --vegas-gold-30: color-mix(in srgb, var(--vegas-gold) 30%, white);
    --vegas-gold-40: color-mix(in srgb, var(--vegas-gold) 40%, white);
    --vegas-gold-50: color-mix(in srgb, var(--vegas-gold) 50%, white);
    --vegas-gold-60: color-mix(in srgb, var(--vegas-gold) 60%, white);
    --vegas-gold-70: color-mix(in srgb, var(--vegas-gold) 70%, white);
    --vegas-gold-80: color-mix(in srgb, var(--vegas-gold) 80%, white);
    --vegas-gold-90: color-mix(in srgb, var(--vegas-gold) 90%, white);
    /* || Secondary Colors & Hue Variations */
    /* **** Gray Hue Color Variations */
    --gray: #8a8587;
    --gray-10: color-mix(in srgb, var(--gray) 10%, white);
    --gray-20: color-mix(in srgb, var(--gray) 20%, white);
    --gray-30: color-mix(in srgb, var(--gray) 30%, white);
    --gray-40: color-mix(in srgb, var(--gray) 40%, white);
    --gray-50: color-mix(in srgb, var(--gray) 50%, white);
    --gray-60: color-mix(in srgb, var(--gray) 60%, white);
    --gray-70: color-mix(in srgb, var(--gray) 70%, white);
    --gray-80: color-mix(in srgb, var(--gray) 80%, white);
    --gray-90: color-mix(in srgb, var(--gray) 90%, white);
    /* **** Regent Blue Hue Color Variations */
    --regent-blue: #9dc6d8;
    --regent-blue-10: color-mix(in srgb, var(--regent-blue) 10%, white);
    --regent-blue-20: color-mix(in srgb, var(--regent-blue) 20%, white);
    --regent-blue-30: color-mix(in srgb, var(--regent-blue) 30%, white);
    --regent-blue-40: color-mix(in srgb, var(--regent-blue) 40%, white);
    --regent-blue-50: color-mix(in srgb, var(--regent-blue) 50%, white);
    --regent-blue-60: color-mix(in srgb, var(--regent-blue) 60%, white);
    --regent-blue-70: color-mix(in srgb, var(--regent-blue) 70%, white);
    --regent-blue-80: color-mix(in srgb, var(--regent-blue) 80%, white);
    --regent-blue-90: color-mix(in srgb, var(--regent-blue) 90%, white);
    /* **** Bright Blue Hue Color Variations */
    --bright-blue: #00b2ca;
    --bright-blue-10: color-mix(in srgb, var(--bright-blue) 10%, white);
    --bright-blue-20: color-mix(in srgb, var(--bright-blue) 20%, white);
    --bright-blue-30: color-mix(in srgb, var(--bright-blue) 30%, white);
    --bright-blue-40: color-mix(in srgb, var(--bright-blue) 40%, white);
    --bright-blue-50: color-mix(in srgb, var(--bright-blue) 50%, white);
    --bright-blue-60: color-mix(in srgb, var(--bright-blue) 60%, white);
    --bright-blue-70: color-mix(in srgb, var(--bright-blue) 70%, white);
    --bright-blue-80: color-mix(in srgb, var(--bright-blue) 80%, white);
    --bright-blue-90: color-mix(in srgb, var(--bright-blue) 90%, white);
    /* **** Mint Green Hue Color Variations */
    --mint-green: #6ccdb3;
    --mint-green-10: color-mix(in srgb, var(--mint-green) 10%, white);
    --mint-green-20: color-mix(in srgb, var(--mint-green) 20%, white);
    --mint-green-30: color-mix(in srgb, var(--mint-green) 30%, white);
    --mint-green-40: color-mix(in srgb, var(--mint-green) 40%, white);
    --mint-green-50: color-mix(in srgb, var(--mint-green) 50%, white);
    --mint-green-60: color-mix(in srgb, var(--mint-green) 60%, white);
    --mint-green-70: color-mix(in srgb, var(--mint-green) 70%, white);
    --mint-green-80: color-mix(in srgb, var(--mint-green) 80%, white);
    --mint-green-90: color-mix(in srgb, var(--mint-green) 90%, white);
    /* **** Dark Coral Hue Color Variations */
    --dark-coral: #c85948;
    /* **** Olive Green Hue Color Variations */
    --olive-green: #7e7b4e;
    /* **** Purple Hue Color Variations */
    --purple: #722257;
    --purple-10: color-mix(in srgb, var(--purple) 10%, white);
    --purple-20: color-mix(in srgb, var(--purple) 20%, white);
    --purple-30: color-mix(in srgb, var(--purple) 30%, white);
    --purple-40: color-mix(in srgb, var(--purple) 40%, white);
    --purple-50: color-mix(in srgb, var(--purple) 50%, white);
    --purple-60: color-mix(in srgb, var(--purple) 60%, white);
    --purple-70: color-mix(in srgb, var(--purple) 70%, white);
    --purple-80: color-mix(in srgb, var(--purple) 80%, white);
    --purple-90: color-mix(in srgb, var(--purple) 90%, white);
    /* **** Yellow Green Hue Color Variations */

    --yellow-green: #b5bd00;
    --light-gold: #ead98b;
    --pink: #e98698;
    --dark-brown: #4f2c1d;
    --light-brown: #a7662b;
    --tide: #c5b9ac;
    --dark-red: #ae5d57;
    /* **** Alternate Color Variations */
    --tide25: #f0edea; /*rgba(197, 185, 172, 0.25); - replacing with calculated hex code value for tide/25 color; rgba actually renders (197, 185, 172) AND .25 opacity on it, which means when we used this color on top on some element, it will render as a see-through color even with z-index maxed.*/
    --tide20: #faf9f6; 
    --black: #212529;
    --white: #fff;
    --light-blue: rgba(157, 198, 216, 0.1);
    --mid-light-blue: rgba(157, 198, 216, 0.2);
    /* Hover & Focus Colors */
    --dark-coral-hover: #ae4f40;
    --links-hover-color: #b12029;
    --cardinal-red-hover: #85181f;
    --catalina-blue-hover: #3a5f9c;
    /* Secondary Colors */
    --lightgray: lightgray;
    --mid-white: #9499a2;
    /* Elements colors */
    --links-color: #1c355e;
    /* Border radius */
    --btn-radius: 10px;
    --table-radius: 10px;
    /* Custom icon used for Bootstrap's Breadcrumb Menu Component */
    --bs-breadcrumb-divider: url('/Content/icons/SVG/chevron-right-solid.SVG');
    --default-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.2);
    --light-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

*,
:after,
:before,
legend {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 50px);
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/Content/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/Content/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/Content/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  background-color: var(--white);
  color: var(--catalina-blue);
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

.center {
    text-align: center;
}

/* **** Background Color Classes */

.tide25-bg {
  background-color: var(--tide25);
}

.bg-white {
    background-color: var(--white);
}

.catalinaBlue-bg {
  background-color: var(--catalina-blue);
}

.bg-cardinal-red {
    background-color: var(--cardinal-red);
}

.bg-catalina-blue {
    background-color: var(--catalina-blue);
}

.bg-regent-blue-20 {
    background-color: var(--regent-blue-20);
}

.bg-regent-blue-30 {
    background-color: var(--regent-blue-30);
}

.bg-catalina-blue * {
    color: var(--white);
}

.bg-regent-blue {
  background-color: var(--regent-blue);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-light-gray {
    background-color: var(--lightgray);
}

.bg-mint-green {
    background-color: var(--mint-green);
}

.bg-vegas-gold {
    background-color: var(--vegas-gold);
}

.bg-light-gold {
    background-color: var(--light-gold);
}

.bg-dark-red {
    background-color: var(--dark-red);
}

.bg-dark-red * {
    color: var(--white);
}

    .bg-dark-red a:is(:hover, :focus) {
        color: white;
    }

.bg-catalina-blue img, .bg-regent-blue-80 img {
        width: 100%;
        border-radius: 0.5rem;
    }

ul,
ol {
    font-size: 1.1rem;
    line-height: 1.6;
}

ol li ul li {
  list-style-type: lower-alpha;
}

ol li ul li ol li {
  list-style-type: lower-roman;
}

/**** Utility Classes ****/

.flex-100 {
    flex: 100%
}

.max-content {
    width: max-content;
}

.min-content {
    width: min-content;
}

.h-fit-content {
    height: fit-content;
}

.fit-content {
    width: fit-content;
}

.mw-550 {
    max-width: 550px;
}

.mw-800 {
    max-width: 800px;
}

.spinner-lg {
    width: 4rem;
    height: 4rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.h-75-px {
    height: 75px;
}

.w-100-px {
    width: 100px;
}

.w-800-px {
    width: 800px;
    object-fit: contain;
}

.image-16-9 {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16 / 9
}

.fs-7 {
    font-size: 0.9rem !important;
}

.text-white {
    color: var(--white);
}

.text-white a {
    color: var(--white);
}

/* || Typography */

/* *** Follows Bootstrap font weight class naming convention. Please see their documentation for a full list: https://getbootstrap.com/docs/5.0/utilities/text/#font-weight-and-italics */
.fw-semibold {
    font-weight: 600;
}

.fc-cardinal {
    color: var(--cardinal-red);
}

h1,
h2,
h3,
.disclaimer {
  color: var(--catalina-blue);
}

/* Headline */
h1 {
  font-weight: 600;
}

/* Secondary Title */
h2 {
  font-size: 2.725rem;
  font-weight: 500;
}

/* Card Title */
h3 {
  font-size: 1.375rem;
  font-weight: 600;
}

/* Body */
p {
  font-size: 1.13rem;
  white-space: normal;
  word-break: break-word;
  line-height: 1.6;
}

/* Disclaimer */
.disclaimer,
.disclaimer p {
    font-size: 0.75rem !important;
    line-height: 1.1875rem;
    padding: 1rem 0;
}

/* Hyperlink Text*/
a,
.nav-link {
  font-weight: 600;
  color: var(--catalina-blue);
}

a:hover,
a:focus,
.nav-item a:hover,
.nav-item a:focus {
  text-decoration: none;
  color: var(--cardinal-red);
  cursor:pointer;
}

/* Apply styling to regular links with .pdf extension (excluding button classes) */
a[href$=".pdf"]:not(.btn.button-primary):not(.btn.button-secondary):after {
    content: url('../icons/PDF-Blue.svg');
    white-space: nowrap;
    padding-left: 0.2rem;
}

.disclaimer a[href$=".pdf"]:after {
    content: url('../icons/PDF-Blue_disclaimer.svg') !important;
}


/*press release page pdf icon location styling*/
#pdflocation {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: var(--btn-radius);
    float: right;
    width: auto;
    margin-top: 5px;
    text-align: center;
}

.school-card-container {
    display: grid;
    gap: 2rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    margin-block: 1.5rem;
}

.school-card {
    display: flex;
    gap: 0.25rem;
    flex-direction: column;
    border: 1px solid var(--lightgray);
    padding: 1.5rem;
    text-wrap: balance;
    box-shadow: 0 2px 11px 4px rgba(0,0,0,0.1);
}

img {
  border-style: none;
  width: auto;
  height: auto;
}

img,
legend {
  max-width: 100%;
}

.ml-4rem {
  margin: 0 4rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hr,
main,
menu,
nav,
section {
  display: block;
}

video {
    width: 100%;
    border: 1px solid var(--catalina-blue);
    border-radius: 0.5rem;
}

/**** Iframe Styling START ****/

iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.25rem;
}

.frameborderZero {
    border: 0;
}

/**** Iframe Styling END ****/

.btn,
.button {
    display: inline-block;
    padding: 0.25rem 1.25rem;
    color: var(--white);
    transition: all 0.2s ease-out;
    border-radius: var(--btn-radius); 
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 2rem;
}

/* Buttons */
.LoginBtn {
    background-color: var(--cardinal-red);
    height: 37px !important;
    margin-bottom: 0;
    border: 2px solid var(--cardinal-red);
    color: var(--white) !important;
}

.button-primary {
    background-color: var(--cardinal-red);
    border: 2px solid var(--cardinal-red);
}

.button-primary-header {
  background-color: var(--cardinal-red);
  color: var(--white);
  font-size: 2.125rem;
  font-weight: 700;
  border: 2px solid var(--cardinal-red);
  border-radius: var(--btn-radius);
  padding: 0.25rem 1.25rem;
  display: inline-block;
  text-align: center;
}

.button-primary-header:hover,
.button-primary-header:focus {
    background-color: var(--white);
    color: var(--cardinal-red);
    text-decoration: none;
}

.LoginBtn:hover,
.LoginBtn:focus {
    background-color: var(--white) !important;
    color: var(--cardinal-red) !important;
    border: 2px solid var(--cardinal-red);
    box-shadow: none !important;
    text-decoration: none !important;
}

.button-primary:hover,
.button-primary:focus {
  background-color: var(--white);
  color: var(--cardinal-red);

  text-decoration: none;
}

.JoinBtn {
  background-color: var(--catalina-blue) !important;
  color: var(--white) !important;
  border: 2px solid var(--catalina-blue) !important;
  height: 37px !important;
  border-radius: 10px !important;
  padding: 5px 20px;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}

.JoinBtn:hover,
.JoinBtn:focus,
.JoinBtn:active {
  background-color: var(--white) !important;
  background: none !important; /****Remove the gray shadow****/
  color: var(--catalina-blue) !important;
    box-shadow: none !important;
  text-decoration: none !important;
}

.button-secondary {
    background-color: var(--catalina-blue);
    border: 2px solid var(--catalina-blue);
}

.button-secondary:hover,
.button-secondary:focus {
  background-color: var(--white);
  border: 2px solid var(--catalina-blue);
  color: var(--catalina-blue);
  text-decoration: none;
}

.button-secondary-outline {
    background-color: var(--white);
    border: 2px solid var(--catalina-blue);
    color: var(--catalina-blue);
}

    .button-secondary-outline:hover, .button-secondary-outline:focus {
        color: var(--white);
        background-color: var(--catalina-blue);
    }

.button-white {
    background-color: var(--white);
    border: 2px solid var(--catalina-blue);
    color: var(--catalina-blue) !important;
}

    .button-white:hover, .button-white:focus {
        background-color: var(--gray-20);
        text-decoration: none;
    }

    .button-white.reduced {
        font-size: 0.8rem;
        padding: 0rem 0.75rem;
        margin: 0;
    }

.button-gray {
    background-color: var(--gray);
    border: 2px solid var(--gray);
}

    .button-gray:hover, .button-gray:focus {
        background-color: var(--white);
        color: var(--catalina-blue);
    }

.virtual-branch-collapse-fade {
    animation: fadeInDown 0.5s;
}

.virtual-branch__select-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2.5rem 1rem;
    background-color: var(--tide25);
    border-radius: 0.5rem;
    box-shadow: var(--light-box-shadow);
}

/*Removes the shadow and blue border from the buttons*/
.LoginBtn:hover:before,
.LoginBtn:focus:before,
.JoinBtn:hover:before,
.JoinBtn:focus:before,
.NavyBtn:hover:before,
.closed:hover:before,
.closed:focus:before,
.open:hover:before,
.open:focus:before {
  position: absolute !important;
  background: none !important; /****Remove the gray shadow****/
  width: 100% !important;
  bottom: 0px !important;
  height: 0px !important;
  display: block !important;
  right: 0px !important;
  left: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.li-line-height li {
  line-height: 200%;
}

.interior-img {
    width: 100%;
    height: 100%;
    object-position: center;
}

/*** || Interior Page Styling ***/

.interior-page h1,
.interior-page h2,
.interior-page h3,
.interior-page h4 {
    padding-block: 1rem;
    margin-bottom: 0;
    text-align: center;
}

/* Containers */

/*.col-12, - removing col-12 from this as this overwrites all other bootstrap breakpoint used in the same tag, e.g. col-12 col-sm-3 col-md-3 does not render any col-sm-3 or col-md-3 breakpoints*/

.container-fluid {
    padding-inline: 0;
}

.custom-container {
    max-width: 87.5em;
    min-width: 20em;
    margin-inline: auto;
    padding-inline: 1.5rem;
}

.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.container-fluid:after,
.row:after {
  clear: both;
}

.container {
    padding-inline: 1.5rem;
}

/*   Logo   */

.logo img {
    width: 150px;
    transition: 0.4s;
    padding-bottom: 1rem;
}

/***********************************************/
/************** dropdown Navigation ***********/
/**********************************************/

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

.navigation-drop-shadow {
    box-shadow: 0 7px 6px -6px #999;
}

/******Interior header top Begins********/
.header-top-wrapper {
    display: grid;
    align-items: center;
    text-align: center;
    background: var(--tide25);
}

.header-top-wrapper > div {
    grid-area: header-content;
    padding: 1.5rem;
}

.header-top-wrapper > img {
    grid-area: header-image;
    object-fit: cover;
    overflow: hidden;
    aspect-ratio: 16 / 5.5;
    width: 100%;
}

.header-top-wrapper.article {
    gap: 3rem;
    max-width: 1600px;
    margin-inline: auto;
    padding: 3.5rem;
    background-color: var(--regent-blue-20)
}

.header-top-wrapper.article h1 {
    margin-top: 1rem;
}

.header-top-wrapper.article > div {
    padding: revert;
    text-align: left;
}

.header-top-wrapper.article.promotion {
    background-color: var(--tide25);
}

    .header-top-wrapper.article img {
        width: 100%;
        border-radius: 0.5rem;
        aspect-ratio: 2 / 1;
    }

.breadcrumb {
    border: 1px solid var(--lightgray);
    border-radius: 0.3rem;
    font-size: 0.875rem;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
}

.breadcrumb li {
    padding-block: 0.5rem;
}

.breadcrumb li:first-child {
    margin-left: 0.5rem;
}

.breadcrumb li:last-child {
    margin-right: 0.5rem;
}

.breadcrumb li:last-child {
    font-style: italic;
}

.breadcrumb li a {
    text-decoration: none;
}

/******Interior header top Ends ********/
.cm-menu,
.cm-menu li,
.cm-menu li a {
  position: relative;
}

.cm-menu,
.cm-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.625rem;
}

.cm-menu a,
.cm-menu a:visited {
  text-decoration: none;
}

.cm-menu a:focus,
.cm-menu a:hover {
  color: #b11529;
}

.cm-menu *,
.cm-menu:after,
.cm-menu:before {
  box-sizing: border-box;
}

.cm-menu:focus {
  outline: 0;
}

.cm-menu ul {
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cm-menu li a {
  display: block;
  padding: 10px 20px;
}

.cm-menu .expander-wrap .has-sub > span:after,
.cm-menu .has-sub:after {
  content: " ";
  display: inline-block;
  height: 15px;
  width: 10px;
  position: absolute;
  top: 19px;
  right: 20px;
  vertical-align: middle;
  background-image: url(/Content/images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.4s ease-in-out;
}

.cm-menu .opened > .expander-wrap .has-sub > span:after,
.cm-menu .opened > .has-sub:after {
  border-top-color: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cm-menu ul .opened > .expander-wrap .has-sub > span:after,
.cm-menu ul .opened > .has-sub:after {
  border-top-color: var(--white);
}

.cm-menu .opened > ul {
  max-height: 80em;
  opacity: 1;
}

.toggle-menu + .cm-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.cm-js-active .cm-menu {
  max-height: 80em;
  opacity: 1;
}

.cm-menu .expander-wrap {
  display: table;
  width: 100%;
}

.cm-menu .expander-wrap a {
  display: table-cell;
}

.cm-menu .expander-wrap .has-sub {
  position: relative;
  width: 30px;
}

.cm-menu .expander-wrap .has-sub:after {
  display: none;
}

.cm-menu .expander-wrap .has-sub > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
}

.cm-menu .expander-wrap .has-sub > span:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: 2px 0 0 5px;
  vertical-align: middle;
  border: 5px solid transparent;
  border-top-color: var(--white);
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.98) translate(50%, -50%);
  -ms-transform: scale(0.98) translate(50%, -50%);
  transform: scale(0.98) translate(50%, -50%);
}

.cm-menu .opened > .expander-wrap .has-sub > span:after {
  border-top-color: #999;
  -webkit-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  -ms-transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
  transform: scale(0.98) translate(50%, -75%) rotate(-180deg);
}

.top-nav {
    position: absolute;
    width: 100%;
    background-color: var(--tide25);
}

.top-nav ul li {
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    white-space: nowrap;
}

.top-nav ul li:last-child {
    margin: 0 1.5rem 0 0;
}

.top-nav ul li a {
    text-decoration: none;
}

.top-nav img {
    height: 30px;
}

.navigation {
  top: 0;
  z-index: 2490;
}

.navigation .custom-container {
  padding: 0;
}

/****************** MENU MOBILE *****************/

.menu-mobile {
    align-items: center;
} 

.menu-mobile--cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-hamburger {
    transition: 0.3s;
    user-select: none;
    border: none;
    width: 45px;
    height: 45px;
    background-color: var(--tide25);
    border-radius: 50%;
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lines, .lines:after,
.lines:before {
    display: block;
    width: 1.625rem;
    height: 2.2px;
    background: var(--catalina-blue);
    position: absolute;
    transition: top 0.2s 0.2s ease, transform 0.2s ease;
    border-radius: 10px;
}

.menu-hamburger .lines:before {
    content: "";
    top: 8px;
}

.menu-hamburger .lines:after {
    content: "";
    top: -8px;
}

.menu-hamburger:focus {
  outline: 0;
}

.menu-hamburger.close .lines {
  transition: background 0.3s 0s ease;
  background: 0 0;
}

.menu-hamburger.close .lines:after,
.menu-hamburger.close .lines:before {
    transition: top 0.2s ease, transform 0.2s 0.2s ease;
    top: 0;
    background: var(--white);
}

.menu-hamburger.close .lines:before {
    transform: rotate(45deg);
}

.menu-hamburger.close .lines:after {
    transform: rotate(-45deg);
}

/***********************************************/
/******************* Footer *******************/
/**********************************************/

footer {
    background-color: var(--catalina-blue);
    color: var(--white);
    border-top: 0.5rem solid var(--dark-coral);
    padding-block: 2rem;
    padding-inline: 4rem;
}

.footer-heading {
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    font-weight: 600;
}

footer a {
    text-decoration: underline;
    font-weight: normal;
    color: var(--white);
}

footer a:is(:hover, :focus) {
    text-decoration: none;
    color: var(--white);
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer :is(ul li, p) {
    font-size: 1rem;
    line-height: 1.5
}

footer img {
    height: 50px;
}

.footer-container__icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-container__icons li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.footer-container__icons img {
    height: 25px;
}

footer hr:not([size]) {
    height: 2px;
    opacity: 1;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
}

.footer-container div:first-child :is(div) {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-container div:first-child img {
    height: 40px;
    border: 2px solid white;
    border-radius: 6px;
}

.footer-copyright {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-copyright p {
    font-size: 0.875rem;
}

.icon-social {
    display: flex;
    width: 40px;
    height: 40px;
    fill: var(--catalina-blue);
    background-color: var(--white);
    border-radius: 50%;
    padding: 0.6rem;
    place-items: center;
}

.icon-community {
    display: flex;
    width: 50px;
    height: 50px;
    background-color: var(--dark-coral);
    place-content: center;
    place-items: center;
    border-radius: 50%;
    padding: 0.6rem;
}

.icon-community svg {
    fill: var(--white);
}

.icon-social:hover, .icon-social:focus {
    background-color: var(--mid-white);
}

.icon-community:hover svg, .icon-community:focus svg {
    fill: var(--lightgray);
    background-color: initial;
}


/***********************************************/
/****************** MAIN BODY *****************/
/**********************************************/

#opening-paragraph,
#ymal-box,
#visa-checkout,
#resource-box 
{
    margin: 3rem 0 0;
}

/* *** || Home Page Styling START */

/*** Rates Section START */


.rate-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 2rem 0 2rem;
}

.rate-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--white);
    padding: 1.25rem;
    border-radius: var(--btn-radius);
}

    .rate-box h3 {
        font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
    }

.rate-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

/*** Rates Section END */

/*** DAD Section START */
.DADareaTitle {
    text-align: center;
    font-size: clamp(1.6rem, 3vw + 1rem, 4rem);
}

.DAD-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 2rem;
    padding: 7rem 2rem 0;
}

.DADArea {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--btn-radius);
    padding-top: min(3rem, 4rem);
    border: 3px solid var(--catalina-blue);
}

    .DADArea h3 {
        font-weight: 700;
        font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    }

    .DADArea p {
        padding: 1.5rem;
    }

    .DADArea > img {
        position: absolute;
        bottom: 85%;
        z-index: 1;
        width: clamp(6rem, 8rem, 9rem);
    }

/*** DAD Section END */


/* || H3 Styling for Video Banking, Featured Articles, and Why I Apple Sections */

.article-container.home h3, .multimedia-item h3 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
}


/*** Video Banking CTA START  ***/

.video-banking-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    border-radius: var(--table-radius);
    background-color: var(--mid-light-blue);
    border: 3px solid var(--catalina-blue);
    margin: 0 2rem 0 2rem;
}

/*** Video Banking CTA END  ***/

/*** Article Home Page Container START  ***/

.article-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    padding: 0 2rem 0 2rem;
    gap: 1.5rem;
}

.article-cards--heading {
    text-align: center;
    font-size: clamp(1.6rem, 3vw + 1rem, 4rem);
    padding-bottom: 3rem;
}


/*** Multimedia Section START */
.multimedia-container {
    padding: 0 2rem 0 2rem;
}

.multimedia-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    text-align: center;
    border-radius: var(--table-radius);
    background-color: lightgray;
    border: 3px solid var(--catalina-blue);
}

.multimedia-item > * {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        flex: 100%;
        gap: 0.5rem;
    }


.multimedia-item svg {
    width: 18px;
    fill: var(--white);
}

.multimedia-item a:hover, .multimedia-item a:focus {
    text-decoration: none;
    background-color: var(--white);
    outline: 2px solid var(--catalina-blue);
}

.multimedia-item a:hover svg {
        fill: var(--black);
    }

.social-button {
    margin: 0 0 0.5rem;
}
.social-button.facebook {
    background: #4267B2;
}

.social-button.black {
    background: black;
}

.social-button.youtube {
    background: #FF0000;
}

.social-button.instagram {
    background: #E1306C;
}

.social-button.linkedin {
    background: #0A66C2;
}

.social-button.pinterest {
    background: #cb2027;
}

.social-button.email {
    background: var(--bs-gray-dark);
}


/*** Multimedia Section END */

/*** Reviews Section START */

.reviews-heading {
    text-align: center;
    font-size: clamp(1.6rem, 3vw + 1rem, 4rem);
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 2rem;
    padding: 3rem 2rem 0;
}

.reviews-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    border-radius: var(--btn-radius);
    background-color: var(--tide25);
    padding: 2rem;
    text-align: center;
}

.review-star-rating {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    color: var(--vegas-gold);
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.4rem);
    padding-bottom: 1rem;
}

/*** Reviews Section END */

/* *** || Home Page Styling END */

/* *** Checkmark List Styling */

ul.checkmark-list {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
}

ul.checkmark-list li {
    list-style-type: none;
    position: relative;
    padding-left: 2rem;
    margin-block: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

ul.checkmark-list li::before {
    content: "";
    background-image: url(/Content/icons/SVG/check-circle-solid.svg);
    display: block;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    inset: 50% auto auto 0;
    transform: translateY(-50%);
}

ul.checkmark-list li ul {
    padding-left: 1rem;
}

    /* Empty circle for nested items */
    ul.checkmark-list li ul li::before {
        content: "\25CB"; /* empty circle */
        background: none;
        position: absolute;
        inset: 50% auto auto 0;
        transform: translateY(-50%);
        font-size: 1.25rem;
        color: var(--dark-coral);
        line-height: 1;
    }

/***********************************************/
/****************** COMPONENTS *****************/
/**********************************************/

.selection input {
  vertical-align: middle;
}

.selection label span {
  vertical-align: middle;
  font-size: 1.25rem;
}

.prodRow {
  background-color: rgba(157, 198, 216, 0.1);
  margin-bottom: 20px;
  border-radius: var(--btn-radius);
}

/*** || Product Call to Action Box */

.product-cta {
    border-radius: var(--btn-radius);
    background-color: var(--light-blue);
    border: 1px solid var(--catalina-blue);
    padding: 2rem;
    text-align: center;
}

/*** || PRODUCT TABLE*/
.productTbl-btn {
  font-size: 0.875rem;
}

#productTableContent .prt-list {
  padding: 2rem 3rem;
}

#productTbl-container h3.prt-header {
  text-align: left;
}

#productTableContent {
  background-color: var(--tide25);
  position: relative;
}

#productTableContent .tab-pane {
  width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

#productTableContent ul li {
  height: 48px;
}

#productTbl-tabs {
  background-color: var(--catalina-blue);
}

#productTbl-tabs .nav-link {
  color: white;
  font-weight: 600;
  height: 100%;
}

#productTbl-tabs.nav-tabs .nav-link.active {
  color: var(--catalina-blue) !important;
  font-weight: bold;
  background-color: var(--regent-blue) !important;
}

#productTbl-tabs.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#productTableContent ul {
  margin-top: 0;
  list-style-type: none;
  padding-left: 1rem;
}

#productTableContent img {
  margin: 0 5%;
}

#productTableContent .prt-compare {
  margin: 2rem 0;
}

#productTableContent h4 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
}

.nav-link.career-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 4rem;
    font-weight: 500;
}

.nav-link.career-link:is(:hover, :focus) {
    color: var(--catalina-blue);
}

.career-link__img {
    width: 150px;
    height: 150px;
    padding: 1.5rem;
    fill: var(--dark-coral);
    filter: grayscale();
    object-fit: contain;
}

.nav-link.active.career-link {
    font-weight: 700;
}

    .nav-link.active.career-link img {
        filter: brightness(0) saturate(100%) invert(43%) sepia(8%) saturate(3849%) hue-rotate(320deg) brightness(98%) contrast(90%);
    }
    

/*** || COMMON FEATURE LIST ***/
#feature-list-block {
    margin: 3rem 0 0;
}

.feature-list {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin-block: 1rem;
}

.feature-list img {
    width: 70%;
    padding: 1rem;
}

.feature-list p {
  width: 16ch;
}

.feature-list-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    margin-block: 4rem 0;
    text-align: center;
}

.feature-list-grid img {
    width: 100px;
    margin-bottom: 1.5rem;
}

.feature-list-grid.community-partners img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.feature-list-grid.four-columns {
    grid-template-columns: repeat(4, 1fr);
}

    .feature-list-grid.four-columns img {
        width: 75px;
    }

    .card-grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }

.card-body h3 {
    padding-block: 0 1rem;
}

.card {
    box-shadow: var(--default-box-shadow);
}

/* Commercial Services Testimonial Styling */

.commercial-quote {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: -2;
    background-color: var(--catalina-blue);
    color: var(--white);
}

.commercial-landing-form {
    padding: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: hsl(0, 0%, 95%);
}

.commercial-quote-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-inline: 1.5rem;
}

/*** || Carousel Quote Styling ***/

.carousel-quote-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    text-align: center;
    margin-block: 0 3rem;
}

.carousel-quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--catalina-blue);
    color: var(--white);
    padding: 2rem;
    position: relative;
    border-radius: 0.25rem;
}

    .carousel-quote.community {
        padding: min(10vw + 1rem, 5rem);
    }

.carousel-quote p {
    font-size: 1rem;
}

/* These two classes ensure the indicator buttons are visible when on the var(--catalina-blue) background */

.carousel-quote .carousel-indicators [data-bs-target] {
    background-color: var(--regent-blue);
}

.carousel-quote .carousel-indicators [data-bs-target]:hover:not(.active) {
    background-color: var(--white);
}

.carousel-quote h3 {
    color: var(--white);
    margin-bottom: 2rem;
}

.carousel-quote::before {
    content: open-quote;
    position: absolute;
    inset: -3.25rem auto auto 0;
    font-size: 6rem;
    color: var(--vegas-gold);
}

.carousel-quote::after {
    content: close-quote;
    position: absolute;
    inset: auto 0 -5.75rem auto;
    color: var(--vegas-gold);
    font-size: 6rem;
}

.carousel-item-image {
    width: min(40vw, 175px);
    margin-block: 0.5rem 1.5rem;
    border-radius: 50%;
    border: 3px solid var(--vegas-gold);
}

.carousel-caption {
    background-color: var(--catalina-blue);
    color: white !important;
    width: 100%;
    padding-block: 1.5rem;
    inset: auto auto 0 auto;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin: 0.75rem;
    border-radius: 50%;
    background-color: var(--regent-blue);
}


.carousel-indicators [data-bs-target]:hover:not(.active) {
    background-color: var(--white);
}

.carousel-indicators [data-bs-target], .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: var(--catalina-blue);
    }

.carousel-indicators [data-bs-target]:hover:not(.active), .carousel-dark .carousel-indicators [data-bs-target]:hover:not(.active) {
    background-color: var(--catalina-blue-hover);
}

/*This fix prevents the carousel buttons from taking up the full height of the containing block to allow users to click on content (i.e., Why I Apple videos on home page) */
.carousel-control-next, .carousel-control-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.carousel-commercial-next {
    right: -100px;
}

.carousel-commercial-prev {
    left: -100px;
}

/* Showing Multiple Carousel Items per Slide */
.carousel-inner.multiple {
    display: flex;
    width: 75%;
    margin-inline: auto;
}

/*** || Career Award Images Styling */

.career-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 2rem;
    margin-block: 2rem;
    align-items: center;
}

.career-icon-grid img {
    display: flex;
    margin-inline: auto;
}

/* VERTICAL PROCESS FLOW
    /* Used Alliant Autoloan page for this component
    /* https://www.alliantcreditunion.org/borrow/credit-union-car-loan#features
    */
.vf-container {
    display: flex;
}

.vf-container h3 {
  padding: 0 0 1rem 0;
  text-align: left;
}

.vertical-flow {
    counter-reset: step;
    list-style: none;
    margin-top: 2.5rem;
}

.vertical-flow li {
    position: relative;
    padding-left: 5rem;
    padding-bottom: 3rem;
}

.vertical-flow h4 {
  font-weight: bold;
}

/*** coral checkbox circle ***/
.vertical-flow li:before {
    content: "✔";
    counter-increment: chained-counter;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 2rem;
    color: var(--white);
    background: var(--dark-coral);
    border: 2px solid var(--dark-coral);
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    font-weight: 700;
}

/*** coral line ***/
.vertical-flow li:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 16px;
    border-left: 4px solid var(--dark-coral);
}

.vertical-flow li:last-child:after {
  border-color: transparent;
}

.vertical-flow ol li:last-child:after {
  border-color: transparent;
}

/* || HORIZONTAL FLOW
    /* The URL has been used for this component:
    /* https://bbbootstrap.com/snippets/bootstrap-progress-bar-steps-38773259
    */

.hf-container {
    width: 100%;
    max-width: 1100px;
    margin: 2rem auto 2rem auto;
}

.horizontal-flow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
    gap: 3rem;
    counter-reset: step;
    padding: 0;
}

.horizontal-flow li h3 {
    text-wrap: balance;
}

.horizontal-flow p {
   height: 100%;
   padding: 1rem 0 1rem 0;
}

.horizontal-flow li {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    list-style-type: none;
    position: relative;
    text-align: center;
}

/*** coral checkbox circle ***/
.horizontal-flow li:before {
  width: 46px;
  height: 46px;
  content: "✔";
  color: var(--white);
  font-weight: bold;
  line-height: 2.5rem;
  border: 3px solid var(--dark-coral);
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: var(--dark-coral);
}

/* *** Counter Increment *** */
/* apply this ID when we need the flow to be a step process instead of checkmarks */

#stepCounter li:before {
    content: counter(step);
    counter-increment: step;
}

/*** coral line ***/
.horizontal-flow li:after {
  width: 95%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--dark-coral);
  inset: 1rem auto auto 60%;
}

.horizontal-flow li:last-child::after {
    content: none;
}

/* || Membership Styling */

.membership-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.membership-grid-container h3 {
    text-align: left;
    padding-inline: 0;
}

/* || YMAL BOX ****/
.ymalBox {
    display: flex;
    position: relative;
    margin-block: 4rem 1.5rem;
    width: auto;
    min-height: 14rem; /*change this height value to higher px, if text desc needs to be added to the container*/
    height: auto;
    border: 3px solid #4f5679;
    border-radius: var(--btn-radius);
    justify-content: center;
}

.ymalBox > img {
  display: block;
  z-index: 100;
  width: 100px;
  position: absolute;
  bottom: 85%;
  padding: 0.5rem;
}

.ymal-icon-bg-white {
    background: white;
}

.ymal-icon-bg-tide {
    background: var(--tide25);
}

.ymalText {
  font-weight: 500;
  color: var(--catalina-blue);
  padding: 3% 0%;
}

.ymalhead {
  text-align: center;
  font-weight: 600;
  color: #1d355e;
  margin: 24px 0 8px;
  min-height: 64px;
  height: auto;
  width: 20ch;
  padding: 8px;
}

.ymalcontent {
  text-align: center;
  padding: 2em 0 1rem;
}

.ymaldesc {
  font-weight: 500;
  color: var(--catalina-blue);
  margin: auto;
  padding: 8px 0;
  width: 32ch;
  height: auto;
  max-height: 72px;
}

.ymalprev {
  left: 0px !important;
}

.ymalnext {
  right: 0px !important;
}

.ymalBox h3.ymalhead {
    margin-bottom:1.5rem;
}

/******ymal css END****/

/*** || Resource Box BEGINS */

.resource-box-container {
    display: flex;
    flex-direction: column;
    position: relative;
    word-wrap: break-word;
    transition: 0.5s;
    background-color: var(--tide25);
    background-clip: border-box;
    border-radius: var(--btn-radius);
    padding-bottom: 1rem;
    outline: 2px solid white;
    height: 95%;
}

.resource-box-container img {
    border-top-right-radius: var(--table-radius);
    border-top-left-radius: var(--table-radius);
    width: 100%;
    aspect-ratio: 16 / 6;
    object-fit: cover;
}

.resource-box-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: 1rem;
    flex: 1;
}

.resource-box-container:hover {
        background-color: var(--white);
        box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 12px;
        border: none;
        outline: 0px solid transparent;
    }

/*to remove default black outline on hover-out/focus-out*/
.resource-box-container:focus-visible {
        outline: none !important;
        border: none;
    }

  


/*** || Resource Box ENDS */

/*** || Accordion css STARTS */
.accordion-button {
  color: var(--catalina-blue);
}

.accordion-button:focus,
.accordion-button:active {
  border-color: rgba(0, 0, 0, 0.125) !important;
}

.accordion-header h3, .accordion-header button {
    text-align: left;
    font-weight: 700;
}

.accordion-button h4 {
    font-size: 1.35rem;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--white) !important;
    background: var(--catalina-blue);
}

.accordion-button:not(.collapsed) h3 {
    color: var(--white) !important;
}

    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        display: flex;
        align-items: center;
        font-size: 1.75rem;
        background-image: none !important;
        content: "\f107" !important;
        font-family: "FontAwesome";
    }

.accordion-body {
  padding: 1.5rem;
}

#accordion-content .disclaimer {
  padding-top: 0;
}

#accordion-content h3 {
  margin-top: 3rem;
}

/*** || Accordion css ENDS */

/*** || Product Table Compare Functionality START */
.visaAccountUpdate-request a {
    padding-left: 4px;
}

#comprTable {
    display: none;
}

#cc-comprtable-disclaimer {
    display: none;
}

.comparePan {
    display: flex;
    text-align: center;
    padding: 0 1rem 0 1rem;
    gap: 2rem;
}

/* Selecting the child flex items of each product compared */
.comparePan * {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selectedItemCloseBtn {
    flex-direction: row;
}

.comparePanle {
  position: fixed;
  inset: auto auto 0 50%;
  background-color: var(--tide20);
  box-shadow: 0px 3px 10px 1px lightgray;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  display: none;
  z-index: 99;
}

/***************Compare functionality css END****************/

/* || Video Player Styling */
.video-caption {
    padding-block: 1rem;
}

.video-slider-home {
    margin: 1.5rem 0;
    padding: 1rem;
    background: var(--mid-light-blue);
    border: 2px solid var(--catalina-blue);
    border-radius: var(--table-radius);
}

.video-slider-home h3 {
    padding: 0 0 1rem 0;
    text-align: left;
}

.apple-video.active img {
    border: 2px solid var(--cardinal-red);
    width: 100%;
}

.thumbnail-container img {
    border-radius: 0.25rem;
}

    .thumbnail-container img:hover {
        opacity: 0.75;
    }

.thumbnail-container p {
    font-size: 0.75rem;
    padding: 0.25rem 0 0 0;
}

.video-slider-home * iframe {
    border-radius: 0.25rem;
}

    .video-list {
        float: left;
        width: 100%
    }

/* || Video Carousel Styling */

.video-slider-carousel {
    padding: 1rem;
    background: var(--mid-light-blue);
    border: 2px solid var(--catalina-blue);
    border-radius: var(--table-radius);
}

.video-play-button {
    position: absolute;
    inset: 0;
    margin: auto;
}

/*** Home Page YouTube Video Thumbnail Styling ***/

.video-thumbnail-button {
    background: none;
    border: 0;
    height: 100%;
    inset: 0 auto auto 0;
    position: absolute;
    text-indent: -9999px;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}

/* || Hero Section Start */

.hero-container {
    position: relative;
    animation: fadeIn 2s;
}

.hero-image-container img {
    width: 100%;
    animation: slideIn 1s;
    object-fit: cover;
    object-position: right;
    aspect-ratio: 2 / 1;
}

.hero-container-content {
    padding: 2.5rem;
    background: var(--mid-light-blue);
    background: linear-gradient(180deg, #dfe6e6 75%, rgba(234, 234, 243, 0) 100%)
}

    .hero-container-content h2 {
        font-size: clamp(1.6rem, 3vw + 1rem, 2.75rem);
        margin-bottom: 1.5rem;
        font-weight: 700;
    }

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: scale(0.25);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/**** Staff Bio Picutres Styling START ****/

.round-port {
    border-radius: 50%;
    width: 100px;
}

.round-port-leadership {
    border-radius: 50%;
    width: 90px;
    height: 130px;
}

.staff-card-container {
    height: 100%;
    box-shadow: 0 2px 6px hsla(0, 0%, 0%, 0.2);
    padding: 1.5rem;
    text-align: left;
    border-radius: 0.5rem;
    background: var(--tide20);
}

.staff-card-container h3 {
    font-size: 1.5rem !important;
    padding-bottom: 0.25rem;
    text-align: left;
}

.staff-card-container h4 {
    color: var(--bs-gray-700);
    font-size: 1.25rem;
    padding-block: 0 0.5rem;
    text-align: left;
}

    .staff-card-container p, .staff-card-container ul li {
        font-size: 1rem;
    }

.staff-card-container a {
    font-weight: 500;
}

.staff-card-container img {
    border-radius: 50%;
    aspect-ratio: 1 /1;
    width: min(40vw, 175px);
    object-fit: cover;
    object-position: top;
    border: 3px solid var(--catalina-blue);
}

.staff-card-readmore-button {
    font-size: 0.9rem;
    padding: 0.25rem .75rem;
}

/**** Staff Bio Picutres Styling END ****/


/*****************hamburger menu collapsible menu head row (AW-21.04 April Flowers AWEB-54)*****************/
.checkingSub,
.creditSub,
.loanSub,
.savingSub,
.digitalSub,
.ratesSub,
.commercialLoansSub,
.commercialCheckingSub,
.commercialMerchantSub,
.cashManagementSub,
.afsSub {
    display: none;
}

#checkingFull,
#creditFull,
#loanFull,
#savingFull,
#digitalFull,
#ratesFull,
#commercialLoansFull,
#commercialCheckingMMFull,
#commercialLoansFull,
#commercialMerchantFull,
#cashManagementFull,
#afsFull {
    display: none;
}

#checkingMobile,
#creditMobile,
#loanMobile,
#savingMobile,
#digitalMobile,
#ratesMobile,
#commercialLoansMobile,
#commercialMerchantMobile,
#commercialCheckingMMMobile,
#cashManagementMobile,
#afsMobile {
    display: block;
}
/**********************/

.force-align-left {
  text-align: left !important;
}

/************************* Top navgiation area classes import from SF residuals in main.css from prod START */
.mainNavPadding {
  padding: 0px 5px !important;
}

body.menu-active .menu-hamburger {
    background-color: var(--links-hover-color);
    transition: all 0.5s ease-in;
}

[data-type="mega"] .custom-sub {
  background-color: var(--white);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

[data-type="mega"] .custom-sub ul {
  position: static;
  opacity: 1;
}

[data-type="mega"] .custom-sub p {
  margin: 10px;
  color: var(--white);
}

[data-type="mega"] .custom-sub .banner-wrap {
  width: 100%;
}

[data-type="mega"] .custom-sub .banner-wrap a {
  text-align: center;
  background: 0 0;
}

.cm-menu .opened > .custom-sub {
  max-height: 80em;
  opacity: 1;
  background-color: var(--white);
}

.cm-menu .animated > .custom-sub {
  overflow: visible;
  z-index: 10;
  max-height: 200em;
}

.cm-menu .animating > .custom-sub {
  z-index: -1;
}

.header-menu-mobile {
    background-color: #c0d3e0;
    padding: 1rem;
    display: flex;
    align-items: center;
    height: 115px;
}

.main-nav {
    width: 100%;
    background-color: #a9c4d6;
    border-bottom: 1px solid rgba(29, 53, 94, 0.1);
}

.main-nav > ul {
    margin: 0;
    padding: 0;
    transition: 0.4s;
}

.main-nav > ul > li {
  margin: 0;
  padding: 0;
  position: relative;
}

.main-nav > ul > li:last-child {
  display: none;
}

.main-nav > ul > li > a {
  font-size: 1rem;
  font-weight: 700;
  height: inherit;
  color: #1d355e;
  text-decoration: none;
  padding: 15px 20px;
  border-top: 1px solid rgba(29, 53, 94, 0.1);
}

.main-nav .custom-sub > .link-landing a {
  color: var(--catalina-blue);
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}

.main-nav .custom-sub .child-items ul li {
  margin: 0;
}

.main-nav .custom-sub .child-items ul li a {
  padding: 15px 15px 15px 30px;
  font-size: 0.9375rem;
  font-weight: 700;
  height: inherit;
  text-decoration: none;
  border-top: 1px solid rgba(29, 53, 94, 0.1);
}

.main-nav .custom-sub .child-items ul li a:hover,
.main-nav .custom-sub .child-items ul li a:focus {
  color: var(--links-hover-color);
}

.main-nav .custom-sub .child-items ul ul li a {
  padding: 15px 15px 15px 40px;
  background-color: #c0d3e0;
  font-weight: 400;
  font-size: 0.875rem;
}

/************************* Top navgiation area classes import from SF residuals in main.css from prod END */

/*******WAVE 2 Locator css START******/
#wave2 {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.waveMap {
    height: 50vh;
}

/*******WAVE 2 Locator css END******/

.branch-card-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
}

.branch-container div:nth-child(2) { /* */
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.branch-alert-card {
    border-left: 5px solid var(--cardinal-red);
    padding-left: 1rem;
}

.branch-alert-warning-icon {
    border-radius: 50%;
    padding: 0.5em;
    background-color: #842029;
    color: var(--white);
}

/**** || Branch Card Styling End |*/

/***BV FAQ styling extracted from prod START***/

.review-tabs {
    margin-block: 4rem;
}

.review-tabs .nav-tabs li a, .review-tabs .nav-tabs li button {
    padding: 1rem;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: #efefef;
    color: var(--catalina-blue);
    font-size: 1.25rem;
    font-weight: 600;
}

    .review-tabs .nav-tabs li button.active {
        background: var(--catalina-blue);
        color: var(--white);
    }

/***BV FAQ styling extracted from prod END***/

/* Individual Articles Styling */

.article-post :is(h2, h3, h4) {
    text-align: left;
    padding: 2.5rem 0 1rem 0;
}

article hr:not([size]) {
    height: 2px;
    color: var(--dark-coral);
    opacity: 0.75;
}

.article-category-container {
    display: grid;
    gap: 1rem;
    margin: 5rem auto 3rem auto;
    width: fit-content;
    white-space: nowrap;
}

.article-category {
    padding: 0.25rem 0.75rem;
    width: fit-content;
    border-radius: 1rem;
    border: 1px solid var(--lightgray);
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #535353;
}

.article-category:hover {
    background-color: var(--lightgray);
    color: var(--catalina-blue);
}

.article-breadcrumb {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9rem;
}

    .article-breadcrumb * {
        text-decoration: none;
        color: var(--bs-gray-700);
    }

/* Article Date and Read Time */

.article-details {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: var(--bs-gray-700);
    font-size: 0.9rem;
    margin-top: 2rem;
}

/* Article Social Media Share Buttons */

.article-social-share {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.article-social-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.25rem;
    color: var(--white);
    text-decoration: none;
}

.article-copy-button {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding-block: 2rem 0;
}

.article-copy-button input {
    border-radius: var(--table-radius);
    padding: 1rem;
    width: clamp(300px, 50vw, 500px);
    text-overflow: ellipsis;
}

.article-copy-button label {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
}

.article-social--text {
    font-weight: 600;
    font-size: 1.25rem;
}

.article-short-line {
    display: inline-block;
    width: 8rem;
    opacity: 1 !important;
    height: 5px !important;
    margin-inline: auto;
    margin-block: 1.5rem;
}

/* Scroll Bar Styling */
.scroll-bar-wrapper {
    width: 100%;
    height: 0.25rem;
    position: fixed;
}

.scroll-bar {
    appearance: none;
    height: inherit;
    border: 0;
    width: 0;
    vertical-align: top;
}

progress {
    background-color: var(--catalina-blue);
}

progress::-webkit-progress-bar {
        background-color: var(--catalina-blue);
    }

    progress::-webkit-progress-value {
        background-color: var(--catalina-blue);
    }

    progress::-moz-progress-bar {
        background-color: var(--catalina-blue);
    }

    progress::-moz-progress-value {
        background-color: var(--catalina-blue);
    }



/**** Article Home Page Styling START ***/

.article-container, .branch-container {
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    background: var(--tide20);
    box-shadow: var(--default-box-shadow);
}

    .article-container:hover, .article-container:focus, .branch-container:hover, .branch-container:focus {
        transition: all 0.3s ease;
        transform: scale(1.015);
    }

.article-container img, .branch-container img {
    aspect-ratio: 16 / 6;
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
}

.article-container h3, .branch-container h3 {
    text-align: left;
    padding: 0.5rem 0;
}

.article-container div:nth-child(2) {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
}

.article-container div:nth-child(2) a, .branch-container a {
    width: fit-content;
}

.article-date-read {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--lightgray);
    padding-block: 0.5rem 0;
}

.article-date-read * {
    font-size: 0.75rem;
}

.page-link, .page-link:hover {
    color: var(--catalina-blue);
    border-radius: 0.5rem;
    border: 2px solid var(--gray-20);
   
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0.5rem;
}

.page-item.active .page-link {
    background-color: var(--catalina-blue);
    border-color: var(--catalina-blue);
}

/* Related Article & Promotion Cards */

.article-cards-related, .article-cards, .promotion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding-block: 2rem;
}

/* Specific styling for promotion card images */

.article-container.promotion-container img {
    aspect-ratio: 16 / 8;
}

.article-cards article:first-child {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(415px, 1fr));
    grid-column: 1/-1;
    gap: 2rem;
    align-items: center;
}

/*** Article Page Styling END ***/

.app-card-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    margin-block: 2rem;
}

.app-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: var(--default-box-shadow);
}

.app-card.no-box-shadow {
    box-shadow: none;
}

.badge-bg-primary {
    background-color: var(--cardinal-red);
}

.badge-bg-secondary {
    background-color: var(--gray);
}

.badge-border-info {
    color: var(--catalina-blue);
    border: 1px solid var(--catalina-blue);
}

.badge-border-bright-blue {
    color: var(--bright-blue);
    border: 1px solid var(--bright-blue);
}

.badge-border-mint-green {
    color: inherit;
    border: 1px solid var(--mint-green);
}

.badge-border-vegas-gold {
    color: var(--vegas-gold);
    border: 1px solid var(--vegas-gold);
}

/*** Family Banking Page Styling ***/

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('/Content/images/InteriorHeader/FamilyBanking.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    color: white;
}

.bundle-card {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .bundle-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
    }

    .bundle-card.starter::before {
        background: var(--mint-green);
    }

    .bundle-card.teen::before {
        background: var(--bright-blue);
    }

    .bundle-card.college::before {
        background: var(--cardinal-red);
    }

    .bundle-card.launch::before {
        background: var(--purple);
    }

    .bundle-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.bundle-illustration {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .bundle-illustration.starter {
        background: linear-gradient(135deg, #dcfce7, var(--mint-green-20));
    }

    .bundle-illustration.teen {
        background: linear-gradient(135deg, #dbeafe, var(--bright-blue-20));
    }

    .bundle-illustration.college {
        background: linear-gradient(135deg, #fee2e2, var(--cardinal-red-20));
    }

    .bundle-illustration.launch {
        background: linear-gradient(135deg, #f3e8ff, var(--purple-20));
    }

    .bundle-illustration.small-illustration {
        width: 50px;
        height: 50px;
        margin: initial;
    }

.bundle-items {
    background: var(--tide20);
    border-radius: 8px;
    padding: 0.75rem;
    margin: 1rem 0;
    text-align: left;
}

    .bundle-items ul {
        margin: 0;
        padding-left: 2rem;
        font-size: 0.85rem;
    }

    .bundle-items li {
        margin-bottom: 0.25rem;
    }
    
.resource-card {
    background: linear-gradient(135deg, #fafbfc, #f8f9fa);
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
    transition: all 0.2s ease;
    border-left: 4px solid var(--lightgray);
    display: flex;
    flex-direction: column;
}

    .resource-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .resource-card .card-title {
        font-size: 0.95rem;
        font-weight: 600;
        padding-top: 0.25rem;
        text-align: start;
        flex-grow: 1;
    }

    .resource-card .card-text, .resource-card .btn-link {
        font-size: 0.85rem;
        line-height: 1.4;
        color: inherit;
        margin-bottom: 1rem;
        flex-grow: 1;
    }


        .resource-card .btn-link:hover {
            color: var(--cardinal-red);
        }

.card-icon {
    padding: 0.75em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-10);
}


/**********************************************/
/**********************************************/
/*            FINTACTIX CALCULATOR            */
/**********************************************/
/**********************************************/

.calculator-card {
    height: 100%;
    background-color: var(--tide25);
}

    .calculator-card h3 {
        color: var(--white);
        line-height: 2rem;
        letter-spacing: .2rem;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        padding: 3rem 0.5rem;
        background-color: var(--catalina-blue);
    }

.calculator-card div {
    padding: 3rem;
}

/*******Loan Index rater section *******/

.hover-pop-catblue {
    transition: 0.4s ease;
    border-radius: var(--btn-radius);
}

    .hover-pop-catblue > h3 {
        transition: 0.4s ease;
    }

    .hover-pop-catblue:hover {
        background-color: var(--catalina-blue);
        color: white;
        box-shadow: rgba(0, 0, 0, 0.2) 3px 4px 12px;
        border-radius: var(--btn-radius);
        transition: 0.4s ease;
    }

        .hover-pop-catblue:hover > h3 {
            color: white;
            transition: 0.4s ease;
        }


/*** Alert Banner ***/

.bg-cardinal-red.alert a {
    color: var(--white);
}