.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.edge-slide span.h6 {
    font-family: Rubik, sans-serif;
    color: #012a60;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 0 10px;
    font-weight: 400;
}
.flex-container .flex-item {
	flex: 1 0 auto;
	width: 100%;
	box-sizing: border-box;
	align-self: stretch;
}

section.banner-section-cta-boxes {
	padding: 60px 0;
	background: linear-gradient(180deg,rgba(1,168,203,.04),rgba(1,168,203,.09));
}
/*
section.banner-section-cta-boxes .container {
	max-width: 1060px;
}
*/
section.banner-section-cta-boxes .text-content {
	text-align: center;
	max-width: 1060px;
}
section.banner-section-cta-boxes .text-content h1 {
	text-align: center;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
}

section.banner-section-cta-boxes .text-content h1 span,
section.banner-section-cta-boxes .text-content h1 span.highlight {
	display: inline;
	color: #01a8cb;
}
section.banner-section-cta-boxes .text-content p {
	display: block;
	max-width: 865px;
	margin: auto;
	color: #636675;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.1px;
}

section.banner-section-cta-boxes .cta-boxes {
	max-width: 1213px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
}
section.banner-section-cta-boxes .cta-boxes .cta-box {
	position: relative;
	max-width: calc(50% - 20px);
	margin-right: 20px;
	min-height: 270px;
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
	border-radius: 15px 0px;
}
section.banner-section-cta-boxes .cta-boxes .cta-box:nth-child(2) {
	margin-right: 0;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content {
	position: absolute;
	padding: 30px;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container {
	max-width: 70%;
	align-content: center;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container .icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 60px;
	background-color: #fff;
	border-radius: 15px 0px;
	padding: 10px;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container .title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	margin: 0;
	margin-left: 14px;
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .cta-container {
	max-width: 30%;
	text-align: right;
	align-content: center;
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .cta-container .cta {
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px;
	color: #FFF;
	font-family: 'Rubik';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.30);
	backdrop-filter: blur(7px);
}
section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .cta-container .cta:hover {
	background: #01a8cb;
}

.header-top-link a.link-btn.btn-aqua {
    display: none;
}
.user_nav #loginLink{
	border: 1px solid #01a8cb;
    border-radius: 2px;
    background-color: #01a8cb;
    display: inline-block;
    color: #fff;
    padding: 9px 34px;
}
@media (max-width: 1179px) {
	section.banner-section-cta-boxes .cta-boxes .cta-box {
		max-width: calc(100% - 30px);
		min-height: 400px;
		margin-right: 0;
		margin-bottom: 20px;
		background-position: top !important;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	section.banner-section-cta-boxes .text-content h1 {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
	}
	section.banner-section-cta-boxes .text-content p {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		letter-spacing: 0.1px;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content {
		padding: 16px;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container .icon {
		max-width: 40px;
		padding: 8px;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container .title {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 22px;
	}
}

@media (max-width: 599px) {
	section.banner-section-cta-boxes .cta-boxes .cta-box {
		min-height: 240px;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .title-container,
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .cta-container {
		max-width: 100%;
	}
	section.banner-section-cta-boxes .cta-boxes .cta-box .bottom-content .cta-container {
		margin-top: 10px;
	}
}