@charset "utf-8";
/* Master TIAA - CA */

/*===============================
  BEGIN MASTER CSS
  ===============================*/

body {
	font-family: "Ubuntu",Helvetica,Arial,sans-serif !important; /* default font */
	font-size: 1rem; /* default text size */
	line-height: 20px; /* default line height */
  	color: #000000; /* default text color */
  	background-color:#ffffff;
}

h1 {font-size:38px;line-height:47px;font-weight:300;}
h2 {font-size:24px;line-height:47px;font-weight:300;}
h3 {font-size:26px;line-height:32px;font-weight:700;}
h4 {font-size:26px;line-height:32px;font-weight:300;}
h5 {font-size:22px;line-height:28px;font-weight:700;}
p {font-size:20px;line-height:30px;font-weight:300;}

/*===============================
  BEGIN GLOBAL BRAND COLORS
  ===============================*/	
.primary-1-bkg {background-color: #003057;}
.primary-2-bkg {background-color: #ED8800;}
.primary-3-bkg {background-color: #0067B9;}
.primary-4-bkg {background-color: #41B6E6;}

.primary-1-color {color:#003057;}
.primary-2-color {color:#ED8800;}
.primary-3-color {color:#0067B9;}
.primary-4-color {color:#41B6E6;}

.secondary-1-bkg {background-color: #B0E2FA;}
.secondary-2-bkg {background-color: #D4EFFC;}
.secondary-3-bkg {background-color: #454545;}
.secondary-4-bkg {background-color: #CECAC8;}

.secondary-1-color {color:#B0E2FA;}
.secondary-2-color {color:#D4EFFC;}
.secondary-3-color {color:#454545;}
.secondary-4-color {color:#CECAC8;}

.tertiary-1-bkg {background-color: #FFC314;}
.tertiary-2-bkg {background-color: #1A6E4E;}
.tertiary-3-bkg {background-color: #40BA8B;}

.tertiary-1-color {color:#FFC314;}
.tertiary-2-color {color:#1A6E4E;}
.tertiary-3-color {color:#40BA8B;}

.black-bkg {background-color: #000000;}
.black-color {color: #000000;}

.white-bkg {background-color: #ffffff;}
.white-color {color: #ffffff;}

.grey-1-bkg {background-color: #454545;}
.grey-1-color {color: #454545;}

.grey-2-bkg {background-color: #cecac8;}
.grey-2-color {color: #cecac8;}

.grey-3-bkg {background-color: #404040;}
.grey-3-color {color: #404040;}

.grey-4-bkg {background-color: #7F7F7F;}
.grey-4-color {color: #7F7F7F;}

.grey-5-bkg {background-color: #BFBFBF;}
.grey-5-color {color: #BFBFBF;}

.grey-6-bkg {background-color: #F2F2F2;}
.grey-6-color {color: #F2F2F2;}


.gradient-bkg-1 {
	background-image: -webkit-linear-gradient(180deg, rgba(0,48,87,1), rgba(0,103,185,1));
    background-image: -o-linear-gradient(180deg, rgba(0,48,87,1), rgba(0,103,185,1));
    background-image: linear-gradient(180deg, rgba(0,48,87,1), rgba(0,103,185,1));
}
.gradient-bkg-2 {
	background-image: -webkit-linear-gradient(180deg, rgba(0,103,185,1), rgba(0,48,87,1));
    background-image: -o-linear-gradient(180deg, rgba(0,103,185,1), rgba(0,48,87,1));
    background-image: linear-gradient(180deg, rgba(0,103,185,1), rgba(0,48,87,1));
}

.gradient-bkg-3 {
	background-image: -webkit-linear-gradient(270deg, #fff 0%, #B0E2FA 100%);
    background-image: -o-linear-gradient(270deg, #fff 0%, #B0E2FA 100%);
    background-image: linear-gradient(270deg, #fff 0%, #B0E2FA 100%);
}
.gradient-bkg-4 {
	background-image: -webkit-linear-gradient(45deg, #0067B9, #003057);
    background-image: -o-linear-gradient(45deg, #0067B9, #003057);
    background-image: linear-gradient(45deg, #0067B9, #003057);
}
.gradient-bkg-5 {
	background-image: -webkit-linear-gradient(360deg, #fff 10%, #D4EFFC 90%);
    background-image: -o-linear-gradient(360deg, #fff 10%, #D4EFFC 90%);
    background-image: linear-gradient(360deg, #fff 10%, #D4EFFC 90%);
}
.gradient-bkg-6 {
	background-image: -webkit-linear-gradient(0deg, rgba(0,103,185,1), rgba(0,48,87,1));
    background-image: -o-linear-gradient(0deg, rgba(0,103,185,1), rgba(0,48,87,1));
    background-image: linear-gradient(0deg, rgba(0,103,185,1), rgba(0,48,87,1));
}
.gradient-bkg-7	{
	background: linear-gradient(0deg, rgba(212,239,252,0), rgba(212,239,252,.7));
    background-size: 100% 400px;
    background-repeat: no-repeat;
}
.gradient-color {    
	background-image: -webkit-linear-gradient(bottom, rgba(0,103,185,0), rgba(0,103,185,.1));
    background-image: -o-linear-gradient(bottom, rgba(0,103,185,0), rgba(0,103,185,.1));
    background-image: linear-gradient(to top, rgba(0,103,185,0), rgba(0,103,185,.1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-gradient {    
	background: linear-gradient(0deg, rgba(132,186,219,0), rgba(132,186,219,.7));
    background-size: 100% 200px;
    background-repeat: no-repeat;
}

/*===============================
  END GLOBAL BRAND COLORS
  ===============================*/	
/*===============================
  BEGIN LINK COLORS/HOVERS/FOCUS
  ===============================*/	
a {
	color: #0067B9;text-decoration: underline;
	white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a:hover {text-decoration: underline;color:#000;}
a:focus {color: #0067B9;outline: 1px solid #000;outline-offset: 4px;}
a:focus:not(:focus-visible) {color: #000;outline: none}


a.footer-logo-container:focus {
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 4px;
}
a.footer-logo-container:focus:not(:focus-visible) {
    color: #fff;
    outline: none
}

a.footer-logo-container:focus:not(:focus-visible) {
    color: #fff;
    outline: none
}

a.content-link {color:#0067B9;text-decoration:none;}
a.content-link:hover {background-color:none;color:#0067B9;text-decoration: underline;}
a.content-link:focus {background-color: none;color:#0067B9;outline: 1px solid #000000!important;outline-offset: 4px;}
a.content-link:focus:not(:focus-visible) {background-color: none;color:#0067B9;outline: none!important;}

a.content-link-secondary {color:#003057;text-decoration:none;}
a.content-link-secondary:hover {background-color:none;color:#003057;text-decoration: underline;}
a.content-link-secondary:focus {background-color: none;color:#003057;outline: 1px solid #000000!important;outline-offset: 4px;}
a.content-link-secondary:focus:not(:focus-visible) {background-color: none;color:#003057;outline: none!important;}

a.content-link-back {color:#0067B9;text-decoration:none;}
a.content-link-back:hover {background-color:none;color:#0067B9;text-decoration: underline;}
a.content-link-back:focus {background-color: none;color:#0067B9;outline: 1px solid #000000!important;outline-offset: 4px;}
a.content-link-back:focus:not(:focus-visible) {background-color: none;color:#0067B9;outline: none!important;}
a.content-link-back:before {
            top: 7px;
            position: relative;
            content: ' ';
            display: inline-block;
            border-top: none;
            border-left: none;
            border-bottom: 2px solid #0067B9;
            border-right: 2px solid #0067B9;
            height: 7px;
            width: 7px;
            transform: rotate(132deg);
            margin-left: 5px;
            margin-right: 5px;
        }

a.black-links {color:#000;text-decoration:underline;}
a.black-links:hover {text-decoration: underline;color:#000;}
a.black-links:focus {color: #000;outline: 1px solid #000!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.black-links:focus:not(:focus-visible) {color: #000;outline: none!important;}

a.black-links2 {color:#000;text-decoration:underline;}
a.black-links2:hover {text-decoration: none;color:#000;}
a.black-links2:focus {color: #000;outline: 1px solid #000!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.black-links2:focus:not(:focus-visible) {color: #000;outline: none!important;}

a.black-links-no-underline {color:#000;text-decoration:none;}
a.black-links-no-underline:hover {text-decoration: underline;color:#000;}
a.black-links-no-underline:focus {color: #000;outline: 1px solid #000!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.black-links-no-underline:focus:not(:focus-visible) {color: #000;outline: none!important;}

a.white-links {color:#ffffff;text-decoration:none;font-weight:500;}
a.white-links:hover {text-decoration: underline;}
a.white-links:focus {color: #ffffff;outline: 1px solid #ffffff!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.white-links:focus:not(:focus-visible) {color: #ffffff;outline: none!important;}

a.white-content-links {color:#ffffff;text-decoration:underline;}
a.white-content-links:hover {text-decoration: underline;}
a.white-content-links:focus {color: #ffffff;outline: 1px solid #ffffff!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.white-content-links:focus:not(:focus-visible) {color: #ffffff;outline: none!important;}

a.visit-site-link {font-size:16px;font-weight:500;line-height:24px;text-decoration:none;color:#0067B9;}
img.visit-site-icon {width:10px!important;margin-left:1px;margin-top:-2px;}
a.visit-site-link:hover {text-decoration: underline;}
a.visit-site-link:focus {color: #0067B9;outline: 1px solid #000!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.visit-site-link:focus:not(:focus-visible) {color: #0067B9;outline: none!important;}


a.white-content-links-arrow {color:#ffffff;text-decoration:none;}
a.white-content-links-arrow:hover {text-decoration: underline;}
a.white-content-links-arrow:focus {color: #ffffff;outline: 1px solid #ffffff!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.white-content-links-arrow:focus:not(:focus-visible) {color: #ffffff;outline: none!important;}
a.white-content-links-arrow:after {
    top: -1px;
    position: relative;
    content: ' ';
    display: inline-block;
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    height: 9px;
    width: 9px;
    transform: rotate(315deg);
    margin-left: 5px;
    margin-right: 10px;
}

a.utility-nav-links {color:#ffffff;text-decoration:none;font-weight:300;}
a.utility-nav-links:hover {text-decoration: underline;}
a.utility-nav-links:focus {color: #ffffff;outline: 1px solid #ffffff!important;outline-offset: 4px;padding: 0px 0px 4px 0px;}
a.utility-nav-links:focus:not(:focus-visible) {color: #ffffff;outline: none!important;}

.cta-primary {background-color: #ED8800!important;color: #003057;}
.cta-primary:hover {background-color: #003057!important;color: #FFFFFF!important;text-decoration: none!important;border-color:#003057!important;}
.cta-primary:active {background-color: #003057!important;color: #FFFFFF!important;text-decoration: none!important;border-color:#003057!important;}
.cta-primary:focus {background-color: #003057!important;color: #FFFFFF!important;outline: 1px solid #000000!important;outline-offset: 4px;box-shadow:none;}
.cta-primary:focus:not(:focus-visible) {outline: none!important;}

.cta-primary-link {
	position: relative;
	top:0px;
	text-decoration: none;
	background-color: #ED8800;
	color: #003057;
	padding: 10px 20px 10px 20px;
	border-radius: 40px;
	font-size: 16px;
	display:table;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	border:none;
		}
.cta-primary-link:hover {background-color: #003057;color: #FFFFFF;text-decoration: none;}
.cta-primary-link:focus {background-color: #003057;color: #FFFFFF;border: 1px solid #003057!important;outline: 1px solid #000000!important;outline-offset: 4px;box-shadow:none;}
.cta-primary-link:focus:not(:focus-visible) {outline: none!important;color:#FFFFFF;border:none!important;}

.cta-secondary {
	position: relative;
	top:0px;
	text-decoration: none;
	background-color: #0067B9;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 40px;
	font-size: 16px;
	display:table;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	border:none;
		}
.cta-secondary:hover {background-color: #41B6E6;color: #003057;text-decoration: none;}
.cta-secondary:focus {background-color: #41B6E6;color: #003057;border: 1px solid #003057!important;outline: 1px solid #000000!important;outline-offset: 4px;box-shadow:none;}
.cta-secondary:focus:not(:focus-visible) {outline: none!important;color: #003057;border:none!important;}

.cta-tertiary {
			text-decoration: none;
			background-color: #fff;
			color: #0067B9;
			padding: 10px 20px 10px 20px;
			border-radius: 40px;
			font-size: 16px;
			display:table;
			position: relative;
			top: 0px;
			text-transform: uppercase;
			font-weight: 500;
			text-align: center;
			border: 1px solid #fff !important;
		}
    .cta-tertiary:hover {
        background-color: #D4EFFC;
        color: #003057;
        text-decoration: none;
        border: 1px solid #D4EFFC !important;
    }
.cta-tertiary:focus {background-color: #D4EFFC;color: #003057;border: 1px solid #fff!important;outline: 1px solid #ffffff!important;outline-offset: 4px;box-shadow:none;}
.cta-tertiary:focus:not(:focus-visible) {border: 1px solid #fff!important;outline: 1px solid #ffffff!important;}

.cta-quaternary {
			text-decoration: none;
			background-color: #003057;
			color: #fff;
			padding: 10px 20px 10px 20px;
			border-radius: 40px;
			font-size: 16px;
			display:table;
			position: relative;
			top: 0px;
			text-transform: uppercase;
			font-weight: 500;
			text-align: center;
			border:1px solid #fff !important;
		}
.cta-quaternary:hover {background-color: #0067B9;color: #fff!important;text-decoration: none;border:1px solid #fff !important;}
.cta-quaternary:focus {background-color: #003057;color: #fff!important;border: 1px solid #003057!important;outline: 1px solid #003057!important;outline-offset: 4px;box-shadow:none;}
.cta-quaternary:focus:not(:focus-visible) {border: 1px solid #003057!important;outline: 1px solid #003057!important;}

.button-disabled {opacity:.5;pointer-events: none;cursor: default;}

#desktopGraphModal .btn-close:hover {
    color: #333333;
    opacity: .75;
}

#desktopGraphModal .btn-close:focus {
    box-shadow: none;
    background-color: none;
    color: #333333;
    outline: 1px solid #000000 !important;
    outline-offset: 4px;
}

    #desktopGraphModal .btn-close:focus:not(:focus-visible) {
        box-shadow: none;
        background-color: none;
        color: #333333;
        outline: none !important;
    }


/*===============================
  END LINK COLORS
  ===============================*/
/*===============================
  Begin Helpers
  ===============================*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);
    margin-right: auto;
    margin-left: auto;
    padding-left:0px;
    padding-right:0px;
}

.show {
    display: block;
}
.hide {display:none !important;}
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
caption {caption-side: top;}
.no-wrap {white-space:nowrap;}
.force-wrap {overflow-wrap: break-word;}
.hide-on-mobile {display:none;}
hr {margin:40px 0px 40px 0px;}
.vr {border-left: 1px solid #fff;height: 30px;opacity:1}
.admaster p {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}

.admaster-invisible {
    color: #003057 !important;
}
.small-text {font-size:14px!important; font-weight:300!important; line-height:24px!important;text-align:left!important; }
.xsmall-text {font-size:12px!important; font-weight:300!important; line-height:18px!important;text-align:left!important;  }
.italic-space {font-style: italic;font-weight: 500;padding-right: 2px;}
.no-bold {font-weight:300!important;}
.semi-bold {font-weight:500!important;}
.bold {font-weight:700!important;}
.underline {text-decoration: underline;}
.uppercase {text-transform:uppercase;}
.inline {display:inline;}
.text-center-align {text-align:center;}
.text-left-align {text-align:left;}
.text-right-align {text-align: right;}
.desktoponly {display:none;}
.mobileonly {display:inline-block;}
.fw300 {font-weight:300 !important;}
.fw400 {font-weight:400 !important;}
.fw700 {font-weight:700 !important;}
.no-bullets {list-style:none!important;}
.zindex-neg1 {z-index:-1;position:relative;}
.zindex-0 {z-index:0;position:relative;}
.zindex-1 {z-index:1;position:relative;}
.width-100-percent {width:100%!important;}

.table-sup {top: 0.5em;}

@media (min-width: 992px) {
    .table-sup {
        top: -0.5em;
    }
}


/*===============================
  End Helpers
  ===============================*/
/*===============================
  FIX FOR SCSS btn default styles
  ===============================*/
.btn1 {
    display: inline-block;
    text-decoration: none;
}

a.primary-nav-links {
color: #003057;
text-decoration: none;
}

a.primary-nav-links:hover {
    background-color: #fff;
    color: #000;
}

a.primary-nav-links:focus {
    background-color: #fff;
    color: #003057;
    outline: 1px solid #000000 !important;
    outline-offset: 4px;
}

a.primary-nav-links:focus:not(:focus-visible) {
    background-color: #fff;
    color: #003057;
    outline: none !important;
}

a.primary-sub-nav-links {
    color: #0067B9;
    text-decoration: none;
}

    a.primary-sub-nav-links:hover {
        background-color: #fff;
        color: #000;
    }

    a.primary-sub-nav-links:focus {
        background-color: #fff;
        color: #0067B9;
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
    }

        a.primary-sub-nav-links:focus:not(:focus-visible) {
            background-color: #fff;
            color: #0067B9;
            outline: none !important;
        }

    .btn-primary-nav {
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 35px 7px 35px;
        font-size: 1rem !important;
    }

        .btn-primary-nav:hover {
            font-weight: bold;
            text-transform: uppercase;
            padding: 7px 35px 7px 35px;
            font-size: 1rem !important;
        }

.btn-primary-yellow {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 32px 10px 32px;
    font-size: 1rem !important;
    text-align: center;
}

    .btn-primary-yellow:hover {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 32px 10px 32px;
        font-size: 1rem !important;
    }

    .table-button-container {
        padding: 20px 0px 0px 0px;
    }

    .btn-primary-yellow-table {
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 10px 7px 10px;
        font-size: 1rem !important;
        margin: 0 auto;
    }

        .btn-primary-yellow-table:hover {
            font-weight: bold;
            text-transform: uppercase;
            padding: 7px 10px 7px 10px;
            font-size: 1rem !important;
        }

/*=============================
  BEGIN ADA SKIP TO CONTENT LINK  CSS
  ===============================*/
    .skip-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .skip-link-underline {
        text-decoration: underline !important;
    }

    .skip-link-no-underline {
        text-decoration: none !important;
    }

    .skip-links a {
        padding: 10px 0px;
        margin: 5px;
        position: relative;
        top: -10em;
        background-color: #003057;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        font-style: italic;
        z-index: 99999999;
    }

    .skip-links a:focus {
        top: 10px;
        left: 5px;
        background-color: #003057 !important;
        outline: none !important;
        outline-offset: 2px;
        text-decoration: none;
    }

    .skip-accessibility a {
        padding: 10px 0px;
        margin: 5px;
        position: relative;
        top: -10em;
        background-color: #003057;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        font-style: italic;
        z-index: 99999999;
    }
    .skip-accessibility a:focus {
        top: -10px;
        left: 5px;
        background-color: #003057 !important;
        outline: none !important;
        outline-offset: 2px;
        text-decoration: none;
    }
/*=============================
  END ADA SKIP TO CONTENT LINK  CSS
  ===============================*/
/*=============================
  Begin Homepage Alert Overides CSS
  ===============================*/
    .alert {
        position: relative;
        padding: 25px 20px;
        margin-bottom: 0px;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    #homepage-alert .btn-close {
        width: 60px;
        background-position: 50px 13px;
        background-size: 36px 10px;
        font-size: 14px;
        background: none;
        opacity: 1;
        font-weight: 400;
    }

        #homepage-alert .btn-close:hover {
            text-decoration: underline;
        }

        #homepage-alert .btn-close:focus {
            box-shadow: none;
            outline: 1px solid #000 !important;
            outline-offset: -1px;
        }

            #homepage-alert .btn-close:focus:not(:focus-visible) {
                outline: none !important;
                box-shadow: none;
            }

    #homepage-alert p {
        font-size: 18px;
        font-weight: 500;
        margin-right: 40px;
        line-height: 20px;
    }

    #homepage-alert .alert-text-container {
        overflow: hidden;
        position: relative;
    }

    #page-alert .btn-close {
        width: 60px;
        background-position: 50px 13px;
        background-size: 36px 10px;
        font-size: 14px;
        background: none;
        opacity: 1;
        font-weight: 400;
    }

        #page-alert .btn-close:hover {
            text-decoration: underline;
        }

        #page-alert .btn-close:focus {
            box-shadow: none;
            outline: 1px solid #000 !important;
            outline-offset: -1px;
        }

            #page-alert .btn-close:focus:not(:focus-visible) {
                outline: none !important;
                box-shadow: none;
            }

    #page-alert p {
        font-size: 18px;
        font-weight: 500;
        margin-right: 40px;
        line-height: 20px;
    }

    #page-alert .alert-text-container {
        overflow: hidden;
        position: relative;
    }

    .alert-dismissible .btn-close {
        top: 1px;
        padding: 2px 0px 6px 0px;
    }

    .alert-dismissible {
        padding-right: 0px;
    }

    .alert-horn {
        width: 36px;
        height: 37px;
        margin-top: -2px;
    }

    .alert-text-link-container {
        font-weight: 500;
        display: block;
        margin-top: 10px;
    }

    a.alert-text-link {
        font-size: 14px;
        color: #003057;
        text-decoration: none;
    }

        a.alert-text-link:hover {
            color: #003057;
            text-decoration: underline;
        }

        a.alert-text-link:focus {
            color: #003057;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            a.alert-text-link:focus:not(:focus-visible) {
                color: #003057;
                outline: none !important;
            }

/*=============================
  End Homepage Alert Overides CSS
  ===============================*/
/*=============================
  BEGIN NAVIGATION CSS
  ===============================*/
    .nav-link {
        font-weight: 500
    }

    a.nav-link {
        font-size: 20px;
    }

    .navbar-brand {
        margin: 0px
    }

    /* Override for removing Close (X) from search input */
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        -webkit-appearance: none;
    }

    /* Custom Nav styles */

    .navbar-collapse {
    }

    /* Custom Mobile Nav with animated close button */
    .navbar-brand:focus:not(:focus-visible) {
        outline: none;
    }

    .navbar-toggler:focus, .navbar-brand:focus {
        text-decoration: none;
        outline: 1px solid #000;
        outline-offset: 8px;
        box-shadow: none;
        border-radius: 0px;
    }

    .navbar-toggler {
        width: 20px;
        height: 20px;
        position: relative;
    }

        .navbar-toggler,
        .navbar-toggler:active {
            outline: none;
            box-shadow: none;
            border: 0;
        }

            .navbar-toggler span {
                margin: 0;
                padding: 0
            }

    .toggler-icon {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .middle-bar {
        margin-top: 0px;
    }

    /* when nav is clicked */
    .navbar-toggler .top-bar {
        margin-top: 0px;
        transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
        margin-top: 0px;
        transform: rotate(-135deg);
    }
    /* state of navbar when collapsed */
    .navbar-toggler.collapsed .top-bar {
        margin-top: -20px;
        transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
        margin-top: 20px;
        transform: rotate(0deg);
    }

    .nav-login {
        position: relative;
        width: 100%
    }

    .nav-login img {
        margin-right: 8px;
        width: 22px;
        height: 22px;
    }

    .nav-login a {
        border: 2px solid #003057;
        border-radius: 20px;
        font-size: 1rem;
        width: 100%;
        align-items: center;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        padding: 6px 0 6px 0;
        display: flex;
        justify-content: center;
        line-height: 22px;
        white-space: nowrap;
        word-wrap: normal;
    }

    .nav-login a:hover {
        border: 2px solid #41B6E6;
        color: #41B6E6;
    }

        .nav-login a:hover img {
            filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(751%) hue-rotate(166deg) brightness(92%) contrast(95%);
        }

    .nav-login a:focus img {
        filter: brightness(0) saturate(100%) invert(8%) sepia(78%) saturate(5828%) hue-rotate(189deg) brightness(93%) contrast(104%);
    }

    .nav-login a:focus {
        background-color: #ffffff;
        color: #003057;
        border: 2px solid #003057;
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
        box-shadow: none;
    }

    .nav-login a:focus:not(:focus-visible) {
        outline: none !important;
            }

    /* Custom Nav animation */
    .animation {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    /* Mobile-First Nav CSS*/

    .dropdown-menu[data-bs-popper] {
        margin-top: 0px;
        margin-bottom: 10px;
        padding: 0;
    }

    .dropdown-item {
        padding: 15px 0 10px 0;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav-item {
        padding: 10px 0px 10px 0px;
        border-top: solid 1px rgba(119, 119, 119, .5);
    }

    .dropdown-menu {
        border: none;
    }

        .dropdown-menu.columns-2 {
            min-width: 300px;
        }

    .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .icon-blue-bkg {
        width: 64px;
        height: 64px;
        background-color: #003057;
        border-radius: 8px;
        margin-top: 10px;
        margin-left: 30px;
    }

    .icon1 img {
        width: 36px;
    }

    .icon2 img {
        width: 26px;
    }

    .icon3 img {
        width: 36px;
    }

    .icon4 img {
        width: 36px;
    }

    .icon5 img {
        width: 36px;
    }

    .mobile-bottom-links1 {
        padding: 20px 0px 20px 20px;
        margin-top: 20px;
    }

    .mobile-bottom-links2 {
        padding: 0px 0px 20px 20px;
    }

    .mobile-bottom-links3 {
        padding: 0px 0px 60px 20px;
    }

    a.mobile-bottom-links {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
    }

        a.mobile-bottom-links:hover {
            text-decoration: underline;
        }

        a.mobile-bottom-links:focus {
            color: #ffffff;
            outline: 1px solid #ffffff !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 0px;
        }

            a.mobile-bottom-links:focus:not(:focus-visible) {
                color: #ffffff;
                outline: none !important;
            }
/*=============================
  END NAVIGATION CSS
  ===============================*/
/*=============================
  BEGIN BREADCRUMB CSS
  ===============================*/
    .breadcrumb-main-container {
        margin: 0px;
        padding: 15px 0px 0px 0px;
    }

    a.breadcrumb-inactive-link {
        font-size: 16px;
        font-weight: 500;
        color: #003057;
        text-decoration: none;
    }

        a.breadcrumb-inactive-link:hover {
            text-decoration: underline;
        }

        a.breadcrumb-inactive-link:focus {
            color: #003057;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            a.breadcrumb-inactive-link:focus:not(:focus-visible) {
                background-color: #fff;
                color: #003057;
                outline: none !important;
            }

    a.breadcrumb-active-link {
        font-size: 16px;
        font-weight: 300;
        color: #000000;
        text-decoration: underline;
    }

        a.breadcrumb-active-link:hover {
            text-decoration: underline;
        }

        a.breadcrumb-active-link:focus {
            color: #003057;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            a.breadcrumb-active-link:focus:not(:focus-visible) {
                color: #003057;
                outline: none !important;
            }

    a.breadcrumb-inactive-link::after {
        top: 8px;
        position: relative;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 1px solid #003057;
        border-right: 1px solid #003057;
        height: 5px;
        width: 5px;
        transform: rotate(315deg);
        margin-left: 10px;
        margin-right: 15px;
        padding: 0px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: none;
    }
/*=============================
  END BREADCRUMB CSS
  ===============================*/
/*=============================
  BEGIN SEARCH CSS
  ===============================*/
    .search {
        position: relative;
        width: 100%
    }

        .search form {
            width: 100%
        }

        .search img {
            position: absolute;
            top: 8px;
            left: 15px;
            width: 25px;
        }

        .search input {
            height: 40px;
            text-indent: 35px;
            border: none;
            border-radius: 20px;
            width: 100%;
            font-size: 14px;
            box-shadow: 0 3px 10px rgba(0,0,0,.15) !important;
            font-style: italic;
        }

        .search input::placeholder { color:#777777; font-size: 10px; }

    .cta-search button {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 40px;
        border: none;
        border-radius: 0px 20px 20px 0px;
        width: 100px;
        color: #fff;
        background-color: #0067B9;
        font-size: 16px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        padding: 0px 0px 0px 20px;
    }

        .cta-search button:hover {
            background-color: #41b6e6;
            color: #003057;
        }

        .cta-search button:focus {
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            .cta-search button:focus:not(:focus-visible) {
                outline: none !important;
            }

    .cta-search input:focus {
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
        box-shadow: none;
        border: 2px solid #d6d4d4;
    }

        .cta-search input:focus:not(:focus-visible) {
            outline: none !important;
        }

        .search-error {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            color: #dc3545;
        }

/*=============================
  END SEARCH CSS
  ===============================*/
/*=============================
  BEGIN EMAIL SIGN UP
  ===============================*/
    .email-signup-module {
        background: linear-gradient(90deg, #D4EFFC 50%, #fff 50%);
        z-index: -1
    }

    .email-area-main-container {
        height: auto;
        position: relative;
        max-width: 100%;
        border-radius: 0px;
        z-index: 0;
    }

    .email-area-container {
        position: relative;
        min-height: 136px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
        background-color: #D4EFFC;
        border-radius: 0px;
    }

    .email-area-l-col {
        position: relative;
        margin-top: 20px;
    }

        .email-area-l-col img {
            display: none;
        }

        .email-area-l-col h2 {
            max-width: 100%;
            font-size: 18px;
            font-weight: 500;
            line-height: 27px;
            margin-bottom: 20px;
        }

    .email-area-r-col {
        position: relative;
        max-width: 343px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .email {
        position: relative;
        width: 100%;
        height: 50px;
    }

    .email-validation-container {
        position: relative;
    }

    .success {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #003057;
    }

        .success::before {
            top: 1px;
            position: relative;
            display: inline-block;
            margin-right: 10px;
            font-size: 18px;
        }

    .email-success-icon {
        top: 1px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        color: #0E3652;
        padding-left: 15px;
    }

    .error {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #76232F;
    }

        .error::before {
            top: 1px;
            position: relative;
            display: inline-block;
            margin-right: 10px;
            font-size: 18px;
        }

    .email-error-icon {
        top: 1px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        color: #5B1A24;
        padding-left: 15px;
    }

    .email {
        position: relative;
        width: 100%
    }

        .email form {
            width: 100%
        }

        .email img {
            position: absolute;
            top: 8px;
            left: 15px;
        }

        .email input {
            height: 40px;
            border: none;
            border-radius: 20px;
            width: 100%;
            font-size: 14px;
            box-shadow: 0 3px 10px rgba(0,0,0,.15) !important;
        }

    .cta-email input:focus {
        outline: 1px solid #000000 !important;
        outline-offset: 4px;
        box-shadow: none;
        border: 2px solid #d6d4d4;
    }

        .cta-email input:focus:not(:focus-visible) {
            outline: none !important;
        }



.form-control {
    color: #000000;
    border: 1px solid #4F5769;
}

.form-control:focus {
    color: #000000;
}
.form-check-input {
    color: #000000;
    border: 1px solid #4F5769;
}
.form-select {
    color: #000000;
    border: 1px solid #4F5769;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    margin: 12px 4px 4px 0px;
    width: 20px;
    height: 20px;
}
.form-check-label {
    position:relative;
    top: 2px;
    left: 5px;
}
.form-radio-label {
    position: relative;
    top: -5px;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    font-style: italic;
    height: 100%;
    padding: 10px 10px;
    font-size: 9px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

    .form-floating > .form-control {
        padding: 0px 0px 0px 15px;
    }

    .form-floating > .form-control, .form-floating > .form-select {
        height: 40px;
        line-height: inherit;
        min-height:auto;
    }

        .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
            opacity: 1;
            transform: scale(.65) translateY(-5px) translateX(15px);
        }


    .cta-email button {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 40px;
        border: none;
        border-radius: 0px 20px 20px 0px;
        width: 100px;
        color: #fff;
        background-color: #0067B9;
        font-size: 16px;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        padding: 0px 0px 0px 20px;
    }

        .cta-email button:hover {
            background-color: #41B6E6;
            color: #003057
        }

        .cta-email button:focus {
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            .cta-email button:focus:not(:focus-visible) {
                outline: none !important;
            }

/*=============================
  END EMAIL SIGN UP
  ===============================*/

/*=============================
  BEGIN BACK TO TOP BUTTON
  ===============================*/
    #btn-back-to-top {
        position: fixed;
        margin: 0px;
        bottom: 20px;
        padding-right: 12px;
        width: 177px;
        right: 0px;
        height: 40px;
        display: none;
        background-color: #D4EFFC;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        color: #003057;
        border: none;
        border-radius: 20px 0px 0px 20px;
        z-index: 9999;
    }
/*for animation*/
        #btn-back-to-top:after {
            float: right;
            content: ' ';
            display: inline-block;
            border-bottom: none;
            border-right: none;
            border-top: 2px solid #003057;
            border-left: 2px solid #003057;
            height: 8px;
            width: 8px;
            transition: 0.2s;
            transform: rotate(45deg);
            margin-right: 0px;
            margin-top: 7px;
        }


        #btn-back-to-top:focus {
        }

            #btn-back-to-top:focus:not(:focus-visible) {
            }

/*=============================
  END BACK TO TOP BUTTON
  ===============================*/

/*=============================
  BEGIN TURN ON/OFF ANIMATION BUTTON
  ===============================*/
    .animation-toggle-btn {
        padding-top: 10px;
    }

    .md_switch {
        display: inline-flex;
        align-items: center;
        margin: 0px;
    }

        .md_switch .md_switch__toggle {
            position: relative;
            cursor: pointer;
        }

        .md_switch [type=checkbox] {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

/* default states */

        .md_switch .md_switch__toggle::before,
        .md_switch .md_switch__toggle::after {
            content: '';
            display: block;
            margin: 0 3px;
            transition: all 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
            background: #fff;
        }

        .md_switch .md_switch__toggle::before {
            height: 10px;
            width: 33px;
            border-radius: 0.65em;
            opacity: 0.6;
        }

        .md_switch .md_switch__toggle::after {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            height: 14px;
            width: 14px;
            border-radius: 50%;
            box-shadow: 0 0 8px rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.4);
        }

/* special states */
        .md_switch [type=checkbox]:focus + .md_switch__toggle {
            outline: #fff solid 1px;
            box-shadow: 0 0 8px #5e9ed6;
        }

        .md_switch [type=checkbox]:focus + .md_switch__toggle {
            outline: 1px solid #fff;
            box-shadow: none;
            outline-offset: 1px;
        }

        .md_switch [type="checkbox"]:focus:not(:focus-visible) + .md_switch__toggle {
            box-shadow: none;
            outline: none !important;
            outline-offset: 0px;
        }

        .md_switch [type=checkbox]:disabled + .md_switch__toggle {
            cursor: not-allowed;
            filter: grayscale(100%);
            opacity: 0.6;
        }

            .md_switch [type=checkbox]:disabled + .md_switch__toggle::after {
                box-shadow: none;
            }

/* checked states */

        .md_switch [type=checkbox]:checked + .md_switch__toggle::before,
        .md_switch [type=checkbox]:checked + .md_switch__toggle::after {
            background: #fff;
        }

        .md_switch [type=checkbox]:checked + .md_switch__toggle::after {
            transform: translate(calc(2em - 100%), -50%);
        }
/*=============================
  END TURN ON/OFF ANIMATION BUTTON
  ===============================*/
/*=============================
 Begin Animate dropdown caret
===============================*/
    .dropdown-toggle[aria-expanded="true"]:after {
        float: right;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 4px solid #003057;
        border-right: 4px solid #003057;
        height: 12px;
        width: 12px;
        transform: rotate(-135deg);
        margin-top: 5px;
    }
    /*for animation*/
    .dropdown-toggle:after {
        float: right;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 4px solid #003057;
        border-right: 4px solid #003057;
        height: 12px;
        width: 12px;
        transition: 0.2s;
        transform: rotate(45deg);
        margin-right: 10px;
    }
/*=============================
  End Animate dropdown caret
===============================*/
/*=============================
  Begin Accordion Styles
===============================*/
.accordion-item {
    color: #000;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23003057' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
        transform: scale(1) !important;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23003057' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

    .questions-accordion-container {
        max-width: 905px;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
    }

    .accordion-body {
        padding: 0px 60px 20px 0px;
    }

        .accordion-body p {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
        }

    .questions-accordion-button-container {
        margin-top: 30px;
        margin-bottom: 100px;
        width: 100%;
    }

    .questions-accordion-button {
        display: block;
        text-decoration: none;
        background-color: #003057;
        color: #fff;
        padding: 10px 40px 10px 40px;
        border: 1px solid #fff;
        border-radius: 40px;
        font-size: 16px;
        width: 245px;
        position: relative;
        top: 20px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 auto;
    }

        .questions-accordion-button:hover {
            text-decoration: none;
            background-color: #D4EFFC;
            color: #003057;
            border: 1px solid #003057;
        }

        .questions-accordion-button:focus {
            background-color: #D4EFFC;
            color: #003057;
            border: 1px solid #000000;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            .questions-accordion-button:focus:not(:focus-visible) {
                outline: none !important;
            }

    .accordion-button span {
        padding-right: 20px;
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 25px 0px 25px 0px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        color: #003057;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    }

        .accordion-button:not(.collapsed) {
            color: #003057;
            background-color: #fff;
            box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
        }

        .accordion-button:focus {
            z-index: 3;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            .accordion-button:focus:not(:focus-visible) {
                outline: none !important;
            }
/*=============================
  End Accordion Styles
===============================*/
/*=============================
  BEGIN RELEVANT FAQs
  ===============================*/
    .relevant-faq-module-main-container {
        position: relative;
        min-height: auto;
        height: auto;
        margin-top: 40px;
    }

    .relevant-faq-module-main-inner-container {
        position: relative;
        width: 100%;
        max-height: 240px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 20px 0px 20px;
    }

    .relevant-faq-module-main-container ul {
        color: #000000;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .relevant-faq-module-main-container li {
        padding-bottom: 20px;
    }

    .relevant-faq-bkg-name {
        position: relative;
    }

        .relevant-faq-bkg-name p {
            font-size: 30px;
            font-weight: 700;
            line-height: 54px;
        }

    .relevant-faq-bkg-question {
        position: relative;
    }

        .relevant-faq-bkg-question p {
            font-size: 54px;
            font-weight: 700;
            line-height: 54px;
        }

    .relevant-faq-module-main-inner-container h2 {
        position: relative;
        top: -40px;
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
    }

    .accordion-item ol {
        font-size: 12px !important;
        font-weight: 300 !important;
        line-height: 18px !important;
        text-align: left !important;
        padding-left: 0px !important;
    }

    .accordion-body li:target {
        background: yellow;
    }
/*=============================
  END RELEVANT FAQs
  ===============================*/

/*=============================
Begin Footer CSS
===============================*/

footer h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

    p.need-help {
        position: relative;
        margin-top: -20px;
    }

    h2.disclaimer-bar {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

footer h3 a {
    text-decoration: underline !important;
}

footer:focus {
    outline: 1px solid #fff;
    outline-offset: 4px;
}

    .footer-logo {
        width: 250px;
    }

    .footer-legal h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

footer p {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

footer ul {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    list-style: none;
    padding: 0px;
}

    .footer-app h2 {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
    }

    a.tiaa-white-footer-links {
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 14px;
    }

        a.tiaa-white-footer-links:hover {
            text-decoration: underline;
        }

        a.tiaa-white-footer-links:focus {
            color: #fff;
            outline: 1px solid #fff !important;
            outline-offset: 4px;
        }

            a.tiaa-white-footer-links:focus:not(:focus-visible) {
                color: #fff;
                outline: none !important;
                outline-offset: 4px;
            }

    .california-seal {
        position: relative;
        bottom: -20px;
        margin-top: 0px;
    }

    .footer-social {
        border-top: 1px solid #3A90C1;
        border-bottom: 1px solid #3A90C1;
        max-width: 220px;
    }

    .footer-app {
        border-bottom: 1px solid #3A90C1;
        max-width: 220px;
    }

    .apple-app-container {
        width: 120px;
    }

    .footer-border {
        border-top: 1px solid #3A90C1;
    }

    .footer-small p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .footer-small li {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .footer-small img {
        margin-bottom: 12px;
    }

    .footer-small a {
        font-size: 12px;
        font-weight: 300;
    }

    .disclaimer-bar::before {
        content: '';
        width: 60px;
        height: 2px;
        background: #ed8800;
        position: relative;
        top: -12px;
        display: block;
    }
    /*The outline covers WCAG SC 2.4.7 Focus Visible (AA), but to be safe on WCAG SC 1.4.11 Non-text Contrast (AA), use an outline color with a 3:1 contrast ratio. Using outline ensures it will be visible in Windows High Contrast Mode.   */
    [role="region"][aria-labelledby][tabindex]:focus {
        outline: .1em solid #000;
        outline-offset: 1px;
    }

    .page-level-disclaimer {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
    }

    .site-level-disclaimer p {
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
    }

    .site-level-disclaimer a {
        color: #fff;
        text-decoration: underline;
        font-weight: 300;
        font-size: 16px;
    }

        .site-level-disclaimer a:hover {
            text-decoration: underline;
        }

        .site-level-disclaimer a:focus {
            color: #fff;
            outline: 1px solid #fff !important;
            outline-offset: 4px;
        }

            .site-level-disclaimer a:focus:not(:focus-visible) {
                color: #fff;
                outline: none !important;
                outline-offset: 4px;
            }

    .page-level-disclaimer a {
        color: #fff;
        text-decoration: underline;
        font-weight: 300;
        font-size: 16px;
    }

        .page-level-disclaimer a:hover {
            text-decoration: underline;
        }

        .page-level-disclaimer a:focus {
            color: #fff;
            outline: 1px solid #fff !important;
            outline-offset: 4px;
        }

            .page-level-disclaimer a:focus:not(:focus-visible) {
                color: #fff;
                outline: none !important;
                outline-offset: 4px;
            }

footer ol {
    padding-left: 0px;
    list-style-type: none;
}

footer li {
    margin-bottom: 10px;
}

    a[aria-describedby="footnote-label"] {
        font-size: 10px;
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

    a:focus[aria-describedby="footnote-label"] {
        outline: thin solid #000;
        outline-offset: 2px;
    }

    a.black-footnote-link {
        font-size: 10px;
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

        a.black-footnote-link:focus {
            outline: thin solid #000;
            outline-offset: 2px;
        }

            a.black-footnote-link:focus:not(:focus-visible) {
                outline: none !important;
            }

    a.white-footnote-link {
        font-size: 10px;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

        a.white-footnote-link:focus {
            outline: thin solid #fff;
            outline-offset: 2px;
            color: #fff;
        }

            a.white-footnote-link:focus:not(:focus-visible) {
                outline: none !important;
            }

    .benefits-module2-r-col a[aria-describedby="footnote-label"] {
        font-size: 10px;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }


    .benefits-module2-r-col a:focus[aria-describedby="footnote-label"] {
        outline: thin solid #fff;
        outline-offset: 2px;
    }

    .benefits-module5-l-col a[aria-describedby="footnote-label"] {
        font-size: 10px;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

    .benefits-module5-l-col a:focus[aria-describedby="footnote-label"] {
        outline: thin solid #fff;
        outline-offset: 2px;
    }

    a[aria-describedby="graph-footnote-label"] {
        font-size: 10px;
        color: #000;
        text-decoration: underline;
        cursor: pointer;
    }

    a:focus[aria-describedby="graph-footnote-label"] {
        outline: thin solid #000;
        outline-offset: 2px;
    }

    .compare-module3-r-col a[aria-describedby="footnote-label"] {
        font-size: 10px;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

    .compare-module3-r-col a:focus[aria-describedby="footnote-label"] {
        outline: thin solid #fff;
        outline-offset: 2px;
    }



    [aria-label="Back to content"] {
        font-size: 12px;
        color: #fff;
        padding-left: 5px
    }

        [aria-label="Back to content"]:hover {
            color: #fff;
            padding-left: 5px;
        }

        [aria-label="Back to content"]:focus {
            color: #fff;
            outline: 1px solid #fff !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 5px;
        }

            [aria-label="Back to content"]:focus:not(:focus-visible) {
                color: #fff;
                outline: none !important;
            }

    [aria-label="Back to article"] {
        font-size: 12px;
        color: #000;
        padding-left: 5px;
        text-decoration: underline;
    }

        [aria-label="Back to article"]:hover {
            color: #000;
            padding-left: 5px;
        }

        [aria-label="Back to article"]:focus {
            color: #000;
            outline: 1px solid #000 !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 5px;
        }

            [aria-label="Back to article"]:focus:not(:focus-visible) {
                color: #000;
                outline: none !important;
            }

    [aria-label="Back to graph"] {
        font-size: 12px;
        color: #000;
        padding-left: 5px;
        text-decoration: underline;
    }

        [aria-label="Back to graph"]:hover {
            color: #000;
            padding-left: 5px;
        }

        [aria-label="Back to graph"]:focus {
            color: #000;
            outline: 1px solid #000 !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 5px;
        }

            [aria-label="Back to graph"]:focus:not(:focus-visible) {
                color: #000;
                outline: none !important;
            }

    [aria-label="Back to copy"] {
        font-size: 12px;
        color: #000;
        padding-left: 5px;
        text-decoration: underline;
    }

        [aria-label="Back to copy"]:hover {
            color: #000;
            padding-left: 5px;
        }

        [aria-label="Back to copy"]:focus {
            color: #000;
            outline: 1px solid #000 !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 5px;
        }

            [aria-label="Back to copy"]:focus:not(:focus-visible) {
                color: #000;
                outline: none !important;
            }

    [aria-label="Back to table"] {
        font-size: 12px;
        color: #000;
        padding-left: 5px;
        text-decoration: underline;
    }

        [aria-label="Back to table"]:hover {
            color: #000;
            padding-left: 5px;
        }

        [aria-label="Back to table"]:focus {
            color: #000;
            outline: 1px solid #000 !important;
            outline-offset: 4px;
            padding: 0px 0px 4px 5px;
        }

            [aria-label="Back to table"]:focus:not(:focus-visible) {
                color: #000;
                outline: none !important;
            }

    /** Highlight target note*/
footer :target {
    outline: thin solid #fff;
    outline-offset: 2px;
}

    /** Highlight target note*/
    .benefits-module3-r-column .graph-disclaimer-container :target {
        background: yellow;
    }

    .article-detail-module2 ol :target {
        background: yellow;
    }

    /** Highlight target note*/
.compare-module2-copy footer :target {
    background: yellow;
}

    /** Highlight target note*/
    .footnoteTarget {
        outline: thin solid #fff;
        outline-offset: 2px;
    }

    .visually-hidden {
        position: absolute;
        clip: rect(0 0 0 0);
        visibility: hidden;
        opacity: 0;
    }

/*=============================
End Footer CSS
===============================*/
/*=============================
  Begin Desktop Search Modal Overides CSS
  ===============================*/
    #desktopSearchModal .btn-close {
        width: 60px;
        background-position: 50px 13px;
        background-size: 36px 10px;
        font-size: 14px;
        color: #333333;
        background: none;
        opacity: 1;
        font-weight: 300;
    }

        #desktopSearchModal .btn-close:hover {
            color: #333333;
            opacity: .75;
        }

        #desktopSearchModal .btn-close:focus {
            box-shadow: none;
            background-color: none;
            color: #333333;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            #desktopSearchModal .btn-close:focus:not(:focus-visible) {
                box-shadow: none;
                background-color: none;
                color: #333333;
                outline: none !important;
            }

    #desktopSearchModal .modal-content {
        border-radius: 20px;
    }

    #desktopSearchModal .modal-header {
        border-bottom: none;
    }

    #desktopSearchModal .modal-footer {
        border-top: none;
    }

    #desktopSearchModal .modal-body h2 {
        font-size: 18px;
        font-weight: 300;
    }

/*=============================
  END Desktop Search Modal Overides CSS
  ===============================*/

/*=============================
End Footer CSS
===============================*/

/*=============================
Begin Global Form CSS
===============================*/
    button.form-submit-blue {
        height: 40px;
        border: none;
        border-radius: 20px;
        width: 100px;
        color: #fff;
        background-color: #003057;
        font-size: 16px;
        font-weight: 500;
        align-items: center;
        text-transform: uppercase;
    }

        button.form-submit-blue:hover {
            background-color: #003057;
            color: #fff
        }

        button.form-submit-blue:focus {
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
            box-shadow: none;
        }

            button.form-submit-blue:focus:not(:focus-visible) {
                outline: none !important;
            }


/*=============================
  Begin Graph  Modal Overides CSS
  ===============================*/
    #desktopGraphModal .btn-close {
        width: 60px;
        background-position: 50px 13px;
        background-size: 36px 10px;
        font-size: 14px;
        color: #333333;
        background: none;
        opacity: 1;
        font-weight: 300;
    }

        #desktopGraphModal .btn-close:hover {
            color: #333333;
            opacity: .75;
        }

    #desktopGraphModal .modal-content {
        border-radius: 20px;
    }

    #desktopGraphModal .modal-header {
        border-bottom: none;
    }

    #desktopGraphModal .modal-footer {
        border-top: none;
    }

    #desktopGraphModal .modal-body p {
        font-size: 18px;
        font-weight: 300;
    }

/*===============================
  END Desktop Search Modal Overides CSS
  ===============================*/



    @media (min-width: 320px) {
/*===============================
  BEGIN BREADCRUMB CSS
  ===============================*/
        .breadcrumb-main-container {
            padding: 15px 20px 0px 20px;
        }

        .breadcrumb li:first-child {
            min-width: 45px;
        }

        .breadcrumb li:nth-child(n+2) {
            min-width: 50%;
        }

        .breadcrumb-item + .breadcrumb-item:nth-child(2) {
            padding-left: 0px;
            padding-right: 0px;
        }


        .breadcrumb-item + .breadcrumb-item:nth-child(3) {
            padding-left: 0px;
        }



        .breadcrumb-item + .breadcrumb-item:nth-child(4) {
            padding-left: 0px;
        }


        .cta-quinary {
            font-size: 14px;
        }
/*===============================
  END BREADCRUMB CSS
  ===============================*/
    }

    @media (min-width: 360px) {

/*===============================
  BEGIN RELEVANT FAQs
  ===============================*/
        .relevant-faq-bkg-name p {
            font-size: 36px;
        }

        .relevant-faq-bkg-question p {
            font-size: 54px;
        }
/*===============================
  END RELEVANT FAQs
  ===============================*/
        .search input::placeholder {font-size: 12px;} 
        .form-floating > label {font-size: 11px;}
    }

    @media (min-width: 375px) {
        .dropdown-item {
            font-size: 18px;
        }
        .dropdown-menu.columns-2 {
            min-width: 240px;
        }

        .footer-logo {
            width: 320px;
        }

        .email input {
        }

            .email input::placeholder {
                font-size: 16px;
            }

        .text-input-floating-label label {
            font-size: 16px;
        }

        .form-floating > label {
            font-size: 12px;
        }

        .search input::placeholder {font-size: 14px;} 
/*===============================
  BEGIN RELEVANT FAQs
  ===============================*/
        .relevant-faq-bkg-name p {
            font-size: 38px;
        }

        .relevant-faq-bkg-name-questions p {
            font-size: 38px;
        }

        .relevant-faq-bkg-question p {
            font-size: 54px;
        }
/*===============================
  END RELEVANT FAQs
  ===============================*/
    }

    @media (min-width: 376px) {
/*===============================
  BEGIN BREADCRUMB CSS
  ===============================*/
        .breadcrumb-item:first-child {
            padding-right: 0px;
        }

        .breadcrumb-item + .breadcrumb-item:nth-child(2) {
            padding-left: 0px;
            padding-right: 0px;
        }



        .breadcrumb-item + .breadcrumb-item:nth-child(3) {
            padding-left: 0px;
        }


        .breadcrumb-item + .breadcrumb-item:nth-child(4) {
            padding-left: 0px;
        }
/*===============================
  END BREADCRUMB CSS.email-area-r-col
  ===============================*/
    }

    @media (min-width: 460px) {



/*===============================
  BEGIN BREADCRUMB CSS
  ===============================*/
        .breadcrumb-item:first-child {
            padding-right: 0px;
        }

        .breadcrumb-item + .breadcrumb-item:nth-child(2) {
            padding-left: 0px;
            padding-right: 0px;
        }

        .breadcrumb-item + .breadcrumb-item:nth-child(3) {
            padding-left: 0px;
        }


        .breadcrumb-item + .breadcrumb-item:nth-child(4) {
            padding-left: 0px;
        }
/*===============================
  END BREADCRUMB CSS
  ===============================*/
}

@media (min-width: 576px) {
    #desktopSearchModal .modal-dialog {
        max-width: 650px;
    }

    .breadcrumb-main-container {
        padding: 15px 0px 0px 0px;
    }

    .breadcrumb li:first-child {
        min-width: auto;
    }

    .breadcrumb li:nth-child(n+2) {
        min-width: auto;
    }
/*===============================
Begin Accordion Styles
===============================*/
    .questions-accordion-container {
        padding: 0px;
    }
/*===============================
End Accordion Styles
===============================*/

    .email-area-l-col {
        max-width: 490px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .email-area-r-col {
        margin-bottom: 30px;
    }

/*===============================
BEGIN RELEVANT FAQs
===============================*/
    .relevant-faq-bkg-name p {
        font-size: 60px;
        line-height: 80px;
    }

    .relevant-faq-bkg-name-questions p {
        font-size: 60px;
        line-height: 80px;
    }

    .relevant-faq-bkg-question p {
        font-size: 80px;
        line-height: 80px;
    }
/*===============================
END RELEVANT FAQs
===============================*/
/*===============================
  Begin Helpers
  ===============================*/	
  .no-wrap-sm {white-space: nowrap;}
/*===============================
  End Helpers
  ===============================*/
}

@media (min-width: 768px) {

    .apple-app-container {
        width: 50%;
    }

    .apple-app-img {
        width: 96px;
    }

    .google-app-img {
        width: 96px;
    }

    .email-area-container {
        border-radius: 0px 20px 0px 0px;
        max-width: 90%;
    }

    .email-area-l-col {
        padding: 0px 50px 0px 0px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        text-align: left;
    }

    .email-area-r-col {
        margin-bottom: 30px;
    }

    .california-seal {
        position: relative;
        bottom: 0px;
        margin-top: -130px;
    }
/*===============================
Begin Accordion Styles
===============================*/

    .accordion-button {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
    }
/*===============================
End Accordion Styles
===============================*/

/*===============================
BEGIN BREADCRUMB CSS
===============================*/
    .breadcrumb-item:first-child {
        padding-right: 0px;
    }

    .breadcrumb-item + .breadcrumb-item:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    .breadcrumb-item + .breadcrumb-item:nth-child(3) {
        padding-left: 0px;
    }


    .breadcrumb-item + .breadcrumb-item:nth-child(4) {
        padding-left: 0px;
    }
/*===============================
END BREADCRUMB CSS
===============================*/
/*===============================
  Begin Helpers
  ===============================*/	
  .no-wrap-md {white-space: nowrap;}
/*===============================
  End Helpers
  ===============================*/
}

@media (min-width: 992px) {
/*===============================
Begin Helpers
===============================*/
.hide-on-mobile {display: block;}
.desktoponly {display: inline-block;}
.mobileonly {display: none;}
.no-wrap-lg {white-space: nowrap;}
/*===============================
End Helpers
===============================*/
    #homepage-alert h2 {
        font-size: 18px;
    }

    #page-alert h2 {
        font-size: 18px;
    }

    .alert-text-link-container {
        display: unset;
        margin-top: 0px;
    }

    a.alert-text-link {
        font-size: 16px;
        color: #003057;
        text-decoration: none;
    }

    .navbar {
        box-shadow: 0px 1px #ccc;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1000;
    }

    a.nav-link {
        font-size: 13px;
    }

    .navbar-collapse {
        border-top: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu {
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0 3px 10px rgba(0,0,0,.15) !important;
    }

        .dropdown-menu::after {
            content: '';
            width: 85px;
            height: 2px;
            background: #055280;
            position: absolute;
            top: 0px;
        }

    a.primary-nav-links {
        color: #0067B9;
        text-decoration: none;
    }

        a.primary-nav-links:hover {
            background-color: #fff;
            color: #000;
        }

        a.primary-nav-links:focus {
            background-color: #fff;
            color: #0067B9;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            a.primary-nav-links:focus:not(:focus-visible) {
                background-color: #fff;
                color: #0067B9;
                outline: none !important;
            }

    a.primary-sub-nav-links {
        color: #003057;
        text-decoration: none;
    }

        a.primary-sub-nav-links:hover {
            background-color: transparent;
            color: #003057;
            text-decoration: underline;
        }

        a.primary-sub-nav-links:focus {
            background-color: transparent;
            color: #003057;
            outline: 1px solid #000000 !important;
            outline-offset: 4px;
        }

            a.primary-sub-nav-links:focus:not(:focus-visible) {
                background-color: transparent;
                color: #003057;
                outline: none !important;
            }

    .dropdown-toggle.mobilearrowdown::after {
        border-bottom: none;
        border-right: none;
    }

    .dropdown-toggle.mobilearrowup::after {
        border-bottom: none;
        border-right: none;
    }

    .navbar-nav li {
        padding: 0px;
        border-top: none;
        list-style: none;
    }

    .nav-search-desktop {
        background: none;
        border: none;
    }

        .nav-search-desktop:hover {
            text-decoration: underline;
        }

        .nav-search-desktop:focus {
            box-shadow: none;
            outline: 1px solid #fff !important;
            outline-offset: 0px;
        }

            .nav-search-desktop:focus:not(:focus-visible) {
                outline: none !important;
                box-shadow: none;
            }

/*hide dropdown carets for desktop only*/
    .dropdown-toggle[aria-expanded="true"]:after {
        display: none;
    }

    .dropdown-toggle:after {
        display: none;
    }

    .dropdown-menu[data-bs-popper] {
        margin-top: 27px;
    }

    .dropdown-item {
        font-size: 13px;
        font-weight: 400;
    }

    .icon-blue-bkg {
        width: 54px;
        height: 54px;
        background-color: #003057;
        border-radius: 8px;
        margin-top: 10px;
        margin-left: 5px;
    }

    .icon1 img {
        width: 26px;
    }

    .icon2 img {
        width: 20px;
    }

    .icon3 img {
        width: 26px;
    }

    .icon4 img {
        width: 26px;
    }

    .icon5 img {
        width: 26px;
    }

    .btn-primary-nav {
        padding: 5px 10px;
        font-size: 10px !important;
        margin-top: 3px !important;
    }

        .btn-primary-nav:hover {
            padding: 5px 10px;
            font-size: 10px !important;
            margin-top: 3px !important;
        }

    .navbar-brand img {
        width: 150px;
        margin-top: -8px;
    }

    .apple-app-container {
        width: 110px;
    }

    .wide-dropdown {
        min-width: 340px !important;
    }
    .wide-dropdown2 {
        min-width: 320px !important;
    }

        .wide-dropdown a {
            margin-left: -30px !important;
        }
    .wide-dropdown2 a {
        margin-left: -20px !important;
    }

    a.content-link:after {
        top: 7px;
        position: relative;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 2px solid #0067B9;
        border-right: 2px solid #0067B9;
        height: 7px;
        width: 7px;
        transform: rotate(315deg);
        margin-left: 5px;
        margin-right: 10px;
    }

    a.content-link-secondary:after {
        top: 7px;
        position: relative;
        content: ' ';
        display: inline-block;
        border-top: none;
        border-left: none;
        border-bottom: 2px solid #003057;
        border-right: 2px solid #003057;
        height: 7px;
        width: 7px;
        transform: rotate(315deg);
        margin-left: 5px;
        margin-right: 10px;
    }

/*===============================

BEGIN MODULE 7 - EMAIL SIGN UP
===============================*/
    .email-area-main-container {
        max-width: 100%;
        border-radius: 0px 20px 0px 0px;
    }

    .email-area-container {
        max-width: 910px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
    }

    .email-area-l-col {
        text-align: left;
        padding: 10px 0px 0px 0px;
        margin-left: 0px;
    }

        .email-area-l-col img {
        }

        .email-area-l-col h2 {
            max-width: 490px;
        }

    .email-area-r-col {
        position: relative;
        max-width: 343px;
        margin: 0 auto;
        margin-left: 0px;
        padding-top: 45px;
    }
/*===============================
EMAIL SIGN UP
===============================*/
/*===============================
Begin Accordion Styles
===============================*/
    .questions-accordion-button-container {
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .accordion-button {
        padding: 25px 30px 25px 0px;
    }
/*===============================
End Accordion Styles
===============================*/
/*===============================
BEGIN RELEVANT FAQs
===============================*/
    .relevant-faq-bkg-name p {
        font-size: 110px;
        line-height: 155px;
    }

    .relevant-faq-bkg-question p {
        font-size: 150px;
        line-height: 172px;
    }

    .relevant-faq-module-main-inner-container h2 {
        position: relative;
        top: -70px;
        font-size: 34px;
        line-height: 47px;
    }
/*===============================
END RELEVANT FAQs
===============================*/

/*===============================
BEGIN BUTTONS
===============================*/
    .cta-quinary {
        padding: 10px 20px 10px 20px;
    }
/*===============================
END BUTTONS
===============================*/
}

@media (min-width: 1200px) {

    .dropdown-menu.columns-2 {
        min-width: 260px;
    }

    .wide-dropdown {
        min-width: 360px !important;
    }

    .wide-dropdown2 {
        min-width: 340px !important;
    }

    .wide-dropdown a {
        margin-left: -30px !important;
    }

    .wide-dropdown2 a {
        margin-left: -20px !important;
    }
/* Bootsrap Container Width Override */
    .container {
        max-width: 1440px;
    }

    .btn-primary-nav {
        padding: 5px 10px 5px 10px;
        font-size: .7rem !important;
    }

        .btn-primary-nav:hover {
            padding: 5px 10px 5px 10px;
            font-size: .7rem !important;
        }

    .navbar-brand img {
        width: 100%;
    }

    .apple-app-container {
        width: 50%;
    }

    .apple-app-img {
        width: 86px;
    }

    .google-app-img {
        width: 86px;
    }

/*===============================
BEGIN MODULE 7 - EMAIL SIGN UP
===============================*/
    .email-area-main-container {
        max-width: 100%;
    }

    .email-area-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0px 0px 0px 20px;
    }

    .email-area-l-col {
    }

        .email-area-l-col img {
            display: block;
            width: 50px;
            padding-top: 7px;
        }

        .email-area-l-col h2 {
            max-width: 570px;
        }

    .email-area-r-col {
        position: relative;
        max-width: 343px;
        margin: 0 auto;
        margin-left: 0px;
    }
/*===============================
END MODULE 7 - EMAIL SIGN UP
===============================*/

/*===============================
BEGIN RELEVANT FAQs
===============================*/
    .relevant-faq-module-main-inner-container {
        max-height: 200px;
    }
/*===============================
END RELEVANT FAQs
===============================*/

/*===============================
BEGIN BUTTONS
===============================*/
    .cta-quinary {
        padding: 10px 40px 10px 40px;
    }
/*===============================
END BUTTONS
===============================*/
/*===============================
  Begin Helpers
  ===============================*/	
  .no-wrap-xl {white-space: nowrap;}
/*===============================
  End Helpers
  ===============================*/
}

@media (min-width: 1350px) {
    .apple-app-img {
        width: 96px;
    }

    .google-app-img {
        width: 96px;
    }
}

@media (min-width: 1400px) {
    a.nav-link {
        font-size: 1rem;
    }

    .dropdown-menu.columns-2 {
        min-width: 345px;
    }

    .wide-dropdown {
        min-width: 480px !important;
    }

    .wide-dropdown a {
        margin-left: -40px !important;
    }

    .wide-dropdown2 {
        min-width: 410px !important;
    }

    .wide-dropdown2 a {
        margin-left: -20px !important;
    }

    .dropdown-item {
        font-size: 18px;
        font-weight: 400;
    }

    .icon-blue-bkg {
        width: 64px;
        height: 64px;
        background-color: #003057;
        border-radius: 8px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .icon1 img {
        width: 36px;
    }

    .icon2 img {
        width: 26px;
    }

    .icon3 img {
        width: 36px;
    }

    .icon4 img {
        width: 36px;
    }

    .icon5 img {
        width: 36px;
    }

    .dropdown-menu::after {
        width: 110px;
    }

    .btn-primary-nav {
        padding: 7px 15px 7px 15px;
        font-size: .9rem !important;
    }

        .btn-primary-nav:hover {
            padding: 7px 15px 7px 15px;
            font-size: .9rem !important;
        }
    .dropdown-menu[data-bs-popper] {
        margin-top: 25px;
    }

/*===============================
  Begin Helpers
  ===============================*/	
  .no-wrap-xxl {white-space: nowrap;}
/*===============================
  End Helpers
  ===============================*/
}

@media (min-width: 1430px) {
    .btn-primary-nav {
        padding: 7px 35px 7px 35px;
        font-size: 1rem !important;
    }

        .btn-primary-nav:hover {
            padding: 7px 35px 7px 35px;
            font-size: 1rem !important;
        }

    .dropdown-menu[data-bs-popper] {
        margin-top: 24px;
    }
}

@media (min-width: 1440px) {

    .breadcrumb-main-container {
        padding: 15px 0px 0px 0px;
    }
/*===============================
BEGIN MODULE 7 - EMAIL SIGN UP
===============================*/
    .email-area-main-container {
    }

    .email-area-container {
        max-width: 100%;
        margin: 0px;
        padding: 0px 0px 0px 130px;
    }

    .email-area-l-col {
    }

        .email-area-l-col img {
        }

        .email-area-l-col h2 {
        }

    .email-area-r-col {
        position: relative;
        max-width: 343px;
        margin: 0 auto;
        margin-left: -80px;
    }
/*===============================
END MODULE 7 - EMAIL SIGN UP
===============================*/
}

@media (min-width: 1500px) {

}

/*=============================
  BEGIN AUTOCOMPLETE SEARCH CSS
  ===============================*/

    .st-search-input::-webkit-input-placeholder {
        color: #777777;
    }

    .st-search-input:-moz-placeholder { /* Firefox 18- */
        color: #777777;
    }

    .st-search-input::-moz-placeholder { /* Firefox 19+ */
        color: #777777;
    }

    .st-search-input:-ms-input-placeholder {
        color: #777777;
    }

    .swiftype-widget .autocomplete {
        background-color: #fff;
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        border: 1px solid #d1d1d1;
        width: 350px;
    }

        .swiftype-widget .autocomplete a {
            font-style: italic;
            color: #000000;
        }

        .swiftype-widget .autocomplete ul {
            background-color: #fff;
            display: block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
        }

        .swiftype-widget .autocomplete li {
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #fff;
            cursor: pointer;
            padding: 10px 8px;
            font-size: 13px;
            list-style-type: none;
            background-image: none;
            margin: 0;
        }

            .swiftype-widget .autocomplete li:first-child {
                border-top: 1px solid #fff;
            }

            .swiftype-widget .autocomplete li:last-child {
            }

            .swiftype-widget .autocomplete li.active {
                background-color: #f9f9f9;
            }

    .seeall {
        color: #0065a2;
        background-color: #f9f9f9;
    }

    .swiftype-widget .autocomplete li p {
        font-size: 13px;
        line-height: 16px;
        margin: 0;
        padding: 0;
    }

        .swiftype-widget .autocomplete li p.title {
            font-weight: bold;
            color: #1c6cb5;
        }

            .swiftype-widget .autocomplete li p.title em {
                color: #0b2644;
                font-style: normal;
                font-weight: bold;
            }

    .swiftype-widget .autocomplete li.active p.title {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
    }

        .swiftype-widget .autocomplete li.active p.title em {
            color: #fff;
            font-style: normal;
        }

    .swiftype-widget .autocomplete li .sections {
        color: #999;
        font-size: 11px;
    }

        .swiftype-widget .autocomplete li .sections em {
            color: #666;
            font-style: normal;
        }

        .swiftype-widget .autocomplete li .sections .section {
            display: inline;
        }

    .swiftype-widget .autocomplete li.active .sections {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        color: #a9d7f1;
    }

        .swiftype-widget .autocomplete li.active .sections em {
            color: #a9d7f1;
            font-style: normal;
        }

    #search {
        width: 220px !important;
        border-left: 0;
        margin-left: 60px;
        position: relative;
    }

    .result em {
        font-weight: bold;
    }

    .st-default-search-input {
        background-color: #fff !important;
        border: 0 !important;
        vertical-align: middle;
        border-radius: 15px !important;
        color: #666 !important;
        font-style: italic;
        font-weight: 300 !important;
        width: 165px !important;
        background-image: url(icon-search.png) !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) !important;
        padding: 7px 30px 7px 10px !important;
        display: inline-block;
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        box-sizing: content-box;
        background-clip: padding-box;
        box-shadow: none;
    }

    .st-default-search-input-mobile {
        font-family: Ubuntu;
        text-align: center;
        background-color: #3b3f40 !important;
        border: 0;
        vertical-align: middle;
        border-radius: 2px;
        color: #666;
        font-style: normal;
        width: 185px;
        background-image: url(icon-search.png);
        background-repeat: no-repeat;
        background-position: calc(50% + 12px);
        padding: 10px 30px 10px 10px;
        display: inline-block;
        height: 16px;
        font-size: 14px;
        line-height: 16px;
        box-sizing: content-box;
        margin-top: 12px;
    }

        .st-default-search-input-mobile:focus {
            color: #666 !important;
            background-color: #fff !important;
            text-align: left;
        }

    .swiftype-widget .autocomplete {
        margin-top: 0px !important;
    }

    @media only screen and (min-width: 510px) {
        #mobilesearch {
            display: none;
        }
    }

    @media only screen and (max-width: 509px) {
        #mobilesearch {
            display: block;
        }
    }

/*=============================
  END AUTOCOMPLETE SEARCH CSS
  ===============================*/		
		

