
body {
	font-family: 'brandon-grotesque', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

#tinymce{background-color:#ffffff;}

img {border: 0px;}

a, a:visited{
	color: #559bb4;
	text-decoration:none;
}

a:hover, a:focus  {
	color: #d29847;
	text-decoration: none;
	cursor:pointer
} 
.template-content h1,
.template-content h1 a {
	font-weight: 300;
}

.template-content h2 a, .template-content h3 a, .template-content h4 a, .template-content h5 a, .template-content h6 a, .template-content h2, .template-content h3, .template-content h4, .template-content h5, .template-content h6 {
	font-family: 'brandon-grotesque', Arial, sans-serif; 
	font-weight: 400;
	line-height: 1.2em;
	margin: .2em 0 .2em 0;
	color: #d29847;
}

.template-content h1 a:hover, .template-content h2 a:hover, .template-content h3 a:hover, .template-content h4 a:hover, .template-content h5 a:hover, .template-content h6 a:hover {
	color: #559bb4;
}

.template-content h1 {
	font-size: 2em;
	color: #559bb4;
	margin: 0 0 1em 0;
}

.template-content h2 {
	font-size: 1.25em;
	font-style: italic;
	font-weight: 400;
}

.template-content h3 {
	font-size: 1.15em;
	font-style: italic;
	font-weight: 400;
}

.template-content h4 {
	font-size: 1.15em;
	font-style: italic;
	font-weight: 400;
}

.template-content h5 {
	font-size: 1em;
}

.template-content h6 {
	font-size: 1em;
}



.template-content p {
	margin: 1.625em 0 1.625em 0;
	
}

.template-content ul, ol {
	margin: 1.6em 0 3em 1.2em;
}

.template-content ul li, .template-content ol li {
	margin-bottom: .4em;
	line-height: 1.4em;
}

.template-content ul ul {
	 margin: 1em 0 1.6em 1.2em;
}

a.button {
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 55px;
	border: 1px solid #559bb4;
	color: #559bb4;
	text-align: center;
	
}

a.button:hover {
	background-color: #559bb4;
	color: #fff;
}

.footer-address {
	color: #d29847;
	font-size: 21px;
	margin: 1em 0;
}
.footer-phone {
	color: #d29847;
	font-size: 24px;
	margin: .6em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 14px;
}

.bold {
	font-weight: 700;
}

.template-content .subhead {
	margin-top: -24px;
	margin-bottom: 24px;
	font-size: 24px;
	
}

@media screen and (min-width: 768px)  { 
	.template-content h1 {
	font-size: 3em;
	}
	.template-content h2 {
	font-size: 2.25em;
	}
	.template-content h3 {
	font-size: 1.5em;
	}
	.template-content h4 {
	font-size: 1.5em;
	}
	.template-content h5 {
	font-size: 1.3125em;
	}
	.template-content h6 {
	font-size: 1em;
	}
	.template-content .subhead {
	margin-top: -40px;
	margin-bottom: 40px;
	font-size: 24px;
	
	}
	.footer-phone {
		font-size: 35px;
	}
}
@media screen and (min-width: 992px)  { 
	
}
