.section-title {}

@media screen and (min-width:1025px) {
	.section-title {
		padding-top: 97px;
		color: #fff;
		padding-left: 100px;
		font-size: 36px;
		font-weight: 700
	}
}

@media screen and (max-width:480px) {
	.section-title {
		padding-top: 36px;
		color: #fff;
		padding-left: 26px;
		font-size: 24px;
		font-weight: 700
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.section-title {
		padding-top: 100px;
		color: #fff;
		padding-left: 50px;
		font-size: 24px;
		font-weight: 700
	}
}

.welcome-box {
	text-align: center
}

.welcome-box h1 {
	font-size: 28px;
	font-weight: 700;
	padding-top: 0;
	color: #010101
}

.welcome-box-text {
	font-size: 18px;
	font-weight: 500
}

@media screen and (min-width:1025px) {
	.welcome-box {
		padding: 30px 30px 50px 30px
	}

	.welcome-box h1 {
		font-size: 36px;
		margin-bottom: 4px
	}

	.welcome-box-text {
		font-size: 22px;
		font-weight: 400
	}
}

@media screen and (max-width:1024px) {
	.welcome-box h1 {
		margin-bottom: 4px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.welcome-box {
		padding: 40px 50px 50px 50px
	}
}

@media screen and (max-width:480px) {
	.welcome-box {
		padding: 40px 24px 50px 24px
	}
}

.generic-text-box {
	text-align: center
}

.generic-text-box h2 {
	font-size: 28px;
	font-weight: 700;
	padding-top: 0;
	margin-bottom: 10px;
	color: #010101
}

.generic-box-text {
	font-size: 18px;
	font-weight: 500
}

@media screen and (min-width:1025px) {
	.generic-text-box {
		padding: 0 30px 50px 30px;
		margin-top: -6px
	}

	.generic-text-box h2 {
		font-size: 36px
	}

	.generic-box-text {
		font-size: 22px;
		font-weight: 400
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.generic-text-box {
		padding: 0 50px 50px 50px
	}
}

@media screen and (max-width:480px) {
	.generic-text-box {
		padding: 0 24px 50px 24px
	}
}

@media screen and (min-width:1025px) {
	.custom-content-box {
		padding: 0 30px 50px 30px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.custom-content-box {
		padding: 0 50px 50px 50px
	}
}

@media screen and (max-width:480px) {
	.custom-content-box {
		padding: 0 24px 50px 24px
	}
}

#brand-palette {
	margin-bottom: 50px
}

.brand-palette-item-content.light-blue {
	background-color: #0074E2
}

.brand-palette-item-content.dark-blue {
	background-color: #055FAB
}

.brand-palette-item-content h3 {
	letter-spacing: 1.2px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 5px;
	opacity: 0.87;
	line-height: 14px
}

.brand-palette-item-content p {
	padding-bottom: 35px;
	line-height: 25px;
	max-width: 245px;
	margin: auto;
	font-size: 18px;
	text-align: center
}

.brand-palette-item-content a>div {
	text-transform: uppercase;
	background-color: #0074E2;
	border-radius: 40px;
	padding: 12px 15px;
	border: 1px solid #fff;
	color: white;
	box-shadow: 0 3px 6px #4F4F4F66;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.26px;
	text-decoration: none;
	width: max-content;
	margin: auto
}

.brand-palette-item-content a {
	text-decoration: none;
	padding: 0 10px
}

.brand-palette-item-content a>div:hover {
	text-transform: uppercase;
	background-color: #055FAB;
	border-radius: 40px;
	padding: 12px 15px;
	border: 1px solid #fff;
	color: white;
	box-shadow: 0 3px 6px #4F4F4FCC;
	text-decoration: none
}

.brand-palette-item-content.dark-blue a>div {
	background-color: #055FAB
}

.brand-palette-item-content.dark-blue a>div:hover {
	background-color: #034883
}

@media screen and (min-width:1200px) {
	.mobile-palette {
		display: none
	}

	.bp-col {
		width: 50%;
		float: left
	}

	.brand-palette-item {
		max-width: 600px;
		float: left;
		display: table
	}

	.brand-palette-item-image {
		width: 300px;
		display: block;
		float: left;
		height: 300px;
		display: table-cell;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover
	}

	.brand-palette-item-content {
		width: 240px;
		display: block;
		float: left;
		padding: 40px 30px;
		text-align: center;
		height: 220px;
		color: #fff;
		display: table-cell
	}

	.brand-palette-item-content p {
		font-size: 16px
	}
}

@media screen and (min-width:481px) and (max-width:1199px) {
	.mobile-palette {
		display: none
	}

	#brand-palette {
		margin: 0 50px 50px 50px
	}

	.bp-col {
		width: 100%
	}

	.brand-palette-item {
		width: 100%
	}

	.brand-palette-item-content {
		padding: 40px 10px;
		text-align: center;
		height: 220px;
		color: #fff
	}

	.brand-palette-item-image {
		width: 50%;
		display: block;
		height: 300px;
		background-position: center center;
		background-size: cover
	}

	.brand-palette-item-content.row1 {
		margin-left: 50%;
		margin-left: 50%
	}

	.brand-palette-item-image.row1 {
		float: left
	}

	.brand-palette-item-content.row2 {
		margin-right: 50%
	}

	.brand-palette-item-image.row2 {
		float: right;
		margin-top: -300px
	}
}

@media screen and (max-width:480px) {
	.desktop-tablet-palette {
		display: none
	}

	#brand-palette {
		margin: 0 24px 50px 24px
	}

	.brand-palette-item {
		width: 100%
	}

	.bp-col {
		min-width: 100%
	}

	.brand-palette-item-image {
		width: 100%;
		height: 300px;
		background-position: center center;
		background-size: cover
	}

	.brand-palette-item-content {
		padding: 40px 0;
		text-align: center;
		height: 220px;
		color: #fff
	}
}

.bp-subtitle {
	letter-spacing: 1.2px;
	font-size: 12px !important;
	text-transform: uppercase;
	margin-top: 24px !important;
	margin-bottom: 5px;
	line-height: 14px;
	font-weight: 500;
	padding-bottom: 0 !important
}

.news-cell {
	padding: 0 20px 0 30px
}

.news-show-more-section {
	margin-top: 50px
}

.news-show-more {
	color: #0074E2;
	text-decoration: underline
}

.news-show-more:hover {
	text-decoration: none
}

.news-cell h2 {
	color: #010101
}

.news-section {
	margin: 0 0 50px 0;
	text-align: left
}

.news-tile {
	color: #000000
}

.news-content-area h3 a {
	text-decoration: underline;
	color: #000000;
	text-decoration-color: rgba(0, 0, 0, 0.4)
}

.news-content-area h3 a:hover {
	text-decoration: none
}

@media screen and (max-width:480px) {
	.news-cell {
		padding: 0 22px
	}

	.news-cell h2 {
		font-weight: bold;
		margin-bottom: 50px
	}

	.news-tile {
		width: 100%;
		display: block;
		box-shadow: 0 2px 8px #00000029;
		margin: 24px 0 0 0;
		min-height: 395px
	}

	.news-content-area {
		display: block
	}

	.news-tile img {
		max-width: 366px;
		max-height: 170px;
		width: 100%
	}

	.news-content-area h3 {
		margin: 28px 24px 20px 24px;
		font-weight: bold
	}

	.news-summary {
		margin: 0 24px 0 24px;
		padding-bottom: 20px
	}

	.news-date {
		margin: 12px 24px 12px 24px;
		font-size: 12px
	}

	.news-show-more-section {
		margin-top: 5px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.news-cell {
		padding: 0 50px
	}

	.news-cell h2 {
		margin-bottom: 50px
	}

	.news-tile {
		width: 100%;
		display: block;
		box-shadow: 0 2px 8px #00000029;
		margin: 30px 0 0 0;
		min-height: 230px
	}

	.news-content-area {
		display: block
	}

	.news-tile img {
		max-width: 332px;
		max-height: 170px;
		float: left;
		margin: 30px;
		width: 50%
	}

	.news-content-area h3 {
		margin: 0 30px 12px 30px;
		padding-top: 30px
	}

	.news-summary {
		font-size: 16px;
		margin: 0 30px 00px 30px;
		padding-bottom: 20px
	}

	.news-date {
		margin: 0 30px 12px 30px
	}

	.news-show-more-section {
		margin-top: 19px
	}
}

@media screen and (min-width:1025px) {
	.news-tile {
		width: 351px;
		float: left;
		margin-right: 35px;
		text-align: left;
		box-shadow: 0 4px 6px #00000029;
		padding-bottom: 40px;
		overflow: visible
	}

	.news-cell h2 {
		margin-bottom: 50px
	}

	.news-content-area {
		display: block
	}

	.news-tile img {
		width: 353px;
		height: 200px;
		max-height: 200px
	}

	.news-content-area h3 {
		margin: 30px 30px 15px 30px;
		color: #231F20
	}

	.news-summary {
		margin: 0 30px 0 30px
	}

	.news-date {
		margin: 0 30px 15px 30px
	}

	.news-content-area h3 a {
		font-size: 24px;
		font-weight: 400;
		line-height: 28px
	}

	.news-content-area h3 a {
		font-size: 24px;
		font-weight: 400;
		line-height: 28px
	}
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	.news-tile {
		max-width: 351px;
		width: 30%
	}
}

@media screen and (max-width:1025px) {
	.news-content-area h3 {
		font-size: 18px;
		line-height: 21px
	}

	.news-summary {
		font-size: 14px;
		line-height: 17px
	}

	.news-date {
		font-size: 12px;
		line-height: 16px
	}

	.news-cell h2 {
		font-size: 28px;
		font-weight: bold
	}

	.news-show-more-section {
		font-size: 14px
	}

	.news-content-area h3 a {
		font-size: 18px;
		font-weight: 400;
		line-height: 21px
	}
}

@media screen and (min-width:1025px) {
	.news-content-area h3 {
		font-size: 24px;
		line-height: 28px
	}

	.news-summary {
		font-size: 16px;
		line-height: 20px
	}

	.news-date {
		font-size: 14px;
		color: #757575;
		line-height: 20px
	}

	.news-cell h2 {
		font-size: 36px;
		font-weight: bold
	}

	.news-show-more-section {
		font-size: 16px
	}
}

.itb {
	margin: 0 20px 50px 20px;
	padding: 30px 30px 40px 30px;
	box-shadow: 0 2px 10px #4F4F4F66;
	border-radius: 12px
}

.itb-image-wrapper {
	float: left;
	margin-right: 15px
}

.itb-body-wrapper h4 {
	color: #0074E2;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px
}

.itb-button-wrapper {
	border: 1px solid #000000;
	border-radius: 40px;
	background-color: #FFFFFF;
	padding: 15px 30px;
	display: inline-block
}

.itb-button {
	letter-spacing: 1.35px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.iitb-button-wrapper:hover {
	background-color: #F5F5F5
}

.itb-text {
	margin-bottom: 20px;
	line-height: 20px
}

.itb-text p {
	opacity: 1
}

.itb-image {
	width: 50px
}

.itb-body-wrapper h4.white-box {
	color: #0074E2
}

.itb-button-wrapper.white-box {
	color: #000000;
	background-color: #FFFFFF
}

.itb-button-wrapper.white-box:hover {
	background-color: #F5F5F5
}

.itb-text.white-box a {
	color: #000000;
	text-decoration: underline
}

.itb-text.white-box a:hover {
	color: #000000;
	text-decoration: none
}

.itb-body-wrapper h4.yellow-box {
	color: #000000
}

.itb.yellow-box {
	background-color: #FFCC6A
}

.itb-button-wrapper.yellow-box {
	color: #000000;
	background-color: #FFCC6A
}

.itb-button-wrapper.yellow-box:hover {
	background-color: #FEB527
}

.itb-text.yellow-box a {
	color: #000000;
	text-decoration: underline
}

.itb-text.yellow-box a:hover {
	color: #000000;
	text-decoration: none
}

.itb-body-wrapper h4.blue-box {
	color: #ffffff
}

.itb.blue-box {
	background-color: #0074E2;
	color: #ffffff
}

.itb-button-wrapper.blue-box {
	color: #ffffff;
	background-color: #0074E2;
	border-color: #fff
}

.itb-button-wrapper.blue-box a {
	color: #fff
}

.itb-button-wrapper.blue-box:hover {
	background-color: #1D72D4
}

.itb-text.blue-box a {
	color: #fff;
	text-decoration: underline
}

.itb-text.blue-box a:hover {
	color: #fff;
	text-decoration: none
}

@media screen and (max-width:1024px) {
	.itb-image {
		width: 44px
	}

	.itb-button-wrapper {
		padding: 10px 16px
	}

	.itb-body-wrapper h4 {
		font-size: 16px;
		line-height: 19px
	}

	.itb {
		font-size: 14px;
		line-height: 17px;
		padding: 24px 24px 34px 24px
	}

	.itb-text {
		line-height: 17px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.itb {
		margin: 0 40px 50px 40px
	}
}

@media screen and (max-width:480px) {
	.itb {
		margin: 0 14px 50px 14px
	}
}

.hicon-box-sub-title {
	float: left;
	margin-left: 15px
}

.hicon-box {
	float: left;
	background-color: #ffffff
}

.hicon-text-header h3 {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	opacity: 1
}

.hicon-text-link {
	margin: 20px 0;
	color: #0074E2 !important;
	display: block
}

.hicon-text-link a {
	text-decoration: underline;
	color: #0074E2 !important;
	font-size: 14px
}

.hicon-text-link a:hover {
	text-decoration: none
}

.hicon-text-content {
	color: #4F4F4F;
	font-size: 16px;
	width: 100%
}

.hicon-image {
	height: 90px;
	display: block;
	text-align: left
}

@media screen and (min-width:1201px) {
	.hicon-boxes-wraper h2 {
		font-size: 28px;
		font-weight: bold;
		color: #010101;
		margin-left: 15px;
		padding-bottom: 20px
	}

	.hicon-boxes-wraper {
		margin: 0 20px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		padding: 60px 40px;
		max-width: 26.3%
	}

	.hicon-box-sub-title {
		float: left;
		margin-left: 15px;
		margin-top: -20px
	}
}

@media screen and (min-width:1025px) {
	.hicon-box-indent {
		margin-left: 30px !important;
		border: 0 #000000 solid;
		float: left;
		width: 100%
	}

	.hicon-boxes-wraper h2 {
		font-size: 36px;
		font-weight: bold;
		color: #010101;
		margin-left: 15px;
		padding-bottom: 20px
	}

	.hicon-boxes-wraper {
		margin: 0 20px 50px 20px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		padding: 30px 18px;
		max-width: 30.2%;
	}

	.hicon-box-sub-title {
		float: left;
		margin-left: 15px;
		margin-top: -20px
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.hicon-boxes-wraper h2 {
		font-size: 28px;
		font-weight: bold;
		color: #010101;
		margin-left: 30px;
		padding-bottom: 15px
	}

	.hicon-boxes-wraper {
		margin: 0 20px 50px 20px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		padding: 30px 40px;
		max-width: 25.2%
	}

	.hicon-box-sub-title {
		margin-top: -17px !important;
		margin-left: 30px
	}
}

@media screen and (min-width:541px) and (max-width:768px) {
	.hicon-boxes-wraper h2 {
		font-size: 28px;
		font-weight: bold;
		color: #010101;
		margin-left: 15px
	}

	.hicon-boxes-wraper {
		margin: 0 40px 50px 40px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		padding: 25px 15px;
		max-width: 28.9%
	}
}

@media screen and (min-width:415px) and (max-width:540px) {
	.hicon-boxes-wraper h2 {
		font-size: 28px;
		font-weight: bold;
		color: #010101;
		margin-left: 15px
	}

	.hicon-boxes-wraper {
		margin: 0 20px 50px 20px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		padding: 15px 15px;
		max-width: 100%
	}
}

@media screen and (max-width:414px) {
	.hicon-boxes-wraper h2 {
		font-size: 28px;
		font-weight: bold;
		color: #010101;
		margin-left: 15px
	}

	.hicon-boxes-wraper {
		margin: 0 20px 50px 20px
	}

	.hicon-box {
		float: left;
		background-color: #FFFFFF;
		float: left;
		padding: 15px 15px;
		padding-top: 15px;
		padding-bottom: 0;
		padding-right: 15px;
		padding-left: 15px;
		max-width: 100%
	}
}

@media screen and (min-width:1200px) {
	.PromoBoxWrapper a:hover {
		text-decoration: none
	}
}

.promo-box-button {
	padding: 15px 30px;
	border-radius: 40px;
	background-color: #0074E2;
	display: inline-block;
	letter-spacing: 1.26px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	box-shadow: 0 3px 6px #4F4F4F66;
	text-align: center
}

.promo-box-button:hover {
	background-color: #055FAB;
	display: inline-block;
	box-shadow: 0 3px 6px #4F4F4FCC
}

#showHideChevron {
	font-size: 13px;
	margin-left: 5px
}

@media screen and (min-width:1025px) {
	.landing-page-para {
		margin-bottom: 50px;
		padding: 0 30px
	}

	.landing-page-para .concertina-item {
		padding: 0 20px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.landing-page-para {
		margin: 0 40px 50px 40px
	}
}

@media screen and (max-width:480px) {
	.landing-page-para {
		margin: 0 14px 50px 14px
	}
}

.step-item {
	padding: 18px
}

.step-item:hover {
	background-color: #F6F6F6;
	border-radius: 5px
}

.step-item-link {
	text-decoration: none
}

.all-steps-wrapper {
	border-radius: 8px;
	border: 2px solid #BFC3C7;
	margin-right: 20px;
	background-color: #fff;
	position: absolute;
	z-index: 100;
	margin-top: -2px;
	width: auto
}

.step-tick {
	color: #fff
}

.step-item:hover .step-tick {
	color: #F6F6F6
}

#step-chevron-wrapper-link {
	color: #616161;
	text-decoration: none;
	cursor: pointer
}

.step-item:hover a span.step-tick {
	color: #F6F6F6
}

.step-set-wrapper {
	background-color: #E8F6FF;
	padding: 20px;
	border-radius: 8px;
	font-size: 18px
}

.current-step {
	border-radius: 8px;
	border: 2px solid #BFC3C7;
	width: fit-content;
	background-color: #fff;
	padding: 18px
}

.current-step,
.active-step-no,
.total-step {
	color: #616161;
	font-weight: 500;
	width: auto
}

.active-step-name {
	font-weight: 500;
	color: #000
}

.active-step-name {
	margin-left: 10px
}

.active-step {
	color: #31B52E !important
}

#steps-down-chevron {
	float: right;
	margin-left: 10px
}

.current-step-desc {
	margin-right: 25px
}

.current-step-info-wrapper {
	display: block;
	margin-right: 20px
}

.step-chevron-wrapper {
	display: block;
	float: right
}

.all-step-step-no,
.all-step-desc {
	padding-left: 10px
}

.step-name {
	padding-left: 10px
}

@media screen and (min-width:1025px) {
	a.anchor-margin {
		display: block;
		position: relative;
		top: -115px;
		visibility: hidden
	}

	.step-item a {
		font-size: 18px;
		text-decoration: none
	}

	.step-item a span {
		font-size: 18px;
	}

	.current-step span {
		font-size: 18px
	}

	.step-item div {
		margin-left: 10px
	}
}

@media screen and (max-width:1024px) {
	a.anchor-margin {
		display: block;
		position: relative;
		top: -64px;
		visibility: hidden
	}

	.step-item a {
		font-size: 16px;
		text-decoration: none
	}

	.step-item a span {
		font-size: 16px
	}

	.current-step span {
		font-size: 16px
	}

	.step-item {
		padding: 14px 10px 4px 0
	}

	.step-item {
		padding: 14px 10px 4px 0
	}

	.step-item:last-child {
		padding-bottom: 14px
	}

	.step-set-wrapper {
		font-size: 16px
	}
}

.cta-panel {
	padding: 0 30px 50px 30px
}

.cta-items {
	background-color: #F4F4F4;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center
}

.cta-panel h2 {
	font-size: 28px;
	font-weight: 500
}

.cta-item {
	width: 352px;
	vertical-align: middle;
	padding: 28px 32px;
	background-color: #fff;
	border-radius: 30px;
	float: left;
	margin-bottom: 26px;
	min-height: 42px;
	text-align: left;
	cursor: pointer
}

.cta-item-wrapper {
	max-width: 892px;
	margin-right: auto;
	margin-left: auto
}

.cta-show-more-link-wrapper {
	clear: both
}

.cta-show-more-link,
.cta-show-more-link-mobile {
	float: right;
	color: #0944B1;
	margin-right: 39px;
	margin-top: 28px;
	font-weight: 600
}

.cta-link {
	text-decoration: none;
	font-size: 22px;
	color: #414141
}

.cta-link img {
	height: 39px;
	margin-right: 30px;
	float: left
}

.cta-link>.icon-chevron-right {
	margin-top: 10px;
	float: right;
	margin-left: 10px
}

.cta-tile-title {
	line-height: 25px;
	display: block;
	margin-left: 69px;
	margin-top: 8px
}

@media screen and (max-width:480px) {
	.cta-panel {
		padding: 0 22px 50px 22px
	}
}

@media screen and (min-width:481px) and (max-width:1024px) {
	.cta-panel {
		padding: 0 50px 50px 50px
	}
}

@media screen and (min-width:1025px) {}

@media screen and (min-width:1025px) {
	.cta-item:nth-child(odd) {
		margin-right: 56px
	}

	.cta-item:nth-child(odd):last-child {
		margin-left: 250px
	}

	.cta-desktop-icon {
		display: block
	}

	.cta-mobile-icon {
		display: none
	}

	.cta-item:hover {
		background-color: #E2F2FF
	}

	.cta-item:hover>.cta-link>.cta-tile-title,
	.cta-item:hover>.cta-link>.icon-chevron-right {
		color: #0074E2
	}
}

@media screen and (max-width:1024px) {

	.cta-show-more-link,
	cta-show-more-link-mobile {
		float: right;
		color: #424242;
		margin-right: 25px;
		margin-top: 0;
		font-weight: 600;
		font-size: 14px
	}

	.cta-panel h2 {
		font-size: 18px;
		font-weight: 600
	}

	.cta-items {
		padding-top: 6px;
		padding-bottom: 0
	}

	.cta-link>.icon-chevron-right {
		margin-top: 14px
	}
}

@media screen and (min-width:701px) and (max-width:1024px) {
	.cta-item:nth-child(odd) {
		margin-right: 23px
	}

	.cta-item:nth-child(odd):last-child {
		margin-left: 170px
	}

	.cta-desktop-icon {
		display: none
	}

	.cta-mobile-icon {
		display: block
	}
}

@media screen and (min-width:701px) and (max-width:1024px) {
	.cta-item-wrapper {
		width: 631px;
		margin-left: auto;
		margin-left: auto
	}

	.cta-item {
		width: 246px;
		background-color: #E2F2FF;
		padding: 9px 29px
	}

	.cta-link img {
		height: 27px;
		margin-top: 8px
	}

	.cta-tile-title {}

	.cta-link {
		font-size: 15px;
		color: #0563D0
	}

	.cta-items {
		background-color: #fff
	}

	.cta-tile-title {
		line-height: 19px;
		margin-left: 53px;
		margin-top: 12px
	}
}

@media screen and (max-width:700px) {
	.cta-item-wrapper {
		width: 306px;
		margin-left: auto;
		margin-left: auto
	}

	.cta-item {
		width: 246px;
		background-color: #E2F2FF;
		padding: 9px 29px
	}

	.cta-link img {
		height: 27px;
		margin-top: 8px
	}

	.cta-tile-title {}

	.cta-link {
		font-size: 15px;
		color: #0563D0
	}

	.cta-items {
		background-color: #fff
	}

	.cta-tile-title {
		line-height: 19px;
		margin-left: 53px;
		margin-top: 12px
	}

	.cta-desktop-icon {
		display: none
	}

	.cta-mobile-icon {
		display: block
	}

	.cta-show-more-link {
		display: none
	}

	.cta-show-more-link-mobile {
		display: block
	}
}

@media screen and (min-width:701px) {
	.cta-show-more-link {
		display: block
	}

	.cta-show-more-link-mobile {
		display: none
	}
}

.form-clear-link {
	background-color: #fff;
	color: black;
	text-decoration: underline
}


        .overlay-styles {           
            height: 100%;
            width: 100%;
            position: fixed; 
            z-index: 100; 
            left: 0;
            top: 0;
            background-color: rgba(0,0,0); 
            opacity: 0.87;
            overflow-x: hidden; 
            transition: 0.1s;  

  	    }

        .overlay-content-styles {
            position: absolute;
            text-align: center;           
            width: 50%;
            transition: 0.2s;
            z-index: 10;
			top: 50%;
			left: 50%;
			max-width: 600px;
			transform: translate(-50%, -50%);
			z-index: 1000;
        }        

        .overlay-content-styles  {
            /*color: #ccc;*/
            background: #ffffff;
            border: 2px solid #ccc;
            margin: 0;
            /*border-radius: 20px;*/
           
            
            padding: 20px 30px 40px 30px;
        }

		.overlay-content-styles >h3{
			font-size: 22px;
		}

        .close-button-styles {
            position: fixed;
            top: 0;
            right: 0;
            margin-right: 20px;
            margin-top: 20px;
            display: block;
            cursor: pointer;
            color: #fff;
            z-index: 20;
            font-size: 20px;
           
        }

		.overlayCross {
			float: right;
			margin-top: 5px;
			height: 50px;
		}
		.overlay-content{
			text-align: left;
		}
		.overlay-icon{
			width: 200px;
			margin-bottom: 20px;
		}

		.overlay-button{
			background-color: #055FAB;
    color: #fff;
	margin-top: 20px;
    
    padding: 11px 25px;
    /* text-decoration: none !important; */
    text-decoration: none;
    border-radius: 25px;
    margin-bottom: 5px;
    border: none;
	display: inline-block;
		}

		.overlay-content > ul > li{
			line-height: 23px;
		}

		@media screen and (max-width:420px) {

			  .overlay-content-styles {
				position: absolute;
				text-align: center;
				width: -moz-available;          /* WebKit-based browsers will ignore this. */
				width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
				width: fill-available;
				transition: 0.2s;
				z-index: 10;
				top: 0;
				left: 0; 
				z-index: 1000;
				transform: none;
				margin-top: 0px;
			}
	
			
		}		