/*******************************************/
/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2005                         */
/** Copyright PaperStreet Web Design 			**/
/*******************************************/

/*
GENERAL
HEADER
MENUS
FOOTER
CONTENT
BLOG
TEMPLATES
FEATURES
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 18px;
	--body-text-color: #4a4541;
	--primary-color: #B8936F;
	--secondary-color: #621924;
	--alternate-color: #4c4c4c;
	--gray-color: #ECE4D8;
	--light-gray-color: #EBEBEB;
	--body-font-family: 'Hind', sans-serif;
	--heading-font-family: 'Prata', serif;
	--fa-caret-right: '\f0da';
	--fa-angle-right: '\f105';
	--fa-plus: '\f067';
	--fa-minus: '\f068';
}

@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: #4c4c4c;
	font-size: 19px;
	font-family: 'Hind', sans-serif;
	margin: 0;
	font-weight: 300;
	background: #fff !important;
}
 

*,
*: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;
	font-family: 'Prata', serif;
	line-height: 1.2;
	letter-spacing:normal;
	font-weight:400;
	 
}

h1 {
	font-size: 40px;
	color:4a4541
 
	 
}

h2 {
	font-size: 28px;
	color:#621924;
}

h3 {
	font-size: 22px;
    font-family: 'Hind', sans-serif !important;
	font-weight:600;
	text-transform:uppercase;
	color:#B8936F;
	 
}

h4 {
	font-size: 20px;
 
}

h5,
h6 {
	font-size: 18px;
 
}

p {
	margin: 0 0 20px;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 1.5;
}


span.makelight {
    font-weight: 300;
}
span.makebold {
    font-weight: 700;
}
a.read-more {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #5a809e;
	position: absolute;
	bottom: 0;
}

i.fa.fa-caret-right {
    color: #de0e13;
}

/* GENERAL > Lists */
ol,
ul {
	margin: 0 0 25px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
}

ul.breadcrumbs-container {
    display: none;
}

.content li {
	font-size: 18px;
    color: #4c4c4c;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 10px;
}

.content ol li {
	padding-left: 0;
}

.content ul li::before {
	position: absolute;
	left: 3px;
	content: "\f04b";
	font-family: 'Font Awesome 5 Pro';
	color: #621924;
	font-size: 19px;
	top: 6px;
	font-size: 8px;
}

.content ul li:before,
.sidebar section ul li:before {
	font-family: 'Font Awesome 5 Pro';
}

.content ul ul {
	margin: 20px 0 20px 20px;
}

hr {
	background: #0F8577;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

address {
	font-style: normal;
}
table {
    margin-bottom: 20px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
}

tr {
    border: solid 2px #efefef;
}

b, strong{font-weight:600;}

/* GENERAL > Links and Buttons */
a {
	color: #B8936F;
	text-decoration: underline;
	font-weight:600
}

a:hover,
a:focus {
	color: #621924;
	text-decoration: underline;
}
::marker {
	display:none !important
 
}

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-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	border-radius: 0;
	padding: 12px 25px 10px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #4a4541;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 22px;
}
button:active,
.button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #B8936F;
	text-decoration: none;
	color: #fff;
}

.cont-tit {
	font-size: 30px;
		font-family: 'Prata', serif;
	color: #4a4541;
	margin-bottom: 0;
}



button.alt-01, .button.alt-01 {
	background-color: #621924;
	border-radius: 0px;
	padding: 10px;
	line-height: 27px;
	font-size: 19px;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color:#B8936F;
	color: #fff;
		text-decoration: none;
}

button.alt-02,
.button.alt-02 {
	background-color: #4a4541;
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: #B8936F;
	color: #fff;
}
:focus {outline:0 !important;}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  border:none;
}


button.outline, .button.outline {
	background: none;
	border: 2px solid #B8936F;
	color: #B8936F;
	border-radius: 0;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #4a4541;
	color: #4a4541;
	border: 2px solid #4a4541;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: #4a4541;
	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: #B8936F;
	color: #fff;
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #B8936F;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: #B8936F;
	text-decoration: underline;
}
.hp-btn{border:0!important;}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #333;
	background: none;
	border: 0;
	border-bottom: 1px solid #aaa;
	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;
}

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;
	color:#000
}

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-container button {
	width: 100%;
	background: #621924;
	padding: 12px 22px;
	border-radius: 5px;
	font-size: 19px;
}

.form-container button:hover, .form-container button:focus {
	background: #B8936F;

}
.row.cont-row-sec .button {
	margin-top: 32px;
	padding: 8px 26px;
	font-size: 19px;
	text-decoration: none !important;
}


.form-input-group label i {
	color: #621924;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}


.form-input-group.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 0 10px;
  gap: 0 10px;
}

.form-input-group.checkbox input {
  height: 15px;
  width: 15px;
}

.form-input-group.checkbox label {
  height: auto;
  width: auto;
  line-height: 1.2;
  flex: 1;
  position: static;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  font-style: italic;
}

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: #fff !important;
	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: #4a4541;
}
.select-wrapper.active:after {
	background: #4a4541;
	color: #fff;
}

.sidebar-inner .form-container {
	background: transparent;
	padding: 0px 0;
}
#blog-search-input {
	border: none;
	color: #3a5f7c;
}
.form-container {
	background: #c1cdd9;
	padding: 30px;
}

.search-form {
	background: #f1f1f1;
	height: 45px;
}

.side-cont-form .form-container {
	background:#ece4d8;
	padding: 30px;
	border-radius: 0;
}

.contact-form-heading {
	color: #621924;
	text-align: center;
}
.search-form label {
	color: #ccc;
	text-transform: uppercase;
	font-size: 14px;
}


.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: #fff;
}

.background-input.select-wrapper::after, .background-input .select-wrapper::after {
	background-color: #4a4541;
}

input.has-error {
	border: 1px solid #621924 !important;
	-webkit-box-shadow: 0 0 2px #621924 !important;
	box-shadow: 0 0 2px #621924 !important;
}

p.error-text {
	color: #621924;
	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;
}
.page-template-template-contact .main-content {
	width: 100%;
}



/* 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;
	}
}

/* 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: relative;
	text-align: left;
	width: 100%;
	bottom: 20%;
	margin: 0;
	padding-right: 0;
	max-width: 1260px;
	margin: 0 auto;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 10px 6px;
	padding: 0;
}
#slider-testimonials-a .slick-dots {
	text-align: center;
}

.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: transparent;
	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;
	border: 1px solid #8a8585;
}
.refercase-right-inner .slider-results-a .slick-slide {
	margin-right: 0;
}

.refercase-right-inner .slider-results-a .slick-slide li {
	background: #fff;
	padding: 15px;
	width: 100% !important;
	margin-bottom: 8px;
	margin-top: 8px;
	min-height: 183px;
}
.refercase-right-inner .module-results-a-single {
	padding: 8px;
	margin-top: 60px;
}

.slick-dots li:focus button:before,
.slick-dots li:hover button:before {
	background: #	621924; 
	border:none
}
.refercase-right-inner .slick-dots {
	text-align: right;
	margin: 0px 0 45px 0;
}

.slick-dots li:focus button:before,
.slick-dots li:hover button:before {
	background: #621924;
}

li.slick-active button:before {
	background: #621924; border-color:#621924 !important
}
.refercase-right-inner .module-results-a-single ul {
	margin-bottom: 0;
}


.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: #621924;
	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: 1280px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	flex-wrap: wrap;
}

.header.header-desktop .row {
	max-width: 100%;
}


.row-narrow {
/*	max-width: 1180px;*/
}
.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow {
	padding: 0;
	padding-bottom: 0;
}
.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-module-title {
	margin: 10px;
}
.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-left-col {
	padding-left: 0;
	padding-right: 30px;
}

.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-right-col {
	padding-right: 0;
	padding-left: 30px;
}
.columns.large-2.medium-2.small-12.hp-third-right-col-3 {
	width: 100%;
	text-align: right;
	position: relative;
}
.columns.large-2.medium-2.small-12.hp-third-right-col-3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 79%;
	background: #b5bcc4;
	left: 40px;
	margin-top: 21px;
}

.columns.large-2.medium-2.small-12.hp-third-right-col-3::before {
/*	content: "|";
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	color: #c3cdd6;
	text-align: center;
	margin-left: 0;
	border: 2px solid #c3cdd6;
	border-radius: 20px;
	width: 23px;
	padding-bottom: 7px;
	font-size: 17px;
	font-weight: 700;
	left: 0;*/
}

.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	margin-left: 225px;
	margin-right: 0;
	max-width: 930px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 45px;
	overflow: hidden;
}

.columns.large-7.medium-6.small-12.hp-fourth-right-2 {
	float: right;
	padding: 30px;
	padding-right: 115px;
	padding-bottom: 0;
	padding-left: 20px;
}

.columns.large-7.medium-6.small-12.hp-fourth-right-2 p {
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
}


.module.module-intro-a.hp-intro-fourth {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
}
.hp-tagline3 a.caption-btn {
	background: #B8936F;
	color: #fff;
	margin: 0 15px;
	display: inline-block;
	padding: 12px 25px 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 26px;
	font-weight: 400;
}
.scroll-down {
	position: absolute;
	bottom: 3%;
	text-align: center;
	width: 100%;
}
.scroll-down .fa.fa-arrow-down {
	font-size: 24px;
}

.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;
}
 
.module-intro-content{
    padding-top: 50px;
    padding-bottom: 50px;
}
.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: fixed;
	top: 0;
	width: 100%;
	background-color:transparent;
	z-index: 2;
	border-bottom: 0px 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;
}



.header>.row {
	height: 100%;
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}
.scrolled.single-attorneys .header.header-desktop  {
	padding-bottom: 0px;
	margin-top: 0px;
	background: transparent;
}

.row.attr-info-row {
	padding-top: 60px;
}
.attr-main.attorney-bio-main-a .row h1 {
	font-weight: 500;
	font-size: 48px;
	margin-bottom: 10px;
	text-align: left;
	letter-spacing: 0;
	margin-left: -2px;
}
.attr-info i {
	color: #dbd8c5;
	/* margin-right: 15px; */
}

.attr-info {
	display: flex;
	padding: 15px 0;
	margin-top: 22px;
	position: relative;
	padding-bottom: 55px;
}

.attr-info::after {
	content: "";
	position: absolute;
	background: red;
	height: 3px;
	width: 570px;
	/* top: 0; */
	margin-top: 65px; left:0
}

.attr-info p  {
	margin-right: 15px;
	color: #4a4541;
}

.attr-info p a {
	color: #4a4541;
	font-weight: 500;
}

.attr-info p a:hover {
	color: #FF0000;
	font-weight: 500;
}



.attr-position.no-margin {
	color: #3a5f7c;
	letter-spacing: 4px;
	text-transform: uppercase;
}


.attr-main.attorney-bio-main-a .sidebar .row.attr-bio-img.hide-for-small-only {
	margin-top: -28px;
	z-index: 99;
	position: relative;
}

.scrolled .attr-main.attorney-bio-main-a .sidebar .row.attr-bio-img.hide-for-small-only {
	margin-top: -28px;
	z-index: 0;
	position: relative;
	margin-bottom: 32px;
}


.single-attorneys .header.header-desktop {
/*	background: #4a4541;
	padding-bottom: 36px;*/
}

 

.header-logo {
	display: flex;
	align-items: center;
	padding: 8px 0 8px 8px;
	max-width:350px
}
.module-header-a {
	padding: 0px 0 0px 0;
}

.scrolled .module-header-a {
	background: #4a4541;
	padding:  5px 25px 5px 25px;
	z-index: 99;
}
.scrolled .module-header-a .fa-bars::before {
	height: 68px;
	width: 67px;
	background-position: center center;
	color: transparent !important;
	display: inline-block;
	line-height: 22px;
}


.scrolled .module-header-a .hp-animate-logo {	 
	height: auto;
 
}
 
.scrolled .module-header-a .module-header-a-logo img {
	padding: 0px;
	width: 250px;
	margin: 0;
	margin-top: 16px;
}

.hp-animate-logo {
	width: 350px;
	display: inline-block;
	position: relative;
}

.hp-animate-logo .blank-logo {
	width: 100%;
	display: block;
	position: relative;
	min-width: 350px;
}

.hp-animate-logo .logo-vred {
	position: absolute;
	margin-left: 125px;
}

.hp-animate-logo .logo-hred {
	position: absolute;
	margin-top: -16px;
	height: 2px;
	width: 100%;
}


.header-logo img {
    margin-top: 20px;
    width: 350px;
    max-width: 350px;
}

.header-mobile-inner {
	display: flex;
	min-height: 70px;
}
.single-attorneys .header-mobile-inner {
    background: #4a4541;
    padding: 25px;
}
.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;
}

.header-call-text.show-for-large {
    z-index: 99999999999999999999999999999999;
	padding: 25px;
    margin-right: 30px;
}
.header-main-buttons {
    z-index: 99999999999999999999999999999999;
	padding: 15px;
    margin-right: 40px;
}
@media screen and (min-width: 500px) {

.header-mobile-buttons a, .header-mobile-buttons button {
	width: 550px;
	max-width: 150px;
	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: #08223b;
	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;
}

.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: 38px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
	background: transparent;
	border: 2px solid #d8d6d7;
	border-radius: 0;
	margin-right: 14px;
}

#open-main-menu {
	background: transparent !important;
	padding: 0;
	margin-right: 35px;
	line-height: 16px;
}


.fa-bars::before {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 78px;
	background-position: center top;
	color: transparent !important;
	display: inline-block;
}


/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/

/* 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;
}

#main-navigation {
	z-index: 100;
	position: fixed;
	background-color:#B8936F;
	opacity: 0;
	padding: 25px 0;
}
.menu-close {
	display: none;
}


#main-navigation,
#main-navigation .sub-menu {
	display: block;
	-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);
}

.ps219sw17 {
   color: blue;
}

#main-navigation {
	height: 100vh;
	top: 0;
	left: -100%;
	width: 85%;
	overflow-y: scroll;
}

#main-navigation a,
#main-navigation .mobile-navigation-title {
	padding-left: 20px;
}

#main-navigation.active {
	left: 0;
	opacity: 1;
}

#main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
#main-navigation.active .fa.fa-angle-down {
	font-size: 22px;
}

#main-navigation a:hover {
/*	margin-top: -1px;*/
/*	 padding-top: 16px;
	padding-bottom: 15px;*/
}

#main-navigation a:hover,
#main-navigation a:active,
#main-navigation a:focus {
 background: #4a4541; 
	color:#fff
}

#main-navigation {
	margin: 0;
}

.main-navigation-menu {
	position: relative;
	margin-bottom: 0;
	padding-top: 60px;
	margin-top: 10px;
}

#main-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: auto;
/*	border-bottom: 1px solid rgba(142, 155, 174, 1);*/
 
}

#main-navigation ul li:first-of-type {

}

#main-navigation .sub-menu li {
	border: none;
}

#main-navigation ul li:before {
	display: none;
}

#main-navigation ul li.sub-menu-open>.sub-menu {
	right: 0;
}

#main-navigation .sub-menu {
	z-index: 1;
	overflow: auto;
	position: relative;
	margin: 0;
	display: none;
}

#main-navigation .menu-item.active > .sub-menu {
	display: block;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

.module-badges-a-single img {
/*	margin: 0 auto;
	max-width: 250px !important;
	width: 100% !important;*/
}
#main-navigation .sub-menu a:after{
	display:none !important;
}

.slider-badges-a {
	width: 100% !important;
	margin: 0 auto;
}

#main-navigation .sub-menu a {
	text-transform: none;
	font-size: 14px;
	padding: 5px 0 5px 55px !important;
	font-weight: 400;
	-webkit-animation: slideInDown 600ms;
	animation: slideInDown 600ms;
	position: relative;
}
#main-navigation .sub-menu a:hover {
	text-transform: none;
	font-size: 14px;
	padding: 5px 0 5px 55px !important;
	font-weight: 400;margin-top: 0px;
}
 #main-navigation ul li.menu-item.active .sub-menu   .fa.fa-plus::before{
/*	 display:none;*/
	 
 }
 
#main-navigation ul li.menu-item.active {
/*	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 51px 39px;
	background-size: 297px 8px;*/
}

#main-navigation ul li.menu-item.active a {
	padding-bottom: 9px;
	font-weight: 600;
	background: #4a4541;
}
#main-navigation ul li.menu-item.active .sub-menu a {
	background: transparent;
}
#main-navigation .menu-item.active .sub-menu li a {
	font-weight: 400;
	font-size: 18px;
	/* background: transparent !important; */
}
 
#main-navigation .sub-menu a::before {
	position: absolute;
	left: 60px;
	content: "\f04b";
	font-family: 'Font Awesome 5 Pro';
	color: #621924;
	font-size: 18px;
	top: 3px;
	display:none;
}
 
 
#main-navigation ul li.menu-item.active .sub-menu .fa.fa-plus::before {
	/* display: none; */
	content: "\f067";
}
 
 #main-navigation ul li.menu-item .sub-menu .fa.fa-plus::before {
	/* display: none; */
	content: "\f068";
}
 #main-navigation .menu-item.active > .sub-menu li.menu-item.active .fa.fa-plus::before {
	content: "\f068"; 
 }
 
#main-navigation .menu-item.active > .sub-menu ul li{
	padding-left:15px;
	
}
.main-navigation-expand {
	padding: 0;
	font-size: 13px;
	display: flex;
	justify-content: right;
	-ms-align-items: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: 0;
	background: transparent !important;
	font-weight: normal;
	border: none !important;
	outline: none !important;
	justify-content: right;
}

#main-navigation a::after {
	content: "";
	/* border: 1px solid #fff; */
	background: #c5a88a;
	width: 100%;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: 0;
}

#main-navigation a:hover::after {
	content: "";
	/* border: 1px solid #fff; */
	background: transparent;
	width: 297px;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: 52px;
	display:none;
	top:-2px
}

.main-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

#close-main-menu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	height: 31px;
	width: 50px;
	background: transparent;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
}
#close-main-menu .fa.fa-times {
	padding-left: 2px;
	padding-right: 1px;
	font-size: 25px;
	font-weight: normal;
}





@media screen and (min-width: 640px) {
	#main-navigation,
	#main-navigation .sub-menu {
		width: 60%;
	}
}

@media screen and (min-width: 1025px) {
#close-main-menu {
	right: 16px;
	margin-top: 25px;
	background: transparent;
	color: #fff;
}
#main-navigation, #main-navigation .sub-menu {
	max-width: 400px;
	width: 100%;
}

#menu-main-navigation {
	padding-top: 0;
	margin-top: 0;
}
}
#main-navigation.active .menu-logo {
	width: 253px;
	margin: 0 auto;
	margin-left: 30px;
}
.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;
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu>li {
	padding: 0 18px 18px 0;
	margin-right: 18px;
}

.main-navigation-menu>li:after {
	height: 14px;
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 2px;
	background: #C0C3D3;
}

.main-navigation-menu>li:last-of-type {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin: 0;
}

#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: #621924;
	text-decoration: underline;
}

.main-navigation-menu>li>a {
	display: block;
	height: 100%;
	color: #14172F;
	line-height: 1.0;
	font-size: 1.1rem;
}

.section-first .module-intro-content.row-narrow {
	padding: 35px 0;
	max-width: 1100px;
}

.section-first-box .small-12.columns {
	padding: 0;
}

.module.module-intro-a.section-first {
	padding: 100px 0;
}

.columns.large-5.medium-5.small-12.refercase-left {
	position: relative;
}
.refercase-left-main h1 {
	color: rgba(143,143,143,0.3);
	font-size: 295px;
	position: absolute;
	top: -39px;
	z-index: -1;
	left: 37px;
	opacity: 0.3;
}


.refercase-left-main h2 {
	color: #4c4c4c;
	font-size: 45px;
	line-height: 52px;
	padding-left: 30px;
}

.refercase-left-main h2 strong {
	color: #621924;
}
.module-results-a-inner::before {
	content: "";
	background: rgba(190, 156, 123, 0.3);
	width: 150%;
	position: absolute;
	left: -95px;
	height: 100%;
	z-index: -1;
}


.module.module-intro-a.section-first {
	padding: 70px 0 00px 0;
	overflow: hidden;
}
.module-results-a-inner {
	position: relative;
	padding: 15px 30px;
}

.refercase-left-main {
	padding: 15px;
	text-align: right;
	padding-left: 105px;
	padding-top: 150px;
	padding-right: 50px;
}
.refercase-left-main {
	padding: 15px;
	text-align: right;
	padding-left: 122px;
	padding-top: 170px;
	padding-right: 15px;
}


.module.module-intro-a.section-third.map-section {
	margin: 0;
	padding: 0;
}
.module.module-intro-a.section-third.map-section .module-intro-content.row-narrow {
	padding-top: 10px;
	padding-bottom: 20px;
}
.practice-right .practice-inner {
	position: relative;
	/* width: 80%; */
	padding-left: 40px;
	padding-right: 100px;
}
.practice-right .practice-inner::before {
	content: "";
	background: #621924;
	width: 200%;
	height: 106%;
	left: -30%;
	position: absolute;
	top: -50px;
	z-index: -1;
}

.practice-right .practice-inner {
	position: relative;
	 
}

.practice-left-box {
	width: 420px;
	background: #fff;
	float: right;
	margin-right: 50px;
	margin-top: -100px;
	z-index: 9;
	position: relative;
	border-radius: 10px;
}

.practice-left-box.mobile {
	display: none;
}




.practice-left-box-inner {
	padding: 40px 55px 20px 55px;
	border: 3px solid #B8936F;
	margin: 10px;
	border-radius: 10px;
}
.practice-left-box-inner h4 {
	font-weight: 400;
	font-size: 22px;
	color: #6A6A6A;
	 
}
.practice-left-box-inner h4 strong {
	font-size: 35px;
	color: #4a4541;
}

.practice-left-box-inner a {
	text-decoration:none;
}
.practice-left-box-inner a:hover {
	text-decoration:underline;
}


.practice-left-box-inner h2 {
	color: #4a4541;
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}
.practice-left-box-inner h3 {
		font-family: 'Prata', serif;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 20px;
}


.what-we-do-right-inner {
	text-align: center;
	padding-right: 27px;
	padding-left: 100px;
}
.what-we-do-left {
	position: relative;
}
.what-we-do-left-inner {
	position: absolute;
	z-index: 0;
}


.what-we-do-left-inner img {
    width: 100%;
    height:auto;
    
}
.what-we-do-left-inner {
	position: absolute;
	z-index: 0;
}
.what-we-do-left {
	position: relative;
}
.columns.large-7.medium-7.small-12.what-we-do-left {
	float: right;
}
/*.what-we-do-list-inner {
	position: relative;
	margin-left: 150px;
	background: #ebebeb;
	margin-right: 24px;
	padding: 20px 40px;
	margin-top: 25px;
}*/

.what-we-do-list-inner {
	position: relative;
	margin-left: 0;
	background: transparent;
	margin-right: 0;
	padding: 20px 40px;
	margin-top: 25px;
	width: 52%;
	float: right;
	padding: 0;
}


.module.module-intro-a.section-third.what-we-do {
	background-repeat: no-repeat;
/*	background-size: 100% 620px;*/
	background-size:cover;
	background-position: center top;
	padding-bottom: 25px;
	margin-bottom:25px;
}
.module.module-intro-a.los-cta {
	padding: 25px 0 50px 0;
}
.module-intro-content.row-narrow {
	border: 5px solid #B8936F;
	padding: 15px;
	text-align: center;
	max-width: 1060px;
}
.los-inner {
	padding: 25px 0;
	margin:0 auto;
}
.module.module-intro-a.los-cta .columns.no-float {
    width: 100%;
}

.los-angel-cta {
	font-family: 'Hind', sans-serif;
	font-size: 38px;
	color: #B8936F;
	font-weight: 600;
	margin-bottom: 9px;
}
.module.module-intro-a.our-team-section .row {
	max-width: 1100px;
}

.jtfText {
/*	position: absolute;
	margin-top: -102px;
	margin-left: 15px;
	opacity: 0.1;*/
}
.module.module-intro-a.our-team-section {
	position: relative;
}

.our-team-left-inner .button {
	font-size: 16px;
	letter-spacing: 0;
}
.team-title {
	font-size: 45px;
}
.our-team-left-inner .button {
	font-size: 16px;
	letter-spacing: 0;
	color: rgba(210, 201, 192, 0.8);
}
.our-team-left-inner .button:hover, .our-team-left-inner .button:focus {
	font-size: 16px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 1);
}


.hr-active {
	background: #b8936f;
	content: "";
	height: 10px;
	width: 100%;
	bottom: 15px;
	position: absolute;
	z-index: 1;
	left: 0;
	-webkit-animation: expand4 5s;
	top: 365px;
	z-index: -1;
}

@-webkit-keyframes expand4{
    0%{width:0px}
    100%{width:100%}
}

.section_team_text {
	font-size: 110px;
	letter-spacing: 13px;
}



.our-team-right-col-inner img {
	width: 100%;
	max-width: 400px;
}


.module.module-intro-a.our-team-section {
	padding-top: 120px;
	margin-top: 20px;
}

.testimonial-left-inner {
	padding: 100px 75px 25px 45px;
	text-align: center;
	position: relative;
	margin-top: 0;
	z-index: 0;
}


.testimonial-left-inner::before {
	    background-image: url(images/quote-bg.png);
    content: "";
    position: absolute;
    top: 19px;
    width: 100%;
    height: 130px;
    background-size: 138px auto;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    left: 0;
    z-index: -1;
 
}
.vidRightTitle {
	font-weight: bold;
	margin: 0;
	text-align: center;
	font-size: 22px;
	color: #4a4541;
}
.watch-vid-inner p {
	margin-bottom: 10px;
}

.slider-testimonial-single p {
	font-weight: 500;
	font-size: 25px;
	line-height: 35px;
}

.testimonial-left-inner.testimonial-inner .testi-title.test-client-title {
	font-size: 55px;
 
}
.testi-title.test-attr-title {
	font-size: 55px;
}
.video-inner {
	max-width: 1000px;
	margin: 0 auto;
}


.vidRightTitle2 {
	font-weight: 500;
}

.vidTitle {
	text-align: center;
}

.vidTitle {
	color: #621924;
	font-size: 45px;
	margin-bottom: 25px;
}

.module.module-video {
	padding-top: 120px;
	padding-bottom: 90px;
}
.watch-vid-inner {
	text-align: center;
}


.module.module-testimonials-a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fafafa;
	padding-top: 50px;
}

.video-right-inner {
	padding: 45px 25px 25px 25px;
	position: relative;
}
.video-right-inner::before {
	position: absolute;
	content: "";
	left: -41px;
	height: 91%;
	background: #707070;
	width: 1px;
	top: 23px;
}

/*.section_team_text::before {
	width: 100%;
	background-image: url(images/thejtf-text.png);
	position: absolute;
	content: "";
	left: 0;
	height: 100%;
	left: 0;
}*/
.section_team_text {
	font-size: 110px;
	letter-spacing: 13px;
	position: relative;
	visibility: hidden;
}

.jtfText {
	position: absolute;
	margin-top: -99px;
	margin-left: 15px;
	background-size: 97% auto;
	background-image: url(images/thejtf-text.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-position: 12px -21px;
}

.section_team_text {
	font-size: 103px;
	letter-spacing: 13px;
	position: relative;
/*	height: 250px;*/
	z-index: 0;
	opacity: 0;
	width: 100%;
	visibility: hidden;
}
.our-team-right-inner {
	margin-left: -60px;
}
.our-team-left-inner {
	text-align: right;
	margin-right: 67px;
	padding-top: 80px;
}
.columns.large-6.medium-6.small-12.our-team-right-col {
	background: #fff;
	/* padding-left: 23px; */
	padding-right: 0;
	position: relative;
}

.columns.large-6.medium-6.small-12.our-team-right-col::after {
	content: "";
	background: #fff;
	position: absolute;
	left: -19px;
	bottom: 0;
	z-index: 0;
	width: 116%;
	height: 100%;
	z-index: -1;
}
.our-team-right-col-inner {
	text-align: center;
}

.attr-title {
	color: #4a4541;
	font-size: 22px;
	padding-top: 15px;
	margin-bottom: 5px;
}

.attr-pos {
	color: #B8936F;
}


.columns.large-6.medium-6.small-12.our-team-right {
	padding: 0;
	padding-left: 0;
}

.los-cta-list {
	list-style: none;
	margin-bottom: 0;
}

span.hpico {
    color: #b8936f;
}

.los-cta-list li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.los-cta-list li::after {
	content: "|";
	position: absolute;
	margin: 2px 20px;
	font-size: 15px;
}
.los-cta-list li:last-child::after {
	display: none;
}

.los-cta-list li .fa {
	color: #B8936F;
	padding: 0 10px;
}




.what-we-do-btn {
	position: relative;
	text-align: right;
	margin-right: ;
}
.what-we-do-btn-inner {
	margin: 0px 25px 20px 25px;
	text-align: center;
    width: 52%;
    float: right;
}


.what-we-do-list-inner li {
	width: 47%;
	display: inline-block;
	padding: 15px 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: middle;
	/* text-align: left; 
	border: 1px solid #eaeaea;*/
	margin-left: 1%;
	margin-right: 1%;
}

.what-we-do-list-inner li:hover {
	background: #e8e8e8;
	
}


.practice-list {
	text-align: center;
}


.practice-right .practice-inner h1 {
	font-weight: 400;
	color: #fff;
	font-size: 35px;
	margin-bottom:5px;
}

.practice-inner .accordion-item {
	border-bottom: 2px solid rgba(255,255,255,0.5) !important;
	border-top: none !important;
}
.what-we-do-list-inner li a {
	font-family: 'Prata', serif;
	text-decoration: none;
	vertical-align: top;
	font-size: 20px;
	color: #4c4c4c;
	line-height: 1.4;
	font-weight: 400;
}

.what-we-do-list-inner li a:hover {
	color:#621924;
}
	
.practice-inner  .accordion-item-title {
	padding: 15px 15px 15px 20pxx;
	font-size: 20px;
	margin: 0;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	color: #fff !important;
	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;
	background: transparent;
	font-weight: 400 !important;
	/* font-family: 'Hind', sans-serif; */
	letter-spacing: 1px;
	text-align:left;
}

.practice-inner .accordion-item.active .accordion-item-content {
	padding: 0 20px 0 0;
}

.practice-inner .accordion-item-title::after {
	color: rgba(255,255,255,0.7);
}


.practice-inner .accordion-item.active .accordion-item-content p {
	color: #fff;
 
}
  
.columns.large-6.medium-6.small-12.map-col {
	/* display: flex; */
	/* height: 100%; */
	padding: 0;
}
.map-inner {
	margin-top: 250px;
}
.module.module-intro-a.section-fourth.practice-section {
	padding-top: 0;
	padding-bottom: 150px;
}
.map-inner {
	margin-top: 165px;
	padding-left: 50px;
}
/***** Review *////////////

i.fas.fa-star {
    color: #4a4541 !important;
}

h2.cname {
    font-size: 25px;
    padding-top: 20px;
}

.review-text {
	border-bottom: none;
	margin-bottom: 20px;
}
.review-cont h2 {
	font-family: 'Hind', sans-serif !important;
	text-transform: uppercase;
	color: #4c4c4c;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: 600;
}

.review-cont {
	background: #ece4d8;
	padding: 55px;
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 25px;
	z-index:0
}

.review-cont::after {
	position: absolute;
	content: "";
	width: 94%;
	height: 80%;
	left: 0;
	border: 3px solid #fff;
	top: 0%;
	margin: 3%;
	z-index:-1;
}

.fas.fa-star {
	color: #B8936F;
	font-size: 18px;
}

.testimonial-star {
	padding: 0px 0 10px 0;
}



/*PA COLUMNS HOMEPAGE*/

.pa-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}

h1.pa-headline {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 60px;
	line-height: 1em;
}

/* 30px @ 320px increasing to 60px @ 1260px */
@media (min-width: 320px) {
  h1.pa-headline {
    font-size: calc(1.875rem + ((1vw - 3.2px) * 3.1915));
    /* Where: * 3.1915 = 100 * font_Size_Difference / viewport_Width_Difference */
  }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 1260px) {
  h1.pa-headline {
    font-size: 60px;
  }
}

.ps219sw17 {
   color: blue 
}

.home-pa-wrap {
	position: relative;
	/* display: inline-block; */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	margin: 0 05px;
	width: 24%;
	/* width: 275px; */
	height: 360px;
	overflow: visible;
	z-index: 1;
}

.home-pa-wrap:hover {
  z-index: 2;
}

.home-pa {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 450px;
	margin-bottom: 5px;
	transition: width 0.3s, height 0.3s;
	border-radius: 10px;
}

.home-pa:before {
/*  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 1px solid #fffefe;
  content: '';*/
  display:none;
}

.home-pa.pa-1 {
	background: #621924;
}
.home-pa.pa-2 {
	background: #4a4541;
}
.home-pa.pa-3 {
	background: #6A6A6A;
	  top:0;
  right:0; 	
}
.home-pa.pa-4 {
	background: #B8936F;
	background-position: left top;
  top:0;
  right:0; 	
}

.home-pa:hover {
  width: 915px;
  height: 450px;
  transition: width 0.3s ease 0.1s, height 0.3s ease 0.1s;
} 

.home-pa .caption-content {
	position: relative;
	overflow: hidden;
	height: 450px;
	padding: 15px 40px;
		-webkit-transition: color 100ms ease-out, background 100ms ease-out, transform 60ms ease-in;
	-o-transition: color 100ms ease-out, background 100ms ease-out, transform 60ms ease-in;
	transition: color 100ms ease-out, background 100ms ease-out, transform 60ms ease-in;
	text-align:center
}

.home-pa .caption-content img {
  float: none;
  display: block;
  margin: 0 auto;
  opacity: 1;
  padding-top: 85px;
/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;*/
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.home-pa .caption-content:hover img {
	padding: 0;
	opacity: 0;
/*	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;*/
}

.home-pa .caption-content h4 {
	font-size: 24px;
	text-align: left;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: none;
	position: relative;
	margin-top: 65px;
	font-weight: normal;
	margin-bottom: 0;
	/* min-height: 68px; */
}

 
.home-pa .caption-content p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding-top: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	line-height: 22px;
	margin-bottom:20px
}
.home-pa .caption-content .short-content p {
	min-height: 170px;
	text-align:center;
}

.home-pa .caption-content .short-content h4 {
    text-align: center;
}


.home-pa .caption-content p,
.home-pa .caption-content a.caption-btn {
 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.home-pa .caption-content .long-content{
	display:none;
}


.home-pa .caption-content:hover .long-content{
	display: inline-block;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}
.home-pa .caption-content:hover .short-content{
	visibility:hidden;
	height:00px
 
}


.home-pa .caption-content a.caption-btn {
	background: transparent;
	display: block;
	position: relative;
	bottom: 0;
	margin: 3px auto;
	width: auto;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding: 8px 0;
	left: 0;
	right: 0;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: 600;
	display: inline-block;
	position: relative;
}

.home-pa .caption-content a.caption-btn::after {
	background: #fff;
	width: 100%;
	height: 2px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	opacity: 0.4;
}
.home-pa .caption-content a.caption-btn:hover {
	opacity: 0.8;
}

.home-pa .caption-content .long-content h4 {
	margin-top: 0;
}



.home-pa .caption-content a.caption-btn:hover {
	color: #39ad89;
}

/***********/


.map-inner h1 {
	font-size: 45px;
	font-weight: normal;
	line-height: 48px;
}

.columns.large-6.medium-6.small-12.map-col {
	padding: 10px;
	position: relative;
}
.columns.large-6.medium-6.small-12.map-col.map-right-col {
	float: right;
}
.practice-inner img {
	width: 100%;
}

.practice-inner img {
	width: 130%;
	left: -30%;
	position: relative;
}
.practice-left .practice-inner {
	margin-top: -115px;
}



.loc-marker.alabama-marker {
	margin-top: 187px;
	position: absolute;
	margin-left: 203px;
}

.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 214px;
	margin-left: 175px;
}

.map-img {
	position: relative;
	left: -35%;
	width: 148%;
	z-index: 0;
}
.map-inner .button.home-btn {
	background: transparent;
	color: #4a4541;
	border: 2px solid #4a4541;
	border-radius: 6px;
	margin-right: 15px;
	min-width: 205px;
}

.map-inner .button.home-btn:hover, .map-inner .button.home-btn:focus {
	background: #621924;
	color: #fff;
	border: 2px solid #621924;
	border-radius: 6px;
	margin-right: 15px;
	min-width: 205px;
}


.map-img img {
	width: 100%;
	height: auto;
}

.section-first-inner h3 {
	margin-bottom: 18px;
	font-size: 18px;
}

.columns.large-4.medium-4.small-12.section-first-left {
	text-align: right;
	padding-right: 70px;
}
.section-first-inner h3 {
	margin-bottom: 14px;
}
.section-first-inner h1 {
	font-size: 50px;
	line-height: 55px;
}
.columns.large-8.medium-8.small-12.section-first-right {
	padding-left: 50px;
	position: relative;
}

.section-first-right::before {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 1px;
	top: 0;
	background: #6a6a6a;
}
.columns.large-5.medium-6.small-12.hp-fourth-left .hp-module-title {
	margin: 0;
}

.columns.large-5.medium-6.small-12.hp-fourth-left h2 {
	color: #fff;
	font-weight: 300;
}

.vline-active {
	background: #fe0000;
	height: 100%;
	-webkit-animation: expand 3s;
	width: 2px;
	position: absolute;
	margin-left: -35px;
	margin-top: 7px;
}
@-webkit-keyframes expand{
    0%{height:0px}
    100%{height:100%}
}



.hline-active{
    background:#fe0000;
    height:2px;
    -webkit-animation: expand1 2s;
	width:800px;
	position:absolute; 
}

@-webkit-keyframes expand1{
    0%{width:0px}
    100%{width:800px}
}



.hp-red-line-active {
	background: #fe0000;
	height: 2px;
	-webkit-animation: expand2 2s;
	width: 60px;
	position: absolute;
	margin-left: -75px;
	margin-top: 10px;
}

@-webkit-keyframes expand2{
    0%{width:0px}
    100%{width:60px}
}

.hp-red-line-right-active {
	background: #fe0000;
	height: 2px;
	width: 60px;
	position: absolute;
	margin-left: 17px;
	-webkit-animation-name: drawLeftLine;
	animation-name: drawLeftLine;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	margin-top: 12px;
}

@-webkit-keyframes drawLeftLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes expand3{
    0%{width:0px}
    100%{width:50px}
}



@media screen and (min-width: 1200px) {
	.main-navigation-menu>li {
		padding-right: 25px;
		margin-right: 22px;
	}
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
#mega-menu li {
	background: #14172F;
	padding-left: 25px;
	-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: #fff;
	font-size: 0.9rem;
	display: block;
	padding: 12px;
	padding-left: 0;
	line-height: 1.0;
	text-decoration: none;
}

#mega-menu li.active,
#desktop-navigation .sub-menu li.active {
	background: #1B998B;
}

#mega-menu li:before,
#desktop-navigation .sub-menu li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 10px;
	top: 6px;
	color: #0F8577;
	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;
}

#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;
}

/* 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(0,0,0,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;
}
.menu-item.active .fa.fa-plus::before {
    content: "\f068";
}

#main-navigation .menu-item.active > .sub-menu li.menu-item.active {
	background-image: none;
}



/*#main-navigation .sub-menu li.menu-item.active .fa.fa-plus::before {
	content: "\f068";
}

#main-navigation .sub-menu li.menu-item  .fa.fa-plus::before {
	content: "\f067";
}*/


.sub-menu{
	-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;
 
}
#mobile-menu:not(.active) {
	display: none;
}

#mobile-navigation {
	z-index: 100;
	position: fixed;
	background-color: #14172F;
	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;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: #621924;
}

#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: #000;
	z-index: 1;
	overflow: auto;
}

.mobile-navigation-title {
	background-color: #fff;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.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;
}

.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;
}

/*******************************************************************************************
FOOTER - Footer styles shared between modules
*******************************************************************************************/

/* TEMPLATES > Footer */
.footer {
	padding: 80px 00 0px 0;
	text-align: center;
}

.footer  .footer-right .footer-inner {
	padding-top: 10px;
}
.footer  .footer-right .footer-inner {
	padding-top: 10px;
	text-align: left;
}

.footer  .footer-right .footer-inner h2 {
	color: #B8936F;
	font-size: 21px;
	margin-bottom: 15px;
}
.footer-right .footer-inner .columns.large-4.medium-4.small-12.footer-right-address a {
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
}


.footer .footer-right .footer-inner p {
	line-height: 32px;
	font-size: 17px;
}


.columns.large-7.medium-7.small-12.footer-right {
	padding: 0;
}


.footer-copyright-section {
	background: #37322e;
    padding: 22px 0 22px;
}


.footer-upper h2 {
	margin-bottom: 40px;
}
.footer-upper {
	margin: 15px 0;
	color: #fff;
}
.columns.large-4.medium-4.small-12.footer-middle-col::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 0px;
    line-height: normal;
    color: #5a809e;
    font-size: 18px;
}
.columns.large-4.medium-4.small-12.footer-middle-col p:last-of-type::after {
    display: none;
}
.tel-footer:after {
    content: "|";
    position: absolute;
    left: 150px;
    /* right: 10px; */
    top: 0px;
    line-height: normal;
    color: #5a809e;
    margin-left: 4px;
    margin-right: 7px;
    font-size: 18px;
}

span.fax-footer {
    padding-left: 30px;
}


.columns.large-4.medium-4.small-12.footer-middle-col::after {
	content: "|";
	position: absolute;
	right: 0;
	top: 0px;
	line-height: normal;
	color: #5a809e;
}



.columns.large-4.medium-4.small-12.footer-middle-col {
	position: relative;
}
.module.module-blog-a.hp-section-news h3 {
	font-weight: 400;
}
.hp-blog-title {
	color: #4a4541;
}

.hp-blog-title:hover {
	color: #08223b;
}
.footer-address-section {
	padding-bottom: 70px;
}


.footer-upper p, .footer-upper span {
 
	color: #fff;
}
.footer-upper a {
 
	color: #e5d5bc;
}
.footer-upper a:hover, .footer-upper a:focus {
 
	color: #FF0000;
}
.contact-footer a {
	color: #fff;
}
.email-footer i {
	color: #fff;
	padding-right: 16px;
}

.menu-footer-navigation-container {
	display: inline-block;
}
#menu-footer-navigation {
	display: inline-block;
	width: auto;
	padding-left: 5px;
	margin-bottom: 0;
}
#menu-footer-navigation li::after {
/*	content: "|";
	color: #5a809e;
	margin: 0 3px 0 5px;*/
}
.footer-upper .columns.large-4.medium-4.small-12 {
	padding: 0 15px;
	width: auto;
	display: inline-block;
	float: none;
	color: #fff;
	font-family:'Hind' , sans-serif !important;
}



#menu-footer-navigation li:last-child::after {
	display:none;
 
}

#menu-footer-navigation li {
	display: inline-block;
	width: 100%;
}

.footer-copyright-inner {
color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 400;
}
.menu-footer-navigation2-container {
	display: inline;
}

#menu-footer-navigation2 {
	display: inline;
}


#menu-footer-navigation2 li {
	display: inline;
}
#menu-footer-navigation2 li::before {
	content: "|";
	margin: 0 17px 0 12px;
	font-size: 14px;
	vertical-align: top;
}
#menu-footer-navigation2 li a {
	font-weight: 400;
}



.footer-upper p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 15px;
}

.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 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;
}

@media screen and (min-width: 1025px) {
	.footer-lower-disclaimer {
		width: 60%;
	}
}

/*******************************************************************************************
CONTENT - Middle-of-page structure
*******************************************************************************************/

/* CONTENT > Banner */
.banner {
	height: 225px;
	margin-top: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-position-x: 50%;
	background-position-x: 50%;
}

.banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:linear-gradient(to right, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 100%);
	pointer-events: none;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner>.row {
	height: 100%;
}
.single-attorneys .banner-inner {
	padding-bottom: 0;
}
.banner-inner {
	position: relative;
	z-index: 1;
	/* 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: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: left;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
	padding-bottom: 80px;
	padding-left:60px;
	width:100%;
}

.banner-title {
	font-size: 50px !important;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	font-family: 'Prata', serif !important;
	font-weight: normal !important;
	position: relative;
}

.banner-title::after {
	content: "";
	background: #B8936F;
	height: 100%;
	width: 10px;
	left: -32px;
	bottom: 0;
	position: absolute;
}

.page-title-side::after {
	content: "";
	background: #B8936F;
	height: 100%;
	width: 7px;
	left: 0;
	bottom: 2px;
	position: absolute;
}	




@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 65px;
	}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 350px;
		
	}
}

@media screen and (max-height: 650px) {
	.banner {
		height: 350px;
	}
}

/* CONTENT > Main */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
}

.no-banner main {
	padding-top: 180px;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 15px;
	margin-bottom: 60px;
}

.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;
}

section.sidebar-block {
	background: #fff;
	padding: 35px 0;
	border-radius: 10px;
	padding-bottom: 15px;
}

section.prac-case-side {
    background: #f1f1ef;
   padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

section.prac-news-side {
    background: #e7e3d7;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

h2.case-prac-title {
    color: #3a5772;
}

h4.case-title-h4 {
     font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3a5f7c;
}

h4.case-title-h4 .side-title.no-underline {
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	color: #4a4541;
}

h4.case-title-h4 .side-title.no-underline:hover {
 
	color: #FF0000;
	text-decoration:none;
}


.prac-case-side a.read-more {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Hind' , sans-serif;
	position: relative;
}
h2.case-prac-title strong {
	font-weight: 600;
}

.prac-news-side a.read-more {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Hind' , sans-serif;
	position: relative;
}

section.prac-side-img img {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin-left: 0;
}

.sidebar section {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 6px 0 0px 17px;
	position: relative;
}

.sidebar section ul li::before {
	position: absolute;
	color: #621924;
	content: "\f04b";
	top: 11px;
	left: 2px;
	font-size: 9px;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul li a {
	color: #4A4541;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #621924;
	text-decoration: none;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.search-form {
	display: flex;
	position: relative;
}

.search-form button {
	margin-left: 10px;
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
	border-radius: 0;
	background: #B8936F;
}

.search-form button:hover, .search-form button:focus {
 
	background: #621924;
}



#heading-anchors {
	display: none;
}

#heading-anchors-source h2 {
	position: relative;
}

#heading-anchors-source h2 span {
	top: -150px;
}
.attr-main.attorney-bio-main-a .row {
	max-width: 1000px;
}
section.sidebar-block h2 a {
	color: #fff;
	text-decoration: navajowhite;
	font-weight: 400;
}
.sidebar section.result-sidebar-block li {
	display: inline-block;
	padding: 0;
}
.side-post-title {
	font-size: 16px;
	font-family: 'Prata', serif !important;
	text-transform: none;
	color: #4a4541;
	font-weight: normal;
	line-height: 28px;
}
.side-post-title {
	font-size: 16px;
	font-family: 'Prata', serif !important;
	text-transform: none;
	color: #4a4541;
	font-weight: normal;
	line-height: 28px;
	margin: 3px 0;
}

.blogDt {
	color: #B8936F;
	font-weight: 500;
	margin-bottom: 10px;
}
.result-side-cont {
	background: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.result-side-cont .result-title-side {
	font-size: 28px;
}

.posts-slider-single h3 {
	font-size: 38px;
	margin-bottom: 5px;
	font-family: 'Prata', serif !important;
	margin-top: 0;
	font-weight: normal;
}
.posts-slider-single p {
	margin-bottom: 10px;
}
.result-side-cont .button.result-side {
	margin-top: 20px;
	padding: 10px 10px 7px 10px;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}
.sidebar section {
	margin-bottom: 40px;
}

.blog-post-side .side-more {
	font-size: 15px;
	text-decoration: none !important;
}
.side-more .fa.fa-caret-right {
	color: #B8936F;
}
.sidebar-inner {
	padding: 0 10px;
}

.blog-post-side {
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
}
	.blog-post-side .side-more {
	font-size: 15px;
}

.posts-slider-single h3 strong {
	font-weight: normal;
	font-size: 29px;
}

.sidebar section.result-sidebar-block li::before {
	display: none;
}

.sidebar section.result-sidebar-block .slick-dots {
	text-align: center;
	padding-right: 15px;
}

.page-title-side {
	position: relative;
}

section.sidebar-block h2 {
	color: #4c4c4c;
	font-size: 30px;
	font-weight: 400;
	padding-left: 0;
	position: relative;
}
.result-sidebar-block {
	background: #fff;
	padding: 45px;
	position: relative;
	z-index: 0;
	margin-top: -15px;
}
.page-title-side {
	font-size: 24px;
	padding-left: 20px;
	position: relative;
}


.result-sidebar-block::before {
	content: "";
	background: #ebe3d7;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

@media screen and (min-width: 768px) {
	main {
		padding: 60px 0 40px 0;
	}
	
.attr-main.attorney-bio-main-a {
	padding: 137px 0 00px 0;
	display: flex;
}

	.content {
		padding-right: 95px;
		width: 70%;
		margin-bottom: 0;
	}
	


.attr-main.attorney-bio-main-a .content.columns {
	width: 55%;
	padding-right: 35px;
	padding-bottom: 50px;
}
.attr-main.attorney-bio-main-a .sidebar {
	width: 45%;
	float: right;
	clear: none;
	padding-left: 15px;
	position: relative;
	/* display: flex; */
	/* flex-wrap: wrap-reverse; */
	height: 100%;
}
.attr-sidebar-block {
	padding: 15px 05px 0px 65px;
	margin-bottom: 0 !important;
}

.attr-main.attorney-bio-main-a .sidebar::after {
	content: "";
	background: #f1f1ef;
	position: absolute;
	height: 100%;
	width: 200%;
	left: 15px;
	top: 0;
	z-index:-1;
}
	.content.full-width {
		width: 100%;
		padding-right: 15px;
	}

	.sidebar {
		width: 30%;
		float: right;
		clear: none;
		padding-left: 0; position:relative
	}

	#heading-anchors {
		display: block;
	}
}

.sidebar::before {
	content: "";
	background: #999999;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -47px;
}


/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
	margin-bottom: 80px;
	padding-bottom: 0;
	/* border-bottom: 2px solid #0F8577; */
}

.post:last-child {
	border: none;
	padding-bottom: 0;
}

.post-head h1, .post-head h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	line-height: 32px;
}
.blog-title-right {
	padding: 0;
}

.post-head h1 a, .post-head h2 a {
	color: #4a4541;
	font-weight: 300;
}


.post.blog-post::before {
	content: "";
	background: #ff7f81;
	position: absolute;
	left: 89px;
	height: 100%;
	width: 2px;
	display:none;
	 
}
.post  {
	position: relative;
	/* overflow: visible; */
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 50px;
	padding-bottom: 30px;
}

.post-head h1 a:hover,
.post-head h2 a:hover {
 color: #621924;
 text-decoration:none;
}
.blog-dt-left {
	text-align: center;
	color: #B8936F;
	padding-right: 25px;
	line-height: 17px;
	padding-top: .0;
	font-weight: 600;
}

.blog-dt-left strong {
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	color: #4a4541;
}
.post-head-info {
	font-weight: 400;
}


.post-head,
.post-body {
	margin-bottom: 0;
}

.post-head.blog-head {
	display: inline-block;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.post-body {
	display: block;
}

.single-post .post-body {
	display: block;
}

.post-head-info {
	line-height: 1.3;
	margin: 10px 0;
}

.post-head-info span, .post-head-info a {
	font-size: 0.8rem;
	font-weight: 400;
	color: #B8936F;
	text-decoration: none;
	text-transform: uppercase;
}
.post-bottom .button {
	background: transparent;
	color: #B8936F;
	padding: 0;
}
.post-bottom .button:hover, .post-bottom .button:focus {
	background: transparent;
	color: #621924;
	padding: 0;
}


.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: #621924;
}
.post-head-category strong {
	font-weight: 400;
}
.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;
	display:none;
}

.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;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-top: 30px;
}
.post-bottom-share .small-margin-right {
	color: #621924;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Hind', sans-serif !important;
	letter-spacing: 1px;
	margin-right: 0;
	text-transform: uppercase;
}
.post.blog-post .post-head.blog-head {
	border: none;
}


.post-bottom-share .small-margin-right:hover {
	color: #621924;
	text-decoration:none !important;
	 
}
.post-bottom-share .small-margin-right i {
color: #621924;
}
.post-bottom-share i {
	font-size: 15px;
}

.blog-button {
	color: #4a4541;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Hind', sans-serif !important;
	letter-spacing: 1px;
	border: 3px solid #4a4541;
	padding: 10px 15px;
	border-radius: 5px;
	text-decoration: none;
}

.blog-button:hover {
	color: #621924;	text-decoration:none;
	 
}
.blog-button i {
color: #621924;
}


.post-bottom-share {
	color: #621924;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.post-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.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 {
	padding: 0 0 0 5px;
	font-size: 19px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: 400;
    text-decoration: none;
    border-radius: 0%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    display: block;
    /* background: #14172F; */
    color: #4a4541;
    margin-right: 10px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #4a4541;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #621924;
	color: #fff;
}

.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: #621924;*/
	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: #621924;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */
.attorney-banner-name h1 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 10px;
}

.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>p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: #fff;
}

/* TEMPLATES > Attorney Banner Template A */
.single-attorneys-template-a .attorney-banner-right {
	background-color: #B8936F;
	position: relative;
}

.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: 25px;
	letter-spacing: 1px;
}

.single-attorneys-template-a .attorney-banner-info i {
	color: #4a4541;
	width: 30px;
}

/* 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;
}
.sidebar-block.other h2 a {
	color: #B8936F;
	font-size: 22px;
}
.sidebar-block.other h2 {
	line-height: 25px;
}

.sidebar-block.other p {
	color: #fff;
}

@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-name h1 {
		font-size: 2.8rem;
	}

	.attorney-banner-left img {
		max-width: 350px;
		width: auto;
	}

.attorney-banner-right {
	min-width: 50%;
	margin-left: 40px;
	text-align: left;
	margin-bottom: 0;
}

	.single-attorneys .banner {
		height: auto;
		padding:155px 0 30px;
	}

.single-attorneys .banner-inner {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	align-items: center;
}

	.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: #14172F !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-large-info a,
.attorney-banner-large-info p {
	color: #fff;
}

.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: 40px;
	height: 40px;
	margin-right: 12px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: #14172F;
}

.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;
}

@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;
}

.home-slider {
	position: absolute;
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 500px;
}
.home-tagline-row {
	position: absolute;
	bottom: inherit;
	width: 100%;
	text-align: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.hp-tagline2.tag.tagline a {
	color: #B8936F !important;
}
.hp-tagline2.tag.tagline .typewrite {
	color: #B8936F !important;
	font-family: 'Prata', serif !important;
	position:absolute;
	padding-left:10px;
}


.button.mobile-attr-btn {
	display: none;
}
.typewrite-br {
	display: none;
}

.home-tagline-sec {
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	 
}
.home-tagline-sec .hp-cta {
	color: #fff;
	padding-bottom: 8px !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
}
 
.scroll-down .scroll-down-link {
	font-weight: 300;
	font-size: 14px;
	color: #B8936F;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.home-tagline-sec .hp-cta::before {
	content: "";
	position: absolute;
	background: #fff;
	height: 1px;
	width: 98%;
	bottom: 0;
}

.home-tagline-sec .hp-cta:hover {
	color: #621924;
 
}

.home-tagline-sec .hp-cta:hover:before {
	background: #621924;
 
}



.home-tagline-sec img {
	max-width: 100px;
}

.hp-tagline1 {
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	font-size: 34px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}

.hp-tagline2 {
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 19px;
	line-height: 57px;
	letter-spacing: 0;
	text-align:left;
	margin-left:-20px;
}

.hp-tagline3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 23px;
	font-weight: normal;
	text-transform: none;
}
.hp-tagline2 strong {
	color: #B8936F;
}

.home-tagline2 .hp-tagline1,  .home-tagline2 .hp-tagline2  {
	color:#B8936F;

}
 
.home-tagline4 .hp-tagline1,  .home-tagline4 .hp-tagline2  {
	color:#B8936F;

}

.hp-cta a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: ;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}

.hp-cta a:hover {
	background:#fe0000;
	border-color:#fe0000;
	
 
}
.row.hp-row-news-sec {
	max-width: 850px;
	margin-top: 40px;
}

.hp-news-box {
	background: rgba(9,34,60,0.8);
	padding: 15px 15px;
	min-height: 112px;
}

.hp-news-box a:hover{
	color:#e6080b;
}

.home-slider-single {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 60%;
	background-position: center;
}

.home-slider .slick-dots li button:before {
	color: #fff;
}

.home-hero-form-container {
	display: none;
}
.hp-left-col {
	padding-right: 0;
}
.home-hero .slick-dots {
	z-index: 1;
}

.hp-news-box .hp-title {
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.hp-text {
	color: #fff;
	font-size: 14px;
	text-align:left;
}

p.cat-slider-text {
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}


@media screen and (min-width: 1025px) {

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
	}

	.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;
	}
}

/* CONTENT > Attorneys Landing */
.page-template-template-attorneys main {
	background: #fff;
	padding-top: 80px;
}
.page-template-template-attorneys main h1.text-center {
	font-weight: 700;
	font-size: ;
	font-size: 40px;
}


.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}

.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;
	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;
	background-color:rgba(184, 147, 111, 0.8);
	position: absolute;
	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;
}

.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: rgba(98, 25, 36, 0.8);
}

.attorney-result-single h2 {
	font-size: 1.3rem;
}

.attorney-result-info p {
	font-size: 0.9rem;
}
.page-template-template-attorneys main .content.full-width.columns {
	padding-bottom: 40px;
}


@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;
	justify-content: center;
}

	.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: 32%;
		margin-right: 1%;
	}

	.attorney-results .attorney-result-single:nth-child(2n + 1) {
		margin-right: 1%;
	}

.attorney-results .attorney-result-single:nth-child(3n+3) {
	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: 60px 0;
}

.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;
	}
}


/* 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 {
	width: 48%;
	height: 150px;
	margin: 0 0 20px;
	padding: 0 25px;
	background: #ECE4D8;
	margin-bottom: 30px !important;
	color: #621924 !important;
	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;
	font-weight: 500;
	font-family: 'Prata', serif;
	text-decoration: none !important;
	line-height: normal;
}


.practice-box:hover,
.practice-box:focus {
	background: #4a4541;
}

.practice-box 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:focus span,
.practice-box:hover span {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.practice-box {
		width: 23%;
		margin: 1%;
	}
}

/* TEMPLATES > Contact A */
.page-template-template-contact-a main {
	background-image: url(images/hero_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-a main {
		height: 100vh;
		padding: 0;
	}

	.contact-full-inner {
		padding: 40px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		height: 100vh;
		padding-top: 100px;
	}
}

@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: 160px 0 100px;
	}
}

/* TEMPLATES > Contact B */
.office-block {
	margin-bottom: 30px;
}

.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;
}

.content-tab-activate:last-of-type {
	margin-right: 0;
}

.content-tab-activate.active {
	background: #14172F;
	pointer-events: 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 > Breadcrumbs */
.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

/* FEATURES > Accordion */


.practice-box-side {
	background: #c1cdd9;
	padding: 20px 15px 20px 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #4a4541;
	font-family: 'Hind',sans-serif;
}
.accordion-item.prac-acc-item.practice-box-side .accordion-item-title.interact.prac-acc {
	padding: 0;
	background: transparent;
}
.practice-box-side:hover, .practice-box-side:focus {
	color: #FF0000;
}
.accordion-item.prac-acc-item.practice-box-side .accordion-item-title.interact.prac-acc .acc-box-link {
	color: #4a4541;
}
.accordion-item.prac-acc-item.practice-box-side .accordion-item-title.interact.prac-acc .acc-box-link:hover,
.accordion-item.prac-acc-item.practice-box-side .accordion-item-title.interact.prac-acc .acc-box-link:focus  {
	color: #FF0000;
}

.accordion-item-title.interact.prac-acc::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 17px;
	text-align: center;
	color: #FF0000;
} 

.accordion-item-title.active.interact.prac-acc::after {
	content: "\f068";
 
} 
.accordion-item-content.prac-acc-cont.practice-box-side {
	padding: 0;
}

.accordion-item-content.prac-acc-cont.practice-box-side .prac-link {
	padding-bottom: 0;
}
.accordion-item-content.prac-acc-cont.practice-box-side .prac-side-ul {
	margin: 5px 0;
}

.accordion-item-content.prac-acc-cont.practice-box-side .prac-side-li {
	padding-left: 27px;
}
.accordion-item-content.prac-acc-cont.practice-box-side .prac-link {
	padding-bottom: 0;
	font-size: 19px;
}

.accordion-item-content.prac-acc-cont.practice-box-side .prac-side-li::before {
	position: absolute;
	color: #B8936F;
	content: "\f45c";
	font-family: 'Font Awesome 5 Pro';
	color: #621924;
 
	top: 12px;
	left: 4px;
}

.accordion-item {
	border-top: 2px solid #ECE4D8;
	 
}

.accordion-item.prac-acc-item.practice-box-side {
	border: none;
}
.accordion-item.prac-acc-item.practice-box-side h2 {
	margin-bottom: 0;
}

.accordion-item-title {
	padding: 20px 0px;
	font-size: 19px;
	margin: 0;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	color: #4c4c4c;
	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;
	background: transparent;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
}
  .accordion-item.active .accordion-item-title.interact {
	color: #4c4c4c;
	font-weight: 600 !important;
}


.accordion-item:last-child {
	border-bottom: 2px solid #ECE4D8;
 
}


.accordion-item-title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Pro';
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 15px;
	text-align: center;
	color: #B8936F;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
 color: #621924; 
}

.accordion-item.active .accordion-item-title::after {
	content: "\f068";
}

.accordion-item-content {
	display: none;
}

.accordion-item-content p {
	font-size: 0.9rem;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content>*:first-child {
	margin-top: 0;
}

.accordion-item-content>*:last-child {
	margin-bottom: 35px;
}

span.ac_title_class {
    font-weight: 300!important;
    font-family: 'Hind', sans-serif !important;
    font-size: 20px!important;
	color:#2c4d87;padding-top: 25px!important;padding-bottom: 25px!important;
}

.wpsm_panel-title .ac_open_cl_icon{margin-top: 8px!important;}

.wpsm_panel-body p {
    font-family: 'Hind' , sans-serif;
    font-size: 15px;color:#2c4d87;
}

h2.faq-title {
    padding-top: 40px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 14%;
	border-left: 0px solid #14172F;
}

blockquote p,
.quote-single p {
	font-weight: 500;
    font-size: 20px;
	font-family: 'Prata', serif;
}

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.1rem;
	opacity: 1.0;
	color: #621924;
	font-style: normal;
}
blockquote:after,
.quote-single:after {
	content: "\f10e";
	font-family: 'Font Awesome 5 Pro';
	top: 1%;
	left: 3%;
	font-size: 2.1rem;
	opacity: 1.0;
	color: #621924;
	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: #621924;
	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: #14172F;
}

@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: #621924;
	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;
	float:left;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.1rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	}

.social-links a:hover,
.social-links a:focus {
	color: #621924;
}

/* FEATURES > Case Results */

.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: 70px 0;
}
.module.module-blog-a {
	padding-bottom: 50px;
    background: #fff;
}
 
.module-blog-b-inner-bottom {
	text-align: center;
}
.module.module-blog-a.hp-section-news {
	background: #e7e3d7;
}
.module.module-blog-a.hp-section-news .module-blog-a-inner-bottom {
	background: transparent;
}

.module.module-badges-a {
	background: #fff;
	padding-top: 0;
	margin-top: 25px;
	padding-bottom: 0;
}
.module.module-badges-a .row {
	max-width: 1920px;
}

.module-dark {
	background: #14172F;
}
.module.module-intro-a.hp-intro-third {
	background: #f1f1ef;
	margin-top: -5px;
}
.module-badges-a-buttons {
	margin: 0 !important;
}

h2.module-title {
	margin-bottom: 45px;
	text-align:left;
	font-weight:300;
}

.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;
	}
}


.page-template-template-practices .content.columns hr.pa {
	background: #adbec6;
	height: 3px;
	width: 100%;
}

.module-blog-a-single {
	vertical-align: top !important;
}

.content.columns .results-single {
	background: #fff;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 23px;
}

.content.columns .results-single .result-cont .res-title {
	font-size: 25px;
	color: #B8936F;
}
.content.columns .results-single .result-cont .res-title {
	font-size: 35px;
	color: #B8936F;
	font-weight: normal;
	font-family: 'Prata', serif;
}
.content.columns .results-single .result-cont .res-title strong {
	font-size: 25px;
}

.content.columns .results-single .result-cont .text-res {
	font-weight: 600;
	font-size: 20px;
}


.hp-tagline3.tagltagline.mobile {
	display: none;
}


.scrolled .module-header-a {
	background: #4a4541;
	padding: 0px 25px 0px 0;
	z-index: 99;
}
.page-title-side a {
	text-decoration: none;
}
.page-title-side a {
	text-decoration: none;
	color: #4c4c4c;
}

.module-badges-a-single img {
	max-width: 190px;
}



@media only screen and (min-width:280px) and (max-width:767px) {
	
body.home {
	background-color: transparent;
	margin: 0;
}

.header.header-mobile {
	background: #4a4541;
	padding: 0 0;
}
 .header-logo {
	padding-left: 15px;
	display: inline-block;
	padding: 0;
}
.header-logo {
	padding: 0;
}
#open-mobile-menu {
	background: transparent;
	float: left;
	margin: 0px 15px 0px 0;
	/* padding: 12px 3px; */
	height:90px;
	background-image: url(images/menu-bg.jpg);
	width: 65px;
	background-position: center;
}


.fa-bars::before {
	background-image: url(images/menuicon-bg-mobile.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: center top;
	color: transparent !important;
	display: inline-block;
	background-size: 20px !important;
}



.header-logo img {
	max-width: 250px;
	height: auto;
	padding-left: 0;
	margin-top: 24px;
}

.header-mobile-upper {
	padding-top: 0;
}
.home-hero {
	position: relative;
	margin-top: 80px;
}

 
.home-tagline-sec img {
	max-width: 80px;
}
.hp-tagline1 {
	 
	letter-spacing: 4px;
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 0px;
}
.hp-tagline2 {
	font-size: 39px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 70px;
	letter-spacing: 0;
	display: block;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	position:relative;
}
.hp-tagline2 .typewrite {
	font-size: 60px;
}
 
.hp-tagline2 .typewrite {
	font-size: 60px;
	text-decoration: none !important;
}

.hp-tagline3 {
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 10px;
	font-family: 'Prata', sans-serif !important;
}

.hp-red-line-active {
	background: #fff;
	height: 2px;
	-webkit-animation: expand2 2s;
	width: 20px;
	position: absolute;
	margin-left: -31px;
	margin-top: 8px;
}
.hp-red-line-right-active {
	background: #fff;
	height: 2px;
	width: 20px;
	position: absolute;
	margin-left: 39px;
	margin-top: -8px;
}


.row.hp-row-news-sec {
	max-width: 850px;
	margin-top: 40px;
}
.hp-left-col {
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.hp-news-box {
	padding: 10px 15px;
	min-height: initial;
}

.columns.large-6.medium-6.small-12.hp-right-col {
	padding: 00px 30px 00px 30px;
}
.home-slider, .home-slider-single {
	height: 470px;
}
.home-hero .slick-dots {
	display: block !important;
	text-align: right;
	width: 47px;
	margin-right: 0;
	bottom: 25%;
}

 
.home-tagline-sec {
	max-width: 950px;
	margin: 0 auto;
	padding: 15px 30px;
}
 

.row.hp-row-mouse-line {
	display: none;
}
.hp-tagline2 .typewrite {
	font-size: 39px;
	text-decoration: none !important;
	position:relative!important;
	
}
.module.module-intro-a.section-first {
	padding: 40px 0 00px 0;
	overflow: hidden;
}

.refercase-left-main h1 {
	color: rgba(143,143,143,0.3);
	font-size: 217px;
	position: absolute;
	top: 0px;
	z-index: -1;
	left: 0;
	opacity: 0.3;
}
.refercase-left-main h2 {
	color: #4c4c4c;
	font-size: 35px;
	line-height: 46px;
	padding-left: 0;
	text-align: center;
	margin-bottom: 0;
}

.module-results-a-inner::before {

	display: none;
}
.refercase-left-main {
	padding: 23px;
	text-align: center;
	padding-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
}
.module-results-a-inner {
	position: relative;
	padding-top: 0;
	text-align: center;
	padding-bottom: 60px;
}

.module.module-intro-a.section-third.what-we-do {
  
	padding-top: 0;
}
.columns.large-5.medium-5.small-12.what-we-do-left {
	padding: 0;
}

.what-we-do-left-inner {
	position: relative;
	z-index: 0;
}

.what-we-do-right-inner {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
.module.module-intro-a.section-third.what-we-do {
	background-repeat: no-repeat;
	background-size: 200% 720px;
	background-position: center 400px;
	padding-bottom: 25px;
}

.what-we-do-right-inner {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 50px;
	padding-bottom: 0;
}
.what-we-do-list-inner {
	position: relative;
	margin-left: 15px;
	background: #ebebeb;
	margin-right: 0;
	padding: 20px 40px;
	margin-top: 25px;
	padding-bottom: 100px;
	width: 100%;
	margin-left: 15px !important;
}
.what-we-do-list-inner li {
	width: 100%;
	display: inline-block;
	padding: 15px 37px;
	margin-bottom: 0;
	margin-top: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #333;
	height: auto;
	padding-bottom: 30px;
}
.what-we-do-btn-inner {
	margin: -80px 25px 30px 25px;
	text-align: center;
    float: right;
}

.los-angel-cta {
	font-family: 'Hind', sans-serif;
	font-size: 30px;
	color: #B8936F;
	font-weight: 600;
	margin-bottom: 25px;
}
.los-cta-list li .fa {
	color: #B8936F;
	padding: 0 10px;
	font-size: 23px;
}
.los-cta-list li {
	display: block;
	margin: 10px 0;
	position: relative;
}

.ctaTitle {
	font-size: 24px;
}
.los-cta-list li::after {
	display: none;
}
.jtfText {
	position: absolute;
	margin-top: -50px;
	margin-left: 15px;
	background-size: 92% auto;
	background-image: url(images/thejtf-text.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-position: 12px 16px;
	z-index: -1;
}
.our-team-right-inner {
	margin-left: 0;
	margin: 30px;
}
.columns.large-6.medium-6.small-12.our-team-right-col {
	background: #fff;
	/* padding-left: 23px; */
	padding-right: 0;
	position: relative;
	padding: 0;
}

.hr-active {
	display: none;
}
.testimonial-left-inner {
	padding: 100px 0px 25px 0px;
	text-align: center;
	position: relative;
	margin-top: 25px;
	z-index: 0;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.vidRightTitle {
	font-weight: bold;
	margin: 0;
	text-align: center;
}
.vidRightTitle2 {
	font-weight: 500;
	text-align: center;
}
.video-right-inner {
	padding: 45px 0 25px 0;
	position: relative;
}

.video-text iframe {
	width: 100%;
	height: 200px;
}
.footer .footer-right .footer-inner {
	padding-top: 10px;
	text-align: center;
}
.footer-address-section {
	padding-bottom: 20px;
}

.module.module-intro-a.our-team-section {
	padding-top: 30px;
	margin-top: 0;
}
.module.module-intro-a.los-cta {
	padding: 25px 0 30px 0;
}
.button.desktop-attr-btn {
	display: none;
}
.our-team-left-inner {
	text-align: center;
	margin-right: 0;
	padding-top: 70px;
}

.team-title {
	font-size: 45px;
	margin-bottom: 10px;
}

.our-team-right-col-inner {
	text-align: center;
	margin-bottom: 35px;
}
.button.mobile-attr-btn {
	display: inline-block;
	margin: 0 auto;
}
.module.module-intro-a.our-team-section .row {
	max-width: 1100px;
	text-align: center;
}
.slider-testimonial-single p {
	font-weight: 500;
	font-size: 22px;
}


.what-we-do-list-inner li a {
	font-family: 'Prata', serif;
	text-decoration: none;
	vertical-align: top;
	font-size: 25px;
	color: #4c4c4c;
	line-height: 1.4;
	font-weight: 400;
}

.mob-result {
	text-align: center;
}
.mob-result li {
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	display: inline-block;
	padding: 25px;
	text-align: center;
	margin-top: 21px;
	width: 95%;
}
.results-slider-single h3 {
	font-weight: 700;
	color: #B8936F;
	margin-bottom: 0;
	font-family: 'Prata', serif !important;
	font-size: 43px;
}

.module-badges-a-buttons .slick-arrow {
	top: 33% !important;
	color: #3a5f7c !important;
}
.module {
	padding: 40px 0;
}
	
	p.cat-slider-text{display:none;}

.module.module-intro-a.hp-intro-third .columns, .module.module-intro-a.hp-intro-third .column {
	float: left;
	padding: 0 30px;
}
.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-left-col {
	padding-left: 0;
	padding-right: 0;
}

.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-right-col {
	padding-right: 0;
	padding-left: 0;
}
.mouse-line.third-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}


.columns.large-2.medium-2.small-12.hp-third-right-col-3 {
	padding: 0;
}
.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	margin-left: 0;
	margin-right: 0;
	max-width: 930px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 45px;
	overflow: hidden;
	padding-top: 0;
}

.columns.large-7.medium-6.small-12.hp-fourth-right-2 {
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 20px;
}
.vline-active {
	background: #fe0000;
	height: 100%;
	-webkit-animation: expand 3s;
	width: 2px;
	position: absolute;
	margin-left: 0;
	margin-top: -127px;
	right: 25px;
}

.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	overflow: visible;
	margin-bottom: 10px;
 
}
 
.hp-btn {
	border: 0 !important;
	z-index: 9;
	position: relative;
	/* background: #f1f1ef; */
	border-left: 15px solid #f1f1ef !important;
}


.columns.large-2.medium-2.small-12.hp-third-right-col-3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 52%;
	background: #b5bcc4;
	left: 0;
	margin-top: 21px;
	z-index: 0;
}
	
.module.module-blog-a .columns, .module.module-blog-a .column {
	float: left;
	padding: 0 30px;
}

.module-blog-a-single {
	margin-bottom: 30px !important;
	border-bottom: 2px solid #c4d4e1;
	padding-bottom: 20px;
 
}

.module-blog-a-single a.read-more {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
 
	color: #5a809e;
	position: relative;
	bottom: 0;
	padding-bottom: 0;
}


.module-blog-a-inner-bottom {
	padding-right: 0!important;
	margin-top: 10px !important;
}

button, .button {
	padding: 10px 22px;
 
}

.module.module-blog-a.hp-section-news .module-blog-a-single.news-single-blog {
	border-color: #c0c4c3;
}

h2.module-title {
	margin-bottom: 25px;
	text-align: left;
}

.columns.large-4.medium-4.small-12.footer-middle-col::before {
	display: none;
}
.columns.large-4.medium-4.small-12.footer-middle-col::after {
	display: none;
}

.footer-upper .columns.large-4.medium-4.small-12 {
	padding: 0 15px;
}

.module-footer-a .footer-lower, .module-footer-a .footer-lower a {
	color: #5a809e;
	font-size: 12px !important;
	/* display: flex; */
	/* justify-content: center; */
	display: inline-block;
	padding: 0 0px !important;
	text-align: center;
}
.menu-footer-navigation-container {
	display: inline;
	width: auto;
	/* float: left; */
}
#menu-footer-navigation {
	display: inline;
	width: auto;
	/* padding-left: 5px; */
	margin-bottom: 0;
}

.footer {
	padding: 30px 0;
	text-align: center;
}

.footer-upper p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
}

 #close-main-menu {
	position: fixed;
 
}

#main-navigation.active {
	left: 0;
	opacity: 1;
	overflow-y:scroll
}

#close-main-menu {
	top: 18px;
	right: 60px;
}

#main-navigation {
	z-index: 99999;
	position: fixed;
	background: #B8936F;
	opacity: 0;
	padding: 11px 0 15px 0;
}

#main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
#main-navigation .menu-item.active > .sub-menu {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 0;
}

#header-search-open {
	display: none;
}

.menutext {
	display: none;
}
.search-open #header-search {
	z-index: 99999999;
}

.scrolled .header.header-mobile {
	background: #4a4541 !important;
	position: fixed;
	z-index: 9999;
}
.fa-bars::before {
	background-size: 18px;
}

.banner-title {
	font-size: 30px !important;
	margin-top: 0;
	padding-left: 25px;
}
.banner-title::after {
	content: "";
	background: #B8936F;
	height: 100%;
	width: 10px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.banner {
	height: 200px;
	margin-top: 89px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-position-x: 50%;
	background-position-x: 50%;
	background-position: center top !important;
}
 
.fas.fa-bars {
	font-size: 25px;
	display: none;
}
main {
	padding: 30px 0;
 
}
.content {
	padding-right: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
}

.sidebar {
	padding: 0 30px;
}
.practice-box-side {
	background: #c1cdd9;
	padding: 15px 15px 15px 20px;
	line-height: normal;	font-size: 18px;
}
.sidebar section.prac-side {
	margin-bottom: 0;
}

section.prac-case-side {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
section.prac-news-side {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar section.prac-side-img {
	margin-bottom: 10px;
}

section.prac-case-side {
	padding: 20px !important;
}
section.prac-news-side {
	padding: 20px;
}

.single-attorneys .header.header-mobile {
	padding-bottom: 0;
}
.scrolled.single-attorneys .header.header-mobile {
	padding-bottom: 0;
}

.row.attr-info-row {
	padding-top: 10px;
	text-align: center;
}

.attr-main.attorney-bio-main-a .row h1 {
	font-weight: 500;
	font-size: 35px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0;
	margin-left: 0;
}

.attr-info {
	display: flex;
	padding: 15px 0;
	margin-top: 22px;
	position: relative;
	padding-bottom: 45px;
	justify-content: center;
}
#attorney-sidebar {
	background: none;
	padding-top: 40px;
	padding-bottom: 0;
}
.attr-sidebar-block:last-child {
	margin-bottom: 0 !important;
}
#attorney-sidebar::after {
	background: #f1f1ef;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 20%;
	bottom: 14px;
	z-index: -1;
}
.sidebar section ul li ul {
	padding-left: 0;
	margin: 0;
	margin-left: -13px;
	margin-top: 6px;
}
.content.columns.single-attr-content {
	padding-bottom: 30px;
}

.attr-main.attorney-bio-main-a {
	padding-bottom: 0;
}
.row.attr-img-row.show-for-small-only {
	margin-top: 100px;
	position: relative;
	z-index: 999;
}

.large-2.medium-2.small-12.column.blog-dt-left {
	width: 25%;
	padding: 0 15px;
	text-align: center;
	padding-left: 0;
	font-size: 15px;
}
.blog-dt-left strong {
	font-weight: 500;
	font-size: 26px;
 
}
.post-head h1, .post-head h2 {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	line-height: 28px;
}

.post {
	margin-bottom: 40px;

}
.wp-pagenavi {
	padding: 0 0 0 0;
	font-size: 19px;
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #621924;
	width: 73px;
	min-width: 21px;
	/* height: 25px; */
}
.wp-pagenavi a, .wp-pagenavi span {
	font-weight: 400;
	text-decoration: none;
	border-radius: 0%;
	width: 35px;
	height: 29px;
	line-height: 31px;
	text-align: center;
	margin: 0;
	display: block;
	/* background: #14172F; */
	color: #4a4541;
	margin-right: 10px;
}

.select-wrapper {
	position: relative;
	width: 100%;
	 
 
}
.select-wrapper select {
	color: #4c4c4c;
	font-weight: 500;
	border: 1px solid #ECE4D8;
}
.sidebar.columns section:last-child {
	margin-bottom: 20px;
}



.large-10.medium-10.small-12.column.blog-title-right {
	width: 75%;
}
.post.blog-post::before {
	left: 60px;
 
}
.row.cont-row-sec .columns.small-5 {
	width: 100%;
}
.row.cont-row-sec .columns.small-7.cont-map {
	width: 100%;
}

 .footer-upper {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.module-footer-a .footer-lower, .module-footer-a .footer-lower a {
	color: #5a809e;
	font-size: 13px !important;
 
}
.footer-lower {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.attr-info::after {
	content: "";
	position: absolute;
	background: red;
	height: 3px;
	width: 670px;
	/* top: 0; */
	margin-top: 65px;
	 left: inherit;  
}
#slick-slide03 .home-slider-single {
	background-position-x: 80% !important;
}
.section-first-right::before {
	display: none;
}
 
.section-first .module-intro-content.row-narrow {
	padding: 00 35px;
	max-width: 1100px;
	text-align: left;
}
.columns.large-4.medium-4.small-12.section-first-left {
	text-align: left;
	padding: 0;
}
.section-first-inner h3 {
	margin-bottom: 14px;
	letter-spacing: 5px;
}
.section-first-inner h1 {
	font-size: 50px;
	line-height: 50px;
}
.columns.large-8.medium-8.small-12.section-first-right {
	padding-left: 0;
	position: relative;
	padding-right: 0;
}
.home-pa-wrap {
	width: 100%; 
}
.pa-grid {
	padding: 0 25px;
}

.home-pa .caption-content {
	position: relative;
	overflow: visible;
	height: auto;
	padding: 15px 25px 35px 25px;
}
.home-pa {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	transition: width 0.3s, height 0.3s;
	border-radius: 10px;
}
.home-pa-wrap {
	height: auto;
}
.home-pa {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	transition: width 0.3s, height 0.3s;
	border-radius: 10px;
	padding-bottom: 40px;
}
.home-pa .caption-content .short-content p {
	min-height: inherit;
}


.home-pa .caption-content h4 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: none;
	position: relative;
	margin-top: 35px;
	font-weight: normal;
	margin-bottom: 0;
	/* min-height: 68px; */
}

.home-pa-wrap {
	height: auto;
 
}
.home-pa .caption-content p {
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding-top: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	line-height: 26px;
	margin-bottom: 20px;
}
.home-pa {
	height: auto;
 
}
.home-pa .caption-content a.caption-btn {
	font-size: 17px;
 
}




.home-pa .caption-content a.caption-btn::after {
	height: 1px;
	opacity: 1;
}
.home-pa {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	transition: width 0.3s, height 0.3s;
	border-radius: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.module-intro-content.section-first-box  {
	padding-bottom: 0;
}

.module.module-intro-a.section-first {
	padding-bottom: 0;
}

.map-img {
	position: relative;
	left: 0;
	width: 119%;
	z-index: 0;
	max-width: 375px;
}

.loc-marker.alabama-marker {
	margin-top: 65px;
	position: absolute;
	margin-left: 87px;
}

.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 85px;
	margin-left: 70px;
}

.map-inner {
	margin-top: -36px;
	padding-left: 30px;
	text-align: center;
	padding-right: 30px;
}
.practice-left .practice-inner {
	margin-top: -55px;
}

.map-inner .button.home-btn {
	background: transparent;
	color: #4a4541;
	border: 3px solid #4a4541;
	border-radius: 6px;
	margin-right: 15px;
	min-width: 205px;
	width: 100%;
	max-width: 375px;
	margin: 10px 0;
	padding: 15px !important;
}

.practice-left-box.desktop {
	display: none;
}
.practice-inner img {
	width: 100%;
	left: 0;
	position: relative;
}
.columns.large-6.medium-6.small-12.practice-left {
	padding: 0;
}

.practice-right .practice-inner {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
}
.practice-left-box.mobile {
	display: inline-block;
	margin: 0 auto !important;
	width: 90%;
	float: none;
	clear: none;
}

.columns.large-6.medium-6.small-12.practice-right {
	text-align: center;
}

.practice-right .practice-inner {
	position: relative;
	padding-bottom: 300px;
}

.practice-left-box.mobile {
	display: inline-block;
	margin: 0 auto !important;
	width: 90%;
	float: none;
	clear: none;
	margin-top: -250px !important;
}

.practice-left-box-inner {
	padding: 40px 25px 20px 25px;
	border: 3px solid #B8936F;
	margin: 10px;
	border-radius: 10px;
}

.practice-left-box-inner h2 {
	color: #4a4541;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}
.practice-left-box-inner h3 {
	font-size: 16px;
}
.module.module-intro-a.section-fourth.practice-section {
	padding-top: 0;
	padding-bottom: 20px;
}

.practice-left-box.mobile {
	box-shadow: 0 0 15px #ccc;
}
.practice-right .practice-inner {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
}

.practice-right .practice-inner h1 {
	font-weight: 400;
	color: #fff;
	font-size: 42px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 42px;
}

.module-footer-a .footer-lower, .module-footer-a .footer-lower a {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: 400;
}

.footer-lower-nav {
	text-align: center !important;
	font-size: 13px;

	letter-spacing: 0 !important;
}
.menu-footer-navigation-2-container {
	display: block  !important;
}
.footer {
	padding: 30px 0 00px 0 !important;
	text-align: center;
}
	
	.social-links {
		float:none;
		    display: inline-flex;
	}
 
.columns.large-8.medium-8.small-12.footer-right {
	padding: 0;
}


.footer-inner {
	padding: 20px 5px;
}
.footer-upper-nav {
	text-align: center !important;
	padding: 15px 0 25px 0;
}

.practice-box {
	width: 100%;
	height: 90px; 
	line-height: 30px;
}

.sidebar-block.other h2 {
	line-height: 35px;
}
 
.content.columns h1 {
	line-height: 33px;
	/* font-size: 45px; */
}
.single-attorneys .banner {
	padding-top: 100px;
}
.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
	padding: 30px 30px;
}
.attorney-banner-info p, .attorney-banner-info a {
	color: #fff;
	line-height: 1.0;
	font-size: 1.1rem;
	font-weight: 600;
}
blockquote, .quote-single {
	margin: 0 0 20px;
	padding-top: 20px;
	padding-left: 24%;
	 
}
.attorney-banner-phone-fax, .attorney-banner-info p {
	margin-bottom: 15px;
	text-align: left;
}

.post.blog-post {
	display: inline-block;

}
.sidebar.columns {
	padding-top: 50px;
}

.home-pa:hover {
    height: auto !important;
 
}

.home-pa .caption-content {
	position: relative;
	overflow: visible;
	height: 100%;
}
.home-pa .caption-content .long-content {
    min-height: 800px;
}
 

.home-pa .caption-content .long-content {
    min-height: 800px;
}
 
 .home-pa .caption-content .long-content {
	display: none !important;
}

.home-pa .caption-content:hover .long-content{
	display: none !important;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}
.home-pa .caption-content:hover .short-content{
	display: inline-block  !important;
 
	
}
.home-pa .caption-content:hover .short-content {
    visibility: visible !important;
    height: 100% !important;
}
.hp-tagline3.tagltagline.desktop {
	display: none;
}


.hp-tagline3.tagltagline.mobile {
	display: inline-block;
	margin: 0;
	width: 100%;
}
 
.hp-tagline3.tagltagline.mobile .caption-btn {
	width: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Hind', sans-serif !important;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}
 
.refercase-right-inner .slick-dots {
	text-align: center;
	margin: -15px 0 45px 0;
}

.module-results-a-inner {
	position: relative;
	padding-top: 0;
}

#menu-footer-navigation {
	display: inline-block;
	width: auto;
	/* padding-left: 5px; */
	margin-bottom: 0;
}

.typewrite-br {
	display: block;
}
.module-intro-content.row-narrow {
	margin: 15px;
}

#menu-footer-navigation2 li::before {
	content: "|";
	margin: 0 12px 0 7px;
	font-size: 12px;
	vertical-align: top;
}
.footer-copyright-inner {
	color: #fff;
	font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	padding: 0 10px;
}

.footer-copyright-section {
	background: #37322e;
	padding: 30px 0 30px 0;
}
#main-navigation.active .menu-logo {
	width: 240px;
	margin: 0 auto;
	margin-left:15px;
}

.result-sidebar-block {
	background: #fff;
	padding: 25px;
	position: relative;
	z-index: 0;
	margin-top: -15px;
}

.result-side-cont {
	background: #fff;
	padding: 30px 15px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.result-side-cont .button.result-side {
	max-width: 320px;
}


 
.review-cont:last-child {
	margin-bottom: 15px;
}

.review-cont::after {
	height: 84%;
 
}
.banner-inner {
 
	padding-left: 15px;
	 
}
 
article.post {
	margin-bottom: 15px;
}
.blog .sidebar.columns {
	padding-top: 15px;
}

.blog .sidebar.columns .sidebar-inner {
	padding: 0;
}
.post-body-img {
	padding-bottom: 15px;
}
.post.blog-post .post-head.blog-head {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

article.post {
	margin-bottom: 25px;
	padding-top: 25px;
}
.blog.scrolled .sidebar-block {
	padding-top: 15px;
}
.post-template-default .sidebar.columns {
	padding-top:15px;
}
.post-template-default .sidebar.columns section {
	margin-bottom: 20px;
} 
.post-template-default .sidebar-inner {
	padding: 0 0;
}
.post-template-default .result-sidebar-block {
	margin-top: 20px;
}
.youtube-player {
 
	margin: 20px 0 20px;
}
.columns.small-12.address {
	padding: 0;
}


.columns.small-12.map {
	padding: 0;
}
.page-template-template-contact .main-content .sidebar-inner {
	padding: 0;
}

.post.blog-post .post-head.blog-head .blog-img-left {
	padding: 0;
}

.post.blog-post .post-head.blog-head .blog-img-left .post-body-img img {
	width: 100%;
	max-width: 380px;
}

.post.blog-post .post-head.blog-head .blog-text-right {
	padding: 5px 0 !important;
}
.sidebar-inner {
	padding: 0 0;
}
.module-badges-a-single img {
	max-width: 160px;
}
.module-badges-a-single img {
	margin: 0;
}
.module.module-testimonials-a {
	padding-top: 0;
}
.testimonial-left-inner.testimonial-inner .testi-title.test-client-title {
	font-size: 40px;
}

.testi-title.test-attr-title {
	font-size: 40px;
}

.module.module-video {
	padding-top: 60px;
	padding-bottom: 60px;
}

.watch-vid-right iframe {
	width: 100%;
	height: auto;
	max-width: 640px;
}
.vidTitle {
	font-size: 32px;
 
}

}

@media only screen and (min-width:280px) and (max-width:540px) {
.page-template-template-practices .content.columns a img.alignright {
	float: none;
	margin: 35px auto;
	display: block;
}	
}



@media only screen and (min-width:640px) and (max-width:767px) {
	
#header-search-open {
	display: inline-block;
}	
.menutext {
	display: inline-block;
	float: left;
	padding-right: 13px;
	color: #2c4a6e;
	font-family: 'Hind', sans-serif !important;
	font-weight: 400;
	line-height: 17px;
}

 
.map-img {
	margin: 0 auto;
}


#header-search-open {
	float: right;
	margin-top: 14px;
}

.fas.fa-bars {
	font-size: 17px;
}

.banner {
	height: 200px;
}
.row.attr-img-row.show-for-small-only {
	padding-bottom: 0;
	text-align: center;
}

.post.blog-post::before {
 
	left: 19%;
 
}

.wp-pagenavi span.current {
	color: #fff;
	background-color: #621924;
	width: 48px;
	min-width: 21px;
	/* height: 25px; */
}


.home-slider, .home-slider-single {
	height: 400px;
}
 
 .home-tagline-sec {
	max-width: 950px;
	margin: 0 auto;
	padding: 15px 30px;
	width: 85%;
}
 
.menutext {
	display: none;
}

.attorney-banner-phone-fax, .attorney-banner-info p {
	margin-bottom: 15px;
	text-align: center;
}
blockquote, .quote-single {
	margin: 0 0 20px;
	padding-top: 20px;
	padding-left: 18%;
}

.refercase-left-main h1 {
	color: rgba(143,143,143,0.3);
	font-size: 217px;
	position: absolute;
	top: 0px;
	z-index: -1;
	left: 0;
	opacity: 0.3;
	margin: 0 auto;
	width: 100%;
}

.refercase-left-main h2 {
	max-width: 400px;	 
}
.what-we-do-left-inner {
	text-align: center;
}

.module.module-intro-a.section-third.what-we-do {
	background-repeat: no-repeat;
	background-size: 200% 820px;
	background-position: center 500px;
	padding-bottom: 25px;
}
.our-team-left-inner {
	text-align: center;
	margin-right: 0;
	padding-top: 120px;
}

.video-text iframe {
	width: 100%;
	height: 300px;
}

.footer-logo {
	margin: 0 auto;
	display: inline-block;
}
.footer .footer-right .footer-inner .columns.large-4.medium-4.small-12 {
	width: 33%;
}
.footer .footer-right .footer-inner {
	padding-top: 10px;
	text-align: left;
}

.footer .footer-right .footer-inner h2 {
	color: #B8936F;
	font-size: 20px;
	margin-bottom: 10px;
}

.footer-inner {
	padding: 20px 5px 0px 5px;
	text-align: center;
}
.columns.large-6.medium-6.small-12.our-team-right-col {
	width: 46%;
	margin: 2%;
}

.blog .sidebar.columns {
	padding-top: 0;
}
.testimonial-left-inner {
	padding: 100px 0px 25px 0px;
	text-align: center;
	position: relative;
	margin-top: 25px;
	z-index: 0;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}



}





@media only screen and (min-width:767px) and (max-width:1024px) {
body.home {
	background-color: transparent;
	margin: 0;
}
.header.header-mobile {
	background:transparent !important;
	padding: 0 15px;
}
 .header-logo {
	padding-left: 15px;
	display: inline-block;
	padding: 0;
}
.header-logo {
	padding: 0;
}
#open-mobile-menu {
	background: #e6d4bc;
	float: right;
	margin: 15px 0 0px 0;
	/* display: none; */
	padding: 15px 15px;
}

.header-logo img {
	max-width: 350px;
	height: auto;
	/* width: 100%; */
	padding-left: 30px;
}
.header-mobile-upper {
	padding-top: 0;
}
.home-hero {
	position: relative;
	margin-top: 0;
}
#open-mobile-menu {
	background: transparent;
	float: left;
	margin: 0px 15px 0px 0;
	/* padding: 12px 3px; */
	height: 93px;
	background-image: url(images/menu-bg.jpg);
	width: 65px;
	background-position: center;
}
.home-tagline-sec {
	margin-top: 83px;
}

 
.home-tagline-sec img {
	max-width: 107px;
}
.hp-tagline1 {
	letter-spacing: 4px;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0px;
}
.hp-tagline2 {
	font-size: 62px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 78px;
	letter-spacing: 3px;
}
.hp-tagline3 {
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 22px;
}

.hp-red-line-active {
	background: #fff;
	height: 2px;
	-webkit-animation: expand2 2s;
	width: 20px;
	position: absolute;
	margin-left: -31px;
	margin-top: 8px;
}
.hp-red-line-right-active {
	background: #fff;
	height: 2px;
	width: 20px;
	position: absolute;
	margin-left: 13px;
	margin-top: 12px;
}


.row.hp-row-news-sec {
	max-width: 850px;
	margin-top: 40px;
}
.hp-left-col {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}
.hp-news-box {
	padding: 10px 15px;
	min-height: 125px;
}

.module-badges-a-buttons .slick-arrow {
	position: absolute;
	left: -15px;
	top: 25%;
}
#slider-badges-a-next {
	left: auto;
	right: -22px;
}
.columns.large-6.medium-6.small-12.hp-third-left-col {
	width: 100%;
}
.columns.large-6.medium-6.small-12.hp-third-right-col {
	width: 100%;
}

.mouse-line.third-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.columns.large-2.medium-2.small-12.hp-third-right-col-3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 87%;
	background: #b5bcc4;
	left: 34px;
	margin-top: 21px;
	z-index: 0;
}

.columns.large-5.medium-6.small-12.hp-fourth-left {
	width: 40%;
}
.columns.large-7.medium-6.small-12.hp-fourth-right-2 {
	width: 60%;
}

.columns.large-5.medium-6.small-12.hp-fourth-left-2 {
	width: 40%;
}
.columns.large-5.medium-6.small-12.hp-fourth-left h2 {
	color: #fff;
	font-weight: 300;
	font-size: 25px;
}


.columns.large-6.medium-6.small-12.hp-right-col {
	padding: 00px 15px 00px 15px;
}
.home-slider, .home-slider-single {
	height: 600px;
}
.home-hero .slick-dots {
	display: none !important ;
}

.row.hp-row-mouse-line {
	display: none;
}
	p.cat-slider-text{display:none;}
	

.module-badges-a-single img {
	max-width: 185px !important;
}
.module-badges-a-single img {
	margin: 0 !important;
}

.module-badges-a-buttons .slick-arrow {
	top: 33% !important;
	color: #3a5f7c !important;
}
.module {
	padding: 40px 0;
}

.module.module-intro-a.hp-intro-third .columns, .module.module-intro-a.hp-intro-third .column {
	float: left;
	padding: 0 30px;
}
.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-left-col {
	padding-left: 0;
	padding-right: 0;
}

.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow .hp-third-right-col {
	padding-right: 0;
	padding-left: 0;
}
.mouse-line.third-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}


.columns.large-2.medium-2.small-12.hp-third-right-col-3 {
	padding: 0;
}
.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	margin-left: 0;
	margin-right: 0;
	max-width: 930px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 45px;
	overflow: hidden;
	padding-top: 0;
}

.columns.large-7.medium-6.small-12.hp-fourth-right-2 {
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 20px;
}
.vline-active {
	background: #fe0000;
	height: 100%;
	-webkit-animation: expand 3s;
	width: 2px;
	position: absolute;
	margin-left: 0;
	margin-top: -127px;
	right: 25px;
}

.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	overflow: visible;
	margin-bottom: 10px;
 
}
 
.hp-btn {
	border: 0 !important;
	z-index: 9999;
	position: relative;
	/* background: #f1f1ef; */
	border-left: 15px solid #f1f1ef !important;
}


.columns.large-2.medium-2.small-12.hp-third-right-col-3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 52%;
	background: #b5bcc4;
	left: 0;
	margin-top: 21px;
	z-index: 0;
}
	
.module.module-blog-a .columns, .module.module-blog-a .column {
	float: left;
	padding: 0 30px;
}

.module-blog-a-single {
	margin-bottom: 30px !important;
	border-bottom: 2px solid #c4d4e1;
	padding-bottom: 20px;
 
}

.module-blog-a-single a.read-more {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	/* font-family: 'Open Sans ' , sans-serif; */
	color: #5a809e;
	position: relative;
	bottom: 0;
	padding-bottom: 0;
}


.module-blog-a-inner-bottom {
	padding-right: 0!important;
	margin-top: 10px !important;
}

button, .button {
	padding: 10px 22px;
 
}

.module.module-blog-a.hp-section-news .module-blog-a-single.news-single-blog {
	border-color: #c0c4c3;
}

h2.module-title {
	margin-bottom: 25px;
	text-align: left;
}

.columns.large-4.medium-4.small-12.footer-middle-col::before {
	display: none;
}
.columns.large-4.medium-4.small-12.footer-middle-col::after {
	display: none;
}

.footer-upper .columns.large-4.medium-4.small-12 {
	padding: 0 15px;
}

.module-footer-a .footer-lower, .module-footer-a .footer-lower a {
	color: #5a809e;
	font-size: 12px !important;
	/* display: flex; */
	/* justify-content: center; */
	display: inline-block;
	padding: 0 0px !important;
	text-align: center;
}
.menu-footer-navigation-container {
	display: inline-block;
	width: auto;
	/* float: left; */
}
#menu-footer-navigation {
	display: inline-block;
	width: auto;
	/* padding-left: 5px; */
	margin-bottom: 0;
}

.footer {
	padding: 30px 0;
	text-align: center;
}

.footer-upper p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 14px;
}

 

#main-navigation.active {
	right: 0;
	opacity: 1;
	overflow-y:scroll
}

 
#main-navigation {
	z-index: 99999;
	position: fixed;
	opacity: 0;
	padding: 45px 0 15px 0;
}

#header-search-open {
	display: none;
}

.menutext {
	display: none;
}
.search-open #header-search {
	z-index: 99999999;
}
 
	
#header-search-open {
	display: inline-block;
}	
.menutext {
	display: inline-block;
	float: left;
	padding-right: 13px;
	color: #2c4a6e;
	font-family: 'Hind', sans-serif !important;
	font-weight: 400;
	line-height: 17px;
}

#open-mobile-menu {
	background: transparent;
	float: left;
	margin: -6px 0 0px 0;
	/* display: none; */
	padding: 0;
}
.fa-bars::before {
	margin-top: 0;
}

.fa-bars::before {
	background-position: center right;
 
}

#header-search-open {
	float: right;
	margin-top: 14px;
}
.vline-active {
	background: #fe0000;
	height: 100%;
	width: 2px;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	right: inherit;
	margin-left: -31px;
}

.hline-active {
	width: 94%;
	position: absolute;
}

.module-blog-a-single {
	flex-basis: 100% !important;
	width: 100%  !important;
}

.footer-upper p {
	margin: 0;
	letter-spacing: 0;
	font-size: 13px;
}

.footer-upper .columns.large-4.medium-4.small-12 {
	padding: 0 3px;
}
.footer-upper {
	margin: 5px 0;
	color: #fff;
}
.scrolled .header.header-mobile {
	background: #4a4541 !important;
	position: fixed;
	z-index: 9999;
	height: 83px;
}

.columns.large-2.medium-2.small-12.hp-third-right-col-3::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 89%;
	background: #b5bcc4;
	left: 38px;
	margin-top: 21px;
	z-index: 0;
}

.banner {
	height: 300px;
}
.banner-title {
	font-size: 40px !important;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 0;
 
}
main {
	padding: 40px 0 40px 0;
}

.content {
	padding-right: 55px;
 
}
.practice-box-side {
	background: #c1cdd9;
	padding: 10px 15px 10px 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #4a4541;
	line-height: normal;
	font-size: 18px;
}
.accordion-item-content {
	display: none;
}
.single-attorneys .header.header-mobile {
	padding-bottom: 100px;
	background: #4a4541 !important;
}
.attr-main.attorney-bio-main-a .content.columns {
	width: 55%;
	padding-right: 35px;
	padding-bottom: 50px;
	margin-top: 100px;
}
#attorney-sidebar {
 
	padding-left: 0;
}
.single-attorneys .header.header-mobile {
	padding-bottom: 60px;
	background: #4a4541 !important;
}
.attr-main.attorney-bio-main-a {
	padding: 86px 0 00px 0;
	display: flex;
}
.attr-main.attorney-bio-main-a .sidebar .row.attr-bio-img.hide-for-small-only img {
	max-width: 430px;
	width: 100%;
	height: auto;
}

.attr-sidebar-block {
	padding: 15px 15px 0px 30px;
	margin-bottom: 0 !important;
}

#attorney-sidebar::after {
 
	width: 130%;
 
}
.attr-main.attorney-bio-main-a .sidebar::after {
	content: "";
	background: #f1f1ef;
	position: absolute;
	height: 100%;
	width: 200%;
	left: 0;
	top: 0;
	z-index: -1;
}
.attr-main.attorney-bio-main-a .sidebar .row.attr-bio-img.hide-for-small-only {
	margin-top: 17px;
	z-index: 99;
	position: relative;
}

.row.attr-info-row {
	padding-top: 10px;
}
.attr-info {
	display: flex;
	padding: 15px 0;
	margin-top: 0;
	position: relative;
	padding-bottom: 55px;
}
.attr-ul {
	margin-bottom: 15px;
}
 .sidebar .attr-sidebar-block ul li ul {
	padding-left: 0;
	margin: 0;
}
 .attr-main.attorney-bio-main-a .row h1 {
	font-weight: 500;
	font-size: 40px;
 
}
.single-attorneys .header.header-mobile {
	padding-bottom: 0;
	background: #4a4541 !important;
}
.sidebar section ul li {
	padding: 0;
}
.sidebar .attr-sidebar-block ul li ul li {
	margin-left: -9px;
}
.attr-sidebar-block ul {
	margin-bottom: 20px;
}

.sidebar section ul li ul {
	padding-left: 11px;
	margin: 5px 0;
}

.large-2.medium-2.small-12.column.blog-dt-left {
	width: 20%;
	padding-right: 0;
	text-align: center;
	padding-left: 0;
	font-size: 15px;
}

.large-10.medium-10.small-12.column.blog-title-right {
	width: 80%;
	padding-left: 23px;
}
.post-head h1, .post-head h2 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	line-height: 28px;
}

.post {
	margin-bottom: 40px;
	padding-bottom: 0;
	/* border-bottom: 2px solid #0F8577; */
}

section.sidebar-block {
 
	padding: 0;
}


.row.cont-row-sec .columns.small-5 {
	width: 100%;
}
.row.cont-row-sec .columns.small-7.cont-map {
	width: 100%;
}
.side-cont-form .form-container {
	padding: 15px;
}

.home-slider, .home-slider-single {
	height: 600px;
}
 
 .home-tagline-sec {
	max-width: 950px;
	margin: 0 auto;
	padding: 15px 30px;
	width: 85%;
}
 
.menutext {
	display: none;
}
/*.fa-bars::before {
	background-image: url(images/menuicon-bg-mobile.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	background-position: center top;
	color: transparent !important;
	display: inline-block;
	background-size: 20px !important;
}*/

/*#open-mobile-menu {
	background: #fff !important;
	float: right;
	margin: 7px 0 0px 0;
	padding: 12px 3px 12px 3px;
	height: 45px;
}*/
.hp-tagline3.tagltagline.desktop {
	margin: 25px auto;
}

 
 
.hp-tagline2 {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 50px;
	letter-spacing: 3px;
	text-align:center;
	margin-left:-145px;
}
.hp-tagline3 {
	margin-left: 0;
}
 
.home-hero .slick-dots {
	display: block !important;
	text-align: right !important;
	float: right;
	width: 50px;
	position: absolute;
	right: 10px;
	bottom: 40px;
}













.columns.large-4.medium-4.small-12.section-first-left {
	text-align: right;
	padding-right: 40px;
}

.section-first-inner h1 {
	font-size: 36px;
	line-height: 42px;
}
.section-first-inner h3 {
	margin-bottom: 10px;
	font-size: 15px;
}

.module-intro-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-pa-wrap {
	width: 47%;
 
}

.home-pa .caption-content {
	position: relative;
	overflow: hidden;
	height: 350px;
 
}

.home-pa {
	position: absolute;
	display: inline-block;
	width: 100% !important;
	height: 350px;
	margin-bottom: 5px;
	transition: width 0.3s, height 0.3s;
	border-radius: 10px;
}

.home-pa .caption-content .short-content p {
	min-height: inherit;
}

 .home-pa:hover {
	width: 100%;
	height: auto !important;
	transition: width 0.3s ease 0.1s, height 0.3s ease 0.1s;
}


.home-pa .caption-content .long-content {
	display: none !important;
}

.home-pa .caption-content:hover .short-content{
	visibility:visible!important;
	height:auto!important;
 
}
.map-inner {
	margin-top: 50px;
	padding-left: 30px;
}

.map-inner h1 {
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
}

.map-inner .button.home-btn {
	background: transparent;
	color: #4a4541;
	border: 2px solid #4a4541;
	border-radius: 6px;
	margin-right: 15px;
	min-width: 130px !important;
	padding: 10px 18px !important;
}

.map-img img {
	width: 100%;
	height: auto;
	max-width: 800px;
}

.map-img img {
	width: 500px;
	height: auto;
	max-width: 800px;
	margin-left: 55px;
}

.module-intro-content.section-first-box {
	padding-bottom: 0;
}

.module.module-intro-a.section-first {
	padding-bottom: 0;
}

.loc-marker.alabama-marker {
	margin-top: 99px;
	position: absolute;
	margin-left: 172px;
}

.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 114px;
	margin-left: 153px;
}

.module.module-intro-a.section-fourth.practice-section {
	padding-top: 0;
	padding-bottom: 150px;
	margin-top: 80px;
}

.practice-left .practice-inner {
	margin-top: -90px;
}

.practice-right .practice-inner {
	position: relative;
	/* width: 80%; */
	padding-left: 20px;
	padding-right: 20px;
}
.practice-right .practice-inner h1 {
	font-weight: 400;
	color: #fff;
	font-size: 27px;
	margin-bottom: 5px;
}


.practice-inner .accordion-item-title {
	padding: 10px 0px;
 
}

.practice-left-box {
	width: 320px;
	background: #fff;
	float: right;
	margin-right: 28px;
	margin-top: -100px;
	z-index: 9;
	position: relative;
	border-radius: 10px;
}
.practice-left-box-inner {
	padding: 20px 25px 20px 25px;
	border: 3px solid #B8936F;
	margin: 10px;
	border-radius: 10px;
}

.practice-left-box-inner h2 {
	color: #4a4541;
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}

.practice-left-box-inner h3 {
	font-size: 17px;
}

.practice-left-box-inner p {
	font-size: 16px;
}
.module.module-intro-a.section-fourth.practice-section {
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: 80px;
}

.columns.large-8.medium-8.small-12.footer-right {
	padding: 0;
}

 

.columns.large-4.medium-4.small-12.footer-left {
	padding: 15px 15px 30px 15px;
	width: 100%;
}

.columns.large-8.medium-8.small-12.footer-right {
	padding: 0;
	width: 100%;
	text-align: center !important;
}

.footer-upper-nav {
	text-align: center !important;
}
.footer-lower-nav {
	text-align: center !important;
	font-size: 12px;
	margin: 8px 0 19px 0;
	opacity: 0.6;
	letter-spacing: -0.3px;
}

.sidebar section ul li a {
	/* color: #fff; */
	text-decoration: none;
	padding-left: 23px;
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: 400;
	padding-top: 5px;
	position: relative;
}
.page-title-side a {
	text-decoration: none;
}


button.alt-01, .button.alt-01 {
	background-color: #621924;
	border-radius: 5px;
	padding: 10px;
	line-height: 24px;
	font-size: 16px;
}

 
.single-attorneys .banner {
	padding-top: 120px;
}
.post.blog-post {
	display: inline-block;

}
#blog-search-input {
	width: 77%;
}
.large-10.medium-10.small-12.column.blog-title-right {
 
	padding-left: 0;
}
.header.header-mobile {
	background: transparent !important;
	padding: 0 0;
	height: 83px;
}

.refercase-left-main h1 {
	font-size: 135px;
 
}
.module.module-intro-a.section-first {
	padding: 40px 0 00px 0;
	overflow: hidden;
}
.refercase-left-main {
	padding: 15px;
	text-align: right;
	padding-left: 0;
	padding-top: 140px;
	padding-right: 30px;
}
.refercase-left-main h2 {
	color: #4c4c4c;
	font-size: 34px;
	line-height: 41px;
	padding-left: 30px;
}
.columns.large-7.medium-7.small-12.refercase-right {
	padding: 0;
}
.module-results-a-inner {
	position: relative;
	padding: 15px 0;
}
.module-results-a-single h3 {
	font-size: 28px;
	margin-top: 20px;
 
}
.module-results-a-single h3 strong {
	font-weight: normal;
	font-size: 22px;
}

.refercase-right-inner .slider-results-a .slick-slide li {
	background: #fff;
	padding: 15px 5px;
	width: 100% !important;
	margin-bottom: 8px;
	margin-top: 8px;
	min-height: 150px;
}
.module-results-a-single h3 {
	font-size: 28px !important;
	margin-bottom: 5px !important;
	font-family: 'Prata', serif !important;
	margin-top: 20px !important;
	font-weight: normal !important;
}
.what-we-do-right-inner {
	text-align: center;
	padding-right: 10px;
	padding-left: 45px;
}

.los-cta-list li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}
.los-cta-list li .fa {
	color: #B8936F;
	padding: 0 7px;
}
.module.module-intro-a.los-cta {
	padding: 25px 0 20px 0 !important;
}

.what-we-do-list-inner {
	position: relative;
	margin-left: 25px;
	background: #ebebeb;
	margin-right: 0;
	padding: 20px 20px;
	margin-top: 125px;
	width: 100%;
}


.what-we-do-list-inner li {
	width: 30%;
	display: inline-block;
	padding: 15px 27px;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
}

.practice-list {
	margin: 0;
}
.what-we-do-btn-inner {
	margin: 25px 25px 10px 25px;
    float: right;
}

.module-intro-content.row-narrow {
	border: 5px solid #B8936F;
	padding: 15px;
	text-align: center;
	max-width: 1060px;
	margin: 0 22px;
}
.los-angel-cta {
	font-family: 'Hind', sans-serif;
	font-size: 33px;
	color: #B8936F;
	font-weight: 600;
	margin-bottom: 9px;
}
.ctaTitle {
	font-size: 16px;
}
.los-cta-list li::after {
	content: "|";
	position: absolute;
	margin: 2px 10px;
	font-size: 16px;
}

.jtfText {
	position: absolute;
	margin-top: -103px;
	margin-left: 15px;
	background-size: 61% auto;
 
	z-index: 0;
	background-position: 12px -4px;
}
.columns.large-6.medium-6.small-12.our-team-left {
	padding-right: 44px;
}
.our-team-right-inner {
	margin-left: -73px;
	margin-right: 20px;
}

.our-team-left-inner {
	text-align: right;
	margin-right: 67px;
	padding-top: 40px;
}
.hr-active {
	top: 309px;
 
}
.testimonial-left-inner {
	padding: 100px 0px 25px 0;
	text-align: center;
	position: relative;
	margin-top: 25px;
	z-index: 0;
	width: 100%;
	max-width: 700px;
}
.video-right-inner {
	padding: 45px 0 25px 0;
	position: relative;
}
.columns.large-4.medium-4.small-12.watch-vid-left {
	padding: 0;
}
.vidTitle {
	text-align: center;
	font-size: 30px;
}
.columns.large-8.medium-8.small-12.watch-vid-right {
	padding-right: 0;
}
.columns.large-8.medium-8.small-12.watch-vid-right p {
	font-size: 16px;
}

.video-text iframe {
	width: 100%;
	height: 220px;
}
.video-right-inner {
	padding: 75px 0 25px 0;
	position: relative;
}
.columns.large-5.medium-5.small-12.footer-left {
	width: 100%;
	text-align: center;
}
.columns.large-7.medium-7.small-12.footer-right {
	padding: 0;
	width: 100%;
}

.footer-logo img {
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 420px;
}

.footer-inner {
	text-align: center;
}

.footer .footer-right .footer-inner {
	padding-top: 10px;
	text-align: left;
	padding-left: 25px;
}
.footer.module-footer-a {
	padding-bottom: 0 !important;
}

 


.our-team-left-inner {
	text-align: right;
	margin-right: 49px;
	padding-top: 40px;
}

.footer-logo {
	display: inline-block !important;
}


#main-navigation, #main-navigation .sub-menu {
	width: 400px !important;
}

#close-main-menu {
	position: absolute;
	right: 13px;
	top: 53px !important;
}

.sidebar::before {
	left: -30px;
}
.sidebar-inner {
	padding: 0 0;
}

.result-sidebar-block {
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 0;
	margin-top: -15px;
}
.result-side-cont .result-title-side {
	font-size: 22px;
}
.result-side-cont {
	background: #fff;
	padding: 30px 10px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.sidebar section.result-sidebar-block li {
	display: inline-block;
	padding: 0;
	margin: 3px;
}
.posts-slider-single h3 {
	font-size: 28px;
 
}
.posts-slider-single h3 strong {
	font-weight: normal;
	font-size: 24px;
}

.review-cont::after {
	height: 88%;
 
}

.practice-box {
	width: 31%;
	margin: 1%;
}

.single.single-practices .sidebar-inner {
	padding-top: 15px;
}


.columns.large-6.medium-6.small-12.testimonial-left #slider-testimonials-a {
	max-width: 350px;
}

.watch-vid-inner iframe {
	/* margin: 10px; */
	width: 100%;
	height: auto;
	min-height: 200px;
}



}



@media only screen and (min-width:960px) and (max-width:1024px) {
	
.columns.large-5.medium-6.small-12.hp-fourth-left h2 {
	color: #fff;
	font-weight: 300;
	font-size: 31px;
	padding-right: 42px;
}

.review-cont::after {
	position: absolute;
	content: "";
	width: 94%;
	height: 84%;
	left: 0;
	border: 3px solid #fff;
	top: 0%;
	margin: 3%;
}

.module-blog-a-single {
	flex-basis: 30% !important;
	width: 30% !important;
	position: relative;
	border-bottom: none;
}
.module.module-blog-a .module-blog-a-single:nth-child(2)::before {
	left: -25px;
 
}
.module.module-blog-a .module-blog-a-single:nth-child(2)::after {
	right: -15px;
 
} 
	.sidebar .attr-sidebar-block ul li ul li {
	margin-left: 0 !important;
	padding: 6px 0 4px 30px;
}

.post.blog-post::before {
	content: "";
	background: #ff7f81;
	position: absolute;
	left: 111px;
	height: 100%;
	width: 2px;
	/* margin-top: 5px; */
}

.large-2.medium-2.small-12.column.blog-dt-left {
	width: 19%;
	padding-right: 12px;
	text-align: center;
	padding-left: 0;
	font-size: 15px;
}



.practice-left-box {
	margin-right: 70px;
 
}
.practice-right .practice-inner h1 {
	font-size: 35px;
	 
}
#blog-search-input {
	 width: 100%; 
}
.our-team-left-inner {
	text-align: right;
	margin-right: 49px;
	padding-top: 80px;
}

.hr-active {
	top: 370px;
}
.header.header-mobile {
	height: 87px;
}
.scrolled .header.header-mobile {
	height: 87px;
}

.columns.large-6.medium-6.small-12.testimonial-left #slider-testimonials-a {
	max-width: 560px;
}

.testimonial-left-inner {
	padding: 100px 0px 25px 0;
	text-align: center;
	/* position: relative; */
	margin-top: 25px;
	z-index: 0;
	width: 100%;
	max-width: 77%;
}

.watch-vid-inner iframe {
	/* margin: 10px; */
	width: 430px;
	height: auto;
	min-height: 250px;
}

}
@media only screen and (min-width:1023px) and (max-width:1025px) {
.testimonial-left-inner {
	padding: 100px 0px 25px 0;
	text-align: center !important;
	margin-top: 25px !important;
	z-index: 0 !important;
	width: 100% !important;
	max-width: 77% !important;
	margin: 0 auto;
}	
	
}

@media only screen and (min-width:1024px) and (max-width:1279px) {

.module {
	padding: 40px 0;
}

.module.module-intro-a.hp-intro-third .module-intro-content.row-narrow {
	padding: 0 25px;
}
.module.module-intro-a.hp-intro-fourth .module-intro-content.row-narrow {
	margin-left: 95px;
}
.module.module-blog-a .columns {
	padding: 0 30px;
}

.footer-upper .columns.large-4.medium-4.small-12 {
	padding: 0 5px;
 }
 .columns.large-4.medium-4.small-12.footer-middle-col {
	padding: 0 15px;
}

main {
	padding: 30px 0 30px 0;
}
 
.practice-box-side {
	background: #c1cdd9;
	padding: 10px 15px 10px 20px;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #4a4541;
	line-height: normal;
	font-size: 18px;
}
.accordion-item-content {
	display: none;
}

.banner {
	height: 300px;
}

.banner-title {
	font-size: 40px !important;
	margin-top: 50px;
}
.sidebar section.prac-side {
	margin-bottom:10px;
}
 
.sidebar .attr-sidebar-block ul li ul li {
	margin-left: -22px;
	padding: 6px 0 4px 30px;
}
.attr-sidebar-block ul {
	margin-bottom: 20px;
}
.sidebar section ul li ul {
	padding-left: 11px;
	margin: 5px 0;
}

.module-header-a {
	padding: 0px 15px 0px 0 !important;
}

.slick-dots {
	position: relative;
	text-align: left;
	width: 100%;
	bottom: 17%;
	/* margin: 0; */
	padding-right: 0;
	max-width: 1260px;
	  margin-left: 10px;  
	 
}

.home-pa .caption-content h4 {
	margin-top: 35px;
	font-weight: normal;
	margin-bottom: 0;
	 
}
.home-pa:hover {
  width: 765px;
 
} 
.map-inner {
	margin-top: 100px;
	padding-left: 20px;
}
.map-inner .button.home-btn {
	min-width: 185px !important;
}
.loc-marker.alabama-marker {
	margin-top: 160px;
	position: absolute;
	margin-left: 163px;
}
.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 180px;
	margin-left: 145px;
}
.practice-left .practice-inner {
	margin-top: -95px;
}

.module.module-intro-a.section-fourth.practice-section {
	padding-top: 0;
	padding-bottom: 100px;
}
 
.fa-bars::before {
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 78px;
	background-position: center top;
	color: transparent !important;
	display: inline-block;
	background-size: cover;
}

.footer-lower-nav a {
	font-weight: 400 !important;
}
.module-intro-content.section-first-box {
	max-width: 1024px;
	margin: 0 auto;
} 

.loc-marker.alabama-marker {
	margin-top: 110px;
	position: absolute;
	margin-left: 175px;
}

.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 120px;
	margin-left: 160px;
}
.contact-form-heading {
	font-size: 30px;
}

.scrolled .module-header-a {
	background: #4a4541;
	padding: 0px 25px 0px 0;
	z-index: 99;
}
#open-main-menu {
	background: transparent !important;
	padding: 0;
	margin-right: 35px;
	margin-top: -2px;
}
.hp-animate-logo {
	width: 380px;
	display: inline-block;
	position: relative;
}

.header-logo {
	max-width: 380px;
}
.refercase-left-main h1 { 
	font-size: 220px;
 
}
.refercase-left-main {
	padding-left: 95px;
 
}
.refercase-left-main h2 {
	color: #4c4c4c;
	font-size: 35px;
	line-height: 45px;
	padding-left: 33px;
}
.module-results-a-inner {
	position: relative;
	padding: 15px 10px;
}

.refercase-right-inner .slider-results-a .slick-slide li {
	background: #fff;
	padding: 15px;
	width: 100% !important;
	margin-bottom: 8px;
	margin-top: 8px;
	min-height: 160px;
}
.module-results-a-single h3 {
	font-size: 33px;
	margin-bottom: 5px;
	font-family: 'Prata', serif !important;
	margin-top: 25px;
	font-weight: normal;
}

.module-results-a-single h3 strong {
	font-weight: normal;
	font-size: 23px;
}
.module.module-intro-a.section-third.what-we-do {
	background-repeat: no-repeat;
	background-size: 100% 700px;
	background-position: center top;
	padding-bottom: 25px;
}
.what-we-do-list-inner li {
	width: 46%;
	display: inline-block;
	padding: 15px 10px;
	margin-bottom: 0;
	margin-top: 15px;
	vertical-align: middle;
}
.module-intro-content.row-narrow {
	border: 5px solid #B8936F;
	padding: 15px;
	text-align: center;
	max-width: 1060px;
	width: 96%;
}
.our-team-right-inner {
	margin-left: -60px;
	padding-right: 40px;
}
.testimonial-left-inner .testi-title {
	font-size: 32px;
}
.watch-vid-inner {
	text-align: center;
}
.footer-logo img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 380px;
}

.footer.module-footer-a {
	padding-top: 60px;
}

.footer .footer-right .footer-inner h2 {
	color: #B8936F;
	font-size: 20px;
	margin-bottom: 15px;
}
.footer-logo img {
	width: 100% !important;
	height: auto !important;
	display: block !important;
	max-width: 380px !important;
}
.footer .footer-right .footer-inner .columns.large-4.medium-4.small-12 {
	padding: 0 10px;
}
.scrolled .module-header-a {
	background: #4a4541;
	padding: 0px 25px 0px 0;
	z-index: 99;
}
.result-sidebar-block {
	background: #fff;
	padding: 25px;
	position: relative;
	z-index: 0;
	margin-top: -15px;
}

.result-side-cont {
	background: #fff;
	padding: 30px 15px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.single.single-practices .sidebar-inner {
	padding-top: 15px;
}

.post {
	position: relative;
	/* overflow: visible; */
	display: block;
	border-bottom: 1px solid #DDD;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.blog .sidebar-block {
	padding-top: 15px;
}
.side-cont-form .form-container {
	padding: 30px 15px;
 
}
.contact-form-heading {
	font-size: 25px;
}

.module.module-testimonials-a .row {
	max-width: 1000px;
}
 
.what-we-do-list-inner li a {
	font-family: 'Prata', serif;
	text-decoration: none;
	vertical-align: top;
	font-size: 19px;
 
}


	
}
 
 
@media only screen and (min-width:1279px) and (max-width:1366px) {
.row, .row-wide, .row-narrow {
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
}	
.module-intro-content.row-narrow {
	border: 5px solid #B8936F;
	padding: 15px;
	text-align: center;
	max-width: 1080px;
}
.jtfText {
	position: absolute;
	margin-top: -99px;
	margin-left: 15px;
	background-size: 95% auto;
	background-image: url(images/thejtf-text.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-position: -3px -21px;
}	
	
}



@media only screen and (min-width:1140px) and (max-width:1279px) {
.module-intro-content.section-first-box {
	max-width: 1140px;
	margin: 0 auto;
}	
.home-pa:hover {
  width: 845px !important;;
  height: 450px;
  transition: width 0.3s ease 0.1s, height 0.3s ease 0.1s;
} 
.map-img img {
	width: 100%;
	height: auto;
	max-width: 700px;
}

.loc-marker.alabama-marker {
	margin-top: 150px;
	position: absolute;
	margin-left: 165px;
}

.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 170px;
	margin-left: 140px;
}

#menu-footer-navigation li:last-child a {
	margin-right: 0 !important;
}	
	
}





@media only screen and (min-width:1600px) and (max-width:1920px) {
	
 	
.banner {
	height: 400px;
}	
}


@media only screen and (min-width:1900px) and (max-width:2560px) {
	
 	
.banner {
	height: 400px;
}

.hp-tagline2 {
	font-size: 75px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 45px;
	line-height: 75px;
	letter-spacing: 0;
}
.hp-tagline3 a.caption-btn {
	background: #B8936F;
	color: #fff;
	margin: 0 15px;
	display: inline-block;
	padding: 20px 35px 15px 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	font-weight: 400;
}
.scroll-down .scroll-down-link {
	font-weight: 300;
	font-size: 20px;
 
}


	
}




@media only screen and (min-width:2560px) and (max-width:25000px) {
 	
.banner {
	height: 500px;
}	
}

@media only screen and (min-width:3840px) and (max-width:25000px) {
 	
.banner {
	height: 600px;
}

	
}
/*tool tip email*/
.tooltip {
  position: relative;
  display: inline-block;
  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #4a4541;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size:11px;
  text-align:left;
  padding:15px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.geopin {
	width: 30px;
	height: 30px;
	border-radius: 50% 50% 50% 0;
	background: #2196F3;
	position: absolute;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	transform: rotate(-40deg) !important;
	border: 1px solid #fff;
}

.geopin::after {
	content: "";
	width: 10px;
	height: 10px;
	margin: 9px 4px 0 9px;
	background: #e6e6e6;
	position: absolute;
	border-radius: 50%;
}

.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 0.9s
}

.geopulse {
    background: #d6d4d4;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    transform: rotateX(55deg);
    z-index: -2
}

.geopulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #2196F3;
    animation-delay: 0.1s
}

@keyframes pulsate {

    0%,
    100% {
        transform: scale(0.1, 0.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-1000px) rotate(-45deg)
    }

    60% {
        opacity: 1;
        transform: translateY(5px) rotate(-45deg)
    }

    80% {
        transform: translateY(-10px) rotate(-45deg)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

.bouncediv {
    -moz-animation: bounce .40s linear;
    -webkit-animation: bounce .40s linear
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    50% {
        -moz-transform: scale(1.3);
        opacity: 0.4
    }

    75% {
        -moz-transform: scale(0.9);
        opacity: 0.7
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.3);
        opacity: 0.4
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes drop {
    0% {
        transform: translateY(-40px) rotate(-45deg)
    }

    80% {
        transform: translateY(3px) rotate(-45deg)
    }

    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

.drop {
    animation-name: drop;
    animation-fill-mode: both;
    animation-duration: 0.5s
}







 
@media only screen and (min-width:1900px) and (max-width:12000px) {
	
	
.header .row {
	max-width: 1800px;
}
.row, .row-wide, .row-narrow {
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
.map-img img {
	width: 1000px;
	height: auto;
	max-width: 1000px;
}
.loc-marker.alabama-marker {
	margin-top: 220px;
	position: absolute;
	margin-left: 230px;
}
.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 245px;
	margin-left: 205px;
}

.practice-inner img {
	width: 130%;
	left: -36%;
	position: relative;
}
.practice-left-box {
	margin-right: 100px;
 
}
.slick-dots {
	position: relative;
	text-align: left;
	width: 100%;
	bottom: 27%;
	/* margin: 0; */
	padding-right: 0;
	max-width: 1800px;
	margin: 0 auto;
}



.our-team-right-inner {
	margin-left: 0;
}


	
.header .row {
	max-width: 1800px;
}
.row, .row-wide, .row-narrow {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}
.module-intro-content.row-narrow {
 
	max-width: 1460px;
}

.map-img img {
	width: 1000px;
	height: auto;
	max-width: 1000px;
}
.loc-marker.alabama-marker {
	margin-top: 220px;
	position: absolute;
	margin-left: 230px;
}
.loc-marker.louisiana-marker {
	position: absolute;
	margin-top: 245px;
	margin-left: 205px;
}

.practice-inner img {
	width: 130%;
	left: -36%;
	position: relative;
}
.practice-left-box {
	margin-right: 100px;
 
}
.slick-dots {
	position: relative;
	text-align: left;
	width: 100%;
	bottom: 15%;
	/* margin: 0; */
	padding-right: 0;
	max-width: 1800px;
	margin: 0 auto;
}
.home-tagline-sec {
	max-width: 1250px;
	margin: 0 auto;
}

.home-pa:hover {
  width: 1100px !important;;
 
} 
.practice-right .practice-inner::before {
 
	width: 400%;
	 
}
#main-navigation {
	max-width: 400px;
}
#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

 
	
}





















.slider-badges-a {
  width: 80%;
  margin: 0 auto;
}

.module-badges-a-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.module-badges-a-buttons .slick-arrow {
  position: absolute;
  left: 0;
  top: 25%;
}

#slider-badges-a-next {
  left: auto;
  right: 0;
}

.module-badges-a-single img {
  margin: 0 auto;
}

.module-badges-a-inner {
    position: relative;
    margin-top:0px;
}




















.module-results-a-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.module-results-a-single {
	background: transparent;
	border: none;
	text-align: center;
	padding: 30px 15px;
	margin-top: 25px;
	margin-bottom: 0;
}

.module-results-a-single h3 {
	font-size: 38px;
	margin-bottom: 5px;
	font-family: 'Prata', serif !important;
	margin-top: 33px;
	font-weight: normal;
}
.module-results-a-single h3 strong {
	font-weight: normal;
	font-size: 29px;
}
.refercase-right-inner .slider-results-a .slick-slide li .uppercase {
	font-size: 16px;
	line-height: 21px;
	text-transform: none;
	display: inline-block;
}



.module-results-a-inner {
  position: relative;
}
#slider-results-a li {
	display: inline-block;
	width: auto;
}


@media screen and (min-width: 640px) {
  .slider-results-a .slick-slide {
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .module-results-a-inner .slick-arrow {
    position: absolute;
    left: 0;
    top: 33%;
  }

  #slider-results-a-next {
    left: auto;
    right: 0;
  }

  .slider-results-a {
    width: 100%;
    margin: 0 auto;
  }
}


