/*******************************************/
/* Theme Name: KTBS Law LLP                 */
/* Theme URI: http://ktbslawstaging.wpengine.com/ */
/* Author: PaperStreet                     */
/* Author URI: http://ktbslawstaging.wpengine.com/ */
/* Description: For KTBS Law LLP             */
/* Text Domain: paperstreet                */
/* Version: 3.2004                         */
/*******************************************/

/*
GENERAL
HEADER
MENUS
FOOTER
CONTENT
BLOG
TEMPLATES
FEATURES
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 18px;
	--body-text-color: #404040;
	--primary-color: #3B3B3B;
	--secondary-color: #3B3B3B;
	--alternate-color: #3B3B3B;
	--gray-color: #C0C3D3;
	--light-gray-color: #E9F5F7;
	--body-font-family: 'Red Hat Display', sans-serif;
	--heading-font-family: 'Playfair Display', serif;
	
}

@media screen and (min-width: 768px) {
	/*TABLET*/
	:root {
		font-size: 18px;
	}
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #404040;
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	margin: 0;
	font-weight:400
}

 

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	color: #00245B;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	line-height: 1.2;
 
}

h1 {
	font-size: 50px;
	 
	 
}

h2 {
	 font-size: 40px;
 
	 
}

h3 {
	font-size: 30px;
 
}

h4 {
	font-size: 20px;
	 font-family: 'Red Hat Display', sans-serif;
	 color:#404040;
	 font-weight:700
}
h5 {
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
	color: #1978D8;
	letter-spacing: 6px;
	font-weight: 500;
	text-transform: uppercase;
}


 
h6 {
	font-size: 1.0rem;
}

p {
	margin: 0 0 20px;
	font-size: 18px;
	color: #404040;
	font-weight:400;
}

/* GENERAL > Lists */
ol,
ul {
	margin: 0 0 25px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

.content ul {
	margin-left: 5px;
}

.content li {
	font-size: 18px;
	color: #404040;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 10px;
 
}

.content ol li {
	padding-left: 0;
}

.content ul li:before {
	position: absolute;
	left: 0;
		color: #0086DB;
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
 
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 5 Pro';
}

.content ul ul {
	margin: 20px 0 20px 20px;
}






.single.single-practices .contact-full-inner.main-full-width section ul {
	margin-left: 5px;
}

.single.single-practices .contact-full-inner.main-full-width section li {
	font-size: 18px;
	color: #404040;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 10px;
 
}

.single.single-practices .contact-full-inner.main-full-width section ol li {
	padding-left: 0;
}

.single.single-practices .contact-full-inner.main-full-width section ul li:before {
	position: absolute;
	left: 0;
		color: #0086DB;
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
 
}

.single.single-practices .contact-full-inner.main-full-width section ul li:before  {
	font-family: 'Font Awesome 5 Pro';
}

.single.single-practices .contact-full-inner.main-full-width section ul ul {
	margin: 20px 0 20px 20px;
}

.single.single-practices .contact-full-inner.main-full-width section {
	 
}

.single.single-practices .contact-full-inner.main-full-width section .module-title.blog-title {
	display: inline;
}
.single.single-practices .contact-full-inner.main-full-width section .center {
	text-align: left;
}

.module.module-blog-b .columns.no-float {
	padding: 0;
}



.single.single-practices .contact-full-inner.main-full-width section .module-title.blog-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 2px solid #4070a0;
	padding-bottom: 15px;
	color: #1a76db;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 27px;
	font-weight: 600;
}

.module-blog-b-inner .module-blog-b-single h3 {
	color: #929292;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.module-blog-b-inner .module-blog-b-single h3 a {
	color: #404040;
	line-height: 26px;
}

.module-blog-b-inner .module-blog-b-single h3 a:hover, .module-blog-b-inner .module-blog-b-single h3 a:focus {
	color: #1978D8;
	text-decoration:none;
 
}

.module-blog-a-single-more {
	background: transparent !important;
	color: #1978D8 !important;
	padding: 10px 0;
}



.module-blog-a-single-more:hover {
	background: transparent !important;
	color: #00245B !important;
	padding: 10px 0;
	text-decoration:none
}

.module-blog-b-single {
	padding-bottom: 40px;
	border-bottom: 0px solid #C0C3D3;
}
.module-blog-b-inner {
	border-bottom: 2px solid #1a78da;
}

.single.single-practices .contact-full-inner.main-full-width section {
	margin-bottom: 0;
	padding-bottom: 60px;
	padding-top: 0;
}
.module-blog-b-single {
	padding-bottom: 30px !important;
	border-bottom: 0px solid #C0C3D3;
}
.single.single-practices .contact-full-inner.main-full-width section.prac-list h2 {
	display: inline-block;
	width: 100%;
	padding-bottom:15px;
	color: #1a76db;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 27px;
	font-weight: 600; margin-bottom:0;
}
.single.single-practices .contact-full-inner.main-full-width section.prac-list hr {
	display: none;
}

.single.single-practices .contact-full-inner.main-full-width section.prac-list li {
	border-bottom: 2px solid #ccc;
	padding-bottom: 11px;
	padding-top: 1px;
}

.single.single-practices .contact-full-inner.main-full-width section.prac-list {
	padding-bottom: 30px;
}


.single.single-practices .contact-full-inner.main-full-width section.prac-list li a {
	font-weight:400;
	color:#404040
 
}
.single.single-practices .contact-full-inner.main-full-width section.prac-list li a:hover {
	font-weight:400;
	color:#1978D8;
	text-decoration:none;
 
}

.page-template-template-attorneys-search .banner {
	padding-top: 60px;
	padding-bottom: 40px;
	height: 400px;
}	

.page-template-template-attorneys-search .banner .banner-inner {
	padding: 0;
}

.page-template-template-attorneys-search .row.attorney-search-container {
	width: 100%;
}

.attorney-search-inner label {
	position: inherit;
	font-size: 20px;
}
.footer-lower.mobile {
	display: none;
}

 
.attorney-search-inner .form-input-group {
	position: inherit;
}
.attorney-search-inner .background-input input, .attorney-search-inner .background-input textarea, .attorney-search-inner .background-input select {
	background-color: #fff;
	color: #2c3b66;
	/* padding: 12px; */
}

.large-3.medium-3.small-12.column.attr-form-col {
	padding-left: 0 !important;
}
.large-3.medium-3.small-12.column.attr-form-col:last-child {
	padding-right: 0 !important;
}
.attr-form-col:last-child .select-wrapper {
	width: 80%;
	float:left;
}

.attr-form-col:last-child .search-attr {
	float: right;
	width: 16%;
}

.attr-form-col:last-child .search-attr .full-width.attr-btn-search {
	width: 45px;
	height: 45px;
	padding: 0;
	text-align: center;background: #147cdf;
}

.full-width.attr-btn-search span {
	display: none;
}

.attr-form-col:last-child .search-attr .full-width.attr-btn-search:hover {
	background: #7cb0e4;
}

.attorney-search-inner input::-webkit-input-placeholder {
	color: #555;
}

.attorney-search-inner input:-ms-input-placeholder {
	color: #555;
}

.attorney-search-inner input::-ms-input-placeholder {
	color: #555;
}

.attorney-search-inner input::placeholder {
	color: #555;
}

#attorney-search-input-practices {
	color: #888;
}

.attorney-search-inner a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding-top: 10px;
	display: inline-block;
	text-decoration: underline;
}

.attorney-search-inner a:hover {
	color: #1978D8 ;
 
}







.attr-form-col:last-child .search-attr .full-width.attr-btn-search .fas.fa-search {
	margin: 0;
}


.module-blog-b-single .module-blog-a-single-more {
	padding: 0;
}

.module-blog-b-single .module-blog-a-single-more {
	padding: 0;
}

.module-blog-b-single .module-blog-a-single-more:hover {
	padding: 0;
	text-decoration:none;
}

hr {
	background: #0F8577;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}

/* GENERAL > Links and Buttons */
a {
	color: #1978D8;
	text-decoration: none;
	font-weight:600
}

a:hover,
a:focus {
	color: #00245B;
	text-decoration: none; outline:none;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

a,
button,
.button {
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button, .button {
	font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    margin: 0;
    border-radius: 0;
    padding: 10px 25px 8px 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
/*	background:linear-gradient(to right, #00a3ff, #1374ab);*/
    text-decoration: none;
    border: 0px solid #062b53;
    letter-spacing: 1px;
	  background: linear-gradient(to left, #1a78d8 0%, #1a78d8 50%, #1a78d8 50%);
 
}
button:active,
.button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
 
	color: #fff;
	border:0px solid #0086DB;
  background:linear-gradient(to right, #01245c, #01245c); 
	 
}

button.alt-01, .button.alt-01 {
	background-color: transparent;
	color: #173865;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
 
	color: #00a0f9;
}

button.alt-02,
.button.alt-02 {
	background-color: #062B53;
}
:focus {outline:none;}
button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: #0086DB;
	color: #fff;
}

button.outline,
.button.outline {
	background: none;
	border: 0px solid #062B53;
	color: #1978D8;
	border-radius: 0;
	padding:5px 0
}
 

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
 
	color: #00245B;
	border: 0px solid #0086DB;
		padding:5px 0
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: #fff;
	color: #fff;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: #fff;
	color: #0086DB;
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #062B53;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color:#0086DB;
	text-decoration: underline;
}
a:focus {outline: none !important;}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #fff;
	background: none;
	border: 0;
	border-bottom: 1px solid #fff;
	font-size: 0.9rem;
	line-height: 1.0;
	font-family: var(--body-font-family);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
}
.side-cont-form input,
.side-cont-form  select,
.side-cont-form  textarea {
	color: #173865;
	background: none;
	border: 0;
	border-bottom: 1px solid #173865;
 
}

.side-cont-form legend, .side-cont-form label {
	color: #173865; font-weight:400
}




input,
select,
textarea,
label {
	height: 45px;
	line-height: 45px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #14172F;
}

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

form legend,
form label,
form p {
	font-size: 0.9rem;
}

legend,
label {
	color: #fff;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

input:focus~label,
textarea:focus~label,
input.active~label,
textarea.active~label,
select.active~label {
	padding-left: 0;
	line-height: 0;
	top: -15px;
	font-size: 0.7rem;
}

.form-input-group label i {
	color: #0086DB;
}
/*#contact-formStandard .button {
 
    color: #062b53;
    border: 2px solid #062b53;
    padding: 10px 15px;
}*/
/*.sidebar-inner .side-cont-form .form-container button {
	color: #fff !important;
	border: 0px solid #fff !important;
	  background: linear-gradient(to left, #00a3ff 0%, #1374ab 50%, #163865 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;transition: background-position .8s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

#contact-formStandard .button:hover, #contact-formStandard .button:focus {
  background-position: left bottom;
}*/

.columns.large-6.medium-6.small-12.hp-third-col-right {
	float: right;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper::after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: #14172F;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #c0c3d3;
}
.select-wrapper.active:after {
	background: #14172F;
	color: #fff;
}

.form-container {
	background: #f0f3fa;
	padding: 30px;
}

.contact-form-heading {
	color: #fff;
	text-align: center;
}

.form-container button {
	width: 100%;
}

.background-input input:focus~label,
.background-input textarea:focus~label,
.background-input input.active~label,
.background-input textarea.active~label,
.background-input select.active~label {
	color: #14172F;
}

.background-input input, .background-input textarea, .background-input select {
	background-color: #e2e2e2;
	color: #2c3b66;
	/* padding: 12px; */
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color: #C0C3D3;
}

input.has-error {
	border: 1px solid #ff0000 !important;
	-webkit-box-shadow: 0 0 2px #ff0000 !important;
	box-shadow: 0 0 2px #ff0000 !important;
}

p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

.grecaptcha-badge {
	display: none;
}

#theme-switcha {
	border: 1px solid #0F8577;
	margin-bottom: 30px;
	color: #14172F;
}

/* GENERAL > Animations */
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	padding: 6px;
	z-index: 10;
	position: fixed;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #0F8577;
	color: #fff;
	border-radius: 0 0 8px 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

.header-mobile-lower {
	background: #fff;
	text-align: center;
}

.header-mobile-upper {
	background: transparent;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.header-logo {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.home .header-logo {
	padding-left: 0;
}
.header-logo img {
	margin: 0 auto;
	display: block;
	height: 80px;
	padding: 0px 0px 0px 10px;
}

.header-mobile-lower {
	background: #fff;
	text-align: center;
}

.header-mobile-upper {
	background: transparent;
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*.header-mobile-upper a {
	visibility: hidden;
}*/


.header-mobile-upper a,
.header-mobile-upper button {
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-mobile-upper a {
/*	background: #2f405f;*/
	padding: 7px 20px;
	font-size: 1.3rem;
}

/*.header-mobile-upper a:hover,
.header-mobile-upper a:focus {
	background: #1d85f5;
}*/

.header-mobile-upper button {
	background: transparent;
	font-size: 1.2rem;
	text-transform: none;
	text-align: center;
	display: block;
	width: 71px;
	padding: 5px;
}

.header-mobile-upper button i {
	font-size: 100%;
	margin-right: 8px;
	color: #1978d8;
	background: #fff;
	width: 45px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	border: 2px solid #002e6d;
}

.header-mobile-upper button:hover,
.header-mobile-upper button:focus {
/*	background: #000;*/
}

@media screen and (min-width: 1025px) {
	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}
}

/* HEADER > Header Search Bar */
.header-search {
	position: relative;
	background-color: #224289;
	width: 100%;
	display: none;
	padding: 18px 0;
}

.header-search-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#header-search-input::-webkit-input-placeholder {
	color: #e0e0e0;
}

#header-search-input:-ms-input-placeholder {
	color: #e0e0e0;
}

#header-search-input::-ms-input-placeholder {
	color: #e0e0e0;
}

#header-search-input::placeholder {
	color: #e0e0e0;
}
#blog-search-input::placeholder {
	text-transform: lowercase;
}

#blog-search-input::placeholder {
	text-transform: lowercase;
	opacity: 0.4; 
}

.blog-dt-left {
	background: #f0f3f8;
	text-align: center;
	color: #01245c;
	font-weight: 500;
}

.hp-second-right-text {   
    animation-name: moveInRight1;
    animation-duration: 3s;
 
  }


@keyframes moveInRight1 {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
 
    100% {
        opacity: 1;
        transform: translate(0);
    }
}






/*.hp-second-right-text {
            -moz-animation-duration: 3s;
            -webkit-animation-duration: 3s;
            -moz-animation-name: slidein-left2;
            -webkit-animation-name: slidein-left2;
         }*/
		  
		 
         @-moz-keyframes slidein-left2 {
            from {
                margin-left:20%;
               width:100%;	opacity: 0;
            }
            to {
               margin-left:0%;
               width:100%; 	opacity:1;
            }
         }
         @-webkit-keyframes slidein-left2 {
        from {
                margin-left:20%;
               width:100%;	opacity: 0;
            }
            to {
               margin-left:0%;
               width:100%; 	opacity:1;
         }
		 }

.blog-dt-left strong {
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 2px;
	font-family: 'Playfair Display', serif !important;
}
.large-2.medium-2.small-12.column.blog-dt-left {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0px 0 10px 0;
	width: 12%;
}
.header-search button {
	padding: 0 20px;
	height: 45px;
	white-space: pre;
}

.header-search-submit {
	margin: 0 1%;
}

#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 8px 30px;
}


/* GENERAL > Layout */

.columns,
.column {
	float: left;
	padding: 0 15px;
}

.full-width {
	width: 100%;
}

.sidebar {
	clear: both;
	float: none;
}

.small-12 {
	width: 100%;
}

.small-11 {
	width: 91.67%;
}

.small-10 {
	width: 83.34%;
}

.small-9 {
	width: 75%;
}

.small-8 {
	width: 66.67%;
}

.small-7 {
	width: 58.34%;
}

.small-6 {
	width: 50%;
}

.small-5 {
	width: 41.66%;
}

.small-4 {
	width: 33.33%;
}

.small-3 {
	width: 25%;
}

.small-2 {
	width: 16.66%;
}

.small-1 {
	width: 8.33%;
}

@media (min-width: 768px) {
	.medium-12 {
		width: 100%;
	}

	.medium-11 {
		width: 91.67%;
	}

	.medium-10 {
		width: 83.34%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-8 {
		width: 66.67%;
	}

	.medium-7 {
		width: 58.33%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-5 {
		width: 41.67%;
	}

	.medium-4 {
		width: 33.33%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-2 {
		width: 16.66%;
	}

	.medium-1 {
		width: 8.33%;
	}

	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.large-12 {
		width: 100%;
	}

	.large-11 {
		width: 91.67%;
	}

	.large-10 {
		width: 83.34%;
	}

	.large-9 {
		width: 75%;
	}

	.large-8 {
		width: 66.67%;
	}

	.large-7 {
		width: 58.33%;
	}

	.large-6 {
		width: 50%;
	}

	.large-5 {
		width: 41.67%;
	}

	.large-4 {
		width: 33.33%;
	}

	.large-3 {
		width: 25%;
	}

	.large-2 {
		width: 16.66%;
	}

	.large-1 {
		width: 8.33%;
	}

	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0px),
screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px),
screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

/* GENERAL > Slick Customizations */
.slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 2%;
	margin: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	background: transparent;
	color: transparent;
	border: 0;
	outline: none;
	padding: 0;
}

.slick-dots li button:before {
	content: '';
	background: #14172F;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	opacity: 1 !important;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.slick-dots li:focus button:before,
.slick-dots li:hover button:before {
	background: #062b53;
}

li.slick-active button:before {
	background: #0F8577;
}

.slick-arrow {
	font-size: 2.2rem;
	background: none;
	padding: 0;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #14172F;
}

.slick-arrow:hover,
.slick-arrow:focus {
	color: #062b53;
	background: none;
}

.slick-slide {
	outline: none;
}

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}

/* GENERAL > Utility Classes */
.row,
.row-wide,
.row-narrow {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
.row.blog-banner-row {
	max-width: 1050px;
}
.single-practices #main .row {
	max-width: 1050px;
}

.row-narrow {
	max-width: 1024px;
}

.row-wide {
	max-width: 1599px;
}

.row:after {
	clear: both;
}

.row:after,
.row:before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}

.no-min-height {
	min-height: 0;
}

.center,
.align-center,
.text-center {
	text-align: center;
}

.right,
.align-right,
.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.two-buttons-container a,
.two-buttons-container button {
	display: block;
	margin-bottom: 10px;
}

.small-text {
	font-size: 0.9rem;
}

.add-margin-top {
	margin-top: 40px;
}

.small-margin-left {
	margin-left: 10px;
}

.small-margin-right {
	margin-right: 10px;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.background-cover {
	background-size: cover;
	background-repeat: no-repeat;
}

.background-transparent {
	background: transparent;
}

.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li {
	color: #fff;
}

@media screen and (min-width: 450px) {
	.two-buttons-container {
		display: flex;
		justify-content: center;
	}

	.two-buttons-container a,
	.two-buttons-container button {
		margin: 0 6px;
	}
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
	position: relative;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 200ms ease-out;
	-moz-transition: border-color 200ms ease-out;
	-ms-transition: border-color 200ms ease-out;
	-o-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
	padding: 15px 0;
}

body.scrolled .header {
	border-color: #fff;
}

.header>.row {
	height: 100%;
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}

.header-logo {
	display: flex;
	align-items: center;
	padding: 8px 0 8px 8px;
}

.header-logo.module-header-a-logo {
	width: 100%;
	max-width: 400px;
}

.header-logo img {
	max-width: 300px;
	height: auto;
	margin-top: 0;
	display: inline-block;
	padding-left: 0;
	margin: 0;
	width: 100%;
}

.scrolled .header-logo img {
	height: auto;
	margin: 0;
}
.header-mobile-inner {
	display: flex;
	min-height: 70px;
}

.header-mobile-buttons {
	display: flex;
	margin-left: 4%;
	flex: 1;
	justify-content: flex-end;
}

.header-mobile-buttons a,
.header-mobile-buttons button {
	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	flex: 1;
	max-width: 50px;
	width: 50px;
	height: 50px;
}

@media screen and (min-width: 500px) {

	.header-mobile-buttons a,
	.header-mobile-buttons button {
		width: 60px;
		max-width: 60px;
		height: 60px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1025px) {
	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}

	.header-logo {
		padding: 0;
	}
}

/* HEADER > Header Search Bar */

.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color: #1c417a;
	padding: 18px 0;
	width: 100%;
	opacity: 0;
	z-index: 3;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.header-search.active {
	opacity: 1;
	top: 0;
	display: block;
}
.header-search-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
}

.search-results-post-type:not(:last-child) {
	margin-bottom: 30px;
}

.search-results-post-type ul {
	margin: 0;
}

.header-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	background: #14172F;
	display: none;
	max-height: 350px;
	overflow: auto;
}

.header-search-results.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
	color: #fff;
}

.header-search-results h3 {
	margin-bottom: 8px;
}

.header-search-results a {
	text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
	text-decoration: underline;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

input::placeholder {
	color: #fff;
}

.header-search button {
	padding: 0 20px;
	height: 45px;
	white-space: pre;
}

.header-search-submit {
	margin: 0 1%;
}

#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 16px;
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	margin: 0 0 0 30px;
	background: 0 0;
	border: 2px solid #1978d8;
	position: relative;
	right: 0;
	top: -5px;
	padding-left: 3px;
}


.blog-banner-inner {
	background: #01245c;
	max-width: 450px;
	width: 480px;
	float: right;
	margin-top: -100px;
	z-index: 0;
	position: relative;
	padding: 30px 40px;
}
.blog-banner-cat {
	color: #7597c5;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.blog-banner-title a {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #f4f6f9;
	line-height: normal;
	display: inline-block;
}

.blog-banner-title {
	line-height: normal;
	margin-bottom: 5px;
}
.blog-banner-inner .blog-banner-btn {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.blog-banner-inner .blog-banner-btn:hover, .blog-banner-inner .blog-banner-btn:focus {
 color:#7597c5;
}

.single.single-practices .contact-full-inner.main-full-width {
	padding: 15px 0 15px 0;
}
.breadcrumbs-container i {
	font-size: 15px;
	font-weight: 400;
	padding: 0 5px 0 8px;
	 color: #404040;
}

 .breadcrumbs-container .breadcrumbs-single {
	font-weight: 400;
	color: #404040;
}

 .breadcrumbs-container .breadcrumbs-single:hover, .breadcrumbs-container .breadcrumbs-single:focus {
	font-weight: 400;
	color: #1978D8;
}


.breadcrumbs-container .breadcrumbs-single.self-breadcrumbs {
	font-weight: 600;
	color: #1978D8;
}


#header-search-open:hover, #header-search-open:focus {
	 
	background:#00245B;
	border: 2px solid #00245B;
}

#header-search-open .fas.fa-search {
	color: #1978D8;
	font-size: 14px;
	line-height: 16px;
}
#header-search-open:hover .fas.fa-search, #header-search-open:focus .fas.fa-search {
    color: #fff;
}



/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify; */
	/* -ms-flex-pack: justify; */
	/* justify-content: space-between; */
	text-align: left;
	float: left;
 
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu > li {
	padding: 0px 0px 5px 0px;
	margin-right: 9px;
	margin-left: 9px;
}

li.ourteam ul li a{
	width:300px;
}

li.ourteam ul.sub-menu{
	left:-150px;
	width:490px;
}

.main-navigation-menu>li:after {
/*	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 2px;
	background: #C0C3D3;*/
 
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -4px;
  background: #1978D8;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.main-navigation-menu>li:hover:after {
/*	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 2px;
	background: #C0C3D3;*/
  left: 0;
  right: auto;
  width: 100%;
}
 

.main-navigation-menu>li:last-of-type {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 420px;
	margin: 0;
	background: #fff;
	padding: 15px 0 0px 0;
	left: 0px;
	z-index: 0;
	border-bottom: 20px solid #fff;
}

 
.main-navigation-menu .sub-menu::before {
/*	content: "";
	width: 0px;
	height: 5px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 20px solid #062c53;
	position: absolute;
	top: -11px;
	background: transparent;*/
}




#mega-menu.mega-menu-open,
.main-navigation-menu>a:hover+.sub-menu,
.main-navigation-menu>a:focus+.sub-menu,
.main-navigation-menu>li.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover>a {
	color: #1978d8;
	text-decoration: none;
	
}

.main-navigation-menu > li > a {
	display: block;
	height: 100%;
	color: #00245b;
	line-height: 1.0;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Red Hat Display', sans-serif !important;
}



@keyframes width-anim {
                from { width: 0; }
                to { width: 83px; }
  }
  
  
  @keyframes width-anim2 {
                from { width: 0; }
                to { width: 100%; }
  }
  

@-webkit-keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 83px;
  }
}
@keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 83px;
  }
}
 


/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
#mega-menu li {
	background: #fff;
	padding-left: 0;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

#desktop-navigation .sub-menu li {
	position: relative;
	cursor: pointer;
}

#mega-menu li a, #desktop-navigation .sub-menu li a {
	color: #404040;
	font-size: 15px;
	display: block;
	padding: 10px 15px 10px 45px;
	/* padding-left: 0; */
	line-height: 1.0;
	text-decoration: none;
	font-weight: 400;
	
}

#mega-menu li.active,
#desktop-navigation .sub-menu li.active {
	background: #f0f3fa;
}

#mega-menu li:before,
#desktop-navigation .sub-menu li:before {
	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 20px;
	top: 3px;
	color: #207adb !important;
	pointer-events: none;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
	font-size: 20px;
	 
}
 

#mega-menu li.active:before,
#desktop-navigation .sub-menu li.active:before {
	color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children>a:after {
	content: "\f101";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	right: 10px;
	color: #0F8577;
}

#desktop-navigation .sub-menu .menu-item-has-children.active>a:after {
	color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active>.sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}


/*#desktop-navigation .menu-item-has-children .sub-menu {
    width: 410px !important;
    background: #fff;
}#desktop-navigation .menu-item-has-children ul.sub-menu li:nth-child(2n+1) {
    float: left;
    margin-right: 10px;
}*/
#desktop-navigation .menu-item.ourteam ul.sub-menu li {
    display: inline-block;
    float: left;
    width: 245px;
}




/* MENUS > Mobile Menu */
#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
}

#container:before {
	z-index: 99;
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

#container.active {
	cursor: pointer;
}

#container.active:before {
	opacity: 1;
}

#mobile-menu:not(.active) {
	display: none;
}

#mobile-navigation {
	z-index: 100;
	position: fixed;
	background-color: #062b53;
	opacity: 0;
}

#mobile-navigation,
#mobile-navigation .sub-menu {
	display: block;
	height: 100vh;
	top: 0;
	right: -100%;
	width: 85%;
	-webkit-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-moz-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-ms-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	-o-transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
	transition: all 300ms cubic-bezier(0, 0, 0, 0.96);
}

#mobile-navigation a,
#mobile-navigation .mobile-navigation-title {
	padding-left: 20px;
}

#mobile-navigation.active {
	right: 0;
	opacity: 1;
}

#mobile-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:500;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: #0086DB;
}

#mobile-navigation ul {
	margin: 0;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#mobile-navigation ul li:last-of-type {
	border: none;
}

#mobile-navigation ul li:before {
	display: none;
}

#mobile-navigation ul li.sub-menu-open>.sub-menu {
	right: 0;
}

#mobile-navigation .sub-menu {
	margin: 0;
	position: fixed;
	background-color: #062b53;
	z-index: 1;
	overflow: auto;
}

.mobile-navigation-title {
	font-size: 25px;
    background: #e9edef;
    font-family: 'Red Hat Display', sans-serif;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mobile-navigation-previous button {
	background: #a9b8cf;
	border: 1px solid #a9b8cf;
	color: #fff;
}

.mobile-navigation-previous button:hover, .mobile-navigation-previous button:focus {
	background: #1a78d8;
	border: 1px solid #1a78d8;
	color: #fff;
}



.mobile-navigation-next {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #a9b8cf ;
	color: #fff;
	border:1px solid #a9b8cf 
}

.mobile-navigation-next:hover , .mobile-navigation-next:focus {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 20%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #1a78d8;
	color: #fff;
	border:1px solid #1a78d8; 
}



.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

@media screen and (min-width: 640px) {

	#mobile-navigation,
	#mobile-navigation .sub-menu {
		width: 60%;
	}
}

/* MENUS > Mega Menu */
#mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: #14172F;
	padding: 25px 75px;
}

.mega-navigation-menu {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

#mega-menu li {
	width: 31%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	position: relative;
	border-right: 1px solid #fff;
}

#mega-menu li:nth-child(3n) {
	border-right: none;
	margin: 0;
	padding-right: 0;
}

#mega-menu .sub-menu {
	display: none;
}
/*******************************************************************************************
HOMEPAGE -   styles  
*******************************************************************************************/

/* HOMEPAGE */


.hp-first-left.full-text {
	max-width: 645px;
	text-align: center;
	padding: 30px 0 150px 0;
	margin-left: 70px;
}
.hp-second-right.hp-first-left.full-text {
	margin-right: 100px;
	margin-top: 80px;
	padding-bottom: 78px;
	margin-left: 00;
	overflow: hidden;
}
.row.hp-second-2-row .hp-first-col-right img {
	margin-left: 0;
}


.hp-first-left.full-text p {
	font-size:50px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 72px; position:relative
}

.blue-bg {
	 
	padding-left: 15px;
	padding-right: 15px;
	position:relative;
/*	background-color: #1978d8;*/
  
}

.blue.blue-bg::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 72px;
	z-index: -1;
	margin-left: -12px;
	top: 0 !important;	 
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
	 transition-delay: 5s;*/
}


.blue-bg-1 {
	 
	padding-left: 15px;
	padding-right: 15px;
	position:relative;/*animation: floatText 5s infinite alternate ease-in-out;*/
	
     
  
}

.blue-bg-1::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 72px;
	z-index: -1;
	margin-left: -12px;
	top: 0 !important;	 
    -webkit-animation-name: run;
    -webkit-animation-duration: 3s;
	 transition-delay: 2s;*/
	 
}

 


.blue-bg-2 {
	 
	padding-left: 15px;
	padding-right: 15px;
	position:relative;
/*	background-color: #1978d8;*/
  
}

 .blue-bg-2::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 72px;
	z-index: -1;
	margin-left: -12px;
	top: 0 !important;	 
    -webkit-animation-name: run;
    -webkit-animation-duration: 3s;
	 transition-delay: 5s;*/
}

@-webkit-keyframes floatText{
  from {
    left: 00%;
  }

  to {
    /* left: auto; */
    left: 100%;
  }
}

@-webkit-keyframes run {
    0% { right: 100%;}
    50%{ right : 0;}
    
}

@-webkit-keyframes run1 {
    0% { right: 100%;}
    50%{ right : 0;}
    
}

@-webkit-keyframes run2 {
    0% { right: 100%;}
    50%{ right : 0;}
    
}

.hp-first-left.full-text p::before {
	content: "";
	padding-right: 0;
	height: 58px;
	width: 74px;
	background-image: url(images/quote-left.png);
	display: inline-block;
	background-size: 58px auto;
	background-repeat: no-repeat;
	background-position: left 2px;
}

.row.hp-fourth-row .hp-first-left.full-text p::before {
	width: 150px;
	 height: 100px;
 
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
 
	width: 150px;
  height: 100px;
	 
}


.hp-first-left.full-text p::after {
	content: "";
	padding-right: 0;
	height: 58px;
	width: 74px;
	background-image: url(images/quote-right.png);
	display: inline-block;
	background-size: 58px auto;
	background-repeat: no-repeat;
	background-position: right 2px;
	position: absolute;
}

body.scrolled .header {
	border-color: #fff;
	position: fixed;
	box-shadow: 0 0 5px #333;
	padding: 10px 0;
}

.hp-side-nav {
	position: fixed;
	top: calc(30%);
	z-index: 9999;
	right: 0;
	width: 60px;
}
.main-nav__list {
	display: none;
}

.main-nav__item a {
	background: rgba(255, 255, 255, 0.3);
	padding: 5px 15px;
	line-height: normal;
	text-align: left !important;
	margin-bottom: 8px;
	/* width: 135px; */
	display: block;
	width: 50px;
	transition: width 2s;
	cursor: pointer;
	opacity: 0.6;
}

.main-nav__item a:hover {

	padding: 5px 15px;
	line-height: normal;
	text-align: center;
	margin-bottom: 8px;
	display: block;
	width: 150px;
	background: rgba(25, 120, 216, 0.8); 
	color:#fff;
  
}
.main-nav__item.main-nav-active a {
	background: rgba(25, 120, 216, 0.8);
	color: #fff;
	width: 150px;
	opacity: 0.8;
}

.main-nav__item a:hover:after {
/*	content: "";
	width: 100px;
	background: red;
	height: 30px;
	left: 0;
	position: absolute;
	z-index: -1;
	 background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: auto;
  width: 100%;*/
	
}




.hp-blue-line {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 0;
	height: 3px;
	position: absolute;
	left: -15px;
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 4s;
}

.hp-blue-line-1 {
 
	background-color: #1978d8;
height: 3px;
  background: #1978d8;
  position: absolute;
  top: 10px;
  right: 88px;
  -webkit-animation: dude .75s 1 forwards;
  animation: dude .75s 1 forwards;
  	animation-duration: 2s;
	animation-delay: 3s;
	opacity:0;
  
}
.hp-blue-line-2 {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 0;
	height: 3px;
	position: absolute;
	left: -15px;
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 4s;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line {
 
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 150px 0 100px 0 !important;
}
.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	margin-left: 372px;
}

#hp-third-sec {
	padding: 100px 0 !important;
	background: #fff;
}

.hp-first-col-right img {
	max-width: 280px;
	margin-top: -35px;
	margin-left: 99px;
}


.hp-first-col-right {
	position: relative;
	margin-top: 220px;
}

.row.hp-second-1-row {
	position: relative;
}

.row.hp-second-1-row .module-intro-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -170px;
}

.row.hp-second-1-row .module-intro-content .hp-sec-full {
	background: #01245c;
	padding: 45px 80px;
	max-width: 1000px;
	margin: 0 auto;
	display: inline-block;
	float: none;
}
.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 35px;
}
.row.hp-second-2-row {
	padding-top: 250px;
	padding-bottom: 50px;
}
 
 
 
 .blue-bg-1 {
	background: #1978d8; 
	 position: absolute !important; 
	 width: 100%; 
	 height: 72px; 
	 z-index: -1; 
	 left:-5px;	
}
.span-blue-1 {
	position: relative;
	padding: 0 15px;
	z-index: 0;
}

.span-blue-top {
	position: relative;
	padding: 0 15px;
	z-index: 0;
}


.blue-bg-2 {
	background: #1978d8; 
	 position: absolute !important; 
	 width: 100%; 
	 height: 72px; 
	 z-index: -1; 
	 left:-8px;
	 top: 0;	
}
.span-blue-2{
	position:relative;
	padding: 0 15px;
	z-index:0;
}
#hp-first-sec-intro{
	opacity:0;
}
#hp-third-sec {
	min-height: inherit;
}

/*.hp-4-left{
  position: relative;
  animation: mymove 5s ;	
}*/
@keyframes mymove {
  from {left: 0%;}  
  to {left: 20%;}
}



.hp-fourth-left-text {   
    animation-name: moveInleft;
    animation-duration: 3s;
 
  }
  
  @keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(0px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.hp-first-left-text {   
    animation-name: moveInleft1;
    animation-duration: 3s;
 
  }
  
  @keyframes moveInleft1 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(0px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

 

		 
		 
/*******************************************************************************************
FOOTER - Footer styles shared between modules
*******************************************************************************************/

/* TEMPLATES > Footer */
.footer {
	padding: 20px 0;
	text-align: center;
}

.footer-upper h2 {
	margin-bottom: 40px;
}

.footer-upper p {
	margin: 0;
}

.footer-upper-buttons,
.footer-upper-social {
	margin: 40px 0;
}

.footer-upper-social .social-links {
	justify-content: center;
}

.footer-upper-social .social-links a {
	font-size: 1.6rem;
}

.footer-lower span {
	position: relative;
	font-size: 0.7rem;
	text-transform: uppercase;
}
.footer-lower {
	font-size: 12px;
}

.footer-lower span:after {
	content: "|";
	margin: 0 8px;
}

.footer-lower span:last-of-type:after {
	display: none;
}

.footer-lower-disclaimer {
	line-height: 1.0;
	margin: 0 auto 40px;
}

.footer-first.hp-footer-sec {
	padding: 80px 0;
 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}


.footer-first.hp-footer-sec.default-sec {
	padding: 80px 0;
 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top:0;
}

#menu-footer-navigation .menu-item::before {
	 content: "|"; 
	 
	margin: 0 5px 0 2px;
	font-size: 13px;
	margin-top: ;
	line-height: normal;
}



.footer-first.hp-footer-sec .row {
	max-width: 1140px;padding: 10px;
}


.footer-first.hp-footer-sec .row .footer-inner {
	background: #fff;
	padding: 10px;
}
.footer-inner {
	color: #fff;
	font-size: 13px;
}
.footer-upper-address {
	margin: 5px 0;
	color: #00245b;
	font-size: 13px;
	/* font-weight: 500; */
	display: inline-block;
}
.footer-upper {
	text-align: left;
}

.footer-lower {
	font-size: 13px;
	display: inline-block;
}
.footer-upper-address a {
	color: #fff;
	font-weight: 500;
}
.columns.large-8.medium-8.small-12.footer-col-left {
	padding: 0;
}
.footer-inner .footer-address a {
	text-transform: none;
	font-size: 13px;
	font-weight: 500;
}
.footer-inner .phone {
	font-size: 13px;
	font-weight: 600;
}
.footer-inner .phone a {
	font-weight: 600;
}

.footer-upper-address a:hover, .footer-upper-address a:focus {
	color: #1978D8;text-decoration:none
 
}
.footer-lower {
	color: #fff;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.footer-lower a {
	color: #fff;
	font-weight: 500;
}

.footer-lower a:hover, .footer-lower a:focus {
	color: #1978D8; text-decoration:none
 
}

.footer-inner .footer-phone {
	display: inline-block;
}
.footer-inner .footer-address {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: -0.3px;
}
.footer-inner .footer-address::after {
	 content: "|";
	margin: 0 2px; 
}

.footer-first.hp-footer-sec .row .footer-inner .form-container {
	background: transparent;
	border: 5px solid #2c3b66;
	padding: 45px 120px;
}
.footer-first.hp-footer-sec .row .footer-inner h2 {
	font-size: 38px;
	margin-bottom: 12px;
}

.footer-first.hp-footer-sec .row .footer-inner h3 {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 700;
}
.footer-first.hp-footer-sec .row .footer-inner p {
	font-size: 15px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard {
	padding: 0 20px;
}


.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard input, .footer-first.hp-footer-sec .row .footer-inner #contact-formStandard select, .footer-first.hp-footer-sec .row .footer-inner #contact-formStandard textarea {
	height: 42px;
	line-height: 42px;
	background: #f8f8f8;
	color: #8b8b8b !important;
}
.footer-first.hp-footer-sec .form-input-group.button-container {
	text-align: center;
}

.footer-first.hp-footer-sec .button {
	width: auto;
	padding: 10px 25px;
	letter-spacing: 1px;
	font-size: 15px;
	/* color: #2c3b66; */
}

.footer.module-footer-c.section-lower-home .footer-inner {
	background: transparent;
	padding: 0;
}

.footer.module-footer-c.section-lower-home .footer-inner .left h2 {
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 26px;
}
.social-links .foot-soci {
	margin: 0px 10px 0px 0px;
	background: transparent;
	color: #1978D8;
	border-radius: 0;
	font-size: 16px;
	width: 30px;
	height: 30px;
	border: 1px solid #1978D8;
}

.social-links .foot-soci .fa {
	color: #1978D8;
 
}

.social-links .foot-soci:hover {
 
	background: #00245B ;border: 1px solid #00245B;
 
}
.social-links .foot-soci:hover .fa {
 color: #fff;
	 
 
}

.row.bot-copy-footer a {
	color: #fff;
}

.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p {
	text-align: left;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px !important;
	padding: 0;
}

.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p span {
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	text-decoration: underline;
}
.footer-inner .cont-tit {
	color: #fff;
}
.footer.module-footer-c.section-lower-home .footer-inner .left hr {
	display: none;
}

.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p {
	text-align: left;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px !important;
	padding: 0;
	margin-bottom:10px;
}

.footer.module-footer-c.section-lower-home .footer-inner .large-8.medium-8.small-12.columns {
	padding: 0;
}
.foot-addr-col {
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.footer.module-footer-c.section-lower-home .footer-inner .left {
	border-right: 2px solid #fff;
}

.footer.module-footer-c.section-lower-home .footer-inner .right {
	text-align: left;
	padding-left: 60px;
	padding-top: 0;
}

.footer.module-footer-c.section-lower-home .footer-inner .right .footer-title {
	color: #fff;
	font-size: 22px;
	font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: 600 !important;
}
.foot-addr-col a {
	font-weight: 600;
	color: #fff;
}

.foot-addr-col a:hover {
	text-decoration:underline
 
}


.footer.module-footer-c.section-lower-home .footer-inner .right .footer-p a {
	color: #fff; font-weight:600
}

.row.bot-copy-footer {
	text-align: left;
	color: #fff;
	padding-top: 31px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.menu-footer-navigation-container {
	display: inline-block;
}
#menu-footer-navigation {
	margin: 0;
}
.row.bot-copy-footer a {
	color: #fff;
}

.row.bot-copy-footer a:hover {
	color: #fff;
	text-decoration:underline
}

#menu-footer-navigation .menu-item {
	display: inline-block;
}


.row.bot-copy-footer {
	text-align: left;
	color: #fff;
	padding-top: 31px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer.module-footer-c.section-lower-home {
	padding-bottom: 0;
}



.footer.module-footer-c.section-lower-home .footer-inner .right .footer-p a:hover {
	color: #fff;
	text-decoration:underline
}



	
.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard .form-input-row .form-input-group {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
}
.bot-footer-first p {
	color: #7e7e7e;
	font-size: 13px !important;
}


.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard .form-input-row {
	display: inline-block;
	width: 100%;
}
.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard  .fas {
	display: none;
}

.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard .form-input-row label {
	color: #8b8b8b !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard   label {
	color: #8b8b8b !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}



.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard .form-input-row .form-input-group:last-child {
	margin-right: 0%;
}

.footer-first.hp-footer-sec .row .footer-inner .error-text {
	font-size: 12px;
}


.social-links .fa {
	font-family: "FontAwesome";
}





@media screen and (min-width: 1025px) {
	.footer-lower-disclaimer {
		width: 60%;
	}
}

/*******************************************************************************************
CONTENT - Middle-of-page structure
*******************************************************************************************/

/* CONTENT > Banner */
.banner {
	height: 350px;
	margin-top: 100px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-position-x: 50%;
	background-position-x: 50%;
}

.banner::before {
	content: "";
	position: absolute;
	width: 47%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #00a3ff, #1374ab);
	pointer-events: none;
	display:none;
}
.single.single-attorneys .banner::before {
	background: transparent;
 
}

.posts-slider-single {
	padding: 25px;
	background: #f2f9fc;
	border-radius: 16px;
}

.posts-slider-single p {
	margin-bottom: 0;
}



.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner>.row {
	height: 100%;
}

.single-attorneys .banner .row {
	max-width: 900px;
}


.banner-inner {
	position: relative;
	z-index: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}

.banner-title {
	font-size:52px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-family: 'Playfair Display' , serif;
	text-transform:capitalize;
	
}

.banner-inner .banner-title {
	position: relative;
	font-size: 70px;
	text-transform: capitalize;
	padding: 0px 10px 35px 40px;
	background: transparent;
	letter-spacing: 0;
	font-family: 'Playfair Display', sans-serif;
	color: #fff;
	text-align: center;
	line-height: 70px;
	min-height: auto;
}

.banner-inner .banner-title::before {
	content: "";
	background: #26b0ff;
	position: absolute;
	right: 0;
	height: 230px;
	display: inline-block;
	width: 2px;
	margin-top: 2px;
	left: inherit;
	display:none;
}


@media screen and (min-width: 768px) {
 
}

/*@media screen and (min-width: 1025px) {

}*/


	.banner {
		height: 350px;
		margin-top: 0;
 
	}
	

@media screen and (max-height: 650px) {
/*	.banner {
		height: 250px;
	}*/
}

/* CONTENT > Main */
main {
	padding: 00px 0;
	/* min-height: 450px; */
	display: block;
}

.no-banner main {
	padding-top: 180px;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 20px;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
    background: #fff;
}

.content img {
	max-width: 100%;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

/* CONTENT > Sidebar */

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}


.sidebar-inner {
	padding-top: 60px;
	padding-bottom: 70px;
	background: transparent;
	position: relative;
	z-index: 0;
}

.search-results .sidebar {
	padding-top: 60px;
	padding-bottom: 70px;
 }

.search-results .sidebar input::-webkit-input-placeholder {
	color: #00235b !important;
}

.search-results .sidebar input:-ms-input-placeholder {
	color: #00235b !important;
}

.search-results .sidebar input::-ms-input-placeholder {
	color: #00235b !important;
}

.search-results .sidebar input {
	color: #00235b !important;
}
  

.sidebar-inner {
	padding-left: 25px;
	padding-right: 0;
}
section.sidebar-block {
	background: #fff !important;
	padding: 30px;
	border: 0px solid #dbdbdb;
	box-shadow: none;
}

.sidebar-block.pageListSec ul {
	margin-bottom: 0;
	padding-left: 5px;
}
.sidebar-block ul {
 
	padding-left: 5px;
}

.sidebar section.res-side {
	background: #f0f3fa;
	border-radius: 0;
	padding: 35px;
	margin-top: 80px;
	text-align: center;
	position: relative;
}
.sidebar section.res-side::before {
	content: "";
	height: 60px;
	width: 3px;
	background: #1a78d8;
	position: absolute;
	top: -30px;
	left: 190px;
}


.sidebar section.side-sec-btn {
	margin-bottom: 15px;
	padding-top: 15px;
}
.sidebar-block.pracListSec {
	margin-bottom: 0;
}
.sidebar section.side-sec-btn .button.alt-01.full-width {
	color: #fff;
}

.sidebar-block.pracListSec h2 a:hover, .sidebar-block.pracListSec h2 a:focus{
	color:#a9b8cf;
	 
}




.sidebar section.res-side h1 {
	font-weight: 400;
	font-size: 35px;
	margin-bottom: 10px;
}
.sidebar section.res-side h2 {
	color: #00a3ff;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0;
	letter-spacing: 0;
}
.sidebar section.res-side h3 {
	color: #062b53;
	margin-bottom: 0;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
}
.sidebar section.res-side h3 strong {
	display: block;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: 500;
	letter-spacing: 0;
}

.sidebar section.res-side h2 {
	color: #01245c;
	font-weight: 400;
	font-size: 36px;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0;
	text-transform: none;
}

	
.res-side h1 .hp-results {
	font-weight: 700;
}


.blog-seacrch-sec.sideSearch.defaultSearchSec {
	margin-bottom: 20px;
}

.sidebar section h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Red Hat Display', serif;
    font-weight: 600;
    color: #1978D8;
    letter-spacing: 0.2rem;
    margin-top: 5px;
}

.form-container .contact-form-heading {
	color: #062c53;
}


.sideSearch.defaultSearchSec .form-container.searchCont {
	background: transparent;
	padding: 0;
}
.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm {
	background: #f0f3fa;
}
.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm label {
	color: #404040 !important;
	padding-left: 23px;
}
.footer.module-footer-c.section-lower-home .footer-inner .large-8.medium-8.small-12.columns .footer-title {
	display: none;
}
.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm #repeat-search-input {
	color: #333;
	
}

.sideSearch.defaultSearchSec input::-webkit-input-placeholder {
	color: #333;
	text-transform:uppercase
}

.sideSearch.defaultSearchSec input:-ms-input-placeholder {
	color: #333;
	text-transform:uppercase
}

.sideSearch.defaultSearchSec input::-ms-input-placeholder {
	color: #333;
	text-transform:uppercase
}

.sideSearch.defaultSearchSec input::placeholder {
	color: #333;
	text-transform:uppercase
}

.sideSearch.defaultSearchSec .form-container.searchCont button {
	border: none;
	background: #1b7ee4;
	color: #fff;
}
.blog .sidebar.columns, .single-post .sidebar.columns {
	padding-top: 25px;
}

.sideSearch.defaultSearchSec .form-container.searchCont button:hover, .sideSearch.defaultSearchSec .form-container.searchCont button:focus {
	border: none;
	background: #01245c;
	color: #fff;
}

.page-template-template-contact main {
	background-image: url(images/contact-bg.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}


/*#main .row {
	max-width: 1500px;
}*/

.page-template-template-contact #main {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
/*	background:none !important;*/
}


.page-template-template-contact .content.columns.contact-content {
	margin-top: 60px;
	background: transparent;
	padding: 0;
}

.page-template-template-contact .row.cont-row-sec {
	background: rgba(255, 255, 255, 0.9);
	padding: 28px;
	min-height: 475px;
}
.page-template-template-contact  .sidebar-inner {
	padding-bottom: 0;
}


.page-template-template-contact .sidebar.columns {
	margin-top: 15px;
}

.main-content {
	display: flex;
	padding-bottom: 40px;
}

.sidebar::after {
	content: "";
	position: absolute;
	right: 0;
	/* background: red; */
	height: 90%;
	width: 500%;
	top: 55px;
	left: 0%;
	z-index: -1;
	background-image: none;
	border-left: 2px solid #bebebe;
	display:none;
}

section.sidebar-block {
	background: #01245c !important;
	padding: 30px;
	border-left: 6px solid #aab8d3;
}

.sidebar section {
	margin-bottom: 20px;
}
.sidebar section.res-side .btn-results {
	margin: 25px 0 0px 0;
	color: #fff;
}
.sidebar section.res-side .btn-results a {
	color: #fff;
	font-size: 14px;
}

.sidebar section ul li {
	padding:10px 0 10px 0px;
    position: relative;
    color: #f0f3fa;
    border-bottom: 1px solid #a5b6e1;
}
.attr-side-logo img {
	max-width: 350px;
	margin: 25px auto 15px auto;
	display: block;
	height: auto;
	width: 100%;
}
.attr-side-logo {
	margin-top: 65px;
}


.sidebar section ul li::before {
	position: absolute;
	color: #0086DB;
	content: "\f0da";
	top: 1px;
	left: 0;
	display: none;
}



.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
 
.sidebar-block.attr-side-sec ul {
	margin-bottom: 0;
}
.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #0086DB;
/*	text-decoration: underline;*/
}
.results-slider-single img {
	max-width: 180px;
	margin: 0 auto;
}
#results-slider {
	margin-bottom: 0;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.search-form {
	display: flex;
}

.search-form button {
	margin-left: 10px;
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
}

#heading-anchors {
	display: none;
}

#heading-anchors-source h2 {
	position: relative;
}

#heading-anchors-source h2 span {
	top: -150px;
}

@media screen and (min-width: 768px) {
	main {
		padding: 0px 0;
	}

.content {
	padding-right: 45px;
	width: 63%;
	margin-bottom: 0;
	padding-top: 45px;
	padding-bottom: 40px;
}

	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

.sidebar {
	width: 34%;
	float: right;
	clear: none;
	padding-left: 20px;
	position: relative;
}

	#heading-anchors {
		display: block;
	}
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
#blog-search-input {
	color: #333 !important;
}
.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #1b77da;
}
.single-post .post.blog-post {
	border-top: 2px solid #1b77da;
}
.single-post .post-body.blog-body {
	display: inline-block;
	width: 100%;
}
.post:last-child {
	border: none;
	padding-bottom: 0;
}
.post-head h1, .post-head h2 {
	font-size: 32px;
	margin-bottom: 12px;
	padding: 0;
	border: 0;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 28px;
}
.post-head h1 a, .post-head h2 a {
	font-weight: 500 !important;
	font-size: 25px;
	color: #1a78d8;
	 text-decoration:none
	 
}
.post-head h1 a:hover, .post-head h2 a:hover {

	font-weight: 500 !important;
	font-size:25px;
	 color:#01245c;
	 text-decoration:none
}
article.post h1 {
	line-height: 33px;
	font-size: 28px;
	color: #1978D8;
}

.post-head,
.post-body {
	margin-bottom: 30px;
}

.post-body {
	display: block;
}

.single-post .post-body {
	display: block;
}

.post-head-info {
	line-height: 1.3;
}
.post-head-info i {
	color: #0b235f;
}


.post-head-info span,
.post-head-info a {
	font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #1978D8;
}
a.post-head-category strong {
	font-weight: 500;
	color: #9e9e9e;
}
a.post-head-category   {
	font-weight: 500;
	color: #9e9e9e;
}

.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #00245B;
}
a.post-head-category {
	color: #173865;
	font-weight: 400 !important;
	font-size: 18px;
	font-family: 'Red Hat Display', sans-serif;
}
.blog-cat-title {
	margin-bottom: 5px;
}


.post-head-info span {
	margin-bottom: 0;
}

.post-head-info span:not(:last-of-type):after {
	width: 1px;
	height: 12px;
	background: #0F8577;
	content: '';
	display: inline-block;
	margin: 0 6px 0 12px;
	position: relative;
	top: 2px;
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 8px;
}

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 30px 0;
}

.post-body-excerpt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
 
	-ms-align-items: center;
	align-items: center;
}

.post-bottom-share {
	color: #404040;
	font-weight: 600;
	margin-left: 52px;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.single-post .post-bottom-share {
	margin-left: 0;
	font-size: 15px;
}

.fa.fa-mail-forward {
	color: #1978D8;
}

.post-bottom.blog-bottom a {
	font-size: 14px;
}

@media screen and (min-width: 1025px) {
.post-body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: inline-block;
	border-top: 1px solid #f2f3f8;
	margin-top: 15px;
	padding-top: 17px;
}

	.post-body-image {
		margin: 0 0 0 30px;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: 600;
	text-decoration: none;
	border-radius: 50%;
	width: 25px;
	height: 39px;
	line-height: 44px;
	text-align: center;
	margin: 0;
	display: block;
	background: transparent;
	color: #1a78d8;
	margin-right: 8px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #01245c ;
	width: 40px;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: transparent;
	color: #1978D8 ;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: #062b53;
	background: none;
	padding: 0 15px;
	border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	background: none;
	color: #0086DB;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */
.attorney-banner-name h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: auto;
}

.attorney-banner-left img {
	max-width: 300px;  
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
	margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
	color: #fff;
	line-height: 1.0;
	font-size: 1.1rem;
}


 
.attorney-banner-info a:hover {
	color: #89d5ff;
 
}



.attorney-banner-info>p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}

/* TEMPLATES > Attorney Banner Template A */
.single-attorneys-template-a .attorney-banner-right {
	/* background-color: #062b53; */
	position: relative;
	/*background: linear-gradient(to right, #1374ab, #00a3ff);*/
}

.single-attorneys-template-a .attorney-banner-left {
	-ms-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 0;
}

.single-attorneys-template-a .attorney-banner-name,
.single-attorneys-template-a .attorney-banner-info {
	padding: 30px 45px;
}

.single-attorneys-template-a .attorney-banner-name {
	border-bottom: 1px solid #fff;
}

.single-attorneys-template-a .attorney-banner-name h1 {
	color: #fff;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

.single-attorneys-template-a .attorney-banner-info i {
	color: #38b7ff;
}

/* TEMPLATES > Attorney Banner Template B */
.single-attorneys-template-b .attorney-banner-name {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
	background: white;
	background: linear-gradient(30deg, white 0%, #C0C3D3 100%);
	border: 2px solid #0F8577;
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
	font-size: 1.3rem;
}

.single-attorneys-template-b .vcard a {
	text-transform: uppercase;
	font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
	margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .vcard i {
	display: inline-block;
	color: #0F8577;
}

.single-attorneys-template-b .vcard i {
	font-size: 75%;
}

.single-attorneys-template-b .attorney-banner-info span {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}

	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

 

.attorney-banner-left img {
	max-width: 300px;
	width: auto;
	top:45px;
	
}
.attorney-banner-right {
	min-width: 50%;
	margin-left: 40px;
	text-align: left;
	margin-right: 28px;
}

.single-attorneys .banner {
	height: auto;
	padding: 25px 0 0;
	padding-bottom: 0;
}

	.single-attorneys .banner-inner {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}

/* TEMPLATES > Attorney Template C */
.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.single-attorneys-template-c main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	background-image: url(images/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
	margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
	font-size: 1.2rem;
}

.mCSB_draggerRail,
.mCSB_scrollTools {
	background-color: #062b53 !important;
	width: 3px !important;
}

.mCSB_dragger,
.mCSB_dragger_bar {
	background-color: #0F8577 !important;
	width: 4px !important;
}

.mCSB_scrollTools_vertical,
.mCSB_dragger {
	border-radius: 4px !important;
}

.attorney-template-c-content {
	background: #fff;
	order: 1;
	padding: 30px 15px;
	width: 100%;
}

.attorney-template-c-photo {
	order: 0;
	display: flex;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.attorney-template-c-photo img {
	max-width: 100%;
	width: auto;
	height: 400px;
}

@media screen and (min-width: 1025px) {
	.attorney-template-c-content-inner {
		max-height: 700px;
	}

	.single-attorneys-template-c main {
		padding-top: 180px;
	}

	.attorney-template-c-tabs {
		display: block;
		background: #0F8577;
	}

	.attorney-template-c-photo img {
		height: auto;
	}

	.attorney-template-c-container {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.attorney-template-c-content.content {
		order: 0;
		max-width: 525px;
		align-self: flex-start;
		padding: 0;
	}

	.attorney-template-c-content-inner {
		padding: 35px 10px 35px 35px;
	}

	.attorney-template-c-photo {
		order: 1;
		width: auto;
		margin-left: 50px;
	}

	.attorney-template-c-content-inner .content-tab {
		padding: 0;
		margin: 0;
	}
}

/* TEMPLATES > Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
}

.attorney-banner-large-right {
	order: 1;
	margin-bottom: 20px;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background: #E9F5F7;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
	margin-bottom: 35px;
}
.attorney-banner-name.attorney-banner-large-name {
	border-bottom: 1px solid #1a78d8;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.attorney-banner-large-info a, .attorney-banner-large-info p {
	color: #fff;
	font-weight: 400 !important;
}

.attorney-banner-large-info a:hover {
	color: #1978D8;
 
}
.attorney-banner-large-info .fas {
	margin-right: 20px;
}


.attorney-banner-large-info p {
	margin-bottom: 4px;
	font-size: 1.1rem;
}

.attorney-banner-large-right img {
	height: 300px;
	width: auto;
	max-width: 100%;
}

.attorney-bio-main-d {
	position: relative;
}

.attorney-banner-large-quote {
	position: relative;
	padding-left: 70px;
}

.attorney-banner-large-quote em {
	color: #fff;
	font-size: 1.1rem;
}

.attorney-banner-large-quote:before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 45px;
	height: 39px;
	background-image: url(images/quote_cutout.png);
	background-repeat: no-repeat;
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
}

.attorney-banner-large-buttons a {
	padding: 0;
	width: 35px;
	height:35px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: 1px solid #1978D8 !important;
}
.attorney-banner-large-buttons a i {
	font-size: 15px !important;
}
.attorney-banner-large-buttons a:hover {
 
	background: #1978D8 !important;
	border: 1px solid #1978D8 !important;
}

.content-tabs-anchor-links .content-tabs-row {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8)
}

.content-tabs-anchor-links .content-tabs-row button {
	background: none;
	color: #fff;
	min-height: 60px;
	margin: 0;
	position: relative;
	flex: 1;
}
.cont-tit {
	color: #0086DB;
	font-size: 24px;
	text-transform: uppercase;
}

.page-template-template-contact .footer-first.hp-footer-sec.default-sec {
	padding-bottom: 40px;
}

.page-template-template-contact .footer.module-footer-c.section-lower-home {

	padding-top: 20px;
}

.parent-pageid-1072 .footer-first.hp-footer-sec.default-sec {
	padding-bottom: 40px;
}

.parent-pageid-1072 .footer.module-footer-c.section-lower-home {

	padding-top: 20px;
}






.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr {
	padding-top: 20px;
}

.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 {
	padding: 0;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 31%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single .attr_hover {
	height: 335px;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: #062b53;
}

.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	content: '';
	height: 14px;
	background: #fff;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
	background: #fff;
	color: #0F8577;
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
	display: none;
}

.single-attorneys-template-d .banner:before {
	display: none;
}

.attorney-result-single.attr-land-res .attr-bio {
	margin: 0 auto;
	position: relative;
}

.attrBioIntro.attr_hover {
	background: #062b53;
	height: 400px;width: 265px;
	padding: 10px 15px;margin: 0 auto;
	text-align: center;
	 -webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	 
}

@media screen and (min-width: 900px) {
	.attorney-banner-large-left {
		order: 0;
		flex: 1;
		margin-right: 8%;
		align-self: center;
	}

	.attorney-banner-large-right {
		flex: 1;
		background: none;
		width: auto;
		margin: 0;
		align-self: flex-end;
	}

.attorney-banner-large-right img {
	height: auto;
}
}

/* TEMPLATES > Homepage */
.home-hero {
	position: relative;
}
.button.home-slider-single-button {
	position: absolute;
	bottom: 0;
	margin-left: 150px;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 500px;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero-form-container {
	display: none;
}

.home-hero .slick-dots {
	z-index: 1;
}

@media screen and (min-width: 1025px) {

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 750px;
	}

	.home-hero-form-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.home-hero-form .contact-form-heading {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		min-width: 375px;
		padding: 0;
		background: #E9F5F7;
		display: none;
	}

	.home-hero-form.active {
		display: block;
		-webkit-animation: menuSlideRight 200ms ease-out;
		animation: menuSlideRight 200ms ease-out;
	}
}

@media screen and (max-height: 700px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form .contact-form-heading {
		display: none;
	}
}



.module.module-intro-a.hp-fiest-sec {
	background-image: url(images/slider-bottom-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	/* margin-top: 19px; */
	background-position: center top;
	padding:60px 0 50px 0;
}

section.module.module-intro-a.hp-intro-sec {
	padding: 50px !important;
 
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	padding:50px 0 30px 0 !important;
}

.module.what-we-do {
	background: #1374ab;
	padding: 80px 0 60px 0;
}

.what-we-do .what-we-do-left {
	padding-left: 85px;
}

.what-we-do .what-we-do-left h3 {
	letter-spacing: 2px;
	color: #00a3ff;
	margin-bottom: 0;
}

.what-we-do .what-we-do-left h1 {
	color: #fff;
	font-size: 58px;
	line-height: 61px;
}

.what-we-do-right .hp-prac-ul li a {
	color: #fff;
}

.what-we-do-right .hp-prac-ul li {
	width: 48%;
	display: inline-block;
	margin-bottom: 10px;
}
.what-we-do-right .hp-prac-ul li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.what-we-do-right .hp-prac-ul li a:hover {
	color: #00a3ff;
	 
}
.hp-prac-ul {
	margin-bottom: 0;
}


.what-we-do-right .hp-prac-ul li a .fa {
	width: 37px;
	text-align: center;
}
 
.hp-first-sec-left {
	padding-left: 0;
}
.hp-first-sec-left img {
	width: 100%;
	max-width: 575px;
}

.hp-first-sec-right {
	padding-right: 0;
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 52px;
	padding-right: 150px;
}

.hp-first-sec-right .button.hp-sec-btn {
	position: relative;
	left: -57px;
	padding:9px 35px 13px 55px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 18px;
}

 
.hp-first-sec-right .ver-title {
	position: absolute;
	top: 245px;
	left: 0;
	margin-left: -20px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	height: auto;
}

.row.hp-third-row .hp-first-sec-right .ver-title {
	top: 231px;
}

.row.hp-second-row .hp-first-sec-right.hp-sec-left{
	text-align:right;
	
}
.row.hp-second-row .hp-first-sec-right.hp-sec-left .button.hp-sec-btn {
	left: inherit;
	right: -72px;
	padding: 9px 55px 13px 55px;
}

.row.hp-second-row .hp-first-sec-right::before {
	content: "";
	background: #00a3ff;
	position: absolute;
	right: 76px;
	height: 100%;
	display: inline-block;
	width: 3px;
	margin-top: 2px;
	left: inherit;
}

.row.hp-second-row .hp-first-sec-right .ver-title {
	position: absolute;
	top: 3px;
	left: inherit;
	margin-left: -20px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	height: auto;
	right:-218px;
}
.row.hp-second-row .hp-first-sec-right.hp-sec-left {
	padding-right: 125px;
}
.row.hp-second-row .hp-first-sec-left.hp-sec-right {
	text-align: center;
	float: right;
}


 
.hp-first-sec-right::before {
	content: "";
	background: #00a3ff;
	position: absolute;
	left: 33px;
	height: 100%;
	display: inline-block;
	width: 3px;
	margin-top: 17px;
}
.content-tab.home-content-tab h5 {
	margin-bottom: 7px;
} 
.module.module-badges-a {
	background-image: none;
	background-size: cover;
	background-repeat: no-repeat;
}


.row.hp-second-row {
	margin-top: 60px;
	margin-bottom: 60px;
}
.home section.module.module-badges-a {
	padding: 0px !important;
	height: 274px;
	padding: 35px 0 45px 0 !important;
}

.module-badges-a-buttons .fas {
	color: #6b7072;
	font-size: 40px;
	font-weight: 400;
}

.module-badges-a-buttons {
	padding-top: 73px;
}
.module.module-intro-a.hp-sixth-sec {
	padding: 120px 0;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.hp-six-right {
	float: right;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 14px;
	padding: 35px;
}
.module.module-intro-a.hp-sixth-sec .row {
	max-width: 1400px;
	width: 100%;
}

.hp-six-right h1 {
	font-weight: 400;
	color: #173865;
	margin-bottom: 0;
}
.hp-six-right h2 {
	font-size: 65px;
	font-weight: 700;
}
.hp-six-right h3 {
	letter-spacing: 1px;
	font-size: 18px;
	color: #173865;
	font-weight: 400;
}



.hp-six-right .hp-results {
	font-weight: 700;
}






.module.module-intro-a.hp-fiest-sec .module-intro-content.row-narrow {
	display: table;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	max-width: 1140px;
	padding: 0;
	margin-top:-225px;
}

.hp-col-1 {
	text-align: center;
	padding: 0;
}

.hp-col-1 .hp-title-sec {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
} 
 

.hp-col-1 p img {
	max-width: 120px;
}

.large-4.medium-4.small-12.columns.hp-col-1:nth-child(2) a::before {
	border-left: 1px solid #ccc;
 
	content: "";
	position: absolute;
	left: 0;
	height: 302px;
	top:53px 
}

.large-4.medium-4.small-12.columns.hp-col-1:nth-child(2) a::after {
 
	border-right: 1px solid #ccc;
	content: "";
	position: absolute;
	right: 0;
	height: 302px;
	top:53px 
}

.hp-col-1 .firstLinkSec {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 45px 45px 0px 45px;
	position: relative;
}

.hp-col-1:nth-child(1)  .firstLinkSec:hover {
	display: inline-block;
	width: 100%;
	height: 100%;
	background:#9dbb9f
 
}
 .hoverSec ul li {
    color: #fff;
	 font-size:16px;
	 text-transform:uppercase; position:relative
}
.hoverSec ul li::before {
	position: absolute;
	color: #fff;
	content: "\f0da";
	top: 0;
	left: 0;
}
.hoverSec ul li:before {
     font-family: 'Font Awesome 5 Pro';
} 
.hp-col-1:nth-child(2)  .firstLinkSec:hover {
	display: inline-block;
	width: 100%;
	height: 100%;
	background:#9cacbb
 
}

.hp-col-1:nth-child(3)  .firstLinkSec:hover {
	display: inline-block;
	width: 100%;
	height: 100%;
	background:#a46b34
 
}
.hp-col-1:nth-child(1) .firstLinkSec .hp-title-sec {
	color: #9dbb9f;
}


.hp-col-1:nth-child(1) .firstLinkSec  .fa.fa-plus {
	color: #9dbb9f;
}



.hp-col-1:nth-child(2) .firstLinkSec .hp-title-sec {
	color: #9cacbb;
}
.hp-col-1 .firstLinkSec p:first-child {
	margin-bottom: 0;
}
.hp-col-1 .firstLinkSec p {
	line-height: 20px;
	font-size: 16px;
	color:#fff;
	text-transform:uppercase;
}


.hp-col-1:nth-child(2) .firstLinkSec  .fa.fa-plus {
	color: #9cacbb;
}

.hp-col-1:nth-child(3) .firstLinkSec .hp-title-sec {
	color: #a46b34;
}
.hp-col-1:nth-child(3) .firstLinkSec  .fa.fa-plus {
	color: #a46b34;
}


.hoverSec {
	display: none;
	min-height:374px;
 
}
.hp-col-1  .firstLinkSec:hover  .hoverFirst{
	display:none;
 
 
}
.hp-col-1 .firstLinkSec:hover .hoverSec {
	display: block;
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	padding: 25px 15px 15px 15px;
}
 
 .hp-col-1 .firstLinkSec:hover  .hoverSec   .hp-title-sec {
	 color:#fff
	 
 }
 
 
  .hp-col-1 .firstLinkSec:hover  .hoverSec   .prac-hp-title {
	color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
	 
 }
 
  .hp-col-1 .firstLinkSec:hover  .hoverSec  .button{
	  margin-top:15px; background:transparent !important; 
	  border-radius:0px !important;
	  border:1px solid #fff !important;
	  color:#fff !important
	   
	  
  }
.hoverFirst {
    font-size: 15px;
	text-transform:uppercase;
}
 .praclink.firstLinkSec .prac-intro.hoverFirst {
	color: #062B53;
	font-weight: 600;
}
.module.module-intro-a.hp-third-sec {
	background: #eee;
	padding: 60px 0 50px 0;
}
.hp-prac-list.hoverSec .prac-hp-title a {
	color: #fff;
}
.hp-prac-list.hoverSec .hp-title-sec a {
	color: #fff;
}
.hp-prac-list.hoverSec .connectBtn a {
	color: #fff;
}

.hp-prac-list.hoverSec .prac-hp-title a:hover {
	color: #a46b34;
}


.module.module-intro-a.hp-intro-sec p:last-child {
	margin-bottom: 0;
}

 
.module.module-intro-a.hp-fourth-sec .row {
	margin: 0 auto;
 
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 {
	padding-right: 50px;
}

.fourth-middle-right li {
	width: 49%;
	display: inline-block;
	padding: 0;
}
.fourth-middle-right li .mid-left-img {
	float: left;
	width: 88px;
	text-align: left;
}

.fourth-middle-right li .mid-left-text h3 {
	margin-top: 23px;
}

.fourth-middle-right li .mid-left-text h3 {
	margin-top: 23px;
	font-family: 'Playfair Display', serif; 
}

.fourth-middle-right li .mid-left-text h3 p {
	font-size: 16px;
	font-weight: 400;
	padding-right: 24px;
	text-transform: none;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 a {
	border: 2px solid #2c3b66;
	padding: 10px 15px;
	font-weight: 600;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 a:hover {
	border: 2px solid #0086DB;
}

.module.module-intro-a.hp-fourth-sec  .hp-col-3 {
	padding: 0;
}

.module.module-intro-a.hp-fourth-sec .fourth-left {
	padding-right: 130px;
}

.fourth-text-left {
	width: 75%;
	/* height: auto; */
	background: #0086DB;
	padding: 25px;
	/* display: inline-block; */
	margin-top: -80px;
	position: relative;
	float: right;
	right: -34px;
	margin-left: 35%;
	margin-bottom: 43px;
}

.fourth-text-left p {
	color: #fff;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0px;
    font-size: 18px;
}

.fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 104px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 110px;
	padding-left: 25px;
	border-left: 5px solid #0086DB;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot h2 {
	font-size: 25px;
	margin-bottom: 10px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 h3 {
	font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot p {
	margin-bottom: 0;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot p {
	margin-bottom: 0;
	font-size: 45px;
}
.module.module-intro-a.hp-fourth-sec .fourth-img-left img {
	width: 100%;
	height: auto;
}

.module.module-intro-a.hp-fourth-sec .fourth-img-left img {
	width: 100%;
	height: auto;
}
.module.module-intro-a.hp-fifth-sec {
	background-image: url(images/personal-enjury-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
 
 .module.module-intro-a.hp-fifth-sec .hp-fifth-right {
	padding-left: 65px;
	padding-right: 65px;
}
.module.module-intro-a.hp-fifth-sec .hp-fifth-right h3 {
	text-transform: uppercase;
	font-weight: bold;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h1 {
	margin-bottom: 10px;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h2 {
	font-weight: 400;
}

/*.module.module-intro-a.hp-fifth-sec .hp-fifth-right .button.pracABtn {
	background: transparent;
	color: #062b53;
	letter-spacing: 1px;
	font-size: 18px;
	border: 2px solid #062b53;
	border-radius: 0;
	padding: 5px 15px;
	margin-top: 15px;
}*/

/*.module.module-intro-a.hp-fifth-sec .hp-fifth-right .button.pracABtn {
	background: transparent;
	color: #0086DB;
	letter-spacing: 1px;
	font-size: 18px;
	border: 2px solid #0086DB;
	border-radius: 0;
	padding: 5px 15px;
	margin-top: 15px;
}*/


 

/* CONTENT > Attorneys Landing */
.page-template-template-attorneys main {
	background: #fff;
	padding-top: 0;
}


.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	flex-flow: wrap;
}

.attr-view-bio {
	display: none;
}

.attr-view-bio-p {
	text-align: center;
	color: #fff;
	font-weight: 600;
}


.attorney-results .attorney-result-single {
	width: 100%;
}

.attorney-result-single img {
	width: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: block;
	max-width:400px
}

.attorney-result-single:hover img,
.attorney-result-single:focus img {
/*	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);*/
}

.attorney-result-single .attorney-result-info {
	padding: 12px 0px;
	background-color: #fff;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	width: 100%;
}

.attr-view-bio {
	display: none;
 
}


.attr-bio.attr-land-bio:hover .attr-view-bio {
	background: rgb(20,124,223,0.9);
	height: 100%;
	width: 100%;
	z-index: 0;
	position: absolute;
	display: flex;
	top: 0;
	align-items: center;
	text-align: center;
}

.attr-bio.attr-land-bio {
	background: none;
}

.attr-bio.attr-land-bio {
	background: none;
	position: relative;
	overflow: hidden;
	height: 295px;
}
.attr-view-bio-p {
	text-align: center;
	color: #fff;
	font-weight: 600;
	width: 100%;
	margin-bottom: 0;
}

.attorney-result-info h2,
.attorney-result-info p {
	color: #fff;
	margin: 0;
}

.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
/*		background-color: rgba(0, 163, 255, 0.9);*/
}

.attorney-result-single h2 {
	font-size: 18px;
	font-weight: 400;
}

.attorney-result-info p {
	font-size: 14px;
	/* font-family: 'Playfair Display', serif; */
	/* font-style: italic; */
	font-weight: normal;
	letter-spacing: 0;
	color: #404040;
	text-transform: uppercase;
	padding-top: 4px;
}

 

@media screen and (min-width: 550px) {
	.attorney-results {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: start;
		justify-content: left;
	}

	.attorney-results .attorney-result-single {
		width: 49%;
	}

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 2%;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results .attorney-result-single {
		width: 24%;
		margin-right: 1%;
	}
	
	.attorney-results .attorney-result-single.attr-land-res {
	 
	margin-bottom: 40px;
}



	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 1%;
	}

	.attorney-results .attorney-result-single:nth-child(4n + 4) {
		margin-right: 0;
	}
}

/* CONTENT > Attorney Search */
.attorney-search-results-bar {
	text-align: center;
	padding: 12px 0;
	margin-bottom: 40px;
	border-top: 1px solid #E9F5F7;
	border-bottom: 1px solid #E9F5F7;
}

.attorney-search-inner {
	padding: 30px 5px 60px 15px;
}

.attorney-search-letters {
	margin-bottom: 40px;
}

.attorney-search-letters-single {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

span.attorney-search-letters-single {
	color: #C0C3D3;
}

@media screen and (min-width: 700px) {
	.attorney-search-form .form-input-row {
		display: flex;
	}

	.form-input-group:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}

.page-template-template-other-practices #main {
	padding: 50px 10px 10px 10px;
}
/* CONTENT > Practices Landing */
.practice-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 55px 15px;
}
.pi-box{margin:0px 15px !important;}
.pi-box-bottom{padding-bottom: 50px;}
.btn-prac-more i {
	display: none !important;
}
.practice-box {
	width: 100%;
	min-height: 80px;
	margin: 0 0 20px;
	padding: 35px 25px;
	background: #fff;
	color: #fff;
	/* display: -moz-flex; */
	/* display: -ms-flex; */
	/* display: -o-flex; */
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	box-shadow: 2px 4px 15px -3px rgba(0,0,0,.25) !important;
	min-height: 240px;
	/* text-align: center; */
}


.practice-box i {
	color: #1978D8;
	font-size: 25px;
	margin: 0 auto;
	display: block;
	margin: 5px auto 0px auto;
	height: auto;
	margin-top: 15px;
	display:none;
}


/*

.practice-box:hover,
.practice-box:focus {
	background: #0086DB;
}*/

.practice-box span {
	margin: 0;
	font-size: 20px;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
	text-transform: uppercase;
	color: #062B53;
	margin-bottom: 10px;
	display: block;
	line-height: 23px;
	min-height: 50px;
}

.practice-box:focus span,
.practice-box:hover span {
	color: #00A3FF;
}

@media screen and (min-width: 768px) {
	.practice-box {
		width: 23%;
		margin: 1%;
	}
	 .practice-box.prac-block {
		width: 46%;
		margin: 1%;
	}
	
}


/* CONTENT > Practices Landing */
.practice-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.practice-box.prac-block {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 0 5px;
	background: #f0f3fa;
	color: #173865;
	border: 3px solid #f0f3fa;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	position: relative;
	min-height: 180px;
	box-shadow: none !important;
	align-content: center;
	align-items: center;
	flex-flow: wrap;
}

.practice-box.prac-block h2, .practice-box.prac-block h3 {
	font-size: 16px;
 
}
.practice-box.prac-block h2, .practice-box.prac-block h3 {
	margin: 0;
	font-size: 16px;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
	color: #1978D8;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
}
.practice-box.prac-block:hover,
.practice-box.prac-block:focus {
	background: #1a78d8;
	 border: 3px solid #1a78d8;
}


.practice-box.prac-block:hover h2,
.practice-box.prac-block:focus h2,
.practice-box.prac-block:hover i,
.practice-box.prac-block:hover i {
	color: #fff;
	 
}

.practice-box.prac-block:after {
/*	content: "\f0da";
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.2rem;
	text-align: right;
	color: #00a3ff;
	position: absolute;
	bottom: 33%;
	right: 5%;*/
}


.practice-box.prac-block span {
	margin: 0;
	font-size: 1.3rem;
	-ms-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
}

.practice-box.prac-block:focus span,
.practice-box.prac-block:hover span {
	color: #fff;
}

.page-template-template-contact-a main .contact-full-container {
	max-width: 1140px;
	margin: 0 auto;
}

.page-template-template-contact-a main .contact-full-container .contact-full-inner {
	background: #01245c;
} 

@media screen and (min-width: 768px) {
.practice-box.prac-block {
	width: 23%;
	margin: 1%;
	flex-flow: wrap;
}
}

/* TEMPLATES > Contact A */
.page-template-template-contact-a main {
	background-image: url(images/contact-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
	position: relative;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: #fff;
	padding: 40px 20px;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-a main {
    /* height: 100vh; */
    height: calc(100vh + 83px );
		padding: 0;
	}

	.contact-full-inner {
		padding: 40px 20px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		padding-top: 100px;
	}
	.single-practices .contact-full-container {
		align-items: center;
		padding-top: 0px;
	}
	
}

@media screen and (min-width: 1025px) and (max-height: 750px) {

	.page-template-template-contact-a main,
	.contact-full-container {
		height: 100%;
	}

	.contact-full-container {
		padding: 0;
	}

	.page-template-template-contact-a main {
		padding: 70px 0 100px;
	}
}

/* TEMPLATES > Contact B */
.office-block {
	margin-bottom: 30px;
}
.page-template-template-contact-a main .contact-full-container .content.contact-full-content {
	background: transparent;
	padding: 0px 25px 0px 15px;
}


.page-template-template-contact-a main .contact-full-container .content.contact-full-content h1 {
	color: #fff;
}
.row.cont-row-sec a:hover {
	color: #a9b8cf;
}

.page-template-template-contact-a input, .page-template-template-contact-a select, .page-template-template-contact-a textarea {
	color: #01245c;
	border-bottom: 1px solid #01245c !important;
 
}
.page-template-template-contact-a input::-webkit-input-placeholder {
	color: #01245c;
}

.page-template-template-contact-a input:-ms-input-placeholder {
	color: #01245c;
}

.page-template-template-contact-a input::-ms-input-placeholder {
	color: #01245c;
}

.page-template-template-contact-a input::placeholder {
	color: #01245c;
}
.page-template-template-contact-a label {
	color: #01245c;
}

.row.cont-row-sec .columns.large-12 {
	padding: 0 5px;
}
.row.cont-row-sec .cont-tit strong, .row.cont-row-sec .cont-tit strong a {
	color: #fff;
}
.row.cont-row-sec .columns.large-12 {
	padding: 0 5px;
	color: #fff;
}

.row.cont-row-sec .cont-tit{
	color: #fff;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.office-block-info {
	background: #E9F5F7;
	position: relative;
	padding: 30px;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 30px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

	.office-block-image {
		display: flex;
		width: 250px;
		flex-basis: 250px;
		height: 250px;
	}

	.office-block-info {
		flex: 1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.content-tabs-row-inner {
	display: flex;
}

.content-tab-activate {
	border-radius: 0;
}

.content-tabs-row .content-tab-activate {
	margin-right: 10px;
}
.tabUl {
	border-right: 1px solid #fff;
	/* padding-right: 15px; */
}

.tabUl li a.home-tab {
	padding: 25px 89px 25px 1px;
	width: 100%;
	display: inline-block;
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0;
	color: #1978d8;
	text-align: left;
	position: relative;
	line-height: 28px;
	/* float: left; */
	align-items: center;
	display: flex;
}
.tabUl.hptabUi li.accordion-item.active {
	padding-bottom: 20px;
}


#hp-third-sec .row.hp-third-sec-row {
	max-width: 1060px;
}

.tabUl.hptabUi li {
	border-bottom: 1px solid #0b224b;
}

.tabUl li a.home-tab .fa.fa-plus.hp-plus {
	float: right;
	border: 1px solid #00245b;
	padding: 5px 9px 7px 9px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	/* margin-top: -20px; */
}

.tabUl li a.home-tab .fa.fa-plus.hp-plus::before {
	font-size: 20px;
	font-weight: normal;
}


.attorney-result-single {
 
		-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}
.attr_hover {
	background: #062b53;
	height: 340px;
	padding: 10px 15px;
	text-align: center;
	 -webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

.attr_hover .bio-info-result p {
	font-style: italic;
	color: #fff;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin-bottom: 0;
	font-weight:400;
}
.bio-info-result h2 {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	margin-top:55px !important
}
.attorney-result-single .attorney-result-info h2 {
	margin-top: 5px !important;
	color: #00245B;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: 0;
	font-size: 22px;
	width:280px;
    text-align: center;
    margin: 0 auto;
}


.attr_hover p {
	    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: -20px;
}
.module.module-intro-a.hp-sixth-sec .hp-col-5 h2 {
	margin-top: 18px;
}
.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding: 0;
}
.module.module-intro-a.hp-sixth-sec p {
	padding-right: 22px;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 .fourth-text-bot {
	padding-right: 0;
}
 
.attr_hover .connectBtn {
	background: #0086DB;
	padding: 5px 5px;
	color: #fff;
	font-size: 13px;
	text-transform:uppercase;
}

/*.home-tab.content-tab-activate.active::after {
	content: "";
	background: #0086DB;
	border: none;
	height: 44px;
	right: -24px;
	width: 46px;
	position: absolute;
	transform: rotate(45deg);
	margin-top: -6px;
}*/



.content-tab.home-content-tab, .content-tab.home-content-tab p {
	color: #404040;
}

.home-tab.content-tab-activate.active .fa.fa-plus.hp-plus:before {
		content:"\f068"
	 
}

.home-tab.content-tab-activate.active .fa.fa-plus.hp-plus {
	background: #00245b;
	color: #fff;
}

.home-tab.content-tab-activate:hover .fa.fa-plus.hp-plus {
	background: #00245b;
	color: #fff;
}

.content-tab.home-content-tab {
	padding: 20px 25px 20px 75px;
	margin-bottom: 0;
}

.content-tab.home-content-tab p {
	font-size: 18px;
}
.content-tab.home-content-tab a {
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
}

.content-tab.home-content-tab a:hover {
	font-weight: 600;
	color: #0086DB;
	text-decoration: underline;
}

.prac-hp-cont-ul .prac-sub-cont {
	width: 48%;
	background: #fff;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 1% 2% 1% 0;
/*	padding: 20px 20px;*/
}
.accordion-item-content.panel.pracIntro p {
	font-size: 15px;
	line-height: 19px;
}

.prac-sub-cont .prac-acc-title::after {
	content: '+';
	font-size: 26px;
	color: #9cba9e;
	float: right;
	margin-left: 5px;
	position: absolute;
	right: 18px;
	font-weight: bold;
	margin-top: -7px;
	font-family: 'Red Hat Display', sans-serif;
}
.prac-sub-cont .active::after {
	content: '-';
	font-size: 26px;
	color: #9cba9e;
	float: right;
	margin-left: 5px;
	position: absolute;
	right: 18px;
	font-weight: bold;
	margin-top: -4px;
	font-family: 'Red Hat Display', sans-serif;
	margin-top: -10px;
}

.accordion-item-content.panel.pracIntro {
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 100%;
	margin-left: 0;
	padding: 0 20px;
	margin-top: -15px;
}
 .accordion-item-content.panel.pracIntro a {
	color: #0086DB;
	text-decoration: underline;
	text-transform: uppercase;
	padding-top: 15px;
	display: block;
	font-weight: 700;
}

.prac-hp-cont-ul .prac-sub-cont .accordion-item-content > :last-child {
	margin-bottom: 20px;
	margin-top: 10px;
}
 


.prac-hp-cont-ul .prac-sub-cont .accordion.prac-acc-title {
	margin-bottom: 0 !important;
}
.prac-hp-cont-ul .prac-sub-cont .accordion.prac-acc-title {
	font-weight: 400 !important;
	color: #2e3b67;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	text-transform: none !important;
	margin: 0;
	padding: 20px 20px;
}

.prac-hp-cont-ul {
	display: inline-block;
	margin-bottom: 20px;
}


.hp-col-2 {
	padding: 0;
}

.content-tab-activate:last-of-type {
	margin-right: 0;
}

/*.content-tab-activate.active {
	background: #0086DB;
	pointer-events: none;
	color: #fff;
	display:none;
}*/

.content-tab {
	display: none;
	margin-bottom: 50px;
}

.content-tab.active {
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
	display: block;
}

.content-tabs-anchor-links .mobile-tab {
	display: none;
}

.content-tabs-select {
	margin: 0 auto 30px;
	display: none;
}

.content-tabs-anchor-links .content-tabs-select {
	display: block;
}

.mobile-tab {
	width: 100%;
	text-align: left;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}

.mobile-tab:after {
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	right: 15px;
	position: absolute;
}

@media screen and (min-width: 1025px) {
	.content-tabs-row {
		display: block;
	}

	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Accordion */
.accordion-item {
 border-bottom: 2px solid #00255a;
}
.accordion-item.active .accordion-item-title {
/*	font-weight: 700;*/
}
.accordion-item.active .accordion-item-content h3 {
	letter-spacing: 3px;
	margin-top:0;
}

.accordion-item-title {
	padding: 20px 0;
	font-size: 22px;
	margin: 0;
	position: relative;
	/* text-transform: uppercase; */
	cursor: pointer;
	font-weight: 500;
	color: #1978D8;
	line-height: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	border-bottom: 2px solid #00255a;
	font-family: 'Red Hat Display', sans-serif;
}

.accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 33px;
	width: 35px;
	height: 35px;
	font-size: 1.2rem;
	text-align: center;
	color: #1d79d0;
	font-weight: normal;
	border: 1px solid #01265b;
}
.tabUl.hptabUi .home-tab::after {
	position: absolute;
	right: 0;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
/*	background: #dfdfdf;*/
}

.accordion-item.active .accordion-item-title:after {
	content: "\f068";
}

.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.9rem;
}
.accordion-item-content p {
    font-size: 18px;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
	padding: 0 0;
}
.acc-sec {
	margin: 10px 0 40px 0;
}

.accordion-item-content>*:first-child {
	margin-top: 20px;
}

.accordion-item-content>*:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 14%;
	border-left: 5px solid #14172F;
}

blockquote p,
.quote-single p {
	margin: 0;
}

blockquote cite,
.quote-single cite {
	display: block;
	text-align: right;
	font-weight: 700;
	margin-top: 12px;
	font-style: normal;
}

blockquote:before,
.quote-single:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	opacity: 1.0;
	color: #14172F;
	font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #E9F5F7;
	border: 1px solid #14172F;
	text-align: center;
	margin-bottom: 40px;
}

.cta-single span {
	display: block;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 12px;
}

.cta-single a {
	font-size: 2.0rem;
	line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	display: none;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px #000;
	padding: 30px;
	right: 0;
	bottom: 0;
	width: 30vw;
	max-width: 400px;
	opacity: 0;
	transform: translateX(100%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.bottom-slideout.active {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.bottom-slideout {
		display: block;
	}
}

/* FEATURES > Reviews */
.reviews-container {
	background: #E9F5F7;
	padding: 50px 0;
}

.reviews-star-icon {
	color: #062b53;
	font-size: 1.1rem;
}

.reviews-single-source:before {
	content: "\2014";
	margin-right: 2px;
}

.reviews-star-icon i {
	margin: 0 2px;
}

.reviews-single {
	float: none;
	text-align: center;
}

.reviews-single em {
	font-style: italic;
	margin: 10px 0;
	display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-background-position-x: 100%;
	background-position-x: 100%;
	text-decoration: none;
}

.videos-single:hover:before,
.videos-single:focus:before {
	opacity: 0.6;
}

.videos-single:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #0F8577;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: #062b53;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.videos-single {
		width: 48%;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		justify-content: flex-start;
	}

	.videos-single {
		width: 31.3%;
		margin: 0 3% 110px 0;
	}

	.videos-single:nth-child(3n) {
		margin-right: 0;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
	content: "\f144";
	font-family: 'Font Awesome 5 Pro';
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #062b53;
	pointer-events: none;
	z-index: 1;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}
.social-links {
	float: right;
 
}
.footer-upper .show-for-large-only {
	float: right;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	margin: 0 20px;
}

.social-links a:hover,
.social-links a:focus {
	color: #062b53;
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

/*.results-slider-single {
	border: 1px solid #a3c0a6;
	padding: 30px;
}*/

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #14172F;
	margin-bottom: 25px;
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
	padding: 80px 0;
}

.module-dark {
	background: #062b53;
}

.module-title {
	display: none;
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f0e3";
	font-family: 'Font Awesome 5 Pro';
	width: 50px;
	line-height: 50px;
	font-size: 2.0rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #14172F;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #C0C3D3;
}

.module-title span {
	font-size: 80%;
	display: block;
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 1025px) {
	.modules-skip {
		justify-content: flex-start;
	}

	.modules-skip a {
		margin-bottom: 0;
	}
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}


.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding: 0;
/*	background-image: url(images/our-team-bg.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	background-size: 450px;
	padding-top: 60px;
}

 
.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	padding-top: 50px;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5::before {
	content: "";
	background-repeat: no-repeat;
	background-position: right top;
	height: 145px;
	width: 1200px;
	display: inline-block;
	position: absolute;
	background-image: url(images/our-team-bg.png);
	margin-top: -97px;
	margin-left: -81px;
	background-size: 690px auto;
}

@media only screen and (min-width:280px) and (max-width:1140px) {
.columns.large-1.medium-1.small-12.hp-first-col-right-nav {
	display: none;
}	
	
}

@media only screen and (min-width:280px) and (max-width:600px) {
#hp-first-sec {
	background-image: url("images/slide1-mobile.jpg") !important;
}

#row-hp-second-sec.hp-second-2-row {
	background-image: url("images/slide2-mobile.jpg") !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 15px !important;
	background-image: url(images/slide3-mobile.jpg) !important;
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	background: none !important;
}

	
}

@media only screen and (min-width:280px) and (max-width:767px) {
.header-mobile-left h5 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 15px;
	padding: 15px 0 0 13px;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}

.header-logo img {
	max-width: 220px;
	height: auto;
	margin-top: 6px;
	display: inline-block;
	width: 98%;
	margin: 0 auto;
}

.banner {
	height: 200px;

}

.banner-inner .banner-title {
    font-size: 29px;
    line-height: 35px;
}
.main-content {
	display: block;
}

.content {
	padding-right: 15px;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
	background: #fff;
}

.sidebar-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	background: transparent;
	position: relative;
	z-index: 0;
	padding-left: 15px;
    padding-right: 15px;
}


.home-slider-single-tagline h2 {
	font-size: 25px !important;
 
}
.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: 201% auto !important;
/*	background-position: -179px -33px !important;*/
	margin-top: 10px !important;
	height: 400px !important;
}


.home .home-slider-single-tagline {
	margin-top: 0  !important;
}

.home  .home-slider-single-tagline h2 {
 
	margin-top: 0  !important;
}
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 385px;
	margin-top: 78px;
}

.module.module-intro-a.hp-fiest-sec {
	background-size: 300%;
	background-repeat: repeat;
	border: none;
	/* margin-top: 19px; */
	background-position: center top;
	padding: 60px 0 100px 0;
}

.home .home-slider-single-tagline {
	height: 100%;
	display: flex;
	align-items: flex-end;
	margin-top: 40px;
	position: relative;
/*	bottom: 58px;*/
}

.home .module.module-intro-a.hp-fiest-sec .module-intro-content.row-narrow {
	margin-top: 0;
}
.hp-col-1 .firstLinkSec {
	padding: 15px 10px 0px 10px;
 
}

.home .module.module-intro-a.hp-fiest-sec {
	background-size: 300%;
	background-repeat: repeat;
	border: none;
	/* margin-top: 19px; */
	background-position: center top;
	padding: 20px 0 50px 0;
	background-image: none;
}
.large-4.medium-4.small-12.columns.hp-col-1:nth-child(2) a::before {
 
	display: none;
}
.large-4.medium-4.small-12.columns.hp-col-1:nth-child(2) a::after {
	display: none;
}

.hp-col-1 .hp-title-sec {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-top: 15px;
}

.home .home-slider-single .columns.no-float {
	padding: 0  !important;
}
.home .home-slider-single-tagline p {
	font-size: 18px;
	line-height: normal;
	padding: 4px 40px;
}
.footer-first.hp-footer-sec {
	padding: 30px 0;
  
}

.footer-first.hp-footer-sec .row .footer-inner .form-container {
	background: transparent;
	border: 3px solid #2c3b66;
	padding: 10px 10px 25px 10px;
}
.footer-first.hp-footer-sec .row .footer-inner h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
.footer-first.hp-footer-sec .row .footer-inner h3 {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 700;
}
.footer-first.hp-footer-sec .row .footer-inner p {
	font-size: 13px;
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: normal;
}

.module-footer-c {
	padding: 20px 0;
}

.footer.module-footer-c.section-lower-home .footer-inner .left h2 {
	text-align: left;
	font-size: 22px;
	color: #fff;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding: 0;
}
.foot-addr-col {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 1px;
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p {
	text-align: center;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px !important;
	padding: 0;
	margin-bottom: 10px;
}

.footer.module-footer-c.section-lower-home .footer-inner .right {
	text-align: center;
	padding-left: 0;
	padding-top: 0;
}
.social-links {
 
	display: inline-flex;
 
}

.footer.module-footer-c.section-lower-home .footer-inner .left {
	border-right: 0px solid #fff;
}

.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard {
	padding: 0 5px;
}

.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard .form-input-row .form-input-group {
	width: 100%;
	float: left;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}

.footer-first.hp-footer-sec .form-input-group {
	margin-bottom: 15px;
 
}
.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p {
	margin-bottom: 0;
}
.foot-addr-col {
	margin-top: 5px;
}
.row.bot-copy-footer {
	text-align: center;
	color: #fff;
	padding-top: 31px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer.module-footer-c.section-lower-home .footer-inner .right {
	margin-top: 20px;
}
.content h1 {
	font-size: 30px;
 
}
.content h2 {
	font-size: 19px;
 
}
.banner-inner .banner-title {
	position: absolute;
	left: 10px;
	bottom: 20%;
	padding: 8px 10px;
	background: transparent;
	letter-spacing: 1px;
	text-align: left;
	max-width: 100%;
}

.banner-inner .banner-title::before {
	display: none;
}
.banner-inner .banner-title {
	position: relative;
	left: initial;
	padding: 0;
	background: transparent;
	letter-spacing: 0;
	text-align: center;
	max-width: 100%;
	bottom: inherit;
}
.practice-box.prac-block {
	min-height: 140px;
 
}

.accordion-item-title.interact {
	font-size: 15px;
}
.module {
	padding: 40px 0;
}

h1 {
	font-size: 30px;
 
}
.module.module-intro-a.hp-intro-sec h3 {
	letter-spacing: 0;
	font-size: 18px;
}

.module.module-intro-a.hp-third-sec {
	padding: 40px 0 30px 0;
}
.practice-box i {
	margin-top: 0;
}
.practice-box.prac-block h2, .practice-box.prac-block h3 {
	margin-top: 10px;
}


.module.module-intro-a.hp-third-sec h2 {
	margin-bottom: 0;
}

.tabUl {
 
	margin: 15px;
}

 
.home .tabUl li a.home-tab {
	padding: padding: 15px 5px 15px 5px;
	width: 100%;
	display: inline-block;
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 46px;
}

.home-tab.content-tab-activate.active::after {
	content: "";
	background: #0086DB;
	border: none;
	height: 40px;
	right: -18px;
	width: 40px;
	position: absolute;
	transform: rotate(45deg);
	margin-top: -6px;
}

.content-tab.home-content-tab {
	padding: 10px 15px 10px 15px;
 
}

.module.module-intro-a.hp-fourth-sec .fourth-left {
	padding-right: 50px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 50px;
	padding-left: 25px;
	border-left: 5px solid #0086DB;
	margin-left: 0;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 {
	padding-right: 50px;
	padding: 25px;
	margin-top: 20px;
}

h2 {
	font-size: 25px;
}

.fourth-middle-right li {
	width: 98%;
	display: inline-block;
	padding: 0;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right {
	padding-left: 0;
	padding-right: 0;
}
button, .button {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 5px 13px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	/* border: 2px solid #062b53; */
}
.module.module-intro-a.hp-fourth-sec {
	padding-bottom: 10px;
}

.prac-hp-cont-ul .prac-sub-cont {
	width: 100%;
	background: #fff;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 1% 2% 1% 0;
	/* padding: 20px 20px; */
}

.module.module-intro-a.hp-fifth-sec {
	padding-top: 20px;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h1 {
	margin-bottom: 10px;
	font-size: 26px;
}


.pracBtn {
	text-align: center;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding: 0;
	padding-top: 35px;
}
.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding: 0;
	padding-top: 35px;
	text-align: center;
}

.attorney-results {
	display: inline-block;
	outline: none;
	margin: 0 auto;
	text-align: center;
}

.attorney-results .attorney-result-single {
	width: auto;
	text-align: center;
	display: inline-block;
}


.hp-col-1 .hp-title-sec {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-top: 15px;
	text-transform: none;
	font-size: 30px;
}

.module.module-intro-a.hp-fiest-sec .large-4.medium-4.small-12.columns.hp-col-1:nth-child(2) {
	/* background: red; */
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

.hp-col-1 p img {
	max-width: none;
}

.module.module-intro-a.hp-third-sec .columns.no-float {
	padding: 0;
}

.module.module-intro-a.hp-third-sec h2 {
	font-size: 22px;
	padding: 0 20px;
}

.tabUl {
	margin: 15px 0;
	border: none;
}

.tabUl li {
	border-bottom: 2px solid #6c7d97;
}

.module.module-intro-a.hp-fourth-sec .fourth-left {
	padding-right: 0;
}

.module.module-intro-a.hp-fourth-sec .fourth-img-left img {
	width: 109%;
	height: auto;
}


.fourth-text-left {
	width: 100%;
	/* height: auto; */
	background: #0086DB;
	padding: 25px;
	/* display: inline-block; */
	margin-top: -80px;
	position: relative;
	float: right;
	right: 0;
	margin-left: 0;
	margin-bottom: 43px;
	text-align: center;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: left;
	padding-right: 0;
	padding-left: 27px;
	border-left: 5px solid #0086DB;
	margin-left: 38px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.module.module-intro-a.hp-fourth-sec .button {
	font-size: 21px;
	border: 2px solid #2c3b66 !important;
}

.module.module-intro-a.hp-fifth-sec {
	background-image: url(images/personal-enjury-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 250%;
	/* background: #bedadd; */
}

.module.module-intro-a.hp-fifth-sec .row {
	background: #bedadd;
	margin-top: 364px;
	padding-bottom: 40px;
}

.module.module-intro-a.hp-fifth-sec {
	padding-bottom: 0;
}

.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	padding: 0px 39px 0px 39px;
}


.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding: 0;
	padding-top: 106px;
	text-align: center;
	background-size: 100%;
	background-position: center top;
	margin-top: 37px;
	padding-top: 44px;
}
.footer-first.hp-footer-sec .row .footer-inner h2 {
	font-size: 30px;
	padding: 29px 20px 15px 20px;
}
.footer-first.hp-footer-sec .row .footer-inner h3 {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 700;
}
.footer-first.hp-footer-sec .row .footer-inner p {
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 10px;
	line-height: normal;
}

.bot-footer-first p {
	color: #7e7e7e;
	font-size: 15px !important;
	margin-bottom: 15px !important;
}
.footer.module-footer-c.section-lower-home .footer-inner .left .foot-addr-col p {
	text-align: left;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 30px !important;
	padding: 0;
	margin-bottom: 10px !important;
}

.foot-addr-col {
	margin-top: 18px;
}
.footer-first.hp-footer-sec .row .footer-inner h2 {
	font-size: 30px;
	padding: 0;
	text-align: left;
}

.footer.module-footer-c.section-lower-home .footer-inner .right {
	text-align: left;
	padding-left: 0;
	padding-top: 0;
}

.footer.module-footer-c.section-lower-home .footer-inner .right .footer-title {
	color: #fff;
	font-size: 26px;
	font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-weight: 700;
}
.page-template-template-attorneys .content.full-width.columns {
	padding-bottom: 30px;
}
.attorney-banner-left img {
	max-width: 400px;
 
}
.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
	padding: 30px 25px;
}

.single-attorneys-template-a .attorney-banner-name h1 {
	color: #fff;
	margin-bottom: 6px;
	letter-spacing: 1px;
	font-size: 26px;
}
.row.cont-row-sec .columns.small-5 {
	width: 100%;
}

.row.cont-row-sec .columns.small-7.cont-map {
	width: 100%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 100%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 100%;
}
#select-category {
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	color: #2b3c66;
}

.wp-pagenavi a, .wp-pagenavi span {
	margin-right: 5px;
}

.accordion-item.active .accordion-item-content {
 
	padding: 0 0px;
}

.accordion-item-title {
	padding: 20px 0px;
 
 
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
 
	position: relative;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	width: 400px;
	display: inline-block;
	position: absolute;
	background-image: url(images/our-team-bg.png);
	margin-top: -54px;
	margin-left: 9px;
	background-size: 100%;
	width: 100%;
}

.module.module-intro-a.hp-sixth-sec p {
	padding-right: 22px;
	 
}

.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	padding: 0px 39px 0px 39px;
	max-width: 350px;
	margin: 0 auto;
	float: none;
}

.home .header-logo {
	padding: 10px 10px !important;
}


.mobile-navigation-title {
	font-size: 25px;
    background: #e9edef;
    font-family: 'Red Hat Display', sans-serif;
}


.home-slider-single-tagline-inner {
	text-align: center !important;
	margin: 0 auto!important;
	max-width: 700px;
	 
 
}

.home .home-slider-single-tagline h2 {
	margin-top: 0 !important;
	position: relative;
	top: -221px;
	max-width: 281px;
	font-size: 32px !important;
}

.home-hero .slick-track {
	margin: 0;
}
.button.home-slider-single-button {
	position: absolute;
	bottom: -15px;
	left: 12%;
	margin-left: 0;
}

.home .home-hero  .slick-list{
	overflow:visible;
	
}

.hp-first-sec-left {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 35px;
}
.hp-first-sec-right::before {
	display: none;
}
.hp-first-sec-right {
	padding-right: 0;
	padding-left: 40px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 52px;
	padding-right: 20px;
}
.hp-first-sec-right .ver-title {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: none;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	height: auto;
	letter-spacing: 10px !important;
}

.module.module-intro-a.hp-intro-sec h3 {
	font-size: 20px;
}
.module.module-intro-a.hp-intro-sec h1 {
	margin-bottom: 0;
	line-height: 45px;
	font-size: 35px;
	margin-top: 0;
}
.hp-first-sec-right .button.hp-sec-btn {
	position: relative;
	left: 0;
	padding: 9px 25px 13px 25px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 18px;
}
.row.hp-second-row {
	margin-top: 0;
	margin-bottom: 0;
}
.row.hp-second-row .hp-first-sec-right.hp-sec-left {
	padding-right: 45px;
	text-align: left;
}

.row.hp-second-row .hp-first-sec-right::before {
	display: none !important;
}

.row.hp-second-row .hp-first-sec-right .ver-title {
	position: relative;
	top: 3px;
	left: inherit;
	margin-left: 0;
	transform: none;

	transform-origin: 0 0;
	height: auto;
	right: 0;
}
.row.hp-second-row .hp-first-sec-right.hp-sec-left .button.hp-sec-btn {
	left: inherit;
	right: 0;
	padding: 9px 25px 13px 25px;
}

.row.hp-third-row .hp-first-sec-right .ver-title {
	top: 0;
	position: relative;
	margin-bottom: 15px;
}

.row.hp-third-row .hp-first-sec-right.hp-third-right {
	margin-bottom: 15px;
}
.what-we-do .what-we-do-left {
	padding-left: 0;
	width: 100%;
	text-align: center;
	padding-top: 0;
}
.module.what-we-do {
	padding: 60px 0 60px 0;
}

.scrolled .header-logo img {
	height: auto;
}
.what-we-do .what-we-do-left h1 br {
	display: none;
}
.what-we-do .what-we-do-left h1 {
	 
	font-size: 35px;
	line-height: 61px;
	padding-top: 10px;
}

.what-we-do-right .hp-prac-ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 05px;
}
 
.hp-prac-ul {
	margin: 0 auto;
	width: 85%;
}
.what-we-do-right .hp-prac-ul li a {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	width: 100%;
}

.what-we-do-right .hp-prac-ul li a .fa {
	width: 33px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	margin: 0;
	float: left;
	padding-top: 7px;
}

.hp-prac-title {
	float: left;
	width: 78%;
	padding-left: 15px;
	font-size: 22px;
	line-height: normal;
	line-height: 30px;
}

.hp-six-right {
	float: right;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 14px;
	padding: 25px;
	width: 100%;
	border-radius: 0;
	text-align: center;
	padding-bottom: 0;
}

.hp-six-right h3 {
	letter-spacing: 1px;
	font-size: 18px;
	color: #173865;
	font-weight: 400;
	padding: 0 35px;
	line-height: 30px;
}


.hp-six-right h1 {
	font-weight: 400;
	color: #173865;
	margin-bottom: 0;
	font-size: 38px;
}

.hp-six-right h2 {
	font-size: 45px;
	font-weight: 700;
}

.module.module-intro-a.hp-sixth-sec .row .columns.no-float {
	padding: 0;
}
.module.module-intro-a.hp-sixth-sec {
	background-image: url('images/Mask-Group-mobile.jpg') !important;
	display: flex;
	align-items: end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 0;
	padding-top: 200px;
}


.footer-inner .footer-address::before {
	display: none;
}

 
.footer-inner .footer-address {
	display: inline-block;
	padding: 0 30px;
	line-height: 25px;
	text-align: center;
}

.footer-inner span {
	font-size: 18px;
}
#menu-footer-navigation .menu-item {
	display: inline-block;
	width: 100%;
}
.footer-lower {
 
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.footer-inner span {
	font-size: 12px !important;
	position: relative;
	font-weight: 500;
}
#menu-footer-navigation .menu-item {
	display: inline-block;
	width: auto;
	padding: 0 0px;
}
#menu-footer-navigation .menu-item {
	display: inline-block;
	width: auto;
}


.sidebar::after {
	content: "";
	position: absolute;
	right: 0;
	/* background: red; */
	height: 90%;
	width: 500%;
	top: 55px;
	left: 0%;
	z-index: -1;
	background-image: none;
	border-left: 0px solid #bebebe;
}
.content {
	padding-right: 15px;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
	background: #fff;
}

.sidebar section.res-side h1 {
	font-size: 30px;	 
}
.sidebar section.res-side h3 strong {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight: 500;
	letter-spacing: 0;
}
.banner-inner .banner-title {
	position: relative;
	left: inherit;
	padding: 0;
	background: transparent;
	letter-spacing: 0;
	text-align: center;
	/* max-width: 100%; */
	/* width: 35%; */
	text-shadow: none;
	top: inherit;
}

.practice-box-list {
	margin: 35px 30px;
}

.banner::before {
 
    width: 51%;
 
}

.content-tab:last-child {
	margin-bottom: 0;
}



.hp-first-left.full-text {
	max-width: 350px;
	text-align: center;
	padding: 0px 0 10px 0;
	margin-left: 0;
	margin: 0 auto;
}

.hp-first-left.full-text p {
	font-size: 28px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 46px;
	position: relative;
	padding: 15px 18px;
	text-align: center;
}

.row.hp-second-1-row .module-intro-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.hp-blue-line {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 55px !important;
	height: 3px;
	position: relative;
	/* left: -15px; */
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 5s;
	margin: 0 auto;
	transform: rotate(-90deg);
}

.hp-first-col-right {
	position: relative;
	margin-top: 0;
	text-align: center;
}
.hp-first-col-right img {
	max-width: 200px;
	margin-top: 53px;
	margin-left: 0;
}

.hp-blue-line {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 55px !important;
	height: 3px;
	position: relative;
	/* left: -15px; */
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 5s;
	margin: 0 auto;
	transform: rotate(-90deg);
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
}

.row.hp-second-1-row .module-intro-content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.row.hp-second-1-row .module-intro-content .hp-sec-full {
	background: #01245c;
	padding: 25px;
 
}

.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 28px;
}



.hp-first-left.full-text p::before {
	padding-right: 0;
	height: 45px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: left center;
}

.hp-first-left.full-text p::after {
	content: "";
	padding-right: 0;
	height: 58px;
	width: 60px;
	background-size: 40px auto;
	background-position: right 2px;
	position: absolute;
}
.blue.blue-bg::before {
	height: 42px !important;
 
}
.hp-first-left.full-text p {
	font-size: 29px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 48px;
	position: relative;
	padding: 0px 40px 35px 40px;
	text-align: center;
	max-width: 375px;
	margin: 0 auto;
}
.blue-bg-1::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 42px;
	z-index: -1;
	margin-left: -12px;
	top: 0 !important;
	animation: 1s ease-out 0s 1 slideInFromLeft;
	-webkit-animation-duration: 8s;
	transition-delay: 5s;*/
	 
}
.blue-bg-1 {
	height: 45px;
 
}


.row.hp-second-2-row {
	padding-top: 20px;
	padding-bottom: 30px;
}
 .hp-second-col-left.hp-first-col-right {
	display: none;
}

.hp-second-right.hp-first-left.full-text {
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-left: 00;
	margin: 0 auto;
}

.row.hp-second-2-row {
	padding-top: 30px;
	padding-bottom: 40px;
}


.hp-first-left.full-text p::before {
	padding-right: 0;
	height: 45px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	/* background-position: center; */
	width: 50px;
}

.hp-first-left.full-text p::after {
	content: "";
	padding-right: 0;
	height: 33px;
	width: 60px;
	background-size: 40px auto;
	background-position: center;
	position: relative;
/*	width: 100%;*/
}

.row.hp-second-2-row {
	padding-top: 24px;
	padding-bottom: 68px;
}
.hp-second-right.hp-first-left p {
	max-width: 325px;
	margin: 0 auto;
}



#row-hp-second-sec.hp-second-2-row {
 
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center;
	padding-bottom:0;
}

.home-tab.content-tab-activate.active::after {
 
	display: none !important;
}

#hp-third-sec {
	padding: 00px 0 !important;
	background: #fff;
}

.tabUl li a.home-tab .fa.fa-plus.hp-plus {
	right: 0;
	/* margin-top: -20px; */
}

.home .tabUl li a.home-tab {
	padding: padding: 15px 5px 15px 5px;
	width: 100%;
	display: flex;
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 19px;
	padding-left: 0;
	padding-right: 46px;
}

.tabUl {
	margin: 15px 15px;
	border: none;
	margin-bottom: 45px;
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 15px !important;
}
.row.hp-fourth-row .hp-first-left.full-text p::before {
	width: 100%;
	height: 50px;
	background-position: center bottom;
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
	width: 100%;
	height: 80px;
	
}
.blue-bg-2 {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	height:45px;
	/* background-color: #1978d8; */
	 
}
.blue-bg-2::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 53px !important;
	z-index: -1;
	margin-left: -12px;
	top: 0 !important;
	-webkit-animation-name: run;
	-webkit-animation-duration: 3s;
	transition-delay: 5s;*/
}

.span-blue-2 {
	position: relative;
	padding: 0 15px;
	display: block;
	line-height: 40px;
}

.hp-blue-line-2 {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 50px !important;
	height: 3px !important;
	position: relative;
	left: 0;
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 4s;
	transform: rotate(-90deg);
	margin: 0 auto;
}
 


.footer-lower.mobile {
	display: inline-block;
	width: 100%;
}

.social-links {
	display: table;
	width: 100%;
	text-align: center;
	float: left;
	margin: 15px 0;
	margin: 15px auto;
}
.social-links .foot-soci {
	margin: 0px 10px 0px 0px;
	background: transparent;
	color: #1978D8;
	border-radius: 0;
	font-size: 16px;
	width: 34px;
	height: 35px;
	border: 1px solid #1978D8;
	float: none;
	display: inline-block;
}

.footer-upper .show-for-large-only {
	float: right;
	display: none;
}

.social-links .foot-soci {
	margin: 0px 5px 0px 5px; 
}
.footer-inner .footer-address::after {
	content: "|";
	margin: 0 2px;
	display: none;
}

.footer-inner .footer-address {
	display: inline-block;
	padding: 0 30px;
	line-height: 22px;
	text-align: center;
}

#menu-footer-navigation .menu-item:first-child::before {
	display: none;
}
.social-links .foot-soci:hover {
 
	background: #01245c;
 
}

.header {
	padding: 5px 0 !important;
}
.header-mobile-upper a {
	padding: 7px 20px 7px 30px; 
}

.practice-box.prac-block h2, .practice-box.prac-block h3 {
	line-height: 20px;
}

.blog-banner-inner {
	background: #01245c;
	max-width: 100%;
	width: 100%;
	float: right;
	margin-top: 0;
	z-index: 0;
	position: relative;
	padding: 30px 40px;
}

.single.single-practices .contact-full-inner.main-full-width {
	padding: 15px;
}

.blog-banner-inner {
	padding: 30px 30px;
}

.single.single-practices .contact-full-inner.main-full-width section {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 0;
}

.single.single-practices .contact-full-inner.main-full-width section .module-title.blog-title {
	margin-bottom: 30px;
 
}
.module-blog-b-single {
	padding-top: 0;
	margin-bottom: 0px;
}
.module-blog-b-single:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.single.single-practices .contact-full-inner.main-full-width section.prac-list {
	padding-bottom: 0;
}

.banner-blog-section {
	margin: 0 auto;
	width: 91%;
	margin-top: -32px;
}

.page-template-template-attorneys-search .banner {
	padding-top: 0;
	padding-bottom: 0;
	height: 200px;
}
.page-template-template-attorneys-search .content.full-width {
	padding-top: 15px;
}


.accordion-item.mob-acc-search .accordion-item-title.interact.mob-title {
	font-size: 19px;
	padding: 7px 0 15px 0;
	border-bottom: 1px solid #b6babd;
}

.accordion-item.mob-acc-search .accordion-item-title.interact.mob-title::after {
	border: none !important;
	color: #454545;
	font-weight: normal !important;
	font-size: 20px !important;
	width: auto;
}

.attorney-results.attr-land-result {
	margin-top: 30px;
}
.accordion-item.mob-acc-search {
	border: none !important;
} 
.accordion-item.mob-acc-search label {
	color: #404040;
}
.row.attorney-search-container.show-for-small-only.mob-attr-search {
	padding: 0 10px;
}

.accordion-item.mob-acc-search .attorney-search-inner {
	padding: 5px 0;
	margin: 0;
}

.accordion-item.mob-acc-search .attorney-search-inner .large-3.medium-3.small-12.column.attr-form-col {
	padding: 0;
}

.accordion-item.mob-acc-search label {
	color: #404040;
	padding: 0;
	font-size: 18px;
}
 
.accordion-item.mob-acc-search .select-wrapper select {
	background: #f0f3fa !important;
}
.accordion-item.mob-acc-searc .select-wrapper::after {
    background: #f0f3fa !important;
    
}

.accordion-item.mob-acc-search .select-wrapper {
	width: 100%;
	background: #f0f3fa;
	margin-bottom: 20px;
}
.accordion-item.mob-acc-search .search-attr {
	width: 100%;
}
.accordion-item.mob-acc-search .select-wrapper::after {
	background: #f0f3fa !important;
}

.accordion-item.mob-acc-search input {
	background: #f0f3fa;
}

.accordion-item.mob-acc-search .search-attr .full-width.attr-btn-search {
	width: 100%;
}
.accordion-item.mob-acc-search .search-attr .full-width.attr-btn-search:hover {
	background: #01245c !important;
}

.attr-bio.attr-land-bio { 
	height: auto;
}
.full-width.attr-btn-search span {
	display: inline;
}

.single-attorneys .banner .banner-inner.columns {
	padding: 0;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
	background-size: 100% 340px;
	padding-bottom: 0;
}


.attorney-banner-large-left {
	padding: 10px 25px;
}
.attorney-banner-large-left {
	padding: 10px 25px;
}
.attorney-banner-name h1 {
	font-size: 40px;
	color: #00245B;

}
.attorney-banner-position {
	text-transform: uppercase;
	color: #00245B;
	font-weight: 500;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px;
}
.attorney-banner-name.attorney-banner-large-name {
	border-bottom: 2px solid #5a78ad;
	padding-bottom: 16px;
}
.attorney-banner-large-info p {
	margin-bottom: 4px;
	font-size: 1rem;
	color: #00245B;
}

.attorney-banner-large-info a, .attorney-banner-large-info p {
	color: #00245B;
	font-weight: 400 !important;
}
.attorney-banner-large-buttons a i {
	color: #00245B;
	font-size: 20px;
}

.attorney-banner-large-right {
	background: transparent;
}
.attorney-banner-large-buttons {
	margin-bottom: 15px;
}
.attorney-bio-main-a .content.columns {
	padding-top: 15px;
}
.accordion-item-title.interact {
	font-size: 18px;
}

#attorney-sidebar .sidebar-inner {
	padding-left: 0;
	padding-right: 0;
}

.content li {
	font-size: 17px;
}
.accordion-item {
	border-bottom: 0px solid #00255a;
}

.attr-side-logo img {
	max-width: 250px;
	margin: 05px auto 0px auto;
	display: block;
	height: auto;
	width: 100%;
}

.attr-side-logo {
	margin-top: 35px;
}

.attorney-bio-main-a .main-content {
	padding-bottom: 10px;
}
.sidebar .attr-side-logo {
	margin-bottom: 0;
}
.attorney-bio-main-a .content.columns {
	padding-top: 15px;
	padding: 15px 28px;
}

.attorney-banner-large-left {
	padding: 10px 0;
	width: 85%;
}

#attorney-sidebar .sidebar-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.sidebar-block.attr-side-sec {
	padding: 30px 15px;
}
.blog .sidebar-inner {
	padding-bottom: 0;
}
.blog-dt-left strong {
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 2px;
	font-family: 'Playfair Display', serif !important;
}
.large-2.medium-2.small-12.column.blog-dt-left {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 0px 0 10px 0;
	width: 12%;
}

.large-10.medium-10.small-12.column.blog-title-right {
	padding: 0;
}

.post-head h1 a, .post-head h2 a {
	font-weight: 500 !important;
	font-size: 20px !important;
 
}
.large-2.medium-2.small-12.column.blog-dt-left {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 56px;
	margin-right: 10px;
}

.post.blog-post {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm label {
	margin-top: -20px !important;
}


.wp-pagenavi a, .wp-pagenavi span {
	height: 35px !important;
	line-height: 37px !important; 
}
.blog .content.columns {
	padding-right: 30px;
	padding-left: 30px;
}
.wp-pagenavi span.current {
	width: 50px;
}

.row.cont-row-sec .columns.large-12 {
	padding: 0 5px;
	color: #fff;
	width: 100%;
}

.page-template-template-contact-a main .contact-full-container .content.contact-full-content {
	background: transparent;
	padding: 0px 10px;
} 
.single-post .post.blog-post {
	margin-left: 20px;
	margin-right: 20px;
}


.home .accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 33px;
	width: 35px;
	height: 35px;
	font-size: 1.2rem;
	text-align: center;
	color: #1d79d0;
	font-weight: normal;
	border: 1px solid #01265b;
	float: right;
	position: absolute;
	right: 0;
}

.home .tabUl li a.home-tab {
	padding: padding: 15px 5px 15px 5px;
	width: 100%;
	display: flex;
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 19px;
	padding-left: 0;
	padding-right: 40px;
}
.tabUl.hptabUi li.accordion-item.active {
	padding-bottom: 20px;
	border-bottom: 3px solid #0b224b;
}

.tabUl.hptabUi li.accordion-item.active .home-tab.accordion-item-title.interact {
	border-bottom: 0px solid #0b224b;
	padding-bottom: 0;
}

#hp-second-right-text p::before {
	width: 100% !important;
	display: block !important;
	text-align: center !important;
	margin: 0 auto !important;
	background-position: center;
}

#hp-fourth-left-text p {
	padding: 0;
}

#hp-fourth-left-text {
	max-width: 375px;
	margin: 0 auto;
}

.footer-lower.mobile-footer-lower.show-for-small-only {
	display: inline-block;
	width: 100%;
}

.menu-mobile-footer-menu1-container {
	display: inline-block;
}

#menu-mobile-footer-menu1 {
	margin-bottom: 0;
}

#menu-mobile-footer-menu1 li {
	display: inline-block;
	margin: 0;
}

#menu-mobile-footer-menu1 li::before {
	content: "|";
	margin: 0 6px 0 3px;
	font-size: 13px;
}

.footer-inner {
	color: #fff;
	font-size: 13px;
	max-width: 330px;
	margin: 0 auto;
}

.footer-inner span {
	font-size: 13px !important;
	position: relative;
	font-weight: 500;
}
.footer-lower {
	font-weight: 500;
	font-size: 13px;
	line-height: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
/*.hp-first-left.full-text p br{
	display:none;
	
}*/


}




@media only screen and (min-width:640px) and (max-width:1024px) {
/*.header-mobile-upper {
	background: transparent;
	width: 40%;
	float: right;
 
}
.header-mobile-lower {
	background: #fff;
	text-align: center;
	float: left;
	width: 55%;
}
.header-mobile-left {
	float: left;
	width: 100%;
	 
}
.header-mobile-left h5 {
	 
	font-size: 16px;
	padding: 8px 15px 8px 13px;
	color: #062b53;
	margin-bottom: 0;
	font-weight: 700;
	text-align: right;
}
.header-logo img {
	max-width: 400px;
	height: auto;
	margin-top: 6px;
	display: inline-block;
	width: 98%;
	margin: 0 auto;
}
.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: 100% auto !important;
	background-position: center 66px !important;
}

.home-slider-single-tagline-inner {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.home .home-slider-single-tagline p {
	font-size: 18px;
	line-height: normal;
	padding: 10px 40px;
	width: 100%;
}

.home-slider-single-tagline h2 {
	font-size: 35px !important;
}*/
.banner {
	height: 200px;
	
}

.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .attorney-results {
	width: 100%;
}

.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 50%;
}
.sidebar-inner {
	padding-top: 30px;
	padding-bottom: 0;

}

.sidebar section.side-sec-btn .button.alt-01.full-width {
	color: #fff;
	max-width: 300px;
	margin: 0 auto !important;
	display: table;
}

 
	
	
}


@media only screen and (min-width:640px) and (max-width:767px) {
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 460px;
	margin-top: 0px;
}

.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: 125% auto !important;
	background-position: center 41px !important;
}
.home .home-slider-single-tagline p {
	margin-bottom: 0;
}

.homre .header {
 
	height: 96px; background:transparent;
}
.home .home-slider-single-tagline {
		bottom: 0;
}
.home .header-logo img {
	max-width: 320px;
	height: auto;
	margin-top: 6px;
	display: inline-block;
	width: 85%;
	margin: 0 auto;
}	
.home .header-mobile-lower {
	background: transparent;
 
}

.module.module-intro-a.hp-fifth-sec {
	background-position: -156px center;
	background-size: cover;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right {
	padding-left: 256px;
	padding-right: 0;
}
.attorney-results .attorney-result-single {
	max-width: 350px;
}

.module.module-intro-a.hp-fifth-sec .row {
	background: transparent;
	margin-top: 0;
	padding-bottom: 40px;
}

.module.module-intro-a.hp-fifth-sec {
	background-position: -172px center;
	background-size: cover;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right {
	padding-left: 300px;
	padding-right: 0;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	padding-top: 95px;
}

.footer-first.hp-footer-sec .row .footer-inner .form-container {
	background: transparent;
	border: 3px solid #2c3b66;
	padding: 30px 20px 25px 20px;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center top;
	height: 145px;
	width: 400px;
	display: inline-block;
	position: absolute;
	background-image: url(images/our-team-bg.png);
	margin-top: -91px;
	margin-left: 9px;
	background-size: 100%;
	width: 100%;
}
.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	padding: 0px 39px 0px 39px;
	max-width: 550px;
	margin: 0 auto;
	float: none;
}

.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: 107% auto !important;
	background-position: center 41px !important;
	margin-top: 63px !important;
}
.home .home-slider-single-tagline h2 {
	margin-top: 0 !important;
	position: relative;
	top: -156px;
	max-width: 305px;
	font-size: 32px !important;
	left: -100px !important;
}

.footer-upper-address {
	margin: 5px auto;
	font-size: 25px;
	font-weight: 500;
	max-width: 380px;
}
#hp-first-sec {
 
	padding: 0 !important;
}


.hp-first-left.full-text p::before {
	width: 80px !important;
}
.hp-first-left.full-text p::after {
	width: 80px !important;
}
.hp-first-left.full-text {
	max-width: 445px!important; 
	margin: 0!important;
}

.hp-first-left.full-text p {
	font-size: 25px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 42px;
	position: relative;
	padding: 15px 18px;
	text-align: center;
}
.columns.large-8.medium-8.small-12.hp-first-col-left {
	width: 65%;
}

.columns.large-3.medium-3.small-12.hp-first-col-right {
	width: 35%;
}
.hp-first-left.full-text p {
	font-size: 28px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 35px;
	position: relative;
	padding: 15px 0;
 
} 
.hp-first-left.full-text p::after {
	width: 80px !important;
	height: 33px;
	background-position: center bottom;
}

.hp-first-col-right {
	position: relative;
	margin-top: 95px;
	text-align: center;
}
.hp-blue-line {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 55px !important;
	height: 3px;
	position: relative;
	left: -96px;
 
}
.hp-first-col-right img {
	max-width: 150px;
	margin-top: 0;
	margin-left: 39px;
}
.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 22px;
	font-size: 15px;
}

.hp-second-col-left.hp-first-col-right {
	display: block;
	width: 35%;
}
.columns.large-7.medium-7.small-12.hp-second-col-right.hp-first-col-left {
	width: 65%;
}
.hp-second-right.hp-first-left.full-text p {
	max-width: 400px;
	text-align: center;
}
.columns.large-5.medium-5.small-12.hp-second-col-left.hp-first-col-right {
	margin-top: 68px;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	margin-left: 413px;
	right: -7px;
}
.columns.large-5.medium-5.small-12.hp-second-col-left.hp-first-col-right {
	margin-top: 68px;
	text-align: left;
}
.hp-first-col-right img {
	max-width: 127px;
	margin-top: 0;
	margin-left: 39px;
}
.content-tab.home-content-tab {
	padding: 30px 15px 10px 15px;
}
.hp-blue-line {
	transform: none;
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
	width: 100%;
	height: 40px;
	/* display: none; */
}
.columns.large-4.medium-4.small-12.hp-fourth-col-right.hp-first-col-right {
	width: 35%;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 15px 15px 50px 15px !important;
}


.blue-bg-2::before {
/*	content: "";
	background: #1978d8;
	position: absolute !important;
	width: 100%;
	height: 40px !important;
	z-index: -1;
	margin-left: -10px !important;
	top: 0 !important;
	-webkit-animation-name: run;
	-webkit-animation-duration: 3s;
	transition-delay: 5s;
	line-height: normal;
 
	text-align: center;
	padding-left: 20px !important;*/
}
.hp-blue-line-2 {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 50px !important;
	height: 3px !important;
	position: relative;
	left: -88px;
	top: 17px;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 4s;
	transform: none;
	margin: 0 auto;
}
.footer-upper-address {
	margin: 5px auto;
 
	font-size: 25px;
	font-weight: 500;
	max-width: 100%;
}

.footer-lower.desktop {
	width: 100%;
}

#menu-footer-navigation {
	margin: 0;
	padding-left: 6px;
}
.span-blue-2 {
	position: relative;
	padding: 0 15px;
	display: inline-block;
}

.blue-bg-1 {
	height: 42px;
}
.hp-first-left.full-text p::after {
	width: 56px !important;
	height: 36px;
	background-position: center bottom;
}
.blue-bg-2 {
 
	height: 42px;
}

.hp-second-right.hp-first-left.full-text.wow.animate__fadeInRight.animated p {
	line-height: 45px;
}

.practice-box.prac-block {
	width: 46%;
	height: auto;
	margin: 0 2% 20px;
 
}

.module-blog-b-single {
	padding-top: 0;
}

.single.single-practices .contact-full-inner.main-full-width section.prac-list {
	padding-bottom: 0;
}

.module-blog-b-single:last-child {
	border-bottom: 0px solid #C0C3D3;
	margin-bottom: 0;
}


.module-blog-b-inner {
	padding-bottom: 0px;
}

.single.single-practices .contact-full-inner.main-full-width {
	padding: 15px 30px;
}

.attorney-bio-main-a .content.columns {
	padding-top: 15px;
	padding: 15px 30px;
}

.attorney-banner-large-left {
	padding: 10px 0;
	width: 90%;
}

.sidebar .attr-side-logo {
	margin-bottom: 15px;
}
 
 .large-2.medium-2.small-12.column.blog-dt-left {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 20%;
}
.large-10.medium-10.small-12.column.blog-title-right {
	padding: 0 15px;
	width: 80%;
}

.sideSearch.defaultSearchSec .form-container.searchCont button {
	border: none;
	background: #1b7ee4;
	color: #fff;
	margin-left: 0;
}
.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm label {
	color: #404040 !important;
	padding-left: 0;
}
.large-2.medium-2.small-12.column.blog-dt-left {
	font-size: 15px;
}
.single-post .sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm label {
	color: #404040 !important;
	padding-left: 15px;
}

.large-10.medium-10.small-12.column.blog-title-right {
	padding: 0;
	width: 85% !important;
}

.large-2.medium-2.small-12.column.blog-dt-left {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 13%;
	margin-right: 2%;
}



	
}



@media only screen and (min-width:767px) and (max-width:1024px) {
.content {
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 0;
}
.sidebar {
	padding-left: 0;
	padding-right: 0;
	width: 35%;
}
.sidebar-inner {
	padding-left: 0;
	padding-right: 10px;
	padding-top: 50px;
}
.sidebar section h2 {
	font-size: 20px;
}
.sidebar section.res-side .btn-results a {
	color: #fff;
	font-size: 12px;
	padding: 10px 15px 8px 15px;
}

.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: 139% auto !important;
	background-position: center 75px !important;
}
.module.module-intro-a.hp-fiest-sec {
	margin-top: -168px;
}
.module.module-intro-a.hp-fiest-sec .module-intro-content.row-narrow {
	margin-top: -126px;
}
.hp-col-1 .firstLinkSec {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 25px 25px 0px 25px;
	position: relative;
}

.hp-col-1 p img {
	max-width: 100px;
}
.hp-col-1 .hp-title-sec {
	font-size: 18px;
}
.hoverSec {
 
	padding: 20px !important;
}

.module.module-intro-a.hp-fiest-sec {
	background-size: 74%;
	background-repeat: repeat;
	border: none;
	/* margin-top: 19px; */
	background-position: center top;
	padding: 60px 0 50px 0;
}
.module {
	padding: 40px 0;
}

h1 {
	font-size: 35px;
}

.module.module-intro-a.hp-third-sec {
	background: #2c3b66;
	padding: 40px 0 30px 0;
}

.content-tab.home-content-tab {
	padding: 20px 25px 20px 45px;
	margin-bottom: 0;
}
.tabUl li a.home-tab {
	padding: 25px 70px 25px 12px;
	width: 100%;
	/* display: inline-block; */
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0;
	/* color: #fff; */
	text-align: left;
	position: relative;
}

.tabUl li a.home-tab .fa.fa-plus.hp-plus {
	float: right;
	border: 1px solid #00245b;
	padding: 5px 9px 7px 9px;
	font-weight: normal;
	position: absolute;
	right: 0px;
	/* margin-top: -20px; */
}
.module.module-intro-a.hp-intro-sec h1 {
	margin-bottom: 8px;
	line-height: 35px;
	font-size: 33px;
	margin-top: 0;
}

.content-tab.home-content-tab {
	padding: 20px 25px 20px 2px;
	margin-bottom: 0;
}


#hp-third-sec {
	padding: 20px 0 20px 0 !important;
	background: #fff;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 50px 0 50px 0 !important;
}

.row.hp-fourth-row .hp-first-left.full-text p::before {
	width: 80px;
	height: 50px;
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
	width: 60px;
	height: 50px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 120px;
}

.hp-blue-line-2 {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 0;
	height: 3px;
	position: absolute;
	left: -35px;
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 4s;
}



.home-tab.content-tab-activate.active::after {
	height: 34px;
	right: -15px;
	width: 34px;
	position: absolute;
	transform: rotate(45deg);
	margin-top: -6px;
}

.module.module-intro-a.hp-fourth-sec .fourth-left {
	padding-right: 30px;
}

.fourth-text-left {
	width: 85%;
	/* height: auto; */
	background: #0086DB;
	padding: 15px;
	/* display: inline-block; */
	margin-top: -86px;
	position: relative;
	float: right;
	right: -15px;
	margin-left: 32%;
	margin-bottom: 43px;
}
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 39px;
	padding-left: 20px;
	border-left: 5px solid #0086DB;
	margin-left: 20px;
	/* padding-left: 32% !important; */
	width: 82%;
}
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot p {
	margin-bottom: 0;
	font-size: 35px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.fourth-middle-right li {
	width: 100%;
}
.fourth-middle-right li .mid-left-img img {
	max-width: 60px;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 {
	padding-right: 20px;
}

.fourth-text-right h2 {
	font-size: 25px;
}

.fourth-text-right p {
	line-height: normal;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 .fourth-text-bot {
	padding-right: 0;
	margin-left: -68%;
}


.module.module-intro-a.hp-fifth-sec {
	background-position: -103px 0;
	background-size: cover;
}

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h1 {
	margin-bottom: 5px;
	font-size: 30px;
}

.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
	

.module.module-intro-a.hp-fifth-sec .hp-fifth-right h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	width: 100%;
	margin-bottom: 40px;
	max-width: 575px;
	float: none;
	margin: 0 auto;
	padding-top: 15px;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	width: 100%;
}
 

.module.module-intro-a.hp-fifth-sec .hp-fifth-right {
	padding-left: 0px;
	padding-right: 0;
}

.attorney-results .attorney-result-single {
	max-width: 400px;
}

.attr-bio.attr-land-bio {
	background: #e7ebee;
	position: relative;
	overflow: hidden;
	height: 400px;
}
.attr-bio.attr-land-bio {
	background: #e7ebee;
	position: relative;
	overflow: hidden;
	height: 300px;
}

.footer-first.hp-footer-sec .row .footer-inner .form-container {
	padding: 45px 25px;
}

.footer-first.hp-footer-sec .row .footer-inner h3 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-first.hp-footer-sec .row .footer-inner #contact-formStandard {
	padding: 0 0;
}
.footer.module-footer-c.section-lower-home .footer-inner .left h2 {
	text-align: left;
	font-size: 20px;
 
}

.footer.module-footer-c.section-lower-home .footer-inner .right {
	text-align: left;
	padding-left: 25px;
	padding-top: 0;
}
.row.bot-copy-footer {
	text-align: center;
 
}

.footer-first.hp-footer-sec {
	padding: 80px 0 40px 0;
} 

.footer-first.hp-footer-sec .row .footer-inner h2 {
	font-size: 32px;
	margin-bottom: 12px;
}
.single-attorneys-template-a .attorney-banner-right {
	/* min-width: 50%; */
	margin-left: 0;
	text-align: left;
	width: 55%;
}
.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
	padding: 20px 25px;
}

.single-attorneys-template-a .attorney-banner-name h1 {
	font-size: 30px;
}


.practice-box {
	width: 48%;
	margin: 1%;
}

.practice-box.prac-block {
	width: 48%;
	margin: 1%;
}

h2 {
	font-size: 26px;
 
}
h3 {
	font-size: 20px;
 
}
section.sidebar-block {
 
	padding: 20px;
}

.row.cont-row-sec .columns.small-5 {
	width: 100%;
}

.row.cont-row-sec .columns.small-7.cont-map {
	width: 100%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 48%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single h2 {
	font-size: 15px;
}

.post-head h1, .post-head h2 {
	font-size: 26px;
 
}
.header-logo img {
	margin-left: 15px;
}

.footer-inner .footer-address::after {
	content: "|";
	margin: 0 2px;
	display: none;
}



.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	height: 145px;
	width: 100%;
	display: inline-block;
	position: absolute;
	background-image: url(images/our-team-bg.png);
	margin-top: -97px;
	margin-left: 0;
	background-size: 690px auto;
}
.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	width: 100%;
	margin-top: 58px;
}
 


.home-slider-single-tagline h2 {
	font-size: 40px;
	text-shadow: none;
	font-weight: 700;
	margin-top: 120px;
	color: #173865;
	text-align: left;
	max-width: 414px;
}


.home .home-slider-single {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
}
 
.home-hero, .home-slider, .home-slider-single {
	height: 700px;
}

.hp-first-sec-right {
	padding-right: 0;
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 52px;
	padding-right: 15px;
}
.hp-first-sec-right .ver-title {
	position: absolute;
	top: 220px;
	left: 0;
	margin-left: 3px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	height: auto;
	font-size: 15px;
}

.hp-first-sec-right .button.hp-sec-btn {
	padding: 9px 25px 13px 25px;
}

.row.hp-second-row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.row.hp-second-row .hp-first-sec-right.hp-sec-left {
	padding-right: 105px;
	padding-left: 25px;
}

.row.hp-second-row .hp-first-sec-right .ver-title {
	right: -179px;
	font-size: 15px;
}
.row.hp-second-row .hp-first-sec-right.hp-sec-left .button.hp-sec-btn {
	left: inherit;
	right: -72px;
	padding: 9px 25px 13px 25px;
}
.row.hp-third-row .hp-first-sec-right .ver-title {
	top: 209px;
}

.what-we-do .what-we-do-left {
	padding-left: 15px;
}
.what-we-do .what-we-do-left h1 {
	color: #fff;
	font-size: 45px;
	line-height: 45px;
}

.what-we-do-right {
	padding: 0;
}
.module.module-intro-a.hp-intro-sec h1 {
	margin-bottom: 0;
	line-height: 35px;
	font-size: 33px;
	margin-top: 0;
}

.hp-first-sec-right p {
	line-height: 23px;
}


.what-we-do-right .hp-prac-ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 7px;
	vertical-align: top;
	padding-left: 32px;
}
.what-we-do .what-we-do-left {
	padding-left: 35px;
}
.module.what-we-do {
	padding: 50px 0 40px 0;
}
.what-we-do-right .hp-prac-ul li a .fa {
	width: 57px;
	text-align: center;
	font-size: 22px;
}
.hp-prac-title {
	font-size: 18px;
}
.hp-six-right {
	padding: 15px 15px;
}
.hp-six-right h1 {
	font-size: 30px;
}
.hp-six-right h2 {
	font-size: 40px;
 }
 .module.module-intro-a.hp-sixth-sec {
 
 
}

.banner-inner .banner-title {
	text-shadow: 0 0 8px #000;
	 
}
.banner-inner .banner-title {
	position: inherit;
	top: inherit;
	/* left: 10px; */
	bottom: 0px;
	font-size: 30px;
	text-transform: capitalize;
	padding: 8px 10px 8px 40px;
	background: transparent;
	letter-spacing: 0;
	font-family: 'Playfair Display', sans-serif;
	color: #fff;
	text-align: left;
	line-height:35px;
	min-height: inherit;
	text-shadow: 0 0 8px #000;
}

.banner-inner .banner-title::before {
	content: "";
	background: #26b0ff;
	position: absolute;
	right: 0;
	height: 170px;
	/*display: inline-block;*/
	width: 2px;
	margin-top: 2px;
	left: inherit;
	display:none !important;
}

.scrolled .header-logo img {
	height: auto;
}

body.scrolled .header {
	border-color: #fff;
	box-shadow: 0 2px 5px #888;
}

.hp-first-left.full-text {
	max-width: 640px;
	text-align: center;
	padding: 30px 0 50px 0;
	margin-left: 70px;
}

.hp-first-left.full-text p {
	font-size: 32px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 45px;
	position: relative;
}
.row.hp-second-1-row .module-intro-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
 
.blue.blue-bg::before {
	height: 52px; 
}
.hp-first-left.full-text {
	max-width: 460px;
	text-align: center;
	padding: 30px 0 50px 0;
	margin-left: 0;
}

.hp-blue-line {
	animation-fill-mode: forwards;
	background-color: #1978d8;
	width: 0;
	height: 3px;
	position: absolute;
	left: -30px;
	top: 0;
	animation-name: width-anim;
	animation-duration: 2s;
	animation-delay: 5s;
}

.hp-first-col-right img {
	max-width: 160px;
	margin-top: -35px;
	margin-left: 50px;
}

.header { 
	padding: 05px 0;
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
}
.row.hp-second-1-row .module-intro-content .hp-sec-full {
	background: #01245c;
	padding: 45px 45px;
	max-width: 800px;
	margin: 0 auto;
	display: inline-block;
	float: none;
}
.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 25px;
	font-size: 18px;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
	background-position: 0 304px;
	background-size: 100%;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	margin-left: 372px;
	right: 35px;
}

.columns.large-5.medium-5.small-12.hp-second-col-left.hp-first-col-right {
	margin-top: 229px;
}

.row.hp-second-2-row .hp-first-col-right img {
	margin-left: 0;
	margin-top: -7px;
}

#hp-third-sec {
	padding: 20px 0 !important;
	background: #fff;
}

.practice-box-list {
	margin: 25px 25px;
}
.practice-box.prac-block h2, .practice-box.prac-block h3 {
	margin: 0;
	font-size: 16px;
 
}

.blog-banner-inner {
	background: #01245c;
	max-width: 650px;
	width: 680px;
	float: right;
	margin-top: -50px;
	z-index: 0;
	position: relative;
	padding: 20px 20px;
}


.single.single-practices .contact-full-inner.main-full-width {
	padding: 25px;
}

.single.single-practices .contact-full-inner.main-full-width section {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 0;
}

.single.single-practices .contact-full-inner.main-full-width section.prac-list {
	padding-bottom: 0;
}

.large-3.medium-3.small-12.column.attr-form-col {
	padding-left: 0 !important;
	width: 50%;
}
.page-template-template-attorneys-search .banner {
	padding-top: 50px;
 
}
.page-template-template-attorneys-search .row.attorney-search-container {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.attorney-search-inner label {
	position: inherit;
	font-size: 18px;
	padding-left: 0;
}
.attorney-banner-large-left {
	order: 1;
	padding: 0px 15px;
	width: 50%;
}
.single-attorneys .banner .banner-inner {
	position: relative;
	z-index: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}
.attorney-banner-large-right {
	order: 1;
	margin-bottom: 0;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: end;
	text-align: left;
	background: transparent;
	bottom: 0;
}

.attorney-banner-large-right img {
	height: 350px;
	width: auto;
	max-width: 100%;
}



.attorney-banner-name h1 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 400;
}

.attorney-banner-large-right {
	background: transparent;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
	padding-bottom: 0;
}
.blog-cat-title {
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 10px;
}
.post-head h1 a, .post-head h2 a {
	font-weight: 500 !important;
	font-size: 20px;
	color: #1a78d8;
	text-decoration: none;
	line-height: 18px;
}

.post-head h1, .post-head h2 {
	font-size: 22px;
	line-height: 23px;
} 
 .blog .sidebar.columns, .single-post .sidebar.columns {
	padding-top: 30px;
}

.sideSearch.defaultSearchSec .form-container.searchCont .search-form.repeat-search-form.searchForm label {
	color: #404040 !important;
	padding-left: 0;
}
.post.blog-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.row.cont-row-sec .columns.large-12 {
	width: 100%;
}

.form-container {
	background: #f0f3fa;
	padding: 20px;
}
.blog-dt-left strong {
	font-weight: 300;
	font-size: 33px;
 
}

/*.hp-first-left.full-text p br{
	display:none;
	
}*/
.blue-bg-2 {
 
	height: 50px;
 
}

	
}




@media only screen and (min-width:900px) and (max-width:1024px) {
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 82px;
	padding-left: 20px;
	border-left: 5px solid #0086DB;
	margin-left: 0;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 .fourth-text-bot {
	padding-right: 0;
	margin-left: -68%;
	margin-top: 65px;
}


.banner {
	height: 250px;
	
}

.module.module-intro-a.hp-sixth-sec .large-3.medium-9.small-12.columns.hp-col-5 {
	width: 100%;
	margin-bottom: 40px;
	max-width: 100%;
	float: none;
	margin: 0 auto;
	padding-top: 15px;
	padding: 5px;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 {
	width: 100%;
	margin-top: 58px;
}
.home-slider-single-tagline-inner {
	margin-left: 65px !important; 
}

.what-we-do .what-we-do-left {
	padding-left: 75px;
}

.banner-inner .banner-title {
position: relative;
    /* left: 10px; */
    top: 50px;
    bottom: 0;
    font-size: 30px;
    text-transform: capitalize;
    padding: 8px 10px 8px 40px;
    background: transparent;
    letter-spacing: 0;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    /* max-width: 436px; */
    text-align: left;
    line-height: 33px;
    min-height: 145px;
    text-shadow: 0 0 8px #000;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
	background-position: 0 0;
	background-size: 100%;
}
section.module.module-intro-a.hp-intro-sec {
	padding: 50px !important;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	padding: 50px 0 150px 0 !important;
}
.row.hp-second-1-row {
	position: relative;
	margin-top: -150px;
}

.row.hp-second-1-row .module-intro-content .hp-sec-full {
	background: #01245c;
	padding: 25px 25px;
	max-width: 800px;
	margin: 0 auto;
	display: inline-block;
	float: none;
}
.hp-second-right.hp-first-left.full-text {
	margin-right: 100px;
	margin-top: 40px;
	padding-bottom: 78px;
	margin-left: 00;
}
.hp-first-left.full-text p {
	font-size: 32px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 46px;
	position: relative;
}
.hp-first-left.full-text {
	max-width: 460px;
	text-align: center;
	padding: 30px 0 50px 0;
	margin-left: 0;
	margin: 0 auto;
}

.hp-first-col-right {
	position: relative;
	margin-top: 169px;
}

.row.hp-second-2-row .hp-first-col-right img {
	margin-left: 50px;
	margin-top: -14px;
	max-width: 200px;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
	background-position: 0 0;
	background-size: cover;
}
section.module.module-intro-a.hp-intro-sec {
	padding: 50px !important;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	background-position: center top;
	padding: 50px 0 30px 0 !important;
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-intro-sec.wow.animate__fadeIn.animated {
	padding-bottom: 150px !important;
}

.columns.large-5.medium-5.small-12.hp-second-col-left.hp-first-col-right {
	margin-top: 159px;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	margin-left: 381px;
	right: 4px;
}

.columns.large-8.medium-8.small-12.hp-fourth-col-left.hp-first-col-left {
	padding-bottom: 46px;
	padding-top: 37px;
}
.social-links {
	float: right;
	margin-top: -23px;
}
.scrolled .header-logo img {
	height: auto;
	margin-left: 15px;
}
.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-top: 0 !important;
	background-position: 0 0;
	background-size: cover;
}


.practice-box.prac-block {
	width: 31%;
	margin: 1%;
}

.banner-inner .banner-title {
	position: relative;
	left: inherit;
	top: inherit;
	bottom: inherit;
	font-size: 30px;
	text-transform: capitalize;
    padding: 8px 10px 8px 10px;
	background: transparent;
	letter-spacing: 0;
	font-family: 'Playfair Display', sans-serif;
	color: #fff;
	/* max-width: 436px; */
	text-align: left;
	line-height: 33px;
	min-height: inherit;
	text-shadow: 0 0 8px #000;
}

.single.single-practices .contact-full-inner.main-full-width section .module-title.blog-title {
	margin-bottom: 30px;
 
}

.attorney-search-inner label {
	position: relative;
	font-size: 18px;
	padding-left: 0;
	width: 100%;
	display: block;
}
.attr-form-col:last-child .search-attr {
	float: right;
	width: 12%;
}
.attr-form-col:last-child .select-wrapper {
	width: 82%;
	float: left;
}

.attorney-banner-large-right {
	order: 1;
	margin-bottom: 0;
	width: 300px;
	display: flex;
	align-items: start;
	justify-content: left;
	text-align: left;
	background: transparent;
	bottom: 0;
}
 
	
}





@media only screen and (min-width:280px) and (max-width:1024px) {
li.ourteam ul.sub-menu {
	left: inherit !important;
	width: 60% !important;
}	
}





@media only screen and (min-width:1025px) and (max-width:1279px) {
 

.module-header-d .main-navigation-menu > li > a {
	padding: 18px 2px !important;
 
}
.banner {
	height: 250px;
	
}
.scrolled .header-logo img {
	height: 70px;
}
.hp-col-1 .firstLinkSec {
	padding: 45px 15px 0px 15px;
	position: relative;
}

.hp-col-1 .hp-title-sec {
	font-size: 18px;
	margin-top: 15px;
}
.hp-col-1 .firstLinkSec:hover  .hoverSec{
	padding :20px;
 
}
.module.module-intro-a.hp-fourth-sec .fourth-left {
	padding-right: 80px;
}

.module.module-intro-a.hp-fourth-sec .large-7.medium-7.small-12.columns.hp-col-3 {
	padding-right: 15px;
}
.fourth-middle-right li .mid-left-text h3 p {
	font-size: 15px;
	font-weight: 400;
	padding-right: 5px;
	text-transform: none;
}
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 50px;
	padding-left: 25px;
	border-left: 5px solid #0086DB;
}

.fourth-text-left {
	width: 90%;
	/* height: auto; */
	background: #0086DB;
	padding: 25px;
	/* display: inline-block; */
	margin-top: -80px;
	position: relative;
	float: right;
	right: -34px;
	margin-left: 35%;
	margin-bottom: 43px;
}
.module.module-intro-a.hp-fourth-sec .large-5.medium-5.small-12.columns.hp-col-3 .fourth-text-bot {
	display: inline-block;
	float: right;
	padding-right: 0;
	padding-left: 6%;
	border-left: 5px solid #0086DB;
	width: 79%;
	/* right: 0; */
	/* position: relative; */
	margin-left: 25%;
}

.module {
	padding: 50px 0;
}

.module.module-intro-a.hp-fifth-sec {
	background-position: center left;
 
}
.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 h2 {
	font-size: 16px;
}
.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 p {
	font-size: 12px;
}

.bio-info-result h2 {
	color: #fff;
	margin-bottom: 0; font-size:15px;
	text-align: center;
	margin-top:5px !important
}
	
	.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5 bio-info-result p {
	font-size: 12px;
	margin-bottom:0;
	line-height:15px
}

.attr_hover {
	background: #062b53;
	height: 270px;
 
}
.footer-first.hp-footer-sec .row .footer-inner .form-container {
	padding: 45px 60px;
}
.footer.module-footer-c.section-lower-home .footer-inner {
	background: transparent;
	padding: 0 15px;
}
.module-header-d .main-navigation-menu > li > a {
	padding: 10px 2px !important;
}
.main-navigation-menu > li > a {
	font-size: 14px;
 
}
.footer-first.hp-footer-sec.default-sec {
	padding: 80px 0 50px 0;
 
}
.footer-first.hp-footer-sec.default-sec {
	padding-top: 0;
}

.practice-box span {
	margin: 0;
	font-size: 1.1rem;
 
}
.practice-box {
 
	height: 70px;
 
}

.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single {
	width: 48%;
}
.main-content .content .module.module-intro-a.hp-sixth-sec.single-ofc-attr .large-12.medium-12.small-12.columns.hp-col-5 .attorney-result-single h2 {
	font-size: 15px;
}

.module.module-intro-a.hp-sixth-sec .large-9.medium-9.small-12.columns.hp-col-5::before {
	content: "";
	background-repeat: no-repeat;
	background-position: right center;
	height: 145px;
	width: 100%;
	display: inline-block;
	position: absolute;
	background-image: url(images/our-team-bg.png);
	margin-top: -97px;
	margin-left: -260px;
	background-size: 690px auto;
}

.attrBioIntro.attr_hover {
	background: #062b53;
	height: 360px; 	 
}
.home-slider-single-tagline-inner {
	margin-left: 65px !important; 
}

.home-slider-single-tagline h2 {
	font-size: 50px;
	text-shadow: none;
	font-weight: 700;
	margin-top: 158px;
	color: #173865;
	text-align: left;
	max-width: 424px;
	line-height: 50px;
}
.hp-first-sec-right {
	padding-right: 0;
	padding-left: 90px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 52px;
	padding-right:50px;
}

.hp-first-sec-right .ver-title {
	margin-left: 10px;
 
}

.hp-first-sec-right::before {
	content: "";
	background: #00a3ff;
	position: absolute;
	left: 54px;
	height: 100%;
	display: inline-block;
	width: 3px;
	margin-top: 17px;
}

.module.module-intro-a.hp-intro-sec h1 {
	margin-bottom: 0;
	line-height: 45px;
	font-size: 45px;
	margin-top: 0;
}

.hp-six-right h2 {
	font-size: 55px;
	font-weight: 700;
}

.banner-inner .banner-title {
	position: absolute;
    /* left: 10px; */
    bottom: 0;
    font-size: 35px;
    text-transform: capitalize;
    padding: 8px 10px 8px 40px;
    background: transparent;
    letter-spacing: 0;
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
    /* max-width: 436px; */
    text-align: left;
    line-height: 35px;
    min-height: 145px;
    text-shadow: 0 0 8px #000;
}
.banner-inner .banner-title::before {
	content: "";
	background: #26b0ff;
	position: absolute;
	right: 0;
	height: 180px;
	/*display: inline-block;*/
	display:none !important;
	width: 2px;
	margin-top: 2px;
	left: inherit;
}
.banner {
	height: 250px;
	
}
.header-logo img {
	max-width: 300px;
 
}
.module-header-a-right {
	width: 79% !important;
}
.main-navigation-menu > li {
	padding: 0px 0px 10px 0px;
	margin-right: 3px;
	margin-left: 3px;
}
.main-navigation-menu > li > a {
	font-size: 12px;
}
#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 32px;
	width: 37px;
	height: 36px;
	padding: 0;
	text-align: center;
	margin: 0 0 0px 0;
	background: transparent;
	border: 2px solid #1978D8;
	position: relative;
	right: -20px;
}

.hp-first-left.full-text p {
	font-size: 42px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 58px;
	position: relative;
}

.hp-first-left.full-text {
	max-width: 600px;
	text-align: center;
	padding: 30px 0 150px 0;
	margin-left: 40px;
}
.hp-first-col-right img {
	max-width: 200px;
	margin-top: -35px;
	margin-left: 99px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 173px;
}

section.module.module-intro-a.hp-intro-sec {
 
	padding: 50px 0 100px 0 !important;
}
.row.hp-second-1-row .module-intro-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -231px;
}

.header {
	padding: 15px 0;
}

.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 26px;
	font-size: 15px;
}
.row.hp-second-1-row .module-intro-content .hp-sec-full {
	background: #01245c;
	padding: 25px 40px;
	max-width: 900px;
	margin: 0 auto;
	display: inline-block;
	float: none;
}

.row.hp-second-1-row .module-intro-content {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -174px;
}

.row.hp-second-2-row {
	padding-top: 50px;
	padding-bottom: 50px;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-second-sec.hp-intro-sec {
	padding-bottom: 0 !important;
}

.hp-first-col-right {
	position: relative;
	margin-top: 218px;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	margin-left: 377px;
	right: 54px;
}

.hp-first-col-right img {
	max-width: 200px;
	margin-top: -13px;
	margin-left: 36px !important;
}

#hp-third-sec {
	padding: 30px 0 !important;
	background: #fff;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-fourth-sec.hp-intro-sec {
	padding: 50px 0 30px 0 !important;
}

.hp-first-left.full-text.hp-4-left.wow.animate__fadeInLeft.animated {
	margin-right: 83px;
}

.row.hp-fourth-row .hp-first-left.full-text p::before {
	width: 90px;
	height: 60px;
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
	width: 80px;
	height: 80px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 150px;
}

.hp-blue-line-2 {
 
	left: -34px !important;
 
}

.social-links {
	float: right;
	margin-top: -30px;
}
.hp-first-col-right img {
	max-width: 200px;
	margin-top: -13px;
	margin-left: 49px !important;
}

.hp-first-col-right {
	position: relative;
	margin-top: 220px;
}

 .hp-first-col-right {
	position: relative;
	margin-top: 150px;
}
.module.module-intro-a.hp-intro-sec h1 {
	margin-bottom: 15px;
	line-height: 45px;
	font-size: 45px;
	margin-top: 0;
}
.scrolled .header-logo img {
	height: auto;
}

.module.module-intro-a.hp-first-sec.hp-sec-common.hp-intro-sec.wow.animate__fadeIn.animated {
	padding: 50px 0 50px 0 !important;
}

.hp-first-col-right img {
	max-width: 200px;
	margin-top: -13px;
	margin-left: 79px !important;
}

.columns.large-5.medium-5.small-12.hp-second-col-left.hp-first-col-right {
	margin-top: 227px;
}
.single.single-practices .contact-full-inner.main-full-width {
	padding: 25px;
}

.single.single-practices .contact-full-inner.main-full-width section {
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 0;
}

.single.single-practices .contact-full-inner.main-full-width section.prac-list {
	padding-bottom: 0;
}
.contact-full-container {
	align-items: center;
	height: auto;
	padding-top: 00px;
}

.blog-banner-inner {
	background: #01245c;
	max-width: 650px;
	width: 680px;
	float: right;
	margin-top: -50px;
	z-index: 0;
	position: relative;
	padding: 20px 20px;
}

.single-practices #main .row.blog-banner-row {
	max-width: 900px;
}
.attorney-search-inner label {
	position: relative;
	font-size: 18px;
	padding-left: 0;
	width: 100%;
	display: block;
}
.attr-form-col:last-child .search-attr {
	float: right;
	width: 12%;
}
.attr-form-col:last-child .select-wrapper {
	width: 82%;
	float: left;
}
.attorney-search-inner label {
	font-size: 15px;
 
}
.attr-form-col:last-child .search-attr {
	float: left;
	width: 10%;
	margin-left: 1%;
}
.banner-inner .banner-title {
	position: relative;
	/* left: 10px; */
	bottom: 0;
	font-size: 35px;
	text-transform: capitalize;
	padding: 8px 10px 8px 40px;
	background: transparent;
	letter-spacing: 0;
	font-family: 'Playfair Display', sans-serif;
	color: #fff;
	/* max-width: 436px; */
	text-align: left;
	line-height: 35px;
	min-height: inherit;
	text-shadow: 0 0 8px #000;
}
.attorney-result-single .attorney-result-info h2 {
	margin-top: 5px !important;
	color: #00245B;
	font-family: 'Red Hat Display', sans-serif;
	letter-spacing: 0;
	font-size: 18px;
}

.attorney-result-info p {
	font-size: 12px; 
} 

.attorney-bio-main-a .content.columns {
	padding-left: 25px;
}

#attorney-sidebar {
	width: 36%;
	padding-left: 0;
}

.attr-side-logo img {
	max-width: 250px;
}
.attr-side-logo {
	margin-top: 45px;
}
.attorney-bio-main-a .content.columns {
	padding-left: 25px;
	padding-bottom: 0;
}
.attorney-bio-main-a .sidebar-inner {
	padding-bottom: 0;
}
.footer-lower.desktop {
	display: block;
}
.social-links {
	float: right;
	margin-top: -45px;
}
.footer-inner .footer-address::after {
	display: none;
}
.row, .row-wide, .row-narrow {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.module-header-a-right-bottom {
	padding-right: 22px !important;
}
li.ourteam ul.sub-menu {
	left: -180px;
 
}
	

}

@media only screen and (min-width:1140px) and (max-width:1280px) {
.hp-first-left.full-text {
	max-width: 600px;
	text-align: center;
	padding: 30px 0 150px 0;
	margin-left: 90px;
	margin: 0 auto;
}
.hp-first-left.full-text p {
	font-size: 44px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 63px;
	position: relative;
}
.hp-first-col-right img {
	max-width: 280px;
	margin-top: -35px;
	margin-left: 70px;
}
.row.hp-second-2-row .hp-first-col-right img {
	margin-left: 50px;
	margin-top: -20px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 212px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 187px;
}
.footer-lower.desktop.hide-for-small-only {
	display: block;
}
.footer-inner .footer-address::after {
	content: "|";
	margin: 0 2px;
	display: none;
}
.social-links {
	float: right;
	margin-top: -49px;
}	
.module-header-a-right-bottom {
 
	justify-content: flex-end !important;
}	
.row.hp-second-1-row .module-intro-content .hp-sec-full {
	max-width: 900px;
 
}

	
}



@media only screen and (min-width:1360px) and (max-width:12000px) {
.home .home-slider-single {
	background-position: center center !important;
}	
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 800px;
}

.hp-first-left.full-text {
 
	margin: 0 auto;
}
.hp-first-left.full-text p {
	font-size: 49px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 72px;
	position: relative;
}
.span-blue-top {
	position: relative;
	padding: 0 10px;
	z-index: 0;
	letter-spacing: 2px;
	margin-right: 0;
	margin-left: 0;
}
	


}


@media only screen and (min-width:1920px) and (max-width:2560px) {
.home .home-slider-single {
	background-position: center top !important;
}	
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 1150px;
}	
.banner {
	height: 450px;
 
}

}


@media only screen and (min-width:2560px) and (max-width:3840px) {
.home .home-slider-single {
	background-position: center top !important;
}	
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 1600px;
}	
.module.module-intro-a.hp-fifth-sec {
 
	padding: 150px 0;
}
.banner {
	height: 600px;
 
}

}


@media only screen and (min-width:3840px) and (max-width:12000px) {
.home .home-slider-single {
	background-position: center top !important;
}	
.home .home-hero, .home .home-slider, .home .home-slider-single {
	height: 2100px;
}	
.module.module-intro-a.hp-fifth-sec {
 
	padding: 300px 0;
}
.banner {
	height: 800px;
 
}
}
@media only screen and (min-width:1350px) and (max-width:16000px) {
.row, .row-wide, .row-narrow {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.module-header-a .row {
	max-width: 1200px;
}

.row.hp-fourth-row .hp-first-left.full-text p::after {
	width: 96px;
	height: 109px;
	background-position: right bottom;
}
#hp-fourth-left-text {
	padding-left: 0;
	margin-right: 75px;
}
#hp-fourth-sec .hp-blue-line-2 {
	left: 17px;
 
}

	
}

@media only screen and (min-width:1600px) and (max-width:1899px) {
.home .row, .home .row-wide, .home .row-narrow {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.home .row.hp-second-2-row .hp-first-col-right img {
	margin-left: 0 !important;
}
#hp-third-sec {
	padding: 60px 0 !important;
	background: #fff;
}

.module-header-a .row {
	max-width: 1300px;
}
.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	left: 97px;
}

.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
 
	left: 100px !important;
}
#hp-fourth-sec .hp-blue-line-2 {
	left: -26px;
}	
}

@media only screen and (min-width:1900px) and (max-width:12000px) {
 

@keyframes width-anim {
                from { width: 0; }
                to { width: 120px; }
  }
  @keyframes width-anim {
                from { width: 0; }
                to { width: 120px; }
  }
  
  
  @keyframes width-anim2 {
                from { width: 0; }
                to { width: 100%; }
  }
  

@-webkit-keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 120px;
  }
}
@keyframes dude {
  0% {
    width: 0;
  }
  100% {
    width: 120px;
  }
}
  	
#hp-first-sec {
/*	max-width: 1360px;*/
	margin: 0 auto;
}

#hp-second-sec {
/*	max-width: 1360px;*/
	margin: 0 auto;
}

.row.hp-second-2-row .hp-first-col-right img {
	margin-left: 0;
}
.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	right: 75px !important;
}
#hp-third-sec {
	padding: 50px 0 !important;
	background: #fff;
}
#hp-fourth-sec {
/*	max-width: 1360px;*/
	margin: 0 auto;
}
.footer-upper {
	text-align: left;
/*	max-width: 1360px;*/
	margin: 0 auto;
}

.attorney-bio-main-a .sidebar-inner {
	padding-bottom: 0;
}

.footer-upper-address {
 
	margin-left: 50px;
}


.module-header-a .row {
	max-width: 1600px;
}

section.module.module-intro-a.hp-intro-sec {
	min-height: 800px;
}
.module-header-a-right-bottom {
 
	-ms-align-items: flex-end !important;
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: center !important;
	justify-content: flex-end !important;
}

.row, .row-wide, .row-narrow {
	max-width: 1650px;
	margin-right: auto;
	margin-left: auto;
}


.hp-first-left.full-text {
	max-width: 890px;
	text-align: center;
	padding: 130px 0 150px 0;
}

.hp-first-left.full-text p {
	font-size: 70px;
	line-height: 95px;

}
.blue-bg-2 {
	height: 100px;
 
}
.hp-first-col-right {
	position: relative;
	margin-top: 259px;
}

.hp-first-col-right img {
	max-width: 3200px;
	margin-top: -35px;
	margin-left: 160px;
}
.hp-blue-line {
	left: 20px;
 
}
.hp-second-right.hp-first-left.full-text {
	margin-right: 0 !important;
 
}
.row.hp-second-2-row .hp-first-col-right .hp-blue-line-1 {
	right: 135px !important;
}
.blue-bg-1 {
	height: 100px;
 
}

#hp-third-sec .row.hp-third-sec-row {
	max-width: 1400px;
}

.module-header-a-inner {
	padding: 0 0px !important;
 
}
.row.hp-second-1-row .module-intro-content .hp-sec-full {
	max-width: 1200px; 
}
 
.main-navigation-menu > li {
	padding: 0 0 5px;
	margin-right: 18px;
	margin-left: 18px;
}
#mega-menu li a, #desktop-navigation .sub-menu li a {
	font-size: 17px;
 
}


.module-header-a-logo img {
	padding: 6px !important;
}

.main-navigation-menu > li {
	padding: 0 0 5px;
	margin-right: 18px;
	margin-left: 18px;
}

.main-navigation-menu > li > a {
	font-size: 19px !important;
	letter-spacing: 0.5px !important;
}

.module-header-a-right {
	align-self: center  !important;
}

section.module.module-intro-a.hp-intro-sec {
	min-height: 950px;
}

.hp-first-col-right {
	position: relative;
	margin-top: 384px;
}

.row.hp-second-1-row .module-intro-content .hp-sec-full p {
	color: #fff;
	text-align: left;
	line-height: 46px;
	font-size: 26px;
	padding-top: 20px;
}


.tabUl li a.home-tab {
	padding: 12px 139px 35px 1px;
	width: 92%;
	display: inline-block;
	/* font-weight: 600; */
	cursor: pointer;
	/* font-family: 'Libre Caslon Text', serif; */
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0;
	color: #1978d8;
	text-align: left;
	position: relative;
	line-height: 40px;
	/* float: left; */
	align-items: center;
	display: flex;
}

.accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 49px;
	width: 52px;
	height: 54px;
	font-size: 1.3rem;
	text-align: center;
	color: #1d79d0;
	font-weight: normal;
	border: 2px solid #01265b;
	margin-top: 0;
	margin-right: 22px;
}

.tabUl.hptabUi li {
	border-bottom: none;
	margin-bottom: 19px;
	padding-bottom: 5px;
	padding-top: 6px;
}


.content-tab.home-content-tab h5 {
	margin-bottom: 7px;
	font-size: 25px;
	letter-spacing: 12px;
}

.columns.large-6.medium-6.small-12.hp-third-col-right .content-tab.home-content-tab {
	padding-right: 0;
}


.columns.large-6.medium-6.small-12.hp-third-col-right h1 {
	font-size: 79px !important;
	 	
}
.footer.module-footer-a .row {
	max-width: 1740px;
}
.footer-upper-address {
	margin-left: 0 !important;
}

.columns.large-12.medium-12.small-12.footer-col-left {
	padding: 0;
}

.footer-inner .footer-address a {
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-inner .phone {
	font-size: 20px;
	font-weight: 600;
}

.footer-lower {
	font-size: 18px;
	display: inline-block;
	font-weight: normal;
}

.footer-lower a {
	color: #fff;
	font-weight: 400;
}
.footer-inner .footer-address span.hide-for-small-only a {
	text-transform: lowercase !important;
}

.footer-inner .phone {
	font-size: 18px;
	font-weight: 600;
}

.social-links .foot-soci {
	margin: 0px 11px 0px 0px;
	background: transparent;
	color: #1978D8;
	border-radius: 0;
	font-size: 25px;
	width: 45px;
	height: 45px;
	border: 1px solid #1978D8;
}



.columns.large-6.medium-6.small-12.hp-third-col-right p {
	font-size: 26px !important;
	line-height: 45px !important;
}



}

@media only screen and (min-width:1260px) and (max-width:1300px) {
	
.hp-first-left.full-text p {
	font-size: 50px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	line-height: 67px;
	position: relative;
}
.hp-first-left.full-text {
	max-width: 657px;
	text-align: center;
	padding: 30px 0 150px 0;
	margin-left: 90px;
	margin: 0 auto;
}
.blue-bg-2 {
	left: -9px;
 
}	
	
}


@media only screen and (min-width:1900px) and (max-width:12000px) {
.hp-first-left.full-text p {
	font-size: 80px;
	line-height: 107px;
}
.hp-first-left.full-text {
	max-width: 990px;
	text-align: center;
	padding: 130px 0 150px 0;
}
.blue-bg-2 {
	height: 100px;
	margin-top: 9px;
}
#hp-third-sec {
	padding: 180px 0 !important;
	background: #fff;
}

.blue-bg-1 {
	margin-top: 9px;
}
	
	
	
}