/*protect page css*/
/*for back-end redesign*/
:root {
  --aspire-protect-blue: #42a7f9;
  --aspire-protect-dark-blue: #0e2e5d;
  --aspire-protect-gray: #ced4dd;
}
html, body {
	margin: 0 auto;
	height: auto;
	width: auto;
	background-color: #fff;
	overflow-x: hidden;
}
body {
	line-height: 1.5;
	color: #212529;
	font-family: "Poppins",Helvetica,sans-serif;
	font: 100% "Poppins",Helvetica,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	transition: font .5s ease;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.aspire sup {
	vertical-align: super;
	font-size: 60%;
	top: 0;
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
/*fluid typography*/
.aspire h1 {
	font-size: 2.563rem;
}
.aspire h2 {
	font-size: 1.25rem;
}
.aspire h3 {
	font-size: 1.15rem;
}
.aspire .intro-copy {
	font-size: 1rem;
}
.aspire .button--primary {
	font-size: 0.813rem;
}
.aspire .col-icon h3 {
	font-size: 0.875rem;
}
.aspire .button--primary {
	border: 0 solid var(--aspire-protect-blue);
	background: var(--aspire-protect-blue);
	border-radius: 10px;
	padding: 20px 30px;
	margin-right: 10px;
}
.aspire .button--primary.button-respond {
	border: 0 solid var(--aspire-protect-dark-blue);
	background: var(--aspire-protect-dark-blue);
	margin-right: 0;
	margin-top: 10px;
}
.aspire .button--primary.button-respond:hover {
	background-color: #007b77;
	border-color: #007b77;
}
.aspire .repeater .copy {
	font-size: 1rem;
	line-height: normal;
}
@media (min-width:390px) {
	.acceptance {
		display: flex;
		flex-direction: row;
	}
	.aspire .button--primary.button-respond {
		margin-top: 0;
	}
}
@media (max-width:576px) {
	.protect_intro .acceptance.fl-item {
		display: flex;
		justify-content: space-around;
	}
}
@media (max-width:992px) {
	.cta-protect .acceptance {
		justify-content: space-around;
	}
}
@media (min-width:390px) and (max-width:1180px) {
	.aspire h1 {
		font-size: 2.563rem;
		font-size: clamp(2.563rem, 2.2544556962025317rem + 1.2658227848101267vw, 3.188rem);
	}
	.aspire h2 {
		font-size: 1.25rem;
		font-size: clamp(1.25rem, 0.6329113924050633rem + 2.5316455696202533vw, 2.5rem);
	}
	.aspire h3 {
		font-size: 1.25rem;
		font-size: clamp(1.25rem, 0.6329113924050633rem + 2.5316455696202533vw, 1.5rem);
	}
	.aspire .intro-copy {
		font-size: 1rem;
		font-size: clamp(1rem, 0.845481012658228rem + 0.6339240506329112vw, 1.313rem);
	}
	.aspire .button--primary {
		font-size: 0.813rem;
		font-size: clamp(0.813rem, 0.4738481012658227rem + 1.3913924050632913vw, 1.5rem);
	}
	.aspire .col-icon h3 {
		font-size: 0.875rem;
	}
	.aspire .repeater .copy {
		font-size: 1rem;
		font-size: clamp(1rem, 0.4738481012658227rem + 1.3913924050632913vw, 1.25rem);
	}
}
@media (min-width:992px) and (max-width:1180px) {
	.aspire .repeater .copy {
		font-size: 1rem;
		font-size: clamp(1rem, -0.31914893617021267rem + 2.127659574468085vw, 1.25rem);
	}
}
@media (min-width: 1181px) {
	.aspire h1 {
		font-size: 3.625rem;
	}
	.aspire h2 {
		font-size: 2.5rem;
	}
	.aspire h3 {
		font-size: 1.75rem;
	}
	.aspire .intro-copy {
		font-size: 1.563rem;
	}
	.aspire .button--primary {
		font-size: 1.25rem;
	}
	.aspire .cta-protect .button--primary {
		font-size: 1.1em;
	}
	.aspire .col-icon h3 {
		font-size: 0.875rem;
	}
	.aspire .repeater .copy {
		font-size: 1.25rem;
	}
}
.aspire h1 {
	line-height: 1.25em;
	color: var(--aspire-protect-dark-blue);
}
.aspire h2 {
	color: var(--aspire-protect-dark-blue);
	text-align: center;
}
.aspire h3 {
	color: var(--aspire-protect-dark-blue);
}
/*header*/
.site-topbar {
	background-color: white;
}
.site-topbar .row {
	padding-top: 3.6%;
	padding-bottom: 10.4%;
}
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.aspire .cs-item,
.aspire .cs-item a {
	font-size: 1.25rem;
	color: var(--aspire-protect-dark-blue);
}
.aspire header .cs-item a {
	color: var(--aspire-protect-dark-blue)!important;
}
.aspire header .cs-item a:hover {
	color: #009490 !important;
}
@media (max-width: 563px) {
	.aspire header .cs-item {
		margin-top: 20px;
	}
}
@media (min-width:575px) and (max-width:700px) {
	.aspire .cs-item  {
		text-align: right;
	}
    .aspire .cs-item span {
		display: block;
	}
}
@media screen and (max-width: 574px) {
	.aspire .cs-item {
		padding-top: 20px;
	}
}
/*intro*/
.protect_intro.section {
	padding-top: 0;
	padding-bottom: 0;
}
.icons-row {
	margin-top: 0;
}
.icons-row .col {
	flex-basis: 25%;
}
.protect_intro .copy-col {
	display: flex;
	flex-direction: column;
}
.protect_intro .acceptance {
	margin-top: 4%;
}
.col-icon h3 {
	color: var(--aspire-protect-dark-blue);
}
.aspire .col-icon h3,
.col-icon .inner-wrap {
	text-align: center;
}
.aspire .protect_intro h1 {
	margin-bottom: 0;
}
.protect_intro .image-col img {
	padding-left: 8.5%;
}
.col-icon .inner-wrap {
	padding-right: 10px;
}
.aspire .intro-copy {
	margin-top: 4%;
	margin-bottom: 0;
}
.aspire .icons-copy {
	margin-top: 5%;
	margin-bottom: 0;
}
.protect_intro .row:first-of-type {
	align-items: flex-end;
}
.hide-desk {
	display: none;
}
@media screen and (max-width: 768px) {
	.protect_intro .copy-col,
	.protect_intro .image-col {
		flex-basis: 100%;
	}
}
@media (min-width:993px) and (max-width:1230px) {
	.icons-row .col {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 992px) {
	.hide-mob {
		display: none;
	}
	.hide-desk {
		display: flex;
	}
	.icons-row .col {
		flex-basis: 25%;
	}
	.icons-row {
		margin-top: 6.4%;
	}
	.site-topbar .row {
		padding-bottom: 1.4%;
	}
}
@media screen and (min-width: 1231px) {
	.icons-row .col-icon {
		padding: 0;
	}
	.col-icon .inner-wrap {
		padding-right: 14px;
	}
}
@media screen and (max-width: 855px) {
	.intro-copy br {
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.icons-row .col {
		flex-basis: 50%;
	}
}
/*benefits*/
.benefits .head-container {
	margin-top: 8.7%;
	margin-bottom: 3.7%;
}
.repeater.section .container {
	padding-top: 4.8%;
}
.repeater.section .row {
	border: 1px solid var(--aspire-protect-gray);
	border-radius: 15px;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.repeater .row {
		max-width: 608px;
		margin-left: auto;
		margin-right: auto;
	}
	.repeater .col {
		flex-basis: 100%;
	}
	.repeater .col-img {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.repeater .col-img img {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.repeater .copy-wrap {
		padding: 4.7%;
	}
	.repeater h3 br {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.repeater .col-img {
	  justify-content: center;
	  display: flex;
	  flex-direction: row;
	  overflow: hidden;
	}
	.repeater .col-img img {
		flex: 1;
		height: 100%;
	}
	.row-odd img {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.row-even img {
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	.row-even .copy-wrap {
		padding-left: 11.5%;
		padding-right: 4.7%;
	}
	.row-odd .copy-wrap {
		padding-left: 4.7%;
		padding-right: 11.5%;
	}
	.row-even {
		flex-direction: row-reverse;
	}
	.row-odd .col-img {
		padding-left: 0;
	}
	.row-even .col-img {
		padding-right: 0;
	}
}
/*cta*/
.cta-protect.container {
	margin-top: 8.7%;
	border-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8.7% 6% 7.6% 6%;
}
.aspire .cta-protect h2 {
	text-align: left;
	color: white;
	font-weight: normal;
}
.cta-protect .acceptance {
	margin-top: 21px;
}
.cta-protect .image-col {
	text-align: center;
}
.cta-protect .image-col img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 991px) {
	.cta-protect .col {
		flex-basis: 100%;
		text-align: center;
	}
	.aspire .cta-protect h2 {
		text-align: center;
	}
	.cta-protect .row {
		flex-direction: column-reverse;
	}
	.cta-protect .image-col {
		padding-bottom: 20px;
	}
}
.aspire section.disclaimers p {
	font-size: 0.875rem !important;
}
section.disclaimers {
	padding-bottom: 0 !important;
}
section.disclaimers .container {
	padding-bottom: 10.4% !important;
}
.footer-sec .container {
	padding-top: 3.8%;
	padding-bottom: 3.8%;
}
.aspire .footer-sec p {
	margin-bottom: 0;
}
.footer-sec {
	background-color: #efefef;
}
.footer-sec ul li {
	list-style-type: none;
	padding-top: 0;
	line-height: 23px;
	margin-bottom: 0;
	margin-right: 10px;
	text-align: left;
}
.footer-sec ul {
	padding: 0 !important;
	margin-bottom: 20px;
}
.aspire .footer-sec sup {
	font-size: 10px;
	font-weight: 500;
}
.aspire .footer-sec ul li a {
	color: #7d7d7f;
	text-decoration: unset;
	font-size: 15px;
}
.aspire .footer-sec ul li a:hover {
	color: #005c5b;
}
.aspire .footer-sec p {
	font-size: 0.875rem;
	color: #7d7d7f;	
	text-align: left;	
}
@media (min-width: 1120px) {
	.footer-sec .left-col {
		flex-basis: 70%;
	}
	.footer-sec .right-col {
		flex-basis: 30%;
	}
	.footer-sec .col:last-of-type {
		text-align: right;
	}
	.footer-sec .left-col.copyright {
		margin-top: auto;
	}
	.footer-sec .right-col .img-fluid {
		margin-top: 20px;
	}
	.footer-sec ul {
		margin-top: 10px;
		width: max-content;
		margin-left: auto;
	}
}
@media (max-width: 1119px) {
	
	.footer-sec .col {
		flex-basis: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.footer-sec .col {
		flex-basis: 100%;
	}
}
@media (min-width: 768px) {
	.footer-sec ul {
		padding: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 993px) {
	.cta-protect .image-col {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 599px) {
	.aspire .cs-item {
		font-size: 1rem;
		margin-bottom: 20px;
		padding-top: 0 !important;
	}
	.aspire .cs-item a {
		font-size: 1rem;
	}
}
@media (max-width: 599px) and (min-width: 260px) {
	.navbar-brand {
		max-width: 260px;
	}
	.navbar-brand img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 259px) {
	.navbar-brand img {
		max-width: 100%;
		height: auto;
	}
}
@media (min-width: 1400px) {
	.benefits .head-container {
		margin-top: 7%;
		margin-bottom: 2%;
	}
	.benefits .head-container {
		margin-top: 6.5%;
		margin-bottom: 1.5%;
	}
}
@media (min-width: 1201px) {
	.container {
		max-width: 1260px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 2vw;
		padding-right: 2vw;
	}
}
