html,body {
	height: 100%;
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
}

section {
	position: relative;
}
.main-logo{
	max-width: 20em;
	margin-left: 1em;
}
.page {
	/* width: 1920px; */
	margin: 0 auto;
}

#call-to-action{
	padding: 3em 0;
}
#call-to-action .iconify{
	margin-right: 0.3em;
}

#page-header {
	background: white;
	height: 113px;
	display: table-cell;
	vertical-align: middle;
}
img.logo {
	margin-left: 400px;
	height: 58px;
}
img.bbb{
	margin-top: 4em;
	height: auto;
    width: 17em;
}

#page-body {
	height: 994px;
	background: url('/campaign-assets/mylendgreenoffer/944300692-bg.jpg') 0 -9px no-repeat;
	color: white;
	width: 100%;
}
.form-heading {
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-size: 68px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 63px;
	padding-left: 400px;
	padding-top: 84px;
}
.form-box {
	position: relative;
	left: 400px;
	top: 52px;
	height: 634px;
	width: 472px;
	border-radius: 9px;
	background: rgba(255,255,255,0.25);
	padding: 5px 34px;
}
.form-box label {
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-size: 23px;
	margin-top: 20px;
}
.form-box input {
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-weight: normal;
	font-size: 23px;
	padding: 16px 20px;
	width: 100%;
	border-radius: 9px;
	border: none;
	outline: none;
	position: relative;
	z-index: 100;
}
.form-box input {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-box p {
	margin-top: 5px;
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-weight: normal;
	font-size: 23px;
}
.form-box button {
	width: 403px;
	height: 65px;
	border-radius: 9px;
	background-color: #136c83;
	color: white;
	font-size: 24px;
	font-weight: 600;
	border: none;
	outline: none;
	margin-top: 30px;
}
img.letter {
	position: absolute;
	bottom: 0;
	left: 880px;
}
img.arrow {
	position: absolute;
	bottom: 242px;
	left: 840px;
}
#sub-section-list-1{
	background: var(--primary-brand-color);
	color: white;
	padding: 3em 0;
}
#sub-section-list-1 h3{
	font-size: 2em;
    margin-bottom: 1em;
}
#sub-section-list-1 .list-item{
	display: flex;
	align-items: center;
	font-size: 1.4em;
    margin-bottom: 0.5em;
}
#sub-section-list-1 .list-item .iconify{
	margin-right: 10px;
	font-size: 40px;
	color: var(--secondary-brand-color);
}



#sub-section-list-2{
	background: var(--secondary-brand-color);
	color: white;
	padding: 3em 0;
}
#sub-section-list-2 h3{
	font-size: 2em;
    margin-bottom: 1em;
}
#sub-section-list-2 .list-item{
	display: flex;
	align-items: center;
	font-size: 1.4em;
    margin-bottom: 0.5em;
}
#sub-section-list-2 .list-item .iconify{
	margin-right: 10px;
	font-size: 40px;
	color: var(--primary-brand-color);
}

#page-banner {
	height: 272px;
	background-color: #136c83;
	display: table;
	width: 100%;
	border: none;
	padding: 30px;
}
#page-banner .banner-box {
	display: table-cell;
	color: white;
	text-align: center;
}
#page-banner .col {
	width: 556px;
}
#page-banner .vr {
	width: 2px;
	border-right: 2px solid white;
}
#page-banner .banner-head {
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 36px;
}
#page-banner sup {
	font-size: 0.6em;
	padding-left: 2px;
}
#page-banner .banner-body {
	font-family: Lato,Dejavu Sans,Segoe UI,Frutiger,Frutiger Linotype,Helvetica Neue,Arial,sans-serif;
	font-size: 28px;
	line-height: 33px;
}

#page-footer {
	padding: 54px 420px	48px 400px;
	background-color: #626466;
	color: white;
	font-size: 20px;
	line-height: 24px;
}
#page-footer p {
	margin-bottom: 9px;
}
.invalid-feedback {
	font-size: 100%;
	margin-top: -8px;
	background-color: rgba(255,255,255,0.5);
	line-height: 30px;
	padding: 8px 10px 0 10px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}
@media only screen and (min-width: 1920px) {
	body { zoom: 1; }
}

@media only screen and (max-width: 767px) {
	body { zoom: 1; }
	.page { width: 100%; min-width: 374px; }
	#page-header { height: 84px; }
	img.logo { margin-left: 48px; height: 40px; }
	#page-body { height: 855px; padding-left: 45px; padding-right: 45px; background-size: auto 100%; background-position: 0 0; }
	#page-body .form-heading { padding: 26px 0 25px 0; font-size: 38px; line-height: 35px; letter-spacing: 0.03em; }
	#page-body .form-box { width: 100%; height: auto; position: static; top: 0; left: 0; padding: 5px 18px 30px 18px; }
	#page-body .form-box label { margin-top: 10px; font-size: 14px; }
	#page-body .form-box input { font-size: 16px; }
	#page-body .form-box p { font-size: 14px; }
	#page-body .form-box button { width: 100%; height: auto; margin-top: 10px; font-size: 15px; line-height: 35px; }
	#page-body .form-box .invalid-feedback { font-size: 12px; }
	img.letter { left: initial; right: -132px; }
	img.arrow { height: 82px; left: initial; right: -56px; bottom: 316px; transform: rotate(73deg); }
	#page-banner { display: block; height: auto; }
	#page-banner .banner-box { display: block; padding: 5px 0; }
	#page-banner .banner-box.col { display: block; width: 100%; padding: 0; }
	#page-banner .banner-box.vr { width: 82%; margin: 25px auto; border: none; border-bottom: 1px solid white; }
	#page-banner .banner-head { font-size: 24px; line-height: 30px; padding-bottom: 14px; }
	#page-banner .banner-body { font-size: 22px; line-height: 28px; }
	#page-footer { padding: 28px 35px; font-size: 12px; line-height: 16px; }
}
