header#masthead {
	min-height: 525px;
	-webkit-transition: all ease 10ms;
	-moz-transition: all ease 10ms;
	-o-transition: all ease 10ms;
	transition: all ease 10ms;	
}

header#masthead.short,
div#headerImage.short {
	min-height: 330px !important;
	height: 330px !important;
}

div#headerImage {
	position: absolute;
	z-index: 5;
	top: 0;
	right: -4%;
	height: 525px;
	min-height: 330px;
	width: 525px;
	background-size: cover;
	background-position: center top;
	-webkit-transition: all ease 10ms;
	-moz-transition: all ease 10ms;
	-o-transition: all ease 1ms;
	transition: all ease 10ms; 	
}

div#wallpaper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	z-index: 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms; 	
}

div#pageHeader {
	position: relative;
    margin: 0 37% 0 0;
    padding: 120px 0 0;
    width: 35%;
    font-size: 16px;
    line-height: 23px;
    z-index: 20;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;    
}

div#pageHeader.short {
	padding-top: 65px;
}

div#pageHeader h1 {
	font-size: 43px;
	line-height: 43px;
	text-transform: none;
	font-weight: 400;
	color: #464646;
	letter-spacing: -1.5px;
	font-family: 'Quattrocento Sans', sans-serif;	
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;		
}

div#pageHeader h2 {
	font-size: 25px;
	color: #464646;
	font-weight: 400;
	font-family: 'Quattrocento Sans', sans-serif;	
	letter-spacing: -1px;
	margin: 0 0 8px 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;		
}

div#pageHeader a:link,
div#pageHeader a:visited {
	color: #464646;
}

div#pageHeader a:hover {
	color: #000000;
}


div#pageHeader .socialMedia {
	font-size: 25px;
	margin: 5px 0;
}

div#pageHeader .socialMedia ul li {
	display: inline !important;
	margin: 0 5px 0 0;
}

div#pageHeader .socialMedia ul li.mobileOnly {
	display: none !important;
}

div#pageHeader .socialMedia a.vcard:link,
div#pageHeader .socialMedia a.vcard:visited {
	color: #ffffff;
	background-color: #dc5a15;
	padding: 2px 4px;
	font-size: 16px;
}

div#pageHeader .socialMedia a.vcard:hover {
	color: #000000;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}


section#mainContent > div.siteCenter > div.colRight #overview {
	margin: 40px 0 100px 0;
	min-height: 200px;
}


#overview .relatedSideList {
	float: left;
	width: 25%;
}

#overview .intro {
	border-left: 1px solid rgba(160, 160, 160, 0.5);
	float: right;
	min-height: 200px;
	padding: 0 0 0 5%;
	width: 70%;
}

#overview .relatedSideList h6 {
	text-transform: none;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 5px 0;
}

#overview .relatedSideList ul {
	margin: 0 0 15px 0;
	padding: 0;
}

#overview .relatedSideList ul li {
	list-style: none;
}

#overview .relatedSideList ul li a:link,
#overview .relatedSideList ul li a:visited {
	font-size: 16px;
	line-height: 17px;
	color: #464646;
	display: inline-block;
}

#overview .relatedSideList ul li a:hover {
	color: #000000;
}

#education div.col {
	float: left;
	width: 40%;
	margin: 0 10% 0 0;
}

#awards ul {
	margin: 0;
	list-style: none;
}

#awards ul li {
	list-style: none;
	display: inline;
	margin: 0 10% 20px 0;
	float: left;
	font-size: 16px;
	color: #000000;
	width: 40%;
}

#awards ul li:nth-child(odd) {
	clear: left;
}

#awards ul li strong {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 3px;
    color: #dc5a15;
}

#awards ul li:nth-child(2n+2) strong {
	color: #40adee;
}

#awards ul li:nth-child(3n+3) strong {
	color: #91d500;
}

#awards ul li em {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 19px;
}

#blogs,
#news {
	padding-bottom: 25px;
}

#blogs .subcontent > ul,
#news .subcontent > ul {
	margin: 0 0 20px 0;
}

#blogs .subcontent > ul > li,
#news .subcontent > ul > li {
	clear: left;
	margin: 0 0 20px 0;
	list-style: none;
}

#blogs .subcontent a.title:link,
#blogs .subcontent a.title:visited,
#news .subcontent a.title:link,
#news .subcontent a.title:visited {
	font-weight: 600;
	color: #000000;
	font-size: 18px;
	display: block;
	margin: 0 0 5px 0;
}

#blogs .subcontent a.title:hover,
#news .subcontent a.title:hover {
	color: #dc5a15;
}

#blogs .subcontent p {
	margin-bottom: 0px;
}

#blogs .subcontent p:last-child {
	display: none;
}

#blogs a.viewAll {
	font-size: 14px;
	color: #000000;
}

div.colorized > div {
	border-top: 1px solid rgba(160,160,160,.5);
	margin: 0;
	padding: 25px 0 0 0;
}

div.narrative div.colorized {
	padding-top: 0;
}

div.colorized > div:first-of-type,
div.colorized > div#education {
	border-top: none;
}

div.colorized > div h3 {
	font-weight: 600;
	font-size: 20px;
	color: #464646;
}

section#mainContent.short {
	margin-top: 330px;
}

section#mainContent > div.siteCenter > div.colLeft.sidebar {
	position: relative;
	top: 0;
	-webkit-transition: all ease 0ms;
	-moz-transition: all ease 0ms;
	-o-transition: all ease 0ms;
	transition: all ease 0ms;	
}




section#mainContent > div.siteCenter > div.colLeft.sidebar.fixed {
	position: fixed;
	top: 315px;
}


section#mainContent > div.siteCenter > div.colLeft.sidebar.fixed.short {
	top: 310px;
}


.colLeft.sidebar .box ul:nth-child(2) {
    margin: 10px 0 0 0;
}


/* ======================== */
/* Phone Devices */
/* ======================== */	
@media only screen 
	and (max-width: 1020px) {
	
	div#mainMenuContainer {
		top: 0;
	}
	
	header#masthead {
		position: relative;
	}
	
	section#mainContent {
		margin: 0;
	}
	
	div#headerImage {
		height: 295px;
		min-height: 0;
		right: 0;
		width: 100%;
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: 80% top;
		margin-top: 95px;
	}
	
	div#wallpaper {
		height: 295px;
		margin-top: 95px;
	}
	
	div#pageHeader {
		width: 100%;
		margin: 0;
	}
	
	div#pageHeader h1 {
		margin: 290px 0 0 0;
		font-size: 24px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	
	div#pageHeader h2 {
		font-size: 16px;
		line-height: 16px;
		letter-spacing: -.5px;
		margin: 5px 0;
	}
	
	div#pageHeader > a.email {
		display: none;
	}
	
	div#pageHeader .socialMedia ul li.screenOnly {
		display: none !important;
	}
	
	div#pageHeader .socialMedia ul li.mobileOnly {
		display: inline !important;
	}
	
	div#pageHeader .socialMedia a.email:link,
	div#pageHeader .socialMedia a.email:visited {
		color: #ffffff;
		background-color: #f89b33;
		padding: 2px 4px;
		font-size: 16px;
	}
	
	div#pageHeader .socialMedia a.vcard:hover {
		color: #000000;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	}

	div#pageHeader .socialMedia li.social a {
		display: inline-block;
	}
	
	section#mainContent > div.siteCenter > div.colRight #overview {
		margin: 30px 0 0 0;
		min-height: 0;
	}
	
	section#mainContent > div.siteCenter > div.colLeft,
	#overview .relatedSideList {
		display: none;
	}
	
	div.narrative div.colorized {
		display: block !important;
		background-color: transparent;
	}
	
	#overview .intro {
		border-left: medium none;
		float: none;
		min-height: 0;
		padding: 0 3%;
		width: 100%;
	}
	
	#overview .intro .subcontent * {
		display: none;
	}
	
	#overview .intro p:first-of-type {
		display: block;
	}
	
	#overview .intro .subcontent a.moreLink {
		display: block;
		margin: -5px 0 15px 0;
		font-size: 18px;
		font-weight: 600;
		color: #69bbf2;
	}

	div.colorized > div {
		border-top: none;
	    margin: 0;
	    padding: 5px 0 0 0;
	}
	
	div#overview div.intro > h3,
	div.colorized > div > h3 {
		color: #464646;
	    font-size: 20px;
		border-bottom: 1px solid rgba(160, 160, 160, 0.5);
		padding: 0 0 5px 0;
		background-image: url(../images/icon_plus_grey.png);
		background-position: 98% 3px;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	
	div#overview div.intro > h3.active,
	div.colorized > div > h3.active {
		background-image: url(../images/icon_minus_grey.png);
	}
	
	div.colorized > div > div {
		display: none;
	}

	div#education > div h3 {
		font-size: 16px;
		line-height: 21px;
		margin: 0;
	}
	
	#education div.col {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	#practices ul,
	#industries ul {
		margin-left: 0;
	}
	
	#practices ul li,
	#industries ul li {
		list-style: none;
	}
	
	#practices ul li a,
	#industries ul li a {
		color: #464646;
	}
	
	#awards ul {
		margin: 20px 0 0 0;
	}
	
	#awards ul li {
		max-width: 100%;
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	#awards ul li strong {
		font-size: 26px;
		line-height: 24px;
	}
	
	#awards ul li em {
		font-size: 19px;
		line-height: 19px;
	}
	
	.colLeft.sidebar div.box {
		display: none;
	}
	
	#blogs, #news {
	    padding-bottom: 0;
	}

}


/* ======================== */
/* Small Phone Devices */
/* ======================== */	
@media only screen 
	and (max-width: 410px) {

	div#headerImage,
	div#wallpaper {
		margin-top: 85px;
	}
	
	div#pageHeader h1 {
	    margin-top: 280px;
	}
	
	div#headerImage {
		background-position: center top;
	}

}


/* ======================== */
/* Phablet Devices */
/* ======================== */	
@media only screen 
	and (min-width: 580px)
	and (max-width: 1020px) {

	div#pageHeader h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	div#pageHeader h2 {
		font-size: 19px;
		line-height: 19px;
	}

	#awards ul li {
		max-width: 45%;
		margin: 0 5% 25px 0;
	}

	
}


/* ======================== */
/* Tablet Devices */
/* ======================== */	
@media only screen 
	and (min-width: 800px)
	and (max-width: 1020px) {

	div#headerImage {
		height: 345px;
		background-position: 82% top;
	}
	
	div#wallpaper {
		height: 345px;
	}

	div#pageHeader h1 {
		font-size: 38px;
		line-height: 38px;
		margin-top: 340px;
	}
	
	div#pageHeader h2 {
		font-size: 22px;
		line-height: 22px;
	}

	#awards ul li {
		max-width: 30%;
	}
	
	

}

