.landingPage .homeCardTitleNS, .landingPage .eComPreferencesMainTitle {
	color: #01384D;
}

.landingPage .arrowButton img {
	filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(3934%) hue-rotate(146deg) brightness(95%) contrast(98%);
}

.landingPage .arrowButton img:hover {
	filter: brightness(0) saturate(100%) invert(40%) sepia(68%) saturate(534%) hue-rotate(136deg) brightness(90%) contrast(88%);
}

.landingPage .subHeaderStyling {
	color: #0A58CA;
}

.landingPage .btn-primary, .landingPage .next-step-continue {
	background-color: #0E3F75;
	border: 1px solid #0E3F75 !important;
}

.landingPage .btn-primary:hover, .landingPage .btn-primary:focus, .landingPage .next-step-continue:hover {
	background-color: #082646;
	border: 1px solid #082646 !important;
}

.landingPage .btn-secondary {
	background: rgba(255, 255, 255, 0.00);
    border: 1px solid  #0E3F75  !important;
	color:  #0E3F75  !important;
}

.landingPage .btn-link {
	border: 1px solid var(--HitBox, rgba(255, 255, 255, 0.00));
	background: var(--HitBox, rgba(255, 255, 255, 0.00));
}

.landingPage .btn-secondary:hover, .landingPage .btn-secondary:focus {
    background-color: #082646 !important;
    border: 1px solid #082646 !important;
    color: var(--bs-btn-active-color) !important;
}

.landingPage .btn-light, .landingPage .prev-step {
	background-color: #FFF;
	border: 2px solid #0E3F75 !important;
	color: #0E3F75;
	margin-left: 5 !important;
}

.landingPage #landingHeroButton.btn-primary  {
	background-color: #00E0CA;
	border: 2px solid #00E0CA !important;
	color: #01384D;
}

.landingPage #landingHeroButton.btn-primary:hover  {
	background-color: #14FFE8;
	border: 2px solid #14FFE8 !important;
}

.landingPage .backButton:hover {
	border: 2px solid #0E3F75 !important;
}

.landingPage .loginHeaderPageTitle {
    font-weight: bold;
    font-size: 33px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: none;
    color: #01384D;
    display: inline-block;
}

.landingPage .modal-header {
    padding: 15px;
    display: flex;
    background-color: #0E3F75;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.landingPage .popupButtonLeft {
    color: #0E3F75 !important;
    background-color: #fff !important;
}

.landingPage .popupButtonRight {
    color: #fff !important;
    background-color: #0E3F75 !important;
}

.landingPage .loginSmall a:link{
	color: #0A58CA;
}

.landingPage .loginSmall a:visited{
	color: #0A58CA;
}

.landingPage .loginSmall a:hover{
	color: #0A58CA;
}

.landingSpace {
	padding-top: 95px;
}

.landingPage .res-main-section {
	margin-top: 0;
	margin-bottom: 95px !important;
}

.landingHero, .pcContainer, .landingPage .homeCardVisiting,
	.landingPage .needsAttention {
	margin-top: 95px;
}

.landingPage .btnTL {
	margin: 0 8px 0;
}

.landingPage .homeCard {
	margin: 0 2% 0;
}

.landingPage .landingFlex, .landingPage .new-inner-content {
	margin-top: 0 !important;
}

.landingPage .enableBenefits, .landingPage .enableApplications,
	.landingPage #sixthColBenefitsMainDiv, .landingPage .landingColWrapper,
	.landingPage .refreshDashboard {
	margin-top: 75px;
}

.landingPage .messageCenterContainer {
	margin-bottom: 0;
}

.landingPage .landingLogin {
	margin-top: 175px;
}

.landingPage .btn-outline-primary {
	color: #0A58CA;
	border-color: #0A58CA;
}

.landingPage .btn-outline-primary:hover {
	color: #fff;
	background-color: #0A58CA;
	border-color: #0A58CA;
}
.width-100 {
	width: 100% !important;
}
.newContainerHomeLayout{
	width: 100% !important;
	margin: 0px !important;
}

.landingPage .popupButtons {
    background-color: #0E3F75;
    border: 1px solid #0E3F75 !important;
    padding: 2px 8px !important;
    margin-left: 0 !important;
    border-radius: 100px;
    min-width: 100px;
    font-weight: 700;
    font-size: 14px !important
}

.breadCrumbs{
	margin-top:25px;
}

.no-log-header-opt > .btn-link {
	color: var(--Secondary-Palette-Greenery, #027375) !important;
	white-space: nowrap;
	display: inline-flex;
	padding: 8px 16px !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 4.8px;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
    text-decoration: none;
    margin: 0px !important;
}

.no-log-header-opt > .btn-link:hover {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}


/** Tablet **/
@media screen and (min-width:768px) and (max-width:1023px) {
	.no-log-header-opt > .btn-link {
		font-size: 16px !important;
	}	
}
	
/** Mobile **/
@media only screen and (max-width: 767px){	
	.no-log-header-opt > .btn-link {
		font-size: 16px !important;
	}
}
