body
{
	background: #DDDDDD;
}
body.lyt_head_small
{
	background: #FFFFFF;
}

img#banner
{
	-webkit-transform: translateZ(0);
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
.lyt_head_small #banner
{
	display: none;
}

div#incont
{
	text-align: center;
}

div#seccont
{
	position: relative;
	width: 1260px;
	max-width: 100%;
	margin: auto;
	margin-top: 320px;
	margin-top: 16vw;
	border-top: 5px solid #0EB270;
	background: #FFFFFF;
	text-align: left;
}
.lyt_head_small div#seccont
{
	width: 100%;
	margin-top: 100px;
}
div#seccont .innercont
{
	position: relative;
	padding-top: 110px;
	padding-bottom: 150px;
}
.lyt_head_small div#seccont .innercont
{
	padding-top: 40px;
	padding-bottom: 340px;
}
div#seccont.bare .innercont
{
	padding-top: 0px;
}

.lyt_head_small div#footer .bar
{
	margin-bottom: 30px;
}

div#seccont span.phone
{
	display: inline-block;
	width: 60px;
}
div#seccont h1
{
	margin-bottom: 18px;
}
div#seccont h2
{
	margin-bottom: 8px;
}
div#seccont p
{
	padding-top: 26px;
	line-height: 150%;
}

div#map_canvas
{
	width: 700px;
	max-width: 100%;
	height: 456px;
	margin-top: 60px;
}

p.contact
{
	font-size: 11pt;
	line-height: 180%;
}
p.contact a, div.map a
{
	font-size: 11pt;
	border-bottom: 1px solid #646464;
}
p.contact a:hover, div.map a:hover
{
	color: #1EAB6D;
	border-bottom: 1px solid #1EAB6D;
}

div#svc_intro
{
	width: 100%;
	text-align: center;
}
div#svc_intro p
{
	width: 700px;
	margin: auto;
	text-align: left;
	position: relative;
	left: 18px;
}
img#svc_photo
{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 44px;
}
img.svc_img
{
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}
div.svc_sec
{
	width: 100%;
	text-align: left;
}
div.svc_sec p, div.svc_sec h2, div.svc_sec h3
{
	padding-left: 48px;
	padding-right: 48px;
}
div.services
{
	width: 50%;
}
div.services.left .inner
{
	border-right: 1px solid #22B573;
}
div.services .inner
{
	padding: 76px;
	padding-top: 40px;
	padding-bottom: 64px;
}

div.case_cont
{
	width: 1120px;
	max-width: 90%;
	margin: auto;
}
.lyt_head_small div.case_cont
{
	width: auto;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 500px;
}

div.case_nav
{
	width: 100%;
	text-align: right;
	margin-bottom: 80px;
}
.lyt_head_small div.case_nav
{
	margin-bottom: 20px;
}
p.case_nav, p.case_nav a
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: normal;
	font-size: 10.5pt;
	text-transform: uppercase;
	color: #1EAB6D;
}
.lyt_head_small p.case_nav, .lyt_head_small p.case_nav a
{
	font-size: 1rem;
}

p.case_nav a:hover
{
	color: #03316B;
}

div.case_info
{
	float: left;
	width: 360px;
	max-width: 90%;
	max-width: calc(100vw - 96px);
}
.lyt_head_small div.case_info
{
	float: none;
}
div.case_info.wide
{
	width: 500px;
}
div.case_info h2
{
	margin-bottom: 20px;
	font-size: 20pt;
}
.lyt_head_small div.case_info h2
{
	font-size: 1.5rem;
}
div.case_info span
{
	display: block;
	color: #03316B;
	text-decoration: underline;
}
/*div.case_info p.project, */div.case_info span
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 11pt;
}
/*div.case_info p.project span
{
	display: inline-block;
	text-decoration: none;
}*/

div.case_slides
{
	float: right;
	position: relative;
	text-align: center;
}
.lyt_head_full div.case_slides
{
	max-width: 50%;
	max-width: calc(100% - 380px);
}
.lyt_head_small div.case_slides
{
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
div.case_slides img
{
	margin: auto;
	width: 700px;
	max-width: 100%;
}
.lyt_head_small div.case_slides img
{
	max-width: none;
	width: auto;
	height: 460px;
}
div.case_slides #front_slide_cont
{
	position: absolute;
	z-index: 50;
	width: 100%;
	left: 0px;
	top: 0px;
}
div.case_slides #front_slide
{
	opacity: 0;
	transition: none;
	-webkit-transition: none;
}
div.case_slides #front_slide.show
{
	opacity: 1;
	transition: opacity 1.0s ease;
	-webkit-transition: opacity 1.0s ease;
}

div.case_slides .slide_nav
{
	float: right;
	margin-top: 12px;
	cursor: default;
	letter-spacing: 1px;
}
.lyt_head_small div.case_slides .slide_nav
{
	margin-right: 48px;
}
div.case_slides .slide_nav span
{
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../_img/green-dot.png");
	opacity: 1;
	cursor: pointer;
}
.lyt_head_small div.case_slides .slide_nav span
{
	width: 20px;
}
div.case_slides .slide_nav span:hover
{
	opacity: 0.6;
}
div.case_slides .slide_nav span.active
{
	background-image: url("../_img/blue-dot.png");
	opacity: 1;
	cursor: default;
}


div.team.left
{
	width: 38%;
	max-width: 448px;
}
div.team.left .inner
{
	padding-left: 70px;
}
div.team.left h2
{
	line-height: 66px;
}
div.team .list
{
	text-align: center;
	padding: 20px;
	margin-left: -70px;
}
div.team .list a
{
	display: inline-block;
	font-size: 13pt;
	line-height: 200%;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	cursor: pointer;
}
div.team .list a span
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 100%;
	background: url("../_img/blue-dot.png") no-repeat center center;
	opacity: 0;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
div.team .list a:hover span, div.team .list a.active span
{
	opacity: 1;
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}

div.team.right
{
	width: 60%;
	max-width: 764px;
	padding-top: 76px;
	padding-bottom: 40px;
	text-align: left;
	border-left: 1px solid #22B573;
}
div.team.right .inner
{
	position: relative;
	overflow: hidden;
}
div.bio_cont
{
	position: absolute;
	min-height: 450px;
	left: 0px;
	top: 0px;
	margin-left: 48px;
	z-index: 30;
	opacity: 0;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}
div.bio_cont.show
{
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: 48px;
	z-index: 40;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}
div.lyt_small div.bio_cont
{
	margin-left: 0px;
}
div.lyt_small div.bio_cont h2
{
	padding-top: 50px;
}
div.team.right img
{
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 40%;
}
div.team.right h3
{
	color: #03326B;
}
div.team.right a:hover
{
	color: #1FAB6E;
}
div.team.right div.bio
{
	margin-left: 45%;
	padding-right: 46px;
}
div#seccont p.title
{
	padding-top: 0px;
	margin-top: 10px;
	font-size: 10pt;
}
div.bio_nav
{
	text-align: center;
}
div.bio_nav img, div.bio_nav a
{
	display: inline-block;
	vertical-align: middle;
	line-height: 450px;
}
div.bio_nav img
{
	margin-left: 16px;
	margin-right: 16px;
}

.lyt_head_small div.bio_nav img
{
	margin: 0 auto;
	display: block;
	width: 90%;
	height: auto;
}

div#aboutnav
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 20px;
	padding-top: 20px;
}
div#aboutnav a
{
	display: inline-block;
	margin-right: 40px;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-weight: bold;
	font-size: 10.5pt;
	text-transform: uppercase;
	color: #00AA72;
}
div#aboutnav a:hover, div#aboutnav a.active
{
	color: #03316B;
	border-bottom: 1px solid #03316B;
}

div#client_top
{
	padding-left: 70px;
	text-align: left;
}
div#client_top p.intro
{
	float: left;
	margin-right: 80px;
}
.lyt_head_small div#client_top
{
	padding-left: 48px;
	padding-right: 48px;
}
.lyt_head_small div#client_top p.intro
{
	float: none;
	margin-right: 0px;
}
div#client_top p, div#client_top a
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 12pt;
}
div#client_top .sort_head
{
	float: left;
	position: relative;
	z-index: 45;
	display: block;
	width: 330px;
	margin-top: 26px;
	border-bottom: 1px solid #03326B;
	background: url("../_img/down-arrow.png") no-repeat right center;
	cursor: pointer;
}
.lyt_head_small div#client_top .sort_head
{
	float: none;
}
div#client_top .sort_head:hover
{
	border-bottom: 1px solid #1EAB6D;
}
div#client_top .sort_head p
{
	color: #03326B;
	line-height: 160%;
	margin: 0px;
	font-size: 11pt;
}

div#sort_drop
{
	opacity: 0;
	display: none;
	width: 250px;
	position: absolute;
	z-index: 45;
	right: 0px;
	top: 32px;
	background: #1EAB6D;
	text-align: left;
	padding: 6px 12px 6px 12px;
	transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
}
div#sort_over
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 44;
	display: none;
}
div#sort_drop a
{
	display: block;
	font-size: 11pt;
	line-height: 32px;
	color: #FFFFFF;
}
div#sort_drop a:hover
{
	color: #03326B;
}
div#sort_drop.show
{
	opacity: 0.9;
	display: block;
}
div#sort_drop.hide
{
	opacity: 0;
	display: block;
}

div.client_list
{
	clear: both;
	padding-left: 70px;
	padding-top: 46px;
	min-height: 230px;
}
.lyt_head_small div.client_list
{
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 20px;
	min-height: 256px;
}
div.client_list p
{
	float: left;
	width: 32%;
	font-size: 11pt;
}
.lyt_head_small div.client_list p
{
	float: none;
	width: auto;
	display: none;
}
.lyt_head_small div.client_list p.active
{
	display: block;
}
div.client_list span
{
	display: block;
	width: 360px;
	max-width: 100%;
}
.lyt_head_small div.client_list span
{
	width: auto;
}
div.client_list a
{
	text-decoration: underline;
	font-size: 11pt;
}
div.client_list a:hover
{
	color: #1EAB6D;
}

div#comm_left
{
	float: left;
	padding-left: 70px;
	max-width: 300px;
}
div#comm_left h2
{
	height: 90px;
	margin-bottom: 0px;
}
div#comm_left p
{
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-size: 12pt;
	margin-top: 0px;
}

div#comm_right
{
	float: left;
	padding-left: 38px;
	padding-top: 90px;
	max-width: 60%;
	max-width: calc(100% - 410px);
}
.lyt_head_small div#comm_right
{
	float: none;
	padding: 48px;
	max-width: 100%;
}
div#comm_right p
{
	margin-top: 0px;
}
div#comm_right a
{
	text-decoration: underline;
}
div#comm_right a:hover
{
	color: #1EAB6D;
}

.lyt_head_full div.map
{
	float: left; 
	margin-left: 70px;
	max-width: 60%;
	max-width: calc(100% - 500px);
}
.lyt_head_small div.map
{
	padding-left: 48px;
}

.lyt_head_full #contact_list
{
	float: right;
	text-align: left;
	width: 410px;
}
.lyt_head_small #contact_list
{
	clear: both;
	position: relative;
	top: 62px;
	padding: 50px 48px 50px 48px;
	background: #F3F3F3;
}
a.arrow
{
	display: inline-block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
}

.lyt_head_small a.arrow
{
	background-size: 3rem;
}
div.client_list a.arrow
{
	text-decoration: none;
}
a.arrow.prev
{
	background-image: url("../_img/arrow-left.png");
}
a.arrow.next
{
	background-image: url("../_img/arrow-right.png");
}
div#seccont .case_nav_arrows
{
	width: 100%;
	padding-top: 32px;
	margin: auto;
	text-align: center;
}
