/* Reset Styles
***********************/
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;
}


/* Custom CSS */

body {
	line-height: 1.3;
	background: url(body.png) repeat left top;
	font-family: 'Nunito', sans-serif;
}

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;
	width: 100%!important;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

#container {
	width: 86%;
	max-width: 1100px;
	margin: 0 auto;
}
h2 {
	padding: 20px 0 30px;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}
h2 a {
	text-decoration: none;
	color: #427f9e;
}
h2 a:hover {
	border-bottom: 1px dotted #427f9e;
}
#olay {
	position: absolute;
	height: 430px;
	max-width: 217px;
	margin-top: 48px;
	margin-left: 55px;
	z-index: 1000;
}
#content {
	font-family: 'Helvetica', 'Arial', sans-serif;
	padding-left: 55px;
    padding-right: 0px;
	position: relative;
	margin-top: 22px;
}
p.ovlay {
	text-align: center;
	color: #ffffff;
	font-size: 19px;
	line-height: 22px;
}
p.ovlay2 {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 22px;
}
#sroom {
	margin-top: 30px;
	padding: 24px;
	background: #545456;
	opacity: 0.8;
	text-align: center;
}
#shade {
	background: #545456;
	opacity: 0.8;
}
#logo {
	background: #545456;
	opacity: 0.8;
}
#l {
	max-width: 217px;
	float: left;
}
#spotlight {
	box-sizing: border-box;
	border: 1px solid black;
	background-color: #fff;
	text-align:center;
	width: 100%;
	padding: 15px 25px;
}
#spotlight img.tableLogo {
	width: 90px;
	margin: 0 auto;
}
#spotlight img.tableHeadshot {
	width: 170px;
	margin: 20px auto 0;
}
#spotlight h1 {
	font-size: 1.4em;
    font-weight: bold;
}
#spotlight h2 {
	margin-top: 12px;
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 1em;
}
p.lc {
	color: #ffffff;
	font-size: 21px;
	padding: 10px;
	background: #884044;
	margin-top: 18px;
	text-align: center;
	line-height: 26px;
}
#ss {
	text-align: center;
	margin-top: 18px;
	padding: 30px;
}
#r {
	margin-left: 217px;
	margin-right: 20%;
	padding: 0 0 0 10%;
}

#r .spotlight {
	width: 100%;
	position: relative;
}

#r {
	margin-right: 100px; /* Right Column override */
}

#r .spotlight h1 {
	background-color: rgb(241,92,34);
	color: #fff;
	font-size: 1.8em;
	padding:8px 10px;
	letter-spacing: .5px;
	display: inline-block;
	margin-bottom: .5em;
}

#r .spotlight p {
	font-size: 1em;
	margin: .5em 0;
}

#r .spotlight .summary br {
	line-height: .25em;
}

#r .spotlight div.leftExtra,
#r .spotlight div.rightExtra {
	display: inline;
	font-size: 0;
	border: 0px solid transparent;
	box-sizing: border-box;
	margin: 15px;
}

#r .spotlight div.leftExtra {
	float: left;
	margin-left: 0;
}

#r .spotlight div.rightExtra {
	float: right;
	margin-right: 0;
}

#r .spotlight .question:before {
	content: "\25A0";
	color: rgb(241,92,34);
	padding-right: 10px;
	margin-left: 0;
}

#r .spotlight .question{
	color: rgb(241,92,34);
	font-size: 1.3em;
	margin-top: 25px;
}

#r .spotlight .answer {
	font-size: initial;
}

#r .spotlight .quote {
	display: block;
	background: #fff url(quote-decoration.jpg) right bottom no-repeat;
	overflow: hidden;
	box-sizing: border-box;
	margin: 15px 0;
}

#r .spotlight .quote div {
	float: left;
	width: 55%;
	overflow: hidden;
	font-size:0;
}

#r .spotlight .quote div img {
	width: 100%;
}

#r .spotlight .quote p {
	float: right;
	text-align: right;
	width:40%;
	font-size: 23px;
	margin-top: 5%;
	line-height: 1.2em;
}

#r #directory {
	width: 100%;
		box-sizing: border-box;	
}

#r #directory .header {
	width: 100%;
	position: relative;
}

#r #directory .header img {
	float: left;

}

#r #directory .header p {
	float: right;
	width: 65%;
	margin: 45px 0px;
}

#r #directory .row {
	overflow: hidden;
	width: 100%;
	position: relative;
		box-sizing: border-box;	
}

#r #directory .designer {
	width: 49.5%;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;	
}

#r #directory .designer a {
	display: block;
	font-color: #000!important;
	text-decoration: none;
	border: none;
}

#r #directory .designer:nth-of-type(odd) {
	float: left;
}

#r #directory .designer:nth-of-type(even) {
	float: right;
}

#r #directory .designer a h1, #r #directory .designer h1 {
	font-size: 22px;
}

#r #directory .designer a h2, #r #directory .designer h2 {
	font-size: 18px;
}

.bul > li {
	margin-bottom: 35px;
}
.bul {
	margin-top: 20px;
}
p.rc2 {
	margin-top: 46px;
}
.clear {
	clear: both;
}
.footer {
	margin-top: 270px;
}
.foot {
	text-align: center;
}
.foot ul {
	display: inline-table;
}
.foot ul li {
	display: inline;
	;
}
.foot {
	width: 100%;
	font-size: 14px;
	list-style-type: disc;
}
.foot li {
	display: inline;
}
.fullclear {
	border: none;
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	width: 100%;
}

@media only screen and (max-width: 2180px) {
#r table tr td:nth-of-type(2) {
    padding-left: 11px;
}
}

@media only screen and (max-width: 1295px) {
   #olay{ width: 100%;
    position: relative;
    margin-bottom: -478px;}
    .footer {margin-top:50px;}
}

@media only screen and (max-width: 1220px) {
	#container {width: 80%;}
	#olay{ width: 80%;}
	.ovlay br {
		content: "&nbsp;";
		padding-right: 3px;
		}
	.ovlay br:first-of-type, .ovlay br:nth-of-type(2), .ovlay br:nth-of-type(3), .ovlay br:nth-of-type(3n+4) {
    display: inherit;
	}
	.ovlay a {display: block;}
	.flex-control-nav {width:initial;}
	#r {padding-left: 25px; margin-right: 10%;}
}

@media only screen and (max-width: 1190px) {

	#r .spotlight .quote p {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1100px) {
	.flex-control-nav {left:initial; right: 45px;}
	#r {margin-right: 9%;}


}

@media only screen and (max-width: 1080px) {
		#r .spotlight .quote {
			background-size: 40%;
		}

		#r .spotlight .quote p {
		margin-top: 1%;
		}
}

@media only screen and (max-width: 1061px) {

p.ovlay {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
}
p.ovlay2 {
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 14px;
}
		#r .spotlight .quote {
			background-position: 95% 90%;
		}
		#r .spotlight .quote p {
		margin-top: 3%;
		font-size: 19px;
		}

.bul > li {
	font-size: 16px;
}
.leftBar {
	font-size: 15px;
}
}


@media only screen and (max-width: 1040px) {
	#r .spotlight .quote p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1000px) {
	#r .spotlight .quote p {
		margin-top: 1%;
	}
}

@media only screen and (max-width: 950px) {
#olay {width: 170px!important;}
img.logo2 {width: 170px;}
#l {width:170px;}
#r table td {display: block; width: initial;}
#r table td {margin-top: 20px;}
#r table td br {display: none;}

#spotlight img.tableHeadshot {
	width: 120px;
	margin: 20px auto 0;
}

#r .spotlight .quote p {
	margin-top: 5%;
	font-size: 15px;
}

}

@media only screen and (max-width: 920px) {
		#r #directory .header p {
			width: 55%;
			margin: 45px 0px;
		}

		#r #directory .designer h1 {
			font-size: 18px;
		}

		#r #directory .designer h2 {
			font-size: 16px;
		}
}

@media only screen and (max-width: 911px) {
	#r .spotlight .quote p {
		margin-top: 0%;
	}
}


@media only screen and (max-width: 895px) {
	
	#sroom {margin-top: 5px;}
	#olay {margin-top: 30px; margin-bottom: -460px;}

	#r .spotlight .quote div {
		display: none;
	}

	#r .spotlight .quote p {
		width: initial;
		font-size: 19px;
		margin-top: 6%;
		margin-bottom: 12%;
	}
	
	#r #directory .designer {
		padding-top: 0;
	}

	#r #directory .designer img {
		width: 100%;

	}

	}

@media only screen and (max-width: 820px) {
	#l {
		margin-top: 12px;
	}

	#r #directory .header img {
		width: 42.5%;
	}

	#r #directory .header p {
		margin: 30px 0;
	}
}


@media only screen and (max-width: 768px) {


#olay {
    margin-top: 3%;
    margin-bottom: 15px;
    width: 130px!important;
    height: initial;
}

#olay p.ovlay, #olay p.ovlay2, a.leftBar {
	font-size: 12px;
line-height: 1.2;
}
#logo p:first-of-type, 
#logo p:nth-of-type(2), 
#shade br:last-of-type {
	display: none;
	}

img.logo2 {width: 130px; margin-top: 14px;}

#sroom {padding:10px;}

.flexslider {
	position: absolute;
	width: inherit;
	top: 0;

}

#content {margin-top: 100px;}
#l {width: 130px;max-width: 130px; margin-top: 0px;}

#l div#spotlight > img {
	width: 78px;
}

#l div#spotlight h1 {
	font-size: .8em;
	line-height: 1em;
}

#l div#spotlight h2 {
	font-size: .6em;
	line-height: 1.1em;
}

p.lc:first-of-type {margin-top:0;}
p.lc {padding-top: 4px;}

p.lc br {display:none;}
p.lc a.leftBar {display: block; padding: 10px 0;}
#ss {
	padding:0;
	margin: 25px 0;
}

#r {
	margin-left: 130px;
	font-size: 13px;
}
#r p:first-of-type {
	font-size: 15px!important;}

#r table tr td, 
#r table tr td p,
#r table tr td p:first-of-type {
	font-size: 13px!important;}

#r table tr td {
    margin-top: 8px;
}

#r #directory .designer a h1, #r #directory .designer h1 {font-size: 1.1em; line-height: 1em;}
	#r #directory .designer a h2, #r #directory .designer h2 {font-size: .8em; line-height: 1em;}

.bul > li {
	font-size: 14px;
}

span.infotext { \: 8px;}

}


@media only screen and (max-width: 650px){
	#content {margin-top: 50px;}
	#r #directory .header p {
		margin: 18px 0;
	}


}

@media only screen and (max-width: 625px){
	
	#r #directory .header {
		text-align: center;
	}

	#r #directory .header img {
		float: none;
		margin: 5px;
	}

	#r #directory .header p {
    margin: 5px 0;
    width: 100%;
    float: none;
}
}


@media only screen and (max-width: 600px){
	#content {margin-top: 25px;}

	#r #directory .designer:nth-of-type(odd), #r #directory .designer:nth-of-type(even) {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 550px){
	
	#olay {
    width: 100px!important;
    margin-left: 25px;
    height: initial;
}


img.logo2 {width: 100px; margin-top: 14px;}

#sroom {padding:10px;}

	#content {margin-top: 10px; padding-left: 25px;}
#l {width: 100px;max-width: 100px;
}
#l p.lc a.leftBar {font-size: 15px;}
#l p.lc img {width: 80px;}

#l div#spotlight {
	padding: 15px 0;
}

#ss table {width: 100px;}
#ss table img {
	width: 20px;
	height:20px;
	}

#r {
	margin-left: 100px;
	font-size: 13px;
}

}


@media only screen and (max-width: 480px) {

#olay {width: 90px!important;
	margin-left: 30px;
	font-size: 10px;}
#olay img.logo2 {width: 90px;}
#olay p.ovlay,
#olay p.ovlay a.leftBar  {
	font-size: 10px;
}
#l {
	width: 90px!important;
	margin-left: 5px;
}

#l p.lc, #l p.lc a.leftBar {
	font-size: 12px;
}

#l p.lc img {
    width: 70px;
}
#l div#spotlight h1 {
	font-size: 1.1em;
}

#l div#spotlight h2 {
	font-size: .9em;
}
#r .spotlight div.leftExtra img,
#r .spotlight div.rightExtra img {
	width: 100%;
}

}

@media only screen and (max-width: 463px) {
	#olay{
    margin: initial;
    margin: 250px auto 0;
    width:100%!important;
}

#olay p.ovlay, 
#olay p.ovlay2,
#olay p.ovlay a.leftBar {
	font-size: 21px;
	line-height: 1.4;
	}
#olay #logo p a { display: block;
text-align: center;}

#olay img.logo2 {width: initial;}
	#r {
    margin-top: 25px;
}
	#content {
    padding: 0!important;
    margin: 0!important;
    width: 100%;
    clear: both;
}


}

@media only screen and (max-width: 450px){
	#olay {
		margin-top: 230px;
	}
}

@media only screen and (max-width: 400px){
	#olay {
		margin-top: 210px;
	}
}

@media only screen and (max-width: 370px){
	#olay {
    width: 70%;
    margin: 190px auto 0;

}
#content{
	width: 73%;
	margin: 0 auto!important;
	/* background-color: red; */
	}
	#l {
	max-width: none;
	/* margin-top: 11px; */
	/* width: 108%!important; */
	float:none;
	display:inline;
	}
	#l p.lc {
	display:block;
	width: 100%;
	}
	
	#l p.lc a.leftBar {
		width: initial;
	font-size: 21px;}
	#l p.lc img.os {
		width:initial;}
	#ss {margin: 12px 0;width: 100%;}
	#ss table img {width:initial;
	height:initial;}
	#r {
	margin:0;
	padding: 0;
	width: 100%;
	clear: both;
	}
	#r p {display:block;
	margin:0;
	padding:0;}
}
@media only screen and (max-width: 340px){
	#olay {margin-top: 65%;}
}

@media only screen and (max-width: 320px) {
#olay {
	width: 300px;
}
#content {
	width: 90%;
}
.logo2 {
	width: 217px;
}
}

@media only screen and (max-width: 310px) {

#olay, #olay p, #olay p a, #l, #l p.lc, #l p.lc a, table tr td, table tr td p, table tr td a {font-size: 13px!important;}
#olay #shade img {
	width: 100%;
}
#l {width: 100%!important;}
}
#l p.lc {width: 100%!important;/* margin: 0; */padding: 0;}
}

@media only screen and (max-width: 240px) {


#content {
	width: 100%;
	margin-top: 330px;
}
.logo2 {
	width: 217px;
}
#ss {
	margin-right: -10px;
}
}



.menu:link {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu:hover {
	text-decoration: underline;
}
.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.leftBar:link {
	text-decoration: none;
	color: white;
}
a.leftBar:visited {
	text-decoration: none;
	color: white;
}
a.leftBar:hover {
	text-decoration: underline;
	color: white;
}
a.leftBar:active {
	text-decoration: none;
	color: white;
}
a:link {
	text-decoration: none;
	color: grey;
}
a:visited {
	text-decoration: none;
	color: grey;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: grey;
}
.text {
	color: #000000;
	font-family: helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
}
a:maroon {
	color: #884440;
}
