/*
Theme Name: Law Firm Sites
Theme URI: http://www.lawfirmsites.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: Law Firm Sites
Author URI: http://www.lawfirmsites.com/
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: 
License URI: 
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*
@font-face {
  font-family: Proxima Nova;
 src: url('fonts/Proxima Nova Extrabold.otf') format("opentype");
 font-weight: 900;
}
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Raleway', sans-serif;
*/
body {
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	padding: 0;
	margin: 0;
	color: #252525;
}
a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
.scroll {
	transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.sub-menu, .repCasesBtn, a.imgHover:before, .slideDown, span.plyBtn, .formWrap .gform_wrapper .ginput_container_fileupload:before, a, input, button, .sub-menu {
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
a.imgHover {
	display: inline-block;
	position: relative;
}
a.imgHover img {
	display: block;
}
a.imgHover:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
a.imgHover:hover:before {
	background-color: rgba(0,0,0,.5);
}
/*HEADER*/
.navbar-default {
	min-height: 0;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
}
.main-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu li {
	position: relative;
	padding: 0;
}
.main-menu li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-default .contactBox {
	padding: 0 0 0;
}
.navbar-default .contactBox p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #363636;
	text-transform: uppercase;/*text-align: center;*/
}
.navbar-default .contactBox p a {
	display: block;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 36px;
	color: #ffbf4f;
	line-height: 1em;
	margin: 6px 0 0;
}
.navbar-default .contactBox p a:hover {
	color: #23527c;
}
.navbar-default .contactBox h4 {
	font-family: 'Roboto', sans-serif;
	color: #363636;
	text-transform: uppercase;
	color: #095471;
	margin-top: 33px;
}
/*HOME PAGE*/
.homeBanner {
	overflow: hidden;
}
.bigLogo {
	display: inline-block;
	padding: 125px 0 245px;
}
.bigLogo h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	max-width: 517px;
	text-align: center;
	position: relative;
	z-index: 200;
	margin: 0;
}
.homeBanner > div {
/*background-color: rgba(0,0,0,.65);
  padding: 300px 0 95px;*/
}
.navbar-default {
	min-height: 0;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 19px 0;
}
.homeBanner {
}
.home .logo {
	position: relative;
	display: inline-block;
}
.home .homeBanner .logo {
	margin: 0 0 20px;
}
.home .bigLogo .logo:before, .home .bigLogo .logo:after {
	content: '';
	display: inline-block;
	height: 1500px;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.35);
	position: absolute;
}
.home .bigLogo .logo:before {
	bottom: 100%;
}
.home .bigLogo .logo:after {
	top: 100%;
}
.home .navbar-default {
	display: none;
}
.home .scroll .navbar-default {
	display: block;
}
.homeBanner .bigLogo {
	display: inline-block;
	position: relative;
	float: left;
}
.homeBanner .bigLogo:after, .homeBanner .bigLogo:before {
	content: '';
	display: inline-block;
	width: 2000px;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.35);
	position: absolute;
}
.homeBanner .bigLogo:before {
	right: 100%;
}
.homeBanner .bigLogo:after {
	left: 100%;
}
.homeBanner .bannerTxt {
	text-transform: uppercase;
	color: #fff;
	padding-top: 126px;
}
.homeBanner .bannerTxt div.line {
	position: relative;
	display: block;
	content: '';
	height: 8px;
	margin: 30px 0 20px;
}
.homeBanner .bannerTxt div.line img {
	display: block;
}
.homeBanner .bannerTxt div.line:before {
	content: '';
	display: none;
	height: 8px;
	width: 8px;
	background-color: #ffd500;
	position: absolute;
	bottom: 0;
	left: 0;
}
.homeBanner .bannerTxt div.line:after {
	/*content: '• • • • • • • • • • • •';*/
	content: '•';
	display: none;
	height: 8px;
	width: 264px;
	color: #ffd500;
	/*background-color: #252525;*/
	position: absolute;
	bottom: 14px;
	left: 18px;
	font-size: 27px;
}
.homeBanner .bannerTxt h5 {
	margin: 45px 0 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.homeBanner .bannerTxt h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 0 21px;
}
.homeBanner .bannerTxt h3 {
	margin: 0 0 42px;
	font-size: 36px;
	position: relative;
	font-weight: 700;
	padding: 0 0 10px;
}
.homeBanner .bannerTxt h3:before {
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	background-color: #ffd500;
	position: absolute;
	bottom: 0;
	left: 0;
}
.homeBanner .bannerTxt h3:after {
	content: '';
	display: inline-block;
	height: 8px;
	width: 264px;
	background-color: #252525;
	position: absolute;
	bottom: 0;
	left: 13px;
}
.homeBanner .bannerTxt h3 a {
	color: #fff;
}
.homeBanner .bannerTxt ul {
	padding: 0;
	list-style: none;
}
.homeBanner .bannerTxt ul li {
	padding: 0;
	display: block;
	line-height: 1.6em;
}
.homeBanner .bannerTxt ul li a {
	color: #fff;
	font-size: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;/*text-shadow: 0 0 3px rgba(0,0,0,.2);*/
}
.homeBanner .bannerTxt ul li.active a, .homeBanner .bannerTxt ul li:hover a {
	color: #095471;
}
.homeBanner {
	position: relative;
}
.homeBanner div.text-center {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 95px;
}
.frontsection2 {
	background-color: #095471;
	color: #fff;
	padding: 37px 0;
	position: relative;
}
.frontsection2 h3 {
	border-left: 3px solid #fff;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: #ffbf4f;
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	background-image: url('images/topBorder.jpg'), url('images/bottomBorder.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	padding: 17px 0 18px 86px;
	line-height: 1em;
}
.frontsection2 p {
}
.frontsection2 .divBox {
	font-size: 16px;
	line-height: 1.9em;
	margin: 35px 0 0;
}
.whatWeStand {
	position: relative;
	overflow: hidden;
	padding: 101px 0 100px;
	background-color: #e1e1e1;
}
.whatWeStand:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	border-top: 14px solid #095471;
	border-left: 14px solid rgba(0,0,0,0);
	border-right: 14px solid rgba(0,0,0,0);
	margin: 0 auto;
	max-width: 28px;
}
.whatWeStand h3 {
	margin: 0 0 50px;
	color: #095471;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.whatWeStand h3 span {
	display: inline-block;
	background-image: url('images/yellowLeftBorder.png'), url('images/yellowRightBorder.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	line-height: 47px;
	padding: 0 27px;
}
.whatWeStand .divBox {
	margin: 0 auto;
	border-radius: 100%;
	max-width: 237px;
	text-align: center;
	overflow: hidden;
}
.whatWeStand .divBox > a {
	line-height: 237px;
	min-height: 237px;
	width: 100%;
	content: '';
	display: inline-block;
	background-color: rgba(32,32,32,.67);
	color: #fff;
	font-size: 30px;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	vertical-align: middle;
}
.whatWeStand .divBox > a:hover {
	background-color: rgba(32,32,32,.8);
	color: #ddac3c;
}
.whatWeStand .divBox > a span {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 0 15px;
}
.greenBG {
	background-color: #095471;
	color: #fff;
}
.frontpage3 {
}
.frontpage3 .greenBG {
	background-image: url('images/homeGreenBG.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}
.frontpage3 section {
	max-width: 485px;
	margin: 0 117px 0 auto;
	padding: 83px 0 90px;
	font-size: 16px;
	line-height: 1.95em;
}
.frontpage3 section h3 {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	text-transform: uppercase;
	border-left: 3px solid #ddac3c;
	padding: 10px 0 10px 17px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
}
.frontpage3 section p {
}
.frontpage3 .divBox {
}
.frontpage3 .divBox ul {
}
.frontpage3 .divBox ul li {
}
.frontpage3 .divBox ul li a {
}
.slideDown {
	cursor: pointer;
}
.slideDown:hover {
	opacity: .5;
}
.homePractice {
	max-width: 820px;
	padding: 0 0 30px;
}
.homePractice h3 {
	margin: 0 0 20px;
	padding-left: 35px;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #095471;
}
.homePractice .PA_box {
	border-bottom: 3px solid #095471;
	background-color: #fff;
	margin-bottom: 9px;
	position: relative;
}
.homePractice .PA_box span.dropButton {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	background-color: #185e79;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.homePractice .PA_box span.dropButton:hover {
	background-color: #ddac3c;
}
.homePractice .PA_box span.dropButton img {
	display: block;
}
.homePractice .PA_box > a {
	display: block;
	color: #095471;
	font-size: 20px;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	padding: 9px 15px 10px 35px;
}
.homePractice .PA_box > a:hover {
	/*background-color: #095471;
  color: #fff;*/
	color: #ddac3c;/*border-color: #ddac3c;*/
}
.homePractice .PA_box .addContent {
	font-size: 15px;
	padding: 0 45px 0 55px;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}
.homePractice .PA_box .addContent.open {
	opacity: 1;
	visibility: visible;
	max-height: 767px;
}
.homePractice .PA_box .addContent h4 {
	margin: 10px 0;
	font-size: 18px;
}
.homePractice .PA_box .addContent h4 a {
	font-style: italic;
	color: #095471;
}
.homePractice .PA_box .addContent p {
	line-height: 1.6em;
	margin-bottom: 20px;
}
.homePractice .PA_box .addContent p a {
	color: #095471;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: block;
}
.homePractice .PA_box .addContent h4 a:hover, .homePractice .PA_box .addContent p a:hover {
	color: #ddac3c;
}
.homeTestimonial {
	position: relative;
	z-index: 200;
	background-color: #f6f6f6;
	padding: 77px 0 55px;
	overflow: hidden;
}
.homeTestimonial .divBox {
	min-height: 291px;
	overflow: hidden;
}
.homeTestimonial h3 {
	margin: 0 0 68px;
	color: #252525;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.homeTestimonial h3 span {
	display: inline-block;
	background-image: url('images/yellowLeftBorder.png'), url('images/yellowRightBorder.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	line-height: 47px;
	padding: 0 27px;
}
.homeTestimonial .divBox p {
	font-size: 19px;
	font-style: italic;
	margin: 0 auto;
	line-height: 2em;
	max-width: 1025px;
	padding-bottom: 10px;
}
.homeTestimonial .divBox h4 {
	font-size: 16px;
	color: #095471;
}
.homeTestimonial .divBox p:before {
	width: 35px;
	height: 28px;
	display: inline-block;
	content: '';
	background-image: url('images/leftQ.jpg');
	background-repeat: no-repeat;
	margin-right: 11px;
	background-size: 100% auto;
	position: relative;
	top: 8px;
}
.homeTestimonial .divBox p:after {
	width: 35px;
	height: 28px;
	display: inline-block;
	content: '';
	background-image: url('images/rightQ.jpg');
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
	margin-left: 8px;
	background-size: 100% auto;
}
.frontpage3 .divBox {
	margin: 67px 0 0;
}
.frontpage3 .whtBG {
	background-color: #f6f6f6;
}
.homeNews {
	overflow: hidden;
	background-color: #f6f6f6;
	color: #252525;
	padding: 74px 0 57px;
	position: relative;
}
.homeNews h3 {
	margin: 0 0 55px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.homeNews h3 span {
	display: inline-block;
	background-image: url('images/yellowLeftBorder.png'), url('images/yellowRightBorder.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	line-height: 47px;
	padding: 0 27px;
}
.homeNews .divBox {
	position: relative;
	padding: 0 0 0 69px;
	max-width: 575px;
	margin: 0 auto;
	min-height: 50px;
}
.homeNews .divBox .date {
	text-align: center;
	border: 3px solid #ddac3c;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
	text-transform: uppercase;
	padding: 3px 0 0;
}
.homeNews .divBox .date span {
	display: block;
}
.homeNews .divBox p {
	font-size: 16px;
}
.homeNews .divBox p strong {
	font-family: 'Roboto Condensed', sans-serif;
}
.homeNews .divBox p a {
	font-size: 18px;
	color: #252525;
}
.homeNews .divBox p a:hover {
	color: #ddac3c;
}
.homeNews .divBox p span {
}
.homeProject {
	overflow: hidden;
	position: relative;
	background-color: #252525;
}
.projectWrap {
}
.projectWrap .projBox {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
}
.projectWrap .projBox > a {
	display: block;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.57);
	overflow: hidden;
	padding: 145px 0 65px;
}
.projectWrap .projBox > a:hover {
	background-color: rgba(0,0,0,.8);
	color: #ddac3c;
}
.projectWrap .projBox > a h3 {
	margin: 0 0 59px;
	font-style: italic;
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	display: inline-block;
	max-width: 250px;
	line-height: 1.2em;
}
.projectWrap .projBox > a p {
	color: #ddac3c;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.homeVideo {
	background-color: #f6f6f6;
	overflow: hidden;
	font-size: 16px;
	color: #363636;
	padding: 77px 0 70px;
	position: relative;
}
.homeVideo h3 {
	margin: 0 0 50px;
	color: #095471;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.homeVideo h3 span {
	display: inline-block;
	background-image: url('images/yellowLeftBorder.png'), url('images/yellowRightBorder.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left, right;
	line-height: 47px;
	padding: 0 27px;
}
.homeVideo p {
	margin: 0 0 23px;
	padding: 0 18px;
}
.homeVideo p b, .homeVideo p strong {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.homeVideo .divBox {
	max-width: 510px;
	overflow: hidden;
	margin: 0 auto;
}
.homeVideo .divBox.divBoxRight {
	max-width: unset;
}
.homeVideo .divBox.divBoxRight p {
	margin: 11px 0;
}
.divBoxRight .vid {
	max-width: 210px;
	float: left;
	width: 100%;
	clear: both;
	margin-right: 28px;
}
.divBoxRight .vid span.plyBtn {
	max-width: 54px;
}
.vid {
	border: 9px solid #fff;
	box-shadow: 0 5px 0 #095471;
	background-size: cover;
	position: relative;
	margin: 0 0 24px;
}
.vid span.plyBtn {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	top: 28%;
	cursor: pointer;
	max-width: 130px;
	border-radius: 100%;
}
.vid span.plyBtn img {
	display: block;
}
.vid span.plyBtn:hover {
	box-shadow: 0 0 10px #000;
}
.vid .embed-responsive {
	padding-bottom: 60%;
}
.footerTop {
	overflow: hidden;
	color: #252525;
	background-color: #fff;
	padding: 72px 0 60px;
	position: relative;
}
.footerTop h3 {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 32px;
	text-transform: uppercase;
	border-left: 3px solid #ddac3c;
	padding: 10px 0 10px 17px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
}
#footer {
	overflow: hidden;
	background-color: #095471;
	color: #fff;
	padding: 65px 0 30px;
	position: relative;
}
#footer h4 {
	margin: 8px 0 4px;
	font-size: 16px;
	font-style: italic;
}
#footer .footerLogo {
	float: left;
	display: inline-block;
	margin-right: 60px;
}
#footer .address {
	overflow: hidden;
}
#footer .address .divBox {
	display: inline-block;
	vertical-align: top;
}
#footer .address .divBox + .divBox {
	margin-left: 60px;
}
#footer .divBox p {
	font-size: 16px;
}
#footer .divBox p a {
	color: #87cde8;
}
#footer .divBox p a:hover {
	color: #ddac3c;
}
#footer p.copyright {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 49px;
}
#footer p.copyright a {
	color: #ddac3c;
}
#footer p.copyright a:hover {
	color: #b98614;
}
.panel-group {
/*max-width: 550px;*/
}
.panel-default {
	border: none;
	box-shadow: 0 0 0 #000;
}
.panel-group .panel {
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid #555;
	padding: 20px 0;
}
.panel-default > .panel-heading {
	color: #000;
	background-color: rgba(0,0,0,0);
	border: none;
	padding: 0;
}
.panel-default > .panel-heading h4 {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 0 0 0 37px;
	background-image: url('images/accordionUp.png');
	background-repeat: no-repeat;
	background-position: 0 2px;
	cursor: pointer;
}
.panel-default > .panel-heading h4.collapsed {
	background-image: url('images/accordionDown.png');
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 28px 0 6px 37px;
	font-size: 16px;
}
.panel-group .panel + .panel {
}
.footerTop .divBox {
}
.footerTop .divBox .panel-group a {
	color: #252525;
}
.footerTop .divBox .panel-group a:hover {
	color: #095471;
}
.footerTop .divBox ul {
	list-style: none;
	padding: 20px 0 0;
	margin: 0;
}
.footerTop ul li {
	line-height: 1.3em;
}
.footerTop ul li + li {
	margin-top: 23px;
}
.footerTop ul li a {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.footerTop ul li a:hover {
	color: #ddac3c;
}
/*INNER PAGE*/
.innerPageBanner {
	overflow: hidden;
	color: #fff;
	background-image: url('images/newsBannerNew.jpg');
	background-size: cover;
}
.innerPageBanner .VCut {
	background-image: url('images/bannerVcut.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 100px 0 120px;
}
.innerPageBanner h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.innerPageBanner h1 span small {
	color: #fff;
	position: relative;
	top: -8px;
	font-size: 64%;
}
.innerPageBanner h1 span {
	display: inline-block;
	text-align: center;
	border-left: 4px solid #ffbf4f;
	border-right: 4px solid #ffbf4f;
	padding: 11px 20px;
	position: relative;
	min-width: 245px;
	line-height: 1em;
	background-image: url('images/yellowSQ.jpg'), url('images/yellowSQ.jpg'), url('images/yellowSQ.jpg'), url('images/yellowSQ.jpg');
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 0 0, right top, right bottom, left bottom;
}
.innerPage {
	overflow: hidden;
	position: relative;
	background-color: #f6f6f6;
}
/*.innerPage:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  border-right: 15px solid rgba(0,0,0,0);
  border-left: 15px solid rgba(0,0,0,0);
  border-top: 15px solid #125673;
  margin: 0 auto;
  max-width: 30px;
}*/
.innerPage section {
	padding: 70px 0 62px;
	color: #252525;
	font-size: 15px;
	line-height: 2em;
	margin: 0 auto;
	max-width: 1050px;
}
.innerPage section > hr {
	border-color: #125673;
	border-width: 3px;
}
.innerPage section h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 36px;
}
.innerPage section h2 strong, .innerPage section h3 strong, .innerPage section h3 span, .innerPage section h2 span {
	display: inline-block;
	border-left: 3px solid #ddac3c;
	line-height: 1em;
	padding: 12px 16px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 bottom;
}
.innerPage section h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 45px 0 25px;
}
.innerPage section p {
	margin: 0 0 30px;
}
.innerPage section > img {
	margin-bottom: 20px;
}
.innerPage section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.innerPage section ul.pagination {
	text-align: center;
	display: block;
	margin-top: 57px;
}
.innerPage section ul.pagination li {
	display: inline-block;
	padding: 0;
}
.innerPage section ul.pagination li:before {
	display: none;
}
.innerPage section ul li {
	position: relative;
	padding-left: 35px;
}
.innerPage section ul li:before {
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 100%;
	display: inline-block;
	background-color: #252525;
	position: absolute;
	top: 12px;
	left: 0;
}
.innerPage section a, .innerPage section ul li a {
	color: #095471;
}
.innerPage section a:hover, .innerPage section ul li a:hover {
	color: #ddac3c;
}
.pdfSection {
	overflow: hidden;
	background-image: url('images/pdfSection.jpg');
	background-size: cover;
	color: #fff;
	padding: 128px 0 134px;
}
.pdfSection h3 {
	margin: 0 0 72px;
	color: #ddac3c;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.pdfSection p {
	font-size: 17px;
	font-style: italic;
	margin: 0 0 7px;
}
.pdfSection p a {
	color: #fff;
	background-position: 0 2px;
	background-repeat: no-repeat;
	display: inline-block;
	padding-bottom: 4px;/*padding-left: 32px;
  background-image: url('images/pdfIcon.png');*/
}
.pdfSection p a:hover {
	color: #ddac3c;
}
.DarkContent {
	background-color: #000;
	background-image: url('images/darkSectionBG.jpg');
	background-size: cover;
	color: #fff;
	overflow: hidden;
}
.DarkContent section {
	padding: 95px 0 35px;
	font-size: 15px;
	line-height: 2em;
	margin: 0 auto;
	max-width: 1050px;
}
.DarkContent p {
	margin: 0 0 44px;
}
.DarkContent ul {
	list-style: none;
	padding: 0;
	margin: 0 0 65px;
}
.DarkContent ul li {
	position: relative;
	padding-left: 35px;
}
.DarkContent ul li:before {
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	top: 12px;
	left: 0;
}
.DarkContent a {
	color: #ffbf4f;
}
.DarkContent a:hover {
	color: #095471;
}
.LightContent {
	overflow: hidden;
}
.LightContent section {
	padding: 92px 0 55px;
	color: #252525;
	font-size: 15px;
	line-height: 2em;
	margin: 0 auto;
	max-width: 1050px;
}
.LightContent section p {
	margin: 0 0 30px;
}
.LightContent a {
	color: #095471;
}
.LightContent a:hover {
	color: #ddac3c;
}
.attyPostPic {
	margin: 0 0 42px;
}
.attyPostPic img {
	max-width: 230px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.separatorLine {
	overflow: hidden;
	background-color: #e8e8e8;
	color: #252525;
	padding: 16px 15px;
}
.separatorLine h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.separatorLine h2 span {
	display: inline-block;
	border-left: 3px solid #ddac3c;
	line-height: 1em;
	padding: 12px 16px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 bottom;
}
.attorneyListSect {
	overflow: hidden;
	color: #fff;
	background-color: #212020;
}
.attorneyListSect section {
}
.attorneyListSect .divBox {
	display: block;
	float: left;
	width: 320px;
	position: relative;
	background-size: cover;
}
.attorneyListSect .divBox a.pageLink {
	display: block;
	min-height: 339px;
	font-size: 24px;
	font-style: italic;
	line-height: 1em;
	padding: 260px 60px 0 20px;
}
.attorneyListSect .divBox .SMdia {
	position: absolute;
	bottom: 57px;
	right: 24px;
	z-index: 200;
	display: inline-block;
}
.attorneyListSect .divBox .SMdia a {
}
.attorneyListSect .divBox .SMdia a:hover {
	opacity: .8;
}
.attorneyListSect .divBox .SMdia a + a {
	margin-left: 8px;
}
.attorneyListSect .divBox:hover a.pageLink {
	background-color: rgba(0,0,0,.5);
	color: #ddac3c;
}
.attorneyListSect .divBox a.pageLink em {
	display: block;
	font-size: 18px;
}
.attorneyListSect .divBox a {
	color: #fff;
}
.staffList {
	overflow: hidden;
	background-color: #dcdbda;
	color: #fff;
	border-top: 1px solid #d1cece;
}
.staffList section {
	margin: 0 auto;
}
.staffList .divBox {
	display: block;
	width: 16.6667%;
	float: left;
	background-size: auto 100%;
    background-position-x: center;
}
.staffList .divBox p {
	font-size: 21px;
	font-style: italic;
	margin: 0;
}
.staffList .divBox p a {
	display: block;
	min-height: 281px;
	padding: 215px 20px 0 20px;
	color: #fff;
}
.staffList .divBox p a:hover {
	background-color: rgba(0,0,0,.5);
	color: #ddac3c;
}
.mediaLinkSection {
	overflow: hidden;
	padding: 83px 0 58px;
	background-image: url('images/mediaLinksBG.jpg');
	background-size: cover;
	color: #fff;
}
.mediaLinkSection section {
	max-width: 1070px;
	margin: 0 auto;
}
.mediaLinkSection h2 {
	margin: 0 0 60px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	color: #ddac3c;
}
.mediaLinkSection .divBox {
	overflow: hidden;
	max-width: 490px;
	min-height: 70px;
	margin: 0 0 20px;
}
.mediaLinkSection .ddate {
	text-transform: uppercase;
	text-align: center;
	border: 3px solid #ddac3c;
	line-height: 1.15em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	display: block;
	float: left;
	width: 46px;
	min-height: 46px;
	padding: 2px 0 0;
	margin-right: 20px;
}
.mediaLinkSection p {
	margin: 0;
	overflow: hidden;
	line-height: 1.15em;
	padding: 1px 0 0;
}
.mediaLinkSection p a {
	color: #fff;
}
.mediaLinkSection p a:hover {
	color: #ddac3c;
}
.practiceListSect {
	overflow: hidden;
	background-color: #212020;
	color: #fff;
}
.practiceListSect section {
}
.practiceListSect section > .divBox {
	display: block;
	width: 25%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.practiceListSect section > .divBox a {
	color: #fff;
	font-size: 24px;
	min-height: 350px;
	display: block;
	font-style: italic;
	padding: 158px 0 0;
}
.practiceListSect section > .divBox a:hover {
	background-color: rgba(0,0,0,.5);
	color: #ddac3c;
}
.practiceListSect section > .divBox a span {
	display: inline-block;
	line-height: 1.1em;
	max-width: 305px;
}
.innerPage section .formWrap ul li {
	padding-left: 0;
}
.innerPage section .formWrap ul li:before {
	display: none !important;
}
.DarkContent h3, .LightContent h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 36px;
}
.DarkContent h3 span, .LightContent h3 span {
	display: inline-block;
	border-left: 3px solid #ddac3c;
	line-height: 1em;
	padding: 12px 16px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 bottom;
}
.AreaSecondSection {
	background-image: url('images/areasDarkContent.jpg');
}
.mapSect {
	overflow: hidden;
}
.mapSect .embed-responsive {
	min-height: 470px;
}
.formWrap {
	min-height: 319px;
	margin: 0 0 35px;
}
.formWrap .gform_wrapper {
}
.formWrap .gform_wrapper label.gfield_label {
	display: none;
}
.formWrap .gform_wrapper.gf_browser_gecko select {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 7px 18px;
	border: 3px solid #ddac3c;
	background-image: url('images/Vdown.png');
	background-repeat: no-repeat;
	background-position: right center;
	appearance: none;
	min-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.formWrap .gform_wrapper textarea.medium {
	height: 100px;
}
.formWrap .gform_wrapper textarea.medium, .formWrap .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 5px 18px;
	border: 3px solid #ddac3c;
	min-height: 40px;
}
.formWrap .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 9px 18px;
	border: 3px solid #ddac3c;
	min-height: 46px;
}
.formWrap *::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.formWrap *::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.formWrap *:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.formWrap *:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
body .formWrap .gform_wrapper ul li.gfield {
	margin: 8px 0 0;
}
body .formWrap .gform_wrapper .top_label div.ginput_container.ginput_container_textarea {
	margin: 16px 0 28px;
}
body .formWrap .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
}
.formWrap .gform_wrapper .top_label li.gfield.gf_left_third, .formWrap .gform_wrapper .top_label li.gfield.gf_middle_third, .formWrap .gform_wrapper .top_label li.gfield.gf_right_third {
	margin-bottom: 0;
}
.formWrap .gform_wrapper .ginput_container_fileupload {
	position: relative;
}
.formWrap .gform_wrapper .ginput_container_fileupload:before {
	content: 'attach a file';
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	width: 263px;
	background-color: #d7d7d7;
	display: inline-block;
	padding: 8px 0;
	position: absolute;
	left: 0;
	top: 0;
}
.formWrap .gform_wrapper .ginput_container_fileupload input.medium {
	position: relative;
	z-index: 200;
	width: 263px;
	height: 46px;
	opacity: 0;
	cursor: pointer;
}
.formWrap .gform_wrapper .gform_footer {
	text-align: right;
	display: block;
	margin: 0;
	padding: 0;
}
.formWrap .gform_wrapper .gform_footer input.button, .formWrap .gform_wrapper .gform_footer input[type="submit"], .formWrap .gform_wrapper .gform_page_footer input.button, .formWrap .gform_wrapper .gform_page_footer input[type="submit"] {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #ddac3c;
	background-color: #095471;
	width: 263px;
	height: 46px;
	border: none;
	display: block;
	margin-top: -46px;
	margin-left: auto;
	position: relative;
	z-index: 500;
}
.formWrap .gform_wrapper .gform_footer input.button:hover, .formWrap .gform_wrapper .gform_footer input[type="submit"]:hover, .formWrap .gform_wrapper .gform_page_footer input.button:hover, .formWrap .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background-color: #013c53;
}
.gform_confirmation_message {
	text-align: center;
	font-size: 24px;
	padding: 10% 0 0;
}
.contactNotice {
	padding-left: 20px;
}
span.reqRed {
	font-size: 14px;
	color: #ff0000;
	font-family: 'Roboto Condensed', sans-serif;
}
.panel-group.blackGroup {
	max-width: unset;
	color: #fff;
	font-size: 15px;
}
.panel-group.blackGroup .panel {
	padding: 0;
	background-color: #03445d;
}
.blackGroup .panel-default > .panel-heading {
	/*background-color: #252525;*/
	background-color: #095471;
	padding: 14px 25px 14px 27px;
}
.blackGroup .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 28px 25px 6px 27px;
	font-size: 14.75px;
}
.blackGroup .panel-default > .panel-heading + .panel-collapse > .panel-body a {
	color: #ddac3c;
}
.blackGroup .panel-default > .panel-heading h4 {
	background-position: right;
	padding: 0 15px 0 0;
	color: #fff;
}
.accordionWrap {
	margin: 65px auto 0;
	max-width: 875px;
}
.innerPage section article {
	border-bottom: 1px solid #d2d2d2;
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	padding-bottom: 25px;
}
.innerPage section article + article {
	margin-top: 47px;
}
.innerPage section article .ddate {
	text-transform: uppercase;
	text-align: center;
	border: 3px solid #ddac3c;
	line-height: 1.15em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	display: block;
	float: left;
	width: 46px;
	min-height: 46px;
	padding: 2px 0 0;
	margin-right: 20px;
	white-space: pre-line;
}
.innerPage section article .divBox {
	overflow: hidden;
}
.innerPage section article h4 {
	margin: 0 0 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.innerPage section article h4 a {
	color: #252525;
}
.innerPage section article h4 a:hover {
	color: #ddac3c;
}
.innerPage section article p {
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
	display: block;
	width: 46px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border: 3px solid #ddac3c;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #252525;
	font-size: 18px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color: #095471;
	background-color: #095471;
	color: #ddac3c;
}
.innerPage section a:hover, .innerPage section ul.pagination li a:hover {
	color: #252525;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-color: #095471;
}
.innerPage section ul.pagination li + li {
	margin-left: 7px;
}
div.videoContent {
	max-width: 560px;
}
div.videoContent .embed-responsive {
	min-height: 320px;
}
.scroll {
	display: none;
	position: fixed;
	top: -200px;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
#big-video-wrap {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: -5px;
	left: 0;
}
#big-video-vid, #big-video-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
#theVideo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}
.socialMedia {
}
.socialMedia a {
	display: inline-block;
	width: 32px;
	vertical-align: top;
}
.socialMedia a + a {
	margin-left: 4px;
}
.socialMedia a img {
	display: block;
	max-width: 32px;
}
.socialMedia a img.twitter {
	background-color: #55acee;
}
.socialMedia a img.linkedin {
	background-color: #007bb5;
}
.socialMedia a:hover {
	opacity: .85;
}
.innerSectBox {
	overflow: hidden;
	position: relative;
	background-color: #f6f6f6;
}
.innerPage section.pressRoomContent {
	padding: 23px 0 52px;
}
.innerSectBox section {
	padding: 17px 0 52px;
	color: #252525;
	font-size: 15px;
	line-height: 2em;
	margin: 0 auto;
	max-width: 1050px;
}
.innerSectBox section h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 45px 0 25px;
}
.innerSectBox section h3 strong {
	display: inline-block;
	border-left: 3px solid #ddac3c;
	line-height: 1em;
	padding: 12px 16px;
	background-image: url('images/yellowTop.png'), url('images/yellowBot.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, 0 bottom;
}
.innerSectBox section p {
	margin: 0 0 30px;
}
.innerSectBox section ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
}
.innerSectBox section ul li {
	position: relative;
	padding-left: 35px;
}
.innerSectBox section ul li:before {
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 100%;
	display: inline-block;
	background-color: #252525;
	position: absolute;
	top: 12px;
	left: 0;
}
.innerSectBox section a {
	color: #095471;
}
.innerSectBox section a:hover {
	color: #ddac3c;
}
.innerSectBanner {
	background-size: cover;
	content: '';
	min-height: 253px;
	overflow: hidden;
}
.twitterSection {
	background-color: #fff;
	overflow: hidden;
	padding: 50px 0 70px;
	position: relative;
	z-index: 200;
}
.twitterWrap {
	max-width: 580px;
	margin: 0 auto;/*float:left;*/
}
.searchForm {
	margin-bottom: 15px;
}
.searchForm input {
	border: 2px solid #095471;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 2px 10px;
	background-image: url('images/searchGlass.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 35px 2px 10px;
}
#job-opening {
	border: 2px solid #095471;
	padding: 20px;
	margin-top: 150px;
	margin-left: 30px;
}
@media ( min-width: 768px ) {
.formWrap .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 66.6%;
}
.formWrap .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 33.4%;
}
#twitter-news .itm .container{
	width: 100%;
}
}
@media ( min-width: 992px ) {
#twitter-news .col-md-offset-3{
		margin-left: 5%;
}
#twitter-news .col-md-6{
	width: 100% !important;
}
.scroll {
	display: block;
}
.scroll.open {
	top: 0;
}
.admin-bar .scroll.open {
	top: 32px;
}
.innerPage section > img.alignleft {
	margin-right: 20px;
}
.logo {
	display: inline-block;
	float: left;
}
.headerRight {
	text-align: right;
}
.contactBox {
	display: inline-block;
	vertical-align: top;
}
.mean-menu-nav {
	display: inline-block !important;
	vertical-align: top;
}
.projectWrap .projBox {
	display: block;
	float: left;
	width: 25%;
}
.wrapper {
	margin: 0 auto;
	max-width: 1600px;
}
.homePractice {
	position: relative;
	left: -36px;
}
.homePractice .row {
	margin: 0 -10px;
}
.homePractice .col-md-6 {
	padding: 0 10px;
}
.frontsection2 .col-md-3 {
	width: 26%;
}
.frontsection2 .col-md-9 {
	width: 74%;
}
.homeBanner .bigLogo {
/*text-align: right;
    padding-right: 20px;*/
}
.homeBanner .bannerTxt {
	padding-left: 20px;
}
.rowFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.main-menu {
	margin: 4px 68px 0 0;
}
.main-menu li {
	position: relative;
}
.main-menu > li {
	display: inline-block;
	padding: 0;
}
.main-menu > li + li {
	margin-left: 16px;
}
.main-menu li a {
	display: block;
	font-size: 18px;
}
.main-menu > li > a {
	color: #363636;
}
.main-menu > li:hover > a {
	color: #095471;
}
.main-menu > li .sub-menu {
	position: absolute;
	top: 100%;
	width: 250px;
	padding: 0;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	background-color: #095471;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.main-menu > li > .sub-menu {
	left: -15px;
}
.main-menu > li > .sub-menu .sub-menu {
	right: 100%;
	list-style: none;
	top: 0;
}
.main-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.main-menu > li > .sub-menu .sub-menu > li,  .main-menu > li > .sub-menu > li {
	display: block;
}
.main-menu > li > .sub-menu .sub-menu > li > a,  .main-menu > li > .sub-menu > li > a {
	padding: 10px 15px;
	color: #fff;
	line-height: 1.1em;
	font-size: 16px;
}
.main-menu > li > .sub-menu .sub-menu > li + li > a,  .main-menu > li > .sub-menu > li + li > a {
	border-top: 1px solid rgba(0,0,0,.3) !important;
}
.main-menu > li > .sub-menu > li.titleLabel > a {
	padding: 5px 15px;
	color: #ffbf4f;
	background-color: rgba(0,0,0,0) !important;
}
.main-menu > li > .sub-menu .sub-menu > li:hover > a,  .main-menu > li > .sub-menu > li:hover > a {
	background-color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.5);
	color: #ffbf4f;
}
#twitter-news{
	display: flex;
}
#twitter-news .itm{
	max-width: 50%;
	width: 100%;
}

@media screen and( max-width: 700px ) {
	#twitter-news{
		flex-direction: column;
	}
}
@media screen and( max-width: 1200px ) {
	#twitter-news .itm .container{
		max-width: 100% !important;
		width: 100% !important;
	}
	.twitterWrap{
		max-width: 100%;
	}
}
 @media ( min-width: 1200px ) {
.container {
	width: 100%;
	max-width: 1230px;
}
.pdfSection .container {
	width: 100%;
	max-width: 1345px;
}

}
 @media ( min-width: 992px ) and ( max-width: 1599px ) {
.homeBanner > div {
/*padding: 150px 0 95px;*/
}
.attorneyListSect section {
	margin: 0 auto;
	max-width: 1280px;
}
#theVideo {
	width: 1600px;
}
#big-video-vid {
	width: 1600px;
}
}
 @media ( min-width: 992px ) and ( max-width: 1499px ) {
}
 @media ( min-width: 992px ) and ( max-width: 1399px ) {
.homePractice a {
	font-size: 16px;
}
.staffList .divBox p {
	font-size: 18px;
}
.homePractice a {
	padding: 9px 15px 10px;
	font-size: 15px;
}
}
 @media ( min-width: 992px ) and ( max-width: 1299px ) {
.attorneyListSect section {
	max-width: 960px;
}
}
 @media ( min-width: 992px ) and ( max-width: 1199px ) {
.homePractice {
	margin-right: -30px;
}
.homePractice a {
	padding: 9px 10px 10px;
	font-size: 14px;
	margin: 6px -5px 6px;
}
.staffList section {
	margin: 0 auto;
	max-width: 785px;
}
.staffList .divBox {
	width: 33.3333%;
}
.whatWeStand .divBox > a {
	line-height: 210px;
	min-height: 212px;
}
.navbar-default .contactBox {
	max-width: 220px;
}
.main-menu {
	margin: 40px 0 0 0;
}
.main-menu li a {
	font-size: 16px;
}
.navbar-default .contactBox p a {
	font-size: 24px;
}
.practiceListSect section > .divBox a {
	font-size: 20px;
	padding: 130px 15px 0;
	min-height: 300px;
}
.frontsection2 h3 {
	padding: 17px 0 18px 60px;
	background-position: -28px top, -28px bottom;
}
}
@media screen and(max-width: 991px){
	#twitter-news{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#twitter-news .itm .container{
		max-width: 100% !important;
		width: 100% !important;
	}
	#twitter-news{
		flex-direction: column;
	}
}

.searchForm {
	margin: 20px 0;
}
#big-video-vid {
	width: 1600px;
}
.homeBanner .bigLogo {
	float: none;
}
.homeBanner .bannerTxt {
	padding: 45px 0 140px;
}
.bigLogo {
	padding: 80px 0 0;
}
.home .bigLogo .logo::after {
	display: none;
}
.bannerTxt {
	position: relative;
	padding-top: 0;
	background-color: rgba(0,0,0,.65);
}
.bannerTxt:before,  .bannerTxt:after {
	content: '';
	display: inline-block;
	width: 2000px;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.65);
	position: absolute;
}
.bannerTxt:before {
	right: 100%;
}
.bannerTxt:after {
	left: 100%;
}
.homeBanner .bannerTxt h5 {
	margin: 0 0 8px;
}
.practiceListSect section > .divBox a {
	font-size: 20px;
	padding: 130px 15px 0;
	min-height: 300px;
}
.practiceListSect section > .divBox {
	display: block;
	margin: 0 auto 50px;
	max-width: 320px;
	float: none;
	width: 100%;
}
.practiceListSect {
	background-color: #f6f6f6;
	padding-bottom: 30px;
}
.staffList section {
	margin: 0 auto;
	max-width: 785px;
}
.staffList .divBox {
	width: 33.3333%;
}
.attorneyListSect section {
	max-width: 960px;
	margin: 0 auto;
}
.attorneyListSect .divBox {
	width: 33.3333%;
}
.homeBanner {
	text-align: center;
}
.homeBanner .bannerTxt h3 {
	margin: 0 auto 42px;
	max-width: 290px;
}
body {
	padding-top: 52px;
}
body.mean-container.admin-bar .mean-bar {
	top: 32px;
}
body.mean-container .mean-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	background-color: #095471;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
body.mean-container .mean-nav {
	background-color: #095471;
	max-height: 500px;
	overflow: auto;
}
body.mean-container .mean-nav ul li a {
	padding: 15px 5%;
}
body.mean-container .mean-nav ul li a {
	width: 90%;
}
.homeBanner > div {
/*padding: 100px 0 65px;*/
}
.bigLogo img {
	max-height: 290px;
}
.homeBanner div.text-center {
	padding-top: 30px;
}
.frontsection2 h3 {
	padding: 17px 0 18px 20px;
}
.whatWeStand .divBox {
	margin: 0 auto 45px;
}
.whatWeStand {
	padding: 101px 0 55px;
}
.frontpage3 section {
	margin: 0 auto 0 auto;
}
.frontpage3 .divBox {
	margin: 0;
	padding: 67px 0 0;
}
.homePractice a {
	font-size: 16px;
	padding: 9px 15px 10px;
}
.homePractice {
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 50px;
}
.homeNews .divBox .date span {
	display: block;
}
.homeNews .divBox {
	margin: 0 auto 30px;
}
.projectWrap .projBox {
	max-width: 320px;
	margin: 0 auto 40px;
}
.projectWrap .projBox > a {
	padding: 105px 0 65px;
}
.projectWrap {
	padding: 70px 0 30px;
}
.panel-group {
	max-width: unset;
}
.homeNews .divBox {
	padding: 0 0 0 55px;
}
#footer .footerLogo {
	float: none;
	display: inline-block;
	margin: 0 0 30px;
}
#footer {
	text-align: center;
}
#footer .address .divBox {
	display: block;
}
#footer .address .divBox + .divBox {
	margin-left: 0;
	margin-top: 20px;
}
.homeVideo h3 span {
	line-height: normal;
}
.pdfSection {
	text-align: center;
	padding: 100px 0 60px;
}
.pdfSection h3 {
	margin: 0 0 40px;
}
.navbar-default {
	text-align: center;
}
.mediaLinkSection .divBox {
	max-width: unset;
}
.mapSect .embed-responsive {
	min-height: 260px;
}
}
 @media ( max-width: 767px ) {
#big-video-vid {
	width: 1455px;
}
body.mean-container.admin-bar .mean-bar {
	top: 46px;
}
.attorneyListSect section {
	max-width: 500px;
	margin: 0 auto;
}
.attorneyListSect .divBox {
	width: 50%;
	background-size: cover;
}
.attorneyListSect .divBox a.pageLink {
	padding: 210px 60px 0 15px;
	font-size: 20px;
	min-height: 288px;
}
.attorneyListSect .divBox a.pageLink em {
	font-size: 14px;
}
.attorneyListSect .divBox .SMdia {
	bottom: 30px;
	right: 15px;
}
.staffList section {
	margin: 0 auto;
	max-width: 500px;
}
.staffList .divBox {
	width: 50%;
}
.formWrap .gform_wrapper .top_label li.gfield.gf_left_half,  .formWrap .gform_wrapper .top_label li.gfield.gf_right_half,  .formWrap .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),  .formWrap .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),  .formWrap .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	width: 100%;
}
.formWrap .gform_wrapper .gform_footer input.button,  .formWrap .gform_wrapper .gform_footer input[type="submit"],  .formWrap .gform_wrapper .gform_page_footer input.button,  .formWrap .gform_wrapper .gform_page_footer input[type="submit"] {
	margin-top: 30px;
	margin-left: 0;
}
.homeTestimonial .divBox p {
	font-size: 16px;
	line-height: 1.6em;
}
.homeTestimonial h3 {
	margin: 0 0 50px;
}
}
 @media ( max-width: 499px ) {
.staffList section {
	max-width: 320px;
}
.staffList .divBox {
	background-size: cover;
}
.staffList .divBox p {
	font-size: 16px;
	line-height: 1.1em;
}
.staffList .divBox p a {
	min-height: 175px;
	padding: 135px 15px 0 15px;
}
.attorneyListSect section {
	max-width: 320px;
	margin: 0 auto;
}
.attorneyListSect .divBox a.pageLink {
	padding: 115px 60px 0 15px;
	font-size: 16px;
	min-height: 175px;
}
.homeVideo .divBox {
	max-width: 290px;
}
.vid span.plyBtn {
	max-width: 55px;
}
.divBoxRight .vid {
	float: none;
	margin: 0 auto;
}
.homeVideo .divBox.divBoxRight {
	max-width: 240px;
	margin: 0 auto 20px;
	font-size: 14px;
}
}
 @media ( max-width: 399px ) {
}
#input_4_8, #input_4_6 {
	width: 100% !important;
}
#gform_submit_button_4 {
	font-weight: 700;
	text-align: center;
	color: #ddac3c;
	background-color: #095471;
	width: 263px;
	height: 46px;
	border: none;
}
.strong-view.default .testimonial-client {
	text-align: center !important;
	color: #095471;
	font-size: 16px;
}
.testimonial-content {
	font-size: 19px;
	line-height: 2em;
	font-style: italic;
}
.wpmslider-wrapper {
	margin-top: -50px !important;
}
.bottom-text {
	text-align: center;
	padding-left: 90px;
	padding-right: 90px;
	margin-top: -65px;
}
.award {
	display: block;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #095471;
	color: #fff;
	border: none;
	padding: 15px;
	font-size: 18px;
	margin-top: 15px;
}
#menu-item-2699 a {
	font-size: 22px;
}
.innerPage section a, .innerPage section ul li a {
	color: #24667f !important;
}
