/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css with fixes to work with the pre-existing CSS of other sites*/
.lp_content_wrapper p,
.lp_content_wrapper a,
.lp_content_wrapper ol,
.lp_content_wrapper ul,
.lp_content_wrapper li,
.lp_content_wrapper dl,
.lp_content_wrapper dt,
.lp_content_wrapper dd,
.lp_content_wrapper blockquote,
.lp_content_wrapper figure,
.lp_content_wrapper fieldset,
.lp_content_wrapper legend,
.lp_content_wrapper textarea,
.lp_content_wrapper pre,
.lp_content_wrapper iframe,
.lp_content_wrapper hr,
.lp_content_wrapper h1,
.lp_content_wrapper h2,
.lp_content_wrapper h3,
.lp_content_wrapper h4,
.lp_content_wrapper h5,
.lp_content_wrapper h6 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	border-style: none;
}

.lp_content_wrapper h1,
.lp_content_wrapper h2,
.lp_content_wrapper h3,
.lp_content_wrapper h4,
.lp_content_wrapper h5,
.lp_content_wrapper h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
}

.lp_content_wrapper button,
.lp_content_wrapper input,
.lp_content_wrapper select,
.lp_content_wrapper textarea {
	margin: 0;
	padding: 0;
}

.lp_page_wrapper {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
}

/* MAIN PAGE SIZE AND FONT */
main.lp_content_wrapper {
	max-width: 1280px;
	font-size: 16px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.lp_content_wrapper section {
	padding: 0 40px;
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.lp_content_wrapper .row {
	display: flex !important;
}

.lp_content_wrapper .row .col {
	flex: 1;
}

/* Images */
.lp_content_wrapper img,
.lp_content_wrapper video {
	height: auto;
	max-width: 100%;
}

/*! Primary Text Color (Black Text) */
.lp_content_wrapper p,
.lp_content_wrapper ol,
.lp_content_wrapper ul,
.lp_content_wrapper h3 {
	color: #262626;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/*! Secondary Text Color */
.lp_content_wrapper h1,
.lp_content_wrapper h2,
.lp_content_wrapper .app h3 {
	color: #820026;
}

/* FONT STYLING */
.lp_content_wrapper h1,
.lp_content_wrapper h2,
.lp_content_wrapper h3 {
	font-weight: 700;
}

.lp_content_wrapper h1 {
	font-size: 4.5em;
	line-height: 1;
}

.lp_content_wrapper h2 {
	font-size: 30px;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 1px;
}

.lp_content_wrapper h3 {
	font-size: 24px;
	line-height: 1.2;
}

.lp_content_wrapper p {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.lp_content_wrapper sup {
	font-size: 50%;
	position: relative;
	top: -5%;
	vertical-align: super;
}

.lp_content_wrapper .foot-link {
	color: inherit;
	text-decoration: none;
}

/* PAGE STYLING */
.lp_content_wrapper .container_div {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}

.lp_content_wrapper .divider {
	background-color: #707070;
	height: 2px;
	width: 93%;
	margin: 80px auto;
	padding: 0;
}

/* ZELLE LOGO LOCKUP */
.lp_content_wrapper .logos {
	padding: 2em 0;
}

.lp_content_wrapper .logos .container_div {
	display: flex !important;
	justify-content: flex-end;
	align-items: center;
}

.lp_content_wrapper .logos .logo {
	padding: 0;
	box-sizing: content-box;
}

/* HERO IMAGE AND TITLE STYLE */
.lp_content_wrapper .heading .container_div {
	padding-bottom: 120px;
}

.lp_content_wrapper .heading_wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

.lp_content_wrapper .heading_image {
	height: auto;
	width: 100%;
}

.lp_content_wrapper .heading_image_overlay {
	background-color: #ffffff;
	border: #820026 3px solid;
	box-shadow: #820026 12px 12px;
	height: auto;
	width: 80%;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.lp_content_wrapper .heading_image_overlay h1 {
	color: #820026;
	font-size: calc(18.5px + (78 - 32) * ((100vw - 390px) / (1280 - 390)));
	line-height: 1.2;
	padding: 30px 50px;
	margin: 0;
}

/* CTA BUTTON STYLE */
.lp_content_wrapper .cta {
	background-color: #820026;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	margin: 80px auto;
	padding: 15px 40px;
	width: fit-content;
}

.lp_content_wrapper .cta a:active,
.lp_content_wrapper .cta a:hover,
.lp_content_wrapper .cta a:link,
.lp_content_wrapper .cta a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* MAIN COPY STYLE */
.lp_content_wrapper .main_copy p {
	font-size: 23px;
	line-height: 2;
	margin: 0 40px;
	text-align: left;
	letter-spacing: 1px;
}

.lp_content_wrapper .main_copy {
	margin: 80px 0;
}

/* ENROLLMENT SECTION STYLE */
.lp_content_wrapper .steps_headline {
	margin-bottom: 60px;
}

.lp_content_wrapper .instruction {
	display: flex !important;
	text-align: left;
	margin: 0 80px;
}

.lp_content_wrapper .instruction_num {
	background-color: #820026;
	display: block;
	height: 32px;
	margin-bottom: 24px;
	margin-right: 48px;
	text-align: center;
	min-width: 32px;
}

.lp_content_wrapper .instruction_num h3 {
	color: #ffffff;
}

.lp_content_wrapper .instruction_close {
	margin: 60px;
}

/* APP BADGE SECTION */
.lp_content_wrapper .app {
	text-align: center;
}

.lp_content_wrapper .app h2 {
	font-weight: normal;
	margin-bottom: .25em;
}

.lp_content_wrapper .app h3 {
	font-size: 2em;
	margin-bottom: 1.25em;
}

.lp_content_wrapper .app .row {
	justify-content: center;
}

.lp_content_wrapper .app .app-badge {
	margin: 0 10px;
	max-width: 215px;
}

@media (max-width: 959px) {
	.lp_content_wrapper .app .row {
		display: flex !important;
	}
}

@media (max-width: 639px) {
	.lp_content_wrapper .app .row {
		display: block !important;
		text-align: center;
	}

	.lp_content_wrapper .app .app-badge {
		margin: 0 auto 10px;
		max-width: 160px;
	}
}

/* OPTIONAL TIPS SECTION STYLE */
.lp_content_wrapper .tips h2 {
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.lp_content_wrapper .tips .row {
	justify-content: space-between;
}

.lp_content_wrapper .tips .col {
	align-items: stretch;
	border: #820026 2px solid;
	flex-direction: column;
	height: auto;
	margin: 16px;
	padding: 40px;
	width: 25%;
	text-align: center;
}

.lp_content_wrapper .tips .col h2 {
	margin-bottom: 0;
}

.lp_content_wrapper .tips h3 {
	color: #262626;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 1px;
}

/* OPTIONAL VIDEO SECTION */
.lp_content_wrapper .video h2 {
	text-align: center;
	padding-bottom: 1em;
}

.lp_content_wrapper .video .video-container_div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.lp_content_wrapper .video .video-container_div img {
	border: #820026 3px solid;
	box-shadow: #820026 12px 12px;
	margin: 0;
	padding: 0;
}

/* FAQ SECTION STYLE */
.lp_content_wrapper .faqs {
	margin: 5em 0;
}

.lp_content_wrapper .faqs .accordion-heading {
	margin-top: 2em;
	border-bottom: solid 2px #820026;
	padding-bottom: 1.5em;
}

/*---- CSS for noscript accordions ---- */
@charset "UTF-8";

/* hide the radio button */
.lp_content_wrapper input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

/* Accordion styles */
.lp_content_wrapper .tabs {
	overflow: hidden;
}

.lp_content_wrapper .tab {
	width: 100%;
	color: #262626;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

/* ---- TAB LABEL / TITLE ---- */

.lp_content_wrapper .tab-label {
	background: #ffffff;
	cursor: pointer;
	font-weight: 700;
	padding: 1em 20% 1em 1em;
	margin: 0;
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.6;
	margin: 30px 0;
	max-width: 100%;
	text-align: left;
	letter-spacing: 1px;
}

/* TAB INDICATOR "+" */
.lp_content_wrapper .tab-label::after {
	content: "+";
	width: 1.2em;
	height: 1em;
	font-size: 2.0em;
	/*new*/
	line-height: 1;
	margin: 0;
	/*new*/
	text-align: left;
	transition: all 0.35s;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ---- END TAB LABEL ---- */

/* ---- TAB CONTENT SHOWN ON CLICK OF TAB LABEL/TITLE ---- */
.lp_content_wrapper .tab-content {
	background: white;
	border-bottom: solid 2px #820026;
	max-height: 0;
	padding: 0;
	text-align: left;
	transition: all 0.35s;
}

.lp_content_wrapper .tab-content p {
	font-size: 18px;
	line-height: 2.1;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	color: #959595;
}

.lp_content_wrapper .tab-content ul li,
.lp_content_wrapper .tab-content ol li {
	font-size: 18px;
	line-height: 2;
	color: #959595;
	margin-bottom: 10px;
	margin-left: 20px;
	max-width: 85%;
	/*list-style-type: disc;*/
}

/* ---- END TAB CONTENT ---- */


/* enforce white background on tab label */
.lp_content_wrapper input:checked + .tab-label {
	background: #ffffff;
}

/* change accordion tab indicator form "+" to "-" when tab is open */
.lp_content_wrapper input:checked + .tab-label::after {
	content: '–';
}

/* make sure all of tab content is visible - makes page scroll */
.lp_content_wrapper input:checked ~ .tab-content {
	max-height: 100%;
	padding: 0em 5em 1em 1em;
}

/* remove extra padding on accordion content */
.lp_content_wrapper .cssAccordion {
	padding-left: 0;
	padding-right: 0;
}

/* ---- END CSS for noscript accordions ---- */


/* FOOTER */
.lp_content_wrapper .disclaimer {
	padding-bottom: 100px;
}

.lp_content_wrapper .disclaimer p {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.2;
}

.lp_content_wrapper .disclaimer .footnotes {
	margin-bottom: 12px;
	text-align: left;
}

.lp_content_wrapper .disclaimer .footnotes p {
	position: relative;
	padding-left: 8px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1.5;
}

.lp_content_wrapper .disclaimer .footnotes p sup {
	left: 0;
	top: 0px;
}

/* show/hide legal logos based on User Profile dropdown */
/* style logos and default to hide all insurance and EQL */
.lp_content_wrapper .disclaimer-logos img {
	margin-right: 15px;
	display: none;
	width: auto;
	height: 50px;
}

/* Profile returns "FDIC" for insurance makes logo visible */
.lp_content_wrapper .disclaimer-logos .FDIC img.fdic-block {
	display: inline-block;
}

/* Profile returns "NCUA" for insurance makes logo visible */
.lp_content_wrapper .disclaimer-logos .NCUA img.ncua-block {
	display: inline-block;
}

/* Profile returns "Yes" for EQL makes logo visible if EQL returns NO css will keep it hidden */
.lp_content_wrapper .disclaimer-logos .EQLYes img.eql-block {
	display: inline-block;
}

/* USED TO HIDE elements for Impact Marketing HTML code generation */
.lp_content_wrapper .showF92 {
}

/* OPTIONAL - REMOVE UNUSED code with class="hideF92" before publishing landing page */
.lp_content_wrapper .hideF92 {
	display: none !important;
}

/* FI type */
.lp_content_wrapper .FItypeFDIC::before {
	content: "customer";
}

.lp_content_wrapper .FItypeNCUA::before {
	content: "member";
}

/* show/hide elements based on Yes/No dropdown */
.lp_content_wrapper .Yes {
}

.lp_content_wrapper .No {
	display: none !important;
}

.lp_content_wrapper .NoNo {
	display: none !important;
}

/*# sourceMappingURL=style.css.map */

/* MEDIA QUERIES */
@media (min-width: 1280px) {

	/* Max font-size for heading h1*/
	.lp_content_wrapper .heading_image_overlay h1 {
		font-size: 64px;
	}
}

@media (max-width: 959px) {

	/*left-right padding*/
	.lp_content_wrapper .container_div {
		padding: 0 30px;
	}

	/* multi column rows stack */
	.lp_content_wrapper .row {
		display: block !important;
	}

	/* space below hero image & headline */
	.lp_content_wrapper .heading .container_div {
		padding-bottom: 100px;
	}

	.lp_content_wrapper .heading_image_overlay h1 {
		padding: 24px;
	}

	/* subheads */
	.lp_content_wrapper h2 {
		line-height: 1.3;
	}

	/* enrollment section */
	.lp_content_wrapper .instruction {
		margin: 0 40px;
	}

	/* tips section */
	.lp_content_wrapper .tips .col {
		margin: 0 auto 20px;
		width: 85%;
	}
}

@media (max-width: 639px) {

	/*left-right padding*/
	.lp_content_wrapper .container_div {
		padding: 0 12px;
	}

	.lp_content_wrapper section {
		padding: 0;
	}

	/* make sections closer together vertically */
	.lp_content_wrapper .divider {
		margin: 50px auto;
	}

	/* ZELLE LOGO LOCKUP */
	.lp_content_wrapper .logos .container_div .logo {
		width: 320px;
	}

	/* headline */
	.lp_content_wrapper .heading_image_overlay h1 {
		font-size: calc(26px + (78 - 32) * ((100vw - 390px) / (1280 - 390)));
		padding: 18px 10px;
	}

	.lp_content_wrapper .heading .container_div {
		padding: 0 20px;
		padding-bottom: 65px;
	}

	/* main copy */
	.lp_content_wrapper .main_copy {
		margin: 40px 0;
	}

	.lp_content_wrapper .main_copy p {
		font-size: 18px;
		line-height: 1.6;
		margin: 0;
		text-align: center;
	}

	/*button font size*/
	.lp_content_wrapper .cta,
	.lp_content_wrapper .cta {
		font-size: 24px;
		margin: 50px auto;
	}

	/* subheads */
	.lp_content_wrapper h2 {
		font-size: 24px;
		line-height: 1.3;
	}

	/* enrollment section */
	.lp_content_wrapper h3 {
		font-size: 20px;
		line-height: 1.3;
	}

	.lp_content_wrapper .instruction_num {
		margin-bottom: 32px;
		margin-right: 22px;
	}

	/* tips section */
	.lp_content_wrapper .tips h3 {
		font-size: 18px;
		line-height: 1.3;
		padding-top: 10px;
	}

	.lp_content_wrapper .instruction_close {
		margin: 40px 0;
	}

	/* app badges section */
	/* subheads app badges */
	.lp_content_wrapper .app h3 {
		font-size: 24px;
	}

	/* FAQs */
	.lp_content_wrapper .tab-label {
		margin: 15px 0;
	}

	.lp_content_wrapper input:checked ~ .tab-content {
		padding: 0em 0em 1em;
	}

	.lp_content_wrapper .tab-content p {
		line-height: 1.6;
		letter-spacing: normal;
	}

	.lp_content_wrapper .tab-content ul li,
	.lp_content_wrapper .tab-content ol li {
		line-height: 1.6;
	}
}
