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

@font-face {
  font-family: 'Gotham';
  src:  url('fonts/gotham-light-webfont.woff') format('woff'),
		url('fonts/gotham-light-webfont.ttf') format('ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'Gotham';
  src:  url('fonts/gotham-book-webfont.woff') format('woff'),
		url('fonts/gotham-book-webfont.ttf') format('ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Gotham';
  src:  url('fonts/gotham-medium-webfont.woff') format('woff'),
		url('fonts/gotham-medium-webfont.ttf') format('ttf');
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham';
  src:  url('fonts/gotham-bold-webfont.woff') format('woff'),
		url('fonts/gotham-bold-webfont.ttf') format('ttf');
  font-weight: bold;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Gotham', sans-serif;
	font-size: 13px;
	color: white;
	background-color: #555555;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.25s; /* Safari */
    transition: color 0.25s;
}
a:hover {
	color: black;
}
.tel {
	color: inherit;
	text-decoration: none;
}
address {
	font-style: inherit;
	width: 100%;
	display: inline-block;
}
header, footer {
	background-color: #555555;
	color: white;
	
	text-transform: uppercase;
	letter-spacing: 1px;
	
	z-index:5;
}
header a:hover, footer a:hover {
	color: #D2F4DC;
}
header ul, footer ul, .nav ul, .subnav ul {
	padding: 0;
	margin: 0;
}
header li, footer li, .nav li, .subnav li {
	list-style: none;
}
header, footer, .nav, .subnav {
	position: absolute;
	width: 100%;
	overflow: hidden;
}
#logo * {
	-webkit-transition: fill 0.25s; /* Safari */
    transition: fill 0.25s;
}

.social_links svg {
	height: 18px;
}
.social_links svg path {
	fill: white;
}
.social_links svg:hover path {
    fill: #D2F4DC;
}
.nav {
	background-color: #eeeeee;
	color: #555555;

	text-transform: uppercase;
	letter-spacing: 2px;

	z-index: 3;	
}
.nav_links {
	position:relative;
}
.nav_links ul {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}
.nav_links ul li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
}
.subnav {
	color: #555555;

	-webkit-transition: margin-top 0.25s; /* Safari */
    transition: margin-top 0.25s;

	text-align: center;
	
	z-index: 2;
}
.subnav_gallery {
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 500;
}
.subnav_divider {
	color: #aaaaaa;
}
main {
	background-color: white;
	min-height: 500px;
	color: #555555;
	text-align: center;
	padding-bottom: 60px;
}
main a {
	color: #5DC47D;
}
footer {
	text-align: center;
}
.footer_appt {
	color: #aaaaaa;
	font-size: 9px;
}
.svg_divider {
	display: block;
}
.page_header h1 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: inherit;
}
.page_header {
	line-height: 1.5;
}
.sitemap {
	margin: 20px 0 60px;
	line-height: 1.8;
	text-transform: none;
	letter-spacing: normal;
	color: #777777;
	text-align: left;
	padding: 0 30px;
}
.sitemap a {
	color: #aaaaaa;
}
.sitemap_header, .sitemap_subheader a {
	color: #ffffff;
}
.sitemap_section {
    display: inline-block;
    vertical-align: top;
    margin: 20px 60px 0 0;
}
.sitemap_header {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
    display: block;
}
.e404 {
	margin: 40px;
	font-size: 16px;
	line-height: 1.5;
}
.redirect {
	margin: 100px 20px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}