p.indent {
	margin:0 15px 1em;
}
div.logo { width: 415px; }
#sharewidget-horiz .widget-content {
    border-radius: 0 0 5px 5px;
}
.logo h3 {
    font-size: 14px;
}
.pagination ul li a {border-right: 0px; padding: 0px;} /* from line 322 in _style.css */
.pagination ul li {border-right: 1px solid #dddddd; padding: 0 5px 0 5px;} /* from line 322 in _style.css */

.box.find-assistance {
	z-index: 1;
}

.search-include {
    width: 1010px;
}

.article-listings .media {
	padding-top: 15px;
}
.article-listings a {
	color:#333;
}
a#last-mod-date {
	color:#333;
	cursor:default;
	text-decoration:none;
}
a#last-mod-date:hover {
	text-decoration: none;
}

.socialTooltip {
    background: url("/images/tooltip_bg.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    display: none;
    font-size: 12px;
    height: 70px;
    padding: 20px 25px;
    width: 160px;
}

/* tools and calculators */
.tool-wrapper {
	border-top: 1px #ccc dashed;
	padding-top: 12px;
}
.tool-wrapper h2 {
	font-size: 22px; line-height: 28px; margin-bottom: 5px;
}
.tool-wrapper .left {
	width: 110px;
	float: left;
}
.tool-wrapper .main {
	float: left;
	width: 500px;
}

  /* _style.css overrides */
.guide-cover.one{background-image: url('/images/guides/guide-cover-01.png')}
.guide-cover.two{background-image: url('/images/guides/guide-cover-02.png')}
.guide-cover.three{background-image: url('/images/guides/guide-cover-05.png')}
.guide-cover.four{background-image: url('/images/guides/guide-cover-04.png')}
.guide-cover.five{background-image: url('/images/guides/guide-cover-05.png')}
.guide-cover.six{background-image: url('/images/guides/guide-cover-01.png')}
.guide-cover.seven{background-image: url('/images/guides/guide-cover-07.png')}
.guide-cover.eight{background-image: url('/images/guides/guide-cover-01.png')}
.guide-cover.nine{background-image: url('/images/guides/guide-cover-09.png')}
.guide-cover.ten{background-image: url('/images/guides/guide-cover-01.png')}

.guide-listings .media.active .guide-cover { /* _style.css override */
    background-position: -110px 0;
}

.content-section-interior div {
    margin: 0 0 0 5px;
}

#map_canvas h2 { /* _style.css override */
    margin-bottom: 0;
}

#ela101 {
	margin-left: 125px;
	margin-bottom: 30px;
}

/* this ruined my day */
.search-include div {
    display: inline;
    height: 60px;
    margin-left: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}
.search-include div#suggest-search-attorneys, .search-include div#suggest-search-attorneys div {
	display: inherit;
	height: auto;
	margin-left: 0px;
	margin-top: -2px;
	position: relative;
	top: auto;
}
.search-include div#suggest-search-attorneys div, .search-include div#suggest-search-attorneys {
	display: block;
}

p.disclaimer { /* _style.css override */
	font-size: 10px;
}
p.disclaimer input#contact-affirm { /* _style.css override */
	vertical-align:-3px;
}

.widget textarea { /* _style.css override */
    font-size: 14px;
    height: 50px;
}

.widget input[type="text"] { /* _style.css override */
    font-size: 14px;
    height: 25px;
    margin-top: 8px;
}

#contact-form-wide-popup { /* _style.css override */
    height: 310px;
}

#question-form-wide-popup { /* _style.css override */
    /* height: 350px; */
}

.ask-question {

}

.search-results .media{
	background: url('/images/dotted-line.png') repeat-x;
	padding-top: 25px;
	margin: 20px 0 10px 0;
}
input[type="text"]#search-text {
	width: 400px;
	line-height: inherit;
}
input[type="button"]#search-page-button {
	padding: 2px 20px;
	height: 32px;
}
ul.paging {
	margin: 10px 0 10px 0; padding-left: 0;
}
ul.paging li {
	list-style: none;
	float: left;
	border-right: 1px solid #dddddd; padding: 0 5px 0 5px;
	color: #999999;
}
ul.paging li a{
	border-right: 0px;
	padding: 0px;
}

ul.paging li.last,
ul.paging li.no-border{
	border-right: none;
}
ul.paging li.no-pad {
	padding: 0px; margin: 0px;
}
ul.paging li.pad-right {
	padding: 0px 5px 0px 0px;
}
ul.paging li.pad-left {
	padding: 0px 0px 5px 0px;
}
/*
ul.about-us-nav {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
ul.about-us-nav li {
	height: 16x;
	float: left;
	list-style: none;
	padding: 0px 8px 0px 0px;
	margin: 8px 8px 8px 0px;
	border-right: 2px #2C91B9 solid;
}
ul.about-us-nav li.no-border {
	border-right: 0px;
}
ul.about-us-nav.larger {
	width: 460px;
}
ul.about-us-nav.smaller {
	width: 320px;
} */


#footer .container .body {
	height: auto;
}

/* search suggest */
#suggest-search-attorneys {
	 border-left:1px solid #BEBEBE;
	 border-right:1px solid #BEBEBE;
	 border-bottom:1px solid #BEBEBE;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#suggest-search-attorneys ul {
	padding:8px;
}
#suggest-search-attorneys ul li {
	cursor:pointer;
	list-style-type: none;
	padding: 4px;
	margin: 1px;
}
#suggest-search-attorneys ul li.search-highlight {
	background-color: #DDDDDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#search-attorneys{
	position: relative;
}

#contactform {
	width: 510px;
	margin-left: 40px;
}

/* key medicaid state pages */
.key-medicaid-info h2 {
	background-color: #e9f1f3;
	font-size: 20px;
	line-height: 32px;
	color: #4b6a75;
	padding: 4px 5px 4px 4px;
	margin-bottom: 6px;
}
.key-medicaid-info td {
	vertical-align: top;
	font-family:arial;
	border-bottom: 1px #e3e4e5 solid;
	padding: 10px 4px;
	margin: 10px 0px;
}
.key-medicaid-info td:first-child { font-weight: bold; }
.key-medicaid-info tr:last-child td {font-weight: normal; }
.key-medicaid-info tr:last-child td {border-bottom: 0px; }
.key-medicaid-info tr:nth-child(even) td, tbody tr.even td {background:#fff;}

#contact-link-mobile { display:none; }

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#mobile-nav .top {
	margin: 0;
	padding: 0;
}
#mobile-nav .top td { padding: 0; }
#mobile-nav .search {
	background: #85a0a9;
	width:100%;
	height: 70px !important;
	margin: 0;
}
#mobile-nav .search form {
	width:100%;
}
#mobile-nav .search-mobile {
	background: #ffffff;
	position: relative;
  width: 90%;
	margin: 15px;
  height: 30px;
	padding:0;
}
#mobile-nav .search-mobile input[type="text"] {
	border: none;
	color: #aaa;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	margin: 5px;
}
#mobile-nav .search-mobile input[type="submit"] {
	width: 30px;
	height: 30px;
	border: none;
	background: #ffffff;
	background-image: url('../images/icons/search.png');
	float:right;
	margin: 5px;
}
#mobile-nav .close {
	background: #231f20;
	width: 100%;
	height:70px;
	background-image: url('../images/icons/x.png');
  background-repeat: no-repeat;
  background-position: center center;
}
#mobile-nav ul {
	width: 80%;
	height: 100%;
	background: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
	box-shadow: 3px 3px 3px #ddd;
}
#mobile-nav ul li {
	padding:15px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
#mobile-nav ul li.last {
	border-bottom: none;
}
#mobile-nav ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

div.logo h3 {}
.header-mobile {
  height: 115px;
  width: 100%;
  display: none;
}

.header-mobile h3 { display: block; }
.header-mobile div.logo {
	margin-top: 0;
  width: 100%;
  float: left;
  height: 80px;
  display: inline-block;
}

.header-mobile .container {
	margin:10px;
}
.header-mobile h3 {
    background: #85a0a9;
    color: #fff;
    text-align: center;
    font-weight: bold;
		padding: 15px;
}
.header-mobile .left,
.header-mobile .right {
	display: inline-block;
}
.header-mobile .left {
	width:20%;
}
.header-mobile .left img {
	width: 40px;
	padding-left:10px;
}
.header-mobile .right {
	text-align: right;
	width:80%;
}
.header-mobile .right img {
	margin-top:10px;
	margin-right:5px;
	width: 90%;
	max-width: 350px;
}

@media (max-width: 979px) {

	#main-nav{
		display: none;
	}

	.body, body {
	  width: auto !important;
	}

	body {
		min-width: 320px;
	}

	.container {
  		width: auto !important;
  	}

	.header {
	  display: none;
	}

	.header-mobile {
	  display: block;
	}

	.search {
	  clear: both;
	  margin: 5px 0 20px;
	  float: left !important;
	  display: inline-block!important;
	  height: auto !important;
	}

	.search ul.horiz {
		padding-left: 0 !important;
		float: left;
	}

	input[type="text"]#search-text {
		width: 94%;
		margin-left: 5px;
	}

	#search-page-button {
		margin-left: 5px;
		margin-top: 2px;
		width: 97%;
	}

	#contact-link { display:none; }
	#contact-link-mobile { display:block; }

	.trust-icons {
	  float: left!important;
	  display: block!important;
	  clear: both;
	  margin: 5px 0 15px !important;
	  display: none !important;
	}

	.body {
		background: #f9f9f9 !important;
		width: auto !important;
	}

	#footer .container .body {
		background: #496773 !important;
	}

	#contactform {
		width: 100%;
		margin-left: 0;
	}

	.map-full {
		display: none;
	}

	.box.find-assistance, .box.browse-local {
		float: left;
		width: auto;
	}

	.box.find-assistance {
		background: #f9f9f9;
	}

	.box.browse-local, .box.search-local {
		padding: 25px 25px 16px;
		height: auto;
	}

	.box.browse-local {
		background: transparent url() !important;
	}

	.box.search-local {
		background: #fff url() !important;
		padding: 0;
		padding-top: 20px;
		display: inline-block;
		width: 100%;
	}

	.box.search-local h2 {
		float: left !important;
		padding: 10px 0 0 10px;
	}

	.content-section h2, h2.number.one, h2.number.two {
		margin-bottom: 0;
		height: auto;
		background: none;
		line-height: normal;
		padding-left: 0;
	}

	.content-section.field h2 { margin-bottom: 30px; }

	.attorney-listings .media .img,
	.attorney-detail .media .img { float: none; }

	input[type=text].attorney-search, input[type=button].attorney-search {
		/*float: left !important;*/
		display: inline !important;
	}

	.box.search-local .link-container {
		bottom: 0;
		float: none;
		clear: both;
		padding-top: 20px;
		margin-top: 20px;
		padding-bottom: 5px;
		width: 96%;
		border-top: 1px dashed #ccc;
	}

	#ela101 {
		margin-left: 0;
	}

	/*.span-17 {
		width: 100% !important;
	}*/

	.span-17, .span-7, .span-24, .twocolumn  {
		  /* display: inline-block !important; */
	  float: left !important;
	  width: 99% !important;
	  display: block;
	  clear: both;
	}

	.span-17 p {
		display: inline-block !important;
	}

	/*.span-17, .span-24.last, #footer {
		display: none;
	}*/

	.content-section.field {
		-moz-border-radius: 0Ã¥ !important;
	  -webkit-border-radius: 0 !important;
	  border-radius: 0 !important;
	  padding: 10px !important;
  }

  .search-include {
  	background: #eee url() !important;
  	padding-bottom: 25px;
  }

  .search-include, .search-include div {
	  width: auto  !important;
	  display: block !important;
	  clear: both;
	  margin-top: 0 !important;
	  top: auto !important;
	  height: auto !important;
	  position: relative !important;
	}

	input[type=text].attorney-search {
		margin-left: 5px;
		margin-right: 5px;
		width: 94%;
	}
	input[type=button].attorney-search {
		margin-left: 5px;
		margin-right: 5px;
		width: 96%;
		background-image: none;
		background-color: #de5725 !important;
	}

	#suggest-search-attorneys {
	  border-left: none !important;
	  border-right: none !important;
	  border-bottom: none !important;
	}

	ul.nobullet {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  display: block;
	  clear: both;
	}

	#footer .span-6 {
		display: block;
		clear: both;
	}

}


@media handheld, only screen and (max-width: 960px) {



}


@media handheld, only screen and (max-width: 780px) {



}


@media handheld, only screen and (max-width: 767px) {

	.body {
	  padding: 5px 15px 5px 15px;
	  width: 740px;
	}

}

@media handheld, only screen and (max-width: 500px) {

	.search {
		text-align: center !important;
	}

	.search-include div { margin-left: 0; }
	.search-include h2 { padding-left: 0; }
	.search-include input[type=text].attorney-search {
		margin-left: 5px;
		margin-right: 5px;
		width: 94%;
	}
	.search-include input[type=button].attorney-search {
		margin-left: 5px;
		margin-right: 5px;
		width: 96%;
		background-image: none;
	}

	.box.find-assistance {
		display: none !important;
	}

	.search form {
		float: left !important;
		margin: 0 auto !important;
		display: block !important;
	}

	.body {
		padding: 0px;
	}
}
