/* =Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, samp, small, span, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}

ol, ul {
	list-style-type: none;
}

em, address, strong {
	font-style: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
}

textarea {
	overflow: auto;
	resize: none;
}

a {
	text-decoration: none;
}

p {
	margin:10px 0 20px 0;
	line-height:1.5;
}


/* Standard HTML Tag Definition 
-------------------------------------------------------------- */
body, form, input, button, select, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	padding: 0;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	background-color: #004679;
	background-image: url('../images/body-bg.png');
	background-repeat: repeat-x;
}

/* =Custom Classes
-------------------------------------------------------------- */
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
	*zoom: 1; 
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	min-width: 968px;
	background-image: url('../images/header-bg.png');
	background-position: top center;
}

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

#wrapper {
	width: 100%;
	background-image: url('../images/header-bg-mobile.png');
	background-position: top center;

	}
}


/* =Header
-------------------------------------------------------------- */
#header {
	width: 968px;
	margin: 0 auto;
}
#header .site-title {
	padding: 20px 0 127px 0;
	float: left;
}
#header p {
	width: 500px;
	padding: 50px 18px 0 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	float: right;
}

/* =Nav
-------------------------------- */
#nav {
	width: 958px;
	height: 48px;
	border: solid 1px #2272ab;
	background-color: #004679;
	margin: 0 4px;
	clear: both;
	float: left;
}
#nav ul {
	float: left;
}
#nav ul li {
	position: relative;
	padding: 15px 21px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	float: left;
}
#nav ul li a {
	color: #fff;
}
#nav ul li a:hover, #nav ul li.active>a {
	color: #f5b757;
}
#nav ul ul {
	width: 158px;
	padding: 5px 20px 11px;
	position: absolute;
	border: solid 1px #2272ab;
	z-index: 999;
	left: 0;
	top: 48px;
	background-color: #004679;
	display: none;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li li {
	width: 160px;
	padding: 11px 0 11px 0;
	margin: 0;
	font-weight: normal;
	border-bottom: solid 1px #2272ab;
}

/* =Main
-------------------------------------------------------------- */
#main {
	width: 968px;
	padding: 0 0 10px 0;
/* 	background-image: url('../images/content-bottom-bg.png');
	background-position: bottom center; */
	margin: 0 auto;
}

/* =Container
-------------------------------------------------------------- */
#container {
	width: 960px;
	padding: 0 4px 10px;
/* 	background-image: url('../images/content-bg.png');
	background-position: top center;
	background-repeat: repeat-y; */
}

/* =Content
-------------------------------------------------------------- */
#content {
	width: 600px;
	padding: 29px 20px 0 30px;
	float: left;
}
#content .left {
	margin: 0 13px 5px -4px;
	position: relative;
	float: left;
}

#content h1 {
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

#content h2 {
	padding: 0 0 15px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
#content h3{
	padding: 20px 0 12px 0;
	margin-bottom:5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: solid 1px #e6e6e6;
}

#content ul.bio{
	list-style-type:disc;	
	margin-left:20px;
	list-style: inside;
}

#content ul.bio  li{
    padding: 5px;
	line-height: 1.5;
}
/*     
#content p {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
}
 */
#content .title {
	padding: 10px 0 12px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-bottom: solid 1px #e6e6e6;
}
#content .list-content {
	width: 600px;
	padding: 10px 0 12px 0;
	clear: both;
	float: left;
}
#content .list-left {
	width: 310px;
	float: left;
}
#content .list-left li {
	margin: 6px 0;
	padding: 0 0 0 19px;
	font-size: 13px;
	line-height: 17px;
	background-image: url('../images/arrow.jpg');
	background-position: 0 3px;
	clear: both;
	float: left;
}
#content .list-left li a {
	color: #2464d9;
	text-decoration: underline;
}
#content .list-right {
	width: 290px;
	float: right;
}
#content .list-right li {
	margin: 6px 0;
	padding: 0 0 0 19px;
	font-size: 13px;
	line-height: 17px;
	background-image: url('../images/arrow.jpg');
	background-position: 0 3px;
	clear: both;
	float: left;
}
#content .list-right li a {
	color: #2464d9;
	text-decoration: underline;
}
#content .bottom-content {
	width: 100%;
	float: left;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	width: 260px;
	padding: 0px 30px 0 20px;
	float: right;
}
#sidebar .border-box {
	width: 100%;
	padding: 20px 0 20px;
	border-bottom: solid 1px #b5a998;
	float: left;
}
#sidebar address {
	font-size: 13px;
	line-height: 24px;
}
#sidebar address a {
	color: #827a6d;
	text-decoration: underline;
}
#sidebar h3 {
	padding: 5px 0 10px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
}
#sidebar p {
/* 	padding: 0 0 20px 0; */
	font-size: 13px;
	line-height: 22px;
}
#sidebar .input-wrapper {
	width: 260px;
	padding: 0 0 14px 0;
	float: left;
}
#sidebar .input-wrapper label {
	width: 52px;
	padding: 9px 0;
	font-size: 13px;
	line-height: 18px;
	float: left;
}

#sidebar .input-wrapper input {
	width: 191px;
	height: 18px;
	font-size: 13px;
	line-height: 18px;
	padding: 9px 8px;
	background-image: url('../images/input-bg.jpg');
	background-color: transparent;
	border: 0;
	float: left;
}

#sidebar .captcha input {
    width: 50px !important;
    height: auto;
    padding: 9px 8px;
    background-color: transparent !important;
    background-image: url('../images/input-bg.jpg') !important;
    border:0;
    line-height: 18px;
    height: auto;
}


#sidebar .textarea-wrapper {
	width: 260px;
	padding: 0 0 24px 0;
	float: left;
}
#sidebar .textarea-wrapper label {
	width: 260px;
	padding: 9px 0 5px;
	font-size: 13px;
	line-height: 18px;
	float: left;
}
#sidebar .textarea-wrapper textarea {
	width: 244px;
	height: 138px;
	font-size: 13px;
	line-height: 18px;
	padding: 9px 8px;
	background-image: url('../images/textarea-bg.jpg');
	background-color: transparent;
	border: 0;
	float: left;
}

#sidebar .submit-wrapper {
	width: 260px;
	padding: 10px 0 24px 0;
	float: left;
}
#sidebar .submit-wrapper input {
	width: 140px;
	margin: 0 0 0 60px;
	height: 36px;
	font-size: 14px;
	color: #000;
	background-image: url('../images/submit-bg.jpg');
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: inline;
	float: left;
}

/* = Check for Spam in Form
-------------------------------------------------------------- */
.check-spam {
	display: none;
}

/* = Required fields in Form
-------------------------------------------------------------- */
.required-text p {
	margin: 0;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 960px;
	padding: 4px 4px 30px;
	margin: 0 auto;
}
#footer p {
	padding: 4px 0;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
#footer p a {
	color: #fff;
	text-decoration: underline;
}
#footer p a:hover {
	text-decoration: none;
}

/*MP
-------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style: italic;
}

.bullet-list ul{
	list-style-type:disc;
	margin: 10px 0 20px 20px;
}

.bullet-list ul li {
	margin: 5px 0 5px 20px;
	padding: 5px;
}

.sub-bullet-list ul{
	list-style-type: circle;	
	margin-left:50px;
}

.sub-bullet-list ul li {
	margin-left: 20px;
	padding: 5px;
}

#directions {
	text-align: center;
}

#directions #map {
	margin: 20px 0 20px 0;
}

.faq p {
	margin: 10px 0 20px 0;
}

.faq ol {
	list-style-type:decimal;
	list-style-position:inside;
}

.faq ol li {
	margin: 10px 0 20px 20px;
}

.lawyer-img {
	margin-top: 10px;
}

#validation_errors{
	line-height: 1.5;
	color:red;
}

/* =Responsive Styles
-------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
#wrapper {
	min-width: 100%;
}
#header .site-title {
	width: 450px;
}
#nav {
    width: 960px;
	height: 50px;
}
#nav ul ul {
    width: 200px;
}
.responsive-menu-wrap {
	display: none;
}
#main {
	width: 960px;
	padding: 0;
	background-image: none;
	padding-bottom: 0;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: #020202 1px 4px 7px;
    -moz-box-shadow: #020202 1px 4px 7px;
    box-shadow: #020202 1px 4px 7px;
}
#container {
	width: 100%;
	padding: 0;
	background-image: none;
	float: none;
}
#content {
	width: 650px;
	float: none;
}
#sidebar {
	width: 310px;
	background-color: #e8d9c2;
	float: none;
}
#sidebar .input-wrapper input {
    width: 207px;
    height: auto;
    padding: 9px 8px;
}
#sidebar .captcha input {
    width: 207px !important;
    height: auto;
    padding: 9px 8px;

}

#sidebar .textarea-wrapper textarea {
    width: 260px;
	height: 156px;
}
#footer p {
	margin-bottom: 0;
}

/* Tablet Layout: 768px. & Medium Layout: 1000px. */
@media (min-width: 768px) {
	#container {
		display: table;
	}
	#content {
		display: table-cell;
		vertical-align: top;
	}
	#sidebar {
		display: table-cell;
		vertical-align: top;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 984px) { 
	#wrapper {
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 5px;
	}
	#header, #main, #footer {
		width: 100%;
	}
	#nav {
		width: 100%;
		margin: 0;
	}
	#nav ul li {
		padding: 15px 18px;
		font-size: 13px;
	}
    #header .site-title {
		width: 42%;
		padding-bottom: 90px;
	}
	#header p {
		width: 58%;
		padding-top: 35px;
		font-size: 16px;
	}
	#content {
		width: 75%;
		padding: 25px 20px;
	}
	#content .list-content {
		width: 100%;
	}
	#content .list-left,
	#content .list-right	{
		width: 50%;
	}
	#sidebar {
		width: 25%;
		padding: 5px 20px;
	}
	#sidebar .border-box:last-child {
	    border-bottom: 0px;
	}
	#sidebar .input-wrapper {
		width: 100%;
	}
	#sidebar .input-wrapper label {
		width: 20%;
	}
	#sidebar .input-wrapper input {
		width: 80%;
		background-image: none;
		border: solid 1px #c0b19e;
		background-color: #e9d9c2;
	}
	
	#sidebar .captcha input {
		width: 80%;
		background-image: none;
		border: solid 1px #c0b19e !important;
		background-color: #e9d9c2 !important;
	}

	
	#sidebar .textarea-wrapper {
		width: 100%;
	}
	#sidebar .textarea-wrapper textarea {
		width: 100%;
		background-image: none;
		border: solid 1px #c0b19e;
		background-color: #e9d9c2;
	}
	#sidebar .submit-wrapper {
		width: 100%;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.responsive-menu-wrap {
		display: block;
	} 
	.responsive-menu-wrap .slicknav_menu, 
	.slicknav_nav {
		background: #004679;
		margin: 0;
		padding: 0;
	}
	.slicknav_btn {
		background: #004679;
	}
	.slicknav_nav .slicknav_row:hover,
	.slicknav_nav a:hover {
		background: #f5b757;
		color: #fff; 
	 }
	#wrapper {
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		padding: 5px;
	}
	#header, #main, #footer {
		width: 100%;
	}
	#header {
		position: relative;
	}
	#nav {
		display: none;
	}
    #header .site-title {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		float: none;
	}
	#header p {
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: center;
		float: none;
	}    
	#content {
		width: 100%;
		padding: 20px 15px;
	}
	#content .list-content {
		width: 100%;
	}
	#content .list-left,
	#content .list-right	{
		width: 100%;
	}
	#sidebar {
		width: 100%;
		padding: 0 15px;
	}
	#sidebar .border-box:last-child {
	    border-bottom: 0px;
	}
	#sidebar address a {
		
	}
	#sidebar .input-wrapper {
		width: 100%;
	}
	#sidebar .input-wrapper lable {
		width: 100%;
	}
	#sidebar .input-wrapper input {
		width: 100%;
		background-image: none;
		border: solid 1px #c0b19e;
		background-color: #e9d9c2;
	}
	#sidebar .captcha input {
		width: 100%;
		background-image: none;
		border: solid 1px #c0b19e;
		background-color: #e9d9c2;
	}

	#sidebar .textarea-wrapper {
		width: 100%;
	}
	#sidebar .textarea-wrapper textarea {
		width: 100%;
		background-image: none;
		border: solid 1px #c0b19e;
		background-color: #e9d9c2;
	}
	#sidebar .submit-wrapper {
		width: 100%;
	}
	#sidebar .submit-wrapper input {
		margin-left: 0;
	}
	#footer p {
		margin-bottom: 0;
	}
}