@charset "utf-8";
/* CSS Document */

/* work-sans-regular - latin */
@import url('https://fonts.googleapis.com/css?family=Work+Sans');



.benefits-title-1 {
	color: #8bc34a;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-title-2 {
	color: #77b85e;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-title-3 {
	color: #63ad71;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-title-4 {
	color: #47a282;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-title-5 {
	color: #249990;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-title-6 {
	color: #008f9e;
	font-family: "Work Sans",sans-serif;
	font-weight: 500;
	font-size: 12pt;
	line-height: 0.5;
}

.benefits-text {
	color: #000000;
	font-family: "Work Sans",sans-serif;
	font-weight: 300;
	font-size: 10pt;
}

.benefits-pic {
	margin-bottom: 20px;
	width: 90px;
}

.benefits-table-1 {
	margin-right: 60px;
	background-color: #dadada;
	padding: 10px;
	transition-duration: 0.3s;
	width: 400px;
}

.benefits-table-2 {
	margin-right: 60px;
	background-color: #dadada;
	padding: 10px;
	transition-duration: 0.3s;
	width: 400px;
}

.benefits-table-3 {
	background-color: #dadada;
	padding: 10px;
	transition-duration: 0.3s;
	width: 400px;
}

.benefits-table-4 {
	margin-top: 60px;
	margin-right: 60px;
	background-color: #dadada;
	padding: 10px;
	transition-duration: 0.3s;
	width: 400px;
}

.benefits-table-5 {
	margin-top: 60px;
	background-color: #dadada;
	padding: 10px;
	transition-duration: 0.3s;
	width: 400px;
}

.benefits-table-1:hover {
	transform: translateY(-2px);
	transition-duration: 0.3s;
	background-color: #e9e9e9;
}

.benefits-table-2:hover {
	transform: translateY(-2px);
	transition-duration: 0.3s;
	background-color: #e9e9e9;
}

.benefits-table-3:hover {
	transform: translateY(-2px);
	transition-duration: 0.3s;
	background-color: #e9e9e9;
}

.benefits-table-4:hover {
	transform: translateY(-2px);
	transition-duration: 0.3s;
	background-color: #e9e9e9;
}

.benefits-table-5:hover {
	transform: translateY(-2px);
	transition-duration: 0.3s;
	background-color: #e9e9e9;
}

.benefit-link-1 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-1:hover {
	color: #8bc34a;
}

.benefit-link-2 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-2:hover {
	color: #77b85e;
}


.benefit-link-3 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-3:hover {
	color: #63ad71;
}


.benefit-link-4 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-4:hover {
	color: #47a282;
}


.benefit-link-5 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-5:hover {
	color: #249990;
}

.benefit-link-6 {
	color: grey;
	text-transform: uppercase;
	font-family: "Work Sans",sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;	
}

.benefit-link-6:hover {
	color: #008f9e;
}

.benefits-h1 {
	font-family: "Work Sans",sans-serif;
	font-size: 26pt;
	color: grey;
	font-weight: 100;
	text-align: center;
	padding-bottom: 30px;
}


.benefit-div {
	/*height: 100px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

/*mobile*/
@media (max-width: 800px) {
	
	.benefits-table-1 {
		margin-top: 50px;
		width: 300px;
	}

	.benefits-table-2 {
		margin-top: 50px;
		width: 300px;
	}

	.benefits-table-3 {
		margin-top: 50px;
		width: 300px;
	}

	.benefits-table-4 {
		margin-top: 50px;
		width: 300px;
	}

	.benefits-table-5 {
		margin-top: 50px;
		width: 300px;
	}
}