/* 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.active {
    transform: scale(1.0);
    opacity: 1 !important;
}
.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::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	pointer-events: none;
	/* background-image: linear-gradient(180deg, #171745 100%, rgba(40, 71, 120, 0) 10%); */
	background-image: linear-gradient(to top, rgb(23, 23, 69,0), #171745);
	z-index:1;
}

.single-attorneys .banner {
	height: auto;
	padding: 40px 0;
}
.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%); */
	background-image: url(/wp-content/themes/paperstreet/images/new-bird.png);
	background-position: -305px -205px;
	background-repeat: no-repeat;
	background-size: 1200px;
}


.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: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}

.banner-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
	line-height: 1.2;
	padding-bottom: 0px;
	font-weight: 300;
	text-transform: capitalize;
	padding-top: 48px;
	letter-spacing: 0px;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	
}



.ban-line {
	position: absolute;
	margin: 0 auto;
	height: 7px;
	width: 65px;
	bottom: -20px;
}
.ban-line::after {
	background: #cea300;
	content: "";
	height: 7px;
	-webkit-animation: expand2 2s;
	width: 100%;
	position: absolute;
	z-index: 0;
	margin: 0 auto;
	bottom:0x;
	display: inline-block;
	left:0;
	
	
 
}

@-webkit-keyframes expand2{
    0%{width:0px}
    100%{width:100%}
}

.single-practices.postid-1412 .banner-title.active {
	flex-direction: column;
	text-align: center;
}
.single-practices.postid-1412  .ban-line {
	display: flex;
	align-self: center;
}


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

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



.page-template-template-attorneys main {
	padding-top: 30px;
	padding-bottom: 60px;
}
.attorney-results {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 15px;
}
.page-template-template-attorneys main .content.full-width.columns {
	padding: 0;
}

}

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

.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: 600 !important;
	font-family: var(--body-font-family);
}


 .search-form {
	display: flex;
	position: relative;
	background: #e3dfdf;
}
.sidebar .form-container {
	padding: 0px;
	background: transparent;
	text-align: center;
	color: #fff;
/*	background-image: url(../images/rightform-bg.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

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

.sidebar .blog-form-section .form-container {
	background: transparent;
	padding: 0;
}
.sidebar .form-container .form-first-text {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	margin-top: 5px;
	font-family: var(--heading-font-family);
	display:none;
}

.sidebar .form-container .form-second-text {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	display:none;
}


.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: #fff;
	height: 45px;
	color: #171745;
	font-size: 15px;
	padding: 0 5px;
	border: 1px solid #dddddd;
}


.sidebar.contact-full-sidebar.columns .form-input-group {
	margin-bottom: 15px;
}
.sidebar .form-container label {
	color: #696969;
	letter-spacing: 0.67px;
	font-size: 17px;
	left: 0;
	font-weight: normal;
	text-transform: none;
	height: 45px;
	top: 0;
	line-height: 45px;
}
.sidebar .form-container .form-input-group textarea {
	background: #fff;
	height: 80px;
	border: 1px solid #dddddd;
}
.search-form button {
	margin-left: 10px;
	height: 49px;
	width: 45px;
	font-size: 19px;
	padding: 0 12px;
	font-weight: bold;
	position: absolute;
	right: 0;
	line-height: 50px;
	display: flex;
	align-items: center; background:#CEA300
}

.search-form button:hover,
.search-form button:focus {
	background-color:#171745;
	color:#fff;
}
.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;
}


/*******************************************************************************************
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;
}
 
.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: 30px;
	padding-bottom: 50px;
	border-bottom: 2px solid #e6e6e6;
	background: #fff;
	padding: 15px 0px 30px 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 h1, .post-head h2 {
	font-size: 30px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	font-weight: 300;
	color: #0a0a34;
	line-height: 38px;
	font-family: var(--heading-font-family);
}

.post-head h1 a, .post-head h2 a {
	font-size: 30px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color: #0a0a34;
	font-weight: 300 !important;
	text-decoration: none;
	text-transform: capitalize;
	font-family: var(--heading-font-family);
	background: transparent !important;
}

.post-head h1 a:hover,
.post-head h1 a:focus, 
.post-head h2 a:hover,
.post-head h2 a:focus {
	font-size:30px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color: #CEA300;
	font-weight: 300 !important;
    text-decoration: none;
}


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

.post-body {
	display: block;
}

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

.post-head-info {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 18px;
	color: #171745;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 600;
	font-family: var(--heading-option-font-family);
}

.post-head-info span:first-child::after {
	opacity: 0;
	margin: 0 5px;
}

.post-head {
	border-bottom: 0px solid #6dbe5a;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.post-head hr {
	background: #cea300;
	width: 50px;
	height: 4px;
	margin: 10px 0 20px 0;
}


.post-bottom a {
	font-size: 17px;
	text-transform: none;
	color: #CEA300;
	font-weight: 500;
	text-decoration: underline;
	background: transparent !important;
	padding: 0;
	letter-spacing: 0px;
	border: 0px solid #0057e2;
	padding: 10px 0px !important;
	margin: 0;
}

.post-bottom a:hover,
.post-bottom a:focus { 
border: 0px solid #0057e2;
padding: 10px 0px !important;
color: #171745;
background:transparent !important;
letter-spacing: 0px;
text-decoration: underline !important;
	 
}

.post-bottom a.post-bottom-share {
	color: #CEA300;
	text-decoration: none !important;
	background: transparent !important;
	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: #fff;
	background:#CEA300 !important;
	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-info a {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #0a0a34;
	text-decoration: none !important;
	font-family: var(--heading-option-font-family);
	font-weight: 300;
}

.post-head-info a strong {
	font-weight: 300 !important;
}

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

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

.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;
	/* display: none; */
	color: #0a0a34;
}

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

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

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

	.single .post-body-image {
		margin: 0 0 30px;
	}

	.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: 600;
	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: #171745;
	margin-right: 0;
	font-size: 17px;
	font-weight: 500 !important;
	background-color: transparent !important;
}

.wp-pagenavi span.current {
	color: #CEA300;
	border-color: transparent !important;
	border-radius: 0;
	padding: 0px !important;
	background-color: transparent !important;
	font-weight: 500 !important;
	font-size: 17px;
	text-decoration: underline;
}


.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: #CEA300;	
	border-color: transparent !important;
	border-radius: 0px;
	padding: 0px !important;
	background-color: transparent !important;	
	font-size: 17px;
	text-decoration: underline !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: #171745;
	background: none;
	padding: 0px 10px !important;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: bold;
	border-color: transparent !important;
	background-color: transparent !important;
	font-size: 17px;
}

.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: #CEA300;
	padding: 0px 10px !important;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: bold;
	border-color: transparent !important;
	background-color: transparent !important;
    font-size: 17px;
}
.wp-pagenavi i {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	padding: 0 5px;
}
/*******************************************************************************************
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: 18px;
	font-weight: 600;
	text-decoration:none
}

.attorney-banner-pdfs.attorney-banner-flex-row {
	display: none !important;
}
.attorney-banner-info p.vcard {
	display: none !important;
}
.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
	color: #1A1818;
	line-height: 1.0;
	font-size: 18px;
	font-weight: 600;
    text-decoration:none
}


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

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

.attorney-banner-position {
	font-family: var(--heading-font-family);
	font-size: 22px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 30px;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}


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

.single-attorneys-template-b .attorney-banner-name {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
	background: white;
	background: linear-gradient(30deg, white 0%, #C0C3D3 100%);
	border: 2px solid #0F8577;
}

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

.single-attorneys-template-b .vcard a {
	text-transform: uppercase;
	font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
	margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .vcard i {
	display: inline-block;
	color: #0F8577;
}

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

.single-attorneys-template-b .attorney-banner-info span {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}
	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

.attorney-banner-name h1 {
	font-family: var(--heading-font-family);
	font-size: 50px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	margin: 0;
}


	.attorney-banner-left img {
		max-width: 400px;
		width: auto;
	}
	.attorney-banner-right {
		min-width: 50%;
		margin-left: 40px;
		text-align: left;
	}
.single-attorneys .banner {
	height: auto;
	padding: 125px 0 0;
	margin-top: 0;
 
}
	.single-attorneys .banner-inner {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}
}


/* TEMPLATES > Attorney Template C */

.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.single-attorneys-template-c main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	background-image: url(../images/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
	margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
	font-size: 1.2rem;
}

.mCSB_draggerRail,
.mCSB_scrollTools {
	background-color: #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;
		overflow-y: scroll;
	}
	.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 !important;
	}
	.attorney-template-c-content-inner {
		padding: 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 */
  




/* CONTENT > Attorneys Landing */
.page-template-template-attorneys main {}

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

.attorney-result-single {
	padding: 0;
	background: #fff !important;
	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-image: url(../images/bio-landing-option1.jpg);
	background-repeat: no-repeat;
}

.attorney-result-image-container img {
	width: 100%;
	max-width: 290px;
	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: RGB(206, 163, 0,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 0;
	-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: 15px auto 0;
	background: #CEA300;
	width: 30px;
	height: 6px;
	display: block;
	border: none;
	 
}
 

.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: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

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

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

}


/* TEMPLATES > Attorney Landing-CUSTOM START */


.attorneys-results-block-featured {
	margin-bottom: 50px;
}

.attorney-results-rest .xl-title-style {
	font-size: 2.8rem;
}

.attorney-result-single-alt {
	background: none;
	border: 1px solid #8B8B8B;
	flex-direction: column;
	padding: 0;
	overflow: visible !important;
	position: relative;
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	-ms-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.attorney-result-single-alt:focus,
.attorney-result-single-alt:hover {
	background: #4E4E4E;
}

.attorney-result-single-alt-data-lower p {
	font-size: 0.9rem;
	line-height: 1.4;
}

.attorney-result-single-alt .attorney-result-info {
	position: relative;
	border-bottom: none;
	margin: 0;
	padding: 22px 0;
	text-transform: none;
	width: 100%;
	cursor: pointer;
	background: none !important;

}

.attorney-result-single-alt hr {
	margin: 20px auto 0;
	background: #D19C1D;
	width: 32px;
	height: 4px;
}

.attorney-data-close {
	background: #333333;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 0;
	width: 40px;
	height: 40px;
}

.attorney-result-single-alt:focus,
.attorney-result-single-alt:hover {
	border-color: #4E4E4E;
}

.attorney-result-single-alt-data {
	display: none;
	position: absolute;
	left: -4px;
	top: -4px;
	width: calc(100% + 6px);
	z-index: 2;
	min-height: 420px;
	background: #171745;
	justify-content: center;
	flex-direction: column;
	padding: 50px 30px;
}

.attorney-result-single-alt-data-inner {
	text-align: left;
}

.attorney-result-single-alt-data-inner h2 {
	margin-bottom: 5px;
}

.attorney-result-single-alt-data-inner hr {
	margin: 20px 0 20px 0;
}

.attorney-result-single-alt-data-inner p {
	margin-bottom: 18px;
}

.attorney-results-rest {
	background: #F0F0F0;
	padding: 90px 0;
}

.attorney-results-rest > .row-wide {
	width: 100%;
}


.attorney-result-single-alt.active .attorney-result-single-alt-data {
	display: flex;
	-webkit-animation: boxFadeUp 200ms ease-out;
	animation: boxFadeUp 200ms ease-out;
}

@keyframes boxFadeUp {
	from {
		opacity: 0;
		transform: translateY(-12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes boxFadeUp {
	from {
		opacity: 0;
		transform: translateY(-12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

	.attorney-results-rest {
		display: none !important;
	}

	.attorney-results-rest .content.full-width {
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.attorney-results-rest.active {
		display: grid !important;
		-webkit-animation: fadeIn 200ms ease-out;
		animation: fadeIn 200ms ease-out;
	}

	.attorneys-results-block {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
}


/* TEMPLATES > Attorney Landing-CUSTOM END */

 




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

.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: #fff;
}

.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;
	display:flex;
}

.office-location.attorney-banner-large-info {
    margin-top: -20px;
    margin-bottom: 0px;
}
.attorney-banner-large-info i {
	color: #cea300;
	font-weight: normal;
}
.attorney-banner-large-info a, .attorney-banner-large-info p a, .attorney-banner-large-info p {
	font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color:#fff;
}

.attorney-banner-large-info a:hover,
.attorney-banner-large-info p a:hover,
.attorney-banner-large-info p a:focus {
  font-family: var(--heading-font-family);
  text-decoration:none;
	color:var(--secondary-color);
}
.content-tab-block {
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 40px;
    padding-top: 40px;
}
#heading-anchors-source .content-tab-block:first-of-type {
	border-top: 1px solid #bfbfbf !important;
}
p.attr-margin {
    padding-right: 50px;
}

.content-tab h2{
  font-family:  var(--heading-font-family);
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

#heading-anchors-source .content-tab {
	margin-bottom: 15px;
}

.accolades-inner img {
    width: 150px;
}

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

.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;
	padding-top: 15px;
	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: #CEA300;
}

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



.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: -10%;
	margin-top:4%;
	margin-bottom:5%;
	
}

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

	.attorney-banner-large-right img {
		height: 467px;;
	}
}



/* 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-flex;
    width: 30px;
    height: 30px;
    text-align: center;
    background: none;
    color: #171745;

}

.attr-btn-letter {
    cursor: none;
    color: #a39d9d;
    text-decoration: none;
}

.attr-btn-letter:focus,
.attr-btn-letter:hover{
    cursor: none;
    color: #a39d9d!important;
    text-decoration: none;
}

.attorney-search-letters-single:focus, .attorney-search-letters-single:hover {
    background: none;
    /* padding: 10px; */
    /* padding-bottom: 20px; */
    color: #cea300;
}

span.attorney-search-letters-single {
	color: #C0C3D3;
}
#attorney-search-form select {
	font-family: var(--body-font-family);
	font-size: 15px;
}
@media screen and (min-width: 700px) {
.attorney-search-form .form-input-row {
	display: flex;
	column-gap: 15px;
}
.attorney-search-form  .form-input-group:first-of-type {
	margin-right: 0;
}

	.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: #fff;
}
.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: #fff;
	position: relative;
	padding: 5px 20px;
}


.footer-address-inner .office-block-info {
	background:transparent !important;
	position: relative;
	padding: 0;
}
.footer-address-inner .office-contact {
	  margin-top: 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;
 
}
 
.office-block-info-inner {
	width: 100%;
}
.office-block-info-inner strong {
	font-size: 25px;
}
.contact-btn .button {
	padding: 6px 18px;
	font-size: 15px;
	text-transform: none;
	margin-top: 25px;
	font-weight: 500;
}
 .office-block-main {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

.office-block-image {
	display: flex;
	width: 200px;
	flex-basis: 200px;
	height: 200px;
}

	.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 > Case-Studies-Custom*/

.test-title {
	font-size: 32px;
	margin-bottom: 10px;
	max-width: 560px;
}

.sort-filter {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #171745;
	font-family: var(--heading-font-family);
}

.prac-select-main {
	display: flex;
	column-gap: 15px;
}
.content-testimonial-inner .prac-select-main select {
	color: #5a5a5a;
	font-family: var(--body-font-family);
	font-size: 14px;
	line-height: 50px;
	height: 45px;
	line-height: 43px;
}

.button.pracBtn {
	font-size: 14px;
	letter-spacing: 0.42px;
	font-weight: 600;
	height: 45px;
	min-width: 120px;
}

.case-studies-section {
	display: inline-block;
	margin: 50px 0;
}

.single-block.odd-block {
	background: #f5f5f5;
	margin: 0px 15px;
}

.case-studies-section .single-block {
	padding: 50px 30px;
}

.testimonial-title  {
	font-size: 24px;
	font-weight: 500;
	color: #0a0a34;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.testimonial-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	width: 6px;
	height: 95%;
	background: #CEA300;
}

.content-case-studies-single-text {
	position: relative;
	padding-right: 40px;
}

.content-case-studies-single-text::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #c3c3c3;
}
.content-case-studies-single-prac {
	padding-left: 50px;
}
.content-testimonial-inner.case-right h2 {
	font-size: 22px;
}
.content-testimonial-inner.case-right h2 {
	font-size: 22px;
	margin-bottom: 15px;
}
.content-testimonial-single-prac h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.pracBtnList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 20px;
}

.pracBtnList li {
	padding-left: 0 !important;
	/* display: inline; */
	margin-bottom: 15px!important;
}

.pracBtnList li::before {
	display: none;
}
  .button.pracBtn {
	font-size: 14px;
	height: auto;
	padding: 7px 25px;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
	  text-transform:capitalize;
}
.prac-select-main .button.pracBtn {
	text-align: center !important;
	height: 44px;
}
.content-testimonial-inner p:last-of-type {
	margin: 0;
}
.load-more-section {
	text-align: left;
	padding-left: 45px;
}

.outline.button.loadMoreBtn {
	max-width: 370px;
	color: #171745;
	border: 1px solid #171745;
	padding: 30px 30px;
	font-size: 18px;
}

.outline.button.loadMoreBtn:hover,
.outline.button.loadMoreBtn:focus {
	max-width: 370px;
	color: #171745;
	border: 1px solid #CEA3005;
	padding: 30px 30px;
	font-size: 18px;
}

.content-testimonial-single-text.content-case-studies-single-text .testimonial-title::after {
	display: none;
}
.content-testimonial-single-text.content-case-studies-single-text .testimonial-title {
	padding: 0;
}

.testBtn {
	position: relative;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-size: 17px;
	font-family: var(--heading-font-family);
}

.testBtn::after {
	bottom: -5px !important;
	display: block;
	height: 2px;
	width: 0%;
	content: "";
	background-image: linear-gradient(to left, #171745 70%, #171745);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	position: absolute;
	opacity: 0;
}
.testBtn::before {
	bottom: -5px !important;
	display: block;
	height: 2px;
	width: 100%;
	content: "";
	background: #CEA300;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	position: absolute;
 
}
.testBtn i {
	font-weight: 400 !important;
}
.testBtn:hover:after,
.testBtn:focus:after {
  opacity: 1;
  width: 100%;
}

.testBtn:hover,.testBtn:hover i,
.testBtn:focus, .testBtn:focus i {
	color:#CEA300
  
}


 /* TEMPLATES > Single-Practice-inner */
 
/*.single-practices #banner .banner-inner.columns {
	justify-content: flex-start;
	padding-left: 100px;
	max-width: 700px;
}
 .single-practices #banner .banner-inner.columns .banner-title {
	text-align: left;
	padding-bottom: 10px;
}*/
.single-practices #banner .banner-inner.columns .banner-title::after {
	left: 0;
	width: 55px;
}
 .single-practices #banner::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-image: linear-gradient(to right, #0a0a2b , rgba(0, 0, 0, 0));
}
 .single-practices #banner::before {
	background-image: linear-gradient(to top, rgb(23, 23, 69,0), rgb(23, 23, 69,0));
}
 
.page-template-template-practices .pracLink {
	color: #171745;
	font-size: 24px;
	text-transform: none;
	font-family: var(--heading-font-family);
	text-decoration: none;
	line-height: 1.3;
}
.page-template-template-practices .pracLink:focus,
.page-template-template-practices .pracLink:hover{
	color:#cea300;
}


.page-template-template-practices .columns.large-6.medium-6.small-12.pracCol {
	padding: 0 10px;
}
.page-template-template-practices .practice-box.hp-prac-box.accordion-item {
	background: transparent !important;
	margin-bottom: 25px;
}

.page-template-template-practices .accordion-item-title::after {
	color: #171745;font-size: 23px; 
}

.page-template-template-practices .practice-box.hp-prac-box.accordion-item .prac-tit.accordion-item-title.interact {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background: transparent !important;
}

.page-template-template-practices .practice-box.hp-prac-box.accordion-item .accordion-item-content {
	padding: 15px;
	width: 100%;
	margin-bottom: 0;
}

.page-template-template-practices .prac-main {
	border-bottom: 3px solid #cea300 !important;
}
.page-template-template-practices .accordion-item-content li {
	color: #171745;
	padding: 0 0 0 25px;
	position: relative;
	margin-bottom: 10px;
	line-height: 26px;
	font-size: 17px;
}

.page-template-template-practices .practice-box.hp-prac-box.accordion-item.active {
	margin-bottom: 0;
}
.page-template-template-practices .accordion-item-content ul {
	margin: 0;
}

.page-template-template-practices .accordion-item-content li::before {
	position: absolute;
	color: transparent;
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	top: -3px;
	left: 4px;
	font-size: 19px;
	font-weight: bold;
	height: 5px;
	line-height: 30px;
	background: transparent;
	width: 5px;
	border-radius: 66px;
	color: #CEA300;
}

.page-template-template-practices  .practice-box-list {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


/* 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: #CEA300;
	font-weight: bold;
	font-size: 18px;
}

.content-testimonial-source {
	display: block;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 600;
	color: #171745;
	font-size: 17px;
	font-family: var(--body-font-family);
	margin-bottom: 20px;
}


.content-testimonial-inner p:first-of-type {
	margin-bottom: 20px;
}
.content-testimonial-source:before {
	content: "-";
	margin-right: 6px;
	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: 600;
	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%;
}
.module.module-intro-a.section-attr-contact {
	background-size: cover;
	background-position: center;
}

.contact-full-inner i:hover {
    color: #fff;
}
h2.form-tit {
    color: #fff;
    font-size: 30px;
}
.attr-badge-single {
    max-width: 150px;
}
div#attorney-sidebar {
	float: left;
	padding-left: 40px;
	width: 32%;
	padding-right: 40px;
}
.attorney-bio-main-d .content.columns {
	width: 68%;
}

.sidebar section .side-prac-list li {
	background: #f4f4f4;
	margin-bottom: 8px;
	min-height: 90px;
	display: flex;
	align-items: center;
	padding: 15px 10px 15px 10px !important;
	position: relative;
	left: 0 !important;
}

/* .sidebar section .side-prac-list li:hover,
.sidebar section .side-prac-list li:focus {
	background: #e3e3e3;
} */




.sidebar section .side-prac-list li a .pracTit {
	text-transform: none !important;
	font-weight: normal;
}

.sidebar section .side-prac-list li a:hover .pracTit,
.sidebar section .side-prac-list li a:focus .pracTit {
	color: #CEA300;
}
.sidebar section #sidebar-jump-links li {
	padding: 0;
	border-bottom: 1px solid rgba(23, 23, 69, 0.1);
	padding: 12px 0;
	text-transform: none;
}

.sidebar section #sidebar-jump-links li button {
	text-transform: none;
	background: transparent !important;
	font-family: var(--heading-font-family);
	font-size: 22px;
	font-weight: normal;
	color: #171745;
	width: 100%;
	text-align: left;
	height: auto;
}


.sidebar section #sidebar-jump-links li button:hover,
.sidebar section #sidebar-jump-links li button:focus {
	text-transform: none;
	background: transparent !important;
	font-family: var(--heading-font-family);
	font-size: 22px;
	font-weight: normal;
	color: #CEA300;
	width: 100%;
	text-align: left;
	height: auto;
}


.sidebar section .side-prac-list li a {
	display: flex;
	align-items: center;
	padding: 0 !important;
}


.sidebar section .side-prac-list li a:hover,
.sidebar section .side-prac-list li a:focus {
  background: none;
}

.sidebar section .side-prac-list li .pracIcon {
	background: #111740;
	border-radius: 55%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	min-width: 60px;
	margin-right: 13px;
}
.sidebar section .side-prac-list li .pracIcon img {
	max-width: 30px;
  filter:  brightness(0) invert(1);
}

.sidebar section .side-prac-list li::before {
	opacity: 0;
	margin: 0;
	font-size: 0;
	visibility: hidden;
	position: absolute;
}



/*.single-attorneys .banner-inner.columns {
    background-image: url(/wp-content/themes/paperstreet/images/new-bird.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
 
}*/
.single-attorneys .sidebar section h2{
  font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}


.sidebar section #sidebar-jump-links li::before {
	opacity: 0;
	position: absolute;
	margin: 0;
	font-size: 0;
	color: transparent;
}


.single-offices p {
	margin-bottom: 15px;
}

.single-offices .ofc-attr-section {
	margin-top: 50px;
}

.single-offices .ofc-attr-section .ofcAttrTitle {
	margin-bottom: 0;
}

.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single {
	width: 48%;
	max-width: 300px;
}
.single-offices .attorneys-ofc-result.attorney-results {
	justify-content: flex-start;
}

.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single h2 {
	/* font-size: 19px; */
	min-height: 55px;
}




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

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

.attorney-results {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
 

.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 00px 0;
}
.attorney-banner-large-info {
	margin-bottom: 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;
}

.content h2 {
	font-size: 25px;
}
.dollar-results-single {
	width: 100%;
 
}
.page-template-template-contact .module-footer-a .footer-lower {
	padding-top: 0px !important;
	padding-bottom:0px !important;
 
} 
.banner {
	height: 240px;
}
.attorney-banner-large-right {
	background: transparent;
	margin-top: 0 !important;
	margin-bottom: 0;
}
 
.attorney-banner-name h1 {
	font-size: 40px;
	color: #171745;
	margin-bottom: 10px;
	line-height: 1;
}
.attorney-banner-position {
	font-size: 22px;
	color: #171745;
}


.page-template-template-attorneys .page-title, .page-template-template-practices .page-title {
	text-align: center;
	margin: 0;
	font-size: 35px;
}
.attorney-banner-large-info a, .attorney-banner-large-info p a, .attorney-banner-large-info p {
	color: #171745;
}

.module-practices-e-inner {
	margin: 0 0 !important;
	padding: 30px 0 !important;
 
}
p.attr-margin {
	padding-right: 0;
}
.attorney-banner-large-info {
	flex-wrap: wrap;
}

.cont-map iframe {
	width: 100%;
	max-height: 200px;
}
.attorney-banner-large-info .attr-margin {
	margin-bottom: 0;
}

.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: 30px;
}
.content {
	padding-right: 15px;
	margin-bottom: 30px;
}

.module-results-a-inner.slider-container {
	max-width: 100%;
}

.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 {
	background-image: linear-gradient(to top, rgb(23, 23, 69,0), rgb(23, 23, 69,0.8));
}
 .attorney-result-single .attorney-result-info {
	margin-bottom: 25px;
}
 .attorney-banner-large-left {
	background: #fff;
 
}
.single-attorneys .banner::after {
	background-position: -334px -170px;
	background-repeat: no-repeat;
	background-size: 765px;
}

.attorney-banner-large-left {
	width: 100%;
}
 .single-attorneys .banner .banner-inner.columns {
	padding: 0;
}
.attorney-bio-main-d {
	padding-top: 10px;
}
div#attorney-sidebar {
	float: left;
	padding-left: 40px;
	width: 100%;
	padding-right: 40px;
	margin-bottom: 30px;
}
.attorney-bio-main-d .content.columns {
	width: 100%;
}

.attorney-bio-main-d .content.columns {
	margin-bottom: 20px;
}
.attr-contact-title {
	font-size: 35px;
	text-align: left;
 
}
.content .test-title {
	margin-bottom: 30px !important;
	text-align: center;
}


.button.pracBtn {
	min-height: 43px;
 
}
.case-studies-section .single-block {
	padding: 30px 10px;
	margin: 0;
}

.content-case-studies-single-text::after {
	display: none;
}

.sort-filter {
	text-align: center;
}
.prac-select-main {
	flex-wrap: wrap;
}
.practice-btn {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}

.button.pracBtn {
	width: 100%;
	display: block;
	text-align: center;
}

.content-case-studies-single-text {
	position: relative;
	padding-right: 15px;
}

.content-case-studies-single-prac {
	padding-left: 15px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.pracBtnList .button.pracBtn {
	width: 100%;
	display: block;
	text-align: left;
	min-height: auto;
	height: auto;
}

.content-testimonial-single-text.content-case-studies-single-text .content-testimonial-inner.case-right {
	padding-bottom: 30px !important;
}
.load-more-section {
	text-align: left;
	padding-left: 0;
}
.outline.button.loadMoreBtn {
	padding: 20px 20px !important; 
}

.content.full-width.columns {
	margin-bottom: 30px;
}

.single-practices #banner .banner-inner.columns {
	padding-left: 20px;
 
} 

.single-offices .ofc-attr-section .ofcAttrTitle {
	margin-bottom: 30px;
}
.single-offices .attorneys-ofc-result.attorney-results {
	justify-content: flex-start;
	padding: 0 10px !important;
}
.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single h2 {
	/* font-size: 19px; */
	min-height: inherit;
}

.single-offices .office-address {
	padding: 0 15px !important;
}

.single-offices .ofc-attr-section .ofcAttrTitle {
	margin-bottom: 30px;
	padding: 0 10px;
}
 
	
}
 




@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: 100%;
}

.attorney-imgae-right.show-for-small-only {
	text-align: center;
}
p.attr-margin {
	padding-right: 30px;
}
.prac-select-main {
	flex-wrap: inherit;
}

.practice-btn {
	margin-top: 0;
}
.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single {
	width: 46%;
	max-width: 300px;
}
.attorney-results .attorney-result-single {
	width: 45%;
	margin: 1% 2%;
}


	
}

@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: 0px;
	height: 300px;
}
.single-attorneys .banner {
	height: auto;
	padding: 30px 0 00px 0;
}
.attorney-banner-large-right {
	background: transparent;
	margin-bottom: 0;
}

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

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

 
.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: 30px 0;
}

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

.sidebar .form-container {
	padding: 0;
	background-position: center;
}

.sidebar .form-container .form-input-row .form-input-group {
	width: 100%;
	min-width: 100%;
	margin-right: 0;
}
.office-block-info-inner p {
	font-size: 14px;
}

.sidebar .form-container .form-second-text {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 0;
}
.sidebar .form-container .form-first-text {
	font-size: 1.5rem; 
}

.sidebar.columns.small-12.medium-6.large-6.sidebar-contact {
	width: 50% !important;
}
.banner-inner.columns {
	padding-top: 30px;
}

div#attorney-sidebar {
	width: 32% !important;
 
}
div#attorney-sidebar .sidebar-inner {
	padding: 0 10px !important;
}
.attr-contact-title {
	font-size: 35px !important;
	text-align: right;
	padding-right: 15px;
}
.prac-select-main {
	flex-wrap: wrap;
}
.practice-btn {
	margin-top: 15px;
}

.content-case-studies-single-prac {
	padding-left: 15px;
}
.load-more-section {
	text-align: center;
	padding-left: 0;
}

.content-testimonial-single-text.content-case-studies-single-text .content-testimonial-inner.case-right {
	padding-bottom: 30px;
}
.button.pracBtn {
	padding: 7px 20px;
 
}
.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single {
	width: 48%;
	max-width: 300px;
}

.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single h2 {
	font-size: 19px;
	min-height: 55px;
}
.attorney-results .attorney-result-single {
	width: 31%;
	margin: 1% 1%;
}

.attorney-result-single h2 {
	font-size: 1.3rem !important;
	margin-bottom: 6px;
}
.attorneys-results-block {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

}

 /* TEMPLATES > Practices Landing */

.about-box-list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-box {
	width: 100%;
	height: 90px;
	margin: 0 0 20px;
	padding: 0 15px;
/* 	background: #14172F; */
	background: #171745;
	color: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	text-decoration: none;
	transition: background 200ms ease-out;
}

.about-box:hover,
.about-box:focus {
	background: #cea300;
	text-decoration:none;
}

.about-box span {
	margin: 0;
	font-size: 1.3rem;
	-ms-align-self: center;
	align-self: center;
	width: 100%;
}

.about-box:focus span,
.about-box:hover span {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.about-box {
		width: 46%;
		margin: 1%;
	}
}


@media screen and (min-width: 1023px) and (max-width: 1024px) {
 
.banner-title {
	font-size: 40px;
}
.about-tit {
	font-size: 18px;
}
.about-attr-list {
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
 


}

@media screen and (min-width: 900px) and (max-width: 1140px) {
.attorney-banner-info {
	justify-content: space-between;
 
}	

.prac-sec-title {
	font-size: 40px;
}
 

.prac-third-title {
	color: #fff;
	font-weight: normal;
	font-size: 25px;
	width: 100%;
	margin-bottom: 15px;
}

 

.attorney-banner-name h1 {
	font-size: 1.4rem;
}

.button.pracBtn {
	padding: 7px 15px !important;
 
}

.prac-select-main .button.pracBtn {
	height: 42px;
	text-align: center;
}
.single-practices #banner .banner-inner.columns .banner-title {
	text-align: left;
	padding-bottom: 0;
}









	
}








@media screen and (min-width: 980px) and (max-width: 1024px) {
.banner, .banner-xl {
	margin-top: 0px !important;
}
.banner {
	height: 300px !important;
}
.single-attorneys .banner {
	padding-top: 50px;
	height: auto !important;
}
.attorney-banner-left img {
	max-width: 350px !important;
	width: auto;
}
 
 .attorney-results .attorney-result-single {
	width: 32%;
	margin: 1% 0.5%;
}

.page-template-template-attorneys main {
	padding-top: 30px;
	padding-bottom: 30px;
}

 .single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single h2 {
	font-size: 22px;
	min-height: 45px;
}
 
 


	
}

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

.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: 350px;
}
 .banner-title {
	font-size: 50px;
}

.single-offices .attorneys-ofc-result.attorney-results .attorney-result-single.attr-ofc-single {
	width: 45%;
	max-width: 300px;
}
	
}


@media screen and (min-width: 1900px) and (max-width: 12000px) {
/*.single-attorneys .banner {
	padding: 1px 0 0px;
	margin-top: 185px;
}*/

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

.banner {
	height: 400px;
}
 
}




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


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


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




	
}
.attorney-search-container {
    padding-top: 40px;
  
}
.page-template-template-attorneys form legend, form label, form p {
    font-size: 0.9rem;
    color: #000;
}