@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: 0;
	font-family: Arial, Helvetica, sans-serif;
/*	padding-right: 0 !important;*/
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

/********************
Header
********************/

.nav-list li:nth-of-type(1) a {
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #EE0000;
    text-decoration-thickness: 4px;
}

/********************
Main Banner
********************/

.main-banner {
	background: #EDEDED;
	padding: 4em 0;
}

.main-banner div {
	position: relative;
}

.main-banner div h1 {
	color: #002060;
	text-align: center;
    font-size: 50px;
    margin-bottom: 1.5em;
	width: 100%;
	font-weight: 600;
}

.main-banner div p {
	margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    width: 65%;
}

.main-banner div img {
	position: absolute;
    top: 0;
    right: 0;
    height: 230px;
}

/********************
Leads section
********************/

.more-leads-container {
	margin: 6em 0 !important;
}

.more-leads-container div:nth-of-type(1) img {
	margin-top: 22%;
    width: 80%;
    display: flex;
}

.more-leads-container div:nth-of-type(2) h2 {
	font-size: 34px;
    margin-bottom: 2em;
	font-weight: 600;
	white-space: nowrap;
}

.more-leads-container div:nth-of-type(2) p {
	font-size: 18px;
    letter-spacing: .5px;
}

.more-leads-container div:nth-of-type(2) p:nth-of-type(2) {
	margin-bottom: 3.5em;
}

.more-leads-container div:nth-of-type(2) p:not(:nth-of-type(2)) {
	margin-bottom: 1.5em;
}

/********************
Banner
********************/

.banner {
	margin: 0 4em;
    position: relative;
}

.banner img {
	width: 100%;
}

.banner div {
	position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 20%;
    transform: translate(-10%, -50%);
}

.banner div h3 {
	font-size: 32px;
    margin-bottom: 1em;
	font-weight: 600;
}

.banner div p {
	font-size: 18px;
    width: 80%;
    margin: 0 auto;
}

/********************
more oppertunities
********************/

.opportunities-container {
	margin: 8em 0 !important;
}

.opportunities-container div:nth-of-type(1) h2 {
	font-size: 34px;
    margin-bottom: 1.5em;
	white-space: nowrap;
}

.opportunities-container div:nth-of-type(1) p {
	font-size: 17px;
    letter-spacing: .5px;
	margin-bottom: 2em;
}

.opportunities-container div:nth-of-type(2) {
	text-align: right;
}

.opportunities-container div:nth-of-type(2) img {
    width: 80%;
}

/********************
Benefits
********************/

.promo-section {
	position: relative;
}

.promo-section > img {
	width: 100%;
    height: 550px;
}

.promo-container {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.promo-container div div h4 {
	margin-bottom: 1em;
	font-size: 30px;
    font-weight: 600;
}

.promo-container div div img {
	height: 60px;
    margin-right: 1em;
}

.benefit-list li {
	list-style: square;
	font-size: 20px;
}

.benefit-list li:nth-of-type(1) {
	margin-bottom: 1em;
	font-size: 22px;
}

.benefit-list li:nth-of-type(2) {
	margin-bottom: 2em;
    list-style-type: none;
    margin-left: 3em;
    font-size: 19px;
}

.benefit-list li:nth-of-type(3) {
	margin-bottom: 1em;
    list-style-type: square !important;
    font-size: 22px;
	margin-left: 0 !important;
}

.benefit-list li:nth-of-type(4) {
	margin-bottom: .5em;
	list-style-type: none;
    margin-left: 3em;
    font-size: 19px;
}

.benefit-list li:nth-of-type(5) {
	margin-bottom: .5em;
	margin-left: 3em;
    font-size: 19px;
}

.benefit-list li:nth-of-type(3),
.benefit-list li:nth-of-type(5),
.benefit-list li:nth-of-type(6) {
	list-style-type: none;
	margin-left: 3em;
}

/********************
Boxes
********************/

.benefit-container {
	margin: 6em 0 !important;
}

.benefit-section-1 {
	background: #002060;
	color: #fff;
	padding: 4em 2em;
    min-height: 510px;
}

.benefit-section-1 h4 {
	font-size: 30px;
    font-weight: 600;
    min-height: 140px;
}

.benefit-section-1 p {
	font-size: 18px;
}

.benefit-section-1 p:nth-of-type(1) {
    margin-bottom: 1.5em;
}

.benefit-section-2 {
	background: #DEEBF7;
	min-height: 510px;
    padding: 4em 2em;
}

.benefit-section-2 h4 {
	font-size: 30px;
    font-weight: 600;
    min-height: 140px;
}

.benefit-section-2 p {
	font-size: 18px;
}

.benefit-section-2 p:nth-of-type(1) {
    margin-bottom: 1.5em;
}

/********************
Economic benefits banner
********************/

/*
.economic-benefits-section {
	text-align: center;
}
*/

.economic-benefits-container {
	position: relative;
}

.economic-benefits-container img {
	width: 100%;
}

.benefits-wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.economic-benefits-section h2 {
	font-weight: 600;
    font-size: 32px;
	margin-left: 25%;
	margin-bottom: 3em;
}

/*
.economic-benefits-section > p {
	font-size: 18px;
    margin: 2em 0 1em;
}
*/

.economic-benefits-section > p {
    font-size: 18px;
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 25%;
    text-align: left;
}

.benefits-wrap strong {
	margin-bottom: 5px;
	font-size: 18px;
}

.benefits-wrap p {
	font-size: 18px;
	margin-bottom: 1.5em;
}

.benefits-wrap p:last-of-type {
	margin: 0;
}

/*********************
Topics
*********************/

.topics-section h2 {
	margin: 3em 0;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.topics-container {
	border: 1px solid #D9D9D9;
	margin-bottom: 4em;
}

.topics {
	padding: 3em 4em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 2em;
	grid-column-gap: 2em;
}

.topics div {
	display: flex;
    align-items: center;
}

.topics div img {
	height: 110px;
    min-width: 140px;
	max-width: 140px;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
}

.topics div a {
	color: #0070C0;
    text-decoration: underline;
    padding: 0 20px;
}

/*********************
Media
*********************/

@media only screen and (max-width: 1400px) {
	.col-sm-6 > div {
		min-height: 530px;
	}
}

@media only screen and (min-width: 1300px) {
	.economic-benefits-container img {
		min-height: 750px;
	}
	.benefit-section-2 {
		min-height: 555px;
	}
}

@media only screen and (max-width: 1200px) {
	.topics {
		padding: 1em;
	}
	.main-banner div h1 {
		font-size: 44px;
	}
	.main-banner div img {
		height: 200px;
	}
	.more-leads-container div:nth-of-type(2) p:nth-of-type(2) {
		margin-bottom: 1.5em;
	}
	.more-leads-container div:nth-of-type(2) h2 {
		margin-bottom: 1em;
	}
	.banner {
		margin: 0;
	}
	.banner div h3 {
		font-size: 30px;
	}
	.opportunities-container div:nth-of-type(1) h2 {
		font-size: 30px;
	}
	.benefit-list li {
		font-size: 18px;
	}
	.col-sm-6 > div {
		min-height: 580px;
	}
}

@media only screen and (max-width: 1100px) {
	.topics {
		grid-column-gap: 1em;
	}
	.topics div img {
		height: 95px;
		min-width: 130px;
		max-width: 130px;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 530px;
	}
	.col-sm-6 > div {
		min-height: 620px;
	}
}

@media only screen and (max-width: 1000px) {
	.topics {
		grid-template-columns: 1fr 1fr;
	}
	.main-banner div h1 {
		margin-bottom: 1em;
		font-size: 40px;
	}
	.main-banner {
		padding: 3em 2em;
	}
	.main-banner div img {
		height: 145px;
	}
	.more-leads-container div:nth-of-type(2) h2 {
		font-size: 28px;
	}
	.more-leads-container div:nth-of-type(2) p {
		font-size: 16px;
	}
	.more-leads-container {
		margin: 4em 0 !important;
	}
	.opportunities-container div:nth-of-type(1) h2 {
		font-size: 27px;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 90%;
	}
	.economic-benefits-container img {
		min-height: 800px;
	}
	.economic-benefits-section h2 {
		font-size: 28px;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 590px;
	}
	.col-sm-6 > div {
		min-height: 660px;
	}
}

@media only screen and (max-width: 900px) {
	.main-banner div p {
		font-size: 17px;
		letter-spacing: 1.5px;
	}
	.main-banner div h1 {
		font-size: 36px;
	}
	.main-banner div img {
		height: 160px;
	}
	.banner div h3 {
		font-size: 27px;
	}
	.opportunities-container div:nth-of-type(1) h2 {
		font-size: 24px;
	}
	.opportunities-container div:nth-of-type(1) p {
		font-size: 16px;
		margin-bottom: 1.5em;
	}
	.benefit-section-1 h4,
	.benefit-section-2 h4 {
		font-size: 23px;
		margin-bottom: 1.5em;
	}
	.benefit-section-1,
	.benefit-section-2 {
		padding: 2.5em 2em;
	}
	.benefit-section-1 h4 {
		min-height: 100px;
	}
	.economic-benefits-section h2 {
		font-size: 24px;
	}
	.benefit-section-2 h4 {
		min-height: 100px;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 580px;
	}
	.banner div p {
		width: 100%;
	}
	.promo-section > img {
		height: 650px;
	}
}

@media only screen and (max-width: 800px) {
	.main-banner div p {
		font-size: 16px;
	}
	.main-banner div h1 {
		font-size: 32px;
	}
	.main-banner div img {
		height: 140px;
	}
	.more-leads-container div:nth-of-type(1) img {
		width: 90%;
	}
	.more-leads-container div:nth-of-type(2) h2 {
		font-size: 25px;
	}
	.more-leads-container div:nth-of-type(2) p {
		font-size: 15px;
	}
	.banner div h3 {
		font-size: 22px;
		margin-bottom: 0.5em;
	}
	.banner div p {
		font-size: 15px;
	}
	.banner div {
		left: 20%;
		transform: translate(-10%, -50%);
	}
	.opportunities-container div:nth-of-type(2) img {
		margin-top: 35%;
		width: 80%;
	}
	.benefit-section-1 h4,
	.benefit-section-2 h4 {
		font-size: 20px;
	}
	.benefit-section-1 p,
	.benefit-section-2 p {
		font-size: 16px;
	}
	.benefits-wrap {
		left: 35%;
		transform: translate(-25%, -50%);
	}
	.economic-benefits-section h2 {
		font-size: 24px;
		margin-left: 18%;
	}
	.promo-section > img {
		height: 650px;
	}
	.benefit-section-1 h4 {
		min-height: 80px;
	}
	.economic-benefits-section > p {
		margin-left: 18%;
	}
	.benefit-section-2 h4 {
		min-height: 80px;
	}
	.col-sm-6 > div {
		min-height: 620px;
	}
}

@media only screen and (max-width: 767px) {
	.promo-section > img {
		height: 700px;
	}
}

@media only screen and (max-width: 700px) {
	.topics {
		grid-template-columns: 1fr;
	}
	.main-banner {
		padding: 2em 1em;
	}
	.main-banner div img {
		height: 120px;
	}
	.main-banner div p {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.main-banner div h1 {
		font-size: 28px;
	}
	.banner div h3 {
		font-size: 22px;
	}
	.banner div p {
		font-size: 14px;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 90%;
	}
	.benefit-list li {
		font-size: 17px;
	}
	.benefit-section-1, .benefit-section-2 {
		padding: 2em;
	}
	.benefits-wrap {
		left: 30%;
		transform: translate(-20%, -50%);
	}
	.promo-container div div h4 {
		font-size: 24px;
	}
	.economic-benefits-section > p {
		margin-left: 15%;
	}
	.economic-benefits-section h2 {
		font-size: 22px;
		margin-left: 15%;
	}
	.promo-section > img {
		height: 750px;
	}
	.col-sm-6 > div {
		min-height: 700px;
	}
}

@media only screen and (max-width: 650px) {
	.more-leads-container div:nth-of-type(2) h2 {
		font-size: 23px;
	}
	.opportunities-container div:nth-of-type(2) {
		text-align: right;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 80%;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 520px;
	}
}

@media only screen and (max-width: 600px) {
	.main-banner div img {
		height: 100px;
	}
	.main-banner div h1 {
		font-size: 26px;
	}
	.main-banner div p {
		font-size: 14px;
	}
	.banner div h3 {
		font-size: 20px;
	}
	.opportunities-container {
		margin: 4em 0 !important;
	}
	.promo-section > img {
		height: 800px;
	}
	.promo-container div div h4 {
		margin-bottom: 1.5em;
	}
	.benefit-list li:nth-of-type(3), .benefit-list li:nth-of-type(5), .benefit-list li:nth-of-type(6) {
		margin-left: 2em;
	}
	.benefit-section-1 p, .benefit-section-2 p {
		font-size: 15px;
	}
	.benefits-wrap {
		left: 25%;
		transform: translate(-15%, -50%);
	}
	.economic-benefits-section h2 {
		font-size: 24px;
	}
	.economic-benefits-section > p {
		font-size: 16px;
	}
	.promo-container div div h4 {
		font-size: 22px;
	}
	.promo-container div div img {
		height: 40px;
	}
	.benefits-wrap {
		left: 15%;
	}
	.economic-benefits-section h2 {
		margin-left: 0;
	}
	.economic-benefits-section > p {
		margin-left: 0;
	}
	.benefit-section-2 h4 {
		min-height: 60px;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 600px;
	}
	.main-banner div p {
		width: 75%;
	}
	.main-banner div img {
		height: 80px;
	}
}

@media only screen and (max-width: 575px) {
	.more-leads-container div:nth-of-type(1) img {
		margin-top: 0;
		width: 80%;
	}
	.banner div h3 {
		font-size: 20px;
		margin-top: 0;
	}
	.banner img {
		height: 150px;
	}
	.banner div {
		left: 10%;
		transform: translate(-5%, -50%);
	}
	.benefit-section-1, .benefit-section-2 {
		min-height: 330px;
	}
	.benefit-section-1 {
		margin-bottom: 2em;
	}
	.opportunities-container div:nth-of-type(2) {
		text-align: left;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 60%;
		margin-top: 0;
	}
	.promo-container div div h4 {
		position: relative;
    	padding-left: 2em;
	}
	.promo-container div div h4 img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.promo-section > img {
		height: 750px;
	}
	.benefit-section-1,
	.benefit-section-2 {
		min-height: 380px;
	}
	.col-sm-6 {
		padding: 0;
	}
	.benefit-list li:nth-of-type(1),
	.benefit-list li:nth-of-type(3) {
		margin-bottom: 1em;
		font-size: 18px;
	}
	.benefit-list li:nth-of-type(2),
	.benefit-list li:nth-of-type(4),
	.benefit-list li:nth-of-type(5) {
		font-size: 16px;
	}
	.benefit-list li:nth-of-type(4) {
		margin-left: 2.5em;
	}
	.benefit-list li:nth-of-type(5) {
		margin-left: 2.5em;
	}
	.promo-container div div h4 {
		font-size: 20px;
	}
	.col-sm-6 > div {
		min-height: 450px;
	}
}

@media only screen and (max-width: 500px) {
	.main-banner div h1 {
		font-size: 21px;
	}
	.main-banner div img {
		height: 80px;
	}
	.more-leads-container {
		margin: 3em 0 !important;
	}
	.banner div h3 {
		font-weight: 600;
		font-size: 15px;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 80%;
	}
	.promo-section > img {
		height: 700px;
	}
	.benefit-section-1, .benefit-section-2 {
		min-height: 400px;
	}
	.economic-benefits-container img {
		min-height: 900px;
	}
	.economic-benefits-section h2 {
		font-size: 22px;
	}
	.benefit-list {
		padding: 10px;
	}
	.promo-section > img {
		height: 900px;
	}
	.benefit-section-1 h4 {
		min-height: 60px;
	}
	.economic-benefits-container img {
		min-height: 650px;
	}
	.main-banner div p {
		width: 85%;
	}
	.main-banner div img {
		height: 60px;
	}
}

@media only screen and (max-width: 450px) {
	.more-leads-container div:nth-of-type(1) img {
		width: 100%;
	}
	.economic-benefits-container img {
		min-height: 800px;
	}
	.benefits-wrap strong {
		font-size: 17px;
	}
	.benefits-wrap p {
		font-size: 17px;
		margin-bottom: 1em;
	}
	.banner img {
		height: 200px;
	}
	.benefit-container .col-sm-6 {
		padding: 0 !important;
	}
	.main-banner div h1 {
		font-size: 18px;
		width: 95%;
		margin-bottom: 2em
	}
	.main-banner div p {
		width: 100%;
	}
	.main-banner div img {
		top: -20px;
	}
}

@media only screen and (max-width: 400px) {
	.topics div img {
		height: 80px;
		min-width: 110px;
		max-width: 110px;
	}
	.main-banner div h1 {
		text-align: left;
	}
	.topics div a {
		font-size: 15px;
		white-space: nowrap !important;
	}
	.opportunities-container div:nth-of-type(2) img {
		width: 100%;
	}
	.benefit-list li {
		font-size: 16px;
	}
	.economic-benefits-container img {
		min-height: 900px;
	}
	.promo-section > img {
		height: 1000px;
	}
}






















