@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);

*{
	font-family: "Roboto", sans-serif;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#container{
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	margin-bottom: .5em;
}

h1{
	padding: .5em 0em 0em;
}

.clear{
	display: block;
	clear: both;
	width: 100%;
}

.logo-wrapper{
	text-align: center;
	padding-bottom: .25em;
	margin-bottom: 1em;
	width: 100%;
	border-bottom: 2px solid #243eb7;
}

p{
	font-size: 12pt;
	line-height: 18pt;
	margin-top: .25em;
}

.sidebar{
	width: 25%;
	float: left;
}

.sidebar .bio-image img{
	width: 100%;
}

.main-content{
	float: left;
	width: 75%;
	padding-left: 2%;
}

#office-list{
	padding: 0px;
	margin-left: 0px;
}

#office-list li{
	list-style: none;
	width: 50%;
	float: left;
	border-top: 1px dashed #c9c9c9;
	padding-top: 1em;
}

.related{
	font-size: .875em;
}

.date-type{
	display: block;
}

.attorneys{
	padding-left: 0em;
	list-style: none;
}

.attorneys li{
	list-style: none;
	padding: 2em 0em 1em;
	border-top: 1px dashed #c9c9c9;
	min-height: 300px;
	page-break-after: always;
}

.attorneys li img{
	width: 20%;
	float: left;
	max-width: 150px;
}

.attorneys li .attorney-info{
	padding: 0px 20px;
	width: 70%;
	float: left;
}

.news-items{
	list-style: none;
	padding-left: 0px;
}

.news-items li{
	border-top:1px dashed #c9c9c9;
	padding-top: 1em;
	padding-bottom: 1em;
}

section{
	padding: 12pt 0em;
	border-top:1px dashed #c9c9c9;
}


.on-call-attorney-container{
	width: 100%;
	max-width: 100%;
	border-left: 1px solid #243eb7;
	border-right: 1px solid #243eb7;
	border-bottom: 1px solid #243eb7;
	background: #FFF;
	margin-top: 0px;
}

.state{
  	width: 100%;
  	color: #243eb7;
  	border-top: 1px solid #243eb7;
	padding: 12px 0px;
	font-size: 1.25em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.city{
  	width: 100%;
	color: #4477e2;
	border-top: 1px solid #243eb7;
	border-bottom: 1px solid #243eb7;
	padding: 6px 0px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.attorney{
	vertical-align: top;
	width: 100%;
	padding: 0px 2%;
	margin: 2% 0%;
	color: #243eb7;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.6em;
}

.attorney-name{
	font-size: 1.125em;
	line-height: 1.625em;
	text-transform: uppercase;
	color: #243eb7;
	font-weight: 700;
}

.show-more {
	display: none;
}

a {
	text-decoration: none;
	color: black;
}

.leadership-lists hr {
	display: none;
}
