/* GENERAL RESETS */


*{ 
	margin: 0;
	padding: 0;
}

section, article, header, footer, nav, aside, hgroup{
	display: block;
}

html{
	-webkit-text-size-adjust: none;
	-webkit-appearance:none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}



img{
	border: none;
}


body{
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	background: #eee url("images/spinner.gif") no-repeat center center;
	height: 100%;
	background-size: 33px 33px;
}



body.noscroll{
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}




a{
	outline: none;
	text-decoration: none;
}



.wrapper{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;	
	background: #fff;
}



.holdingWrapper{
	width: 80%;
	padding: 0 10% 0 10%;
	background-color: #fff;
	background-image: none;
	height: 100%;
	overflow: hidden;
	text-align: center;
}	


.holdingWrapper img{
	margin: 140px auto 25px;
	width: 60px;
}


.holdingWrapper h1{
    text-transform: uppercase;
    color: #2e3644;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.6em;
}


.holdingWrapper p{
    font-style: italic;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
    line-height: 150%;
    color: #555;
    font-size: 2.2em;
    font-weight: 200;
}


/* HEADER */


.header{
	float: left;
	width: 100%;
	height: 82px;
	background-color: #fff;
}	

.header .logoMobile{
	display: none;
}

.header .logo{
	float: left;
	padding: 10px 10px 10px 10px;
	display: block;
	width: 172px;
}


.header .logo img{
	float: left;
	width: 172px;
}

.header .navButton{
	display: none;
}




/* MENU */


.menu{
	position: absolute;
	top: 0;
	right: 0;
	float: left;
	width: 90%;
	height: 82px;
}


.menu ul{
	float: right;
	width: auto;
	height: 82px;
	list-style-type: none;
	padding: 0 15px 0 0;

}	


.menu ul li{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.3em;
	text-transform: uppercase;
	height: 82px;
	line-height: 82px;
	display: inline-block;
}


.menu ul li.close{
	display: none;
}



.menu ul li a{
	float: left;
	display: block;
	color: #2e3644;
	padding: 0 13px 0 13px;
	transition: color 200ms ease;
}


.menu ul li.active a{
	color: #006784;
}



.menu ul li a:hover{
	color: #006784;
}



.menu ul li.active a{
	color: #006784;
}


.menu ul li.active a:hover{
	cursor: default;
}







/* HERO BANNERS */



.promo{
	width: 532px;
	height: 288px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -144px 0 0 -266px;
	background:url("images/hero-back.png") no-repeat center center;
	background-size: 532px 288px;
	display: table;
}




.promoInner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 0 10% 0 10%;
}



.promoInner h1{
	text-transform: uppercase;
	color: #2e3644;
	text-align: center;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
}



.promoInner p{
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #555;
	font-size: 2.3em;
	font-weight: 200;
}



.hero{
	float: left;
	width: 100%;
	position: relative;
}


.hero img{
	float: left;
	width: 100%;
}



.articleHero{
	float: left;
	width: 80%;
	padding: 130px 10% 120px 10%;
	background:url("images/hero-news.jpg") no-repeat center 0;
	background-size: 1400px 690px;
	text-align: center;
}


.articleHero h1{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 2.2em;
}


.articleHero p{
    font-style: italic;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
    line-height: 150%;
    color: #fff;
    font-size: 2.4em;
    font-weight: 200;
	padding: 0 15% 0 15%;
	width: 70%;
}	




/* TEXT BLOCKS */



ul.textBlocks{
	float: left;
	width: 94%;
	padding: 0 3% 0 3%;
	display: block;
	list-style-type: none;
}



ul.textBlocks li{
	float: left;
	width: 27.333%;
	padding: 80px 3% 60px 3%;
	display: block;
	text-align: center;
}




ul.textBlocks li h2{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2e3644;
	margin: 0 0 21px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
}



ul.textBlocks li p{
	float: left;
	width: 100%;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #555;
	font-size: 1.9em;
	margin: 0 0 22px 0;
}


/* Lord Mayor Show */

.lms-wrapper {
	width: 100%; 
	float: left; 
	padding-top: 4%;
}

.lms-col-left {
	float:left;
	width:40%;
	padding-left:10%;
}

.lms-col-left img {
	width:60%;
	border: 1px solid #2e3644;
	box-shadow: 10px 10px 5px #888888;
	margin-bottom: 6%;
}

@media (max-width: 767px) and (min-width: 0px) {
	.lms-col-left {
		float: none;
		width: 95%;
		margin: 0 auto;
		padding: 0;
	}
	.lms-col-left img {
		display: block;
	}
}

.lms-col-right {
	float:right;
	width:40%;
	padding-right:10%;
}

@media (max-width: 767px) and (min-width: 0px) {
	.lms-col-right {
		float: none;
		width: 95%;
		margin: 20px auto 0 auto;
		padding: 0;
	}
}

.lms-col-right h1 {
	color: #2e3644;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.lms-col-left-h2 {
	color: #2e3644;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 21px;
    text-transform: uppercase;
    width: 100%;
}


.lms-col-right h2 {
	color: #2e3644;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 21px;
    text-transform: uppercase;
    width: 100%;
}

.lms-col-right p {
	color: #555;
    float: left;
    font-family: "adobe-caslon-pro","Adobe Caslon Pro",Georgia,Times,serif;
    font-size: 1.9em;
    font-style: normal;
    line-height: 150%;
    margin: 0 0 22px;
    width: 100%;
}

.lms-col-left-ul li {
	color: #555;
    float: left;
    font-family: "adobe-caslon-pro","Adobe Caslon Pro",Georgia,Times,serif;
    font-size: 1.9em;
    font-style: normal;
    line-height: 150%;
    margin: 0 0 22px;
    width: 100%;
}

.lms-col-right input[type="number"], select {
	border: 1px solid #ddd;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    min-height: 30px;
    outline: medium none;
    padding: 10px;
    text-transform: inherit;
    width: 25%;
	float:left;
}

.lms-col-right .lms-qty-txt {
	color: #555;
    float: left;
    font-family: "adobe-caslon-pro","Adobe Caslon Pro",Georgia,Times,serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 150%;
    margin: 0 0 22px;
    width: 100%;
	float:left;
}

.lms-col-left .lms-qty-txt {
	color: #555;
    float: left;
    font-family: "adobe-caslon-pro","Adobe Caslon Pro",Georgia,Times,serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 150%;
    margin: 0 0 22px;
    width: 100%;
	float:left;
	padding-left: 6%;
}

.lms-col-right .product-buy-button {
	background-color: #313b4d;
	color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bolder;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
	float:left;
	margin-bottom: 10%;
}

.lms-col-right .clearfix {
    clear: both;
}


/* BUTTONS */




a.button, input[type=submit]{
	width: auto;
	display: inline-block;
	padding: 8px 12px 8px 12px;
	color: #2e3644;
	background: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.1em;
	border: 1px solid #2e3644;
	text-transform: uppercase;	
    transition: all 250ms ease;
	margin: 0 0 15px 0;
}

input[type=submit]{
	margin: 0 0 0 0;
}

.oddChunk a.button{
	background: #f6f6f6;
}


.heritageChunk a.button{
	margin: 0 0 0 0;
}


a.button:hover, .emailPromo a.button:hover, input[type=submit]:hover{
	background: #2e3644;
	color: #fff;
}


input[type=submit]:hover{
	cursor:pointer;
}




/* PROJECT BLOCKS */



ul.projectBlocks{
	float: left;
	width: 100%;
	display: block;
	list-style-type: none;
}



ul.projectBlocks li{
	float: left;
	width: 33.333%;
	display: block;
	position: relative;
	overflow: hidden;
}


ul.projectBlocks li a{
	float: left;
	width: 100%;
	display: block;
   -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}




ul.projectBlocks li a img{
	float: left;
	width: 100%;
	display: block;
   -webkit-transition: all 1.5s ease; /* Safari and Chrome */
    -moz-transition: all 1.5s ease; /* Firefox */
    -ms-transition: all 1.5s ease; /* IE 9 */
    -o-transition: all 1.5s ease; /* Opera */
    transition: all 1.5s ease;
}



ul.projectBlocks li a:hover img{
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}



ul.projectBlocks li .projectDetails{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:url("images/details-back.png") repeat 0 0;
	display: none;
}



ul.projectBlocks li .projectDetails .details{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}





ul.projectBlocks li .projectDetails .inner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 0 10% 0 10%;
}




ul.projectBlocks li h3{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2e3644;
	margin: 0 0 12px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.5em;
}




ul.projectBlocks li h4{
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 140%;
	color: #2e3644;
	font-size: 2.1em;
	font-weight: 200;
}







/* CLIENTLIST */




h2.fullTitle{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2e3644;
	padding: 55px 0 55px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-align: center;
}




ul.logos{
	float: left;
	width: 100%;
	display: block;
	list-style-type: none;
}


ul.logos li{
	float: left;
	width: 25%;
	display: block;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




ul.logos li img{
	float: left;
	width: 100%;
	display: block;
}




ul.logos li a{
	float: left;
	width: 100%;
	display: block;
	opacity: 1;
    transition: opacity 300ms ease;
}



ul.logos li a:hover{
	opacity: 0.55;
}




/* SERVICES */



ul.services{
	float: left;
	width: 100%;
	display: block;
	list-style-type: none;
}


ul.servicesTablet, ul.servicesMobile{
	display: none;
}


ul.services li{
	float: left;
	width: 33.333%;
	display: block;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}


ul.services li.noBorder{
	border-right: 1px solid #fff;
}


ul.services li.activeBlock{
	background: url("images/arrow.png") no-repeat center bottom;
	background-size: 28px 14px;	
}


ul.services li a{
	float: left;
	width: 100%;
	position: relative;
}


ul.services li a:hover span, ul.services li.activeService a:hover span{
	text-decoration: underline;
}


ul.services li a img{
	float: left;
	width: 100%;
}



.servicesWrapBlockImage{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 32px 0;
}



.servicesWrap{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.servicesOuter{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}


.servicesInner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


.servicesBlockWrapTable{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



.servicesBlockWrap{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}

.servicesBlockWrapInner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


ul.services li h2{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2e3644;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
}




ul.services li ul{
	float: left;
	width: 100%;
	display: block;
	list-style-type: none;
	margin: 0 0 10px 0;
}


ul.services li ul li{
	float: left;
	width: 100%;
	text-align: center;
	border: none;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 140%;
	color: #555;
	font-size: 1.9em;
	font-weight: 200;
	padding: 0 0 6px 0;
}





ul.services li a span.link{
	padding: 0 0 0 14px;
	height: 24px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	color: #006784;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.3em;
	text-transform: uppercase;
	background: url("images/icon-plus-minus.png") no-repeat 0 -187px;
	background-size: 8px 200px;
}










ul.services li a img.serviceArrow{
	display: none;
	width: 28px;
	height: 14px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin: 0 0 0 -7px;
	z-index:10;
}


ul.services li.activeService a img.serviceArrow{
	display: block;

}



ul.services li.blockClear{
	clear: both;
}


/* SERVICE DETAILS */


.serviceDetails{
	float: left;
	width: 92%;
	background-color: #f6f6f6;
	padding: 34px 4% 30px 4%;
	position: relative;
	border-top: 1px solid #ebebeb;
	display: none;
}


.serviceDetails a.close{
	position: absolute;
	top: 20px;
	right: 20px;
}	


.serviceDetails h2{
	float: left;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 140%;
	color: #444;
	font-size: 2.8em;
	font-weight: 200;
	text-shadow: 0 1px 0 #fff;
	margin: 0 0 35px 0;
}



.serviceDetails ul.detailsBlocks{
	float: left;
	list-style-type: none;
	width: 100%;
}


.serviceDetails ul.detailsBlocks li{
	float: left;
	background: #fff;
	width: 30%;
	margin: 0 1.6666% 3.4% 1.6666%;
	text-align: center;
	border-right: none;
	border-bottom: none;
	border-top: none;
}



.serviceDetails ul.detailsBlocks li img{
	float: left;
	width: 100%;
}




.serviceDetails ul.detailsBlocks li img.number{
	width: 28px;
	display: inline-block;
	float: none;
	margin: 0 0 10px 0;
}



.serviceDetails ul.detailsBlocks li h3{
	float: left;
	width: 100%;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-transform: uppercase;
}


.serviceDetails ul.detailsBlocks li p{
	float: left;
	width: 84%;
	margin: 0 8% 35px 8%;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #555;
	font-size: 1.8em;
}



.serviceDetails a.close{
	width: 24px;
	height: 20px;
	margin: 0 0 0 0;
	position: absolute;
	top: 28px;
	right: 28px;
}




.serviceDetails a.close img{
	width: 24px;
	height: 20px;
	margin: 0 0 0 0;
	float: left;
    transition: opacity 200ms ease;
	opacity: 0.7;
}



.serviceDetails a.close img:hover{
	opacity: 1;
}






/* BIG QUOTE */



blockquote.bigQuote{
	float: left;
	width: 72%;
	background: #3b354f url("images/quote-back.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 14% 150px 14%;
	text-align: center;
}


blockquote.bigQuote h1, blockquote.bigQuote h2, blockquote.bigQuote h3, blockquote.bigQuote h4{
	float: left;
	width: 100%;	
	line-height: 170%;
	font-size: 3.1em;
	color: #afaeb5;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 165%;
}


blockquote.bigQuote h5{
	float: left;
	width: 100%;	
	line-height: 150%;
	font-size: 1.6em;
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}



ul.agencyPics{
	float: left;
	width: 100%;
	list-style-type: none;
}


ul.agencyPics li{
	float: left;
	width: 20%;
}


ul.agencyPics li img{
	float: left;
	width: 100%;	
}




/* FOOTER  PROMO */

.footerPromo{
	width: 100%;
	float: left;
	margin: 55px 0 55px 0;
	text-align: center;
}


.footerPromo h5{
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	text-align: center;
	font-size: 2.8em;
	margin: 0 0 18px 0;
}


.footerPromo a.button{
	margin: 0 0 0 0;
}

.emailPromo a.button{
	background-color: #f6f6f6;
}

.emailPromo{
	border-top: 1px solid #ebebeb;
	background-color: #f6f6f6;
	margin: 0 0 0 0;
	padding: 55px 0 55px 0;
}


/* LOAD  PROMO */

.loadPromo{
	width: 100%;
	float: left;
	text-align: center;
	height: 140px;
}

.loadingPromo{
	background: #fff url("images/spinner2.gif") no-repeat center center;
	background-size: 33px 33px;
}


.loadPromo a.button{
	margin: 55px 0 0 0;
}




/* PEOPLE */


ul.peopleList{
	float: left;
	list-style-type: none;
	width: 100%;
}


ul.peopleList li{
	float: left;
	width: 33.33333333%;
	display: block;
	position: relative;
	overflow: hidden;
}


ul.peopleList li.clear{
	clear: both;
}


ul.peopleList li a{
	float: left;
	display: block;
	width: 100%;
}


ul.peopleList li.quoteBlock{
	width: 66.666666666%;
}





ul.peopleList li img{
	float: left;
	width: 100%;
}








ul.peopleList li .personName{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 13px 0 13px 0;
	background: url("images/details-back.png") repeat 0 0;
	text-align: center;	
}





ul.peopleList li .personName h2{
	float: left;
	width: 90%;
	padding: 0 5% 0 5%;
	text-transform: uppercase;
	color: #2e3644;
	margin: 0 0 6px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.4em;
}


ul.peopleList li .personName h3{
	float: left;
	width: 90%;
	padding: 0 5% 0 5%;
	border: none;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 140%;
	color: #2e3644;
	font-size: 1.8em;
	font-weight: 200;
}



ul.peopleList li .personQuoteWrap blockquote.bigQuote h4{
	line-height: 155%;
}



ul.peopleList li a .personBioWrap{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/details-back.png") repeat 0 0;
	opacity: 0;
	transition: opacity 300ms ease;
}


ul.peopleList li a:hover .personBioWrap{
	opacity: 1;
	cursor: default;
}


ul.peopleList li:hover{
	cursor: default;
}

ul.peopleList li .personBioWrap .personBioInner{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}


ul.peopleList li .personBioWrap .personBio{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 0 10% 0 10%;
}



ul.peopleList li .personBioWrap .personBio p{
	float: left;
	width: 100%;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #2e3644;
	font-size: 2.4em;
	font-weight: 200;
}




ul.peopleList li .personQuoteWrap{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


ul.peopleList li .personQuoteWrap .personQuoteInner{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}



ul.peopleList li .personQuoteWrap blockquote{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 80%;
	padding: 0 10% 0 10%;
	float: none;
	background-image:none;
}



#morePeople1, #morePeople2, #morePeople3, #morePeople4, #morePeople5{
	float: left;
}


#loadPeople3{
	display:none;
}








/* FOOTER */


a.scrollTop{
	float: left;
	width: 100%;
	height: 60px;
	background: #252e3f;
	text-align: center;
}


a.scrollTop img{
	display: inline-block;
	width: 22px;
	margin: 23px 0 0 0;
	transition: opacity 300ms ease;
	opacity: 0.6;
}


a.scrollTop:hover img{
	opacity: 1;
}





.footer{
	float: left;
	background: #313b4d;
	padding: 85px 0 83px 0;
	width: 100%;
}



.footer h4{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-align: center;
	float: left;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 35px 0;
}


.footer ul{
	margin: 0 auto;
	list-style-type: none;
	display: block;
	width: 240px;
	overflow: hidden;	
}


.footer ul li{
	float: left;
	width: auto;
	margin: 0 6px 0 6px;
}


.footer ul li img{
	float: left;
	width: 68px;
}


.footer ul li a{
	opacity: 0.6;
    transition: opacity 300ms ease;
	float: left;
	width: 68px;
}


.footer ul li a:hover{
	opacity: 1;
}

p.smallprint{
	width: 90%;
	padding: 25px 5% 23px 5%;
	line-height: 150%;
	color: #7b818b;
	border-top: 1px solid #49505d;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	font-size: 1.4em;
	text-align: center;
	float: left;
	clear: both;
	background: #313b4d;
	display: block;
}


p.smallprint a{
	color: #7b818b;
}



.footerWrap{
	float: left;
	overflow: hidden;
	background: #313b4d;
	width: 100%;
}



/* HERITAGE */



.timelineWrapper{
	float: left;
	width: 100%;
	padding: 50px 0 55px 0;
	background-color: #ffffff;
	border-top: 1px solid #e6e6e6;
}


.timelineWrapper h1{
	float: left;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 2.9em;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	margin: 0 0 40px 0;
}



.heritageBlock{
	float: left;
	width: 29%;
	margin: 0 2.1% 0 2.1%;
	text-align: center;
}


.heritageBlock h2{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #2e3644;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
}






.heritageBlock img{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}



.heritageBlock p{
	float: left;
	width: 100%;
	color: #555;
	font-size: 1.9em;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	line-height: 150%;
}





.heritageSlider2, .heritageSlider3{
	display: none !important;
}


.heritageChunk{
	float: left;
	width: 100%;
	background-color: #fff;
}



.oddChunk{
	background-color: #f6f6f6;
}


.heritageChunk img{
	float: right;
	width: 50%;
}


.heritageChunk img.smallImage{
	display:none;
}


.oddChunk img{
	float: left;
}


.heritageChunk .heritageChunkWrapper{
	float: left;
	width: 50%;
	position: relative;
}


.oddChunk .heritageChunkWrapper{
	float: right;
}


.heritageChunk .heritageChunkWrapper img{
	float: left;
	width: 100%;
}


.heritageChunk .heritageChunkInnerWrap{
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.heritageChunk .heritageChunkInner{
	float: left;
	width: 100%;
	height: 100%;
	display: table;
}

.heritageChunk .heritageChunkDetails{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}



.heritageChunk h2{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	color: #2e3644;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	float: left;
	width: 80%;
	padding: 0 10% 0 10%;
}





.heritageChunk p{
	float: left;
	width: 80%;
	padding: 0 10% 0 10%;
	color: #555;
	font-size: 1.9em;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	font-weight: 200;
	line-height: 160%;
	margin: 0 0 20px 0;
}







/* CONTACT BLOCKS */



ul.contactBlocks{
	float: left;
	width: 94%;
	padding: 85px 3% 0 3%;
	display: block;
	list-style-type: none;
}



ul.contactBlocks li{
	float: left;
	width: 19%;
	padding: 0 3% 80px 3%;
	display: block;
	text-align: center;
}


ul.contactBlocks li ul{
	float: left;
	width: 100%;
	display: block;
	list-style-type: none;
}



ul.contactBlocks li ul li{
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	display: block;
	text-align: center;
}




ul.contactBlocks li h2{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #2e3644;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
}



ul.contactBlocks li ul li{
	float: left;
	width: 100%;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 160%;
	color: #555;
	font-size: 1.9em;
	font-weight: 200;
}


ul.contactBlocks li ul li a{
	color: #555;
}


ul.contactBlocks li ul li a:hover{
	color: #555;
	text-decoration: underline;
}





/* CONTACT MAP */



.mapWrap {
    position: relative;
	width: 100%;
	height: 660px;
	float:left;
	clear: both;
	overflow: hidden;
}



#map{
	width: 100%;
	height: 100%;
}


.gm-style-mtc{
	display: none !important
}





/* NEWS */


.articleWrap{
	float: left;
	width: 100%;
}


.articles {
	float: left;
	width: 67%;
	background-color: #f6f6f6;
	padding: 70px 0 0 0;
}



.articleDetails{
	float: right;
	width: 33%;
	background-color: #fff;
}


.news .article{
	float: left;
	width: 100%;
	margin: 0 0 75px 0;
}



.news .article .person{
	float: left;
	width: 20%;
	text-align: center;
}



.news .article .person img{
	width: 80px;
	margin: 0 auto 10px;
}


.news .article .person h3{
	float: left;
	width: 100%;
	text-align: center;
	color: #2e3644;
	margin: 0 0 6px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.25em;
	text-transform: uppercase;
	clear: both;
}



.news .article .person h4{
	float: left;
	width: 100%;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 140%;
	color: #777;
	font-size: 1.6em;
	font-weight: 200;
	clear: both;
}




.news .article .text{
	float: left;
	width: 100%;
	max-width: 590px;
}


img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
	width: auto;
}

.wp-caption{
	width: 100% !important;
	height: auto !important;
}

.news .article .text img{
	float: left;
	max-width: 590px;
	margin: 0 0 30px 0;
	width: 100%;
}




.news .article .text h2{
	float: left;
	width: 100%;
	color: #2e3644;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 150%;
}


.news .article .text h2 a{
	color: #2e3644;	
}


.news .article .text p{
	float: left;
	width: 100%;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #555;
	font-size: 1.9em;
	font-weight: 200;
	margin: 0 0 15px 0;
}


.news .article .text p a{
	color: #555;
	text-decoration: underline;
}


.news .article .text p a:hover{
	color: #006784;
}

.news .article .text p.wp-caption-text{
	font-size: 1.75em;
	color: #666;
	font-style: italic;
	margin-top: -17px;
}


.news .article .text ul{
	float: left;
	width: 100%;
}



.news .article .text ul li{
	float: left;
	width: 100%;
	font-style: normal;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #555;
	font-size: 1.9em;
	font-weight: 200;
	margin: 3px 0 3px 0;
}


.news .article .text ul li a{
	color: #555;
}


.news .article .text ul li a:hover{
	text-decoration: underline;
}


.news .article .text h1, .news .article .text h3, .news .article .text h4, .news .article .text h5, .news .article .text h6{
	float: left;
	width: 100%;
	color: #2e3644;
	margin: 6px 0 12px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 150%;
}



.news .article blockquote{
	float: left;
	width: 100%;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	line-height: 150%;
	color: #2e3644;
	font-size: 2.8em;
	font-weight: 200;
	margin: 10px 0 22px 0;

}




.news .article a.moreNewsButton, .news a.backNewsButton{
	padding: 0 0 0 14px;
	height: 24px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	color: #006784;
	margin: 0 17px 15px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.3em;
	text-transform: uppercase;
	background: url("images/icon-plus-minus.png") no-repeat 0 -187px;
	background-size: 8px 200px;
}


.news a.backNewsButton{
	padding: 0 0 0 0;
	background: none;
	float: left;
	width: auto;
}


.news .article a.lessNewsButton{
	background: url("images/icon-plus-minus.png") no-repeat 0 7px;
	background-size: 8px 200px;
	float: left;
	width: auto;
}


.news .article a.moreNewsButton:hover, .news a.backNewsButton:hover{
	text-decoration: underline;
}


.addthis_native_toolbox{
	width: 150px;
	float: left;
	padding: 3px 0 0 0;
}



.addthis_counter .atc_s{
	background: url("images/share-icons.png") no-repeat 0 0 !important;
	background-size: 50px 154px !important;
}




.articleDetails h3, .tweetWrap h3{
	float: left;
	width: 100%;
	color: #2e3644;
	margin: 6px 0 12px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	text-transform: uppercase;
}


.tweetWrap h3{
	margin: 0 0 4px 0;
	width: 50%;
}

#twitter-widget-0{
	float: right;
	width: 50%;
}


.twitter-follow-button {
    float: right;
    position: relative !important;
}



.articleDetails ul{
	float: left;
	width: 100%;
	list-style-type: none;
}


.articleDetails ul li{
	float: left;
	width: 100%;
}


.articleDetails ul li a{
	float: left;
	width: 100%;
	padding: 6px 0 6px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #969696;
	transition: color 250ms ease;
}	


.articleDetails ul li a.active, .articleDetails ul li a:hover{
	color: #006784;
}


.tweetWrap{
	float: left;
	width: 80%;
	border-top: 1px solid #f1f1f1;
	padding: 50px 10% 50px 10%;
}


.tweetBackground{
	float: left;
	width: 84%;
	padding: 30px 8% 10px 8%;
	background-color: #e1effa;
}


.articleDetails .categories{
	float: left;
	width: 80%;
	padding: 45px 10% 50px 10%;
}


img.twitterLip{
	float: left;
	display: block;
	width: 60px;
}



.newsLoader{
	float: left;
	width: 100%;
	height: 80px;
	background: url("images/spinner3.gif") no-repeat center top;
	background-size: 33px 33px;
}


.articleSearchWrap form{
	float: left;
	width: 100%;
}

.articleSearchWrap{
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	float: left;
	width: 100%;
}


.articleSearch{
	float: left;
	width: 90%;
	padding: 0 5% 0 5%;
	background-color: #fff;
	border:none;
	outline: none;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
    line-height: 68px;
	height: 64px;
    color: #333;
    font-size: 1.9em;
    font-weight: 200;
}


.articleSearchWrap form .articleSearchButton{
	width: 21px;
	height: 21px;
	position: absolute;
	right: 18px;
	top: 22px;
	border:none;
	outline: 0;
	background: url("images/news-search.png") no-repeat 0 0;
	background-size: 21px 21px;
	padding: 0 0 0 0;
	border: none;
}




/*
    ColorBox Core Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%; opacity: 0.9 !important;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;background-color: #fff;}

/* 
	Site Specific style
*/
#cboxOverlay{background:#332c50;}
#colorbox{}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#fff;}

#popup_content{
	padding: 8% 8% 8% 8%;
	background-color: #fff !important;
	width: 84%;
	float: left;
}	

.thankyou{
	display: none;
	float: left;
	width: 100%;
}

#popup_content h2{
	width: 100%;
	float: left;
    text-transform: uppercase;
    color: #2e3644;
    margin: 0 0 16px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.6em;
}


#popup_content p{
    font-style: italic;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
    line-height: 140%;
    color: #555;
    font-size: 2em;
    font-weight: 200;
	margin-bottom: 20px;
	float: left;
}



#popup_content form, #popup_content .formWrapper{
	float: left;
	width: 100%
}



#popup_content .form_label{
	width: 100%;
	float: left;
    text-transform: uppercase;
    color: #2e3644;
    margin: 0 0 8px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.3em;
}



#popup_content .form{
	border: none;
	width: 100%;
	padding: 0 3% 0 3%;
	background-color: #f4f4f4;
	float:left;
    font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
    line-height: 48px;
	height: 48px;
    color: #444;
    font-size: 1.6em;
    font-weight: 200;
	outline: none;
	margin: 0 0 18px 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#popup_content .inputError{
	border: 2px solid red;
}


.formErrorContent{
	display:none;
}

#popup_content a.colorboxClose{
    width: 24px;
    height: 20px;
    margin: 0 0 0 0;
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
}





#popup_content a.colorboxClose img{
    width: 24px;
    height: 20px;
    margin: 0 0 0 0;
    float: left;
    transition: opacity 200ms ease;
    opacity: 0.7;
}



#popup_content a.colorboxClose img:hover{
	opacity:1;
}

@media screen and (max-width: 1150px) {



/* PEOPLE */



ul.peopleList li .personName{
	padding: 10px 0 10px 0;
}



ul.peopleList li .personBioWrap .personBio p{
	font-size: 2.2em;
}



ul.peopleList li .personName h2{
	margin: 0 0 4px 0;
	font-size: 1.3em;
}


ul.peopleList li .personName h3{
	font-size: 1.5em;
}


ul.peopleList li .personQuoteWrap blockquote.bigQuote h4{
	font-size: 2.7em;
	line-height: 145%;
}



ul.peopleList li .personQuoteWrap blockquote.bigQuote h5{
	font-size: 1.5em;
}






/* CONTACT BLOCKS */



ul.contactBlocks{
	float: left;
	width: 94%;
	padding: 85px 3% 0 3%;
	display: block;
	list-style-type: none;
}



ul.contactBlocks li{
	float: left;
	width: 27.33%;
	padding: 0 3% 80px 3%;
	display: block;
	text-align: center;
}



ul.contactBlocks li.hide{
	display: none;
}



/* NEWS */


.articles{
	padding: 40px 0 0 0;
}

.articleDetails .categories{
	padding: 40px 10% 40px 10%;
}




.news .article .person{
	margin: 0 auto 15px;
	overflow: hidden;
}



.news .article .person img{
	margin: 0 auto 5px;
}





.news .article .person{
	float: none;
	margin: 0 auto 15px;
	width: 100%;
	overflow: hidden;
}



.news .article .text{
	clear: both;
	float: none;
	margin: 0 auto 0;
}






} /* end (max-width: 1150px)  */














@media screen and (max-width: 1023px) {




/* SERVICES */





ul.services, ul.servicesMobile{
	display: none;
}


ul.servicesTablet{
	display: block !important;
}	


ul.services li{
	width: 50%;
}



ul.services li h2{
	font-size: 1.5em;
}


ul.services li ul li{
	font-size: 1.8em;
}



ul.services li ul{
	margin: 0 0 7px 0;
}


ul.services li a span.link{
	font-size: 1.2em;
}



.serviceDetails ul.detailsBlocks li{
	width: 46%;
	margin: 0 2% 4% 2%;
}



.serviceDetails{
	padding: 25px 4% 40px 4%;
}



.serviceDetails h2{
	font-size: 2.5em;
	margin: 0 0 25px 0;
}



.serviceDetails ul.detailsBlocks li h3{
	margin: 0 0 13px 0;
	font-size: 1.5em;
}


.serviceDetails ul.detailsBlocks li p{
	margin: 0 8% 40px 8%;
	font-size: 1.8em;
}



.serviceDetails a.close{
	top: 20px;
	right: 20px;
}



ul.services li.blockClear{
	clear: none;
}




ul.servicesTablet li.blockClear{
	clear: both;
}




/* BIG QUOTE */



blockquote.bigQuote{
	width: 80%;
	padding: 130px 10% 130px 10%;
	line-height: 155%;
}


blockquote.bigQuote h1, blockquote.bigQuote h2, blockquote.bigQuote h3, blockquote.bigQuote h4{
	font-size: 2.8em;
	margin: 0 0 18px 0;
	line-height: 155%
}


blockquote.bigQuote h5{
	font-size: 1.5em;
}



ul.agencyPics li.four, ul.agencyPics li.nine{
	display: none;
}



ul.agencyPics li{
	width: 25%;
}




/* FOOTER  PROMO */

.footerPromo{
	margin: 50px 0 50px 0;
}

.emailPromo{
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
}

.footerPromo h5{
	font-size: 2.6em;
	margin: 0 0 15px 0;
}




/* PEOPLE */



ul.peopleList li{
	width: 50%;
}


ul.peopleList li.clear{
	clear: none;
}

ul.peopleList li .personName{
	padding: 10px 0 10px 0;
}



ul.peopleList li .personBioWrap .personBio p{
	font-size: 2.2em;
}



ul.peopleList li .personName h2{
	margin: 0 0 4px 0;
	font-size: 1.3em;
}


ul.peopleList li .personName h3{
	font-size: 1.6em;
}



ul.peopleList li.quoteBlock{
	width: 100%;
	background-color: #3b354f;
	padding: 100px 0 100px 0;
}



ul.peopleList li.quoteBlock img{
	display: none;
}



ul.peopleList li .personQuoteWrap{
	position: relative;
}




/* LOAD  PROMO */

.loadPromo{
	height: 120px;
}


.loadPromo a.button{
	margin: 45px 0 0 0;
}



/* HERITAGE */



.heritageBlock h3{
	font-size: 1.5em;
	margin: 0 0 10px 0;
}



.heritageChunk h2{
	font-size: 1.5em;
	margin: 0 0 17px 0;
}


.heritageChunk p{
	font-size: 1.8em;
	margin: 0 0 17px 0;
}



.heritageBlock p{
	font-size: 1.8em;
}




.heritageSlider, .heritageSlider3{
	display: none !important;
}


.heritageSlider2{
	display: block !important;
}



.heritageSlider2 .heritageBlock{
	width: 44%;
	margin: 0 3% 0 3%;
}


.heritageSlider .flex-direction-nav a, .heritageSlider .flex-direction-nav a.flex-next{
	background-size: 16px 25px !important;
}





/* CONTACT MAP */



.mapWrap {
	height: 600px;
}

#pop_content h2{
	margin: 0 0 16px 0;
	font-size: 1.4em;
}

#popup_content p{
	margin-bottom: 15px;
	font-size: 1.8em;
}

#popup_content .form_label{
	font-size: 1.2em;
}




} /* end (max-width: 1023px)  */








@media screen and (max-width: 979px) {







/* NEWS */




.articleDetails{
	display: none;
}


.articleWrap{
	background-color: #f6f6f6;
}


.articles{
	width: 100%;
}



.news .article .person{
	margin: 0 auto 15px;
	width: 20%;
	overflow: hidden;
	float: left;
}



.news .article .text{
	width: 80%;
	float: left;
	clear: none;
}



} /* end (max-width: 979px)  */







@media screen and (max-width: 864px) {




/* HEADER */


.header{
	height: 60px;
}	



.header .logo{
	padding: 7px 10px 0 9px;
	width: 126px;
}


.header .logo img{
	width: 126px;
}





.promo{
	width: 100%;
	float: left;
	clear: both;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	background: none;
	display: block;
}


.promoInner{
	width: 88%;
	display: block;
	float: left;
	background: #fff;
	padding: 35px 6% 35px 6%;	
}



.promoInner h1{
	font-size: 1.5em;
	margin: 0 0 12px 0;
}



.promoInner p{
	font-size: 2.2em;
}


.articleHero{
	padding: 60px 10% 55px 10%;
}

.articleHero h1{
	font-size: 1.5em;
	margin: 0 0 12px 0;
}


.articleHero p{
	font-size: 2.2em;
	width: 100%;
	padding: 0 0 0 0;
}


.flex-control-paging li a.flex-active, .flex-control-paging li a:hover{
	background: #999 !important;
}


.flex-control-paging li a{
	background: #ccc !important;
}


.flex-control-nav{
	display: none !important;
}







/* TEXT BLOCKS */



ul.textBlocks{
	width: 100%;
	padding: 20px 0 20px 0;
}



ul.textBlocks li{
	float: left;
	width: 84%;
	padding: 20px 8% 15px 8%;
}




ul.textBlocks li h2{
	margin: 0 0 13px 0;
	font-size: 1.6em;
}



ul.textBlocks li p{
	font-size: 1.9em;
	line-height: 150%;
	margin: 0 0 15px 0;
}




a.button, input[type=submit]{
	font-size: 1em;
	padding: 7px 10px 7px 10px;
}







/* PROJECT BLOCKS */



ul.projectBlocks li{
	width: 50%;
}

ul.projectBlocks li.lastBlock{
	display: none;
}


ul.projectBlocks li h3{
	font-size: 1.5em;
	margin: 0 0 10px 0;
}



ul.projectBlocks li h4{
	font-size: 2em;
}





/* CLIENTLIST */




h2.fullTitle{
	padding: 50px 0 50px 0;
	font-size: 1.5em;
}




ul.logos li{
	width: 50%;
}







/* FOOTER */


a.scrollTop{
	height: 50px;
}



a.scrollTop img{
	margin: 19px auto 0;
}



.footer{
	padding: 80px 0 80px 0;
}



.footer h4{
	font-size: 1.5em;
	margin: 0 0 34px 0;
}



p.smallprint{
	padding: 22px 5% 20px 5%;
}





/* BIG QUOTE */



blockquote.bigQuote{
	padding: 110px 10% 110px 10%;
}


blockquote.bigQuote h1, blockquote.bigQuote h2, blockquote.bigQuote h3, blockquote.bigQuote h4{
	font-size: 2.6em;
	margin: 0 0 15px 0;
}


blockquote.bigQuote h5{
	font-size: 1.5em;
}



/* FOOTER  PROMO */

.footerPromo{
	margin: 45px 0 45px 0;
}

.emailPromo{
	margin: 0 0 0 0;
	padding: 45px 0 45px 0;
}

.footerPromo h5{
	font-size: 2.5em;
	margin: 0 0 15px 0;
}





.heritageChunk img{
	width: 100%;
}


.heritageChunk img.smallImage{
	display:block;
}



.heritageChunk img.largeImage{
	display:none;
}



.heritageChunk .heritageChunkWrapper{
	width: 100%;
}



.heritageChunk .heritageChunkWrapper img{
	display: none;
}



.heritageChunk .heritageChunkInnerWrap{
	position: relative;
	padding: 45px 0 0 0;
}



.heritageChunk p{
	width: 86%;
	padding: 0 7% 0 7%;
}






/* CONTACT BLOCKS */



ul.contactBlocks{
	width: 90%;
	padding: 50px 5% 10px 5%;
}



ul.contactBlocks li{
	width: 84%;
	padding: 20px 8% 15px 8%;
}




ul.contactBlocks li h2{
	margin: 0 0 10px 0;
	font-size: 1.5em;
}


ul.contactBlocks li{
	width: 40%;
	padding: 0 5% 40px 5%;
}



ul.contactBlocks li ul li{
	font-size: 1.8em;
}


ul.contactBlocks li.hide{
	display: block;
}






/* CONTACT MAP */



.mapWrap {
	height: 500px;
}




/* NEWS */



.news .article{
	width: 90%;
	padding: 0 5% 0 5%;
	float: left;
	overflow: hidden;

}



.news .article .text{
	float: none;
	margin: 0 auto 0;
	overflow: hidden;
}




.news .article .text img{
	margin: 0 0 20px 0;
}


.news .article .text p.wp-caption-text{
	margin-top: -7px;
}

.news .article .text h2{
	font-size: 1.8em;
	margin: 0 0 13px 0;
}



.news .article .text p{
	font-size: 1.8em;
	margin: 0 0 13px 0;
}


.news .article a.moreNewsButton, .news a.backNewsButton{
	font-size: 1.2em;
}


.news .article blockquote{
	font-size: 2.4em;
	line-height: 140%;
}


.news .article .text h3{
	font-size: 1.3em;
}




.news .article{
	margin: 0 0 50px 0;
	width: 94%;
	padding: 0 3% 0 3%;
}






.header a.navButton{
	float: right;
	display: block;
    transition: opacity 200ms ease;
	opacity: 0.7;
	display: block;
	padding: 20px 13px 0 20px;
}



.header a.navButton img{
	float: left;
	width: 24px;
}


.header a.navButton:hover{
	opacity: 1;
}







/* MENU */







.menu{
	width: 260px;
	height: 100%;
	background: #fff;
	padding: 0 30px 0 35px;
	position: absolute;
	top: 0;
	right: -340px;
	height: 100%;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.05);
	-moz-box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.05);
	box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.05);
	z-index: 999;
}


.menu ul{
	float: left;
	width: 270px;
	list-style-type: none;
	position: relative;
	margin: 26px 0 0 0;
	padding: 0 0 0 0;
	height: auto;
}


.menu ul li{
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	font-weight: 200;
	height: auto;
	line-height: 0;
}



.menu ul li a{
	float: left;
	width: 250px;
	font-size: 1.6em;
	font-weight: 200;
	color: #838383;
	font-style: italic;
	font-family: "adobe-caslon-pro", "Adobe Caslon Pro", Georgia, Times, serif;
	height: 40px;
	line-height: 40px;
	text-transform: none;
	letter-spacing: 0;
	padding: 0 0 0 0;
}




.menu ul li.close{
	width: 24px;
	height: 20px;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}




.menu ul li.close a img{
	width: 24px;
	height: 20px;
	margin: 0 0 0 0;
	float: left;
    transition: opacity 200ms ease;
	opacity: 0.7;
}



.menu ul li.close a img:hover{
	opacity: 1;
}





} /* end (max-width: 864px)  */










@media screen and (max-width: 672px) {




/* SERVICES */



ul.services li{
	width: 100%;
}




ul.services, ul.servicesTablet{
	display: none !important;
}


ul.servicesMobile{
	display: block !important;
}	




ul.services li ul{
	margin: 0 0 6px 0;
}




.serviceDetails ul.detailsBlocks li{
	width: 100%;
	margin: 0 0 25px 0;
}



ul.agencyPics li{
	width: 33.333%;
}



ul.agencyPics li.five, ul.agencyPics li.ten{
	display: none;
}






/* PEOPLE */



ul.peopleList li{
	width: 100%;
}



ul.peopleList li .personName{
	padding: 10px 0 10px 0;
}



ul.peopleList li .personName h2{
	font-size: 1.2em;
}




ul.peopleList li .personBioWrap .personBio p{
	font-size: 2em;
}



ul.peopleList li .personQuoteWrap blockquote.bigQuote h4{
	font-size: 2.6em;
}



ul.peopleList li .personQuoteWrap blockquote.bigQuote h5{
	font-size: 1.5em;
}


ul.peopleList li.quoteBlock{
	padding: 70px 0 70px 0;
}




/* HERITAGE */



.heritageBlock h2{
	font-size: 1.4em;
	margin: 0 0 10px 0;
}



.heritageBlock p{
	font-size: 1.65em;
}

.heritageChunk h2{
	font-size: 1.4em;
}


.heritageChunk p{
	font-size: 1.65em;
}




.timelineWrapper{
	padding: 40px 0 45px 0;
}


.timelineWrapper h1{
	font-size: 2.7em;
	margin: 0 0 35px 0;
}




.news .article .person{
	float: none;
	margin: 0 auto 15px;
	width: 100%;
	overflow: hidden;
}



.news .article .text{
	clear: both;
	float: none;
	margin: 0 auto 0;
	width: 100%;
}

#popup_content h2{
	margin: 0 0 12px 0;
	font-size: 1.3em;
}

#popup_content p{
	margin-bottom: 10px;
	font-size: 1.8em;
}







} /* end (max-width: 672px)  */

















@media screen and (max-width: 544px) {









.header a.navButton{
	padding: 21px 13px 0 20px;
}




/* HEADER */



.header{
	height: 48px;
}	



.header .logo{
	display: none;
}

.header .logoMobile{
	padding: 5px 10px 0 5px;
	width: 38px;
	display: block;
	float: left;
}

.header .logoMobile img{
	width: 38px;
}


.header a.navButton{
	padding: 15px 13px 0 20px;
}






/* MENU */




.menu ul{
	margin: 15px 0 0 0;
}





.promoInner h1{
	font-size: 1.3em;
}



.promoInner p{
	font-size: 1.8em;
}





.promoInner{
	padding: 30px 6% 30px 6%;	
}




.articleHero{
	padding: 40px 10% 35px 10%;
}

.articleHero h1{
	font-size: 1.3em;
}


.articleHero p{
	font-size: 1.8em;
}




/* TEXT BLOCKS */




ul.textBlocks li{
	padding: 20px 8% 12px 8%;
}



ul.textBlocks li h2{
	margin: 0 0 13px 0;
	font-size: 1.3em;
}



ul.textBlocks li p{
	font-size: 1.65em;
	margin: 0 0 15px 0;
}





/* PROJECT BLOCKS */



ul.projectBlocks li{
	width: 100%;
}

ul.projectBlocks li.lastBlock{
	display: block;
}



ul.projectBlocks li h3{
	font-size: 1.3em;
	margin: 0 0 10px 0;
}



ul.projectBlocks li h4{
	font-size: 1.8em;
}




/* CLIENTLIST */




h2.fullTitle{
	padding: 35px 0 35px 0;
	font-size: 1.4em;
}




/* FOOTER */


a.scrollTop{
	height: 44px;
}



a.scrollTop img{
	margin: 15px auto 0;
}



.footer{
	padding: 60px 0 60px 0;
}



.footer h4{
	font-size: 1.4em;
	margin: 0 0 30px 0;
}



p.smallprint{
	padding: 22px 5% 20px 5%;
	font-size:1.3em;
}




/* SERVICES */




.serviceDetails ul.detailsBlocks li{
	width: 100%;
	margin: 0 0 25px 0;
}



.serviceDetails{
	padding: 22px 4% 52px 4%;
}



.serviceDetails h2{
	font-size: 2.2em;
	margin: 0 0 22px 0;
}

.servicesWrapBlockImage{
	margin: 0 0 25px 0;
}

.serviceDetails ul.detailsBlocks li h3{
	margin: 0 0 12px 0;
	font-size: 1.3em;
}


.serviceDetails ul.detailsBlocks li p{
	margin: 0 8% 30px 8%;
	font-size: 1.65em;
}



.serviceDetails a.close{
	top: 15px;
	right: 15px;
}



ul.services li h2{
	font-size: 1.3em;
	margin: 0 0 12px 0;
}



ul.services li ul li{
	font-size: 1.65em;
	padding: 0 0 5px 0;
}


ul.services li a span.link{
	font-size: 1.15em;
}






.flex-direction-nav a {
  width: 16px !important;
  height: 25px !important;
   background-size: 16px 25px !important;
  padding: 0 6px 0 6px !important;
}


.flex-direction-nav a.flex-next{
  background-size: 16px 25px !important;
}




/* BIG QUOTE */



blockquote.bigQuote{
	padding: 70px 10% 75px 10%;
}


blockquote.bigQuote h1, blockquote.bigQuote h2, blockquote.bigQuote h3, blockquote.bigQuote h4{
	font-size: 2.2em;
	margin: 0 0 10px 0;
}


blockquote.bigQuote h5{
	font-size: 1.2em;
}





/* FOOTER  PROMO */

.footerPromo{
	margin: 35px 0 35px 0;
}

.emailPromo{
	margin: 0 0 0 0;
	padding: 35px 0 35px 0;
}

.footerPromo h5{
	font-size: 2.2em;
	margin: 0 0 15px 0;
}





ul.peopleList li .personQuoteWrap blockquote.bigQuote h4{
	font-size: 2.2em;
}



ul.peopleList li .personQuoteWrap blockquote.bigQuote h5{
	font-size: 1.2em;
}





/* LOAD  PROMO */

.loadPromo{
	height: 100px;
}


.loadPromo a.button{
	margin: 35px 0 0 0;
}




/* HERITAGE */



.heritageBlock h2{
	font-size: 1.3em;
	margin: 0 0 6px 0;
}


.heritageChunk h2{
	font-size: 1.3em;	
}


.heritageSlider, .heritageSlider2{
	display: none !important;
}


.heritageSlider3{
	display: block !important;
}



.heritageSlider3 .heritageBlock{
	width: 88%;
	margin: 0 6% 0 6%;
}



.timelineWrapper{
	padding: 30px 0 35px 0;
}


.timelineWrapper h1{
	font-size: 2.2em;
	margin: 0 0 25px 0;
}



.heritageChunk a.button{
	margin: 0 0 10px 0;
}






/* CONTACT BLOCKS */



ul.contactBlocks{
	width: 100%;
	padding: 50px 0 10px 0;
}



ul.contactBlocks li{
	width: 100%;
	padding: 20px 0 15px 0;
}




ul.contactBlocks li h2{
	margin: 0 0 10px 0;
	font-size: 1.3em;
}


ul.contactBlocks li{
	width: 90%;
	padding: 0 5% 30px 5%;
}



ul.contactBlocks li ul li{
	font-size: 1.65em;
}




ul.contactBlocks li.hide{
	display: none;
}




/* CONTACT MAP */



.mapWrap {
	height: 360px;
}









/* NEWS */




.news .article .text img{
	margin: 0 0 15px 0;
}




.news .article .text h2{
	font-size: 1.6em;
	margin: 0 0 10px 0;
}



.news .article .text p{
	font-size: 1.65em;
	margin: 0 0 10px 0;
}


.news .article a.moreNewsButton, .news a.backNewsButton{
	font-size: 1.15em;
}


.news .article blockquote{
	font-size: 2em;
	line-height: 140%;
}


.news .article .text h3{
	font-size: 1.25em;
}


.news .article .person img{
	width: 64px;
}


.news .article{
	width: 90%;
	padding: 0 5% 0 5%;

}



.news .article .person h3{
	margin: 0 0 3px 0;
	font-size: 1.22em;
}



.news .article .person h4{
	font-size: 1.5em;
}





} /* end (max-width: 544px)  */











/* ====================================================================================================================
 * FLEXSLIDER
 * ====================================================================================================================*/
.flexslider, .heritageSlider {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.flexslider .slides > li, .heritageSlider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img, .heritageSlider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after, .heritageSlider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides, html[xmlns] .heritageSlider .slides  {
  display: block;
}
* html .flexslider .slides, * html .heritageSlider .slides {
  height: 1%;
}

.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}


.no-js .flexslider .slides > li:first-child, .no-js .heritageSlider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider, .heritageSlider {
  margin: 0 0 0 0;
  position: relative;
  zoom: 1;
 }
.flexslider .slides, .heritageSlider .slides {
  zoom: 1;
}

.flexslider .slides li, .heritageSlider .slides li{
	border-right: none;
	border-top: none;
	box-sizing: border-box;
}


.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}


.flex-direction-nav{
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  *height: 0;
}


.heritageSlider .flex-direction-nav{
	top: 30%;
}


ul.flex-direction-nav li{
	float: left;
	border-right: none;
	border-top: none;
	width: 50% !important;
	height: 34px !important;
	margin: -10px 0 0 0;
	padding: 0;
}


.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 22px !important;
  height: 34px;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  text-indent: -99999999px;
  background: url("images/arrow-left.png") no-repeat center center;
  background-size: 22px 34px;
  padding: 0 15px 0 15px;
}


.projectSlider .flex-direction-nav a, .heritageSlider .flex-direction-nav a{
  background: url("images/arrow-left-grey.png") no-repeat center center;
  background-size: 22px 34px;
}

.flex-direction-nav a.flex-next{
  background: url("images/arrow-right.png") no-repeat center center;
  background-size: 22px 34px;
  float: right;
}

.projectSlider .flex-direction-nav a.flex-next, .heritageSlider .flex-direction-nav a.flex-next{
  background: url("images/arrow-right-grey.png") no-repeat center center;
  background-size: 22px 34px;
}



.flex-direction-nav .flex-prev, .flex-direction-nav .flex-prev {
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-next, .flex-direction-nav .flex-next {
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.flex-direction-nav .flex-next:hover {
  opacity: 1;
}


.flex-pauseplay{
  display: none;
}


.homeSlider .flex-direction-nav{
	display: none;
}




.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
  z-index: 10;
}
.flex-control-nav li {
  margin: 0 4px;
  float: none !important;
  width: 12px !important;
  box-sizing: border-box !important;
  border-top: none !important;
  border-right: none !important;
  display: inline-block !important;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  float: none !important;

}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}



#blockCreative .flex-control-nav, #blockBrand .flex-control-nav, .projectSlider .flex-control-nav, .heritageSlider .flex-control-nav{
	display: none !important;
}



.heritageSlider{
	float: left;
	width: 100%
}

.heritageSlider ul{
	float: left;
	width: 100%;
}



.heritageSlider ul li{
	float: left;
	width: 100%;
}


.heritageSlider ul.slides{
	width: 90%;
	margin: 0 5% 0 5%;
}





.heritageSlider .flex-direction-nav a{
	padding: 0 4% 0 4%;
}