/* CSS Document */
p, h1, h2, h3, h4, h5 {
	margin-right: 5px;
	margin-left: 5px;
}
#indexBody {
}
#about {
	background-image: url(../images/bg/introAbout.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#aboutCenter {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#aboutCenter p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#aboutCenter h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-shadow: 1px 1px #666;
	margin-bottom: 8px;
}
#aboutCenter a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #ffffff;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#aboutCenter a:hover {
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}
#aboutCenter a:visited {
	color: #FFF;
}
#cta {
	
}
#cta div {
	text-align: center;
}
#ctaHeading {
	padding-top: 15px;
	padding-bottom: 15px;
}
#cta h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#cta h2, #test h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#cta p {
	font-family: poppinsReg, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#ctaMore {
		
}
#diff {
	padding-top: 15px;
	padding-bottom: 15px;
}
#diff1 h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#diff1 h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px	;
	color: #202a30;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/main-images/check.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#diff1 p {
	font-family: poppinsReg, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 30px;
}
#diff2 {
	background-image: url(../images/bg/ask.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 20%;
	text-align: center;
}
#diff2 p {
	font-family: ralewayBold, sans-serif;
	font-size: 33px;
	font-style: normal;
	line-height: normal;
	color: #a21418;
	margin-bottom: 8px;
	margin-top: 30%;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#diff2 a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#diff2 a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}

#ctaMore {
	padding-top: 15px;
	padding-bottom: 15px;
}
#ctaMore a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#ctaMore a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -60px;
}
#aboutCenter a:visited {
	color: #FFF;
}
#coverage {
	background-image: url(../images/bg/map-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 15px;
	background-attachment: fixed;
	
}
#coverage1 {
	text-align:center;
	}
#coverage2 {
	
	}
#coverage2 h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0px;
}
#coverage2 ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-left: 2%;
}
#coverage2 li {
font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#appt a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
#appt a:hover {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#test{
	padding-top: 30px;
	padding-bottom: 30px;	
	}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
#cta a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 80px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#cta a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 80px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 481px) {
#indexBody {
}
#cta p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#coverage2 h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 8px;
}
#coverage2 ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	margin-left: 4%;
}
#coverage2 li {
font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
#indexBody {
}
#aboutCenter {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#aboutCenter p {
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#aboutCenter h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-shadow: 1px 1px #666;
	margin-bottom: 8px;
}
#cta p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}

#cta h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#cta h2, #test h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 23px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: normal;
}
#diff {
	padding-top: 30px;
	padding-bottom: 30px;
}
#diff2 {
	background-image: url(../images/bg/ask.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 20%;
	text-align: center;
}
#diff2 p {
	font-family: ralewayBold, sans-serif;
	font-size: 35px;
	font-style: normal;
	line-height: normal;
	color: #a21418;
	margin-bottom: 8px;
	margin-top: 60%;
	
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#diff2 a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#diff2 a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#diff h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#diff1 h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	color: #202a30;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/main-images/check.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#diff1 p {
	font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 30px;
}
#aboutCenter a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #ffffff;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#aboutCenter a:hover {
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#ctaMore a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#ctaMore a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#coverage {
	padding-top: 30px;
	padding-bottom: 30px;
}
#coverage2 h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0px;
}
#test{
	padding-top: 30px;
	padding-bottom: 30px;	
	}
#coverage2 ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-left: 0%;
	
	
}
#coverage2 li {
font-family: poppinsReg, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#appt a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #fff;
	outline: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
#appt a:hover {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 0px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -55px;
}
#cta1bottom {
	height: 180px;
}
}
@media only screen and (min-width: 1130px) {
#cta h2, #test h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: normal;
}	
	
}
@media only screen and (min-width: 1300px) {
#indexBody {
}
#aboutCenter {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#aboutCenter p {
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#aboutCenter h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	text-shadow: 1px 1px #666;
	margin-bottom: 8px;
}
#cta h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#cta h2, #test h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: normal;
}
#cta p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#diff h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
}
#diff2 {
	background-image: url(../images/bg/ask.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	text-align: center;
	padding-bottom:60px;
}
#diff2 p {
	font-family: ralewayBold, sans-serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	color: #a21418;
	margin-bottom: 8px;
	margin-top: 0px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20%;
	padding-bottom: 20%;
}
#diff1 h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/main-images/check.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#diff1 p {
	font-family: poppinsReg, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #9c9c9c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 30px;
}
#aboutCenter a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #ffffff;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#aboutCenter a:hover {
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#ctaMore a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#ctaMore a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#diff2 a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#diff2 a:hover {
	display: block;
	background-color: #a21418;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 150px;
	border: 2px solid #a21418;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg2.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}

#appt a {
	display: block;
	background-color: transparent;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	
	border: 2px solid #fff;
	outline: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#appt a:hover {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	-moz-transition: background-color .35s ease;
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
	font-family: poppinsReg, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #a21418 !important;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #fff;
	outline: none !important;
	margin-top: 15px;
	background-image: url(../images/bg/buttonbg.png);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#coverage {
	background-color: #a21418;	
	}
#coverage2 h1 {
	font-family: ralewayBold, sans-serif;
	font-size: 33px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0px;
}
#coverage2 ul {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#coverage2 li {
font-family: poppinsReg, sans-serif;
	font-size:15px;
	font-style: normal;
	line-height: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
#cta1bottom {
	height: 130px;
}	
}
@media only screen and (min-width: 1460px) { 
#cta h2, #test h2 {
	font-family: ralewayBold, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #202a30;
	margin-bottom: 8px;
	margin-top: 0px;
	letter-spacing: normal;
}
}
