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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*End CSS Reset*/


h1 {
	font-family: 'Josefin Slab', serif;
	font-size: 25px;
	font-weight: 700;
	color: #005596
}
h2 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
h3 {
	font-family: 'EB Garamond', serif;
	font-size: 15px;
}
h4{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #f26a57;
	letter-spacing: 1px;
	padding-bottom: 20px;
	line-height: 24px;
}

h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
ul{list-style: disc; font-size: 14px; padding-left: 20px;}

.nav-container, .slider-container, .blue-box-container, #learnmore, .phone-icon-container, .header-container-middle, .footer-nav-container, .side-nav-container, .sub-img, .doctor-picture, .icon-container{display: none;}

.footer-container {
	height: 65px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #005596;
	border-top: 1px solid;
	margin-top: 30px;
}

.header-container-right {
	float: right;
	height: 125px;
	width: 200px;
	padding-right: 15px;
}

.logo-container {
	float: left;
	height: 115px;
	width: 200px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.content-container{
	background-color: #fff;
	padding: 0 8px;
	margin: 0 auto;
	clear: both;
}
