/* Print Style Sheet */
@media print {
body { 
	background-color: #f1f5f1 !important;
	color:#000; 
	margin:0px; 
	-webkit-print-color-adjust: exact !important;
	
	padding-top:20px;
}

#nav-arrow-marker{
	display:none;
}

#header { 
	display:none;
}
#hamburger-search{
	display:none;
}

#lawyer-sidebar{
	display:none;
}

#site-navigation{
	display:none;
}

#practice-box,#representative-box, #publications-box {
    position: relative;
    width: 80%;
	top:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
}

#search-box{
	display:none;
}

#colophon{
	display:none;
}

.headshot {
    width: 60.5%;
    top: 22.5%;
    left: 21%;
}

.headshot-overlay{
    width: 73.5%;
    top: 11.5%;
    left: 11%;
}

.headshot-container {
    position: relative;
    min-height: 350px;
  
}

h2.lawyer-txt-title{
	color:#8bbfc7;
}

.associations-wrap li:nth-child(even) {
   color: #8bbfc7;
}

.associations-wrap li{
	text-transform:uppercase;
	    font-family: "proxima-nova";
	    font-weight: 800;
	    font-size: 1.2em;
	    letter-spacing: .1em;
	    line-height: 1.7;
}

.associations-wrap li:nth-child(even) {
   /* color: #8bbfc7; */
	color:#fff;
}

.associations-wrap ul, .awards-wrap ul{
	padding-left:0;
	margin-left:20px;
}

.back-to-lawyers{
	display:none;
}

.post-navigation{
	display:none;
}

.inner-col {
    padding: 20px;
    margin: 10px;
    height: auto;
}

.inner-cont {
    max-height: auto;

}

.show-more {
    display:none;
}


#content { }
#comments { }
#sidebar { }
#footer {
}