@charset "UTF-8";
@import url("extras.css");
/* CSS Document */

.home_txt h1, .home_txt_box_2 h1 {
	font-size: 3.5em;
	color: #13157C;
}
.home_txt_box_1 {
	background-color: #13157C;
}
.home_txt_box_1 h2 {
	color: #fff;
	font-size: 3.0em;
}
.home_txt_box_1 p {
	color: #FFF;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
}
.home_txt_box_1 a, .home_txt_box_1 a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: #FFF dotted 1px;
	line-height: 1.0em;
}
.home_txt_box_1 a:hover {
	color: rgba(210,255,0,1.00);
	border-bottom: rgba(210,255,0,1.00) dotted 1px;
}
.home_txt_box_2 {
	
}
.home_txt_box_2 h2 {
	color: #13157C;
	font-size: 3.0em;
}
.home_txt_box_2 p {
	color: #000;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
}
.home_txt_box_2 ul{
  list-style: square url("../img/icons/7376-bullet.png");
	margin-left: 30px;
 }
.home_txt_box_2 li {
	font-size: 1.5em;
	padding-bottom: 8px;
	font-weight: 300;
}

.home_txt_box_3 {
	background-color: #FF2200;
}
.home_txt_box_3 h2 {
	color: #fff;
	font-size: 3.0em;
}
.home_txt_box_3 p {
	color: #FFF;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
}
.home_txt_box_4 {
	
}
.home_txt_box_4 h2 {
	color: #13157C;
	font-size: 3.0em;
}
.home_txt_box_4 p {
	color: #000;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
}
.home_txt_box_4 ul{
  list-style: square url("../img/icons/7376-bullet.png");
	margin-left: 30px;
 }
.home_txt_box_4 li {
	font-size: 1.5em;
	padding-bottom: 8px;
	font-weight: 300;
}
.home_txt_box_4 a, .home_txt_box_4 a:visited {
	text-decoration: none;
	color: rgba(19,21,124,1.00);
	border-bottom: rgba(19,21,124,1.00) dotted 1px;
	line-height: 1.0em;
}
.home_txt_box_4 a:hover {
	color: rgba(19,21,124,0.60);
	border-bottom: rgba(19,21,124,0.60); dotted 1px;
}
.arrow {
	padding-bottom: 30px;
	padding-top: 30px;
}
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p {
	font-size: 1.0em;
}
.contact_address p {
	color: #000;
	line-height: 1.2em !important;
	padding-bottom: 10px !important;
}
.contact_address h2 {
	color: rgba(19,21,124,1.00);
	font-size: 2.5em;
}
.contact_address p, .contact_address h2 {
	padding-left: 20px !important;
}
.contact_address a, .contact_address a:visited {
	color: rgba(19,21,124,1.00);
	text-decoration: none;
	border-bottom: dotted thin rgba(19,21,124,1.00);
}
.contact_address a:hover {
	color: rgba(19,21,124,0.60);
	text-decoration: none;
	border-bottom: dotted thin rgba(19,21,124,0.60);
}
.testimonial_quote {
	border: rgba(255,34,0,1.00) solid 8px !important;
	border-radius: 20px;
	background-image: url("../img/icons/7376-quotes.png");
	background-repeat: no-repeat;
	background-position: center;
}
.testimonial_quote p {
	font-style: italic;
	font-size: 1.3em !important;
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
}
.testimonial_quote h5 {
	font-family: 'Source Sans Pro', sans-serif;
	text-align: right;
	padding-right: 50px;
	font-size: 1.3em !important;
}
.home_txt_box_2 a, .home_txt_box_2 a:visited {
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #13157C; 
	color: #fff;
	margin-top: 30px;
	border-radius: 8px;
}
.home_txt_box_2 a:hover {
	background-color: #FF2200;
}