body {
	color: #333;
	background: url(../images/bg-body.png) top center repeat-x #fff;
	font-family: 'Open Sans', sans-serif !important;
	overflow-x: hidden;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #0e416c;
	font-weight: 300;
}

h1,
.h1 {
	font-size: 30px;
}

#interior h1 {
	margin-bottom: 30px;
}

#content-main h2,
#content-main .h2 {
	font-size: 18px;
}

.home #content-main h2,
.home #content-main .h2 {
	font-size: 20px;
}

.home #content-main h2,
.home #content-main .h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}

a {
	color: #7b7b7b;
}

a:hover {
	color: #7b7b7b;
}

a.clickable {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 60;
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=1);
}

#content-main a {
	text-decoration: underline;
	color: #014A89;
}

p {
	text-align: justify;
}

#content-main ul {
	list-style-type: none;
}

ol {}

ul.unstyled,
ol.unstyled {
	padding-left: 0;
}

#content-main li {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-main li:before {
	content: url(../images/bullet.jpg);
	position: absolute;
	left: -20px;
	top: 0px;
}

#content-main li a {
	color: #0e416c;
}

blockquote {}

.bg-dark {
	background-color: #244a6b;
	color: #FFF;
}

.bg-dark-40 {
	background-color: rgba(51, 51, 51, 0.4);
	color: #FFF;
}

.bg-darker {
	background-color: #222;
	color: #FFF;
}

@media (min-width: 1200px) {
	.bg-dark-lg {
		background-color: #333;
		color: #FFF;
	}

	.bg-dark-40-lg {
		background-color: rgba(51, 51, 51, 0.4);
		color: #FFF;
	}

	.bg-darker-lg {
		background-color: #222;
		color: #FFF;
	}
}

@media (max-width: 1199px) {
	.bg-dark-md {
		background-color: #333;
		color: #FFF;
	}

	.bg-dark-40-md {
		background-color: rgba(51, 51, 51, 0.4);
		color: #FFF;
	}

	.bg-darker-md {
		background-color: #222;
		color: #FFF;
	}
}

@media (max-width: 991px) {
	.bg-dark-sm {
		background-color: #333;
		color: #FFF;
	}

	.bg-dark-40-sm {
		background-color: rgba(51, 51, 51, 0.4);
		color: #FFF;
	}

	.bg-darker-sm {
		background-color: #222;
		color: #FFF;
	}
}

@media (max-width: 767px) {
	.bg-dark-xs {
		background-color: #333;
		color: #FFF;
	}

	.bg-dark-40-xs {
		background-color: rgba(51, 51, 51, 0.4);
		color: #FFF;
	}

	.bg-darker-xs {
		background-color: #222;
		color: #FFF;
	}
}

.text-white {
	color: #FFF;
}

@media (min-width: 1200px) {
	.text-white-lg {
		color: #FFF;
	}
}

@media (max-width: 1199px) {
	.text-white-md {
		color: #FFF;
	}
}

@media (max-width: 991px) {
	.text-white-sm {
		color: #FFF;
	}
}

@media (max-width: 767px) {
	.text-white-xs {
		color: #FFF;
	}
}

.text-shadow {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.rsContent {
	display: none;
}

.rsContent:first-child {
	display: block;
}

.slider {
	width: 100%;
	z-index: 0;
}

.slider .rsABlock {
	text-align: center;
}

.slider .rsABlock {
	left: 20%;
	right: 20%;
}

.slider .testimonial .rsABlock {
	top: 20%;
}

.slider .rsContent blockquote {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 50%;
}

.slider .rsContent blockquote p {
	line-height: 1.5em;
}

@media (max-width: 1199px) {
	.slider .rsContent blockquote {
		right: 0;
	}
}

@media (max-width: 767px) {
	.slider .testimonial .rsABlock {
		top: 0;
	}
}

.pbhs-rs-gallery.rsDefault .rsOverflow,
.pbhs-rs-gallery.rsDefault .rsSlide,
.pbhs-rs-gallery.rsDefault .rsThumbs,
.pbhs-rs-gallery.rsDefault .rsVideoFrameHolder {
	background: #333;
}

.gform_wrapper {
	max-width: 100%;
}

.gform_wrapper li.gfield_error,
.gform_wrapper .validation_error {
	background-color: #f2dede !important;
}

.full-width-errors .gform_wrapper li.gfield.gfield_error,
.full-width-errors .gform_wrapper .validation_error,
.gform_wrapper .full-width-errors li.gfield.gfield_error,
.gform_wrapper .full-width-errors .validation_error {
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.gform_title {
	width: auto !important;
}

input.form-control,
textarea.form-control {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

@media (min-width: 1200px) {
	.container {
		width: 1160px;
	}
}

.header-wrap {
	position: relative;
	z-index: 100;
}

.header-wrap .container.header-bg {
	background: url(../images/bg-header.jpg) bottom left no-repeat;
	padding-left: 0;
	padding-right: 0;
	height: 630px;
	position: relative;
}

#interior .header-wrap .container.header-bg {
	background: none;
	height: auto;
}

#header-columns {
	clear: left;
	width: 100%;
}

#header-columns .columnLeft {
	text-align: center;
	font-size: 23px;
	padding-top: 92px;
	color: #777777;
	font-weight: 300;
}

.columnLeft span {
	display: block;
	margin-bottom: 26px;
	float: left;
	width: 100%;
	line-height: 26px;
}

.columnLeft .phone {
	margin-top: 46px;
	font-size: 28px;
}

.columnRight {
	padding: 0;
}

#client-logo {
	position: absolute;
	padding: 0;
	text-align: left;
}

#interior #client-logo {
	margin-top: 20px;
}

#client-logo img {
	/* width: 116px; */
	height: auto;
	max-width: 100%;
}

#practice-wrapper {
	padding: 0 0 0 60px;
}

#interior #practice-wrapper {
	padding: 0 0 0 14px;
}

#practice {
	line-height: 84px;
	padding: 0;
	color: #0e416c;
	font-weight: 300;
	font-size: 30px;
}

#interior #practice {
	width: 529px;
	line-height: normal;
	margin: 30px 0 20px;
	padding-left: 8px;
}

#practice span {
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 2px;
}

#interior #practice span {
	font-size: 30px;
}

#info-area {
	font-size: 20px;
	text-align: right;
	position: absolute;
	top: 25px;
	right: 0;
	line-height: 27px;
}

.home #info-area {
	display: none;
}

#info-area span {
	color: #777777;
	font-size: 24px;
}

#location,
#phone {
	display: none;
}

#social-icons-wrapper {
	margin-top: 55px;
	text-align: center;
	margin-bottom: 0;
}

.social-icon {
	display: inline-block;
	position: relative;
}

.social-link {
	display: inline-block;
	position: relative;
	height: 40px;
	margin: 0 3px;
}

.social-link:after {
	content: url(../images/social-icon-shadow.png);
	position: absolute;
	bottom: -23px;
	left: -5px;
}

#social-icons-wrapper.interior {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0;
	float: right;
}

#featured,
#featured2 {
	margin-bottom: 42px;
	float: left;
	border: 4px solid #dfe2e7;
	border-right: none;
}

.bucket-wrap {}

.bucket {
	position: relative;
}

.bucket-title {
	position: absolute;
	width: 100%;
	height: 42px;
	font-size: 14px;
	color: #777777;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	bottom: -46px;
	overflow: hidden;
}

.bucket-title a {
	color: #777777;
}

.bucket-title a:hover {
	text-decoration: none;
}

.bucket-text {}

.bucket-link {
	margin: 15px 0 0;
}

.bucket-image-wrapper {
	width: 100%;
	height: auto;
}

.bucket-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
	position: relative;
	border-right: 1px solid #fff;
}

.bucket-hover-img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	border-right: 1px solid #fff;
	display: none;
}

#quicklinks-wrapper {
	margin: 20px 0 20px;
	position: relative;
	z-index: 99;
}

#quicklinks-wrapper .container:before {
	content: url(../images/header-shadow.png);
	z-index: -1;
	position: absolute;
	left: -60px;
	bottom: -20px;
}

#quicklinks-wrapper .container {
	position: relative;
}

#quicklinks-wrapper .container:after {
	content: url(../images/quicklink-shadow.png);
	position: absolute;
	z-index: -1;
	left: -19px;
	bottom: -55px;
}

.quicklink {
	padding: 0 1px;
}

.quicklink-inner-wrapper {
	background: #f3f7fd;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.quicklink a {
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	line-height: 38px;
	padding-top: 1px;
	font-size: 13px;
	color: #777777;
}

.quicklink a:hover {
	text-decoration: none;
	color: #6b90a8;
}

.quicklink a i {
	font-style: normal;
	font-size: 12px;
	color: #6b90a8;
}

#content-side .quicklink a {
	text-align: right;
}

#content-side .quicklink {
	position: relative;
	margin: 10px 0;
	/*left:10px;*/
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 9px 0px rgba(50, 50, 50, 0.2);
}

.breadcrumb-wrap {}

.content-wrap {
	position: relative;
	z-index: 1;
}

#content-main {
	color: #7b7b7b;
	margin-bottom: 40px;
	padding: 0 40px;
	font-size: 16px;
}

#interior #content-main {
	min-height: 400px;
	-webkit-box-shadow: 12px 12px 30px -5px rgba(36, 74, 107, 0.45);
	-moz-box-shadow: 12px 12px 30px -5px rgba(36, 74, 107, 0.45);
	box-shadow: 12px 12px 30px -5px rgba(36, 74, 107, 0.45);
}

#interior #content-main {
	padding: 20px 50px 60px 50px;
}

#service-areas {
	color: #2a353f;
	font-size: 13px;
	text-align: center;
}

.rsDefault .rsThumb.rsNavSelected {
	background: none repeat scroll 0% 0% #51729c;
}

.page-content-wrap {
	min-height: 200px;
}

.page-content-wrap li {
	text-align: justify;
}

.page-content-wrap .container {
	width: auto;
}

#interior .page-content-wrap {
	min-height: 200px;
	width: 81%;
	float: right;
	background: #fff;
}

.side-wrap {
	margin-top: -8px;
	width: 18%;
	margin-right: 1%;
	background-color: rgba(255, 255, 255, 0.65);
	background-image: url(../images/backgrounds/bg-sidebar.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
}

.side-nav-title {
	margin-top: 0;
}

.side-nav-title,
.side-nav h2 {
	color: #0e416c;
	text-align: right;
	font-size: 18px;
	padding-right: 15px;
	margin: 0;
	padding: 55px 30px 30px 0;
}

.side-nav h2 a,
.side-nav h2 a:hover,
.side-nav-title a,
.side-nav-title a:hover {
	text-decoration: none;
	color: inherit;
}

.side-nav,
.side-nav ul {
	padding: 0;
	list-style: none;
}

.side-nav li {
	text-align: right;
}

.side-nav li a {
	display: block;
	padding: 6px 30px 4px 20px;
	border-bottom: 1px solid #dce2ea;
	text-transform: uppercase;
	font-size: 13px;
	transition: ease-in-out background .2s, ease-in-out color .2s;
	-moz-transition: ease-in-out background .2s, ease-in-out color .2s;
	-webkit-transition: ease-in-out background .2s, ease-in-out color .2s;
}

.side-nav li a:hover {
	color: #222;
	text-decoration: none;
	background: #f5f6f8;
}

.side-nav li:first-child a {
	border-top: 1px solid #dce2ea;
}

.side-nav li li {
	list-style: none;
	list-style-position: inside;
}

.side-nav li li a {
	padding-right: 40px;
}

.side-nav .current_page_item.page_item_has_children>a,
.side-nav .current_page_ancestor>a {
	border-bottom: none;
}

.side-nav .children {
	display: none;
}

.side-nav .current_page_ancestor>.children,
.side-nav .current_page_item>.children {
	display: block;
}

.gform_wrapper {
	color: #777;
	padding-top: 20px;
}

.gform_wrapper h3.gform_title {
	color: #0e416c;
	font-weight: 300;
}

.footer-wrap {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.footer-columns>div {
	border-right: 1px solid #5b7790;
	padding: 0 25px;
}

.footer-columns>div.last-col {
	border-right: 0;
	width: 28%;
}

.footer-columns div.mid-col {
	width: 47%;
}

.footer-columns h3 {
	color: #c7d6e2;
	position: relative;
	margin: 0 0 5px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	top: -4px;
}

.footer-columns h3:after {
	content: url(../images/icon-contact-info.jpg);
	position: relative;
	right: -20px;
	top: 4px;
}

.footer-columns h3.services:after {
	content: url(../images/icon-services.jpg);
	position: relative;
	right: -20px;
	top: 6px;
}

.footer-columns h3.maps:after {
	content: url(../images/icon-maps.jpg);
	position: relative;
	right: -20px;
	top: 4px;
}

h3.maps {
	margin-bottom: 28px;
}

.blog-name {
	font-weight: bold;
	display: block;
	margin: 20px 0;
}

.footer-services-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 50%;
	float: left;
	padding-top: 15px;
}

.footer-services-list li {
	line-height: 25px;
	font-size: 16px;
}

.map1,
.map2 {
	position: relative;
}

.map1 img,
.map2 img {
	max-width: 100%;
	height: auto;
}

.map1 span,
.map2 span {
	display: block;
	line-height: 38px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.map1 a:hover,
.map2 a:hover {
	text-decoration: none;
}

.map1 a:hover img,
.map2 a:hover img {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.6);
}

.map1 span:before,
.map2 span:before {
	content: url(../images/icon-map.jpg);
	position: relative;
	left: -6px;
	top: 3px;
}

#footer-bottom {
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background: #0b365a;
	font-size: 13px;
}

.nav-column-wrap ul {
	overflow: hidden;
	max-height: 200px;
}

ol.unstyled li,
ul.unstyled li {
	list-style: none;
	background-image: none;
	display: inline-block;
	padding: 0 10px;
}

.admin-links {
	display: none;
}

.btn-outline.btn-default:hover,
.btn-outline.btn-default:hover,
.btn-outline.btn-default:hover,
.btn-outline.btn-default:hover {
	color: #FFF;
	background: #428bca;
	border-color: #428bca;
}

.popover .popover-title {
	color: #333;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
	margin-bottom: 30px;
}

.alignleft,
.alignright {
	width: 50%;
}

.alignleft {
	margin-right: 30px;
	float: left;
}

.alignright {
	margin-left: 30px;
	float: right;
}

.aligncenter {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
}

.alignnone {
	width: auto;
	float: none;
}

img.alignleft,
img.alignright,
img.aligncenter .alignleft.flash-replaced,
.alignright.flash-replaced,
img.aligncenter {
	display: block;
	width: auto;
	margin-bottom: 15px;
}

#home #seo.advanced {
	margin-top: -180px;
}

.responsiveleft_menu {
	position: fixed !important;
	width: 250px !important;
	top: 0 !important;
	left: 0 !important;
}

.responsiveleft_body {
	left: 255px !important;
}

#home .content-wrap.padding-vert-half.padding-none-sm {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#home .header-wrap.clearfix,
#home .content-wrap.padding-vert-half.padding-none-sm+span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}



#home #quicklinks-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#home .header-wrap .container.header-bg {
	height: auto !important;
}


@media (max-width: 992px) {

	#home .quicklink {
		width: 50% !important;
	}

	#home .col-sm-9.columnRight,
	#home .col-sm-3.columnLeft {
		width: 100% !important;
	}

	.footer-services-list,
	.footer-services-list {

		width: 100%;

	}

	footer .first-col .blog-name,
	footer .addr-street {
		text-align: center;
	}

	footer p {
		text-align: center;
	}

	#home #sidr.nav-wrap.sidr.left {
		left: 0;
		width: 100%;
		top: 63px;
	}

	nav.custommenu ul {
		text-align: center !important;
	}

	nav.custommenu ul li {
		text-align: center !important;
		float: none !important;
		display: inline-block;
		vertical-align: top;
		width: 100% !important;
	}

	nav.custommenu ul li a:after {
		display: none;
	}

	nav.custommenu ul li>ul {
		z-index: 6;
		position: relative !important;
		top: 0 !important;
		left: auto !important;
		width: 100% !important;
	}


	nav.custommenu .children-sub:after {
		transform: rotate(90deg);
	}

	nav.custommenu>ul>li::before {
		position: absolute;
		right: 5px;
		top: 10px;
		content: '';
		width: 14px;
		height: 14px;
		background-image: url(../images/caret-right-fill.svg);
		background-repeat: no-repeat;
		opacity: 0.4;
		background-size: 100%;
		transform: rotate(90deg);
	}

}

@media (max-width: 900px) {

	#home #sidr.nav-wrap.sidr.left {
		top: 0px;
	}

}

@media (max-width: 767px) {

	.alignleft,
	.alignright,
	.aligncenter {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}





	#content-side .quicklink a {
		text-align: center !important;
	}

	#mobile-menu .menu-control {
		display: none;
	}

	#home #mobile-menu .menu-control {
		display: block !important;
	}

	#home .quicklink {
		width: calc(100% - 30px) !important;
	}


}

.image,
.module,
.highlight,
.well {
	color: #4c4c4c;
	background-color: #f5f6f8;
}

.well {
	font-size: 13px;
}

.highlight.aligncenter,
.highlight.alignnone,
.well.aligncenter,
.well.alignnone,
.module.aligncenter,
.module.alignnone,
.image.aligncenter,
.image.alignnone {
	margin-top: 30px;
}

.module.aligncenter img {
	margin: 0 10px 10px 20px;
}

.module.aligncenter {
	overflow: hidden;
}

.image h2,
.image .h2,
.module h2,
.module .h2,
.highlight h2,
.highlight .h2,
.well h2,
.well .h2,
.image h3,
.image .h3,
.module h3,
.module .h3,
.highlight h3,
.highlight .h3,
.well h3,
.well .h3,
.image p,
.module p,
.highlight p,
.well p,
.image label,
.module label,
.highlight label,
.well label,
.image .btn,
.module .btn,
.highlight .btn,
.well .btn,
.image a,
.module a,
.highlight a,
.well a {
	color: inherit;
}

.image,
.module,
.highlight,
.image h2,
.image .h2,
.module h2,
.module .h2,
.highlight h2,
.highlight .h2,
.image h3,
.image .h3,
.module h3,
.module .h3,
.highlight h3,
.highlight .h3,
.image p,
.module p,
.highlight p,
.image label,
.module label,
.highlight label,
.image .btn,
.module .btn,
.highlight .btn,
.image a,
.module a,
.highlight a {
	text-align: center;
}

.image label,
.module label,
.highlight label,
.well label {
	display: block;
}

.image a,
.module a,
.highlight a,
.well a {
	text-decoration: underline;
	font-weight: bold;
}

.image a:hover,
.module a:hover,
.highlight a:hover,
.well a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.image .btn,
.module .btn,
.highlight .btn,
.well .btn {
	text-decoration: none;
}

.image .btn:hover,
.module .btn:hover,
.highlight .btn:hover,
.well .btn:hover {
	opacity: 1;
}

.image>:first-child,
.module>:first-child,
.highlight>:first-child,
.well>:first-child {
	margin-top: 0;
}

.image {
	border: 15px solid #c5d1da;
}

.module {
	padding: 0px;
	border: none;
}

.ht-image {
	padding-top: 15px;
	padding-bottom: 15px;
}

.ht-image img {
	border: 4px solid #fff;
	outline: 1px solid #bbbbbb;
}

.module h2 {
	background: #eceff3;
	padding: 10px 15px;
	line-height: 18px;
	color: #0e416c;
	font-size: 18px;
}

.module p {
	padding: 5px 30px;
	text-align: justify;
	font-size: 13px;
	line-height: 17px;
}

.module p.text_center,
p.text_center,
.module p.text-center,
p.text-center {
	text-align: center;
}

.module a {
	color: #0e416c;
}

@media (max-width: 767px) {

	.module,
	.highlight {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.map {
	height: 400px;
}

.mobile-phone .map {
	margin-bottom: 65px;
}

.modal-map .map {
	height: 255px;
}

.modal-map .highlight {
	margin-bottom: 12px;
	width: 95%;
}

.modal-map .modal-body {
	max-height: 415px;
}

.ie7 #practice span,
.ie8 #practice span {
	font-size: 26px;
	letter-spacing: 1px;
}

.ie7 #practice,
.ie8 #practice {
	font-size: 24px;
}

.ie7 #header-columns .columnLeft,
.ie8 #header-columns .columnLeft {
	font-size: 18px;
}

.ie7 .footer-columns h3,
.ie8 .footer-columns h3 {
	font-size: 14px;
}

.ie7 #quicklinks-wrapper .container:after,
.ie7 #quicklinks-wrapper .container:before,
.ie8 #quicklinks-wrapper .container:after,
.ie8 #quicklinks-wrapper .container:before {
	content: "";
}

.ie7 .header-wrap .container.header-bg,
.ie8 .header-wrap .container.header-bg {
	height: 589px;
}

.ie7 #social-icons-wrapper,
.ie8 #social-icons-wrapper {
	margin-top: 10px;
}

.ie7 #interior #practice span,
.ie8 #interior #practice span {
	font-size: 26px;
	display: block;
}

.ie7 #featured,
.ie7 #featured2,
.ie8 #featured,
.ie8 #featured2 {
	float: none;
	clear: left;
}

/* body#home #client-logo, body#home #practice-wrapper, body#home #sidr{
	position: fixed;
	z-index: 9999;
	background-color: #FFF;
}
body#home #practice-wrapper{
	width: 100%;
    max-width: 1041px;
}

body#home #client-logo{
	padding: 23px 0 23px 15px;
	top: 0;
}

body#home #sidr{
	top:100px;
	width: 100%;
    max-width: 1029px;
    left: 247px;
}

body#home .col-sm-9.columnRight #featured{
	margin-top: 168px;
}

body#home #header-columns .columnLeft{
	padding-top: 157px;
}

body#home .header-wrap .container.header-bg{
	height: 673px;
}

body#home .advanced h1:nth-of-type(1), body#home .advanced h1:nth-of-type(2){
	display: none;
} */


nav.custommenu {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #777;
	font-size: 14px;
	text-align: center;
	padding-left: 13px;
}

nav.custommenu ul {

	text-align: left;
	position: relative;
	width: 100%;
	padding-left: 0;
}

nav.custommenu ul li {
	list-style-type: none;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	color: #777;
	float: left;

}

nav.custommenu ul>li,
nav.custommenu ul>li>a {
	text-transform: uppercase;
}

nav.custommenu ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	position: relative;

}

nav.custommenu ul li a:after {
	content: '|';
	position: absolute;
	right: -4px;
	top: 8px;
}

nav.custommenu ul li:last-child a:after {
	content: none;
}

nav.custommenu ul li>ul {
	width: 290px;
	background-color: #FFF;
	position: absolute;
	top: 30px;
	left: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
}

nav.custommenu ul li:last-child>ul {
	left: inherit;
	right: 0;
}



nav.custommenu ul>li:hover ul {
	display: block;
}


nav.custommenu .children-sub:after {
	position: absolute;
	right: 5px;
	top: 10px;
	content: '';
	width: 14px;
	height: 14px;
	background-image: url(../images/caret-right-fill.svg);
	background-repeat: no-repeat;
	opacity: 0.4;
	background-size: 100%;
}

nav.custommenu .children-sub>ul {
	display: none !important;
}

nav.custommenu .children-sub:hover>ul {
	display: block !important;
}

nav.custommenu .children-sub li {
	width: 100%;
	vertical-align: top;
	border-right: none;
	text-transform: none;


}

nav.custommenu .children-sub li a:after,
nav.custommenu ul li ul li a:after {
	display: none;
}

nav.custommenu ul li ul li {
	width: 100%;
}

nav.custommenu ul li ul li a {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-right: none;
	text-transform: none;
	white-space: normal;
}

nav.custommenu ul li ul li a:hover {
	background-color: #eaedf1;
}

nav.custommenu ul li ul li>ul {
	left: 290px !important;
	top: 0 !important;
}

#mobile-menu .phone-link{
	float: right;
}

#mobile-menu{
	background-image: url(../images/hometext-logo.jpg);
	background-position: center;
	background-size: 189px;
    background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.4);
	width: calc(100% - 20px);
    margin: 10px 0px 0 10px;
}

#header-columns #mobile-menu{
	background-image: none !important;
	margin: 0px 0px 0 0px;
	border: none;
}

.bucket-image-wrapper .bucket-hover-img{
	display: block !important;
	width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    position: relative;
}

.bucket-image-wrapper .bucket-img{
	display: none !important;
} 

@media (max-width: 1199px) {
	#practice span {
		font-size: 26px;
		letter-spacing: 1px;
	}

	#practice {
		font-size: 24px;
	}

	#header-columns .columnLeft {
		font-size: 18px;
		padding-top: 75px;
	}

	.columnLeft span {
		margin-bottom: 18px;
	}

	.footer-columns h3 {
		font-size: 14px;
	}

	#quicklinks-wrapper .container:after,
	#quicklinks-wrapper .container:before {
		content: "";
	}

	.header-wrap .container.header-bg {
		height: 589px;
	}

	#social-icons-wrapper {
		margin-top: 60px;
	}

	#interior #practice span {
		font-size: 26px;
		display: block;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}



	#service-areas {
		padding: 0 30px 20px;
	}

	.footer-columns>div {
		width: 100% !important;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.columnLeft .phone {
		margin-top: 10px;
		font-size: 22px;
	}

	.footer-columns div.mid-col {
		background: #0b365a;
	}

	.footer-columns.padding-vert {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.header-wrap .container.header-bg {
		background: none;
	}

	#content-side {
		height: auto !important;
	}

	#interior #content-main {
		padding: 20px 40px;
		float: right !important;
	}

	#content-side .quicklink {
		width: 100%;
	}

	#content-side .quicklink a {
		font-size: 11px;
	}

	#social-icons-wrapper {
		margin-top: 25px;
	}

	#practice span {
		font-size: 18px;
		letter-spacing: 0px;
	}

	.sf-active li {
		width: 100px !important;
	}

	.sf-active a {
		font-size: 12px;
	}

	#home .advanced h1 {
		font-size: 25px;
	}


	nav.custommenu ul li ul li>ul {
		left: 22px !important;
		top: 0 !important;
		width: calc(100% - 44px) !important;
	}
}

@media (max-width: 900px) {

	.columnRight,
	.columnLeft {
		width: 100%;
		padding: 0 20px;
	}

	.columnLeft {
		display: none;
	}

	.columnLeft span {
		display: block;
		margin-bottom: 20px;
		float: left;
		width: 33%;
	}

	#client-logo {
		position: relative;
	}

	#client-logo img {
		width: 93%;
	}

	#practice-wrapper {
		padding: 0;
		width: 75%;
		left: 0;
	}

	#practice span {
		display: block;
	}

	#practice,
	#interior #practice {
		line-height: normal;
		margin-top: 9px;
		padding-left: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	.sf-active {
		width: 100%;
		left: 0;
		padding: 0 20px !important;
		;
	}

	#featured,
	#featured2 {
		width: 100%;
	}

	.home #info-area,
	#info-area {
		display: block;
		position: relative;
		text-align: left;
		float: left !important;
		font-size: 13PX;
		margin-top: 0;
		top: 0;
		line-height: 23px;
	}

	#quicklinks-wrapper {
		margin: 20px 20px 20px;
	}

}

@media (max-width: 767px) {
	#client-logo img {
		width: 93%;
		max-width: 230px;
	}

	#interior #client-logo img {
		width: 93%;
		max-width: 131px;
	}

	#practice-wrapper,
	#interior #practice-wrapper {
		width: 100%;
		padding: 0;
	}

	.home #info-area,
	#info-area {
		width: 100%;
		text-align: center;
	}

	.bucket {
		width: 50%;
		margin-bottom: 42px;
		float: left;
	}

	#featured,
	#featured2 {
		margin-bottom: 5px;
		float: left;
		border: 4px solid #dfe2e7;
	}

	.bucket-img,
	.bucket-hover-img {
		border-right: 0px;
	}

	.quicklink {
		padding: 0 20px;
		width: 100%;
		margin-bottom: 5px;
	}

	#content-main.margin-vert-sm {
		margin-top: 0px !important;
		padding: 0 20px;
	}

	.col-sm-5.mid-col {
		overflow: hidden;
	}

	.nav-links li {
		display: block;
		width: 100%;
		line-height: 24px;
	}

	.bucket-title {
		bottom: -42px;
	}

	.admin-bar .sidr {
		top: 45px;
	}

	.mobile-show {
		display: block !important;
	}

	.sidr.left {
		padding: 0;
	}

	#interior #content-main {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#content-side {
		width: 100%;
		clear: both;
		background: #f7f7f7;
		padding-bottom: 0;
	}

	.page-template-form-php .side-wrap {
		width: 100%;
		float: left;
		background: #f7f7f7;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}

	#social-icons-wrapper.interior {
		float: left;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}

	#content-side .quicklink {
		left: 0;
		padding: 0;
	}

	#content-side .quicklink a {
		font-size: 15px;
	}

	.side-nav-title,
	.side-nav h2 {
		padding: 20px 0;
		text-align: center;
	}

	.side-nav li a {
		text-align: center;
		padding: 10px 0;
	}

	#practice span {
		font-size: 15px;
	}

	ul#nav>li a {
		text-transform: uppercase;
	}

	ul#nav>li .children a {
		text-transform: none !important;
	}

	#practice h1 {
		font-size: 23px;
	}

	#practice h4 {
		font-size: 14px;
	}

	.quicklink {
		padding: 0 1px;
		width: 50%;
		margin-bottom: 5px;
	}
}

@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}

	.flash-replaced,
	.module {
		float: none;
		margin: 0 auto;
		clear: both;
	}

	.flash-replaced {
		padding: 0;
	}

	.module {
		width: auto;
	}

	embed {
		max-width: 100%;
	}

	#content-main p.text_center {
		text-align: center !important;
	}

	#home .advanced h1 {
		font-size: 19px;
		margin-top: 32px;
	}

	.quicklink {
		width: 100%;
	}
}

@media (max-width: 400px) {

	.footer-services-list {
		width: 100%;
		padding-top: 10px;
	}
}

#sidr form {
	display: none;
}

.columnLeft h4 {
	color: #0e416c;
}