/* Subpage styling goes here. Excluded on homepage */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/

.banner {
	height: 390px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.banner,
.banner-xl {
	margin-top: 0;
}

.banner-image {
	height: 100%;
	width: 100%;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.03);
	transform-origin: center;
	-webkit-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-moz-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-ms-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-o-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	transition: transform 1000ms ease-out, opacity 300ms ease-out;
}

.banner-image.active {
	transform: scale(1.0);
	opacity: 1 !important;
}
.banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	pointer-events: none;
	background-image: linear-gradient(52deg, #001d27 45%, rgba(0, 29, 39, 0) 79%);
	opacity: 0;
}

.single-attorneys #banner #banner-image {
	background-image: none !important;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}

.single-attorneys #banner .row {
	max-width: 100%;
}
.single-attorneys #banner .row .banner-inner.columns {
	padding: 0;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {
	width: 100%;
	padding-top: 120px;
	margin-top: 50px;
	background-position: center 60px;
	background-repeat: no-repeat;
	position: relative;
	min-height: 1100px;
	 
}
 

.module.module-intro-a.section-attorney-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.67) 54%, rgba(255, 255, 255, 0));
	z-index: 0;
}

.module.module-intro-a.section-attorney-banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 14%;
	top: 5% !important;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.67) 54%, rgba(255, 255, 255, 0));
	z-index: 0;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .module-intro-content.row-narrow {
	position: relative;
	z-index: 1;
}
 
.single-attorneys #banner {
	background-image: none !important;
	padding: 0;
	height: auto;
}

.single-attorneys .banner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	pointer-events: none;
	background-image: linear-gradient(180deg, rgba(40, 71, 120, 0.1) 100%, rgba(40, 71, 120, 0.1) 10%);
	opacity: 0;
}


.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
	max-width: 1200px;
}

.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: center;
	-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-top: 0;
	padding-bottom: 0;
	align-content: center;
}


.banner-title {
	font-size: 1.438rem;
	color: #052e68;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	text-transform: capitalize;
	padding-top: 0;
	position: relative;
	opacity:0;
		-webkit-transition: opacity 1500ms ease-out;
	-moz-transition: opacity 1500ms ease-out;
	-ms-transition: opacity 1500ms ease-out;
	-o-transition: opacity 1500ms ease-out;
	transition: opacity 1500ms ease-out;
}

.banner-title::after {
	position: absolute;
	content: "";
	position: absolute;
	width: 3rem;
	background: #c8242f;
	height: 5px;
	bottom: 0;
	left: 0;
	margin-bottom: -20px;
    -webkit-animation: expand3 2s;
}

.banner-title.active {
	opacity: 1 !important;
			-webkit-transition: opacity 1500ms ease-out;
	-moz-transition: opacity 1500ms ease-out;
	-ms-transition: opacity 1500ms ease-out;
	-o-transition: opacity 1500ms ease-out;
	transition: opacity 1500ms ease-out;
}
 

@-webkit-keyframes expand3{
    0%{width:0px}
    100%{width:3rem}
}
 

@media screen and (max-width:600px) {
 
.banner-title {
		font-size: 60px;
	}	
}


@media screen and (min-width: 768px) {

.banner-title {
	font-size: 3.238rem;
	max-width: 55%;
}
 
.page-template-template-attorneys main {
	padding-top: 60px;
	padding-bottom: 60px;
}
.attorney-results {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 15px;
}

}

@media screen and (min-width: 1025px) {
.banner {
	height: 850px;
}

.banner, .banner-xl {
	margin-top: 0;
}

}
.sidebar-cta-inner {
	padding: 35px;
}

.sidebar section .cta-text {
	color: #fff;
	text-align: center;
	font-size: 1.375rem;
	max-width: 975px;
	margin: 0 auto 05px auto;
	line-height: 1.875rem;
	border: none;
}
 
 
.sidebar section .cta-logo {
	text-align: center;
	margin: 15px auto;
}
.cta-logo img {
	max-width: 80px;
}


.sidebar-block.sidebar-cta {
	position: relative;
	margin-top: 80px !important;
}


.sidebar-block.sidebar-cta::before {
	position: absolute;
	content: "";
	left: 0;
	top: -50px;
	width: 100%;
	height: 2px;
	background: #d5d5d5;
}

.sidebar section .cta-bot-text {
	font-size: 0.875rem;
	line-height: 1.563rem !important;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 2.24px;
	color: #cc9a48;
	text-transform: uppercase;
	font-weight: 700 !important;
	font-family: var(--body-font-family);
}


 .search-form {
	display: flex;
	position: relative;
	background: #e3dfdf;
}
.sidebar .form-container {
	padding: 60px 30px;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	background: #c8242f;
}

.sidebar.contact-full-sidebar.columns .form-container {
	background: #161616;
}

.sidebar .blog-form-section .form-container {
	background: transparent;
	padding: 0;
	border: none;
}


.sidebar .form-container .form-first-text {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 1.68px;
	margin-bottom: 0;
	margin-top: 5px;
	font-family: var(--body-font-family);
	/* display: none; */
	text-align: left;
}

.sidebar .form-container .form-second-text {
    font-size: 1.4rem;
    text-transform: inherit;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    color: var(--primary-color);
    font-weight: 500;
	font-family:var(--heading-font-family);
}
.sidebar section h2.form-sec-text {
	color: #fff;
	font-size: 1.75rem;
	line-height: 2.125rem;
	margin-bottom: 25px;
}

.sidebar .form-container .form-third-text {
	font-size: 1.5rem;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	display:none;
}

.sidebar .form-container .form-input-row input {
	background: transparent;
	height: 45px;
	border-bottom: solid 0.9px #fff;
	color: var(--gray-color);
	font-size: 16px;
	padding: 0 0px;
}


.sidebar.contact-full-sidebar.columns .form-input-group {
	margin-bottom: 15px;
}
.sidebar .form-container label {
	color: #fff;
	letter-spacing: 0;
	font-size: 0.875rem;
	left: 15px;
	font-weight: normal;
	text-transform: uppercase;
	height: 55px;
	top: 0;
	 
}

.sidebar section.blog-form .form-container label {
	color: #01012F;
	letter-spacing: 0;
	font-size: 0.875rem;
	left: 15px;
	font-weight: normal;
	text-transform: uppercase;
	height: 55px;
	top: 0;
	 
}



.sidebar section.blog-form .form-container input:focus:not([type="checkbox"]) ~ label, textarea:focus ~ label, 
.sidebar section.blog-form .form-container input.active ~ label, textarea.active ~ label, select.active ~ label {
	padding-left: 0;
	/* line-height: 0; */
	top: 0px !important;
	font-size: 10px !important;
	left: 10px !important;
	line-height: 15px;
	background: transparent !important;
}


.sidebar .form-container .form-input-group textarea {
	background: transparent;
	height: 45px;
	border-bottom: solid 0.9px #fff;
	margin-bottom: 15px;
}
.search-form button {
	margin-left: 10px;
	height: 55px;
	width: 50px;
	font-size: 19px;
	padding: 0 12px;
	font-weight: bold;
	position: absolute;
	right: 0;
	line-height: 55px;
	display: flex;
	align-items: center;
	background: #052E68;
	cursor: pointer;
	border: none !important;
}

.search-form button:hover,
.search-form button:focus {
	background-color:#01012F
}
.search-form button i {
	font-weight:bold
 
}

#blog-search-input {
	outline: none !important;
	color: #231f20;
	padding-right: 58px;
	padding-left: 15px !important;
	font-family: var(--body-font-family);
	font-size: 18px;
	border: none;
}


/*******************************************************************************************
Sidebar - Boxes CSS
*******************************************************************************************/
.sidebar-block.sidebar-testimonial {
	background: #fff;
	box-shadow: 0 0 12.5px 0 rgba(27, 58, 99, 0.30);
	text-align: center;
	padding: 25px 40px 15px 40px;
	margin: 0 0px 50px 0px;
}

.slider-testimonial-single img {
	margin: 5px auto 15px auto;
}
.sidebar-block.sidebar-testimonial .slider-testimonial-content {
	color: #231f20;
	font-size: 18px;
}

.sidebar-block.news-sidebar {
	background: #eff4f7;
	padding: 40px;
}


.news-tit {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-text {
	color: #5e93aa;
	margin-bottom: 15px;
	font-size: 14px;
}

.no-underline.newsLink {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.75px;
}

.no-underline.newsLink i {
	font-weight: bold;
 
}
.module-results-a-single p {
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}


.news-single-block {
	margin-bottom: 25px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 25px;
	padding-bottom: 20px;
}
.attr-prac-col {
	padding-left: 0;
}
.attr-prac-col a {
 
	text-decoration: none;
}
.attr-prac-col a:hover .attr-prac-tit,
.attr-prac-col a:focus .attr-prac-tit {
	color:#6dbe5a
 
}




.attr-prac-col .attr-prac-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0;
	text-decoration: none;
}
 
.attr-prac-img {
	background: #1b3a63;
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
  min-width: 75px;
}

.attr-prac-tit {
	color: #1b3a63;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	/* max-width: 50px; */;
  flex: 1;
	line-height: normal;
}
.test-attr-btn {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
.cont-accordion-item {
	margin: 10px 0 0px 0;
	display: inline-block;
}

.content.columns hr {
	margin: 30px 0;
}

.cont-accordion-item.prac-thumb {
	margin-bottom: 35px;
	margin-top: 15px;
}

 


.attorney-about {
	padding: 0px 0 30px 0;
}


.attorney-img-inner {
	position: relative;
	left: -100px;
	max-width: 600px;
}
.attorney-abt-text {
	padding: 0;
}
.abt-attr-first-tit {
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}

.abt-attr-sec-tit {
	font-size: 59px;
	position: relative;
	margin-bottom: 15px;
}

.attr-abt-inner hr {
	background: #000;
	height: 4px;
	margin: 0 0 20px 0;
	width: 300%;
}
.about-tit {
	font-size: 20px;
	font-weight: bold;
}
.about-attr-list {
	padding-right: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.about-single-list {
	display: flex;
	column-gap: 18px;
	padding: 5px 0;
	margin-bottom: 25px;
}

.about-icon img {
	max-width: 50px;
	max-height: 33px;
}
.attr-abt-inner {
	padding-top: 15px;
}
.about-icon {
	display: flex;
	align-items: center;
	background: #faf2e4;
	width: 82px;
	height: 68px;
	padding: 0 15px;
	border-radius: 55px;
	margin-right: 15px;
}

.abt-cta-tit {
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.95px;
}
.abt-cta-txt {
	font-size: 16px;
	line-height: normal;
}

.about-cta-inner {
	border: 1px solid #1e759a;
	padding: 20px 100px;
	text-align: center;
	margin-top: 0;
}
 

 
.section-quote {
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin-top: -150px;
	position: relative;
	margin-bottom: 70px;
}

.quote-inner .module-intro-content.row-narrow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.quote-inner p {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.quote-inner p strong {
	font-weight: 400;
	font-size: 21px;
}


.quote-inner .module-intro-content.row-narrow span {
	font-size: 20px;
	margin-top: 31px;
	display: block;
}

.quote-inner {
	display: flex;
	margin: 0 auto;
	width: 100%;
	min-height: 350px;
	align-items: center;
	justify-content: center;
	padding: 0 150px;
}




/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/


.post {
	margin-bottom: 20px;
	padding-bottom: 50px;
	border-bottom: 2px solid #c6c6c6;
	background: transparent;
	padding: 15px 0px 25px 0px;
}



.poat-date {
	background: #fff;
	display: inline-block;
	padding: 8px 19px 8px 3px;
	color: #5e93aa;
	font-size: 13px;
	position: relative;
	margin-bottom: 20px;
}
.poat-date::before {
	position: absolute;
	content: "";
	background: #fff;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}

.post:last-child {
	border: none;
	 
}

.post-head-info .post-head-category {
	position: relative;
	margin-bottom:10px
}

.post-head-info .post-head-category::after {
	position: absolute;
	content: "";
	position: absolute;
	width: 2rem;
	background: #c8242f;
	height: 4px;
	bottom: 0;
	left: 0;
	margin-bottom: -13px;
}




.post-head h1, .post-head h2 {
	font-family: var(--body-font-family);
	font-size: 1.563rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: #052e68;
	margin-left: 0;
	margin-bottom: 8px;
	margin-top: 5px;
}

.post-head h1 a, .post-head h2 a {
	font-family: var(--body-font-family);
	font-size: 1.563rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	color: #052e68;
	margin-left: 0;
	display: inline-block;
}

.post-head h1 a:hover,
.post-head h1 a:focus, 
.post-head h2 a:hover,
.post-head h2 a:focus {
	color: #c8242f;
	text-decoration: none;
	background:none;
	font-weight: bold;
}


.post-head,
.post-body {
	margin-bottom: 30px;
}

.post-body {
	display: block;
}

.single-post .post-body {
	display: block;
}

.date {
	font-size: 0.813rem !important;
	color: #01012f;
}


.post-head-info {
	font-family: var(--body-font-color);
	font-size: 0.813rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: left;
	color: #c8242f;
	margin-left: 0;
}

.post-block {
	border-left: solid 0px var(--primary-color);
	margin-bottom: 20px;
}



.post-head {
	padding-bottom: 0;
	margin-bottom: 20px;
	
}
.post-bottom a {
	font-family: var(--heading-font-family);
	font-size: 1.5rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -0.54px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #657ea2;
}

.post-bottom a:hover,
.post-bottom a:focus { 
color: var(--primary-color);
text-decoration: none !important;
	background-color:none!important;
	color:var(--secondary-color);
	 
}

.post-bottom a.post-bottom-share {
		color: #657ea2;
	text-decoration: none;
	width: 40px;
	padding: 0 !important;
	text-align: center;
	max-width: 40px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.post-bottom a.post-bottom-share:hover,
.post-bottom a.post-bottom-share:focus {
	color:var(--secondary-color);
	text-decoration: none;
	text-align: center;
	max-width: 40px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;	
	border: 0px solid #404040;
}
 

.post-bottom a i {
	font-weight: bold;
}
.post-head-category a, .post-head-info a {
	font-family: var(--body-font-family);
	font-size: 0.813rem;
	font-weight: 700 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 2.6px;
	text-align: left;
	color: #c8242f;
	text-decoration: none;
	text-transform: uppercase;
}

.post-head-info i {
	margin: 0 5px;
	font-weight: normal !important;
	color: #404040;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color:#c8242f;
}

.post-head-info span {
	margin-bottom: 0;
}

.post-head-info span:not(:last-of-type)::after {
	width: 2px;
	height: 15px;
	background: top;
	content: '/';
	display: inline-block;
	margin: 0 8px 0 6px;
	position: relative;
	top: -1px;
	font-size: 15px;
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 15px;
	margin-top: 40px;
}



img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 30px 0;
}

.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;
	column-gap: 10px;
}

.button.blog-btn {
	margin-right: 15px;
}

.post-bottom-share {
	color: #E80924;
	font-weight: 700;
}
.catPostList {
	margin-bottom: 0;
}
.post-head .cat-title {
	margin-bottom: 0;
}

.sidebar .right-form.cat-contact-right-form {
	margin-top: 0;
}
@media screen and (min-width: 1025px) {
.post-body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	color: 0f1730;
}

 

	.post-body-image ~ .post-body-excerpt {
		margin-left: 00px;
		width: 100%;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: 700;
	text-decoration: none;
	border-radius: 0px;
	width: 30px;
	height: 30px;
	line-height: 27px !important;
	text-align: center;
	margin: 0 2px !important;
	display: block;
	background: #fff;
	color: #01012f;
	margin-right: 0;
	font-size: 1.063rem;
	font-weight: bold !important;
	background-color: transparent !important;
}


.wp-pagenavi span.current {
	color: #c8242f;
	border-color: transparent !important;
	border-radius: 0;
	padding: 0px !important;
	background-color: transparent;
	font-weight: bold !important;
	font-size: 1.063rem;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: #c8242f;	
	border-color: transparent !important;
	border-radius: 0px;
	padding: 0px !important;
	background-color: transparent  !important;	
	font-weight: bold !important;
	font-size: 1.063rem;
	text-decoration:none !important
}

.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: #01012f;
	background: none;
	padding: 0px 5px !important;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: bold;
	border-color: transparent !important;
	background-color: transparent !important;
	font-size: 1.125rem;
}

.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: #C8242F;
	padding: 0px 5px !important;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: bold;
	border-color: transparent !important;
	background-color: transparent !important;
	font-size: 1.125rem;
}
.wp-pagenavi i {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	padding: 0 5px;
}
.sidebar section.blog-form .form-container {
	padding: 15px;
}



/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

 



/* TEMPLATES > Attorney-Template-custom*/


.attorney-info-annie {
	margin-top: 183px;
}

.attorney-imgae-right img {
	position: relative;
	right: -80px;
}
.attorney-annie-banner-left-inner {
	padding-top: 50px;
}

.attorney-annie-banner-name h1 {
	font-size: 60px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.attorney-annie-banner-name h1 {
	font-size: 60px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.attorney-annie-banner-position.no-margin {
	font-size: 27px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.attorney-annie-banner-info p, .attorney-annie-banner-info p a {
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	margin: 0;
}

 .attorney-annie-banner-info p a:hover,
  .attorney-annie-banner-info p a:focus {
	font-size: 18px;
	font-weight: bold;
	color: #0057e2;
	margin: 0;
}
.attorney-annie-banner-info p {
	margin-bottom: 10px !important;
}

.attorney-annie-banner-info i {
	color: #1A1818;
	font-weight: bold;
	text-align: center;
	width: 25px;
	text-align: left;
}

.attr-sub-tit {
	border-top: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	text-align: center;
	padding: 11px 0;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: 500;
	color: #404040;
	margin-top: 26px;
}

.attorney-first-right-section {
	padding: 30px 50px 30px 150px;
}

.attorney-first-right-section a {
	color: #404040;
}

.attorney-first-right-section a:hover,
.attorney-first-right-section a:focus {
	color: #1A1818;
}
.attorney-first-right-section p:last-of-type {
	margin: 0;
}
 .attorney-featured-slider-video {
	padding: 150px 0;
	background-size: 900px;
	background-position: right 12px;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	margin-top: -150px;
	padding-bottom: 50px;
}
.featured-slider-inner {
	padding: 35px 80px 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	margin: 19px;
	text-align: center;
}

.module-results-a-buttons.slick-arrow-container {
	width: 140%;
	margin: 0 auto;
	left: -20%;
}

.news-logo {
	text-align: left;
	width: 100%;
	min-height: 100px;
}

.news-block.news-single .news-logo {
	text-align: left;
	width: 100%;
}

 .news-logo img {
	margin: 15px auto;
}
.resTit {
	color: #909090;
	font-size: 18px;
	margin: 0;
}


.module-results-a-buttons.slick-arrow-container button {
	color: #1A1818;
	font-size: 45px;
}

.module-results-a-buttons.slick-arrow-container button:hover,
.module-results-a-buttons.slick-arrow-container button:focus {
	color: #404040;
	font-size: 45px;
}


.news-media-section {
	padding: 30px 0 70px 0;
}

.attr-news-title {
	font-size: 60px;
	text-align: center;
	border-top: 3px solid #0e4a75;
	padding-top: 60px;
	margin-bottom: 40px;
}

.mnews-tit, .mnews-tit a {
	font-size: 22px !important;
	color: #404040;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: capitalize !important;
	letter-spacing: 0;
	outline: none !important;
	line-height: 1.4;
}


 .mnews-tit a:hover,
 .mnews-tit a:focus {
	font-size: 22px !important;
	color: #1A1818;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: capitalize !important;
	letter-spacing: 0;
}

.no-underline.news-media-link {
	color: #404040;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.75px;
	font-weight: bold;
}

.no-underline.news-media-link:hover,
.no-underline.news-media-link:focus {
	color: #1A1818;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.75px;
	font-weight: bold;
	margin-top:10px
}

.news-media-link i {
	font-weight: bold;
}

.no-underline.button.newsMediaLink {
	background: #000;
	text-decoration: none;
	margin-top: 40px;
}

.no-underline.button.newsMediaLink:hover,
.no-underline.button.newsMediaLink:focus {
	background: #1A1818;
	text-decoration: none;
}




/* SECTION > IN-THE-NEWS */



.page-template-template-news .module.module-badges-a {
	padding-top: 0;
	border-bottom: 0px solid #a3a3a3;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.page-template-template-news .module.module-badges-a::after {
	content: "";
	position: absolute;
	background: #a3a3a3;
	width: 96%;
	left: 3%;
	bottom: 0;
	height: 1px;
}
.news-section .row {
	display: flex;
	flex-wrap: wrap;
 
}
.page-template-template-news .news-single {
	padding: 10px 30px;
	margin-bottom:30px;
}
.page-template-template-news #main {
	padding-top: 15px;
	padding-bottom: 15px;
}

.news-single .news-logo img {
	max-width: 100%;
	margin: 0;
	max-height: 200px;
	margin-bottom: 15px;
}

.page-template-template-news .newsTit {
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.page-template-template-news .news-single {
	padding: 15px 30px;
}
.news-video .youtube-player {
	margin-top: 0;
	margin-bottom: 20px;
}

h3.newsTit, .newsTit a {
	font-size: 22px;
	color: #404040;
	text-decoration: none !important;
	margin-bottom: 15px;
}

  .newsTit a:hover,
   .newsTit a:focus {
	font-size: 22px;
	color: #1A1818;
	text-decoration: none !important;
}
.newsBtn.button {
	margin-top: 30px;
	background: #fff;
	color: #0057e2;
	border: 2px solid #0057e2;
	padding: 10px 15px;
}

.newsBtn.button:hover,
.newsBtn.button:focus {
	margin-top: 30px;
	background: #0057e2;
	color: #fff;
	border: 2px solid #0057e2;
	padding: 10px 15px;
}

 


/* SECTION > IN-THE-NEWS */


 
 /* 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: 20px;
	font-weight: 400;
	text-decoration:none
}

.attorney-banner-pdfs.attorney-banner-flex-row {
	display: none !important;
}

.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
	color: #f47920;
	line-height: 1.0;
	font-size: 20px;
	font-weight: 400;
    text-decoration:none
}

 
 

.attorney-banner-info>p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: #f47920;
	font-weight: 400;
	font-size:25px;
}


/* TEMPLATES > Attorney Banner Template A */

.single-attorneys-template-a .attorney-banner-right {
	background-color: #DD001A;
	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 rgba(255, 255, 255, 0.5);
}

.single-attorneys-template-a .attorney-banner-name h1 {
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.single-attorneys-template-a .attorney-banner-info i {
	color: #fff;
	width: 21px;
	text-align: left;
	font-size: 20px;
}


/* TEMPLATES > Attorney Banner Template B */

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */


.attorney-banner-name h1 {
	font-size: 2.2rem;
	color: #052E68;
	margin-bottom: 10px;
	font-family: var(--heading-font-family);
}


.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: #14172F;
	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: 0;
	letter-spacing: 1px;
}

.single-attorneys-template-a .attorney-banner-info i {
	color: #0878ab;
	width: 20px;
	text-align: center;
}

/* 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 #0878ab;
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
	font-size: 1rem;
}

.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: #0878ab; */
}

.single-attorneys-template-b .vcard i {
	font-size: 75%;
}


@media screen and (min-width: 400px) {
	.single-attorneys-template-b .attorney-banner-info p,
	.single-attorneys-template-b .attorney-banner-info a {
		font-size: 1.3rem;
	}
}

@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: 4rem;
	text-transform: capitalize;
	font-weight: normal;
}

	.attorney-banner-left img {
		max-width: none;
	}

	.attorney-banner-right {
		min-width: 50%;
		margin-left: 40px;
		text-align: left;
	}

	.single-attorneys .banner {
		height: auto;
		padding: 25px 0 0;
	}

	.single-attorneys .banner-inner {
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.single-attorneys .banner {
		padding-top: 180px;
	}
}

@media screen and (min-width: 1280px) {
	.attorney-banner-left img {
		width: auto;
		max-width: 400px;
	}
}

/* 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 > Attorneys Landing */
/*
.page-template-template-attorneys main {
	padding-top: 150px;
}

.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.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;
}

.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: #184762;
	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: #0878AB;
}

.attorney-result-single h2 {
	font-size: 1.3rem;
}

.attorney-result-info p {
	font-size: 0.9rem;
}

@media screen and (min-width: 640px) {
	.attorney-results {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.attorney-results .attorney-result-single {
		width: 46%;
	}

	.attorney-results .attorney-result-single {
		margin: 0 2% 2%;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results .attorney-result-single {
		width: 31.3%;
		margin: 0 1% 1%;
	}
}*/


/* 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 > Attorneys Landing */
 
 
.page-template-template-practices #main {
	background: transparent;
}

.page-template-template-practices #main .pracTitle {
	background: #f5f7f9;
}

.page-template-template-practices #main .pracTitle:hover,
.page-template-template-practices #main .pracTitle:focus {
	background: #052E68 !important;
	color:#fff
}

.page-template-template-practices .practice-box:hover .pracTitle, .page-template-template-practices .practice-box:focus .pracTitle {
	background: #052E68 !important;
	color:#fff
}


.attorney-search-inner {
	display: block;
	outline: none;
	-webkit-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-moz-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-ms-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-o-transition: filter 300ms ease-out, opacity 100ms ease-out;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(15px);
	opacity: 0;
}

.attorney-single-box {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.attorney-results .attorney-single-box {
	width: 100%;
	max-width: 400px;
	width: 100%;
    max-width: 400px;
    padding: 0;
    /*background-image: url(/wp-content/uploads/bio-landing-option1.webp);*/
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.attorney-single-box 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;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	background-color:rgb(22, 22, 22, 0.9);
	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-single-box-info h2,
.attorney-single-box-info p {
	color: #fff;
	margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background:#cca948;
}

.attorney-single-box h2 {
	font-size: 1.5rem;
}

.attorney-single-box:hover .attorney-single-box-info h2,
.attorney-single-box:focus .attorney-single-box-info h2,
.attorney-single-box:hover .attorney-single-box-info p,
.attorney-single-box:focus .attorney-single-box-info p  {
	color:#161616
}

.attorney-single-box-info p {
	font-size: 18px;
	color: #CC9A48;
	font-weight: normal;
}

.attorney-single-row {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.attorney-row-link {
	justify-content: center;
	margin: 0 auto;
	max-width: 280px;
	-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;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid #C0C3D3;
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: #14172F;
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap:10px;
		grid-column-gap: 10px;
	}
	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}
	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}
	.attorney-results.attorney-results-type-row {
		display: block;
	}
	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid #C0C3D3;
		text-align: left;
		margin-bottom: 30px;
	}
	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}
	.attorney-row-info {
		display: flex;
		flex: 1;
		padding: 0 0 40px 5vw;
	}
	.attorney-row-info-main {
		justify-content: flex-end;
		display: flex;
		flex-direction: column;
		padding: 0;
		border: none;
		flex: 1;
	}
	.attorney-row-info-main-contact {
		margin-top: 40px;
	}
	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}

/* TEMPLATES > Practice Details */

.single-practices #banner {
 
	min-height: 850px;
}


.single-practices #banner #banner-title {
	opacity: 1 !important;
}


.single-practices #banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 150px;
}

 #banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 150px;
}

#banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 180px;
	margin-top: 74px;
}


.module.module-intro-a.section-practice-image {
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 500px;
	padding-top: 50px;
}

.prac-heading-title {
	color: #c8242f;
	font-family: var(--body-font-family);
	font-size: 1.15rem;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

/*ul.two-column {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
}

ul.two-column li {
	width: 49%;
}*/

.sidebar section.side-rec-results {
	background: #052e68;
	position: relative;
	padding: 35px 35px 45px 35px;
	background-image: url(../images/att-result-mob-bg.jpg);
	background-size: cover;
}


.results-slider-single h3 {
	font-size: 2.875rem;
	color: #d3ae73;
	font-family: var(--body-font-family);
	font-weight: 700;
	letter-spacing: -2.62px;
	margin-bottom: 5px;
}

.result-side-prac a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}
.result-side-prac a:hover,
.result-side-prac a:focus{
	color: #C8242F;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
   text-decoration: none;
}

.sidebar section.side-rec-results #results-slider {
	margin: 0;
}


.sidebar section.side-rec-results .slick-dots li {
	display: flex;
	margin: 2px !important;
	align-content: center;
	border: none;
	padding: 0;
}
.sidebar section.side-rec-results .slick-dots li::before {
	display: none;
}
 .sidebar section.side-rec-results .slick-dots {
	text-align: right;
	width: 40px;
	right: 0;
	display: flex !important;
	height: 80%;
	top: 2%;
	flex-direction: column;
	align-items: center;
	align-self: inherit;
	align-content: first baseline;
	bottom: inherit;
}


 .sidebar section.side-rec-results .slick-dots li button {
	height: 14px;
border: 1px solid rgb(255, 255, 255,0.47);
	border-radius: 55%;
	width: 14px;
	color: transparent;
	opacity: 1 !important;
}

 .sidebar section.side-rec-results .slick-dots li button {
	height: 14px;
border: 1px solid rgb(255, 255, 255,0.47);
	border-radius: 55%;
	width: 14px;
	color: transparent;
	opacity: 1 !important;
}




 .sidebar section.side-rec-results .slick-dots li.slick-active button span {
	height: 14px;
	border: 1px solid #fff;
	border-radius: 55%;
	width: 14px;
	color: #C8242F;
	opacity: 1 !important;
	background: green
}



 .sidebar section.side-rec-results .slick-dots li.slick-active button  {
	height: 14px;
border: 1px solid #C8242F;
	border-radius: 55%;
	width: 14px;
	color: transparent;
	opacity: 1 !important;
	background:#C8242F
}

 .sidebar section.side-rec-results .slick-dots li.slick-active button:hover,
 .sidebar section.side-rec-results .slick-dots li.slick-active button:focus,
  .sidebar section.side-rec-results .slick-dots li  button:hover,
 .sidebar section.side-rec-results .slick-dots li button:focus {
 
border: 1px solid #C8242F;
background:#C8242F

 
}



 .sidebar section.side-rec-results .slick-dots li button span {
	color: transparent;
	display:none !important
}

 .sidebar section.side-rec-results .slick-dots li button:focus .slick-dot-icon:before,
 .sidebar section.side-rec-results .slick-dots li button:hover .slick-dot-icon:before {
	color: #C8242F !important;
}

 .sidebar section.side-rec-results .slick-dots li button:focus ,
 .sidebar section.side-rec-results .slick-dots li button:hover  {
border: 0px solid rgb(255, 255, 255,0.47); outline: none;
}

 
 
 
.sidebar section.sidebar-block-post h2 {
	color: #052e68;
	font-size: 1.563rem;
	font-weight: bold;
	margin-bottom: 0px;
}

.posts-slider-single h2 a {
	font-size: 1.188rem;
	color: #052e68;
	line-height: normal;
}

.sidebar section.sidebar-block-post .slick-dots li {
	display: inline-block !important;
	border: none;
}

.sidebar section.sidebar-block-post #posts-slider {
	padding-bottom: 40px;
}

.sidebar section.side-rec-results h2 {
	color: #fff;
	font-size: 1.563rem;
	font-weight: 700;
	position: relative;
	margin-bottom: 35px;
}
.sidebar section.sidebar-block-post .posts-slider-single h2 {
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 6px;
	font-weight: normal !important;
}

.sidebar section.sidebar-block-post .posts-slider-single h2 a {
	font-weight: 500;
	text-decoration: none !important;
}


.sidebar section.sidebar-block-post .posts-slider-single h2 a:hover,
.sidebar section.sidebar-block-post .posts-slider-single h2 a:focus {
	color: #C8242F;
	text-decoration: none !important;
}


.sidebar section.side-rec-results h2::after {
	position: absolute;
	content: "";
	position: absolute;
	width: 2.7rem;
	background: #c8242f;
	height: 4px;
	bottom: 0;
	left: 0;
	margin-bottom: -15px;
}

.news-side-bot {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}
.news-side-bot .post-head-category {
	text-transform: uppercase;
}

.news-side-bot .side-news-icon.no-underline {
	color: #657ea2;
	font-size: 1.225rem;
}


.news-side-bot .side-news-icon.no-underline:hover,
.news-side-bot .side-news-icon.no-underline:focus {
	color: #C8242F;
	font-size: 1.225rem;
}





.single-practices .module-badges-c-inner .tabName {
	display: none;
}

.module-badges-c-single img {
	height: auto;
	max-width: 200px;
	width: 100%;
}

.single-practices #main {
	padding-bottom: 0;
}


/* Sidebar blog css */

.first-prac-cta-text.first-cta-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.module.module-intro-a.section-footer-contact.section-practice-cta .footer-prac-text.footer-contact-top2 {
	max-width: 875px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.module.module-intro-a.section-footer-contact.section-practice-cta .cta-right-inner.prac {
	flex-direction: row;
	justify-content: center;
	gap: 0 20px;
	text-align: center;
}

.module.module-intro-a.section-footer-contact.section-practice-cta .cta-right-inner.prac .button {
	padding: 15px 30px !important;
}


.sidebar section.sidebar-block-post .slick-dots {
	text-align: left;
	width: 100%;
	right: 0;
	display: inline-block !important;
	height: auto;
	top: inherit;
	flex-direction: column;
	align-items: center;
	align-self: inherit;
	align-content: first baseline;
	bottom: inherit;
	bottom: 0;
}/*
.sidebar section.sidebar-block-post .slick-dots li button {
	height: 14px;
border: 1px solid #989898;
	border-radius: 55%;
	width: 14px;
	color: transparent;
	opacity: 1 !important; outline: none !important;
}



.sidebar section.sidebar-block-post .slick-dots li.slick-active button span {
	height: 14px;
	border: 1px solid #989898;
	border-radius: 55%;
	width: 14px;
	color: #C8242F;
	opacity: 1 !important;
	background: green
}



.sidebar section.sidebar-block-post .slick-dots li.slick-active button  {
	height: 16px;
border: 3px solid #C8242F;
	border-radius: 55%;
	width: 16px;
	color: transparent;
	opacity: 1 !important;
}


.sidebar section.sidebar-block-post .slick-dots li button span {
	color: transparent; outline: none;
}

.sidebar section.sidebar-block-post .slick-dots li button:focus .slick-dot-icon:before,
.sidebar section.sidebar-block-post .slick-dots li button:hover .slick-dot-icon:before {
	color: #C8242F !important; outline: none;
} 


.sidebar section.sidebar-block-post .slick-dots li button:focus,
.sidebar section.sidebar-block-post .slick-dots li button:hover {
	border: none !important;
}

.sidebar section.sidebar-block-post .slick-dots li.slick-active button,
.sidebar section.sidebar-block-post .slick-dots li  button:hover,
.sidebar section.sidebar-block-post .slick-dots li  button:focus   {
	height: 16px !important;;
	border: 0px solid #989898;
	border-radius: 55%;
	width: 16px !important;;
	color: #C8242F;
	opacity: 1 !important;
	background:#C8242F;
}
*/



.sidebar section.sidebar-block-post .slick-dots li span {
	display: none !important;
}


.sidebar section.sidebar-block-post .slick-dots li button {
	border: 1px solid #ccc;
	border-radius: 55%;
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
}

.sidebar section.sidebar-block-post .slick-dots li.slick-active button,
.sidebar section.sidebar-block-post .slick-dots li  button:hover,
.sidebar section.sidebar-block-post .slick-dots li  button:focus {
	border: 1px solid #C8242F;
	border-radius: 55%;
	width: 18px !important;
	height: 18px !important;
	padding: 0 !important;
	background:#C8242F;
	outline:none !important
}

.sidebar section.sidebar-block-post .slick-dots li button:after,
 .sidebar section.sidebar-block-post .slick-dots li button:before{
 display: none !important;
}



/* TEMPLATES > Attorney Template C */
.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px;
}
.page-template-single-attorneys .header-logo.module-header-a-logo {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.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;
	font-size: 35px;
}

.attorney-template-c-contact h2 {
	font-size: 0.8rem !important;
}

.mCSB_draggerRail,
.mCSB_scrollTools {
	background-color: #14172F !important;
	width: 3px !important;
}

.mCSB_dragger,
.mCSB_dragger_bar {
	background-color: #007297 !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: 90%;
	width: auto;
	height: 400px;
}

.attorney-template-c-contact p {
	margin-bottom: 0;
}

.attorney-banner-contact {
	margin-bottom: 20px;
}
.attorney-banner-buttons {
	display: flex;
	column-gap: 10px;
	margin-bottom: 20px;
}
.attorney-banner-buttons p {
	font-size: 25px;
	font-weight: bold;
}

.attorney-banner-buttons p i {
	font-weight: bold;
}
@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:#f7b334;
	}

	.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: 650px;
		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: 10px;
	}

	.attorney-template-c-content-inner .content-tab {
		padding: 0;
		margin: 0;
	}
}



/* TEMPLATES > Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
	background: transparent;
	padding: 40px;
	padding-bottom: 20px;
}

.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;
}

.attr-side-consult-btn.button {
	position: absolute;
	right: -124px;
	rotate: -90deg;
	top: 450px;
	font-size: 15px!important;
	padding: 15px 10px 15px !important;
}
.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
	margin-bottom: 15px;
}

.attorney-banner-large-info a, .attorney-banner-large-info p {
	color: #01012f;
}

.attorney-banner-large-info a:hover,
.attorney-banner-large-info a:focus{
	color: #C8242F;
}
  
.attorney-banner-large-info p {
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.attorney-banner-large-info {
	border-top: 0px solid #fff;
	margin-top: 15px;
	padding-top: 10px;
	padding-left: 0;
}

.attorney-banner-large-info i {
	color: #C8242F;
	font-weight: normal;
}


.attorney-banner-large-info a, .attorney-banner-large-info p a, .attorney-banner-large-info p {
	font-size: 20px;
	font-weight: 400;
}

.attorney-banner-large-info a:hover,
.attorney-banner-large-info p a:hover,
.attorney-banner-large-info p a:focus {
	font-size: 20px;
	color:#CC9A48;
	text-decoration:none;
}


.attorney-banner-large-right img {
	/* border: 1rem solid rgba(255,255,255,0.75); */
	/* width: auto; */
	max-width:auto;
}

.attorney-bio-main-d {
	position: relative;
	margin-top: -250px;
	padding-bottom: 0;
}

.attorney-bio-main-d .full-width.columns.content {
	padding: 0;
}


#sidebar-jump-links-list li {
	list-style-type: none;
}
#sidebar-jump-links-list li:before {
	list-style-type: none;
	opacity:0;
}
#sidebar-jump-links-list li button {
	list-style-type: none;
	font-size: 1rem;
	color: #05447c;
	border: none;
	letter-spacing: 0.4px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	margin: 18px 0;
}

#sidebar-jump-links-list li button:hover,
#sidebar-jump-links-list li button:focus {
	list-style-type: none;
	font-size: 1rem;
	color: #C8242F;
	border: none;
	letter-spacing: 0.4px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align:left;
	margin: 18px 0;
}
.module.module-intro-a.section-attr-acc .module-intro-content {
	max-width: 1080px;
	margin: 0 auto;
}

.attr-dtl-left-col-inner {
	margin-right: 30px !important;
}
.tabName {
	color: #c8242f;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: var(--body-font-family);
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.why-red.red-clr {
	font-size: 2.25rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 25px;
	font-family: var(--heading-font-family);
}
.accordion-item {
	border-bottom: 1px solid #c6c6c6;
}
.accordion-item-title {
	padding: 20px 43px 20px 0;
	font-size: 1.563rem ! important;  
	font-weight: bold! important; 
}
 

#sidebar-jump-links-list li {
	border-bottom: 1px solid #dddddd;
	padding-left: 15px;
	margin-bottom: 0;
}

.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;
}
.module.module-intro-a.section-attr-acc {
	margin-bottom: 0;
 
}
 
.module.module-intro-a.section-attr-number.section-attr-acc {
	background-image: url(/wp-content/themes/paperstreet/images/att-number-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 100px 0;
}
 

#jump-you-are-not-a-number-here {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.numberFirstTitle {
	color: #fff;
	font-size: 2.875rem;
	font-weight: normal;
	padding-right: 50px;
	margin-bottom: 25px;
	font-family: var(--heading-font-family);
}

.numberSecTitle {
	font-size: 1.188rem;
	letter-spacing: 3.8px;
	font-family: var(--body-font-family);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 35px;
}
.numberCta.button {
	width: auto;
	display: inline-block;
	padding: 20px 20px 20px;
}
 

.numberText p {
	color: #fff;
}
 
.case-red-tit.red-clr {
	color: #c8242f;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: var(--body-font-family);
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.attr-sidebar-right-col-inner.attr-dtl-right-col-inner .prac-tit {
	font-size: 2.25rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 25px;
	padding-right: 45px;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
}
 
.module.module-intro-a.section-attr-acc.section-attr-practice {
	background: #f5f7f9;
	padding: 60px 0;
}

.module.module-testimonials-b.section-attr-acc {
	z-index: 0;
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 100px;
}

.module.module-testimonials-b.section-attr-acc .test-first-title.red-tit{
	color: #c8242f;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: var(--body-font-family);
	font-size: 1.25rem;
	margin-bottom: 10px;
	padding: 0;
}

.module.module-testimonials-b.section-attr-acc .test-sec-title {
	font-size: 2.25rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 35px;
	color: #052e68;font-family: var(--heading-font-family);
}

.module.module-testimonials-b.section-attr-acc #slider-testimonials-b {
	width: 190% !important;
}


.module.module-testimonials-b.section-attr-acc .test-first-title.red-tit::after {
  opacity: 0;
}


.module.module-testimonials-b.section-attr-acc  .slick-slide.slick-current.slick-active + div .slider-testimonial-single .slider-testimonial-content:after{
	content: "";
	background: #fff; 
	width: 100%;
	height: 100%;  position: absolute;
	left: 0;
	top: 0;
	opacity: 0.7;
	
}


.module.module-testimonials-b.section-attr-acc  .slick-slide.slick-current.slick-active + div  .slider-testimonial-content {
 
	background: #091e3c !important; 
}
.module.module-testimonials-b.section-attr-acc .tesstimonial-line {
	width: 74% !important;
	bottom: 11%;
	left: 20%;
	background: rgb(141, 141, 141,0.24);
}

.module.module-testimonials-b.section-attr-acc .tesstimonial-button {
	text-align: left;
 
}
.module.module-testimonials-b.section-attr-acc .tesstimonial-button .button.testCtaBtn {
	margin-top: 15px !important;
	display: inline-block;
	margin-left: 15px;
}

.module.module-education.section-attr-acc {
	position: relative;
	background: #fcfaf6;
}
.module.module-education.section-attr-acc .focus_bg_title-main {
	left: -2%;
	width: 102%;
	text-align: center;
}


.module.module-education.section-attr-acc .focus_bg_title.bg-title {
	font-size: 18rem;
	line-height: 1;
 
}
 

.module.module-education.section-attr-acc .test-first-title.red-tit {
	color: #c8242f;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: var(--body-font-family);
	font-size: 1.25rem;
	margin-bottom: 10px;
	padding: 0;
	margin-top: 120px;
}


.module.module-education.section-attr-acc .test-sec-title {
	font-size: 2.875rem;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 35px;
	color: #052e68;
}
 

.module.module-education.section-attr-acc .test-first-title.red-tit::after {
	opacity: 0;
}
.eductaions-list {
	text-align: left;
}

.eduTitle {
	font-size: 1.563rem;
	font-family: var(--body-font-family);
	color: #052e68;
	font-weight: 700;
}

.education-text {
	margin-bottom: 40px;
	border-bottom: 2px solid #c6c6c6;
	padding-bottom: 20px;
}
.module.module-intro-a.section-news .focus_bg_title-main {
	left: 47%;
	letter-spacing: ;
}
 
.module.module-intro-a.section-news .focus_bg_title-main .focus_bg_title {
	font-size: 16rem;
	letter-spacing: -15px;
	line-height: 1;
	margin-top: ;
}


.module.module-intro-a.section-news .module.module-intro-a.section-news .focus_bg_title-main {
	margin-top: -70px;
}

.attorney-bio-main-d .news-first-title {
	margin-top: -85px;
}

.attorney-bio-main-d .news-sec-title {
	margin-bottom: 45px;
}

.attorney-bio-main-d .slick-dots {
	display: none !important;
}
.attorney-bio-main-d .module.module-intro-a.section-news .slick-dots li::before {
	content: "" !important;
}
.attr-sidebar-right-col.attr-dtl-right-col {
	padding-right: 0!important;
}
.attr-sidebar-right-col.attr-dtl-right-col .practice-box.hp-prac-box {
	padding-right: 15px!important;
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	margin-bottom: 0;
}
.attorney-banner-large-buttons a i {
	margin: 0;
}
.attorney-banner-large-buttons a {
	padding: 0;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CC9A48;
}

.attorney-banner-large-buttons a:hover,
.attorney-banner-large-buttons a:focus {
	background:#161616;
}






.attorney-bio-main-d .module.module-intro-a.section-news button {
	color: #657ea2;
	font-weight: normal;
	border: none !important;
	cursor: pointer;
}
.attorney-bio-main-d .module.module-intro-a.section-news button i {
	font-weight: 700 !important;
	font-size: 29px;
}
.attorney-bio-main-d .module.module-intro-a.section-news button:hover,
.attorney-bio-main-d .module.module-intro-a.section-news button:focus {
	color: #D3AE73;
	font-weight: normal;
	border: none !important;
	cursor: pointer;
}



.button.testimonialBtn {
	position: relative;
	z-index: 1;
	border: 1px solid #fff;
	background: transparent;
	font-size: 0.813rem;
	letter-spacing: 1.3px;
	padding: 18px 24px;
	margin-top: 30px;
}

.button.testimonialBtn:hover,
.button.testimonialBtn:focus {
	position: relative;
	z-index: 1;
	border: 1px solid #CC9A48;
	background: #CC9A48;
	font-size: 0.813rem;
	letter-spacing: 1.3px;
	padding: 18px 24px;
	margin-top: 30px;
}


.attorney-bio-main-d  .module-blog-c-buttons.slick-arrow-container {
	top: inherit;
	bottom: 0;
	justify-content: flex-start;
	column-gap: 15px;
	padding-left: 10px;
}

.attorney-bio-main-d .module-blog-c-inner.slider-container {
	padding-bottom: 80px;
}
.attorney-bio-main-d .module-blog-c-buttons.slick-arrow-container button {
	margin-bottom: 0;
}


 
.tesstimonial-line.blog-line {
	background: rgb(141, 141, 141,0.24);
	width: 78%;
	left: 25%;
}
.attorney-bio-main-d .module.module-intro-a.section-news .module-intro-content.row-narrow {
	margin-bottom: 0;
	border-bottom: 2px solid #ccc;
	padding-bottom: 100px;
}


.attorney-bio-main-d .module.module-intro-a.section-news {
	margin-bottom: 0;
	padding-bottom: 0;
}


.locationImgTop img {
	max-width: 480px;
	width: 100%;
}
.location-bottom {
	font-size: 17px;
	text-transform: uppercase;
	max-width: 397px;
	letter-spacing: 3px;
	margin-top: 38px;
	margin-left: 35px;
	position: relative;
}

.location-bottom b {
	font-weight: 700;
}
.loc-red-line {
	position: absolute;
	left: 0;
	height: 120%;
	background: #C8242F;
	width: 4px;
	margin-left: -31px;
	top: -8%;
}

.location-first-txt {
	font-family: var(--body-font-family);
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.red-location {
	color: #C8242F;
	font-weight: bold;
}
.location-title {
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
}

.location-title.third-loc-tit {
	margin-bottom: 20px;
}

.location-text {
	padding-right: 25px;
	margin-bottom: 40px;
}

.locBtn.button {
	display: inline-block;
}

.locBtn.button:hover,
.locBtn.button:focus {
background-color: #fff;
color: #C8242F;
}



.module.module-intro-a.section-about.section-bot-about.aboutImg {
	background: #032453;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

.module.module-intro-a.section-about.section-bot-about.aboutImg .locationImg {
	max-width: 500px;
}
.module.module-intro-a.section-about.section-bot-about.aboutImg .location-first-txt .red-location {
	color: #fff;
	font-weight: bold;
}

.module.module-intro-a.section-about.section-bot-about.aboutImg .location-first-txt {
	color: #fff;
	font-weight: 700;
}
.location-title {
	color: #fff;
}
.location-text p {
	color: #fff;
}
.location-bottom {
	color: #fff;
}
.single-attorneys .module.module-intro-a.section-footer-contact {
	position: relative;
	z-index: 1;
}

.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;
}

.attr-heading-title {
	color: #c8242f;
	font-family: var(--body-font-family);
	font-size: 1.15rem;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.module.module-intro-a.section-attorney-banner  .slick-slide {
	margin: 0 5px !important;
}
.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single {
	background: rgba(5, 46, 104, 0.90);
	max-width: 215px;
	min-height: 170px;
}
.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots {
	display: none !important;
}
.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single h3 {
	font-size: 3.175rem;
	color: #d3ae73;
	font-family: var(--body-font-family);
	font-weight: 700;
	letter-spacing: -2.62px;
	margin-bottom:5px
}

.module.module-intro-a.section-attorney-banner .module-results-a-inner.slider-container {
	padding: 0 10px 0 40px;
	margin-top: 25px;
}

#attorney-banner-bottom {
	position: relative;
}


.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single::after {
	opacity:0
}



.result-attr-prac a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
}

.result-attr-prac a:hover,
.result-attr-prac a:focus{
	color: #C8242F;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
   text-decoration: none;
}



@media screen and (min-width: 900px) {

.attorney-banner-large-left {
	order: 0;
	flex: 1;
	margin-right: 0;
	align-self: flex-start;
	margin-top: 2%;
	margin-bottom: 5%;
	padding-right: 0;
	min-width: 50%;
	border-bottom: 5px solid #C8242F;
	padding-left: 10px;
	margin-left: 5%;
	padding-top: 30px;
	padding-bottom: 10px;
}


.attorney-banner-large-right {
	flex: 1;
	background: none;
	width: auto;
	margin: 0;
	align-self: flex-end;
	padding-bottom: 70px;
}

.attorney-banner-large-right img {
	height: auto;
	max-width: 380px;
}
}




/* TEMPLATES > Video Landing */


.videos-single {
    position: relative;
    width: 100%;
    min-height: 270px;
    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 !important;
    background-position: center;
}
.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.25;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.videos-single h2 {
    position: absolute;
    top: 100%;
    width: 100%;
    min-height: 75px;
    max-height: 75px;
    line-height: 1.2;
    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: #1d1c22;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 20px;
    margin: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.videos-single:hover h2,
.videos-single:focus h2 {
    color: #fe0a0a;
}
.videos-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.videos-container .wp-pagenavi {
    order: 3;
}
.videos {
    order: 2;
}
@media screen and (min-width: 640px) {
    .videos {
        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;
    }
    .videos-single {
        width: 48%;
        margin-right: 2%;
    }
}
@media screen and (min-width: 1025px) {
    .videos {
        justify-content: flex-start;
    }
    .videos-single {
        width: 31.3%;
        margin: 0 20px 100px 0;
    }
}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    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: 1;
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.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: 0 0;
}
.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 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.video-filters-select-container {
    position: relative;
}
.video-filters-select-container::after {
	content: "\f107";
	position: absolute;
	right: 16px;
	color: #052E68;
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-size: 35px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.video-filters {
	display: flex;
	order: 1;
	align-items: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.video-filters select {
	padding: 0;
	font-size: 17px;
	font-weight: 500;
	width: 350px;
	padding: 4px 15px !important;
	background: transparent;
	border: 1px solid #ccc;
	line-height: normal !important;
}
.video-filters select option {
    font-size: 18px;
    font-weight: 500;
}
.video-filters h3 {
    margin-bottom: 0;
    margin-right: 15px;
}




/* TEMPLATES > 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: 80px 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;
	}
}





 
.posts-slider-box {
	background: #eff4f7;
	text-align: center;
	padding: 40px 15px;
	margin: 25px auto 50px auto;
	position: relative;
}

.posts-slider-box .posts-slider-single h2 {
	font-size: 40px;
	margin-bottom: 15px;
	color: #6dbe5a;
	font-weight: bold;
}


 .posts-slider-box .posts-slider-single p {
	font-size: 17px;
	color: #50656e;
	font-weight: bold;
	max-width: 90%;
	margin: 0 auto;
	line-height: 1.5;
}
#posts-slider {
	position: relative;
}
.posts-slider-arrows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 90%;
	bottom: 26%;
	left: 5%;
	margin: 0 auto;
}

.posts-slider-arrows button {
	background: transparent !important;
	color: #5e93aa;
	font-size: 50px;
	font-weight: 300;
}
.posts-slider-arrows button:hover,
.posts-slider-arrows button:focus {
	background: transparent !important;
	color: #6dbe5a;
	font-size: 50px;
	font-weight: 300;
}

.pa-faq-section .faq-pa-single .pa-faq-tit {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.pa-faq-text p {
	color: #5e93aa;
	font-size: 14px;
	line-height: 22px;
}

.pa-faq-text p:last-child {
	margin-bottom: 0;
}

.pa-faq-section .faq-pa-single .pa-faq-tit {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #1b3a63;
}
.pa-faq-section .faq-pa-single {
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(204, 204, 204,0.5);
	padding-bottom: 30px;
}


.posts-slider-box .posts-slider-single {
	padding: 0 100px;
}
.posts-slider-box .posts-slider-single p {
	font-size: 17px;
	color: #50656e;
	font-weight: bold;
}


.content .claim-li::before {
	color: #fff;
	position: absolute;
	left: 10px;
	top: 12%;
}

.content .claim-li a {
	color: #231f20;
	padding: 10px 15px 10px 25px;
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration:none !important
}

.content .claim-li a:hover,
.content .claim-li a:focus {
	background:#5e93aa;
 
}

.case-sidebar-inner.case-inner-box {
	position: relative;
	background-size: cover;
	left: 0;
	width: 100%;
	padding: 35px;
}

.case-inner-box-inn {
	position: relative;
	z-index: 1;
}




/* TEMPLATES >   */


/* 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: #161616;
	padding: 40px 0;
}

.contact-full-inner .right-form {
	margin: 0 !important;
}

 
 
.page-template-template-contact .form-container .error-text {
	font-size: 13px;
	color: red;
}
.page-template-template-contact .form-container .footer-contact-title{
	color: #fbc549;
}

.page-template-template-contact .main-serving-content::before {
	border-bottom: 7px solid #fbc549;
 
}
.page-template-template-contact  .serving-module {
	margin-bottom: 50px;
}

.page-template-template-contact .contact-social-links {
	margin-bottom: 45px;
	 
}
.page-template-template-contact .contact-social-links a {
	font-size: 30px;
	width: auto;
	margin-right: 16px;
}
.contact-ofc-addr a {
	background: transparent !important;
	padding: 0 !important;
}
.contact-ofc-addr a:hover,
.contact-ofc-addr a:focus {
	color:#fff
 
} 
.contact-ofc-social .external-link:hover {
	background: transparent;
	color: #fff !important;
}

.contact-ofc-addr h2 {
	margin-bottom: 15px;
	color: #fff;
}
.contact-ofc-addr p {
	margin-bottom: 20px;
	color: #fff;
}

.contact-ofc-social .social-links a:hover,
.contact-ofc-social .social-links a:focus {
	color: #161616;
	text-decoration: none;
}



@media screen and (min-width: 1025px) {
	.page-template-template-contact-a main {
/*		height: 100vh;
		padding: 0;*/
	}

	.contact-full-inner {
		padding: 60px 30px;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
/*		align-items: center;
		height: 100vh;
		padding-top: 100px;*/
	}
}

@media screen and (max-height: 750px) and (min-width: 1025px) {

/*	.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: #ecedf0; */
	position: relative;
	padding: 30px 0;
}

.office-block-info p {
	margin: 0;
}
.office-contact {
	margin-top: 30px;
}

.office-contact p {
	font-weight: 700;
}
.office-contact p a {
	text-decoration:none !important; 
}

.office-block-info-inner strong {
	color: #052e68;
}


.office-block-info-inner {
	width: 100%;
}
.office-block-info-inner strong {
	font-size: 25px;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 15px;
}
 

@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-tabs-row .content-tab-activate {
	margin-right: 10px;
}

.content-tab-activate:last-of-type {
	margin-right: 0;
}

.content-tab-activate.active {
	background: #231f20;
	pointer-events: none;
	padding: 10px;
	color: #fff;
}
.content-tabs .content-tab-activate {
	padding: 15px 10px;
	font-size: 14px;
}

.content-tabs .content-tab-activate i {
	font-weight: bold;
}

.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 > Long-Form */
.banner-xl {
	background: rgb(20, 23, 47);
	background: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
	padding: 40px 0;
}

.banner-xl-content p:last-child {
	margin: 0;
}

.banner-xl-image {
	text-align: center;
}

.banner-xl-title {
	font-size: 3.5rem;
	line-height: 1.4;
}

.banner-xl-image img {
	max-width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 1100px) {
	.banner-xl-inner {
		display: flex;
		align-items: center;
	}

	.banner-xl-image img {
		max-width: 100%;
	}

	.banner-xl-content {
		padding-left: 60px;
		flex: 1;
	}
}

.top-table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}

.top-table-contents-button {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	text-decoration: none !important;
	margin: 0 auto;
}

.top-table-contents-button {
	font-size: 1.2rem;
}

.top-table-contents-icon-container {
	margin-bottom: 15px;
}

.top-table-contents-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.top-table-contents-button-icon {
	background: #0F8577;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	-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;
}

.top-table-contents-button i {
	font-size: 3rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
	transform: scale(1.03);
	background: #E80924;
}

.is-sticky .top-table-contents {
	padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
	width: 30px;
	height: 30px;
}

.is-sticky .top-table-contents-button i {
	font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
	margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
	display: none;
}

.is-sticky .top-table-contents-button {
	flex-direction: row;
	margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
	font-size: 2.4rem;
	margin: 0;
}

.single-chapter-banner-image {
	margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
	background: #E9F5F7;
}

.banner-xl {
	padding: 50px 0;
}

.single-chapter-banner {
	background: #14172F;
}

.single-chapter-content,
.single-chapter-banner {

	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.single-chapter-banner-image {
		margin-bottom: 0;
		padding-left: 5vw;
	}

	.single-chapter-banner-title h2 {
		margin: 0;
		font-size: 3.2rem;
	}

}

@media screen and (min-width: 1025px) {
	.top-table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* 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;
}




/* TEMPLATES > result-page */

.results-section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2%;
}


.results-section .results-single {
	flex-basis: 100%;
	width: 100%;
	margin: 0;
	margin-bottom: 2%;
	min-height: 100px;
	padding: 25px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid RGBA(192, 192, 193, 0.6);
	flex-direction: column;
	text-align: center;
}


 .results-section .results-single h3 {
	margin-bottom: 7px;
	font-size: 36px;
	font-weight: ;
}

.results-section .results-single .result-prac a {
	color: #c8242f;
}

.results-section .results-single .result-prac a:hover,
.results-section .results-single .result-prac a:focus {
	color: #D3AE73;
}


@media screen and (min-width: 768px) {
.results-section  .results-single {
    flex-basis: 32%;
    width: 32%;
  }
}

@media screen and (min-width: 1025px) {
.results-section .results-single {
	flex-basis: 49%;
	width: 49%;
	margin: 0;
	/* background: ; */
	margin-bottom: 2%;
	min-height: 100px;
	padding: 25px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid RGBA(192, 192, 193, 0.6);
	flex-direction: column;
	text-align: center;
}
}


/* TEMPLATES > Testimonials */


.content-testimonial-single:not(:last-child) {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.content-testimonial-single p:last-of-type {
	margin: 0;
}
.content-testimonial-stars {
	font-size: 1.5rem;
	margin-bottom: 3px;
}

.content-testimonial-stars i {
	color: #D3AE73;
	font-weight: bold;
	font-size: 18px;
}

.content-testimonial-source {
	display: block;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: bold;
	color: #052E68;
	font-size: 18px;
	margin-top: 10px;
}

.content-testimonial-source:before {
	content: "-";
	margin-right: 4px;
	display: inline-block;
}

.dollar-results-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}

.dollar-results-single {
	padding: 15px 0;
	padding-bottom: 10px;
	/* background: #0d385d; */
	margin-bottom: 25px;
	border-bottom: 0px solid #e0e0e0;
	padding-bottom: 25px;
	width: 31%;
	text-align: center;
	padding-top: 0;
}
.page-template-template-results #main {
	padding-bottom: 30px;
}

.dollar-results-single-upper h3 {
	padding-bottom: 0;
	margin-bottom: 5px;
	color: #0d385d;
	font-size: 35px;
}
p.result-title {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 1.2rem;
	color: #231f20;
	margin-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 25px;
}

p.result-verdict {
	text-transform: capitalize;
	color: #000;
	margin: 0;
	font-size: 18px;
	line-height: 25px;
}
 
 

#main.annie-attorney-main {
	padding-bottom: 0;
}
.cname {
	font-weight: bold;
}
.review-cont {
	border-bottom: 2px solid #d6d8dd;
	margin-bottom: 40px;
}
.testimonial-star {
	margin-bottom: 10px;
}



.attorney-col-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.attorney-col-list .attorney-col {
	margin-bottom: 30px;
}
.members-item-info .attr-name {
	margin-bottom: 0;
}
.members-item-info .attr-position {
	color: #8D8D8D;
	font-size: 16px;
}
.attriexcerpt {
	padding-top: 15px;
	position: relative;
	padding-right:30px;
}
 
.attriexcerpt::before {
	content: "";
	position: absolute;
	left: 0;
	top: -12px;
	width: 100px;
	background: #DD001A;
	height: 5px;
}
.page-template-template-practices .module.module-intro-a.section-practice.prac-landing {
	padding-top: 15px;
	padding-bottom: 15px;
}
/****week in torts***/
ul.tort-list li a {
    color: #1b3a63;
}
ul.tort-list li a:hover,
ul.tort-list li a:focus {
	color:#6dbe5a;
	text-decoration:none;
}
.signup-tit {
    color: #1b3a63;
    font-size: 20px;
    padding-right: 70px;
    font-family: var(--heading-font-family);
	padding-bottom: 20px;
}
.conpg .signUp-input .form-input-group input {
	color: #fff;
	font-size: 18px;
	height: 50px;
	background: #1b3a63;
	width: 84%;
}


.contact-full-inner i:hover {
    color: #fff;
}
h2.form-tit {
    color: #fff;
    font-size: 30px;
}
/* CONTENT > Attorneys Landing */
.page-template-template-attorneys main {}

.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	text-decoration: none;
}

.attorney-results .attorney-result-single {
	width: 100%;
}

.attorney-result-image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: flex-end;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #f2f2f2;
}

.attorney-result-image-container img {
	width: 100%;
	max-width: 290px!important;
	margin: 0 auto;

}

.attorney-result-single:hover .attorney-result-image-container,
.attorney-result-single:focus .attorney-result-image-container {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	position: relative;
}

.attorney-result-overlay {
	width: 100%;
	height: 100%;
	font-size: 1.0rem;
	background: rgba(6, 59, 82, 0.68);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.attorney-result-single:hover .attorney-result-overlay,
.attorney-result-single:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-result-single .attorney-result-info {
	text-align: center;
	padding: 15px;
	-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 {
	margin: 0;
}

.attorney-result-single hr {
	margin:0 auto!important;
}

.attorney-result-single:hover,
.attorney-result-single:focus {
	text-decoration: none;
}

.attorney-result-single h2 {
	font-size: 1.3rem;
	margin-bottom: 6px;
}

.attorney-result-info p {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.page-template-template-attorneys main .content.full-width.columns {
	padding: 0;
}
@media screen and (min-width: 550px) {
.attorney-results {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

	.attorney-results .attorney-result-single {
		width: 49%;
		margin: 1% 0;
	}
}

@media screen and (min-width: 1025px) {
	
.attorney-results .attorney-result-single {
	width: 24%;
}

}
 
 
 
 
 
@media screen and (min-width: 280px) and (max-width: 767px) {
.banner, .banner-xl {
	margin-top: 0px;
	height: auto;
}
	
.banner-title {
	font-size: 2.25rem;
	line-height: 1.2;
	padding-top: 0;
	padding-left: 0;
	padding: 0;
	padding-top: 0;
	text-align: left;
	letter-spacing: 0;
}

.practice-box span {
	margin: 0;
	font-size: 1rem;
}

.banner-inner {
	align-items: flex-end;
	padding-top: 350px;
	padding-bottom: 30px;
}



.attorney-results {
	padding-left: 15px !important;
	padding-right: 15px !important;
	text-align: center;
}
.attorney-result-single {
	width: 100%;
	max-width: 300px;
	display: inline-block;
}
.attorney-result-image-container img {
	width: 100%;
	max-width: 300px !important;
	margin: 0 auto;
} 
.single-attorneys-template-a .attorney-banner-name::after {
	bottom: 9px !important;
	width: 94%!important;
	height: 2px!important;
	left: 3%!important;
}
.single-attorneys-template-a .attorney-banner-info {
	padding-top: 10px;
	display: inline-block !important;
}

.attorney-banner-info-lrft {
	display: flex;
	width: 100%;
	display: inline-block;
}

.attorney-banner-pdfs.attorney-banner-flex-row p.show-for-small-only a i {
	background: transparent !important;
	color: #5e93aa !important;
}

.single-attorneys-template-a .attorney-banner-info .attorney-banner-pdfs.attorney-banner-flex-row p.show-for-small-only a i {
	background: transparent !important;
	color: #5e93aa !important;
	font-size: 24px;
}

.single-attorneys-template-a .attorney-banner-info {
	padding-top: 10px;
	padding-bottom: 0;
}
.single-attorneys .banner {
	height: auto;
	padding: 30px 0 20px 0;
}

.attorney-banner-info-lrft {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.attorney-banner-pdfs.attorney-banner-flex-row {
	/* width: auto; */
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 15px 0;
}

.attorney-banner-pdfs.attorney-banner-flex-row p {
	margin: 0 5px;
}

.attorney-bio-main-a.sub-main-page .content.columns {
	padding: 15px 30px !important;
	margin-bottom: 0;
}
.attr-prac-tit {
	max-width: inherit !important;
	line-height: normal;
}
.attorney-bio-main-a.sub-main-page .content.columns .content-tab:last-child {
	margin-bottom: 0;
}

#attorney-sidebar {
	padding: 0px 20px 15px 20px !important;
}

.attorney-bio-main-a.sub-main-page {
	padding-bottom: 15px;
}

.content h1 {
	font-size: 35px;
}

 
.dollar-results-single {
	width: 100%;
 
}
.page-template-template-contact .module-footer-a .footer-lower {
	padding-top: 0px !important;
	padding-bottom:0px !important;
 
} 
 
#banner-image {
	background-image: url(/wp-content/themes/paperstreet/images/_banner-mobile.jpg);
	background-size: 100%;
}

.attorney-banner-large-right {
	background: transparent;
	margin-top: 0 !important;
	margin-bottom: 0;
	width: 100%;
}
 

.attorney-banner-name h1 {
	font-size: 3rem;
	/* color: #fff; */
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0;
}


.attorney-banner-position {
	font-size: 18px;
}


.page-template-template-attorneys .page-title, .page-template-template-practices .page-title {
	text-align: center;
	margin: 0;
	font-size: 35px;
}


.module-practices-e-inner {
	margin: 0 0 !important;
	padding: 30px 0 !important;
 
}

.cont-map iframe {
	width: 100%;
	max-height: 200px;
}

.page-template-template-contact .form-container {
 
	padding: 15px;
}
.page-template-template-contact .form-first-text {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
	padding-top: 15px;
}
.page-template-template-contact .form-second-text {
	font-size: 32px;
}
.page-template-template-contact .form-third-text {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 0 0;
}


.attorney-info-annie {
	margin-top: 53px;
}

.attorney-imgae-right img {
	position: relative;
	right: 0;
	max-width: 100%;
}
.attorney-info-annie-left {
	padding: 0;
}
.attorney-annie-banner-name {
	text-align: center;
	padding: 0 15px;
}

.attorney-annie-banner-name h1 {
	font-size: 36px;
	margin-bottom: 5px;
	line-height: 1.2;
	margin-top: 10px;
}
.attorney-annie-banner-position.no-margin {
	font-size: 15px;
	margin-bottom: 0px !important;
}

.attorney-annie-banner-info {
	text-align: center;
}

.attr-sub-tit {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #404040;
	margin-top: 26px;
}

.attorney-content {
	padding: 0 30px;
}

.attorney-info-annie-right {
	/*background-image: url(../images/attorney-tag-bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	margin: 50px 0 00px 0;
}
 
.attorney-first-right-section {
	padding: 40px 15px;
	color: #fff;
}
.attorney-first-right-section p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.attorney-first-right-section a {
	color: #fff;
}
.featured-slider-inner {
	padding: 35px 15px 30px;
	margin: 0 15px;
	text-align: center;
}
.attorney-featured-slider-video {
	padding: 00px 0 50px 0;
	background-size: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	margin-top: 0;
	padding-bottom: 0;
}
.news-logo {
	text-align: center;
	width: 100%;
	display: block;
}
.news-logo img {
	margin: 8px auto;
	max-width: 100%;
	max-height: 50px;
}

.module-results-a-buttons.slick-arrow-container {
	width: 165%;
	margin: 0 auto;
	left: -33.5%;
} 
 .attorney-video {
	padding: 0 30px;
}

.attorney-img-inner {
	position: relative;
	left: 0;
	max-width: 100%;
	padding: 0 15px;
}

.attorney-img-inner img {
	max-width: 100%;
}
.attr-abt-inner {
	padding: 15px 30px;
}

.abt-attr-first-tit {
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
}

.abt-attr-sec-tit {
	font-size: 52px;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: -0.52px;
	text-align: center;
}

.about-attr-list {
	padding-right: 0;
	padding-bottom:20px;
}
.about-icon img {
	max-width: 35px;
	max-height: 30px;
}

.about-icon {
	width: 82px;
	height: 60px;
	margin-right: 0;
}

.about-cta-inner {
	padding: 20px 25px;
	text-align: center;
	margin-top: 0;
}

.abt-cta-tit {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.55px;
}
.section-quote {
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 00px 0;
	margin-top: -40px;
	position: relative;
	margin-bottom: 0;
}

.quote-inner {
	display: flex;
	margin: 0 auto;
	width: 100%;
	min-height: inherit;
	align-items: center;
	justify-content: center;
	padding: 120px 30px;
	padding-bottom: 120px;
}

.attr-news-title {
	font-size: 50px;
	text-align: left;
	border-top: 0px solid #0e4a75;
	padding-top: 0;
	margin-bottom: 20px;
	padding-right: 15px;
	line-height: 1;
}

.news-media-section {
	padding: 30px 20px 40px 20px;
}

.news-media-col {
	padding: 0;
}

.mnews-tit, .mnews-tit a {
	margin-bottom: 25px;
}

.news-media-single-inner {
	margin-bottom: 35px;
}

.no-underline.button.newsMediaLink {
	padding: 15px 15px !important;
	letter-spacing: 0;
	width: 100%;
}

.content.columns {
	padding: 0 15px;
}

.content-tab {
	display: none;
	margin-bottom: 15px;
}
.content {
	padding-right: 15px;
	margin-bottom: 30px;
}

.module-results-a-inner.slider-container {
	max-width: 90% !important;
	padding: 0 !important;
}

.module-results-a-buttons.slick-arrow-container {
	width: 120%;
	margin: 0 auto;
	left: -10%;
}
.module-results-a-single {
	padding: 0 30px;
}

.news-media-section.show-for-small-only {
	position: relative;
	padding-bottom: 100px;
}

.news-media-section.show-for-small-only::after {
	content: "";
	background: #404040;
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	bottom: 50px;
}

.page-template-template-news .news-single {
	padding: 15px;
}
.news-single .news-logo {
	text-align: left;
	width: 100%;
	display: block;
	min-height: inherit;
}
.news-single .news-logo img {
	max-width: 100%;
	margin: 0;
	margin-bottom: 5px;
	max-height: 100px;
}
.page-template-template-news .news-single {
	margin-bottom: 20px;
}

.page-template-template-news .module-badges-a-inner.slider-container {
	max-width: 100%;
}

.page-template-template-news #badges-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0;
}
 

.page-template-template-news #badges-list .badges-single {
	width: 33%;
}

.page-template-template-news #badges-list .badges-single img {
	max-width: 100%;
	margin: 0 auto;
}
.attorney-col-list .attorney-col {
	margin-bottom: 30px;
	padding: 0;
}
.attorney-col-list .attorney-col:last-of-type {
	margin-bottom: 0;
}

.banner::before {
	pointer-events: none;
	/* background-image: linear-gradient(52deg, #001d27 45%, rgba(0, 29, 39, 0) 79%); */
	opacity: 1;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.67) 54%, rgba(255, 255, 255, 0));
	bottom: 0;
	height: 20%;
	top: inherit !important;
}


.module.module-intro-a.section-attorney-banner::after {
	opacity: 0;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {
	width: 100%;
	padding-top: 120px;
	margin-top: 0;
	background-position: center 00px;
	min-height: inherit;
	padding-bottom: 0;
}

.attorney-banner-large-right img {
	height: auto;
	width: 100%;
	max-width: 400px;
}
.attorney-banner-large-right {
	padding: 0 15px;
}
.attorney-banner-large-left {
	order: 2;
	padding: 40px 25px 30px 25px;
	padding-bottom: 60px;
}
.attr-side-consult-btn.button.show-for-small-only {
	right: 5%;
	width: 80%;
	left: inherit;
	rotate: -00deg;
	bottom: 0;
	height: auto;
	top: inherit;
	letter-spacing: 1px;
	max-width: 300px;
	left: 10%;
}

.attr-heading-title {
	text-align: center;
	font-size: 1rem;
}

.attorney-banner-large-name, .attorney-banner-large-buttons, .attorney-banner-large-info {
	margin-bottom: 0;
}

.attorney-banner-large-info {
	text-align: center;
}
.attorney-banner-large-buttons {
	justify-content: center;
}
.attorney-bio-main-d {
	margin-top: 0;
 
}

.attorney-bio-main-d .module.module-intro-a.section-attr-acc {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 50px;
}

.attorney-bio-main-d .module.module-intro-a.section-attorney-banner .module-results-a-inner.slider-container {
	padding: 0 10px 0 00px;
	margin-top: 25px;
}
.attorney-bio-main-d .module-results-a-inner.slider-container {
	max-width: 90% !important;
	padding: 0 !important;
}
.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single {
	max-width: 355px;
	min-height: 250px;
	margin: 0 auto;
	background-image: url(../images/att-result-mob-bg.jpg);
	background-size: cover;
	padding-right: 45px;
	padding-top: 50px;
	align-items: flex-start;
}

.show-for-small-only.res-attr-tit {
	position: absolute;
	color: #fff;
	z-index: 1;
	font-size: 1.563rem;
	font-weight: 700;
	top: 12%;
	left: 15%;
}
.show-for-small-only.res-attr-tit::after {
	position: absolute;
	content: "";
	position: absolute;
	width: 2.5rem;
	background: #c8242f;
	height: 3px;
	bottom: -17px;
	left: 0;
}

.module.module-intro-a.section-attorney-banner .slick-slide {
	margin: 0 0px !important;
}


.attr-dtl-left-col-inner {
	margin: 0 !important;
}

.columns.medium-8.large-8.small-12.attr-prsent-right.attr-dtl-right-col {
	text-align: center;
}

.numberFirstTitle {
	font-size: 2.125rem;
	padding-right: 0;
 
}
.numberSecTitle {
	font-size: 1.015rem !important;
	letter-spacing: 1.8px;
 
}
.numberCta.button {
	width: auto;
	display: inline-block;
	padding: 20px 15px 20px;
	font-size: 15px;
}
.attr-sidebar-right-col-inner.attr-dtl-right-col-inner {
	text-align: center;
}
.case-red-tit.red-clr {
	letter-spacing: 1.9px;
	font-size: 1.125rem;
	margin-bottom: 10px;
	padding: 0 25px;
}
.attr-sidebar-right-col-inner.attr-dtl-right-col-inner .prac-tit {
	padding-right: 0;
	margin-bottom: 0;
}
#bio-jump-links-sticky-wrapper {
	z-index: 2 !important;
}

.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc {
	padding-top: 0;
}
.attorney-bio-main-d  .attr-sidebar-right-col.attr-dtl-right-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.attorney-bio-main-d  .module.module-testimonials-b.section-attr-acc #slider-testimonials-b {
	width: 100% !important;
}

.attorney-bio-main-d  .module.module-testimonials-b.section-attr-acc .tesstimonial-line {
	width: 67% !important;
	bottom: 8%;
	left: 30%;
	background: rgb(141, 141, 141,0.24);
}
.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc #slider-testimonials-b {
	padding-bottom: 25px;
}
.attorney-bio-main-d  .module.module-testimonials-b.section-attr-acc .tesstimonial-button {
	text-align: center;
}
.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc .tesstimonial-button .button.testCtaBtn {
	margin-left: 0!important;
}
.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc {
	padding-top: 0;
	padding-bottom: 40px;
}
.focus_bg_title-main.show-for-small-only {
	display: none !important;
}
.attorney-bio-main-d .module.module-education.section-attr-acc  #scroll-move-text-container {
	display: block !important;
}

.attorney-bio-main-d .module.module-education.section-attr-acc .focus_bg_title-main {
	left: -2%;
	width: 102%;
	text-align: center;
}
.attorney-bio-main-d .module.module-education.section-attr-acc .focus_bg_title.bg-title {
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -8px;
}
.attorney-bio-main-d .module.module-education.section-attr-acc .test-first-title.red-tit {
	margin-top: 0;
}
 

.attorney-bio-main-d .attr-sidebar-right-col.attr-dtl-right-col .attr-sidebar-left-col-inner.attr-dtl-left-col-inner .test-first-title.red-tit {
	text-align: left;
	letter-spacing: 1.8px;
	font-size: 1.125rem;
}
.attorney-bio-main-d .attr-sidebar-right-col.attr-dtl-right-col .attr-sidebar-left-col-inner.attr-dtl-left-col-inner .test-sec-title {
	text-align: center;
	/* max-width: inherit; */
	font-size: 2.25rem;
	/* max-width: 67%; */
	margin-left: 0;
}
.attorney-bio-main-d .module.module-education.section-attr-acc {
	padding-bottom: 30px;
}
.attorney-bio-main-d .module.module-education.section-attr-acc #jump-education {
	display: none;
}

.attorney-bio-main-d .module.module-intro-a.section-news .focus_bg_title-main {
	margin-top: -90px !important;
	left: 0;
}

.attorney-bio-main-d .module.module-intro-a.section-news .slick-dots {
	display: block !important;
}


.attorney-bio-main-d .module.module-intro-a.section-news .slick-dots li::before {
	content: "" !important;
}

.attorney-bio-main-d .module-blog-c-buttons.slick-arrow-container {
	display: none;
}

.attorney-bio-main-d .tesstimonial-line.blog-line {
	display: none;
}

.attorney-bio-main-d .module.module-intro-a.section-news .module-intro-content.row-narrow {
	margin-bottom: 50px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 0;
}
.attorney-bio-main-d .module.module-intro-a.section-news {
	margin-bottom: 0;
}
.attorney-bio-main-d .module.module-intro-a.section-about.section-bot-about.aboutImg .trust-list .row {
	display: flex;
	flex-wrap: wrap;
}

.attorney-bio-main-d .trust-col.location-left {
	order: 2;
	margin: 0 !important;
}


.attorney-bio-main-d .location-right {
	order: 1;
	margin-bottom: 40px !important;
}
.attorney-bio-main-d .module.module-intro-a.section-about.section-bot-about.aboutImg {
	padding: 50px 0;
	text-align: center;
}

.attorney-bio-main-d .location-title {
	font-size: 2.25rem !important;
}
.attorney-bio-main-d .location-first-txt {
	font-size: 1.125rem;
}

.attorney-bio-main-d .module.module-education.section-attr-acc .attr-sidebar-left-col-inner.attr-dtl-left-col-inner {
	margin-top: -20px !important;
}


.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li {
	display: flex;
	margin: 4px !important;
	align-content: center;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots {
	text-align: right;
	width: 40px;
	right: 0;
	display: flex !important;
	height: 70%;
	top: 40%;
	flex-direction: column;
	align-items: center;
	align-self: inherit;
	align-content: first baseline;
	bottom: inherit;
}


.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li button {
	height: 14px;
border: 1px solid rgb(255, 255, 255,0.47);
	border-radius: 55%;
	width: 14px;
	color: transparent;
	opacity: 1 !important; outline: none !important;
}



.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li.slick-active button span {
	height: 14px;
	border: 1px solid #fff;
	border-radius: 55%;
	width: 14px;
	color: #C8242F;
	opacity: 1 !important;
	background: green
}



.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li.slick-active button  {
	height: 16px;
border: 3px solid #C8242F;
	border-radius: 55%;
	width: 16px;
	color: transparent;
	opacity: 1 !important;
}


.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li button span {
	color: transparent; outline: none;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li button:focus .slick-dot-icon:before,
.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots li button:hover .slick-dot-icon:before {
	color: #C8242F !important; outline: none;
}
 
.attorney-bio-main-d .module.module-intro-a.section-attr-acc .attr-dtl-right-col {
	padding-top: 30px;
}

.module-badges-c-inner {
	display: flex;
	flex-wrap: wrap;
}
.module-badges-c-single {
	padding: 0;
	border-bottom: 0px solid #C0C3D3;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	width: 50%;
}
.module-badges-c-single img {
	height: auto;
	max-width: 120px;
}
#bot-conatact.module.module-intro-a.section-about.section-bot-about.aboutImg .trust-list .row {
	display: flex;
	flex-wrap: wrap;
}
.columns.large-6.medium-6.small-12.trust-col.location-right {
	margin-bottom: 33px;
	text-align: center;
}

.columns.large-6.medium-6.small-12.trust-col.location-left {
	order: 2;
	margin: 0 !important;
}

.module.module-intro-a.section-about.section-bot-about.aboutImg {
	padding: 60px 0;
 
}
.columns.large-6.medium-6.small-12.trust-col.location-right .location-text {
	padding: 0 10px;
}
.attorney-bio-main-d .module.module-intro-a.section-news .news-tit-section {
	margin-top: -30px;
}

.single-practices #banner {
	opacity: 1 !important;
	min-height: 350px;
}
.single-practices #banner {
	opacity: 1 !important;
	min-height: inherit;
	height: auto;
	padding-top: 0;
	padding-bottom: 30px;
}

.prac-heading-title {
	font-size: 1.125rem;
	letter-spacing: 1.8px;
 
}
.single-practices #banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 350px;
}
#banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 350px;
	margin-top: 15px;
}


.single-practices #main {
	padding-bottom: 0;
	padding-top: 0;
}
.module.module-intro-a.section-practice-image {
	padding-top: 0;
}

ul.two-column li {
	width: 100%;
}



.module.module-intro-a.section-practice-image {
	padding-bottom: 150px;

}
.first-prac-cta-text.first-cta-text {
	font-size: 2.125rem;
}
.module.module-intro-a.section-footer-contact.section-practice-cta .columns.no-float {
	padding: 0;
}
.module.module-intro-a.section-footer-contact.section-practice-cta .footer-prac-text.footer-contact-top2 {
	padding: 0 20px;
}
.module.module-intro-a.section-footer-contact.section-practice-cta .cta-right-inner.prac {
	flex-direction: column;
	justify-content: center;
	gap: 15px 0;
	text-align: center;
	flex-wrap: wrap;
	align-content: center;
}

.module.module-intro-a.section-footer-contact.section-practice-cta {
	padding-bottom: 60px;
}

.module-badges-c-single {
	padding: 5px 20px;
}

.attr-sidebar-right-col.attr-dtl-right-col .practice-box.hp-prac-box {
	padding-right: 0px !important;
	padding-left: 0 !important;
}
.attorney-bio-main-d .module.module-education.section-attr-acc .attr-sidebar-left-col-inner.attr-dtl-left-col-inner {
	text-align: left !important;
}
.attorney-bio-main-d .module.module-education.section-attr-acc .attr-sidebar-left-col-inner.attr-dtl-left-col-inner .test-sec-title {
	text-align: left!important;
}
.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc .attr-sidebar-left-col-inner.attr-dtl-left-col-inner .test-sec-title {
	margin-left: auto !important;
}
.single-attorneys .module.module-intro-a.section-about.section-bot-about.aboutImg .trust-list .row {
	display: flex;
	flex-wrap: wrap;
}
.single-attorneys .module.module-badges-c {
	padding-top: 0 !important;
	margin-top: -30px !important;
}


div#edu-scroll-move-text-container {
	display: block !important;
}
div#edu-scroll-move-text-container .focus_bg_title.bg-title {
	transform: translateX(0px) !important;
}
.attorney-bio-main-d .module.module-intro-a.section-news #post-scroll-move-text-container {
	display: block !important;
}

.attorney-bio-main-d .module.module-intro-a.section-news #post-scroll-move-text-container .focus_bg_title.bg-title {
	transform: translateX(0px) !important;
	font-size: 10rem !important;
	 
}

.office-contact-map {
	position: relative;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin-top: 30px;
}



	
}
 


@media screen and (min-width: 600px) and (max-width: 767px) {
.columns.large-6.medium-6.small-12.attr-prac-col {
	width: 50%;
}	
 

.banner, .banner-xl {
/* 	margin-top: 96px; */
} 

	
.attorney-banner-large-left {
	width: 80%;
}

.attorney-imgae-right.show-for-small-only {
	text-align: center;
}

.attorney-banner-large-right img {
	max-width: 300px;
}

.attorney-banner-large-left {
	width: 100%;
	margin: 0 auto;
	background: rgb(255, 255, 255,0.5);
	text-align: center;
}

.attr-side-consult-btn.button.show-for-small-only {
	right: 0%;
	width: 60%;
	bottom: 25px;
	height: auto;
	top: inherit;
	letter-spacing: 1px;
	max-width: 300px;
	left: 25%;
}

.module.module-intro-a.section-attorney-banner .module-results-a-inner.slider-container {
	max-width: 100% !important;
}

.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single h3 {
	font-size: 2.175rem;
}
.result-attr-prac a {
	font-size: 12px;
}
.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner .slick-dots {
	opacity: 0 !important;
}
.attorney-bio-main-d .attr-sidebar-right-col.attr-dtl-right-col .attr-sidebar-left-col-inner.attr-dtl-left-col-inner .test-sec-title {
	max-width: inherit;
}

.attorney-bio-main-d .module.module-testimonials-b.section-attr-acc #slider-testimonials-b {
	width: 170% !important;
}
.attorney-bio-main-d .module.module-education.section-attr-acc .focus_bg_title.bg-title {
	font-size: 8rem;
}
.module-badges-c-single {
	width: 33%;
}
.location-left-inner {
	margin: 0 auto;
	max-width: 450px;
}

.single-practices #banner {
	background-position: center -60px !important;
}

.single-practices #banner .banner-inner.columns {
	padding-top: 450px;
}

.single-practices #main .content.columns {
	margin-bottom: 0;
}

.module.module-intro-a.section-practice-image {
	padding-bottom: 250px;
}

.columns.large-6.medium-6.small-12.trust-col.location-right {
	margin-bottom: 35px;
	text-align: center;
	margin-top: 45px !important;
}

	
}












@media screen and (min-width: 900px) and (max-width: 1024px) {
.banner, .banner-xl {
	margin-top: 0;
}


}

@media screen and (min-width: 767px) and (max-width: 1024px) {

.banner, .banner-xl {
	margin-top: 0;
	height: 550px;
}


.attorney-results .attorney-result-single {
	width: 32%;
	margin: 1% 0;
}
.attorney-result-single h2 {
	font-size: 1.2rem !important;
	margin-bottom: 0;
}
.single-attorneys .banner {
	height: auto;
	padding: 30px 0 00px 0;
}
.attorney-banner-large-right {
	background: transparent;
	margin-bottom: 0;
	order: 2;
	width: 40%;
}

.dollar-results-single {
	width: 100%;
 
}
.attorney-banner-name h1 {
	font-size: 2.5rem;
}

.attorney-banner-large-left {
	width: 60%;
	padding: 20px;
}
 
.single-attorneys-template-a .attorney-banner-name::after {
	content: "";
	background: rgba(109, 190, 90,0.5);
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 90%;
	height: 2px;
	left: 5%;
	opacity: 0;
}

 

.attorney-banner-pdfs.attorney-banner-flex-row {
	display: flex;
	column-gap: 10px;
}

.content {
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.sidebar {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.sidebar-block.sidebar-testimonial {
	padding: 25px 10px 15px 10px;
	margin: 0 0px 50px 0px;
}	
 .sidebar-block.sidebar-testimonial .slider-testimonial-content {
	color: #231f20;
	font-size: 18px;
	line-height: 1.5;
}
.sidebar-block.news-sidebar {
	background: #eff4f7;
	padding: 25px;
}


.sidebar section.right-form {
	z-index: 9;
 
}
.sidebar section.right-form .form-container {
	padding: 0 15px;
}
.sidebar section.right-form .contact-form-first-tit {
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	padding: 0 0;
}
.sidebar section.right-form .contact-form-sec-tit {
	text-align: center;
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0.46px;
}

.sidebar section.right-form .form-container label {
	padding-left: 10px !important;
	font-weight: normal!important;
	font-size: 14px!important;
}
.sidebar section.right-form input, .sidebar section.right-form textarea {
	padding-left: 35px !important;
	 
}

.sidebar section.sidebar-block.attr-side-result .results-slider-single {
	border: none;
	display: flex !important;
	column-gap: 5px;
	justify-content: center;
	padding: 15px 15px 0px 15px;
	text-align: left;
}
.sidebar section.sidebar-block.attr-side-result .results-slider-single h3 {
	font-size: 14px;

}

.right-bar-results-slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 96%;
	bottom: 35%;
	left: 2%;
}

.sidebar section.sidebar-block.attr-side-result .results-slider-single p {
	font-size: 9px;
	color: #231f20;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	text-align: center;
}
.sidebar section.right-form .form-container .select-wrapper.background-input label i {
	margin-right: 10px !important;
}
.contact-form .background-input.select-wrapper::after, .contact-form .background-input .select-wrapper::after {
	background-color: #eff4f7;
	width: 29px;
}

.sidebar-block.cta-sidebar {
	padding: 60px 15px;
 
}
.first-cta-text {
	color: #fff;
	font-size: 18px;
	padding: 0 0;
}
.sec-cta-text {
	font-size: 30px;
}

.sec-cta-text .cta-phone {
	font-size: 30px;
}
.award-desc-inner {
	padding: 10px;
}
.award-right-col {
	padding: 0;
} 

.award-img.award-left-col {
	padding: 0;
}

.award-list .scroll-reveal.award-single:nth-child(2n-1) {
	margin: 30px 0;
}
.award-img.award-right-col .award-desc-inner {
	text-align: center;
}

.banner-title {
	font-size: 35px;
	padding: 0;
}

.practice-box span {
	margin: 0;
	font-size: 1rem;
}
.page-template-template-practices #main {
	padding: 50px 0;
	margin-top: 0px;
}

.sidebar {
	width: 35% !important;
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.sidebar.contact-full-sidebar.columns {
	width: 60% !important;
}
.sidebar .testimonial-box {
	padding: 20px 0!important;
	margin: 5px 0 0px 0!important;
}

.testi-quote {
	padding: 0.2em 25px!important;
	width: 100px!important;
	background-size: 40px!important;
}
.testimonial-box {
	border: 3px solid #fbc549!important;
 
}

.sidebar section button.no-button, .sidebar section ul li a {
	font-size: 15px;
 
}.sidebar section ul li {
 
	font-size: 15px !important;
}


.testimonial-inner {
	padding: 0 10px!important;
}

.sidebar .testimonial-source p {
	font-size: 16px!important;
	color: #fff;
	line-height: 28px!important;
}
.columns.small-12.medium-5.large-5.address-col {
	width: 100%;
}

.page-template-template-contact .form-container {
 
	padding: 15px;
}
.page-template-template-contact .form-container .form-input-group.button-container button {
 
	margin-top: 5px;
	padding-right: 15px;
}
 .page-template-template-contact .form-first-text {
	color: #fff;
	text-align: center;
	font-size: 17px !important;
	margin-bottom: 0;
}

.page-template-template-contact .form-second-text {
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	font-size: 27px !important;
}
.page-template-template-contact .form-third-text {
	color: #fff;
	text-align: center;
	font-size: 14px !important;
	margin-bottom: 25px;
	padding: 0 0 !important;
}

.attorney-imgae-right img {
	position: relative;
	right: 0;
	max-width: 100%;
}

.attorney-info-annie-right {
	padding-left: 0;
}
.attorney-annie-banner-left-inner {
	padding-top: 0;
}

.attorney-annie-banner-name h1 {
	font-size: 40px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.attorney-annie-banner-position.no-margin {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}

.attorney-annie-banner-info p {
	margin-bottom: 5px !important;
	font-size: 16px;
}
.attorney-annie-banner-info p, .attorney-annie-banner-info p a {
	font-size: 16px !important;
 
}
.attr-sub-tit {
	padding: 10px 0;
	margin-bottom: 35px;
	font-size: 18px;
	margin-top: 26px;
}
.attorney-first-right-section {
	padding: 30px 30px 30px 30px;
}

.featured-slider-inner {
	padding: 15px 30px 10px;
	margin: 0;
	text-align: center;
}
.attr-abt-inner {
	padding-top: 0;
}
.attorney-img-inner {
	position: relative;
	left: 0;
	max-width: 600px;
}
.attorney-img-inner img {
	max-width: 100%;
}

.abt-attr-first-tit {
	font-size: 18px;
	letter-spacing: 4px;
 
}
.abt-attr-sec-tit {
	font-size: 35px;
	position: relative;
	margin-bottom: 15px;
}
.about-attr-list {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-tit {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

.about-cta-inner {
	border: 1px solid #1e759a;
	padding: 20px 20px;
	text-align: center;
	margin-top: 0;
}

.section-quote {
	margin-top: 0; 
}

.quote-inner {
	padding: 0 50px;
}

.attorney-info-annie {
	margin-top: 150px;
}
.attorney-featured-slider-video {
	margin-bottom: 0;
 
}

.about-tit {
	font-size: 16px;
 }
.about-cta-box {
	padding-right: 15px;
}
.abt-cta-tit {
	margin-bottom: 2px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.45px;
}
.news-media-section.hide-for-small-only {
	padding-top: 0;
}

.attr-news-title {
	font-size: 50px;
	padding-top: 40px;
	margin-bottom: 30px;
}

.mnews-tit, .mnews-tit a {
	font-size: 20px !important; 
}

 .mnews-tit a:hover,
 .mnews-tit a:focus {
	font-size: 20px !important; 
}

.news-logo img {
	margin: 15px auto;
	max-width: 200px;
}

.columns.medium-3.large-3.small-12.news-col-block.news-single.news-col-single {
	width: 50%;
}
.page-template-template-news .news-single {
	margin-bottom: 20px;
}
.page-template-template-news .news-single {
	padding: 0px 30px 15px 30px;
}
.module-badges-a-inner.slider-container {
	max-width: 95%;
}
.sidebar-inner {
	padding: 0px 5px !important;
}

.sidebar .form-container {
	padding: 20px;
	background-position: center;
 
}
.sidebar .form-container .form-second-text {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 0;
} 

.sidebar.columns.small-12.medium-6.large-6.sidebar-contact {
	width: 50% !important;
}

.banner-inner {
	align-items: flex-end;
	padding-bottom: 30px;
}

.page-template-template-practices .practice-box {
	width: 48%;
	margin: 7px 1% !important;
	padding: 0;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {

	padding-top: 50px;
 
}


.attr-heading-title {
	font-size: 0.8rem;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.module.module-intro-a.section-attorney-banner .module-results-a-inner.slider-container {
	padding: 50px 0px 0 0;
	margin-top: 25px;
}


.module.module-intro-a.section-attorney-banner .slick-slide .module-results-a-single h3 {
	font-size: 2rem;
}


.module.module-intro-a.section-attorney-banner  .result-attr-prac a {
	font-size: 15px;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {
	width: 100%;
	padding-top: 100px;
	margin-top: 00px;
	background-position: center 60px;
	background-repeat: no-repeat;
	position: relative;
	min-height: 900px;
}
.attorney-bio-main-d {
	position: relative;
	margin-top: -150px;
	padding-bottom: 0;
}

.columns.medium-4.large-4.small-12.attr-dtl-left-col {
	padding: 0!important;
}

.module.module-intro-a.section-attr-acc .columns.no-float {
	padding: 0!important;
}


#sidebar-jump-links-list li button {
	font-size: 0.9rem !important;
 
}

.numberFirstTitle {
	font-size: 2.25rem!important;
 
}
.numberSecTitle {
	font-size: 1.1rem!important;
 
}

.attr-sidebar-right-col.attr-dtl-right-col .practice-box.hp-prac-box {
	padding-right: 15px !important;
	width: 100%!important;
}
.module.module-testimonials-b.section-attr-acc .tesstimonial-line {
	width: 66% !important;
	bottom: 9%;
	left: 26%;
	background: rgb(141, 141, 141,0.24);
}

.module.module-education.section-attr-acc .focus_bg_title.bg-title {
	font-size: 10rem;
	line-height: 1;
}

.attorney-bio-main-d .full-width.columns.content {
	padding: 0 !important;
}

.module.module-education.section-attr-acc .test-sec-title {
	font-size: 2.275rem;
 
}
.attorney-bio-main-d .news-first-title {
	margin-top: -35px;
}
.module.module-intro-a.section-news .focus_bg_title-main .focus_bg_title {
	font-size: 10rem;
	letter-spacing: -15px;
	line-height: 1;
}
.attorney-bio-main-d .news-first-title {
	margin-top: -35px;
	font-size: 16px;
}

.attr-dtl-left-col-inner {
	margin-right: 00px !important;
}
.module-badges-c-single {
	border-right: 0px solid #C0C3D3;
	padding: 5px;
}


.module.module-intro-a.section-about.section-bot-about.aboutImg {
padding: 60px 0;
 
}
.location-right .location-right-inner .location-title {
	font-size: 32px;
}

.tesstimonial-line.blog-line {
	background: rgb(141, 141, 141,0.24);
	width: 70% !important;
	left: 25% !important;
	bottom: 6%;
}
 

.single-practices #main {
	margin-top: -180px !important;
}

.single-practices #banner {
	opacity: 1 !important;
	min-height: 550px;
}

.sidebar section h2.form-sec-text {
	font-size: 1.35rem;
	line-height: 1.9rem;
	margin-bottom: 15px;
}
.sidebar section.side-rec-results {
	padding: 25px 15px 35px 25px;
 
}
.result-side-prac a {
	font-size: 15px !important;
}
.results-slider-single h3 {
	font-size: 2.5rem!important;
}
.sidebar section button.no-button, .sidebar section ul li a {
	font-size: 1rem!important;
}
.sidebar section.sidebar-block-post h2 {
	font-size: 1.363rem!important;
 
}
.posts-slider-single h2 a {
	font-size: 1rem!important;
}
.module.module-intro-a.section-practice-image {
	padding-bottom: 280px;
	padding-top: 50px;
}
.module.module-intro-a.section-footer-contact.section-practice-cta .footer-prac-text.footer-contact-top2 {
	padding: 0 30px;
}

.module-badges-c-single {
	padding: 10px;
}

.module.module-intro-a.section-about.section-bot-about.aboutImg .location-first-txt {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 3px;
}
.single-practices .location-text {
	padding-right: 0;
	margin-bottom: 20px;
}
.single-practices .location-text p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}




}
 
 

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  

}

@media screen and (min-width: 900px) and (max-width: 1024px) {
 
.sidebar {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
	
}
@media screen and (min-width: 980px) and (max-width: 1024px) {
 .attr-heading-title {
	font-size: 1rem;
	margin-bottom: 10px;
}
.attorney-banner-name h1 {
	font-size: 3.5rem;
}

.attorney-bio-main-d .module.module-intro-a.section-attr-acc {
	margin-bottom: 0;
	padding-top: 0;
}

.columns.medium-4.large-4.small-12.attr-dtl-left-col {
	padding: 0 !important;
	padding-right: 15px !important;
}
.attorney-bio-main-d .test-sec-title {
	margin-left: 0;
}
.news-tit-section {
	padding: 0 20px;
	padding-left: 0;
}

.attorney-bio-main-d .module-blog-c-buttons.slick-arrow-container {
	padding-left: 45px;
}
	
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
.module-badges-b-single img {
	max-width: 100%;
}

.banner-inner {
	align-items: flex-end;
	padding-bottom: 30px;

}
#main {
	padding: 40px 0 00px 0;
	 
}
.banner-title {
	font-size: 2.5rem;
}

.page-template-template-practices .practice-box {
	width: 48%;
	margin: 7px 1% !important;
	padding: 0;
}

.content {
	padding-right: 35px !important;
	padding-left: 25px !important;
}

.sidebar {
	padding-left: 15px !important;
	padding-right: 15px !important;
}	


.page-template-template-practices #main {
	padding: 50px 0;
}
 
 
 .attorney-template-c-content.content.full-width {
	padding-left: 0 !important;
	padding-right: 15px !important;
}

.attorney-template-c-container {
	padding: 0 20px !important;
}

.content-tabs .content-tab-activate {
	padding: 15px 8px;
	font-size: 13px;
}
.page-template-template-contact .form-second-text {
	font-size: 34px;
}
.cont-map iframe {
	width: 100%;
}
.page-template-template-contact .form-container {
 
	padding: 30px 15px;
}


.attorney-annie-banner-left-inner {
	padding-top: 0;
}

.attorney-imgae-right img {
	position: relative;
	right: 0;
	max-width: 100%;
}
.attorney-first-right-section {
	padding: 30px 50px 30px 30px;
}
 

.section-quote {
	margin-top: 0;
 
}
.about-cta-inner {
	border: 1px solid #1e759a;
	padding: 20px 40px;
	text-align: center;
	margin-top: 0;
	max-width: 90%;
}
.news-media-section {
	padding: 00px 0 70px 0;
}
.attr-news-title {
	font-size: 50px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.news-media-section .mnews-tit a {
	font-size: 20px !important;
 
}
#main.annie-attorney-main {
	padding-bottom: 0;
}


.attorney-img-inner {
	position: relative;
	left: 0;
	max-width: 600px;
}

.aboutAttrImg {
	max-width: 96%;
}

.attorney-featured-slider-video {
 
	padding-bottom: 0;
}
.banner, .banner-xl {
	margin-top:0px;
}
.banner {
	height: 850px;
}
 
.attr-side-consult-btn.button {
 
	top: 300px!important;
	font-size: 15px !important;
	padding: 15px 10px 15px !important;
	z-index: 2;
}
.attorney-banner-large-right img {
	height: auto;
	max-width: 350px!important;
}

.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {
	width: 100%;
	padding-top: 80px;
	margin-top: 50px;
	min-height: 900px;
}
.module.module-intro-a.section-attr-acc {
	margin-bottom: 0;
	padding-top: 0;
}

.module.module-testimonials-b.section-attr-acc .tesstimonial-line {
	width: 69% !important;
	bottom: 10%;
	left: 24%;
 
}
.attr-dtl-left-col-inner {
	margin-right: 00px !important;
}


	
}


@media screen and (min-width: 1900px) and (max-width: 12000px) {
.single-attorneys #banner .row .banner-inner.columns .module.module-intro-a.section-attorney-banner {
	min-height: 1200px;
	background-size: cover;
}

.module.module-intro-a.section-attorney-banner::before {
	width: 100%;
	height: 30%;
 
}
.module.module-testimonials-b.section-attr-acc #slider-testimonials-b {
	width: 160% !important;
}

.case-sidebar-inner {
	background-size: cover;
	padding: 35px;
	left: -50%;
	position: relative;
	width: 150%;
	padding-left: 50%;
	color: #fff;
	font-family: var(--heading-font-family);
	margin-bottom: 50px;
}

.single-practices #banner {
	min-height: 1100px;
}.banner {
	height: 1100px;
}




 
}




@media screen and (min-width: 2560px) and (max-width: 12000px) {
 
.banner > .row {
	height: 100%;
	max-width: 1350px;
}
 
}


@media screen and (min-width: 3840px) and (max-width: 12000px) {
 


.attorney-featured-slider-video {
	padding: 150px 0;
	background-size: 1100px;
	background-position: 70% 12px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
	margin-top: -150px;
	padding-bottom: 150px;
}

.attorney-info-annie {
	margin-top: 280px;
}

.single-practices #banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 450px;
}
.single-practices #banner {
	min-height: 1800px;
}

.single-practices #main {
	margin-top: -300px;
}

  #banner .banner-inner.columns {
	align-content: flex-start;
	padding-top: 450px;
}
  #banner {
	min-height: 1800px;
}

  #main {
	margin-top: -300px;
}



.module.module-intro-a.section-practice-image {
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 1200px;
	padding-top: 50px;
}

}
.result-prac {
    color: #c8242f;
    text-transform: uppercase;
}
