﻿	/* styles for default.aspx */
.homeCard {
	position: relative;
	height: auto;
	z-index: 0;
}

	.homeCard img {
		width: 100%
	}

.homeCardText {
	font-family: Roboto;
	font-size: 70px;
	font-weight: 200;
	line-height: 1.0;
	color: #206284;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.homeCardLogo {
	border: 0px solid red;
	width: auto;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	margin-bottom: -20px;
}

	.homeCardLogo img {
		max-height: 100px;
		max-width: 100px;
	}

.greenBox {
	background-color: #A4CE39;
	width: 50%;
	padding: 20px 10px 10px 50px
}

.greenBoxText {
	font-family: 'Arial Black', Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2
}

.col1Text {
	padding-top: 20px;
}

	.col1Text p {
		color: #949597;
		font-family: Roboto;
		font-style: italic;
		font-size: 24px;
		font-weight: 300;
		margin-left: 50px;
	}

/*hover box style 1*/
.hoverBoxContainer {
	position: relative;
	padding-top: 75%;
	color: #ffffff;
	background-color: #206284;
	border: 2px solid #206284;
	margin: 0px;
	cursor: pointer;
}

	.hoverBoxContainer:hover {
		position: relative;
		padding-top: 75%;
		color: #206284;
		background-color: #ffffff;
		border: 2px solid #206284;
	}

.hoverBoxTitle {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #A4CE39;
	position: absolute;
	top: 30px;
	left: 30px;
}

.hoverBoxText {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-left: 30px;
}

/*hover box style 2*/
.hoverBoxContainer2 {
	position: relative;
	padding-top: 75%;
	color: #206284;
	background-color: #ffffff;
	border: 2px solid #206284;
	cursor: pointer;
}

	.hoverBoxContainer2:hover {
		position: relative;
		padding-top: 75%;
		background-color: #206284;
		color: #ffffff;
		border: 2px solid #206284;
	}

.hoverBox1 {
	margin-right: 10px
}

.hoverBox2 {
	margin-right: 10px;
	margin-left: 10px
}

.hoverBox3 {
	margin-left: 10px
}


/*white on green section*/
.divWhiteOnGreen {
	background-color: #188889;
	color: #ffffff;
	padding: 60px 0px;
	z-index: 0
}

	.divWhiteOnGreen .p1 {
		font-family: 'Arial Black', Arial, sans-serif;
		font-weight: 900;
		font-size: 14px;
		text-align: center;
		line-height: .5;
		padding: 0px
	}

	.divWhiteOnGreen hr {
		border-top: 1px solid #ffffff;
		height: 1px;
		width: 100px
	}

	.divWhiteOnGreen .p2 {
		font-family: Roboto;
		font-size: 28px;
		font-style: italic;
		font-weight: 300;
		text-align: center;
		margin: 0px 20%;
	}


/* large  */
@media (max-width: 1199.98px) {
	.homeCardText {
		font-size: 50px;
	}

	.homeCardLogo img {
		max-height: 100px;
		max-width: 100px;
	}
}

/* medium  */
@media (max-width: 991.98px) {
	.homeCardText {
		font-size: 50px;
	}

	.homeCardLogo img {
		max-height: 70px;
		max-width: 70px;
	}
}

/* small  */
@media (max-width: 767.98px) {
	.homeCardText {
		font-size: 30px;
	}

	.homeCardLogo img {
		max-height: 50px;
		max-width: 50px;
	}

	.hoverBox1 {
		margin: 10px 0px
	}

	.hoverBox2 {
		margin: 10px 0px
	}

	.hoverBox3 {
		margin: 10px 0px
	}
}

/* xsmall  */
@media (max-width: 575.98px) {
	.homeCardText {
		font-size: 30px;
	}

	.homeCardLogo img {
		max-height: 50px;
		max-width: 50px;
	}

	.hoverBox1 {
		margin-bottom: 10px
	}

	.hoverBox2 {
		margin-bottom: 10px
	}

	.hoverBox3 {
		margin-bottom: 10px
	}
}
