/*#region ADB2C customization CSS */
.intro {
	display: none !important;
}

.create {
	display: none;
}

.divider {
	display: none;
}
#phoneNumbers {
	margin-bottom: 10px;
}
.phoneNumber .type, .phoneNumber .number{
	font-weight:normal;
}
#retryCode {
	text-decoration: underline !important;
}
#verifying_blurb,
.para {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 12px !important;
	font-family: 'Roboto', sans-serif !important;
	color: #666666;
	margin: 20px 0 10px 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #f1f1f1;
}

#signInName:focus, #password:focus, #newPassword:focus, #reenterPassword:focus {
	border: 1px solid #008265;
}

#signInName, #password, #newPassword ,#reenterPassword {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding: 12px 12px;
	margin-bottom: 20px;
	width: 100%;
	color: #008265;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

#forgotPassword {
	position: absolute;
	margin-top: 185px;
	color: #008265!important;
}

.entry .buttons {
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 29px;
}

#next {
	color: #fff;
	background-color: #008265;
	border: 0 none;
	width: 100%;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	min-width: 184px;
	padding: 15px 47px;
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease-in-out;
	content: 'Login';
	min-height:47px;
}
.buttons{
	display:flex;
	justify-content:space-evenly;
}
#continue
{
	margin-right:5px;
}
#continue, #cancel, #verifyPhone, #verifyCode {
	color: #fff;
	background-color: #008265;
	padding: 15px 10px;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	min-width: 120px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease-in-out;
} 

	#next:after {
		top: 0;
		left: 0;
		right: 0;
		background-color: #008265;
		padding: 17px 0px;
		border: 0 none;
		width: 100%;
		border-radius: 3px;
		cursor: pointer;
		display: block;
		position: absolute;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		transition: all .2s ease-in-out;
		content: 'Login';
		visibility: visible;
	}

	#next:hover:before {
		background-position: 0;
	}

	#next:before {
		background: linear-gradient( 90deg, #0F3557 0%, #0F3557 50%, #008265 50%, #008265 100%);
		background-size: 200% 100%;
		background-position: 100%;
		width: 100%;
	}

.itemlevel > p {
	padding-left: 0px !important;
}

/*.pageLevel > p {
	padding-left: 45px;
}*/


.error p, #requiredFieldMissing, #claimVerificationServerError, #passwordEntryMismatch {
	color: red;
	width: 100%;
	font-weight: normal;
	font-size: 12px !important;
	margin: 0 0 0 0;
}

/*#region new login css*/

.two-columns-wrapper.login a:not(.btn):not(.link-underline) {
	color: #fff !important;
	font-size: 14px !important;
	line-height: 24px !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.two-columns-wrapper.grey {
	background: #f1f1f1;
}

.two-columns-wrapper.blue {
	background: #0F3557;
}

	.two-columns-wrapper.blue .two-columns .column.quote {
		border-color: #fff;
	}

	.two-columns-wrapper.blue .two-columns .quote-symbol {
		color: #fff;
	}

	.two-columns-wrapper.blue .two-columns .quote-text {
		color: #fff;
	}

	.two-columns-wrapper.blue .two-columns .link-underline {
		color: #fff;
	}

		.two-columns-wrapper.blue .two-columns .link-underline:after {
			background: linear-gradient(90deg, #fff calc(100%/3), transparent 0 calc(200%/3), #fff 0) var(--d, 0%) 100% / 300% 3px no-repeat;
		}

	.two-columns-wrapper.blue .two-columns .quote-author {
		color: #fff;
	}

.two-columns-wrapper .two-columns {
	max-width: 1210px;
	margin: 0 auto;
	padding: 95px 15px;
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}

	.two-columns-wrapper .two-columns.has-slider {
		padding: 95px 48px;
	}

		.two-columns-wrapper .two-columns.has-slider .owl-item {
			padding: 0 15px;
		}

	.two-columns-wrapper .two-columns .full-row {
		width: 100%;
	}

		.two-columns-wrapper .two-columns .full-row h2 {
			margin-bottom: 62px;
			color: #fff;
			font-family: "Roboto", sans-serif;
			font-style: normal;
			font-weight: bold;
			font-size: 28px;
			line-height: 28px;
			text-align: center;
		}

	.two-columns-wrapper .two-columns .column {
		max-width: 553px;
		color: #000;
		font-style: normal;
		font-weight: 600;
		font-size: 22px;
		line-height: 31px;
	}

		.two-columns-wrapper .two-columns .column.white {
			background: #fff;
			border-radius: 3px;
			display: flex;
			flex-direction: column;
			padding-left: 86px;
			padding-right:86px;
			padding-top:40px;
			justify-content: center;
			width: 100%;
			text-align: center;
		}

			.two-columns-wrapper .two-columns .column.white .btn-wrap {
				width: 100%;
				margin-bottom: 29px;
			}
.two-columns-wrapper .two-columns .column.white p {
			margin-bottom: 10px;
				font-style: normal;
				font-weight: 300;
				font-size: 16px;
				line-height: 22px;
				letter-spacing: 0.03em;
				/*color: black;*/
				text-align:left;
		}
		.two-columns-wrapper .two-columns .column.blue {
			 background: #0F3557; 
			/*background-image: linear-gradient(to left, rgba(255,0,0,0), rgb(26 22 22 / 96%));*/
			border-radius: 3px;
			padding: 52px 52px;
			/* margin-left: 15px; */
			width: 100%;
			color: #fff;
		}
			.two-columns-wrapper .two-columns .column.blue p {
				margin-bottom: 20px;
				font-style: normal;
				font-weight: 300;
				font-size: 16px;
				line-height: 22px;
				letter-spacing: 0.03em;
				color: white;
			}

			.two-columns-wrapper .two-columns .column.blue h6 {
				margin-bottom: 23px;
				color: #7ABDF0;
				font-style: normal;
				font-weight: 600;
				font-size: 16px;
				line-height: 24px;
				letter-spacing: 0.03em;
			}

				.two-columns-wrapper .two-columns .column.blue h6 a {
					color: #fff;
					font-size: 16px;
					line-height: 24px;
					letter-spacing: normal;
					text-transform: none;
				}

					.two-columns-wrapper .two-columns .column.blue h6 a:after {
						background: #fff;
					}

		.two-columns-wrapper .two-columns .column.quote {
			border: 3px solid #008265;
			border-radius: 3px;
			padding: 25px 64px 35px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.two-columns-wrapper .two-columns .column a:not(.btn):not(.link-underline) {
			display: inline-block;
			position: relative;
			color: #008265;
			font-style: normal;
			font-weight: 300;
			font-size: 11px;
			line-height: 13px;
			text-align: center;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-decoration: none;
		}

			.two-columns-wrapper .two-columns .column a:not(.btn):not(.link-underline):after {
				background: #008265;
				border-radius: 2px;
				content: '';
				bottom: -5px;
				height: 2px;
				display: block;
				position: absolute;
				width: 100%;
				transform-origin: 100% 50%;
				transform: scaleX(0);
				transition: transform 0.2s ease;
			}

			.two-columns-wrapper .two-columns .column a:not(.btn):not(.link-underline):hover:after {
				transform: scaleX(1);
				transform-origin: 0 50%;
			}

.two-columns-wrapper .single-column {
	display: block;
	max-width: 899px;
	margin: 0 auto;
	padding: 95px 15px;
}

	.two-columns-wrapper .single-column .column.quote {
		border: 3px solid #008265;
		border-radius: 3px;
		padding: 25px 64px 35px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

.two-columns-wrapper fieldset {
	text-align: left;
}

.entry-item,
.attrEntry {
	text-align: left;
}


	.two-columns-wrapper label,
	.entry-item label,
	.attrEntry label{
		display: block;
		margin-bottom: 9px;
		color: #000;
		font-style: normal;
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

.two-columns-wrapper input.text-field {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	padding: 17.5px 19px;
	margin-bottom: 20px;
	width: 100%;
	color: #008265;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

	.two-columns-wrapper input.text-field:focus {
		border: 1px solid #008265;
	}

.two-columns-wrapper h1 {
	margin-bottom: 47px;
	color: #000;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	font-family: "orpheuspro", serif;
	line-height: 39px;
	text-align: left;
}

.two-columns-wrapper .quote-symbol {
	margin-bottom: -58px;
	color: #008265;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: bold;
	font-size: 102px;
	line-height: 102px;
}

.two-columns-wrapper .quote-text {
	margin-bottom: 20px;
	color: #000;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 31px;
}

.two-columns-wrapper .quote-author {
	color: #000;
	font-style: normal;
	line-height: 58px;
}

	.two-columns-wrapper .quote-author img {
		max-width: 58px;
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle;
	}

	.two-columns-wrapper .quote-author .inline-block {
		vertical-align: middle;
	}

	.two-columns-wrapper .quote-author .name {
		font-weight: bold;
		font-size: 16px;
		line-height: 28px;
	}

	.two-columns-wrapper .quote-author .position {
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
	}

.two-columns-wrapper .link-underline {
	margin-bottom: 20px;
}

.two-columns-wrapper .owl-carousel .owl-item {
	padding: 0 31px;
}

.two-columns-wrapper .owl-carousel .owl-nav .owl-prev, .two-columns-wrapper .owl-carousel .owl-nav .owl-next {
	height: 48px;
	position: absolute;
	top: 50%;
	width: 48px;
	font-size: 0;
	transform: translateY(-50%);
	transition: background-image 0.2s ease-in-out;
}

.two-columns-wrapper .owl-carousel .owl-dots {
	display: none;
}

@media screen and (max-width: 1079px) {
	.two-columns-wrapper .two-columns {
		padding: 50px 15px;
		flex-direction: column;
	}

		.two-columns-wrapper .two-columns .column.white {
			padding: 32px;
		}

		.two-columns-wrapper .two-columns .column {
			margin-left: auto;
			margin-right: auto;
			font-size: 16px;
			line-height: 24px;
		}

			.two-columns-wrapper .two-columns .column ~ .column {
				margin-top: 50px;
			}

			.two-columns-wrapper .two-columns .column.blue {
				margin-left: auto;
			}

			.two-columns-wrapper .two-columns .column.blue {
				padding: 50px;
				text-align: center;
			}

				.two-columns-wrapper .two-columns .column.blue p, .two-columns-wrapper .two-columns .column.blue h6 {
					text-align: left;
				}
}


/*#endregion new login css*/

