@charset "UTF-8";
/* CSS Document */

article h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;
	color: #001ca8;
	font-weight: normal;
	margin-bottom: 30px;
}
article h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #001ca8;
}

article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #001ca8;
	font-weight:bold;
}
article p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #001ca8;
	font-weight: normal;
	padding-bottom: 10px;
}
article ul {
	margin-bottom: 30px;
	margin-left: 15px;
}

article ol {
	margin-bottom: 30px;
	margin-left: 15px;
}

article li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #001ca8;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
}

article a {
	color: #001ca8;
	font-weight: bold;
	}

article a:hover {
	background-color: #c1d82e;
	}

#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 16px;
	color: #001ca8;
}

#sidebar p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #001ca8;
	font-weight: normal;
	padding-bottom: 8px;
}
.caption {
	font-size: 12px;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
.profile {
	display:table-row-group;
}
#notice p {
	line-height: 14px;	
	}
	
.appointment {
	width:100%;
	background-color: #c1d82e;
	margin-top: 60px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.appointment a {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration:none !important;
	}
.appointment a:hover {
	text-decoration:underline !important;
	}	
#footer h3 {
	color:#fff;
	padding-top: 30px;
	padding-bottom: 10px;
	}
#footer h4 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	color:#fff;
	}
	
#locations p{
	font-size: 14px !important;
	line-height: 20px;
	font-weight: normal;
	text-transform: none !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 10px !important;
}	
#footer p{
	color: #001ca8;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 40px;
	text-transform: uppercase;
	text-align: left;
	}
#footer ul {
	padding-top: 10px;
	}
#footer li {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
	
	}
#footer li a{
	font-size: 14px!important;
	line-height: 24px;	
	text-decoration:none;
	font-weight: normal;
	text-transform: capitalize;
	}
#footer li a:hover{
	text-decoration:underline;
	}
/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#footer p {
	padding-top: 80px;
		}	
}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
	
#footer p {
	padding-top: 40px;
		}
}