/*
Theme Name: FOL
Theme URI: http://fol.com/
Author: FOL
Author URI: http://fol.com/
Description: Custom Responsive Theme.
Version : 1.3
Requires at least:5.0
Tested up to:5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fol
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("css/form.css");
@font-face {
	font-family: 'trebuc';
	src: url('fonts/trebuc.eot');
	src: local('☺'), url('fonts/trebuc.woff') format('woff'), url('fonts/trebuc.ttf') format('truetype'), url('fonts/trebuc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Geneva';
	src: url('fonts/Geneva.eot');
	src: local('☺'), url('fonts/Geneva.woff') format('woff'), url('fonts/Geneva.ttf') format('truetype'), url('fonts/Geneva.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'trebuc', arial;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
input{box-sizing: border-box;}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
}
p {
	margin-bottom: 1.6em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}
blockquote p {
	margin-bottom: 1.6667em;
}


blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite, blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'trebuc', arial;
	line-height: 1.6;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
address {
	margin: 0 0 1.6em;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul, ol {
	margin: 0 0 1.6em 1.3333em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table, th, td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.8;
}

.pdfprnt-buttons img {
    margin: -10px 0px 24px 3px!important;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
 opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: rgba(51, 51, 51, 0.7);
 font-family: "Noto Sans", sans-serif;
}
/**
 * 5.0 Forms
 */

button, input, select, textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}
input:focus, select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
button[disabled], input[disabled], select[disabled], textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 0.375em;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	outline: 0;
}
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	padding:10px 5px;
	position: static;
	right: 0;
	bottom: 0;
	margin:10px 0 0 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
.search-form input[type="submit"], .widget .search-form input[type="submit"] {
	padding: 0;
}
.left_container .search-form input[type="submit"]{
	padding:10px;
}
/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #006898;
	
}
a:hover, a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	text-decoration: underline;
}
/* Custom CSS */

h1, h2, h3, h4, h5, h6, p, ul, li, body, html, form, fieldset, figure {
	margin:0;
	padding:0;
	outline:none;
	font-weight:normal;
	border:0
}
form, fieldset {
	float:left;
	width:100%
}
figure {
	float: left
}
img {
	border:0 none;
	max-width: 100%;
	height: auto;
	display: inline-block;
}
a {
	text-decoration:none;
	border:0;
	outline:none!important;
}
ul {
	list-style:none;
}
input, select, a, textarea {
	outline: none!important
}
/****************reset css ends here*****************/
.layout {
	width:100%;
	float: left;
}
/****************Header css starts here*****************/
.vcard .fn{display:none;}
.vcard a{font-size:16px; color:#585858;}
.vcard .email{ background:url(images/email.png) no-repeat left 8px; padding:0 0 5px 28px; height:26px;}
.vcard .vcard_button{ background:url(images/link.png) no-repeat left 10px; padding:6px 0 8px 29px; height:30px; display:block;}
.attorney_single hr{ background:#006898; width:210px; margin:-8px 0 17px -15px;}
.header {
	width:100%;
	background-color: #fff;
	text-align:center;
}
.container {
	width:926px;
	margin: 0 auto;
}
.content-area.container{
	margin-top:97px;
	width:1170px;
}
.content-area.container.page_wp{
	margin-top:20px;
}
.upper-content .container {
	width:1020px;
}
.lower-content .container {
	width:1094px;
}
.footer .container {
	width:1168px;
}
.lower-content {
	margin:60px 0 0 0;
}
.head_top {
	width:100%;
	background-color: #006898;
	position:relative;
	min-height:52px;
}
.head_bottom {
	width:100%;
	margin-top:20px;
}
.head_bottom h2 {
	font-family:"Times New Roman", Times, serif;
	color:#003565;
	letter-spacing: 1.5px;
	font-size: 21px;
	margin:29px 0 0 -13px;
}
.head_logo {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}
.head_logo img {
	max-width:100%;
	margin:-3px 0 0 -3px;
}

/****************Header css ends here*****************/
/****************Nav css starts here*****************/
.nav {
	width:99%;
	text-align:center;
	margin:7px 0 8px 6px;
	position:relative;
}
.responsive_menu {
	display:none;
}
.nav .menu li {
	display:inline-block;
	background:url(images/border_left.jpg) no-repeat left 3px;
	padding: 0 0 0 11px;
	margin: 0 11px 0 0
}
.nav .menu li:first-child {
	background:none;
	padding:0;
}
.nav .menu li:first-child a {
	background:url(images/home_icon.png) no-repeat 5px 1px;
	text-indent:-999em;
	display:block;
	width: 20px;
	height: 20px;
	margin:0 0 0 5px;
}
.nav .menu li a {
	font-family: 'trebuc', arial;
	font-size:16px;
	color:#006898;
}
.nav .menu li a:hover, .nav .menu li.current-menu-item a {
	color:#003565;
}
/****************Nav css ends here*****************/


/****************Slider css starts here*****************/
.banner {
	width:100%;
	position:relative;
	background-color:#e4e4ca;
}
.banner_text {
	width:100%;
	max-width:180px;
	position:absolute;
	z-index:999;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	bottom:5%;
	line-height:22px;
	color:#006898;
	font-size:20px;
	font-family: 'trebuc', arial;
}
.clear {
	clear:both;
}
/****************Slider css ends here*****************/

/****************Body-content css starts here*****************/

.upper-content, .lower-content, .attorney_flahive {
	width:100%;
	text-align:center;
}
.about_firm {
	margin:52px 0 0 0;
	text-align:left;
}
.about_firm2 {
	margin:30px 0 0 0;
	text-align:left;
}
.about_firm li {
	display:inline-block;
	margin:0 -24px 0 81px;
	text-align:center;
	vertical-align:top;
	width:160px;
}

.about_firm li img {
	vertical-align:middle;
}
.about_firm2 li img {
	vertical-align:middle;
}
.about_firm li:first-child {
	margin:0 0 0 21px;
	width:auto;
}
.about_firm li:last-child {
	margin:0 0 0 75px;
	width:auto;
}
.right_sidebar .about_firm li{
	clear:both;
	margin:0 auto 21px;
	padding:0;
	display:block;

}
.right_sidebar .about_firm li:first-child{
	margin:0 auto 24px;

}
.right_sidebar .about_firm li:last-child{
	margin:0 auto 24px;

}
.right_sidebar .about_firm li:last-child a{
	padding-top:1px;
	display:block;
}
.right_sidebar .about_firm li:last-child span{
	margin:4px 0 0 14px;
}
.right_sidebar .about_firm2 li:last-child span{
	margin:4px 0 0 14px;
}
.right_sidebar .about_firm{
	margin:45px 0px 0 0;
}
.right_sidebar .about_firm li span{
	margin:10px 0 0 0;
	font-size:20px;
}
.about_firm li span {
	font-family: 'trebuc', arial;
	font-size:24px;
	color:#006898;
	display:block;
	margin:1px 0 0 4px;
}
.about_firm li:hover span{color:#003565;}
.about_firm2 li span {
	font-family: 'trebuc', arial;
	font-size:24px;
	color:#006898;
	display:block;
	margin:1px 0 0 4px;
}
.about_firm2 li:hover span{color:#003565;}
.unknown_browser .about_firm li{
	margin:0 auto 21px!important;
}

.unknown_browser .about_firm li span{
	font-size:22px;
	white-space:nowrap;
}
div.attorney {
	max-width:300px;
	float:left;
}
.flahive {
	text-align:left;
	line-height: 30px;
	font-size:18px;
	color:#585858;
	width:724px;
	float:right;
}
.flahive h2{
	line-height:normal;
}
div.attorney h4 {
	font-size:24px;
	font-family: 'Geneva', arial;
	color:#00355f;
	text-align:left;
	margin:0 0 0 2px;
	letter-spacing:1px;
}
.flahive h2 {
	margin:0 0 18px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#003565;
	text-align:left;
}
.flahive p {
	margin:0 0 0 2px;
	line-height:30px;
	font-family: 'trebuc', arial;
	font-size:18px;
	color:#585858;
	text-align:justify;
}
.attorney_single .right_div {overflow-y: visible;}
.attorney_single .right_div img{
    margin-top: 5px;
}
/****************Body-content css ends here*****************/
 
 /****************Footer css starts here*****************/
 .footer {
	width:100%;
	color:#585858;
	font-size:14px;
}
.footer a {
	color:#585858;
}
.footer a:hover {
	text-decoration:underline;
}
.footer li {
	margin:0 0 8px;
}
.footer li:last-child {
	margin:0;
}
.texas_news-events li {
	background:url(images/list.png) no-repeat 2px 5px;
	vertical-align:top;
	color:#006898;
	padding:0 0 0 7px;
	font-size:22px;
	line-height:20px;
	margin:0 0 14px;
	text-indent:5px;
}
.right_sidebar li{
	padding:0 0 9px 15px;
	background:url(images/list.png) no-repeat left 5px;
}
.right_sidebar li h3 a{
	line-height:20px;
	color:#70716c;
	font-size:14px;
}
.right_sidebar li h3 a:hover,.right_sidebar .categories li a:hover{
	text-decoration:underline;
}
.right_sidebar .categories li a{
	font-size:18px;
	color:#70716c;
}
.texas_news-events a {
	font-size:14px;
	vertical-align:top;
}
.contact_right a {
	font-size:18px;
	color:#006898;
}
.footer_top {
	margin:49px 0 0 0;
	width:100%;
	background-color:#cce1ea;
	padding:23px 0 8px;
}
.footer_bottom {
	width:100%;
	padding:9px 0 11px 5px;
	background-color:#00355f;
	color:#efeacb;
	font-size:14px;
	text-align:center;
}
.footer_bottom a {
	color:#efeacb;
}
.footer_bottom a:hover {
	text-decoration:underline;
}
.texas_department {
	width:348px;
	float: left;
	border-left:1px solid #adb8b4;
	border-right:1px solid #adb8b4;
	padding:0 58px;
	margin:0 60px 0 0;
	line-height: 16px;
}
.texas_contact {
	width:27%;
	float: left;
}
.texas_news-events {
	width:32.8%;
	float: left;
	border-left:1px solid #adb8b4;
	border-right:1px solid #adb8b4;
	padding:0 44px;
	margin:0 0 0 59px;
}
.contact_left, .contact_right {
	line-height:17px;
}
.contact_left {
	width:55%;
	float:left;
	margin:0 1% 0 0;
}
.contact_right {
	width:38%;
	float:right;
}
.footer h3 {
	color:#00355f;
	font-family: 'Geneva', arial;
	font-size:24px;
	margin:10px 0 15px;
	letter-spacing:1px;
}
.footer h5 {
	color:#00355f;
	font-size:14px;
}

/****************Footer css ends here*****************/
 .about_firm li span {
	font-size:23px !important;
}
.toggle-button {
	display:none;
	width:95px;
	float:left;
	line-height:46px;
	font-size:17px;
	color:#006898;
	cursor:pointer;
	background:url(images/mobile1.png) right no-repeat
}
.home-mobile {
	display:none;
	width:85px;
	float:left;
	background:url(images/mobile2.png) left no-repeat;
	margin-left:70px
}
.home-mobile a {
	line-height:46px;
	font-size:17px;
	color:#006898;
	display:block
}

.left_container{
	margin-top:34px;
	width:100%;
	max-width:665px;
	float:left;
}

.right_sidebar{
	margin-bottom:60px;
	min-height:882px;
	background:url(images/right-bg.jpg) repeat-x;
	padding:10px 45px;
	width:100%;
	max-width:360px;
	float:right;
}
.right_sidebar .attorney{
	margin:20px 0;
	float:none;
}
.right_sidebar.for_page{
	margin:3px 0 0 0;
	padding: 10px 32px;
	background:url(images/right-bg1.jpg) repeat-x;
}
.right_sidebar.for_page .attorney h4{
	margin:0 0 2px 2px;
}
.right_sidebar.for_page li{
	background:none;
}
.right_sidebar img{
	margin:1px auto;
	display:block;
}
#super_searchform{
	float:none;
	margin:15px auto 26px;
	max-width:250px;
	position:relative;
}
.input-group{
	border:1px solid #404346;
	margin-left:2px;
}
.right_sidebar input[type=text]{
	font-size:16px;
	padding:8px 10px 9px 7px;
	font-family: 'Geneva', arial;
	color:#585858;
}

.right_sidebar input[type=submit]#searchsubmit{
	position:absolute;
	z-index:5;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	padding:0;
	text-indent:-999em;
	background:url(images/search-icon.png) no-repeat;
}

.right_sidebar h3{
	font-size:24px;
	margin-left:-2px;
	margin-bottom:15px;
	color:#006898;
	font-family: 'trebuc', arial;
}
/* Recent post */

.rpwe-block ul{
margin-top: 19px;
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
margin-bottom:42px;
}
ul.xoxo.categories{
margin-top:28px;
}

.rpwe-block li{
margin-bottom: 11px;
padding-bottom: 9px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.post-navigation h2.screen-reader-text{
	display:none;
}

.left_container article{
	font-family: 'trebuc', arial;
	color:#70716c;
	padding:0 13px 30px;
	border-bottom:1px solid #9cc5d7;
}
.left_container article img{
	float:left;
	margin:4px 25px 24px 3px;
}
.left_container article p{
	font-size:16px;
	line-height:22px;
	text-align:justify;
	margin:0 0 15px;
}
.left_container h1{
	font-size:24px;
	color:#006898;
}
.list_top{
	display:block;
	margin:15px 0 30px 0;
	font-size:14px;
}
.blue{
	color:#006898;
}
.post-navigation .nav-next,.post-navigation .nav-previous{
	background:none !important;
}
.post-navigation{
	padding:23px 0 0 0;
	text-align:center;
}
.nav-previous,.nav-next{
	margin:0 55px 0 11px;
	display:inline;
}
.post-navigation a{
	color:#006898;
	font-size:18px;
}

.blog .status-publish img{
	float:left;
}
.blog .status-publish .entry-title{
	font-size:18px;
}

h1.entry-title-page{
	margin:0 0 20px 4px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#003565;
}
.page_wp.attorney_single .left_container{
	margin-left:-1px;
	max-width:765px;
}
.attorney_single h1.entry-title-page{
	margin:19px 0 15px 14px;
}

h2.entry-title-page{
	margin:63px 0 13px 6px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#006898;
}
h2.entry-title-page.first{
	margin:35px 0 13px 6px;
}
h2.entry-title-page.last{
	margin:69px 0 7px 6px;
}
h6.last-head{
	margin:-2px 0 7px 8px;
}
h6.last-head span{
	color:#13699a;
	font-size:20px;
}

table.clients,table.clients td,table.resource,table.resource td{
	border:0;
	margin:0;
}
.clients ul{
	margin:0 0 43px;
}
.clients ul:last-child{
	margin:0;
}
.clients li{
	margin:3px 0 0 0;
}
.page_wp table h3{
	font-size:19px;
	color:#006898;
	text-transform:uppercase;
}
.page_wp{
	font-size:16px;
	color:#585858;
	font-family: 'trebuc', arial;
}
.page_wp .left_container{
	max-width:783px;
	margin-left:7px;
}
.accordion h3,.list_menu a h3{
	width:100%;
	box-sizing:border-box;
	cursor:pointer;
	color:#006898;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	border-top:1px solid #9cc5d7;
	padding:17px 60px 17px 15px;
	background:url(images/arrow.png) no-repeat 733px 28px;
}
.accordion h3.ui-accordion-header-active,.list_menu a h3.active{
	background:url(images/arrow1.png) no-repeat 733px 28px;
}
.list_menu a h3{
	line-height:28px;
}
.tab_box{
	
	color:#585858;
	margin:5px 0 0 15px;
    width: 91%;
}
.tab_box p{
	font-size:16px;
	line-height:22px;
	text-align:justify;
	margin:0 0 15px;
}
ul.list_menu{
	margin: 29px 0 0 -8px;
	width: 765px;
}
.extra_fields .accordion h3{
	font-family: 'trebuc', arial;
	padding:14px 60px 12px 15px;
	color:#585858;
	font-size:20px;
}
.extra_fields .accordion h3.text_indent{
	text-indent:23.5%;
}
h4.same_heading{
	font-family: 'trebuc', arial;
	color:#585858;
	font-size:20px;
}
.extra_fields .accordion h3.ui-accordion-header-active{
	background-position:734px 17px;
	background-color:#f3f0d6;
}
.ui-accordion-content{
	text-align:left;
	margin:4px 40px 20px 14px;
	line-height: 24px;
	font-size:18px;
	color:#585858;
	font-family: 'trebuc', arial;
}
.extra_fields .ui-accordion-content{
	padding-bottom:5px;
	margin:0 0 0px;
	border-bottom:1px solid #f3f0d6;
	background-color:#f3f0d6;
}
.accordion{
	margin:30px 26px 0 -7px;
}
.extra_fields .accordion{
	margin:0px 26px 0 -7px;
}
.accordion img,.tab_box img{
	float:left;
	margin:4px 28px 22px 0;
}
.accordion .email_icon img{
	margin:-1px 0 0 0;
	float:none;
}
.accordion hr{
	height:1px;
	background:#9cc5d7;
	border:0;
}

.extra_fields .accordion hr{
	margin-top:0px;
}
.left_td{
	width:188px;
}
a.read_bio{
	color:#006898;
	font-size:16px;
	font-family: 'trebuc', arial;
	margin:35px 0 54px 43px;
	display: inline-block;
}
.extra_fields .ui-accordion-content.departments,.departments{
	font-family: 'trebuc', arial;
	padding:8px 0 8px 15px;
	line-height:23px;
	font-size:16px;
	color:#585858;
}

.spec-table,.extra_fields .extra_fields_div h3,.extra_fields .extra_fields_div h4,table.no_border.gap_main .no_border td.text_indent{
	text-transform:capitalize;
}


.extra_fields .accordion h3.arrow-change{
	background:url(images/arrow1.png) no-repeat 733px 28px;
}
.extra_fields .accordion h3.arrow-change{
	background-color: #f3f0d6;
    background-position: 734px 17px;
}
.extra_fields_div_list{
    background-color: #f3f0d6;
    border-bottom: 1px solid #f3f0d6;
    margin: 0;
    padding-bottom: 5px;
}
.departments.extra_fields_div_list{
    padding-bottom:30px;
}

.accordion table.no_border{
	font-family: 'trebuc', arial;
	font-size:16px;
	color:#585858;
	margin:-11px 0 0 0;
}
table.no_border,table.no_border td,table.no_border th{
	padding-top:0;
	vertical-align:top;
	border:0;
}
table.no_border th{
	line-height:15px;
	padding:0 0 0 0;
	font-size:16px;
	color:#585858;
	font-family: 'trebuc', arial;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:2px solid #969696;
}
table.no_border th.right,table.no_border td.right{
	text-align:right;
}
table.no_border td{
	line-height:22px;
}
.email_icon{
	margin:0 0 0 5px;
	display:inline-block;
}

table.no_border.gap_main td.gap_td{
	width:102px;
}
table.no_border.gap_main td.gap_td.second{
	width:89px;
}
table.no_border.gap_main td{
	padding-left:9px;
	width:190px;
	padding-top:3px;
}
table.no_border.gap_main .no_border td{
	padding:9px 0 0 0;
	width:auto;
}
table.no_border.gap_main .no_border td.text_indent{
	font-size:16px;
	white-space: nowrap;
	color:#12699a;
	font-style:italic;
}

table.gap_main{
	width:90%;
}


.banner_outer{
	max-width: 926px;
	margin: 0px auto;
}
.banner_outer li{
	display:inline-block;
	 width: 32.3%;
}

form.post-password-form{
	width:70%;
}
.border_bottom{
	margin-top:-10px;
	margin-bottom:35px;
	border-bottom:5px solid #006898;
}
.image_border{
	border:1px solid #006898;
	padding:6px;
	max-width: 186px;
	float: left;
	margin: 0 0 0 15px;
	float:left;
}
.image_border img{
	width:100%;
}
.right_div{
	float:right;
	width:487px;
	margin: -2px 0 0 0;
	line-height: 22px;
	display:block;
	height: 304px;
	overflow-y:scroll;
}
.attorney_single .extra_fields{
	margin: -37px 0 0 15px;
	line-height: 31px;
}
.extra_fields .vcard{
	margin:1px 0 0 0;
}
table.resource{
	margin:22px 0 0 -13px;
	font-family: 'trebuc', arial;
}
table.resource hr{
	margin:0 0 14px;
	padding:0;
	background:#9cc5d7;
}
.pdf_link{
  display: block;
  min-height: 16px;
  background: url(images/pdf.png);
  padding-left: 25px;
  margin: 11px 0 5px -8px;
  background-size: 20px;
  background-repeat: no-repeat;

}
.link_icon{
	min-height: 25px;
	display:block;
	background:url(images/link1.png) no-repeat left 7px;
	padding-left:25px;
}
ul.link_icon_list{
	margin:2px 0 20px 18px;
	list-style:disc inside;
}
ul.link_icon_list li{
	background:url(images/link1.png) no-repeat;
	padding-left:30px;
}
ul.link_icon_list li a{
	margin-left:-5px;
}
.big_text{
	display:block;
	margin:0 0 18px 19px;
	font-size:20px;
	color:#585858;
}
.big_text.last{
	margin:0 0 3px 19px;
}
.big_text.only{
	margin:19px 0 0 45px;
}
td.width60{
	width:473px;
}
.last_text{
	margin:19px 0 0 19px;
}
.last_text .big_text{
	margin: 0 0 3px 26px;
}
.last_text .link_icon{
	background-position:left 2px;
	padding-left: 25px;
	padding-bottom:10px;
}
.main_last_div{
	margin:9px 0 17px 26px;
}
.main_last_div a{
	color:#585858;
}
.resource td.last{	
	vertical-align:top;
}
ul.mobile_icon{
	margin:-11px 0 0 28px;
}
.mobile_icon li{
	min-height: 47px;
	font-size:20px;
	color:#585858;
	margin:2px 0 38px;
	background:url(images/calc.png) no-repeat left 3px;
	padding-left:36px;
}

.workers_div p,.workers_div .entry-content{
	margin:0 0 15px;
	line-height:22px;
	font-size:16px;
}
.workers_div .entry-content{}
.workers_img{
	float:left;
	padding:5px;
	border:1px solid #006898;
	margin:3px 32px 0 7px;
}
.workers{
	line-height:22px;
	font-size:16px;
}
.workers a{
	color:#006898;
}
.heading_top{
	display:block;
	margin:0 0 2px;
	font-size:18px;
	color:#006898;
}
.heading_top_sec{
	display:block;
	margin:0 0 0px;
	color:#006898;
}
.text_center{
	text-align:center !important;
}
.text_left{
	text-align:left !important;
}
.table_last{
	width:100%;
	margin:0;
	padding:0; 
}

.color_fst{
	background:#cce1ea;
}
.color_snd{
	background:#e5eef2;
}
.color_trd{
	background:#DEDEDE;
}
.color_main{
	background:#990000;
}
.content-area.container.blog_post{
	margin-top:18px;
}
.blog_post h1.entry-title-page{
	/*margin-left:13px;
    margin-bottom: 13px;*/
}
.blog_post hr{
	background:#9cc5d7;
}
.blog_post .right_sidebar,.page-template-resources .right_sidebar{
	margin-top:78px;
}
.blog_post .status-publish h3 a.entry-title, article h3{
	font-size:24px !important;
	color:#006898;
}
.blog .blog_post .status-publish h3{
	margin:0 0 10px;
}
.tags{
	display:block;
	margin:4px 0 0 0;
	color:#006898;
	font-size:14px;
	padding:0 0 0 30px;
	background:url(images/icon.jpg) no-repeat center left;
}
.blue_text{
	display:inline-block;
	margin:5px 0 0 0;
}
.tags a,.blog_post a,.blue_text, article > h3 > a{
	color:#006898;
	padding: 0 0 20px 0;
}
.blog_post{
	font-size:14px;
	color:#70716c;
}
.entry-content{
	margin:0 0 15px;
	line-height:22px;
	font-size:16px;
}
.blog_post article,.category article{
	padding-bottom: 37px;
	margin-bottom:20px;
}
.pagination{
	margin:45px 0 0 3px;
}
.pagination li{
	margin:0 8px 0 9px;
	font-size:20px;
	display:inline-block;
}
.pagination li.first{
	margin-right:35px;
}
.pagination li a{
	color:#70716c;
}
.pagination li.active a,.pagination li a:hover{
	color:#12699a;
	text-decoration:underline;
}
.arrow_next a{
	width:0;
	display:inline-block;
	padding:0 0 0px 20px;
	text-indent:-999em;
	background:url(images/arrow2.jpg) no-repeat center;
}
.arrow_prev a{
	width:0;
	display:inline-block;
	padding:0 0 0px 20px;
	text-indent:-999em;
	background:url(images/arrow1.jpg) no-repeat center;
}
.not-found .screen-reader-text{
	margin:5px 0 5px;
	display:block;
}
.not-found input[type=search]{
	margin:0 0 5px;
	max-width:500px;
}

.alignleft{
	margin:0 10px 10px 0;
	float:left;
}
.alignright{
	margin:0 0 10px 10px;
	float:right;
}
.alignone{
	margin:0 0 10px 0;
	float:none;
}

.doctor ul { list-style: outside; margin-left: 20px; margin-bottom: 15px;}
.doctor .services .serviceItem { margin-top: 30px; float: left; width: 33%; padding-right: 15px; box-sizing: border-box;   }
.doctor .services .serviceItem li { margin-bottom: 5px; }
.doctor .services .serviceItem li.itemHead  { font-weight: bold; }
.doctor .services .serviceItem h4 { color: #006898; font-size: 20px; margin-bottom: 20px; }
.doctor .workers_div_div { padding-left: 20px; display: none; }
.border-box { border: 1px solid #eaeaea; padding: 10px; margin: 20px 0; }
.border-box.notop { margin-top: 0; }
.border-box.options { display: none; }

/* End Recent Post Css */

/* Doctor Review changes css */
.doctor_newone_sec .accordion{ background:#f9f9f9;margin-right: 0;margin-left: 0;margin: 0;}
.doctor_newone_sec .doctor .workers_div_div{padding-right:20px;padding-left: 20px;}
.doctor_newone_sec .accordion h3{background: #006898 url(images/arrow-wht.png) no-repeat 97% center;color: #fff;margin-bottom: 20px;padding-left: 15px;}
.doctor_newone_sec .accordion ul{ list-style:none;}
.doctor_newone_sec .accordion ul li::before {content: "\2022"; color: #006898; font-weight: bold; display: inline-block;  width: 1em; margin-left: -1em;}
.ajc {
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 15px;
}
.doctor_newone_sec .accordion ol li{list-style:none; position:relative;counter-increment: list;margin-bottom: 15px;padding-left: 20px;}
.doctor_newone_sec .accordion ol li:before { color: #006898; content: counter(list); left:-20px; position: absolute;width: 30px;border: 2px solid #006898;border-radius: 100%;height: 30px;line-height: 28px;text-align: center;}
.doctor_newone_sec .accordion ol li span {color: #006898;border: 2px solid #006898;border-radius: 100%;width: 30px;height: 30px;display: inline-block;text-align: center;line-height: 28px;margin-right: 5px;}
.req_elect_sec {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 20px 10%;
    margin: 0px 0 22px;
}
.req_elect_sec p {
    font-size: 20px;
    line-height: 34px;
    padding: 0;
    margin: 0;
}
.new_diamond_service_sec {
    border: 1px solid #e3e3e3;
    background: #fff;
}
.new_diamond_service_sec h3.title{ background:#003665;}
.content_sec {
    padding: 0 20px 10px;
}
.other_serviceItem_list{display: flex;}
.doctor_newone_sec .doctor .services .serviceItem{background: #fff;padding:0; border:1px solid #e3e3e3;}
.doctor_newone_sec .doctor .services .serviceItem.first{border-right: 0;}
.doctor_newone_sec .doctor .services .serviceItem.last{border-left: 0;}
.doctor_newone_sec .doctor .services .serviceItem h4{background: #298cb9;text-align: center;padding: 15px 0;line-height: 26px;color: #fff;}
.doctor_newone_sec .doctor .services .serviceItem.first h4{background: #006898;}
.doctor_newone_sec .doctor .services .serviceItem.last h4{background: #63b7dd;}
.doctor_newone_sec .doctor .services .serviceItem ul {padding: 0 15px;}


.doctor_newone_sec .border-box { border:none; background:#f9f9f9;}
.doctor_newone_sec .border-box label.desc, .doctor_newone_sec .border-box legend.desc{font-weight:bold;color: #585858;}
.doctor_newone_sec .border-box input.text, .doctor_newone_sec .border-box input.search, .doctor_newone_sec .border-box input.file{background:#fff;height: 42px;}
.doctor_newone_sec .border-box textarea.textarea{background:#fff;height: 83px;}
.doctor_newone_sec .border-box select{-webkit-appearance: none; -moz-appearance: none;background: #fff url(images/select-arrow-icon.png) no-repeat 96% center;border-radius:0px;-webkit-appearance: none; -webkit-border-radius: 0px;border:1px solid #e2e2e2;max-width: 480px; height: 42px;}
.doctor_newone_sec .border-box li .left_sec{width: 33.333%;padding-right: 8px;float: left;margin: 0;}
.doctor_newone_sec .border-box li .mid_sec{width: 33.333%;padding: 0 7px;float: left;margin: 0;}
.doctor_newone_sec .border-box li .right_sec{width: 33.333%;padding-left: 8px;float: right;margin: 0;}
.doctor_newone_sec .border-box li .right_sec.phone span{ width:30%;margin: 0;}
.doctor_newone_sec .border-box li .right_sec.phone span.symbol{ width: 5%;text-align: center;}
.doctor_newone_sec .border-box li .left_sec.phone span{ width:30%;}
.doctor_newone_sec .border-box li .left_sec.phone span.symbol{ width: 5%;text-align: center;}
.left_sec.date span, .mid_sec.date span, .mid_sec.phone span{width:30%;margin: 0;}
.left_sec.date span.symbol, .mid_sec.date span.symbol, .mid_sec.phone span.symbol{font-size: 90%; padding-top: 12px; width: 5%; text-align: center;}
.doctor_newone_sec .wufoo li.two span{float:left!important;}
.doctor_newone_sec form li.section h3{margin: 0;padding: 0;border-bottom: 0;}
.doctor_newone_sec form li.buttons input{ background:#006898;font-size: 20px;line-height: 28px;padding: 12px 40px;}
.doctor_newone_sec form li.buttons input:hover{ background:#0a5375;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b5b5b5;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b5b5b5;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b5b5b5;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b5b5b5;
  opacity:1;
}

/* End Doctor Review changes css */

/* Medical Exam Service Request changes css */
.doctor_newone_sec form h3.title {background: #006898;color: #fff;margin: -10px 0 5px -11px !important;width: calc(100% + 20px);padding: 15px 20px !important;}
.doctor_newone_sec .border-box li.twosec .left_sec {width: 50%;margin: 0;}
.doctor_newone_sec .border-box li.twosec .right_sec {width: 50%;margin: 0;}
.doctor_newone_sec form li.section #instruct448 {margin-top: 15px;}
.doctor_newone_sec form li#foli447 {border-top: 1px solid #e2e2e2; padding-top: 25px; margin-top: 15px;}

/* End Medical Exam Service Request changes css */



/* Responsive CSS */

@media screen and (max-width:1200px) {
.head_logo {
	max-width:90%;
}
.container {
	width:100%;
	margin:0 auto;
}
.footer .container {
	width:90%;
	margin:0 auto;
}
.texas_department {
	padding:0 10px;
	margin:0 30px 0 0;
}
.texas_news-events {
	padding:0 10px;
	margin:0 0 0 30px;
}
.input_box input[type="button"]{
	padding:8px 8px 6px;
}
} /* End */
@media screen and (min-width:1100px) and (max-width:1200px){
.lower-content .container {
    width: 990px;
}
div.attorney{
	width:24%;
}
.right_sidebar div.attorney{
	width:100%;
}
}

@media screen and (max-width:1100px) {
.about_firm li {
	width:120px;
}
.about_firm {
	text-align:center;
}
.about_firm li span {
	font-size:16px;
}
.upper-content .container, .lower-content .container {
	width:88%;
}
.flahive, div.attorney {
	width:auto;
	float:none;
	margin:0 auto 20px;
}
.about_firm li, .about_firm li:first-child, .about_firm li:last-child {
	margin:0 3%;
}
.contact_right a {
	font-size:14px;}


} /* End */
 @media screen and (min-width:769px) and (max-width:1200px) {
	 .firefox .input_box input[type="button"], .safari .input_box input[type="button"]{
		 padding: 10px 8px 9px;
	 }
	 .page_wp.attorney_single .left_container{
		 max-width:70%;
	 }
.content-area.container {
	margin-top:6%;
	width:98%;
}
#super_searchform {
	max-width:100%;
}
div.attorney h4, .accordion h3 {
	font-size:20px;
}
.right_sidebar .about_firm li span {
	font-size:16px;
}
.stylish-select .newListSelected {
	width:77%;
	padding:0 0 0 1%;
}
.page_wp table h3, .ui-accordion-content {
	font-size:13px;
}
.ui-accordion-content {
	margin-right:0;
}
.accordion {
	margin:30px 26px 0 -7px;
}
.accordion h3.ui-accordion-header-active, .accordion h3 {
	background-position:right center;
}
.clients li {
	font-size:12px;
}
.stylish-select .selectedTxt {
	font-size:12px;
	padding:0;
}
.input_box input[type="button"] {
	font-size:12px;
	padding:4% 2%;
}
.texas_department {
	width:30%;
}
.right_sidebar, .right_sidebar.for_page {
	padding: 10px 2%;
}
.footer h3, .right_sidebar h3, .left_container h1 {
	font-size:20px;
}
.right_sidebar .categories li a, .post-navigation a {
	font-size:15px;
}
.left_container, .page_wp .left_container {
	max-width:68%;
}
.right_sidebar {
	margin-right:2%;
	width:28%;
}
#super_searchform {
	width:250px;
}
.right_sidebar input[type="text"] {
	padding:6px 10px 6px 8px;
}
.mobile_icon li{
	font-size:16px;
}
} /* End */
@media only screen and (min-width : 768px) and (max--width : 769px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ }	 
.input_box input[type="button"]{
	padding:10px 11px 10px;
}
}
 @media screen and (min-width:768px) and (max-width:1024px) {
	 
.input_box input[type="button"]{
	padding:8px 3px 6px !important;
}
	 .input_box input[type="button"] {
	font-size:12px;
	padding:9px 2%;
}
	 .banner_outer li{
		 width:32.9%;
	 }
	 .right_sidebar.for_page{
		 margin-right:8px;
	 }
	 table.resource td{
	font-size: 13px;
	display:block;
}
.nav .menu li a {
	font-size:12px;
}
.contact_right a, .footer a, .footer_bottom {
	font-size:12px;
}
.about_firm li, .about_firm li:first-child, .about_firm li:last-child {
	margin:0 1.9%;
}
 .page_wp.attorney_single .left_container{
	 max-width:68%;
 }
 .right_div{
	 width:58%;
 }
} /* End */
 @media screen and (max-width:768px) {
	 
.entry-content table{
	word-spacing:normal;
	font-size:12px;
	width: 100%;
}
table{    table-layout: auto;  width: 100%;}
.page-template-resources table.resource td {width:100% !important; height:auto!important;}
.page-template-resources table.resource td .big_text {margin-left:0; font-size: 16px;}
 .page_wp.attorney_single .left_container{
	 max-width:90%;
	 margin:0 auto;
 }
 .right_div {
width: 65%;
}
.extra_fields .accordion{
	margin:0;
	max-width:100%;
}
table.resource{
	margin:0;
	width: 100% !important;
}
td.width60{
	width:100%;
}
table.clients td,.accordion table.no_border,table.resource td{
	font-size: 13px;
	display:block;
}
table.no_border.gap_main td.gap_td,table.no_border.gap_main td.gap_td.second{
	width:10%;
}
.extra_fields .accordion h3.text_indent{
	text-indent:179px;
}
ul.list_menu{
	width:100%;
	margin:0;
}
.extra_fields .accordion h3.ui-accordion-header-active,.extra_fields .accordion h3,.extra_fields .accordion h3.arrow-change, .list_menu a h3, .list_menu a h3.active{
	background-position:98% center;
}
.extra_fields .accordion h3,h4.same_heading{
	font-size: 15px;
	
}
h2.entry-title-page{
	font-size: 19px;
}
.page_wp table h3,a.read_bio{
	font-size: 14px;
}
form.post-password-form {
	width:100%;
}
.banner_outer li {
	width:32.901%;
}
.right_sidebar {
	min-height:930px;
}
.accordion {
	max-width:96%;
	margin:15px auto 0;
}
.right_sidebar h3, .left_container h1, .accordion h3 {
	font-size:18px;
}
.ui-accordion-content {
	margin:4px 0 20px 0;
	font-size:14px;
}
.accordion h3 {
	padding-left:0;
	padding-right:5%;
}
.right_sidebar .attorney {
	margin-left:auto;
	margin-right:auto;
}
.accordion h3.ui-accordion-header-active, .accordion h3 {
	background-position:right center;
	padding-right:12%;
}
.content-area.container {
	width:100%;
	margin-top:5%;
}
.left_container, .right_sidebar, .right_sidebar.for_page, .page_wp .left_container, .footer .container {
	float:none;
	margin: 20px auto;
	max-width: 90%;
}
.right_sidebar {
	max-width:90%;
	margin:40px auto;
}
.flahive h2 {
	font-size:28px;
}
.upper-content .container, .lower-content .container {
	width:80%;
}
.about_firm li, .about_firm li:first-child, .about_firm li:last-child {
	display:inline-block;
	width:160px;
	margin:0 2% 40px;
}
.about_firm li span {
	font-size:24px;
}


.banner_text {
	position:relative;
	border:0;
	padding:22px 0;
	max-width:300px;
}
.menu-primary-container {
	display:none;
	clear:both;
	position:absolute;
	top:46px;
	left:0;
	z-index:9999999;
	width:100%
}
.toggle-button, .home-mobile {
	display:inline-block;
	float:none;
	margin:0;
	padding:0;
}
.nav .menu li:first-child {
	display:none;
}
.head_logo {
	max-width:300px;
	top:72%;
}
.texas_department, .texas_contact, .texas_news-events {
	width:auto;
	float:none;
	padding:0;
	margin:20px 0px 40px;
	border:0;
}
.footer_bottom {
	font-size:13px;
	text-align:left;
}
address {
	font-size:11px;
}
.nav {
	width:100%;
	margin-left:0;
}
.nav .menu li {
	margin:0;
	padding:0;
	text-align:left;
	display:block;
	background:#cce1ea;
	border-bottom:1px solid #fff;
}
.nav .menu li a {
	display:block;
	font-size:14px;
	padding:17px 0 17px 18%;
	color:#006898;
}
.nav .menu li a:hover, .nav .menu li.current-menu-item a {
	color:#003565;
}

.search .right_sidebar.for_page {
    margin: 160px auto 0;
}
.right_sidebar.for_page, .right_sidebar {
    clear: both;
    min-height: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {margin: 0 0 30px;}

} /* End */

@media screen and (max-width:767px) {
.clients td {
    padding: 20px 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    padding: 0.375em;
    width: 100% !important;
}
.pdf_link{background-size: 17px;}
.left_container .search-form input[type="submit"] {
       margin: 0 0 20px;
}
td.content span{PADDING-LEFT: 15px !important;}
.doctor .services .serviceItem { width: 100%; padding-right: 0; }
.doctor .workers_div_div { padding-left: 0; }
form li div label, form li span label { font-size: 11px !important; }
form li.complex div span.left, form li.complex div span.right { width: 100% !important; }
.safari select.select { font-size: 100% !important; }
.wufoo li.two span { width: 100% !important; margin: 0 !important; }

.doctor_newone_sec .border-box li .left_sec, .doctor_newone_sec .border-box li .mid_sec, .doctor_newone_sec .border-box li .right_sec, .doctor_newone_sec .border-box li.twosec .left_sec, .doctor_newone_sec .border-box li.twosec .right_sec{width:100%; padding:0;}
.other_serviceItem_list {
    display: inline-block;
}
.doctor_newone_sec .doctor .services .serviceItem.first {
    border-right: 1px solid #e3e3e3;
}
.doctor_newone_sec .doctor .services .serviceItem.last {
    border-left: 1px solid #e3e3e3;
}
.req_elect_sec{padding: 20px 5%;}
.req_elect_sec p {font-size: 16px; line-height: 28px;}


 }

 @media screen and (min-width:480px) and (max-width:768px) {
	 
.banner_outer li {
	width:32.6%;
}
	 .right_div {
    width: 53%;
}
.right_sidebar.for_page, .right_sidebar {
	max-width:360px;
}
address, .footer h5, div.attorney h4 {
	line-height:normal;
	font-size:18px;
}
.contact_right a, .footer a, .footer_bottom {
	font-size:15px;
}
} /* End */

@media screen and (max-width:500px) {
	
.blog .blog_post .status-publish h3 a.entry-title{
	font-size:16px;
}
.tags{
	background-position:left top;
}
.pagination li.first{
	display:block;
	margin:0 0 10px;
}
.pagination{
	text-align:center;
	margin:20px 0;
}
.banner_outer li {
	width: 32.2%;
}
.about_firm li, .about_firm li:first-child, .about_firm li:last-child {
	display:block;
	width:160px;
	margin:0 auto 40px;
}

table.no_border.gap_main td{
	display:block;
	width:100%;
}
h6.last-head{
	font-size:14px;
}
table.no_border.gap_main td .no_border td{
	display:table-cell;
}
 .page_wp.attorney_single .left_container{
	 max-width:80%;
	 margin:0 auto;
 }
 .image_border{
	 float:none;
	 margin:0 auto;
 }
 .right_div{
	 width:100%;
	 margin:20px auto;
	 float:none;
     height: auto;
 }
 .attorney_single .extra_fields{
	 margin:0;
 }

}
@media screen and (max-width:450px) {
.workers_img{
	float:none;
	margin:0 0 20px;
}

.left_container, .right_sidebar, .right_sidebar.for_page, .page_wp .left_container, .footer .container {
	float:none;
	margin:20px auto 0;
	max-width: 80%;clear: both;
}
div.attorney h4 {
	font-size:16px;
}
.right_sidebar {
	padding:10px 8%;
}
.right_sidebar input[type="text"] {
	padding: 6px 10px 8px 8px;
}
#super_searchform {
	max-width: 200px;
}
div.attorney {
	max-width:200px;
}
.stylish-select .newListSelected {
	width:141px;
	padding:1px 0 1px;
}
.stylish-select .selectedTxt, .input_box input[type=button] {
	font-size:10px;
	margin-left:0;
}
.input_box input[type=button] {
	padding:11px 12px 12px!important;
	margin-left:1%;
}
.flahive h2 {
	font-size:23px;
}
.flahive p {
	font-size:14px;
	text-align:left;
}
.banner_text {
	font-size:16px;
	max-width:240px;
}
a.read_bio{
	margin:45% 0 0 0;
}
.left_td{
	width:75px;
}
.extra_fields .accordion h3.text_indent{
	text-indent:30px;
}
} /* End */
 @media screen and (max-width:375px) {
	 
.input_box input[type=button] {
	padding:11px 12px 12px;
}
.nav-previous, .nav-next {
	margin:0 2%;
}
.right_sidebar h3, .left_container h1 {
	font-size:20px;
}
.right_sidebar .categories li a {
	font-size:15px;
}
#super_searchform {
	max-width:156px;
}
} /* End */
.extra_fields .extra_fields_div h3{
	text-transform:capitalize;	
}
table table{
width:100%;
}
ul#menu-footer{
	padding:0;
	list-style:none;
	min-height:30px;
	text-align:center;
	margin:0 auto;
}
ul#menu-footer li{
	position:relative;
	float:left;
	
	text-align:center;
	border-right:1px solid #000;

}
ul#menu-footer li a{
	display:block;
	padding:5px 10px
}

.right_sidebar li:last-child {
  margin-bottom: 17px;
}
#intcalc #Bmonth,#intcalc #Bday,#intcalc #Byear,#Imonth,#Iday,#Iyear,#Emonth,#Eday,#Eyear,#Pmonth,#Pday,#Pyear,[name='MonthEntered'],[name='DayEntered'],[name='YearEntered'],[name='DueMonth'],[name='DueYear'],[name='DueDay'],[name='PayMonth'],[name='PayYear'],[name='PayDay']{
width:90px !important;		
}
#Weeks{
	margin-bottom:10px;	
}
 
.left_container span.error {
    color: #c00;
    display: block;
    font-size: 22px;
    padding: 15px 0;
    width: 100%;
}

.page-id-13 .accordion.workers_div h3{background:url(images/arrow1.png) no-repeat 97% 26px;}
.page-id-13 .accordion.workers_div h3.arrow-change{background:url(images/arrow.png) no-repeat 97% 26px;}
a.fax_hover:hover{ text-decoration:none;}

.post.hentry ul {
    list-style: disc;
    padding-left: 10px;
    margin: 0 0 10px;
}
.post.hentry ol {
    padding-left: 10px;
    margin: 0 0 10px;
}
.post.hentry ul li, .post.hentry ol li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}
@media screen and (max-width:768px) {
    .doctor_newone_sec .accordion{
        max-width: 100%;
    }
}

.home .banner_outer{
	padding-top:10px;
	padding-bottom:10px;
}
.home .banner_text.Defending_Text{
	  max-width: 700px;
	color:#003565;
    position: static;
    margin-top: 10px;
}
@media screen and (max-width:768px){
	.home .banner_text.Defending_Text{
		padding:0;
	}
}

/********* Attorney Form *********/
@media (max-width:767px){
.formSection.attorneyForm .billingForm .form-control {
	height: 45px;
	padding: 0 15px;
	font-size: 14px;
}
.formSection.attorneyForm .billingForm .form-group {
	margin-bottom: 15px;
}
.formSection.attorneyForm .billingForm .button-outer .btn {
	padding: 19px 30px;
}
}

/********* slider city name *********/
span.city-name {
    background-color: #003565;
    display: block;
    color: #e2da9f;
    padding: 3px 0;
    text-align: center;
}



/* New Design CSS */
.attorneyFormNew .editableRow .topSec {
	display: none;
}
.attorneyFormNew .editableRow .table-head ul:after{
	display: none;
}
.attorneyFormNew #form_billing .editableRow .container, .attorneyFormNew .billingForm .add_more_biller .container, .attorneyFormNew #form_billing .container{
	max-width: 1160px;
	padding: 0 30px
}
.attorneyFormNew .editableRow .table-head ul{
	display: flex;
	background-color: #bdb68e;
	border: 1px solid #000;
	border-bottom: 0;
}
.attorneyFormNew .editableRow .table-head li{
	width: 9%;
	padding: 10px;
	font-size: 14px;
	border-right: 1px solid #000;
}
.attorneyFormNew .editableRow .table-head li:after{
	display: none;
}
.attorneyFormNew .editableRow .table-head .billing-activity, .attorneyFormNew .editableRow .entryRow .form-group.invoiceBox{
	width: 34%;
}
.attorneyFormNew .editableRow .table-head .notes, .attorneyFormNew .editableRow .flexRow .form-group.notesBox{
	width: 28%;
	border-right: 0;
}
.attorneyFormNew .editableRow .table-head .entryid, .attorneyFormNew .editableRow .entryRow .form-group.noteBox{
	width: 7%;
}
.attorneyFormNew .editableRow .table-head .date, .attorneyFormNew .editableRow .entryRow .form-group.dateBox {
  width: 13%;
}
.attorneyFormNew .editableRow .entryRow .form-group.noteBox{
	
}
.attorneyFormNew .editableRow .entryRow {
	display: flex;
	border-bottom: 1px solid #000;
}
.attorneyFormNew .editableRow .entryRow .form-group{
	width: 9%;
	margin-bottom: 0;
	padding: 10px;
	border-right: 1px solid #000;
}
.attorneyFormNew .editableRow .inner-wrapper{
	border: 1px solid #000;
	border-bottom: 0;
}
.editableRow .form-group .value{
	font-size: 14px !important;
	padding: 0 !important;
	color: #000 !important;
}
.attorneyFormNew .add_more_biller{
	margin-top: 10px;
	text-align: right;
}
.attorneyFormNew .editableRow .entryRow .form-group label{
	display: none;
}
.attorneyFormNew .add_more_biller .btn{
	margin: 0;	
	font-size: 14px;
	padding: 8px 28px;
}
.attorneyFormNew .add_more_biller .btn:before{
	content: "+";
	padding-right: 5px;
}
.attorneyFormNew .add_more_biller .btn:hover{
	background-color: #027faa;
}

.attorneyFormNew #form_billing .billing_form_wrapper .form-group{
	margin-top: 10px;
	margin-bottom: 10px;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group label{
	display: none;
}
.attorneyFormNew .billing_form_wrapper{
	background-color: #f1f1f1;
  border: 1px solid #000;
  border-top: 0;
	padding-left: 6.5%;
}
.attorneyFormNew .billingForm .small-text{
	font-size: 11px;
}
.attorneyFormNew  .billingForm .form-control{
	padding: 0 12px;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group label.error{
	font-size: 11px;
}
.attorneyFormNew .billingForm .form-control.error{
		border-color: red;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth {
	width: auto;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-date{
	width: 14%;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-hours, .attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-minuites{
	width: 10%;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-activity{
	width: 35%;
}
.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note{
	width: 27%;
}
@media screen and (max-width:1023px){
/* 	.attorneyFormNew .editableRow .entryRow .form-group, .attorneyFormNew .editableRow .table-head li{
		width: 13%;
	}
	.attorneyFormNew .editableRow .entryRow .form-group.invoiceBox, .attorneyFormNew .editableRow .table-head .billing-activity{
		width: 34%;
	}
	.attorneyFormNew .editableRow .flexRow .form-group.notesBox, .attorneyFormNew .editableRow .table-head .notes{
		width: 27%;
	}	 */
	.attorneyFormNew .editableRow .table-head li, .editableRow .form-group .value{
		font-size: 12px;
	}
	.attorneyFormNew .billingForm .small-text{
		font-size: 9px;
	}
}
@media screen and (max-width:767px){
	.attorneyFormNew .editableRow .table-head{
		display: none;
	}
	.attorneyFormNew .editableRow .entryRow .form-group label {
  display: block;
		width: 100%;
		padding-right: 0;
}
	.attorneyFormNew .editableRow .entryRow .form-group.noteBox{
		width: 15%;
	}
		.attorneyFormNew .editableRow .table-head .date, .attorneyFormNew .editableRow .entryRow .form-group.dateBox{
			width: 26%;
	}
	.attorneyFormNew .editableRow .entryRow .form-group{
		width: 29%;
	}
	.attorneyFormNew .editableRow .entryRow .form-group.invoiceBox, .attorneyFormNew .editableRow .flexRow .form-group.notesBox{
		width: 100%;
		border-top: 1px solid #000;
		border-right: 0;
	}
	.attorneyFormNew .editableRow .entryRow .form-group.minutesBox{
		border-right: 0;
	}
	.attorneyFormNew #form_billing .editableRow .container, .attorneyFormNew .billingForm .add_more_biller .container{
		padding: 0 17px;
	}
	.attorneyFormNew .editableRow .form-group .value{
		color: #9c9c9c;
		font-size: 13px !important;
	}
	.attorneyFormNew .editableRow .entryRow .form-group{
		padding: 5px;
	}
	.attorneyFormNew .editableRow .billings_div.folclseven{
		background-color: #f1f1f1;
	}
	.attorneyFormNew #form_billing{
		padding-top: 20px;
	}
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group label{
		display: block;
	}
	.attorneyFormNew #form_billing .container{
		padding: 0 17px;
	}
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-date, .attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-hours, .attorneyFormNew #form_billing .billing_form_wrapper .form-group.form-group-minuites{
		width: 33.33%;
	}
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-activity, .attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note{
		width: 100%;
	}
	.attorneyFormNew.formSection.attorneyForm .billingForm .billing_form_wrapper .form-control
	{
		width: 100% !important;
	}
	.attorneyFormNew .billing_form_wrapper{
		padding-left: 0;
	}
	.attorneyFormNew .add_more_biller .btn{
		display: inline-block;
		font-size: 13px;
	}
	.formSection.attorneyForm .billingForm .billing_form_wrapper .small-text{
		padding-left: 0;
	}
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group label{
		width: auto;
	}
}
/* New Design CSS end */

/* Billing Login Page */
.time-capture.login-form{
	padding-bottom: 70px;
	height: calc(100vh - 142px);
}
.time-capture.login-form form{
	float: none;
	margin-top: 20px;
	text-align: left;
}
.time-capture.login-form .container{
	max-width: 520px !important;
	padding: 0 15px !important;
}
.time-capture.login-form h1{
	font-family: 'trebuc', arial;
}
.time-capture.login-form form input[type="text"], .time-capture.login-form form input[type="password"]{
	width: 100% !important;
	font-size: 18px;
height: 55px;
padding: 0 17px;
}
.time-capture.login-form form input[type="submit"]{
	font-size: 18px;
	line-height: 1.2;
	border-radius: 5px;
	background-color: #093665;
	color: #fff;
	padding: 16px 40px;
	margin-top: 30px;
	transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.time-capture.login-form form input[type="submit"]:hover{
	background-color: #027faa;
}
.time-capture.login-form .error{
	color: red;
	font-size: 15px;
}
.attorneyFormNew .billing_form_wrapper .form-group-remove{
	height: 32px;
	width: 40px;
	background-image: url(/wp-content/themes/fol/images/bin-icon.png);
	background-repeat: no-repeat;
background-position: center;
	background-size: 20px;
font-size: 0;
margin-top: 15px;
}
.attorneyFormNew #form_billing .add_more_biller .container{
	padding-left: 0;
	padding-right: 0;
}
.attorneyFormNew{
	min-height: 650px;
}
@media screen and (max-width:1279px){
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note{
		width: 26%;
	}
}
@media screen and (max-width:1023px){
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note{
		width: 24%;
	}
}
@media screen and (max-width:767px){
	.attorneyFormNew .editableRow .form-group{
		margin-bottom: 0 !important;
	}
	.time-capture.login-form form input[type="submit"]{
		font-size: 16px;
		padding: 14px 30px;
	}
	.time-capture.login-form form input[type="text"], .time-capture.login-form form input[type="password"]{
		font-size: 16px;
		height: 50px;
	}
	.time-capture.login-form .error{
		font-size: 14px;
	}
	.attorneyFormNew #form_billing .billing_form_wrapper .form-group.fullWidth.form-group-note {
  width: 85%;
}
	.attorneyFormNew .billing_form_wrapper .form-group-remove{
		margin-top: 30px;
	}
}
/* Billing Login Page end */

/* Doctor review form new field */
.DWCFormRow #Field285-error{
	position: absolute;
    bottom: -2px;
}
/* Doctor review form new field end */

/* 19july */
.phoneWrap .phoneBox .inputOuter, .numberWrapper{
	display: flex;
}
.phoneWrap .phoneBox .inputOuter .symbol{
	width: 40px;
	text-align: center;
}
.reviewDnone{
	display: none;
}
.doctor_newone_sec .numberWrapper li{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0; 
}

/* attorney-staff-directory */
.page-template-attorney-staff .right_sidebar.for_page > .attorney{
	display: none;
}

/* DDR Form */
.doctor_newone_sec .DWCFormRow fieldset{
	position: relative;
	padding-bottom: 30px;
}
.doctor_newone_sec .DWCFormRow fieldset label.error{
	position: absolute;
	bottom: 6px !important;
}
.doctor_newone_sec .DWCFormRow fieldset.fieldset-mmiir{
	padding-bottom: 0;
}
.doctor_newone_sec .DWCFormRow fieldset.fieldset-mmiir label.error{
	bottom: -15px !important;
}