@charset "UTF-8";

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: 1;
	background-color:#F9F9F9;
}
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;
}
/* CSS Document */
a img {border:none;}
@font-face {
  font-family: 'Dual-300';
  src: url('../dual-300/dual-300.eot'); /* IE9 Compat Modes */
  src: url('../dual-300/dual-300-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../dual-300/dual-300-webfont.woff') format('woff'), /* Modern Browsers */
       url('../dual-300/dual-300-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../dual-300/dual-300-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
#title1, #title2{
	font-family: 'Dual-300';
}
body{
	line-height:16px;
	letter-spacing:1px;
	font-family: 'Dual-300', serif;
	font-size:100%;
	color: #81827D;
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#999999;
}
#container {
	width:95%;
	background-color:#ffffff;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.column{
padding: 2% 8% 0 8%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#container p {
	line-height:1.5em;
	text-align: justify;
	clear: right;
	padding-bottom:10px;
}

#container p.large{
	font-size: 1.5em;
	line-height:1.5em;
	text-align:center;
	padding-bottom:0px;
}
#header {
	padding: 6% 0px 6% 6%;
}
#title-text{
	width:80%;
	float:left;
}
h1, h2, h3, h4{
	color: #81827D;
	font-weight: normal;
	line-height: 32px;
}
h1 {
	font-size: 35px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 35px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
div.contact-menu{
	color:#81827D;
	font-size:1em;
	text-align:center;
}
div.contact-menu-block-1, div.contact-menu-block-2, div.contact-menu-block-3{
	float:left;
	text-align:center;
	padding:10px 0 10px 0;
}
div.contact-menu-block-1{
	margin-right:8%;
}
div.contact-menu-block-2{
	margin-right:8%;
}
div.contact-menu-min{
	display:none !important;
}
#logo-instagram, #logo-email, #logo-phone{
	height:15px;
	margin:0 10px 0 0;
	position:relative;
	top:2px;
}
#logo-phone{
	margin:0 10px 0 0;
}
#logomark-container{
	text-align:center;
}
#logomark{
	float:left;
	margin-right:20px;
	width:20%;
	max-width:80px;
}
#banner-image{
	width:100%;
	max-width:1300px;
}
.divider, .divider-header, .divider-footer{
	border-top:1px solid #E6E6E6;
	margin:4% auto 4% auto;
	padding:0 20px;
	width:90%;
	clear:both;
}
.divider-header{
	margin:10px auto 10px auto;
	width:auto;
}
.divider-footer{
	margin:0px auto 10px auto;
}
.slider-float{
	float:left;
}
.text-float{
	width:29%;
	float:left;
	padding-left:30px;
}
#links-section{
	margin:0 0 30px 0;
}
#footer {
	color: #BABBB4;
	clear: both;
	line-height:20px;
	margin:15px 0 0 0;
	padding-bottom:20px;
}
#footer p {
	text-align:center;
	font-size: .7em;
	color: #BABBB4;
}
img.bio-pic{
	float:left;
	padding:0 25px 20px 0;
	width:30%;
	max-width:282px;
}
#to-top-link{
	padding:10px 0 20px 0;
	text-align:center;
}
/* Media Queries */
@media (max-width: 1343px) {
	.slider-float{
		float:none;
	}
	.text-float{
		width:100%;
		float:none;
		text-align:center;
		padding:20px 0 0 0;
	}
}
@media (max-width: 665px) {
	h1{
		font-size:30px;
	}
	#title-text{
		width:60%;
	}
	h1#title2{
		font-size:25px;
	}
	.flexnav li{
		font-size:.9em !important;
	}
	#logo-email, #logo-phone{
	display:none;
}
}
@media (max-width: 530px) {
	#footer p{
		font-size:.5em;
	}
	img.bio-pic{
		display:none;
	}
}
@media (max-width: 520px) {
	#header{
		padding-left:0px;
	}
	#logomark-container{
		width:100%;
		float:left;
		margin-bottom:5%;
	}
	#logomark{
		margin:0 auto;
		float:none;
	}
	#title-text{
		width:100%;
		text-align:center;
	}
}
@media (max-width: 450px) {
	#container p.large{
		font-size:1em;
	}
}
@media (max-width: 422px) {
	.hiding-divider{
		color:#ffffff;
	}
	#links-section{
		display:none;
	}
}
@media (max-width: 360px) {

}