/*TOP SECTION*/

section#top{
	border-bottom:3px solid #323e4a;
	background-color:#fff;
}

section#top header{
	max-width:960px;
	margin:0 auto;
	padding:22px 0 0 0;
}

main.with-sb{
	float:left;
	max-width:72.3%;
	background-color:#fff;
	border-right:2px solid #eef1f4;
	padding-right:48px;
}

main{
	max-width: 960px;
	background-color:#fff;
	float:none;
	margin:0 auto;
}

aside{
	float:right;
	width:215px;
	padding-right: 20px;
}

#logo{
	display: inline-block;
	width:20%;
	margin-bottom: 12px;
}

nav{
	display: inline-block;
	width:79%;
	text-align: right;
	position: relative;
}

.frame{
	margin:0 auto;
	max-width:960px;
	position: relative;
}

ul.main-nav{
	list-style-type: none;
	text-align: right;
	display: inline-block;
}

ul.main-nav > li{
	float:left;
	margin-left:11px;
	background-image: url("../imgs/nav-slash.png");
	background-position: right 0;
	background-repeat: no-repeat;
	padding-right:30px;
	position: relative;
	top: 20px;
	height: 40px;
	letter-spacing: 0.98px;
}

ul.main-nav li:last-child{
	background-image:none;
	padding-right:0;
}

ul.main-nav li:first-child{
	margin-left:0;
}

ul.main-nav li a{
	color:#323e4a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
}

ul.main-nav li.current-menu-item a{
	color:#7f620f;
}

ul.main-nav li a:hover{
	color:#7f620f;
}

ul.main-nav li:hover .sub-menu{
	display: block;
}

ul.main-nav .sub-menu{
	list-style-type: none;
	position: absolute;
	top: 40px;
	left:-15px;
	border-bottom:1px solid #7f620f;
	border-left:1px solid #7f620f;
	border-right:1px solid #7f620f;
	padding:0 2px 2px 2px;
	background-color: #fff;
	display: none;
	z-index: 999;
}

ul.main-nav .sub-menu li{
	display: block;
	background-color: #fff;
	border-left:1px solid #d3c9ac;
	border-right:1px solid #d3c9ac;
	background-image: none;
	float:none;
	text-align: left;
	font-size: 12px;
	text-transform: none;
	color:#d3c9ac;
	margin:0;
	padding:4px 10px;
}

ul.main-nav .sub-menu li:last-child{
	border-bottom:1px solid #d3c9ac;
}

ul.main-nav .sub-menu li:first-child{
	padding-top:15px;
	background-image: url("../imgs/list-arrow.png");
	background-position: top center;
	background-repeat: no-repeat;
}

ul.main-nav .sub-menu li a{
	color:#7f620f;
	text-transform: none;
}

/*MOBILE MENU*/

#mobile{
	display: none;
	position: absolute;
	top:10px;
	left:10px;
}

#mobile-menu{
	position: relative;
	z-index: 999;
}

#mobile-bg{
	background-image:url("../imgs/banner-txt-bg.png");
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:998;
	opacity:0;
	display:none;
}

#mobile ul{
	padding:20px 0 20px 20px;
	margin:0 0 0 -236px;
	position:absolute;
	top:10px;
	left:0;
	z-index:997;
	height:100%;
}

#mobile ul li{
	list-style-type:none;
	width:195px;
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #9b7a1a;
	background-color:#fff;
}

#mobile ul li a{
	color:#323e4a;
	line-height:30px;
	display:block;
	width:100%;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

/*REPEATING CONTENT*/

.msg{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.home .intro{
	color:#7f610f;
	font-size: 22px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 19px;
	padding-top:38px;
}

main.with-sb .intro{
	color:#323e4a;
	font-size: 22px;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top:38px;
}

main .intro{
	color:#323e4a;
	font-size: 22px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top:38px;
	line-height:1.29em;
	margin-bottom:18px;
}

.btn{
	background-color:#fff;
	color:#fff;
	font-weight: 400;
	font-family: 'Lustria', serif;
	font-size: 15px;
	border:1px solid #d3c9ac;
	display: inline-block;
	padding:2px;
}

.btn span{
	display: inline-block;
	background-color:#323e4a;
	border:1px solid #d3c9ac;
	padding:0px 20px;
	color:#fff;
	line-height: 33px;
}

.btn2{
	color:#fff;
	font-weight: 400;
	font-family: 'Lustria', serif;
	font-size: 15px;
	border:1px solid #d3c9ac;
	display: inline-block;
	padding:2px;
}

.btn2 span{
	display: inline-block;
	background-color:#323e4a;
	padding:4px 20px;
}

article ul li h1{
	font-size:27px;
	font-weight:300;
	color:#323e4a;
	margin-bottom:10px;
}

article h1, article h2{
	font-size:27px;
	font-weight:300;
	color:#323e4a;
}

article h3, article h4{
	font-size:16px;
	font-weight:300;
	color:#323e4a;
	text-transform: uppercase;
	font-weight:400;
}

h1.section-title span{
 text-transform: uppercase;
 color:#5d7694;
 font-size: 16px;
 background-color: #fff;
 padding:0 10px;
 border-left:1px solid #c8d0da;
 border-right:1px solid #c8d0da;
 text-align: center;
 display: inline-block;
 position: relative;
 top:12px;
 line-height: 15px;
 font-weight:400;
}

h1.section-title{
	position: relative;
	width:100%;
	border-bottom:1px solid #c8d0da;
	text-align: center;
	margin-bottom:30px;
	letter-spacing: 1.9px;
	top:-12px;
}

h1.section-title2 span{
 text-transform: uppercase;
 color:#5d7694;
 font-size: 15px;
 background-color: #eee;
 padding:0 10px;
 border-left:1px solid #c8d0da;
 border-right:1px solid #c8d0da;
 text-align: center;
 display: inline-block;
 position: relative;
 top:12px;
 line-height: 15px;
 font-weight:400;
}

h1.section-title2{
	position: relative;
	width:100%;
	border-bottom:1px solid #c8d0da;
	text-align: center;
}

a.read-more{
	color:#7f620f;
	font-family: 'Lustria', serif;
	font-weight: 400;
	background-image:url("../imgs/arrow.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 17px;
}

aside h1.section-title{
	white-space: nowrap;
}

aside address{
	font-style: normal;
	padding:20px 0;
}

.sidebar-section-intro{
	margin-bottom: 30px;
}

aside .contact-info {
    margin-bottom:35px;
}
aside .contact-info p{
    margin-bottom:10px;
}


article.cases-list{
	background-image: url("../imgs/double-arrow2.png");
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding:0 0 54px 30px !important;
	margin:40px 0 6px 0;
	border-bottom: 2px solid #f4f6f8;
}

article.cases-list:last-child{
	border-bottom: 0;
}

p.center{
	text-align: center;

}

.the-content li{
	margin-left: 25px;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #5f6164;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lustria', serif;
	font-weight: 400;
}

/*BANNER SECTION*/

#banner{
	position: relative;
	max-height:553px;
	overflow:hidden;
}


ul.banner{
	position: relative;
	width:100%;
	margin:0;
	padding:0;
	max-height:553px;
	list-style-type: none;
}


ul.banner > li{
	position: absolute;
	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

ul.banner > li:first-child{
	position: relative;
  	display: block;
  	float: left;
}
	

ul.banner li img{
	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}

.banner-txt-box{
	background-image:url("../imgs/banner-txt-bg.png");
	width:100%;
	height:65px;
	border-top:1px solid #323e4a;
	border-bottom:1px solid #323e4a;
	position: absolute;
	z-index:1;
	display: none;
}

.banner-txt{
	max-width:960px;
	margin: 0 auto;
	line-height: 65px;
	padding-top:12px;
}

.banner-txt h1{
	color:#fff;
	font-weight:300;
	font-size:24px;
}

.banner-txt h6{
	color:#d3c9ac;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom:0;
}

.banner-nav-box{
	max-width:960px;
	margin:0 auto;
	position: relative;
}

.banner-nav{
	position: absolute;
	z-index:3;
	right:20px;
	padding: 27px 12px;
	height: 63px;
	background-image:url("../imgs/banner-nav-border.png"),url("../imgs/banner-nav-border.png") ;
	background-repeat: repeat-y,repeat-y;
	background-position: left, right;
}

.banner-nav li{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
	background-color:#323e4a;
	width:15px;
	height:15px;
	display: inline-block;
	margin:0 7px;
}

.banner-nav li a{
	display: block;
	font-size: 0;
}

.banner-nav li:hover{
	background-color: #7f620f;
}

.banner_here{
	background-color: #fff !important;
}

#no-banner{
	position: relative;
}

.no-banner-txt-box{
	background-color:#37404a;
	border-top: 2px solid #d2d2d2;
}

.no-banner-txt{
	max-width:960px;
	margin:0 auto;
	text-align: center;
	padding:24px 0;
}

.no-banner-txt h1{
	font-weight: 300;
	font-size: 24px;
	color:#fff;
	margin:0;
}


.no-banner-txt h1 b{
	font-weight: 400;
	font-size: 24px;
	color:#fff;
	margin:0;
}

.no-banner-arrow{
	position: absolute;
	bottom:-18px;
	left:50%;
	margin-left:-24px;
}

#interior-banner{
	position: relative;
	max-height: 334px;
	overflow: hidden;
}

#interior-banner img{
	width:100%;
	height: auto;
	display: block;
}

.interior-banner-txt-box{
	width:100%;
	background-image:url("../imgs/banner-txt-bg.png");
	position: absolute;
	bottom:0;
	text-align: center;
}

.interior-banner-txt{
	max-width:960px;
	margin:0 auto;
	text-align: center;
	padding:12px 0;
}

.interior-banner-txt h1{
	font-weight: 300;
	font-size: 24px;
	color:#fff;
	margin:0;
}

.interior-banner-txt-box img{
	width:100%;
}

#pull-down{
	position: relative;
	left:50%;
	margin-left: -34px;
	top:-4px;
	cursor:pointer;
}

#pull-down-box{
	position: relative;
	background-color: #fff;
	width:100%;
	padding:4px 0 0 0;
}

#pull-down-line{
	border-top:1px solid #d3c9ac;
}

/*MID SECTION*/

section#mid{
	width:100%;
	margin:0 auto;
	padding:32px 0 32px 0;
	background-color:#fff;
	position: relative;
}

section#mid article{
	padding:0 0 40px 0;
}

.home section#mid{
	padding-top:0;
}


/*HOME PAGE*/

ul.key-industries{
	list-style-type: none;
	margin:32px 0 0 0;
	padding:0;
	display: inline-block;
	text-align: center;
	width:100%;
}

ul.key-industries li img{
	margin-bottom:20px;
}


ul.key-industries li{
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	width:237px;
	margin-bottom: 40px;
}

ul.key-industries li:last-child{
	margin-left:0px;
}

ul.key-industries li h1{
	font-size: 20px;
}

.industry-info{
	width:100%;
	border:1px solid #c8d0da;
	padding:40px;
	margin-bottom: 20px;
}

.industry-info p.intro{
	text-align: left;
	padding-top: 0;
}

.industry-info ul{
	margin:10px 0 0 20px;
	list-style-type: circle;
}

.industry-info ul li{
	margin-bottom: 3px;
}


ul.services-list{
	margin:0px 0 30px 0;
	padding:0;
	list-style-type: none;
	display: inline-block;
	text-align: center;
	width:100%;
}

ul.services-list li{
	margin:0;
	text-align: center;
	display: inline-block;
	padding:30px;
	vertical-align: top;
}

ul.services-list li:nth-child(1){

	border-bottom:1px solid #e3e7ec;

}

ul.services-list li:nth-child(2){

	border-left:1px solid #e3e7ec;
	border-bottom: 1px solid #e3e7ec;

}
ul.services-list li:nth-child(3){

	border-left:1px solid #e3e7ec;
	border-bottom: 1px solid #e3e7ec;
	
}

ul.services-list li:nth-child(4){
	
	border-bottom:0px solid #e3e7ec;

}

ul.services-list li:nth-child(5){

	border-left:1px solid #e3e7ec;
	border-bottom: 0px solid #e3e7ec;

}
ul.services-list li:nth-child(6){

	border-left:1px solid #e3e7ec;
	border-bottom: 0px solid #e3e7ec;
	
}

ul.services-list li div{
	background-color:#212b36;
	text-align: center;
	max-width: 254px;
	position: relative;
	height:40px;
}

ul.services-list li div a{
	color:#fff;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

ul.services-list li div p{
	padding:8px 2px;
	line-height:.9em;
	margin:0;
	display: table-cell;
	vertical-align: middle;
	height:40px;
	width:254px;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

ul.services-list li img{
	display: block; 
	border:1px solid #b3b3b3;
}

ul.services-list li div img.arrow-down{
	position: absolute;
	z-index: 2;
	top:-24px;
	left:50%;
	margin-left:-24px;
	border:0;

}

/* PROFILES */

.profile{
	border:2px solid #eef1f4;
	padding:10px !important;
	display: block;
	margin-bottom: 18px;
}

.profile-info{
	float:right;
	width:62%;
}

.profile-info h4{
	background-image: url("../imgs/double-arrow-down.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 20px;
	font-weight: 300;
	text-transform: none;
	color:#323e4a;
	padding:16px 0 0 0;
}

.profile-info h5{
	font-size: 12px;
	font-weight:700;
	text-transform: uppercase;
	color:#323e4a;
	margin-bottom:8px;
}

.profile-info p{
	font-size: 13px;
}

.profile-image{
	float:left;
	width:35%;
}

.profile-image img{
	border:1px solid #d4d4d4;
	display: block;
	width:100%;
}

.no-profile-img{
	width:100% !important;
}

/* Interior Pages */

ul.sidenav{
	list-style-type: none;
}

ul.sidenav li{
	margin-bottom: 11px;
}

ul.sidenav li a{
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#323e4a;
}

ul.sidenav li a.current{
	color:#7f620f;
}

.sidenav-buttons{
	border:1px solid #c8d0da;
	padding:5px 10px;
	margin-bottom: 20px;
	color:#ccc09f;
}

.sidenav-buttons a{
	font-size: 11px;
	text-transform: uppercase;
	color:#7f620f;
	margin:0 20px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}


/*Case Studies Teasers*/

section#case-studies{
	background-color: #eeeeee;
	padding:42px 0 55px 0;
}

ul.related-cases{
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

ul.related-cases li:nth-child(2),
ul.related-cases li:nth-child(3){

	border-left: 1px solid #c8d0da;
	padding-left:40px;
}

ul.related-cases li:nth-child(1),
ul.related-cases li:nth-child(2){
	margin-right: 40px;
}

ul.related-cases li:nth-child(1){
	margin-left: 21px;
}


ul.related-cases li{
	text-align: center;
	padding:40px 0;
	display: inline-block;
	vertical-align: middle;
}

ul.related-cases li div{
	background-color: #5d7694;
	padding:60px 18px 0 18px;
	background-image: url("../imgs/double-arrow.png");
	background-repeat: no-repeat;
	background-position: center 27px;
	position: relative;
	height: 235px;
	width:252px;
}

ul.related-cases li div h1{
	color:#fff;
	font-weight: 300;
	font-size:23px;
}

ul.related-cases li div a{
	font-size: 14px;
	font-family: 'Lustria', serif;
	position: absolute;
	bottom:28px;
	left:33px;
	color:#fff;
	line-height: 1.59em;
}

ul.areas-of-practice{
	list-style-type: none;
	margin-top:40px;
}

ul.areas-of-practice li{
	float: left;
	width: 41%;
	margin:0 8% 60px 5%;
}

ul.areas-of-practice li:nth-child(even){
	margin:0;
}

ul.areas-of-practice li p{
	margin-bottom:1px;
}


.most-recent-cases{
	margin-bottom:30px;
}

.most-recent-cases p{
	font-size: 13px;
}

.most-recent-cases h6{
	font-size: 13px;
	font-weight:300;
	color:#323e4a;
	text-transform: uppercase;
	font-weight:400;
}

.date-box{
	border:1px solid #c8d0da;
	padding:10px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color:#7f620f;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.clients-box{
	margin:0;
}

.client-cat{
	border:1px solid #c8d0da;
	padding:5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color:#7f620f;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

ul.client-list{
	margin:0;
	padding:0;
	list-style-type: none;
	display: block;
}

ul.client-list li, ul.client-list a{
	font-size:13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color:#323e4a;

}

ul.client-list li:last-child{
	margin-bottom:26px;
}

/*FOOTER SECTION*/

.footer-contact{
	width:100%;
	background-color: #323e4a;
	border-bottom:1px solid #505b67;
}

.footer-contact ul{
	margin:0 auto;
	padding:0;
	max-width:960px;
	list-style-type: none;
}

.footer-contact ul li{
	float:left;
	color:#c8d0da;
	text-align: center;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height:84px;
}

.footer-contact ul li a{
	color:#c8d0da;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.footer-contact .tel{
	width: 26.2%;
	padding-left: 31px;
}

.footer-contact .address{
	width:46.5%;
	border-right:1px solid #505b67;
	border-left:1px solid #505b67;
}

.footer-contact .email{
	width:25%;
	margin-left: -11px;
}

.footer-credit{
	background-color:#212b36;
}

.footer-credit p{
	max-width:960px;
	margin:0 auto;
	text-align: center;
	color:#505b67;
	font-size: 11px;
	padding:10px 0;
}

.footer-credit p a{
	color:#505b67;
	font-size: 11px;
}

/*OVER RIDES*/

.parent-pageid-49 main{
	border:0 !important;
}

.sitemap li{
  padding:5px 0;

}

.sitemap li.page_item{
	margin-bottom: 0;
}

/*IE FIXES*/

html.lt-ie9 main.with-sb{
	padding-right: 25px !important;

}

html.is-ie .banner-nav li a{
	padding-top: 15px !important;
	width:10px;
	height:10px;
}