@charset "utf-8";

a{
	text-decoration: none;
	color: inherit;
}
.button{
	border: 2px solid #73a8d4;
    color: #fff;
	background-color: #73a8d4;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.button:hover{
	background-color: #73a8d4;
	color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	transition-duration: .5s;
}
.button2{
	border: 2px solid #82c341;
    color: #fff;
	background-color: #82c341;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.button2:hover{
	background-color: #82c341;
	color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	transition-duration: .5s;
}
.button3{
	border: 2px solid #f26924;
    color: #3f3f3f;
	background-color: inherit;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.button3:hover{
	background-color: #f26924;
	color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	transition-duration: .5s;
}
.fa-phone-square{
	color: #82c341;
}
.footer_text{
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	font-size: 16px;
	font-weight: 100;
	color: #fff;
}
#ghost_phone{
	display: none;
}
.header_heading{
	font-family:'Lato', sans-serif;
	color: #004686;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}
.heading{
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	color: #3F3F3F;
	margin: 0;
	padding:  0 0 .4em;
}
.heading_cta{
	color: white; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	font-family: 'Open Sans', sans-serif; 
	font-weight: 500;
}
.heading_faq{
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	color: #333;
	text-align: left;
	margin: 0;
	padding: .5em;
}
.list{
	font-family: 'Lato', sans-serif;
	list-style-type: disc;
	text-align: left;
	color: #3F3F3F;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.list_ordered{
	font-family: 'Lato', sans-serif;
	text-align: left;
	color: #3F3F3F;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.list_ordered li{
	padding: 5px 0px;
	font-weight: bold;
}
.list_span{
	font-weight: 100;
}
.slogan_text{
	text-align: center; 
	font-family: 'Courgette'; 
	color: #004686;
	margin: 0;
}
.text{
	font-family: 'Lato', sans-serif;
	color: #3F3F3F;
	margin-top: 0px;
	font-size: 15px;
	font-weight: 100;
	line-height: 20px;
}
.text_span{
	font-weight: bold;
}