@charset "utf-8";
/* CSS Document */


/*========
BODY TEXT
========*/
@font-face {
	font-family: "Enterprise Sans";
	src: url(https://nav.optum.com/rs/243-DKH-914/images/OptumSans-Regular.woff2?version=0);
}

body {
	font-family: "Enterprise Sans","Helvetica Neue", Helvetica, Arial,sans-serif;  
}

/*========
BODY TEXT
========*/
/*HEADING*/
.custom-text--heading {
	font-family: 'Optum Sans Bold', 'Arial';
	color: #002677;
	font-size: 36.48px;
	line-height: 42px;
	margin-bottom: 18px;
}

/*BODY TEXT*/
.custom-text--copy {
	color: #2d2e31;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 30px;
}

/*LINK OR BUTTON*/
.custom-text--button {
    background-color: #002677;
	color: #fff;
	font-size: 16px;
	font-family: 'Optum Sans Bold', 'Arial';
	border: none;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	text-decoration: none;
	border-radius: 90px;
}

.custom-text--button1 {
	color: #002677;
	font-size: 16px;
	font-family: 'Optum Sans Bold', 'Arial';
	border: none;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	text-decoration: none;
	border-radius: 90px;
	box-shadow: inset 0 0 0 2px #002677;
}

/*====
MEDIA 
=====*/
/*PICTURE OR IMAGE*/
.custom-media--image {
	width: 100%;
	box-sizing: border-box;
}

/*==============================================
GENERAL LAYOUT
To make changes from this point on, 
we recommend having a basic understanding of CSS
===============================================*/
.custom-container {
	margin: auto;
	max-width: 1220px;
}

.custom-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 30px 0px;
}

.custom-content.sec7 {
    grid-template-columns: 1fr;
}

.custom-text {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.custom-media {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 950px) {
	.custom-content {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
		padding: 0px;
	}

	.custom-text {
		padding: 60px;
		margin: auto;
		width: 90%;
		text-align: center;
		grid-row: 2;
	}

	.custom-text--heading {
		text-align: center;
	}

	.custom-text--button {
		display: flex;
		margin: auto;
	}
}

@media screen and (max-width: 568px) {
	.custom-text {
		padding: 0px 0px;
	}

	.custom-text--heading {
		font-size: 25px;
        line-height: 30px;
	}

	.custom-text--copy,
	.custom-text--button {
		font-size: 16px;
        margin-bottom: 20px;
	}
    
    .custom-container h2 {
        margin-top: 10px;
    }
    
    .custom-text--button {
        padding: 10px 14px;
    }

	.o4-text__display-2 {
		color: #002677;
		font-family: 'Optum Sans Bold', 'Arial';
		font-size: 18.17px !important;
		line-height: 24px !important;
	}
}

/**** SERVICE ****/
.service-section h3 {
	font-size: 36px;
	margin-bottom: 32px;
	color: #222;
	letter-spacing: 0.05em;
}

.service-items h4 {
	font-size: 22px;
	color: #F05F40;
}

.service-items h4 a {
	font-size: 26px;
	color: #002677;
}

.service-items h4 a:hover {
	text-decoration: none;
}

.service-items p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #414141;
	margin-bottom: 25px;
}

/**** SERVICE END ****/
@media screen and (min-width: 1200px) {
	.container {
		width: 1220px !important;
	}
}

.image-1 {
	object-fit: cover;
	top: 0;
	width: 100%;
	height: 100%;
}

.image111 {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.o4-text__body-1,
.o5-text__body-1 {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
	font-family: "Optum Sans Regular", "Arial";
	margin-bottom: 20px;
}

.o4-text__display-2 {
	color: #002677;
	font-family: 'Optum Sans Bold', 'Arial';
	font-size: 46.17px;
	line-height: 30px;
}

.o4-text__body-1-bold {
	font-family: 'Optum Sans Bold', 'Arial';
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
}

.o4-text__body-1-opt {
	color: #002677;
	font-family: "Optum Sans Regular", "Arial";
	font-size: 18px;
	line-height: 24px;
}

.type__body-2 {
	color: #5a5a5a;
	font-family: "Optum Sans Regular", "Arial";
	font-size: 16px;
	line-height: 20px;
}

.tick-image {
	display: table;
	margin: auto;
}

.mktoGen.mktoImg {
	display: block !important;
}


/**section 11css **/
.o4-callToAction__container--brand-secondary-2 {
	background-color: #d9f6fa;
}

@media screen and (min-width: 768px) {
	.o4-callToAction__container {
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: 1fr max-content;
	}

	.o4-callToAction__text {
		width: 80%;
		padding-bottom: 64px;
	}

	.o4-callToAction__buttons {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		max-width: 540px;
		margin: 0;
	}
}

.o4-callToAction__buttons {
	overflow-wrap: anywhere;
	margin-bottom: 48px;
}

.o4-callToAction__container {
	grid-template-columns: 1fr;
	display: grid;
}

.o4-callToAction__text {
	width: 100%;
	padding-top: 64px;
}

/*footer css*/
.footer-uppercase {
	color: #5a5a5a !important;
	font-family: "Optum Sans Bold", "Arial";
	font-weight: bold;
	font-size: 20.25px;
	line-height: 24px;
	text-transform: capitalize;
	letter-spacing: normal;
}

.f1 {
	color: #5a5a5a;
	text-decoration: underline;
}

.footer-text {
	color: #5a5a5a !important;
}

#download-button.mktoText.sec-button {
    margin: 25px 10px;
}

.sec5-h3 {
    color: #002677;
    font-size: 21px;
    line-height: 27px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.sec5-bodycopy p {
    font-size: 16px;
}

.sec13-h1 {
	line-height: 38px;
	color: #002677;
	font-weight: 700;
	font-size: 35px;
	width: 100%;
	overflow-wrap: break-word;
	margin-top: 0px;
	margin-bottom: 16px;
}

.sec13-h5 {
	color: #002677;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
}

.sec13-p {
	color: #5a5a5a;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	overflow-wrap: break-word;
	font-family: "Optum Sans Regular", "Arial";
}

.sec13-iconImg img {
	width: auto;
	height: 64px;
}

.sec13-buttons a {
	color: #002677;
	background-color: #fbf9f4;
	box-shadow: inset 0 0 0 2px #002677;
	border: 0;
	font-family: "Optum Sans Bold", "Arial";
	font-weight: 700;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	margin: 25px 0 5px 0;
	border-radius: 90px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 24px;
	min-width: 142px;
}

@media only screen and (max-device-width: 767px) {
	.sec13-buttons a {
		width: 100%;
		font-size: 18px;
	}

}

.sec14-header {
	font-size: 32.43px;
	line-height: 40px;
	color: #002677;
	width: 100%;
	overflow-wrap: break-word;
	margin-top: 0px;
	margin-bottom: 16px;
}

.sec14-text {
	color: #002677;
	width: 100%;
	overflow-wrap: break-word;
	font-family: "Optum Sans Regular", "Arial";
}

#section14 {
	background: #d9f6fa;
	padding: 50px;
}

.sec14-button a {
	color: #fbf9f4;
	background-color: #002677;
	font-size: 18px;
	line-height: 24px;
	padding: 16px 24px;
	min-width: 153px;
	min-height: 56px;
	justify-content: center;
	border-radius: 90px;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	margin: 4px 0;
	font-weight: 700;
    transition: all .1s ease-in-out;
}

.sec15-section *,
.sec15-section *:before,
.sec15-section *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sec15-section {
	max-width: 1220px;
	background-color: #fbf9f4;
	margin: auto;
}

.sec15-container {
	padding: 60px;
}

.eyebrow {
	color: #002677;
	margin-bottom: 16px;
	font-size: 14.22px;
	line-height: 20px;
	font-family: "optum sans bold", "Arial";
	font-weight: bold;
}

.bodycopy {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
	font-family: "optum sans regular", "Arial";
}

.sec15-container .tile {

	padding: 12px;
}

.sec15-container .post {
	height: 100%;
	min-height: 250px;
	overflow-wrap: break-word;
	justify-content: flex-start;
	padding: 32px;
	word-break: break-word;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
}

.sec15-buttons a {
	color: #0c55b8;
	width: fit-content;
	font-family: "Optum Sans Bold", "Arial";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-right: 12px;
	background: 0;
	border: 0;
	text-decoration: none;
	-webkit-transition: -webkit-transform .1s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: -webkit-transform .1s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform .1s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform .1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform .1s cubic-bezier(0.25, 0.1, 0.25, 1);
	position: relative;
	padding: 0;
}

.sec15-buttons a::after {
	content: url(http://776-ZNZ-506.mktoweb.com/rs/776-ZNZ-506/images/right-chevron.svg?version=0);
	position: absolute;
	top: 2%;
	right: -121px;
}

@media only screen and (max-width: 767px) {
	.sec15-container {
		margin-right: 16px;
		margin-left: 16px;
		padding: initial;
	}
}

@media only screen and (max-device-width: 767px) {
	.post {
		height: auto !important;
		margin: 15px 0px;
	}

	.row {
		display: block;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.post {
		height: auto !important;
		min-height: 330px;
		margin: 15px 0px;
	}

	.col.test {
		width: 50%;
		flex-basis: auto;
	}
}

.sec18-bodycopy p {
	line-height: 20px;
	font-size: 16px;
	color: #5A5A5A;
	margin-bottom: 20px;
}

.sec18-bodycopy h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.sec18-img {
	object-fit: cover;
	width: 100%;
	height: 100%;

}

.sec18-buttons {
	margin: 32px 0px;
}

.sec18-buttons a {
	color: #fbf9f4;
	background-color: #002677;
	padding: 15px 30px;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
}

.sec-button a:hover {
    color: #ffffff;
    background-color: #0c55b8;
    text-decoration: none;
}

.sec-button a:focus {
    background-color: #0c55b8;
    text-decoration: none;
    color: #ffffff;
    outline: solid 2px #0c55b8;
}

.sec-button a:active {
    background-color: #faf8f2;
    color: #0c55b8;
    outline: 2px solid #0c55b8;
    text-decoration: none;
    outline-offset: -2px;
}

.sec-button-light.related-content a {
    box-shadow: inset 0 0 0 2px #002677;
    color: #002677;
    font-family: "Optum Sans Bold", "Arial";
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    outline-style: solid;
    outline-width: 1px;
    outline-color: rgba(0, 0, 0, 0);
    margin: 4px 0;
    text-transform: none;
    transition: all .1s linear;
    background-clip: padding-box;
    border-radius: 90px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    min-width: 142px;
    min-height: 40px;
    width: auto;
    background-color: #fbf9f4;
}

.sec-button-light.related-content a,
.sec-button-light a {
    transition: all .1s linear;
}

.sec-button-light.related-content a:hover,
.sec-button-light a:hover {
    color: #0c55b8;
    box-shadow: 0 0 0 2px inset #0c55b8;
    text-decoration: none;
}

.sec-button-light.related-content a:active,
.sec-button-light a:active {
    background: #0c55b8;
    color: #ffffff;
    outline: 2px solid #0c55b8;
    outline-offset: -3px;
    text-decoration: none;
}

.sec-button-light.related-content a:focus,
.sec-button-light a:focus {
    outline: 2px #0c55b8 solid !important;
    box-shadow: 0 0 0px 1px #0c55b8 !important;
    text-decoration: none !important;
    outline-offset: -3.5px;
}

.sec-button-light#complimentary-button a,
.sec-button-light#complimentary-button2 a,
.sec-button-light#complimentary-button3 a,
.sec-button-light#complimentary-button4 a,
.sec-button-light#complimentary-button5 a{
    transition: all .1s linear;
    color: #002677;
    background-color: #fbf9f4;
    box-shadow: inset 0 0 0 2px #002677;
    border: 0;
    font-family: "Optum Sans Bold", "Arial";
    font-weight: 700;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    margin: 4px 0;
    border-radius: 90px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    min-width: 142px;
}

.sec-button-light-v2 a {
    transition: all .1s linear;
}

.sec-button-light-v2 a:hover {
    color: #0c55b8;
    box-shadow: 0 0 0 2px inset #0c55b8;
    text-decoration: none;
}

.sec-button-light-v2 a:active {
    background: #0c55b8;
    color: #ffffff;
    outline: 2px solid #0c55b8;
    outline-offset: -3px;
    text-decoration: none;
}

.sec-button-light-v2 a:focus {
    outline: solid 1.5px !important;
    box-shadow: 0 0 0 1px !important;
    text-decoration: none !important;
    outline-offset: 2.3px;
}

.sec18-h2 {
	color: #002677;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

.sec18-ul {
	padding-left: 25px;
	color: #5a5a5a;
	font-size: 16px;
}

@media only screen and (max-device-width: 767px) {
	.sec18-bodycopy {
		padding-top: 25px;
	}

	.sec18-buttons a {
		width: 100%;
		font-size: 18px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
}

.sec19-h3 {
	color: #002677;
	font-size: 21px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.sec19-h5 {
	color: #002677;
	font-weight: 600;
}

.sec19-bodycopy {
	color: #5a5a5a;
	line-height: 24px;
	padding: 32px 32px 0 32px;
}

.sec19-bodycopy p {
	font-size: 16px;
}

.section {
	margin: auto;
	background-color: #fbf9f4;
}

.sec19-h2 {
	font-family: "Optum Sans Bold", "Arial";
	font-size: 41.04px;
	line-height: 52px;
	color: #002677;
	text-align: center;
	margin-top: 0;
	padding-top: 30px;
	margin-bottom: 30px;
}

.sec19-container.boxComp {
	padding: 0px 60px 60px 60px;
}

.sec19-box {
	display: block;
	width: 33.33%;
	padding: 12px;

}

.sec19-imgClass {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.sec19-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 12px 12px 0 0;
}

.sec19-img::after {
	display: block;
	content: "";
	padding-bottom: 49%;
}

.sec19-post {
	overflow-wrap: break-word;
	justify-content: flex-start;
	word-break: break-word;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	min-height: 570px;
	height: 100%;

}

.sec19-buttons {
	padding: 0 32px 32px 32px;
}

.sec19-buttons a {
	color: #0c55b8;
	width: fit-content;
	font-family: "Optum Sans Bold", "Arial";
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-right: 12px;
	background: 0;
	border: 0;
	text-decoration: none;
	position: relative;
	padding: 0;
}

.sec19-buttons a:hover {
	border-bottom-color: #0c55b8;
	width: 100%;
	content: "";
	border-bottom: none;
}


@media only screen and (max-device-width: 767px) {
	.sec19-post {
		height: auto !important;
		margin: 15px 0px;
	}

	.sec19-container.boxComp {
		padding: 0px 20px 60px 20px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.sec19-post {
		height: auto !important;
		min-height: 530px;
		margin: 15px 0px;
	}

	.sec19-container.boxComp {
		padding: 0px 30px 60px 30px;
	}
}

.sec21-h1 {
	line-height: 50px;
	color: #002677;
	font-weight: 700;
	font-size: 35px;
	width: 100%;
	overflow-wrap: break-word;
	margin-top: 0px;
	margin-bottom: 16px;
}

.sec21-h6 {
	color: #002677;
	font-weight: 600;
	text-transform: capitalize;
}

.sec21-p {
	color: #5a5a5a;
	width: 100%;
	font-size: 18px;
	overflow-wrap: break-word;
	font-family: "Optum Sans Regular", "Arial";
}

.sec21-container {
	background: #d9f6fa;
	padding: 50px;
}

.sec21-social-icon a:hover {
	text-decoration: none;
}

.sec21-o4-legal-circle {
	height: 32px;
	width: 32px;
}

.sec22-bodycopy {
	color: #002677;
	line-height: 24px;
}

.sec22-bodycopy h3 {
	font-size: 18px;
	font-weight: 600;
	color: #002677;
}

.sec22-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

form {
	padding: 1em 1em 2em;
}

form .sec22-input {
	width: 90%;
}

form .sec22-label::after {
	content: "*";
	color: #C40000;
}

form .sec22-p {
	line-height: 16px;
	font-size: 14px;
	padding: 20px 0px;
	color: #5A5A5A;
}

form .sec22-p a {
	text-decoration: underline;
}

form .sec22-p a:hover {
	text-decoration: none;
}

.sec22-buttons a {
	color: #fbf9f4;
	background-color: #002677;
	padding: 10px 30px;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}

@media only screen and (max-device-width: 767px) {
	.sec22-post {
		height: auto !important;
		margin: 15px 0px;
	}

	.sec22-buttons a {
		width: 100%;
		font-size: 18px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.sec22-post {
		height: auto !important;
		min-height: 560px;
		margin: 15px 0px;
	}
}

.custom-container #section1 #top-button {
    margin-top: 10px;
}

.custom-container p,
.sec23-bodycopy p {
	line-height: 20px;
	font-size: 16px;
	color: #5A5A5A;
	font-family: "optum sans regular", "Arial";
}

.custom-container h3,
.sec23-bodycopy h3 {
	font-weight: 600;
	color: #002677;
	line-height: 32px;
	font-size: 26px;
	font-family: "optum sans bold", "Arial";
}

.sec23-buttons a {
	color: #fbf9f4;
	background-color: #002677;
	padding: 10px 30px;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
}

.sec26-h3 {
	color: #002677;
	font-size: 21px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 16px;
}

.sec26-bodycopy {
	color: #5a5a5a;
	line-height: 24px;
	padding: 32px 32px 0 32px;
}

.sec26-bodycopy p {
	font-size: 16px;
}

.sec26-container h2 {
	font-family: "Optum Sans Bold", "Arial";
	font-size: 41.04px;
	line-height: 52px;
	color: #002677;
	text-align: center;
	margin-top: 0;
	padding-top: 30px;
	margin-bottom: 30px;
}

.sec26-container.boxComp {
	padding: 0px 60px 60px 60px;
}

.sec26-box {
	display: block;
	width: 33.33%;
	padding: 12px;
}

.sec26-imgClass {
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.sec26-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 12px 12px 0 0;
}

.sec26-post {
	overflow-wrap: break-word;
	justify-content: flex-start;
	word-break: break-word;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	min-height: 350px;
	height: 100%;
}

.sec26-buttons, 
.sec5-buttons {
	padding: 0 32px 32px 32px;
}

.sec26-buttons a,
.sec5-buttons a {
	box-shadow: inset 0 0 0 2px #002677;
	color: #002677;
	font-family: "Optum Sans Bold", "Arial";
	font-weight: 700;
	justify-content: center;
	align-items: center;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	outline-style: solid;
	outline-width: 1px;
	outline-color: rgba(0, 0, 0, 0);
	margin: 4px 0;
	text-transform: none;
	transition: all .1s linear;
	background-clip: padding-box;
	border-radius: 90px;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 24px;
	min-width: 142px;
	min-height: 40px;
	width: auto;
	background-color: #fbf9f4;
}

.sec5-buttons a {
    margin: 20px 0 0 0;
}

@media only screen and (max-device-width: 767px) {
	.sec26-post {
		height: auto !important;
		margin: 15px 0px;
	}

	.sec26-buttons a {
		width: 100%;
		font-size: 18px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.sec26-post {
		height: auto !important;
		min-height: 560px;
		margin: 15px 0px;
	}
}

.sec29-bodycopy h3 {
	color: #002677;
	font-weight: 700;
	font-size: 30px;
	width: 100%;
	overflow-wrap: break-word;
	margin-top: 0px;
	margin-bottom: 16px;
	font-family: "Optum Sans Bold", "Arial";
}

.sec29-bodycopy h6 {
	color: #002677;
	font-weight: 600;
}

.sec29-bodycopy p {
	color: #5a5a5a;
	width: 100%;
	font-size: 18px;
	overflow-wrap: break-word;
	font-family: "Optum Sans Regular", "Arial";
}

.sec29-buttons {
	margin: 32px 0px;
	text-align: center;
}

.sec29-buttons a {
	color: #fbf9f4;
	background-color: #002677;
	padding: 15px 30px;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
}

.sec30-bodycopy {
	font-family: "optum sans regular", "Arial";
}

.sec30-bodycopy p {
	line-height: 20px;
	font-size: 16px;
	color: #5A5A5A;
	font-family: "optum sans regular", "Arial";
}

.sec30-bodycopy h2 {
	font-weight: 600;
	color: #002677;
	line-height: 30px;
	font-size: 30px;
	font-family: "optum sans bold", "Arial";
}

.sec30-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sec30-imgContent {
	background-color: orangered;
	text-align: center;
	color: black;  /*#002677; */
	font-size: 20px;
}

.sec30-imgContent p {
	margin: 0px;
}

.sec30-buttons {
	margin: 32px 0px;
}

.sec30-buttons a {
	color: #fbf9f4;
	background-color: #002677;
	padding: 15px 18px;
	border-radius: 90px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
}

.sec30-ul {
	padding-left: 25px;
	color: #5A5A5A;
	font-size: 16px;
}

@media only screen and (max-device-width: 767px) {
	.sec30-bodycopy {
		padding-top: 25px;
		margin-top: 0px;
	}

	.sec30-buttons a {
		width: 100%;
		font-size: 18px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
}

@media screen and (min-width: 481px) and (max-width: 574px) {
 	.top-nav-img {
        margin-top: -3px;
        margin-left: 85px;
        max-width: 150px !important;
        position: relative !important;
        bottom: 30px;
        left: 12%;
	}     
}

@media screen and (max-width: 480px) {
	.top-nav {
		text-align: center !important;
	}

	.cell-0 {
		padding: 15px 0px 10px 6px !important;
	}

	#navbarTogglerDemo03 {
		float: left !important;
        width: 100%;
	}

	.top-nav-img {
/*		margin-top: -55px;*/
        margin-top: -31px;
		margin-left: 85px;      
        margin-left: 85px;
        max-width: 133px !important;
	}
}

a.nav-link.top-nav-text {
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a !important;
	text-decoration: none;
	padding-right: 20px !important;
}

@media screen and (max-width: 480px) {

	#Header-title h1,
	#section2-header h3,
	#section3-header h3,
	#section4-header h3,
	#section12-header h2,
	.sec13-h1,
	.sec21-h1,
	.sec19-h2,
	.sec21-h1,
	#section29-header h3 {
		font-size: 25px !important;
	}
}

@media screen and (max-width: 480px) {

	.sec21-h1,
	.service-section h3 {
		font-size: 32.43px !important;
		line-height: 40px !important;
	}

	.sec21-h6 {
		font-size: 14px;
		line-height: 18px;
	}

	.sec21-p {
		font-size: 1pc;
		line-height: 20px;
	}

	.sec14-header {
		font-size: 25px;
		line-height: 34px;
	}

	.sec14-button,
	.sec22-buttons {
		text-align: center;
	}

	.sec_17,
	.sec_25 {
		padding: 25px !important;
	}

	.sec_23,
	.sec_18 {
		padding: 25px 25px !important;
	}

	.sec_2,
	.sec_3,
	.sec_4,
	.sec_5,
	.sec_6,
	.sec_9,
	.sec_13 {
		margin-bottom: 0px !important;
		padding: 0px 25px !important;
	}
}

@media screen and (max-width: 480px) {

	.sec21-h1,
	.service-section h3,
	.sec29-bodycopy h3 {
		font-size: 30px !important;
		line-height: 35px !important;
	}

	.sec21-h6 {
		font-size: 14px;
		line-height: 18px;
	}

	.sec21-p {
		font-size: 1pc;
		line-height: 20px;
	}

	.sec14-header {
		font-size: 25px;
		line-height: 34px;
	}

	.sec14-button,
	.sec30-buttons {
		text-align: center;
	}

	.sec_29,
	.sec_25 {
		padding: 25px !important;
	}

	.sec30-bodycopy {
		margin-top: 0px !important;
		padding: 0px 25px !important;
	}

	.sec_17,
	.sec_25,
	.sec_29 {
		padding: 25px !important;
	}

	.sec_23 {
		padding-bottom: 25px !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.sec_2 {
		margin-bottom: 0px !important;
		padding: 0px 25px !important;
	}

	.sec_30 {
		padding: 0px !important;
	}
}


/*===================
Menu & Navbar Styling
===================*/

body div nav.navbar-light button.navbar-toggler {
	color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 99;
}

body div nav .navbar-nav {
	margin: 1.5px -15px;
}

body div nav .navbar-nav ul.dropdown-menu {
	background-color: #fff !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
}

@media only screen and (max-width: 480px) {
	body #top_nav1 {
		margin-top: -2px;
	}
}

@media only screen and (max-width: 575px) {
	body div nav .navbar-nav ul.dropdown-menu {
		position: relative !important;
		bottom: 9px !important;
		-webkit-box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
		box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
	}
}

@media (min-width: 575px) and (max-width: 767px) {
	body div div.top-nav div img.top-nav-img {
		margin-top: 10px;
		margin-left: 85px;
	}
}

@media (min-width: 575px) and (max-width: 767px) {
	body div nav .navbar-nav ul.dropdown-menu {
		position: relative !important;
		bottom: 9px !important;
		-webkit-box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
		box-shadow: 7px 3px 11px rgba(0, 0, 0, 0.175) !important;
	}
}

body div nav .navbar-nav ul.dropdown-menu .dropdown-item.active,
body div nav .navbar-nav ul.dropdown-menu .dropdown-item:active {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #007bff !important;
}

body div nav .navbar-nav .nav-link {
	padding-left: 10px;
}

body div nav .navbar-nav .nav-link:focus {
	outline-color: #002677;
	border-radius: 3px;
}

body div nav .navbar-nav li:nth-of-type(3) ul {
	margin-left: -60px;
}

body div nav .nav-item.dropdown {
	transition: ease all 0.3s;
}

body div nav .nav-item.dropdown.open a,
body div nav .nav-item.dropdown.show a {
	transition: ease all 0.3s;
	font-size: 14px;
}

body div nav .nav-item.dropdown.show a.dropdown-toggle:hover {
    color: #003a8d !important;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;

}

body div nav .nav-item.dropdown.open a.dropdown-toggle::after,
body div nav .nav-item.dropdown.show a.dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid #ff612b;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	transform: rotate(180deg);
}

body div nav .nav-item a {
	transition: ease all 0.3s;
}

body div nav .nav-item a.dropdown-toggle:hover {
	color: #003a8d !important;
	text-decoration: underline;
}

body div nav .nav-item a.dropdown-toggle:active {
	outline: 0;
	background: none !important;
	color: #5a5a5a !important;
	border-radius: 4px;
}

body div nav .nav-item a {
	transition: ease all 0.3s;
}

body div nav .nav-item a.nav-link.top-nav-text:hover {
    color: #003a8d !important;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
}

body div nav .nav-item a.nav-link.top-nav-text:active {
	color: #fff !important;
	text-decoration: none !important;
}

body div nav .nav-item a:active {
	outline: 0;
	background: #007bff !important;
	color: #fff !important;
	border-radius: 4px;
}


/*===================
Footer Styling
===================*/

@media only screen and (min-width: 1280px) {
    body #footer footer.footer .container {
        width: 1260px !important;
        max-width: 1260px !important;
    }
    
    body #footer footer.footer .p-4 {
        padding: 1.5rem 0 !important;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    body #footer footer.footer .p-4 {
        padding: 0 !important;
        margin: 10px;
    }
}

body footer section ul.f1 {
	text-decoration: none !important;
}

body footer section ul.f1 li a {
	text-decoration: underline !important;
}

body footer section ul.f1 li a:hover {
	text-decoration: none !important;
	color: #003a8d !important;
}

body footer section a:hover {
	text-decoration: none;
	color: #003a8d;
}


body #lp-menu.fade-in {
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

body #lp-menu.is-visible {
	opacity: 1;
}

.dropdown-toggle::after {
	transition: ease all 0.5s;
}

.navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-nav .open .dropdown-menu>li>a:hover {
	outline-color: #002677;
	border-radius: 5px;
}

body div .top-nav-img {
	position: relative;
	right: 15px;
    outline: none;
    padding: 3px 5px 2px 5px;
}

@media (min-width: 480px) and (max-width: 574px) {
	body #top_nav1 {
		margin-top: -30px;
	}

	body #navbarTogglerDemo03 {
		float: left !important;
	}
}

.service-items img {
	border-radius: 50px;
	box-shadow: 0 0 10px #bee3e9;
}

@media (min-width: 767px) and (max-width: 992px) {  
    body div nav .navbar-nav {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 992px) {
	div div.navbar-collapse.collapse {
		display: block !important;
	}

	div div#top_nav1 {
		max-width: 468px;
		position: relative;
		left: 170px;
	}

	div div.top-nav div img.top-nav-img {
		max-width: 95px !important;
		margin-top: 37px !important;
		margin-left: -75px !important;
	}
}

/*=====================
Misc. Media Query Fixes
=====================*/

@media (max-width: 1279px) {
    body#bodyId {
        padding: 0 10px;
    }
}

@media (min-width: 481px) and (max-width: 574px) {
	body div.navbar-collapse.collapse.show {
        display: block !important;
        width: 100%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
	body div.collapse.navbar-collapse {
		float: left !important;
	}

	body div.top-nav {
		margin-top: -38px;
		margin-left: 72px;
		max-width: 162px;
	}

	body div.top-nav div img.top-nav-img {
		max-width: 100% !important;
		margin-top: -5px;
		margin-left: 100px;
	}

	body div.navbar-collapse {
		float: none !important;
	}

	body div.navbar-collapse.collapse {
		display: none !important;
	}

    body div.navbar-collapse.collapse.show {
        display: block !important;
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
	body div.top-nav {
		margin-top: -38px;
		margin-left: 72px;
		max-width: 200px;
	}

	body div.top-nav div img.top-nav-img {
		max-width: 100% !important;
		margin-top: 5px;
		margin-left: 100px;
	}

	body div.navbar-collapse {
		float: none !important;
	}

	body div.navbar-collapse.collapse {
		display: none !important;
	}

	body div.navbar-collapse.collapse.show {
		display: block !important;
        width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	body div .navbar-nav .open .dropdown-menu>li>a {
		line-height: 15px;
	}
}

@media (min-width: 575px) and (max-width: 767px) {
	body div .navbar-nav .open .dropdown-menu>li>a {
		line-height: 15px;
	}
}

@media (min-width: 575px) and (max-width: 767px) { 
    body #top_nav1 {
        margin-top: 11px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
	body #top_nav1 {
		margin-top: 7px;
        flex: 0 0 100%;
        max-width: 100%;        
	}
}

@media (min-width: 992px) and (max-width: 1020px) {
	body #top_nav1 {
		position: relative;
		left: 7px;
	}
}

@media (min-width: 1020px) and (max-width: 1279px) {
	body #top_nav1 {
		position: relative;
		left: 8px;
	}
}

@media only screen and (min-width: 1279px) {
	body #top_nav1 {
		position: relative;
		left: 30px;
	}
}

/*========
Mkto Forms
=========*/

.mktoForm {
	margin: 0 auto 50px auto;
	max-width: 525px;
	width: 90%;
}

.mktoForm .mktoFormRow {
	margin: 20px 0;
}

.mktoForm .mktoButton {
	float: left;
	color: #FFFFFF;
	border-radius: 20px !important;
	width: 260px !important;
	margin-top: 10px !important;
	margin-left: 5px !important;
	background-color: #011b54 !important;
	text-align: center !important;
	font-weight: bold !important;
}

#mktoFormFullWidth .mktoForm {
    max-width: 100%;
}

.mktoForm input[type=email],
input[type=text],
select.mktoField {
	font-size: 16px;
	height: 34px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #5a5a5a;
	background-color: #fff;
	padding: 2px 5px;

}

.mktoForm .mktoAlert-ico {
    font-size: 15px;
    line-height: 20px;
}

button, input, optgroup, select, textarea {
    line-height: 30px;
}

.mktoForm label#LblEmail,
label#Lblorganizationtype,
label#LblFirstName,
label#LblLastName,
label#LblCompany,
label#LblTitle,
label#LblPostalCode,
label#LblCountry {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 4px;
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.mktoForm .mktoFormCol {
	margin-left: 10px;
	margin-top: 15px;
	margin: 8px 0 8px 10px;
	line-height: 35px;
}

.mktoForm label {
    font-size: 16px;
    color: #5a5a5a;
}

.mktoForm label {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	min-width: 140px;
	margin-right: 10px;
	margin-top: 4px;
}

.mktoForm div.mktoCheckboxList label { 
	display: inline;
}

@media screen and (max-width:480px) {
	.mktoForm {
		width: 100% !important;
		padding-left: 0px;
	}

	.mktoForm label#LblEmail {
		width: 75% !important;
	}

	.mktoForm label#LblFirstName,
	label#LblLastName {
		width: 75% !important;
	}

	.mktoForm label#LblCompany {
		width: 37% !important;
	}

	.mktoForm label#LblTitle {
		width: 75% !important;
	}

	.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
		float: right;
	}

	p.headline span {
		font-size: 33px !important;
	}

}

.mktoForm .mktoOffset,
.mktoForm .mktoAsterix,
.mktoGutter {
	display: none;
}

.mktoFieldWrap {
	float: none !important;
}

mktoLabel,
.mktoField:not([type="checkbox"]) {
	float: none !important;
}

form.mktoForm,
.mktoFormCol {
	width: 100% !important;
}

fieldset.mktoFormCol {
	background-color: #efefee;
}

span.mktotext {
	font-weight: normal !important;
}

.normal {
	font-weight: normal;
}

.mktoForm .mktoButton {
    float: left;
    color: #FFFFFF;
    border-radius: 20px !important;
    width: 60% !important;
    margin-top: 10px !important;
    margin-left: 5px !important;
    background-color: #002677 !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 18px;
    padding: 2px;
    min-height: 48px;
    border: 0;
    transition: ease all 0.5s;
}

.mktoForm .mktoButton:hover {
	background-color: #0c55b8 !important;
}

.mktoForm div.mktoButtonRow button:active {
	background-color: #faf8f2 !important;
	transition: all .1s ease-in-out;
	outline: 2px solid #002677;
}

.mktoForm div.mktoButtonRow button:focus,
.sec-button a:focus {
	outline: 1.5px solid #0c55b8;
	outline-offset: 1.5px
}

.sec-button a:focus-visible {
    box-shadow: none;
}

@media only screen and (max-width: 400px) {
	.mktoForm div.mktoButtonRow button.mktoButton {
		margin: 42px 0;
		font-size: 14px;
		min-width: 210px;
	}
}

.mktoForm .mktoAsterix {
	padding-right: 5px;
	display: none;
}

.mktoForm .mktoRqdTxt {
	font-size: 12px;
}

.mktoForm .mktoRqdTxt strong {
	color: #912400;
	position: relative;
	top: 0.28em;
	font-size: 17px;
}

.mktoForm .mktoInstruction {
	display: none;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.mktoForm input {
	transition: ease all 0.2s;
}

.mktoForm input:hover {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm input:focus {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm select {
	cursor: pointer;
	transition: ease all 0.2s;
}

.mktoForm select:hover {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm select:focus {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm div div .validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm div div input.validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm div div select.validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm .mktoRequiredSubmit {
	color: #c40000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.25rem;
	margin-top: 5px;
	white-space: normal;
}

.mktoForm .mktoRequiredSubmit .mktoErrorMsg {
	font-size: 14px;
}

.mktoForm .mktoRequiredSubmit:before {
	color: #c40000;
	content: "";
}

.mktoForm label#LbldataComplianceConsentCommunicateElectronically {
	float: left;
}

.mktoForm label#LbldataComplianceConsentCommunicateElectronically .mktoAsterix {
	position: relative;
	top: 6px;
}

.mktoForm label#LbldataComplianceConsentProcessData {
	float: left;
}

.mktoForm label#LbldataComplianceConsentProcessData .mktoAsterix {
	position: relative;
	top: 6px;
}

.mktoForm a#terms-of-use {
	line-height: 23px;
	line-height: 23px;
}

.mktoForm a#privacy-policy {
	line-height: 23px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
	display: inline-block;
}

.mktoForm .mktoError:before {
	transform: rotate(180deg);
	position: relative;
	bottom: 3px;
	right: 1px;
	padding-right: 2px;
}

.mktoForm .mktoCheckboxList label {
	cursor: pointer;
}

.mktoForm .mktoCheckboxList label span.mktotext {
	font-size: 12px;
	font-weight: 300;
}

.mktoForm label span strong {
	display: none;
	visibility: hidden;
	font-size: 0;
}

.mktoForm label#LblPostalCode span {
	display: none;
	visibility: hidden;
	font-size: 0;
}

.mktoForm .mktoRow fieldset .mktoRow .mktoFormCol {
	margin-bottom: 50px;
}

.mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
	display: inline-block;
}

.mktoForm textarea {
	min-height: 100px;
}

.mktoForm .mktoAlert-ico:before {
	color: #c40000;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 1.5C4.875 1.5 1.5 4.875 1.5 9C1.5 13.125 4.875 16.5 9 16.5C13.125 16.5 16.5 13.125 16.5 9C16.5 4.875 13.125 1.5 9 1.5ZM9 9.75C8.55 9.75 8.25 9.45 8.25 9V6C8.25 5.55 8.55 5.25 9 5.25C9.45 5.25 9.75 5.55 9.75 6V9C9.75 9.45 9.45 9.75 9 9.75ZM9.75 12.75H8.25V11.25H9.75V12.75Z' fill='%23C40000'/%3E%3C/svg%3E");
	position: relative;
	top: 3px;
	left: 2px;
}

.mktoForm .sr-only {
	position: absolute;
	width: .0625rem;
	height: .0625rem;
	padding: 0;
	margin: -0.0625rem;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media only screen and (max-width: 400px) {
	.mktoForm .mktoCheckboxList label {
		font-size: 13px;
	}
}

.mktoForm p.fieldset-p-text {
	width: 40%;
}

.mktoForm div .mktoError {
	display: none !important;
	font-size: 0;
	visibility: hidden;
}

.mktoForm div .has-checkbox-and-label .mktoLabel>.mktoAsterix {
	display: none;
}

.mktoForm div .mktoLabel>.mktoAsterix {
	display: none;
}

.mktoForm div .mktoRequiredField .mktoLabel>.mktoAsterix {
	display: inline-block;
}

.mktoForm .mktoFormRow:nth-of-type(4) .mktoError {
	color: #c40000 !important;
	display: inline-block !important;
	display: -ms-flexbox !important;
	display: flex !important;
	font-size: 14px !important;
	visibility: visible;
	filter: hue-rotate(198deg);
	margin-left: -1px;
}

@media only screen and (max-width: 400px) {
	.mktoForm .mktoFormRow:nth-of-type(10) .mktoLabel {
		font-size: 14px;
	}
}

.mktoForm div.mktoButtonRow button:active {
	background-color: #faf8f2 !important;
	transition: all .1s ease-in-out;
	outline: 2px solid #002677;
    color: #002677;
}

@media only screen and (max-width: 400px) {
	.mktoForm div.mktoButtonRow button.mktoButton {
		margin: 42px 0;
		font-size: 14px;
		min-width: 210px;
	}
}

.mktoForm .mktoAsterix {
	padding-right: 5px;
	display: none;
}

.mktoForm .mktoRqdTxt {
	font-size: 12px;
    white-space: nowrap;
}

.mktoForm .mktoRqdTxt strong {
	color: #c40000;
	position: relative;
	top: 0.28em;
	font-size: 17px;
}

.mktoForm .mktoInstruction {
	display: none;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.mktoForm input {
    color: #000;
	transition: ease all 0.2s;
}

.mktoForm input:hover {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm input:focus {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm select {
	cursor: pointer;
	transition: ease all 0.2s;
}

.mktoForm select:hover {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm select:focus {
	box-shadow: 0 0 3px #d2c8be;
	background-color: #e5e5e6;
}

.mktoForm div div .validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm div div input.validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm div div select.validation-class {
	border: 2px solid #c83902 !important;
}

.mktoForm .mktoRequiredSubmit {
	color: #c40000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.25rem;
	margin-top: 5px;
	white-space: normal;
}

.mktoForm .mktoRequiredSubmit .mktoErrorMsg {
	font-size: 14px;
}

.mktoForm .mktoRequiredSubmit:before {
	color: #c40000;
	content: "";
}

.mktoForm label#LbldataComplianceConsentCommunicateElectronically {
	float: left;
}

.mktoForm label#LbldataComplianceConsentCommunicateElectronically .mktoAsterix {
	position: relative;
	top: 6px;
}

.mktoForm label#LbldataComplianceConsentProcessData {
	float: left;
}

#mktoFormFullWidth .mktoForm label#LbldataComplianceConsentCommunicateElectronically,
#mktoFormFullWidth .mktoForm label#LbldataComplianceConsentProcessData {
    float: none;
}

.mktoForm label#LbldataComplianceConsentProcessData .mktoAsterix {
	position: relative;
	top: 6px;
}

.mktoForm a#terms-of-use {
	line-height: 23px;
	line-height: 23px;
}

.mktoForm a#privacy-policy {
	line-height: 23px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
	display: inline-block;
}

.mktoForm .mktoError:before {
	transform: rotate(180deg);
	position: relative;
	bottom: 3px;
	right: 1px;
	padding-right: 2px;
}

.mktoForm .mktoCheckboxList input {
    cursor: pointer;
    min-height: 27px;
    min-width: 27px;
    max-height: 27px;
    position: relative;
    bottom: -9px;
    margin: 0 5px 0 0;
}

.mktoForm .mktoCheckboxList label {
	cursor: pointer;
}

.mktoForm .mktoCheckboxList label span.mktotext {
	font-size: 12px;
	font-weight: 300;
}

.mktoForm label span strong {
	display: none;
	visibility: hidden;
	font-size: 0;
}

.mktoForm label#LblPostalCode span {
	display: none;
	visibility: hidden;
	font-size: 0;
}

.mktoForm .mktoRow fieldset .mktoRow .mktoFormCol {
	margin-bottom: 50px;
}

.mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
	display: inline-block;
}

.mktoForm textarea {
	min-height: 100px;
	width: 80%;
	font-size: 14px;
	color:  #000;
	padding: 6px;
}

.mktoForm .mktoAlert-ico:before {
	color: #c40000;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 1.5C4.875 1.5 1.5 4.875 1.5 9C1.5 13.125 4.875 16.5 9 16.5C13.125 16.5 16.5 13.125 16.5 9C16.5 4.875 13.125 1.5 9 1.5ZM9 9.75C8.55 9.75 8.25 9.45 8.25 9V6C8.25 5.55 8.55 5.25 9 5.25C9.45 5.25 9.75 5.55 9.75 6V9C9.75 9.45 9.45 9.75 9 9.75ZM9.75 12.75H8.25V11.25H9.75V12.75Z' fill='%23C40000'/%3E%3C/svg%3E");
	position: relative;
	top: 3px;
	left: 2px;
}

.mktoForm .sr-only {
	position: absolute;
	width: .0625rem;
	height: .0625rem;
	padding: 0;
	margin: -0.0625rem;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

form.mktoForm .mktoRadioList {
	display: flex;
}

form.mktoForm .mktoRadioList label {
	cursor: pointer;
}

form.mktoForm div .mktoRequiredField .mktoLabel>.mktoAsterix {
    /* color: #912400; */
    color: #c40000;
    font-size: 20px;
    margin-left: 4px;
}

#customQuestion5 {
	font-size: 15px;
	padding: 2px 8px;
	cursor: text;
	color: #5a5a5a;
}

form.mktoForm input::-webkit-calendar-picker-indicator { 
	cursor: pointer
}

/* General fixes & customizations */

.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label { 
    display: block;
    line-height: 45px;
}

.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField { 
    width: 24px;
    height: 24px;
    position: relative;
    top: 4px;   
}

.mktoForm .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField {
    width: 24px;
    height: 24px;
    position: relative;
    margin: -7px 7px 0 0;
    min-width: 24px;
}



/* General fixes & customizations */
.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label,
.mktoForm .mktoFieldWrap.has-checkbox-and-label { 
    display: block;
    line-height: 45px;
}

.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm.mktoForm_3249_2 .mktoFieldWrap .mktoRadioList input[type=radio].mktoField,
.mktoForm.mktoForm_3249_3 .mktoFieldWrap .mktoRadioList input[type=radio].mktoField {
    width: 24px;
    height: 24px;
    position: relative;
    top: -6px;
    margin-right: 8px;
    margin-top: 10px;
    cursor: pointer;
    min-width: 24px;
    min-height: 24px;
}

.mktoForm.mktoForm_3249_0 .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm.mktoForm_3249_1 .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm.mktoForm_3249_2 .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField,
.mktoForm.mktoForm_3249_3 .mktoFieldWrap .mktoCheckboxList input[type=checkbox].mktoField {
    width: 24px;
    height: 24px;
    position: relative;
    margin: -7px 0px 0 0;
    min-width: 24px;
}

#LblsFGOParentProgramName,
#sFGOParentProgramName,
#LblproductTaxonomyProductSegment,
#productTaxonomyProductSegment,
#LblproductTaxonomyProductSubSegment,
#productTaxonomyProductSubSegment,
#LblproductTaxonomyProductUnit,
#productTaxonomyProductUnit,
#LblproductTaxonomyProductFamily,
#productTaxonomyProductFamily,
#LblproductPIMProductID,
#productPIMProductID,
#LbliDSFGOCampaignID,
#iDSFGOCampaignID,
#LbliDSFGOCampaignName,
#iDSFGOCampaignName,
#LblpersonNotesTextArea,
#personNotesTextArea  {   
    display: none;
    visibility: hidden;
    font-size: 0;
}



/*=====================
 New v3 Sections for LP
===================== */

.mktoContent {
    margin: auto;
    max-width: 1280px;    
}

/*================== */

div.h1-headline-info.mktoText {
    background: #d9f6fa;
    padding: 50px 50px 40px 50px;
    margin: 0 0 15px 0;    
}

div.h1-headline-info h6.smalltext { 
	color: #002677;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 2px;
     
}

div.h1-headline-info h1.header1 {  
    line-height: 50px;
    color: #002677;
    font-weight: 700;
    font-size: 35px;
    width: 100%;
    overflow-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 16px;
}

div.h1-headline-info p { 
    color: #5a5a5a;
    width: 100%;
    font-size: 18px;
    overflow-wrap: break-word;
    font-family: "Optum Sans Regular", "Arial";
}

/*================== */

div.text-info h3 {
    font-weight: 600;
    color: #002677;
    line-height: 30px;
    font-size: 26px;
    font-family: "optum sans bold", "Arial";
}

div.text-info p {
    line-height: 20px;
    font-size: 16px;
    color:#5a5a5a;
    font-family: "optum sans regular", "Arial";
}


/*=========================
 End New v3 Sections for LP
========================= */


/*========
Misc. Fixes
========*/

.dropdown-item {
	font-size: 14px
}

.dropdown-item,
.navbar-light .navbar-nav .nav-link {
    font-family: "Enterprise Sans", Helvetica, Arial, sans-serif;
}

.f1 {
    font-size: 14px;
    font-family: "Enterprise Sans", Helvetica, Arial, sans-serif;
}

/*
body.lp-v3 {
    overflow-y: hidden;
}
*/
#NextStep {
    padding: 25px 50px;
}

.container.boxComp.related-content--box {
    padding-bottom: 25px;
}

.navbar {
    padding: .5rem 0;
}

.dropdown-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.23) !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}

.custom-container footer .fa:after {
    position: fixed;
}

#footer.default {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .sec19-container.boxComp {
	    padding: 0px 20px 60px 20px;
    }
    
    #related-content-2col .tile,
    #services-4 .service-items {
        margin-top: 8px;
    }
}

/*============
AI Marketplace 
============*/

body div nav.ai-mktplace {
	margin: 1.5px -33px;
}

body div nav.ai-mktplace span {
	font-family: "Optum Sans Regular";
	font-weight: 700;
}

body div nav.ai-mktplace #top-navigation-logo1 a:focus-visible {
    outline: 0;
    box-shadow: inset 0px 0 0 2px #002677, inset 0 0 0 3px #fff;
    text-decoration: none;
    padding: 13px 4px;
}

body div nav.navbar.ai-mktplace .nav-item.dropdown {
	transition: ease all 0.3s;
}

body nav.navbar.ai-mktplace a.nav-link.top-nav-text {
    color: #e8e8e8 !important;
}

body nav.navbar.ai-mktplace .navbar-nav>li {
	margin-left: 15px;
}

body nav.navbar.ai-mktplace a:hover {
    color: #007bff !important;
	text-decoration: none;
}

body div nav.navbar.ai-mktplace .nav-item.dropdown.show a.dropdown-toggle:hover {
    color: #e5e5e6 !important;
}

body nav.ai-mktplace a.nav-link dropdown-toggle {
    color: #cbcccd !important;
}

body div nav .navbar-nav li.ai-mktplace-topnav ul.dropdown-menu {
    background-color: #23262d !important;
    border-radius: 0 0 3px 5px !important;
    border: solid 1px #484545 !important;
    padding: 0;
    box-shadow: 0 0 30px #000 !important;
    margin-top: 3px;
}

body div nav .navbar-nav li.ai-mktplace-topnav ul.dropdown-menu li a {
	color: #cbcccd !important;
	line-height: 35px;
}

body div nav .navbar-nav li.ai-mktplace-topnav ul.dropdown-menu li a:hover {
	color: #ffffff !important;
}

body div nav.ai-mktplace .nav-item a.nav-link.top-nav-text {
	padding: 15px !important;
}

body div nav.ai-mktplace .nav-item a:hover {
    background: #3a3f4b !important;
    color: #bfbfbf !important;
    border-radius: 0 !important;
    box-shadow: inset 0px 1px 6px 3px #000;
	
}

body div nav.ai-mktplace .nav-item ul.dropdown-menu.show a:hover {
	box-shadow: none;
}

body div nav.ai-mktplace .nav-item a.nav-link.top-nav-text:hover {
    color: #bfbfbf !important;
    padding: 15px !important;
    text-decoration: underline !important;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px !important;
    text-decoration-color: #f26331 !important;
}

body div nav.ai-mktplace .navbar-nav ul.dropdown-menu {
	background-color: #23262d !important;
	border: solid 1px #6c6c6c !important;
	padding: 0;
	box-shadow: 0 0 30px #000 !important;
}

body div nav.ai-mktplace .navbar-nav ul.dropdown-menu li a {
	color: #c2c2c2 !important;
	line-height: 35px;
}

body div nav.ai-mktplace .navbar-nav ul.dropdown-menu li a:hover {
	color: #ffffff !important;
	line-height: 35px;
}

body div nav.ai-mktplace .dropdown-menu>li>a:focus, body div nav.ai-mktplace .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #565d6d;
}

footer .ai-mktplace {
    color: #e5e5e6;
}

footer .ai-mktplace a {
    color: #cbcccd !important;
}

body footer div div .ai-mktplace li a {
	text-wrap: nowrap;
}

body footer div div .ai-mktplace li a:hover {
    color: #0c55b8 !important;
    font-weight: bold;
}

footer .ai-mktplace a:hover::after {
	color: #0c55b8 !important;
    text-decoration: none !important;
    content:' ➜';
}

footer .ai-mktplace-footer a.o4-legal__links:hover {
	text-decoration: none !important;
	color: #929292 !important;
}

.mktoFormRow input {
    width: 100%;
}

/*==================
AI Marketplace Forms
==================*/

.ai-mktplace-form .mktoRqdTxt strong {
	color: #cbcaca;
	position: relative;
	top: 0.28em;
	font-size: 17px;
}

div div.ai-mktplace-topnav a.nav-link.top-nav-text {
	padding-right: 7px !important;
}

div div.ai-mktplace-form {
    padding: 19px;
    min-height: 80px;
    background: #23262d;
    width: 100% !important;
    border-radius: 7px;
    border: 1px solid #3b3e4b;
    min-width: 100% !important;
    margin-bottom: 50px !important;
    padding: 10px 10px 50px 10px !important;
    min-height: 80px;
}

body div nav button.navbar-toggler.menu-expanded span.navbar-toggler-icon {
	content: '≡' !important;
	background-image: none !important;
	background-color: green !important;
}

body div#lp-ai-menu nav button.navbar-toggler span.navbar-toggler-icon {
	background-image: none !important;
}

body div#lp-ai-menu .ai-mktplace-logo {
    color: #fff; 
    text-wrap: nowrap;
}

body div#lp-ai-menu nav button.navbar-toggler.collapsed span.navbar-toggler-icon::after {
	color: #fff;
	content:'≡';
	text-shadow: 12px 0px 0;
	font-size: 40px;
	position: relative;
	right: 8px;
	bottom: 12px;
}

body div#lp-ai-menu nav button.navbar-toggler span.navbar-toggler-icon::after {
	color: #fff;
	content:'✖';
	text-shadow: none;
	font-size: 32px;
	position: relative;
	right: 5px;
	bottom: 10px;
}

.ai-mktplace button.navbar-toggler {
	position: relative;
	z-index: 99;
	margin-left: 80%;
	width: 55px;
	height: 55px;
}

div div.ai-mktplace-form .mktoForm .mktoFormRow,
div div.ai-mktplace-form .mktoForm div {
	margin: 0px;
}

div div.ai-mktplace-form .mktoForm div .mktoFieldWrap.mktoRequiredField .mktoAsterix {
    display: block !important;
    visibility: visible;
    font-size: 14px;
    position: relative;
    bottom: 1px;
    color: #e0e2ec;
}

div div.ai-mktplace-form form.mktoForm label {
    color: #e0e2ec !important;
    font-size: 12px !important;
    line-height: 130%;
    font-family: Optum Sans Bold !important;
    font-weight: 100 !important;
    margin-top: 25px;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow span {
    color: #e0e2ec;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    width: 100%;
    border: 1px solid #c4c6d0;
    border-radius: 8px;
    font-size: 16px;
    color: #c4c6d0;
    white-space: nowrap;
    padding: 8px 24px;
    min-width: 100%;
    min-height: 40px;
    background-color: #2d3038 !important;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
div div.ai-mktplace-form form.mktoForm .mktoFormRow textarea:hover {
    border: 1px solid #ffffff;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow input:focus-visible,
div div.ai-mktplace-form form.mktoForm .mktoFormRow input:focus-within,
div div.ai-mktplace-form form.mktoForm .mktoFormRow select:focus-visible,
div div.ai-mktplace-form form.mktoForm .mktoFormRow select:focus-within,
div div.ai-mktplace-form form.mktoForm .mktoFormRow textarea:focus-visible,
div div.ai-mktplace-form form.mktoForm .mktoFormRow textarea:focus-within,
div div.ai-mktplace-form form.mktoForm .mktoFormRow button:focus-visible,
div div.ai-mktplace-form form.mktoForm .mktoFormRow button:focus-within {
	outline: solid 1.5px white;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow select {
    color: #a1a1a1;
    width: 100%;
    border: 1px solid #c4c6d0;
    background-image: url(data:image/svg+xml;utf8,<svg%20viewBox='0%200%20140%20140'%20width='24'%20height='24'%20xmlns='http://www.w3.org/2000/svg'><g><path%20d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2%200,5.8l53.9,53.9c0.8,0.8%201.8,1.2%202.9,1.2%201,0%202.1-0.4%202.9-1.2l53.9-53.9c1.7-1.6%201.7-4.2%200.1-5.8z'%20fill='%23FFFFFF'/></g></svg>);
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    min-width: 100%;
    position: relative;
    appearance: none;
    background-color: #2d3038 !important;
    background-position: right 16px top 50% !important;
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 4px 24px;
    cursor: pointer;
    min-height: 40px;
}

div div.ai-mktplace-form form.mktoForm .mktoFormRow textarea {
    margin-bottom: 30px;
    width: 100% !important;
    height: 40px;
    border: 1px solid #c4c6d0;
    border-radius: 8px;
    font-size: 16px;
    color: #c4c6d0;
    white-space: nowrap;
    overflow: visible;
    padding: 8px 24px;
    min-width: 100px;
    min-height: 80px;
    background-color: #2d3038;
}

div div.ai-mktplace-form form.mktoForm button.mktoButton {
    font-size: 18px;
    color: #002677;
    min-width: 150px;
    font-family: "Optum Sans Bold" !important;
    font-weight: 100 !important;
    white-space: nowrap;
    overflow: visible;
    background: white !important;
    padding: 8px 24px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #dedede !important;
    border-image: initial !important;
    cursor: pointer;
    height: 52px;
}

div div.ai-mktplace-form .mktoError {
	display: inline-block !important;
	font-size: 14px;
	visibility: visible;
}

div div.ai-mktplace-form .mktoFormRow:nth-of-type(4) .mktoError {
    color: #ffffff !important;
}

/*======================
End AI Marketplace Forms
======================*/

/*=============================
AI Marketplace LP Media Queries
=============================*/

@media only screen and (max-width: 479px) {
	body div .navbar-nav .open .dropdown-menu>li>a {
		line-height: 15px;
	}
	
	body div#lp-ai-menu div.top-nav div img.top-nav-img {
		max-width: 120px !important;
		margin-top: -10px;
		margin-left: 0;
		left: 40px!important;
		bottom: 43px !important;
	}

	body div#lp-ai-menu .ai-mktplace-logo {
		font-size: 18px;
		position: relative;
		left: -80px;
		bottom: 15px;
	}
}

@media (max-width: 575px) and (min-width: 480px) {
	body div .navbar-nav .open .dropdown-menu>li>a {
		line-height: 15px;
	}
	
	body div#lp-ai-menu div.top-nav div img.top-nav-img {
		max-width: 95px !important;
		margin-top: -5px;
		margin-left: 0;
		left: -16px !important;
		bottom: 43px !important;
	}

	body div#lp-ai-menu .ai-mktplace-logo {
		font-size: 18px;
		position: relative;
		bottom: 42px;
		left: -2px;
	}
}

@media (min-width: 575px) and (max-width: 480px) {
	body div .navbar-nav .open .dropdown-menu>li>a {
		line-height: 15px;
	}
	
	body div#lp-ai-menu div.top-nav div img.top-nav-img {
		max-width: 95px !important;
		margin-top: -5px;
		margin-left: 0;
		left: -16px !important;
		bottom: 43px !important;
	}

	body div#lp-ai-menu .ai-mktplace-logo {
		font-size: 16px;
		position: relative;
		bottom: 42px;
		left: -3px;
	}
}

@media (min-width: 575px) and (max-width: 767px) { 
    body div#lp-ai-menu #top_nav1 {
        margin-top: 11px;
        flex: 0 0 100%;
        max-width: 100%;
    }

	body div#lp-ai-menu div.top-nav div img.top-nav-img {
		max-width: 95px !important;
		margin-top: -5px;
		margin-left: 0;
		right: 92px;
	}

    body div#lp-ai-menu .ai-mktplace-logo {
        font-size: 18px;
        position: relative;
        bottom: 19px;
        left: 16px;
    }	
	
	body div#lp-ai-menu .navbar-nav .open .dropdown-menu>li>a {
		line-height: 30px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	body div#lp-ai-menu #top_nav1 {
		margin-top: 7px;
        flex: 0 0 100%;
        max-width: 100%;        
	}
	body div.top-nav div img.top-nav-img {
		max-width: 95px !important;
		margin-top: -5px;
		margin-left: 0;
		right: 80px;
    }
    body div#lp-ai-menu .ai-mktplace-logo {
        font-size: 18px;
		position: relative;
		bottom: 19px;
		left: 35px;
    }    
}

@media (min-width: 992px) and (max-width: 1020px) {
	body div#lp-ai-menu #top_nav1 {
		position: relative;
		left: -12px;
	}
    body div#lp-ai-menu .ai-mktplace-logo {
        font-size: 16px;
        position: relative;
        bottom: 2px;
    }
}

@media (min-width: 1020px) and (max-width: 1279px) {
	body div#lp-ai-menu #top_nav1 {
		position: relative;
		left: -15px!important;
	}
    body div#lp-ai-menu .ai-mktplace-logo {
        font-size: 18px;
        position: relative;
        bottom: 1px;
    }    
}

@media only screen and (min-width: 1279px) {
	body div#lp-ai-menu #top_nav1 {
		position: relative;
		left: 0px;
	}
    
    body div#lp-ai-menu .ai-mktplace-logo {
        font-size: 24px;
    }
}

/*=============================
END AI Marketplace LP Media Queries
=============================*/

/*================
END AI Marketplace 
================*/
