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

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/
.banner {
  height: 380px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

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

 
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: transparent; */
  pointer-events: none;
  opacity: 0.56;
  background-image: linear-gradient(84deg, #000 12%, #000 88%);
  opacity: 0.76;
  background-image: linear-gradient(84deg, #000 12%, rgba(0, 0, 0, 0) 88%);
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
  background-image: ;
  opacity: 0.53;
  background-image: linear-gradient(to bottom, #040d0e, rgba(0, 0, 0, 0));
}

/*.single-attorneys .banner::before {
  opacity: 0;
}
*/

.home #header-mobile::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, #020f1d, rgba(17, 50, 85, 0));
  opacity: 0.9;
  z-index:0
}

 

.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.5) 100%, rgba(40, 71, 120, 0.5) 10%);
   
}


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

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

.single-attorneys .banner::after::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 23, 47, 0.5);
  pointer-events: none;
}
.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;
  padding-top: 50px;
  /* max-width: 900px; */
  padding-right: 15px;
}

.banner-title {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 54px;
  letter-spacing: -1.44px;
  /* text-align: left; */
  color: #fff;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  text-shadow: 0 0 2px #000, 0 0 10px #000;
  max-width: 48%;
  text-align: center;
}

.sitemap-block {margin-bottom:30px;}

.page-id-1491 .custom-blue,
.postid-1497 .custom-blue,
.postid-1500 span.custom-blue,
.postid-1496 .custom-blue {
    color: #d08b29;
  
}

.attr-search p.banner-title {
    margin-top: 250px;
}

.module-title.center h2 {
  font-size: 50px;
  color: var(--body-text-color);
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0;
}


.module-title.center hr {
  color: var(--secondary-color);
  background: var(--secondary-color);
  width: 70px;
  height: 7px;
  margin: 10px auto 50px auto;
}

.banner-title::after {
  content: "";
  width: 68px;
  margin: 25px 0 1rem;
  height: 6px;
  background-color: #d08b29;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  position: absolute;
  bottom: -20px;
  opacity: 0 !important;
}

.ban-line {
  position: absolute;
  margin: 0 0;
  height: 5px;
  width: 50px;
  bottom: -20px;
  /* display: none; */
  left: 0;
}



.attr-search .ban-line{
  width:8%;
}
.ban-line::after {
  background: #d08b29;
  content: "";
  height: 5px;
  -webkit-animation: expand4 1s;
  width: 50px;
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  bottom: 0x;
  display: inline-block;
  left: 00%;
}



/*@-webkit-keyframes expand4{
    0%{width:0px}
    100%{width:70px}
}
*/












@media screen and (max-width:600px) {
/*.single-attorneys .banner {
  background-image: url(../images/_banner_attorney-mobile.jpg) !important;
}*/
.banner-title {
    font-size: 40px;
  } 
}

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

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

@media screen and (min-width: 1025px) {
.banner {
  height: 400px;
/*  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);*/
}
  
  .page-template-template-attorneys .banner{
/*    height:350px; */
  }

.banner, .banner-xl {
  margin-top: 0px;
/*  margin-top: 115px; */
/*  margin-top: 140px; */
}
}

.search-form {
display: flex;
    position: relative;
    background: #fff;
   
}

.sidebar .form-container {
  padding: 30px;
  background: #f0f0f0;
  text-align: center;
  color: #000;
  margin: 0 0;
}
.sidebar .blog-form-section .form-container {
  background: transparent;
  padding: 0;
}
.sidebar .form-container .form-first-text {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.sidebar .form-container .form-second-text {
  font-size: 35px;
}
.sidebar .form-container .form-input-row input {
  background: #fff;
  height: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  color: #0E1F30;
  font-size: 17px;
  padding: 5px;
}
.sidebar .form-container label {
  color: #0e1f30;
}

.sidebar .form-container .form-input-group textarea {
  background: #fff;
  height: 120px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.45);
  margin: 0;  padding: 5px;
}


.search-form button {
  margin-left: 10px;
  height: 48px;
  width: 45px;
  font-size: 19px;
  padding: 0 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  line-height: 50px;
  display: flex;
  align-items: center;
 
  border: none !important;
  color: #fff;
}

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

#blog-search-input::placeholder {
  color: #111;
font-size:13px;
  text-transform:uppercase;
}

#blog-search-input {
  outline: none !important;
  color: #000;
  padding-right: 58px;
  padding-left: 15px !important;
  background: #fff;
  font-family: var(--body-font-family) !important;
  border: solid 1px #efefef;
  text-transform: none;
  border: none !important;
  height: 48px !important;
}


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

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

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


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

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

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


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




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

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

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

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

 


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


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

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

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

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

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

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

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

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

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

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


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

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




/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cecece;
  background: #fff;
  padding: 15px 0px 00px 0px;
  padding-top: 0px;
}
 .blog-text {
  padding: 0;
}

.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: -15px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #262626;
      text-transform: capitalize;
}

.post-head h1 a, .post-head h2 a {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #262626;
  margin-bottom: 0px;
  font-family: var(--heading-font-family);
  text-transform: capitalize;
}

.post-head h1 a:hover,
.post-head h1 a:focus, 
.post-head h2 a:hover,
.post-head h2 a:focus {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color:#57052a;
  text-decoration: none;
}


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

.post-body {
  display: flex;
}

.single-post .post-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-post .post-body .blog-text {
  width: 100%;
  order: 2;
}
.single-post .post-body .blogImg {
  width: 100%;
}

.post-head-info {
  line-height: 1.3;
  margin-top:20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #2e3740;
  text-transform: uppercase;
}
.post-head-info div span:nth-child(2) {
  display: none !important;
}

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

.blog .post-date {
  background: #57052a;
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.35px;
  font-weight: normal;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.post-date{
background: #57052a;
padding: 8px 15px;
color: #fff;
font-size: 15px;
letter-spacing: 1.35px;
font-weight: normal;
margin-bottom: 10px;
display: inline-block;
text-transform: uppercase;
}

.post-head h1::after {
  display: none !important;
}

.page-template-template-contact .news-col-inner-right p {
  display: none;
}

#gform_wrapper_1 .gfield_label,
#gform_wrapper_2 .gfield_label {
  line-height: 1;
  height: auto;
}


#gform_wrapper_1 input,
#gform_wrapper_2 input, {
  height: 30px;
  padding: 0;
   
}
#gform_submit_button_1,
#gform_submit_button_2 {
  color: #fff !important;
}

#gform_wrapper_1 textarea,
#gform_wrapper_2 textarea {
  height: 90px;
  max-height: 90px;
}

#gform_wrapper_1 #gfield_description_1_3,
#gform_wrapper_2 #gfield_description_1_3 {
  text-align: left;
}

#gform_wrapper_1 input.gform_button,
#gform_wrapper_2 input.gform_button {
    height: 50px;
    /* padding: 10px; */
    /* padding-bottom: 10px; */
    width: 200px;
    margin: 0 auto;
}

.post-bottom a {
  letter-spacing: 0;
  text-transform: capitalize;
  color: #262626;
  font-weight: normal;
  text-decoration: underline;
  background: transparent;
  /* padding: 0; */
  letter-spacing: 0;
  border: 0px solid #0057e2;
  font-size: 17px;
  padding: 15px 0;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.post-bottom a:hover,
.post-bottom a:focus { 
  color: #131948;
  background: transparent;
  text-decoration: none;   
}

.post-bottom a.post-bottom-share {
  color: #57052a;
  text-decoration: none;
  padding: 12px 20px 12px 20px;
  background: transparent !important;
  font-size: 25px;
}

.post-bottom a.post-bottom-share:hover,
.post-bottom a.post-bottom-share:focus {
    color:#d08b29;
  text-decoration: none;
  background: transparent !important; 
}


.post-bottom a.show-more-btn::after,
.post-bottom a.show-more-btn::after {
  position: absolute;
  bottom: 0;
  background: #d08b29;
  width: 0%;
  height: 4px;
  left: 0;
  content: "";
   background-image:linear-gradient(to left, #d08b29 70%, #d08b29);
   opacity:0;
    -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.post-bottom a.show-more-btn:hover:after,
.post-bottom a.show-more-btn:focus:after {
  width: 100%;
  opacity:1
 
}
.show-more-btn.outline i {
  color: #d08b29;
}
 .main-navigation-menu > li a::before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
}
 
.post-bottom a i {
  font-weight: bold;
}

.post-head-info a {
  font-size: 17px;
  font-weight: 300 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #262626;
  text-decoration: none !important;
  letter-spacing: 0.85px;
}
.post-head-info a strong {
    font-weight: 300 !important;
    letter-spacing: 1px;
}

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

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

.post-head-info span {
  margin-bottom: 0;
  font-weight: 400 !important;
    letter-spacing: 1px;
}

.post-head-info span:not(:last-of-type)::after {
  width: 2px;
  height: 15px;
  background: top;
  content: '|';
  display: inline-block;
  margin: 0 10px 0 5px;
  position: relative;
  top: -1px;
  font-size: 15px;
  color: #a4a4a4;
  opacity: 0 !important;
}

.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;
  -ms-align-items: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 15px;
  justify-content: space-between;
}

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

.post-body-excerpt {
  width: 100%;
  font-family: var(--body-font-family);
  padding-right: 30px;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #2e3740;
}


@media screen and (min-width: 1025px) {
.post-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

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

  .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: normal !important;
  text-decoration: none;
  border-radius: 55px;
  width: 25px;
  height: 30px;
  line-height: 27px !important;
  text-align: center;
  margin: 0;
  display: block;
  background: #fff;
  color: var(secondary-color);
  margin-right: 5px;
  border: 0px solid transparent !important;
  font-size: 17px;
  border-width: 0px !important;
  outline: none;
  color: #7b7b7b;
  letter-spacing: 1.7px;
}

.wp-pagenavi span.current {
  color: #57052a;
  background-color: transparent;
  border: none !important;
  border-radius: 55px;
  font-weight: normal !important;
  text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi a:focus {
    color: #d08b29;
  background-color: transparent;
  border: none!important;
  border-radius: 55px;
  font-weight: normal !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: #2a3940;
  background: none;
  padding: 0 15px;
  border-radius: 0;
  border-color: transparent !important;
  font-weight: 500 !important;
  font-size: 17px;
  border: none !important;
  font-family: var(--body-font-family);
  text-transform: uppercase;
}

.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:#57052a;
    font-weight: 500 !important;
}


.wp-pagenavi i {
  font-weight: bold !important;
  font-size: 18px;
  line-height: normal;
  padding: 0 5px;
}




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

/* TEMPLATES > Attorney Banner */

.attorney-banner-name h1 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}

.attorney-banner-left {
  margin: 0 auto 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  height: auto;
}

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

.attorney-banner-right {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

 


.attorney-banner-info a {
  color: #fff;
  text-decoration: none;
  font-weight: 400 !important;
}
 .vcard a {
  padding-left: 0px;
}
.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
  color: #d08b29;
  text-decoration:none;
    font-weight: 400 !important;
  
 
}


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

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

.attorney-banner-position {
  text-transform: uppercase;
  color: #fff;
}

/* TEMPLATES > Attorney Banner Template A */

.single-attorneys-template-a .attorney-banner-right {
  background-color: #1c1b1b;
  position: relative;
}

.single-attorneys-template-a .attorney-banner-left {
  -ms-align-self: flex-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 #d08b29;
}

.single-attorneys-template-a .attorney-banner-name h1 {
  color: #fff;
  margin-bottom: 0;
  
}

.single-attorneys-template-a .attorney-banner-info i {
  color: #d08b29;
  width: 25px;
  text-align: left;
  font-size: 20px;
}
/*.attorney-banner-phone-fax {
  margin-bottom: 15px;
}*/


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

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

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

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

.attorney-banner-left img {
  max-width: 500px;
  width: auto;
}

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

.single-attorneys .banner {
  height: auto;
  /* padding: 50px 0 0; */
  padding: 0 0;
 
  padding-top: 125px;
}

.single-attorneys .banner-inner {
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 0;
  align-items: center;
}

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

p.blog-c-title a {
    text-decoration: none;
}

/* Right Bar Custom CSS */

.module-blog-c-inner {
  position: relative;
  margin-bottom: 60px;
}

.slider-blog-c {
  width: 100%;
  margin-bottom: 40px;
}

.module-blog-c-single p {
    margin: 25px 0;
    margin-top: 0px;
}

.module-blog-c-single .pt-date {
  text-transform: uppercase;
  color: #262626;
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.75px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 5px;
}
.blog-c-title i {
  color: #d08b29;
}

.module-blog-c-single-info {
  font-size: 0.9rem;
}
.module-blog-c-inner.slider-container {
  padding-bottom: 20px;
}

.module-blog-c-buttons.slick-arrow-container {
  top: inherit;
  bottom: 0;
  justify-content: flex-start;
  column-gap: 15px;
}

.module-blog-c-single p.blog-c-title {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal !important;
}

.module-blog-c-single p.blog-c-title a {
  text-decoration: none !important;
  text-transform: capitalize !important;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.module-blog-c-single {
  border-bottom: 1px solid rgb(165, 165, 165,0.45);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
 .sidebar-block.rec-news .module-blog-c-inner.slider-container {
  padding-top: 15px;
}
.module-blog-c-single p.blog-c-exce {
  margin-top: 10px;
  font-size: 17px;
  line-height: 28px;
}
 

.module-blog-c-buttons.slick-arrow-container button {
  color: #d08b29;
  font-weight: 300 !important;
}


.module-blog-c-buttons.slick-arrow-container button i {
  font-weight: 300 !important;
  font-size: 35px;
}

.module-blog-c-buttons.slick-arrow-container button :hover,
.module-blog-c-buttons.slick-arrow-container button :focus {
  color: #131948 !important;
 
}



@media screen and (min-width: 768px) {
  .module-blog-c-single {
    padding-right: 00px;
  }

  .slider-blog-c {
    width: 100%;
    margin: 0 auto;
  }
}


.module-practices-f-single::after {
  content: "\f061";
  font-family: 'Font Awesome 6 Pro';
  right: 5%;
  position: absolute;
  color: #d08b29;
  font-weight: bold;
  font-size: 45px;
  font-size: 25px;
}



.module-practices-f-single {
  width: 100%;
  min-height: 100px;
  background-color: transparent;
  /* text-decoration: none; */
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  color: var(--body-text-color);
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-decoration: none !important;
  font-family: var(--heading-font-family);
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid var(--body-text-color);
  position: relative;
  padding: 15px 70px 15px 25px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
  background: var(--primary-color);
  color: #fff;font-weight: 500;
}

  


@media screen and (min-width: 768px) {
.module-practices-f-inner {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 0;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  /* flex-direction: column; */
  flex-wrap: wrap;
  column-gap: 20px;
}
 
.module-practices-f-single {
  margin-bottom: 0;
  width: 48%;
}
}

.default-content.center {
  padding: 0 15px;
}



/* TEMPLATES > Attorney Template C */

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

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

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

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

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

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

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

/* Attorney Boxes */

/*.main-attorney-search,
.page-template-template-attorneys main {
  background: #e9f5f7;
}*/

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

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

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

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

.attorney-single-box img {
  width: 100%;
  transition: all 200ms ease-out;
}

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

.attorney-single-box .attorney-single-box-info {
  padding: 12px;
  background-color: #070b2e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: background 200ms ease-out;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: #fff;
  margin: 0;
}

.attorney-single-box-info p.info {
  display: none !important;
}

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

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

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

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

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .page-template-template-attorneys main {
    padding-top: 150px;
  }

  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
 
/* TEMPLATES > Attorneys Landing */
 
 
/* TEMPLATES > Attorneys Landing Refrence CSS */


.card-attorney {
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
    /* background-image: url(/wp-content/uploads/bio-background4.jpg); */
    background-position: center top;
}

.card-attorney img {
  width: 100%;
/*  box-shadow: 0 8px 27px rgba(0, 0, 0, 0.11);*/
}
/*.card-attorney--shadow {
  box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.11);
}*/

.card-attorney__content {
  width: 100%;
  transition: 0.5s ease-in-out all;
  background: #fff;
  padding: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  color: #000000;
}


.card-attorney__overlay {
  opacity: 0;
  width: 100%;
  height: 85%;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  align-items: center;
  align-content: center;
  justify-content: center;
  transform: translateY(100%);
  transition: 0.5s ease-in-out;
  background: #426387;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 50px;
}


  .card-attorney:hover .card-attorney__content {
/*    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); */
  
  
  }
  
  
  .card-attorney:hover .card-attorney__overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  
  
/*.card-attorney--shadow {
  box-shadow: 0 8px 27px 0 rgba(0, 0, 0, 0.11);
  background: #f2f2f2;
}*/

.card-attorney strong, .card-attorney dfn {
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0px;
  font-family: var(--heading-font-family);
}
.card-attorney__content span {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #747474;
  text-transform: uppercase;
}
  
.card-attorney ul {
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 23px 0;
}

.card-attorney__overlay ul li{
  padding:0px;
}
  
.button.white.hollow::before {
  z-index: -1;
  content: '';
  display: block;
  visibility: hidden;
  background: #000;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -1px;
  right: 50%;
  bottom: -1px;
  left: 50%;
}
.button.white.hollow {
  color: #fff;
  background: transparent;
  border-color: #fff;
  overflow: hidden;
  position: relative;
}
      .button.white.hollow:before {
        left: 50%;
        right: 50%;
        visibility: hidden; }
      .button.white.hollow:hover {
        color: #005b6e;
        background: transparent;
        border-color: #fff; }
        .button.white.hollow:hover:before {
          left: -1px;
          right: -1px;
          visibility: visible;
          background: #fff; }
      
 .card-attorney ul li {
  list-style: none !important;
  color: #fff;
  margin: 0px 0 0px 0;
  font-size: 15px;
}

.card-attorney ul li::before {
  display: none;
}



  
.attorney-list {
  padding-top: 90px;
  padding-bottom: 70px; }
  .atty-search-results {margin-top: 80px;}
  
  
  
  
  
  
  @media only screen and (max-width: 1439px) {
    .attorney-list {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 1199px) {
    .attorney-list {
      padding-top: 50px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 1023px) {
    .attorney-list {
      padding-top: 30px;
      padding-bottom: 10px; } }
  .attorney-list .card-attorney {
    margin-bottom: 83px; }
    @media only screen and (max-width: 1439px) {
      .attorney-list .card-attorney {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 1199px) {
      .attorney-list .card-attorney {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 1023px) {
      .attorney-list .card-attorney {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 639px) {
      .attorney-list .card-attorney {
        margin-bottom: 20px; } }


/* TEMPLATES > Attorneys Landing Refrence CSS END */
 
 
.attorney-search-inner {
  display: block;
  outline: none;
  -webkit-transition: filter 300ms ease-out, opacity 100ms ease-out;
  -moz-transition: filter 300ms ease-out, opacity 100ms ease-out;
  -ms-transition: filter 300ms ease-out, opacity 100ms ease-out;
  -o-transition: filter 300ms ease-out, opacity 100ms ease-out;
  transition: filter 300ms ease-out, opacity 100ms ease-out;
}

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

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

.attorney-results .attorney-single-box {
  width: 100%;
  padding-bottom:0;

}

.attorney-single-box img {
  width: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  margin: 0 auto;
}
/*
.attorney-single-box:hover img,
.attorney-single-box:focus img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}*/

.attorney-single-box .attorney-single-box-info {
  padding: 12px;
  background-color: #14172F;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}


.content.full-width.column.bottom-attorney .attorney-single-box .attorney-single-box-info {
    background-color: var(--primary-color);
}


.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: #fff;
  margin: 0;
}

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

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

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

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

.attorney-row-link {
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

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

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

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

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

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

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

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

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

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



/* TEMPLATES > 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: #112D32;
  padding: 40px 25px;
}

.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: 1px solid #fff;
  margin-top: 15px;
  padding-top: 20px;
  padding-left: 7px;
}


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

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


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


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

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

.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: 15%;
  align-self: flex-start;
  margin-top: 5%;
}

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

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



/* TEMPLATES > Attorney Search */
.attorney-search-results-bar {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 40px;
  border-top: 1px solid #E9F5F7;
  border-bottom: 1px solid #E9F5F7;
}

.attorney-search-inner {
  padding: 80px 0;
}

.attorney-search-letters {
  margin-bottom: 40px;
}

.attorney-search-letters-single {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color:#fff;
}

span.attorney-search-letters-single {
  color: #C0C3D3;
}

@media screen and (min-width: 700px) {
  .attorney-search-form .form-input-row {
    display: flex;
  }

  .form-input-group:first-of-type {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-search-letters {
    display: flex;
    justify-content: space-between;
  }
}


/* TEMPLATES > Practices Landing */

.prac-cont {
  text-align: center;
  margin: 15px auto 40px auto;
}

 

.columns.large-6.medium-6.small-12.prac-col {
  text-align: center;
}

.practice-box-list  .accordion-item-title::after {
  color:#be1f30;
}
.practice-box.prac-in-box.accordion-item:hover .accordion-item-title::after,
.practice-box.prac-in-box.accordion-item:focus .accordion-item-title::after {
  color:#fff;
}
 
 
.practice-box-list .accordion-item .accordion-item-content {
  padding: 35px 0;
  padding-top:80px;
}
.practice-box-list .accordion-item .accordion-item-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  opacity: 1;
}
.practice-box-list .accordion-item .accordion-item-content p:last-of-type {
  margin-bottom: 0;
}

.practice-box  .prac-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.prac-main h3{
  margin: 0 0 5px !important;
}
.practice-box .prac-main .prac-tit, .practice-box .prac-main .prac-tit a {
  width: 100%;
  line-height: normal;
  color: #000;
  letter-spacing: 0;
  font-size: 22px;
  background: transparent !important;
  text-transform: capitalize;
}
.practice-box:hover .prac-main .prac-tit,
.practice-box:focus .prac-main .prac-tit, 
.practice-box:hover .prac-main .prac-tit a,
.practice-box:focus .prac-main .prac-tit a {
 
  color: #fff;
 
}



.practice-box.prac-in-box.accordion-item.active .accordion-item-content {
  width: 100%;
  padding: 25px 30px 15px 30px;
}
.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul {
  margin: 0;
}

.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul li {
  color: #000;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 20px;
  line-height: 30px;
}
.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul li a {
  color: #000 !important;
    text-decoration:none
}

.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul li a:hover,
.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul li a:focus {
  color: #000!important;
  text-decoration:none
}
.practice-box.prac-in-box.accordion-item.active:hover .accordion-item-content ul li a,
.practice-box.prac-in-box.accordion-item.active:focus .accordion-item-content ul li a {
  color: #fff !important;
    text-decoration:none
}

.practice-box.prac-in-box.accordion-item.active .accordion-item-content ul li::before {
  position: absolute;
  color: #000;
  content: '\f0da';
  top: 1px;
  left: 3px;
  font-size: 20px;
  font-weight: bold;
  height: 6px;
  line-height: 30px;
  font-family: 'Font Awesome 5 Pro';
  width: 6px;
  border-radius: 66px;
  background: transparent !important;
}
.practice-box.prac-in-box.accordion-item.active:hover .accordion-item-content ul li::before,
.practice-box.prac-in-box.accordion-item.active:focus .accordion-item-content ul li::before {
  position: absolute;
  color: #fff;
  
}


.practice-box  .prac-main .pracIcon img {
  max-width: 60px;
}
.practice-box .prac-main .pracIcon {
  width: 80px;
  text-align: center;
}


.practice-box-list .accordion-item .practice-acc-tit {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.practice-box-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
  /* -ms-flex-wrap: wrap; */
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  max-width: 1100px;
  margin: 15px auto;
}

.practice-box {
  width: 100%;
  min-height: 110px;
  margin: 0 0 20px;
  padding: 15px 25px;
  color: #000;
  /* display: -moz-flex; */
  /* display: -ms-flex; */
  /* display: -o-flex; */
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* text-align: center; */
  /* text-decoration: none; */
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  text-decoration: none !important;
  /* justify-content: space-between; */
  /* display: flex; */
  align-items: center;
  background-size: 100% 150px;
  position: relative;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-color: #efefef;
  justify-content: flex-start;
  text-align: left;
  border: none !important;
}

.practice-box:hover,
.practice-box:focus {
  background: #be1f30;
  color:#fff !important;
   
}
 
 

.practice-box.prac-accordion-item   {
  position: relative;
}

.practice-box.prac-accordion-item .practice-item-title {
  margin: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
}

.practice-box.prac-accordion-item .practice-item-title a {
  color: #fff;
  display: contents;
  font-weight: normal;
}
.practice-box.prac-accordion-item .practice-item-title i {
  position: absolute;
  color: #fff;
  right: 6px;
  cursor: pointer;
  font-size: 25px;
}

.practice-box.prac-accordion-item .practice-item-content {
  position: absolute;
  top: 90px;
  background: #eee;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 6px rgba(223, 220, 220, 0.5);
  padding: 25px 30px;
  z-index:9
}

.practice-box.prac-accordion-item .practice-item-content ul li {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}

.practice-box.prac-accordion-item .practice-item-content  ul li::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  color: #007297;
}

.practice-box.prac-accordion-item .practice-item-content ul li {
  position: relative;
  text-align: left;
  padding-left: 18px;
}

.practice-box.prac-accordion-item:hover i,
.practice-box.prac-accordion-item:focus i {
  color: #231f20;
}
 



 


/* TEMPLATES > Practices Details */


.single-practices .content-tabs-row .row {
  max-width: 1150px;
}

.single-practices .content-tabs-row .row .content-tabs-row-inner {
  justify-content: flex-start;
  column-gap: 50px;
}

.single-practices .content-tabs-row .row .content-tabs-row-inner .content-tab-activate {
  margin-right: 30px;
}
.single-practices .content-tab.practice-content-tab {
  max-width: inherit;
  border: none;
  display: none;
  padding: 0 25px;
}

.single-practices .content-tab-title h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

 .single-practices .content-tab.practice-content-tab.active {
  display: block;
}
.single-practices .content-tab.practice-content-tab .content.columns {
  padding-left: 0;
}

.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 > History-of-firm  */

.module.section-found {
  background: #eef1f4;
  position: relative;
}

.page-template-template-history-firm #main {
  padding-top: 0;
  padding-bottom: 0;
}

.module.section-found {
  background: #eef1f4;
  position: relative;
}

.found-title {
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: 300;
  color: #000;
}

/*.logo-img {
  font-family: 'Butler', serif;
  color: rgba(255, 255, 255, 0.49);
  font-size: 394px;
  position: absolute;
  width: 100%;
  letter-spacing: -34px;
  text-align: center;
  bottom: 0;
  line-height: 0.7;
  left: 0;
  margin: 0 auto;
  z-index: 0;
}*/
.logo-img {
 
   height:500px;
    background-repeat: no-repeat;
    background-position: center;
  margin: -100px;
    margin-bottom: -135px;
}
.module.section-found .module-intro-content.row-narrow {
  position: relative;
  z-index: 1;
}


.found-col-inner p {
  color: #0e1f30;
}

.found-col-inner p:last-of-type {
  margin-bottom: 0;
}
.found-right-col .found-col-inner {
  padding-right: 70px;
}
.exp-title {
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: 300;
  color: #000;
}
.found-img.module {
  padding: 0;
}
.found-img.module img {
  width: 100%;
  height: auto;
}



.experience-img.module {
  padding: 0;
}

.experience-img.module img {
  width: 100%;
  height: auto;
  display: block;
}
.module.section-logo {
  padding: 120px 0;
}

.logo-img-inn {
  max-width: 280px;
  margin-top: 50px;
  margin-left: 25px;
}
.logo-right-col .logo-col-inner {
  padding-right: 70px;
}

.logo-right-col .logo-col-inner p {
  color: #0e1f30;
}

.logo-right-col .logo-col-inner p:last-of-type {
  margin-bottom: 0;
}

.module.section-experience {
  background: #eef1f4;
  padding: 120px 0;
}

.exp-right-col .exp-col-inner {
  padding-right: 70px;
}

.exp-right-col .exp-col-inner p {
  color: #0e1f30;
}

.exp-right-col .exp-col-inner p:last-of-type {
  margin-bottom: 0;
}


/* TEMPLATES >   */



/* TEMPLATES > Client  */

.slider-testimonials-b-container.slider-container {
  vertical-align: text-top;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.slider-testimonial-single img {
  margin: 0 auto;
}
.module.module-testimonials-b {
  padding-top: 0;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 50px;
}
.module.module-intro-a.section-client-text {
    padding: 50px;
    background: #edf1f4;
}

.page-template-template-client main{
   background: #edf1f4;
}

.module.module-intro-a.section-client-text .module-intro-content.row-narrow {
  max-width: 1000px;
}
.client-col-inner p {
  margin-bottom: 20px;
}

.slider-testimonials-b-buttons.slick-arrow-container {
  display: none;
}










/* TEMPLATES > Contact A */
.page-template-template-contact-a main {
  background-image: url(../images/hero_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0 80px;
  position: relative;
}

.contact-full-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.contact-full-inner {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

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

.page-template-template-contact .form-container {
  background: transparent;
  padding: 30px;
  border: 1px solid #ccc;
}
 
.page-template-template-contact .form-container .error-text {
  font-size: 13px;
  color: #e24a4a;
}
.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;
}



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

  .contact-full-inner {
    padding: 40px;
  }

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

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

@media screen and (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;
  position: relative;
  padding: 0;
/*  border-bottom: 2px solid #3a5879;*/
}

.office-block-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.office-block-main {
  /* margin-top: 45px; */
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.off-title-top h3 {
  margin-bottom: 20px;
}

.office-block-info {
  background: #fff;
/*  position: relative;*/
  padding: 0;
}

.office-block-info p {
  margin: 0;
}

.office-contact {
  margin-top: 30px;
}

/*.office-contact p {
  font-weight: 600;
  color: #426387;
  margin-bottom: 5px;
}
.office-contact p a {
  text-decoration: none;
  font-weight: 600;
}*/






.office-block-info-inner {
  width: 100%;
}
.office-block-info-inner strong {
  font-size: 36px;
  font-weight: 300;
  font-family: var(--heading-font-family);
}

.office-contact-map {
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding: 9px 15px;
  font-weight: bold !important;
  border:none;
  margin-top:70px;
}

/*
.office-contact-map:hover,
.office-contact-map:focus {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding: 9px 15px;
  font-weight: bold !important;
  
}*/




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

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

  .office-block-info {
    flex: 1;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-left:30px;
  }
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
  background: #eef1f4;
}
.content-tabs-row .row {
  max-width: 800px;
}
.content-tabs-row-inner {
    display: flex;
    justify-content: space-around;
    column-gap: 100px;
    float: left;
}

.content-tabs-row .content-tab-activate {
  margin-right: 10px;
  padding: 20px 00px;
  border: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background: transparent !important;
  color: #426387;
}

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

.content-tab-activate.active {
/*  background: transparent;*/
  pointer-events: none;
/*  color: #426387;
  padding: 20px 00px;*/
}

.content-tabs-row .content-tab-activate.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #426387;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
}

.content-tabs-row .content-tab-activate:hover::before,
.content-tabs-row .content-tab-activate:focus::before {
 opacity:1;
 width:100%
}

.content-tabs-row .content-tab-activate::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 7px;
  background: #426387;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.content-tabs .content-tab-activate {
  padding: 15px 10px;
  font-size: 14px;
}

.content-tabs .content-tab-activate i {
  font-weight: bold;
}
/*#main.attorney-bio-main-a {
  padding-top: 30px !important;
}*/
.content-tab {
  margin-bottom: 50px;
    /* max-width: 715px; */
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 20px;
    padding-left: 0px;
}
.content-tab:last-of-type {
  border: none;
  margin-bottom: 0;
}

.content-tab p em {
  color: #426387;
}

p em {
  color: #426387;
}

.sidebar-text-section.attr-single-block ul {
/*     border-bottom: solid 2px #afafaf; */
  border-bottom: solid 1px #afafaf;
    padding-bottom: 24px;
    margin-bottom: 31px;
}
  
}

.sidebar-text-section.attr-single-block ul:last-of-type{
  border-bottom:solid 0px;
}

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

.sidebar-text-section.attr-single-block ul:last-child {border-bottom: none;}

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

.confirm-contact a:not(:last-child) {
  margin-right: 20px;
}

.confirm-social {
  margin-bottom: 60px;
}

/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
  border-bottom: 1px solid #c6cdc4;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

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

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: normal;
  color: #262626;
  font-size: 15px;
  font-family: var(--heading-font-family);
}


.content-testimonial-source::before {
  content: "-";
  margin-right: 2px;
  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;
}




/* TEMPLATES > Our Firm */


 
.page-template-template-our-firm #main {
  padding: 0;
}

.module.section-bottom-firm {
  background-size: cover;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
}

.module.section-bottom-firm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
background-image: linear-gradient(78deg, rgba(2, 13, 22, 0) 1%, #051019 45%);
  opacity: 0.59;
}

.module.section-bottom-firm .bottom-firm-text {
  color: #fff;
  position: relative;
  font-family: "Aerotis";
  font-size: 240px;
  opacity: 0.24;
  letter-spacing: 0px;
  margin-bottom: -40px;
}


.workplace-title {
  font-size: 60px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  max-width: 450px;
}


.column.large-5.medium-5.small-12.workplace-col {
  padding: 0;
}

.workplace-img {
  max-width: 475px;
  width: 100%;
}

.module.section-firm-found .row {
  max-width: 1600px;
}


.module.section-firm-found .module-intro-content.row-narrow {
  max-width: 100%;
}
.module.section-firm-found .columns.no-float {
  padding: 0;
}
 
.workplace-col .workplace-inner {
  max-width: 576px;
  float: right;
}
.column.large-7.medium-7.small-12.workplace-col {
  /* text-align: right; */
  padding-right: 0;
}
.column.large-5.medium-5.small-12.workplace-col .workplace-inner {
  text-align: right;
  padding-top: 25px;
}
.workplace-list ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 17px 30px 17px 0px;
  position: relative;
}
.workplace-list {
  max-width: 450px;
}
.workplace-list ul li a {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #426387;
  text-decoration: none;
  text-transform: uppercase;
}

.workplace-list ul li a:hover,
.workplace-list ul li a:focus {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #0E1F30;
  text-decoration: none;
  text-transform: uppercase;
}


.workplace-list ul li i {
  position: absolute;
  right: 0;
  font-weight: 400 !important;
  top: 40%;
}



.module.section-handle {
  margin-top: -169px;
  padding-top: 150px;
  background-size: cover;
  min-height: 650px;
  background-position: center bottom;
}

.handle-content {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding-left: 70px;
}

 
 .handle-content {
  position: relative;
}

.handle-line.active {
  background: #495f86;
  height: 188%;
  -webkit-animation: expand2 2s;
  width: 3px;
  position: absolute;
  margin-left: 05px;
  margin-top: -200px;
  left: 0;
  z-index: 2;
}
.handle-left-line.handle-line {
  margin-left: 15px;
}


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



.handle-tit {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.handle-text p {
  color: #fff;
}
.client-content {
  background: #eef1f4;
  max-width: 930px;
  margin: 0 auto;
  padding: 100px 90px 90px 90px;
  position: relative;
  overflow: hidden;
}
.handle-text {
  position: relative;
  z-index: 1;
}

.client-content::after {
  content: "";
  font-family: 'Butler', serif;
  font-size: 247px;
  position: absolute;
  width: 110%;
  letter-spacing: 80px;
  text-align: center;
  top: -2px;
  line-height: 0.7;
  left: -5%;
  z-index: 0;
  font-weight: 300;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  height: 100%;
  opacity: 0.49;
}
.module.section-client .handle-text p:last-of-type {
  margin: 0;
}
.module.section-client {
  padding-bottom: 15px;
}
.module.section-client .handle-tit {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  position: relative;
  z-index: 1;
}

.module.section-client .handle-text p {
  color: #000;
}

.module.section-bottom-firm {
  background-size: cover;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.page-template-template-contact-b .content.columns {
  padding: 0 80px;
}
.contact-text {
  margin-bottom: 50px;
  padding-right: 50px;
}
.contact-text {
  margin-bottom: 50px;
  padding-right: 50px;
  color: #0e1f30;
}

@media screen and (min-width: 1025px) {
  .attorney-results .attorney-result-single {
    width: 24.2%;
    display:inline-block;
  }
}
 
.attorney-search-container {
    padding-top: 60px;
  display:none;
}
 
.attorney-banner-office h3 {
    color: #fff;
    opacity: 0.58;
  font-size: 18px;
    margin-top: 40px;
    font-weight: 400;
}
.attorney-banner-name::after {
  content: "";
  width: 100%;
  margin: 0px 0 0rem;
  height: 4px;
  background-color: var(--primary-color);
  display: block;
  /* margin: 0 auto; */
  margin-top: 13px;
  -webkit-animation: expand6 2s;
  display: none;
}

.attorney-banner-phone-fax p a {
  font-size: inherit;
  color: #fff;
  font-weight: 400 !important;
}

.attorney-banner-phone-fax p a:hover,
.attorney-banner-phone-fax p a:focus {
  font-size: inherit;
  color:#d08b29;
  font-weight: 400 !important;
}

.attorney-banner-office h3 {
  text-transform: capitalize;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
  opacity: 1 !important;
}

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










.fa-linkedin:before {
    content: "\f08c";
}
.content h4{
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: var(--secondary-color);
  text-transform:none;
  font-family:var(--heading-font-family);
}
.content h4 strong{
  color:var(--primary-color);
}

.single-attorneys .content h4 strong {font-weight:bold;}
.sidebar-text-section.attr-single-block h2 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin-bottom: 20px;
}
.pa-btn {
    text-align: left;
    line-height: 1.5;
    font-family: var(--heading-font-family);
    font-weight: 500;
  font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    margin: 0;
    border-radius: 0px;
    padding: 13px 35px;
    display: inline-block;
    color: #fff;
    background-color: #be1f30;
    text-decoration: none;
    letter-spacing: 1.5px;
}
.pa-btn b{
  font-size:20px;
}
a.button.no-button.view-att {
    text-align: right;
    float: right;
}
a.button.no-button.view-att:focus, a.button.no-button.view-att:hover{
  color:#fff;
}

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */

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

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

.attorney-single-box {
  padding: 0;
  /*background: #EAEAEA;*/
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  flex-direction: column;
  text-decoration: none !important;
  background-image: url(../images/landing-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

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

.attorney-single-box img {
  width: 100%;
  transition: all 200ms ease-out;
  display: block;
  height:auto;
}

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


.content.full-width.column.bottom-attorney .attorney-single-box:hover img,
.content.full-width.column.bottom-attorney .attorney-single-box:focus img {
   
  transform: scale(1) !important;
}
.content.full-width.column.bottom-attorney .attorney-single-box  img,
.content.full-width.column.bottom-attorney .attorney-single-box  img {
   
  transform: scale(1) !important;
}


.attorney-single-box .attorney-single-box-info {
    padding: 12px;
    background-color: #131948;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    transition: background 200ms ease-out;
    width: 100%;
    opacity: 0.8;
    /* opacity: 1; */
    background-color: var(--primary-color);
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: #fff;
  margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
  background: var(--primary-color);
  text-decoration:none;
}

.attorney-single-box h2 {
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: normal;
}

.attorney-single-box-info p {
    font-size: 1rem;
    font-weight: 300;
   
}
.hp-post-block.inner-bottom-block {
  position: relative;
}

.attorney-tooltip {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(87, 5, 42,0.9);
  padding: 15px;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.attorney-tooltip h2 {
  margin-bottom: 0;
  /* text-transform: capitalize; */
  color: #fff;
  letter-spacing: 0;
  font-size: 28px !important;
  line-height: 1;
}
 
.attorney-tooltip p {
  color: #fff;
  margin-bottom: 0;
}

.attorney-tooltip a:hover,
.attorney-tooltip a:focus {
  color: #9E141A !important;
 
}

.attorney-tooltip p.attrEmail:hover, .attorney-tooltip p.attrEmail:focus, .attorney-tooltip p.attrPhone:hover, .attorney-tooltip p.attrPhone:focus {
  color: #d08b29 !important;
}


.attorney-tooltip p.attrPos {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: normal;
  font-size: 20px;
}
.attorney-tooltip p.attrPhone, .attorney-tooltip p.attrEmail {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.attorney-tooltip .button.attrVcard {
  background: #57052a;
  max-width: 50px;
  text-align: center;
  padding: 0;
  max-height: 43px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  margin-bottom: 0;
}

.attorney-tooltip .button.attrVcard:hover,
.attorney-tooltip .button.attrVcard:focus {
  background: #262626;
  max-width: 50px;
  text-align: center;
  padding: 0;
  max-height: 43px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  margin-bottom: 0;
}
.attorney-results .attorney-single-box:hover .attorney-tooltip,
.attorney-results .attorney-single-box:focus .attorney-tooltip {
  display: flex !important;
    -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;
    align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column !important;
   
}


.attorney-results .attorney-single-box:hover .attorney-single-box-info,
.attorney-results .attorney-single-box:focus .attorney-single-box-info{
  display: none;
}


.bottom-attorney .attorney-results .attorney-single-box:hover .attorney-single-box-info,
.column.bottom-attorney .attorney-results .attorney-single-box:focus .attorney-single-box-info{
  display: block !important;
}







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

  .attorney-single-box {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
/*  .page-template-template-attorneys main {
    padding-top: 150px;
  }*/

  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Attorney Rows */

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

.attorney-row-link {
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  transition: opacity 200ms ease-out;
}

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

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

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

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

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

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

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

  .attorney-single-row {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results.attorney-results-type-row {
    display: block;
  }

  .attorney-single-row {
    flex-direction: row;
    border-bottom: 2px solid #c0c3d3;
    text-align: left;
    margin-bottom: 30px;
  }

  .attorney-row-info-main-position,
  .attorney-single-row:last-of-type,
  .attorney-row-additional,
  .attorney-row-link {
    margin: 0;
  }

  .attorney-row-info {
    display: flex;
    flex: 1;
    padding: 0 0 40px 5vw;
  }

  .attorney-row-info-main {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    flex: 1;
  }

  .attorney-row-info-main-contact {
    margin-top: 40px;
  }

  .attorney-row-additional {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
  }
}

/****week in torts***/
ul.tort-list li a {
    color: #1b3a63;
}
ul.tort-list li a:hover,
ul.tort-list li a:focus {
  color:#6dbe5a;
  text-decoration:none;
}
.signup-tit {
    color: #1b3a63;
    font-size: 20px;
    padding-right: 70px;
    font-family: var(--heading-font-family);
  padding-bottom: 20px;
}
.conpg .signUp-input .form-input-group input {
  color: #fff;
  font-size: 18px;
  height: 50px;
  background: #1b3a63;
  width: 84%;
}


.contact-full-inner i:hover {
    color: #fff;
}

@media screen and (min-width: 767px){
.right-client-col.client-col ul li {
    margin-left: 70px;
}
}
.client-col-inner img {
    width: 100%;
    height: auto;
}
.client-block {
    padding-bottom: 40px;
}
 
.postid-1338 .attorney-banner-left img {
    width: 450px!important;
}
/* CONTENT > Attorneys Landing */
 
}

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

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

 

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

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

}

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

.attorney-result-overlay {
  width: 100%;
  height: 100%;
  font-size: 1.0rem;
  background: rgba(0, 0, 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;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  margin-bottom:30px;
}

.attorney-result-info h2,
.attorney-result-info p {
  margin: 0;
}

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

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

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

.attorney-result-info p {
  font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
 
@media screen and (min-width: 768px) {
.attorney-results {
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
.attorney-results .attorney-single-box {
  width: 32%;
}
 
.attorney-result-image-container {
 
  background: #fff;
}
.attorney-result-image-container img {
  width: 100%;
  max-width: 350px !important;
  margin: 0 auto;
}

}




@media screen and (min-width: 280px) and (max-width: 767px) {
.banner, .banner-xl {
  margin-top: 90px;
}
 
 
.banner-title {
  font-size: 35px;
  line-height: 1.2;
  padding-top: 0;
  padding-left: 0;
  padding: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  max-width: inherit !important;
}

.custom-blue.small-margin-left {
  margin: 0;
}

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

.attorney-results {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.page-template-template-attorneys main {
  padding-bottom: 0 !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-top: 25px;
  padding-bottom: 0;
}
.attorney-banner-info-lrft {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
/*.attorney-banner-pdfs.attorney-banner-flex-row {
 
  display: flex;
  justify-content: left;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}*/

.attorney-banner-pdfs.attorney-banner-flex-row p {
    margin: 0 0px;
    text-align: left;
    /*margin-left: 7px;*/
  margin-bottom:20px;
}

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

 .single-attorneys section.sidebar-block {
  background: #fff;
  padding: 0 0;
}

.sidebar-block.rec-news {
    /* padding: 45px 45px 25px 45px; */
    background: #f6fcfe;
    /* padding: 30px!important; */
    padding-left: 14px;
}
  
/*.single-attorneys .sidebar-block.rec-news {
  padding: 45px 45px 25px 45px; 
  background: #f6fcfe;
  padding: 30px !important;
  padding-left: 14px !important;
  padding: 15px !important;
}*/
  
.module-blog-c-buttons.slick-arrow-container button i {
    padding-left: 40px;
}

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

 
.dollar-results-single {
  width: 100%;
 
}
.page-template-template-contact .module-footer-a .footer-lower {
  padding-top: 0px !important;
  padding-bottom:0px !important;
 
} 
.banner {
  height: 250px;
}
  
  
 
  
.attorney-banner-large-right {
  background: transparent;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.attorney-banner-name {
  text-align: center;
} 

.attorney-banner-name h1 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.attorney-banner-position.no-margin {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}


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


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

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

.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: #284778;
  margin-top: 26px;
}

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

.attorney-info-annie-right {
  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 30px;
}

.content-tab {
  display: block;
  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: #284778;
  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-banner-info-dtl {
  display: block;
  flex-wrap: wrap;
  text-align: left;
}
 
.attorney-banner-phone-fax.attorney-banner-flex-row {
  display: inline-block;
  margin-right: 0;
  position: relative;
  width: 100%;
}
.attorney-banner-phone-fax.attorney-banner-flex-row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1PX;
  right: 0;
  top: 100%;
  background: #fff;
  display: none;
}

.attorney-banner-phone-fax.attorney-banner-flex-row {
  margin-bottom: 0;
  padding-bottom: 015px;
}

.attorney-banner-info {
  width: 100%;
 
}
.attorney-banner-flex-row p {
  color: #fff;
  margin: 0px auto;
}

.content-tabs-select.columns.no-float.background-input.show-for-small-only {
  display: block;
  background: #eef1f4;
  padding: 15px 25px;
}

/*.single-attorneys .banner .banner-inner.columns {
  background: #436389;
  margin-top: -8px;
}
  
.single-attorneys-template-a .attorney-banner-right {
  background-color: #242424;
  position: relative;
  margin-top: 0;
  width: 100%;
  border-bottom: 4px solid #be1f30;
}*/
  
.single-practices .content-tab.practice-content-tab {
  display: block;
 
}
.single-attorneys-template-a  .banner-inner {
  padding: 0px;
 
  padding-bottom: 0;
}
.single-practices .content-tab.practice-content-tab .content.columns {
  padding-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.single-practices .content-tab.practice-content-tab .sidebar.columns {
  padding: 0;
}
.single-practices .content-tab-title h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.banner-inner {
  padding: 15px;
  align-items: center;
  padding-bottom: 15px;
}
  .small-margin-left .small-margin-left .attr-side-info{
    margin-left:0px!important;
  }

.logo-img {
  display: none;
}
.module.section-found {
  padding: 50px 15px;
}
.found-title {
  display: inline;
  width: auto;
}
.found-col-inner {
  margin-bottom: 30px;
}
.found-right-col .found-col-inner {
  padding-right: 0;
}
.module.section-logo {
  padding: 50px 0;
}
.logo-col-inner {
  text-align: center;
}
.logo-img-inn {
  max-width: 250px;
  margin-top: 00px;
  margin-left: 0;
  margin-bottom: 30px;
}

.logo-right-col .logo-col-inner {
  padding-right: 0;
}

.module.section-experience {
  background: #fff;
  padding: 50px 15px;
}

.exp-title {
  display: inline;
}

.exp-right-col .exp-col-inner {
  padding-right: 0;
  margin-top: 25px;
}

.module.section-firm-found {
  padding: 50px 15px 00px 15px;
}
.column.large-7.medium-7.small-12.workplace-col {
  /* text-align: right; */
  padding-right: 15px;
}
.workplace-title {
  font-size: 50px;
}
.workplace-img {
  display: block;
}
.handle-line {
  display: none;
}
.column.large-5.medium-5.small-12.workplace-col .workplace-inner {
  text-align: right;
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.handle-content {
  padding-left: 0;
}
.handle-tit {
  font-size: 36px;
  line-height: 40px; 
}


.module.section-handle {
  margin-top: 0;
  background-position: center bottom;
  padding: 50px 15px;
}

.client-content {
  padding: 80px 30px 50px 30px;
  margin-bottom:15px
 
}
 
.client-content::after {
 
  top: 7%;
  line-height: 0.7;
  left: -6%;
  z-index: 0;
 
}
.module.section-client {
  /* background-image: url(../images/kmm-inner-bg.png); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  background-color: #eef1f4;
  padding-top:0
}

.module.section-client .columns.no-float {
  padding: 0;
}
.module.section-client .handle-tit {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}
.page-template-template-our-firm .module.module-badges-a {
  padding-top: 50px;
}

.module.section-bottom-firm .bottom-firm-text {
  letter-spacing: 0px;
  margin-bottom: 0;
}

.module.section-bottom-firm {
  min-height: 110px;
  align-items: center;
}
 .module.section-bottom-firm .bottom-firm-text {
  font-size: 70px;
 
}
.module.module-intro-a.section-client-text {
  padding: 20px 15px 20px 15px;
}

.module.module-testimonials-b.show-for-small-only #slider-badges-a {
  padding: 0 0;
}

.page-template-template-contact-b .content.columns {
  padding: 0 30px;
}
.contact-text { 
  padding-right: 0;
 
}
.office-block-info {
  padding-top: 15px;
}
.single-attorneys-template-a .attorney-banner-left {
  order: 0;
 
}

.attorney-banner-left img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  height: auto;
}
.single-attorneys-template-a .attorney-banner-name h1 {
  font-size: 33px;
  color: #fff;
}
.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
  padding: 30px 30px 30px 30px;
}
.attorney-banner-office h3 {
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
 
}
.attorney-banner-phone-fax p a {
    font-size: inherit;
    color: #fff;
    
   
}
 .single-attorneys .accordion-container .accordion-item {
   padding: 0px 0 !important;  
}

.sidebar-block.rec-news .module-blog-c-inner.slider-container {
  padding-top: 15px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}


.attorney-banner-flex-row p a {
   font-weight: 400 !important;
}
  
  .attorney-banner-flex-row p a.pdf_button {margin-left: 10px;}
.mob-attorney-banner-office.show-for-small-only {
  display: none;
}
.single-attorneys-template-a .attorney-banner-name {
  padding-bottom: 15px;
}

.new-banner {
  margin-top: 30px;
}

.module-title.center h2 {
  font-size: 35px;
 
}
section.sidebar-block {
 
  padding: 15px 0px;
 
}
.post-inner {
  display: inline-block;
}
.single-post .post-body {
  display: flex;
  margin-bottom: 0;
}
.single-post .post {
  margin-bottom: 0;
}

.single-post .content.column {
  margin-bottom: 30px;
}




  
}
 


@media screen and (min-width: 600px) and (max-width: 767px) {
.columns.large-6.medium-6.small-12.attr-prac-col {
  width: 50%;
} 
  .attorney-results {
grid-template-columns: repeat(2, 1fr) !important;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 20px;
grid-column-gap: 20px;
  } 
.attorney-banner-large-left {
  width: 80%;
}

.attorney-imgae-right.show-for-small-only {
  text-align: center;
}
/*.single-attorneys .banner {
  height: auto;
  padding: 290px 0 00px 0;
  background-size: 100%;
}*/

.column.large-5.medium-5.small-12.workplace-col .workplace-inner {
  text-align: center;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.workplace-img {
  max-width: 700px;
  width: 100%;
}

.module.section-handle {
  min-height: 450px;
 
}
.module.section-bottom-firm {
  min-height: 150px;
 
} 
.single-attorneys .banner {
 
  padding-top: 10px;
 
}

  
}


@media screen and (min-width: 767px) and (max-width: 980px) {
 .attorney-results .attorney-single-box {
  width: 48%;
}
.attorney-results {
  grid-column-gap: 10px;
}
  
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
.new-banner {
  margin-top: 50px;
}
  .post-inner {
  display: inline-block;
}
  
.banner, .banner-xl {
  margin-top: 100px;
  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-large-left {
  width: 80%;
}

 .handle-line {
 
  margin-top: -150px;
   
}
.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;
  justify-content: center;
}

.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: 30px;
  padding: 0;
  padding-top: 0;
  margin: 0;
  max-width: inherit;
}

.practice-box .prac-main .pracIcon img {
  max-width: 45px;
}

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

.sidebar {
  width: 35% !important;
  padding-left: 15px!important;
  padding-right: 15px!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%;
}

 
  

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

.attorney-results {
  padding: 0 0;
}
.single-attorneys-template-a .attorney-banner-left {
  min-width: 35%;
}

.attorney-banner-position.no-margin {
  font-size: 18px;
 
}
.attorney-banner-flex-row p {
  color: #fff;
  margin-bottom: 0;
}
/*.single-attorneys-template-a .attorney-banner-right {
  width: 64%;
}*/
.attorney-banner-phone-fax.attorney-banner-flex-row {
  margin-right: 80px;
 
}
.content-tabs-row {
  display: block;
}

.single-practices .content-tabs-row .row .content-tabs-row-inner {
  padding: 0 30px;
}

.single-practices .content-tab.practice-content-tab .sidebar.columns {
  padding: 0 !important;
}

.single-practices .content-tab.practice-content-tab .sidebar.columns h2 {
  font-size: 25px;
}


.logo-img {
 
    height: 200px;
    background-repeat: no-repeat;
    /* max-width: 824px; */
    background-position: center;
    /* margin: -100px; */
    /* margin-bottom: -135px; */
    width: 100%;
    /* font-size: 210px; */
    /* width: 100%; */
    /* letter-spacing: -18px;*/
 
}
.module.section-found {
  padding: 50px 0 180px 0;
  position: relative;
}
.found-title {
  display: inline;
 
}
.found-right-col .found-col-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.module.section-logo {
  padding: 60px 0;
}
.logo-left-col .logo-col-inner {
  text-align: center;
}
.logo-img-inn {
  max-width: 200px;
  margin-top: 50px;
  margin-left: 0;
}
.logo-right-col .logo-col-inner {
  padding-right: 0;
}

.module.section-experience {
  padding: 50px 0;
}
.exp-title {
  display: inline;
}
.exp-right-col .exp-col-inner {
  padding-right: 0;
}

.module.section-firm-found {
  padding: 50px 0;
}
.workplace-title {
  font-size: 50px;
 
}
.column.large-7.medium-7.small-12.workplace-col {
  padding-right: 15px;
}

.module.section-firm-found {
  padding-bottom: 120px;
}
.workplace-list {
  max-width: 380px;
}
.workplace-list ul li a {
  font-size: 16px;
  letter-spacing: 0.8px;
 
}

.workplace-list ul li {
  padding: 12px 30px 12px 0px;
 
}
.module.section-handle {
  margin-top: -50px;
  padding-top: 100px;
  background-size: cover;
  min-height: 650px;
  background-position: center bottom;
}
.module-badges-a-inner.slider-container {
  margin: 0 50px !important;
}
.module.section-bottom-firm .bottom-firm-text {
  font-size: 140px;
  opacity: 0.24;
  letter-spacing: 0px;
  margin-bottom: -20px;
}

.module.section-bottom-firm {
  min-height: 200px;
  justify-content: flex-end;
  align-items: center;
}
.client-content {
  margin-top: 50px;
}

.slider-testimonials-b-container.slider-container {
/*  vertical-align: text-top;
  display: grid;
  grid-template-columns: repeat(5, 1fr);*/
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  max-width: 100%;
}
.slider-testimonial-single img {
  margin: 0 auto;
  max-width: 140px;
}

.page-template-template-contact-b .sidebar.columns .form-container {
  margin: 0 5px !important;
  padding: 15px !important;
}

.office-block-info {
  padding: 15px 0;
}
.handle-line.active {
  height: 178%;
  margin-top: -150px;
}

.single-attorneys-template-a .attorney-banner-name h1 {
  font-size: 35px;
 
}
.attorney-banner-position.no-margin {
  font-size: 15px;
}

/*
.single-attorneys-template-a .attorney-banner-right {
  background-color: transparent;
  position: relative;
  width: 50%;
}

.single-attorneys-template-a .attorney-banner-left {
  min-width: 35%;
  width: 50%;
}

.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
  padding: 0px 35px 11px 15px;
}
.single-attorneys-template-a .banner-inner.columns {
  padding-bottom: 0;
}*/



.attorney-banner-office h3 {
 
  margin-bottom: 5px;
  margin-top: 0;
 
}

.attorney-banner-flex-row p {
  color: #000;
  margin-bottom: 0;
}
.attorney-banner-left img {
    width: 400px;
    height: auto;
    width: 100% !important;
}

.banner-inner {
 
  padding-bottom: 25px;
}



  
}

.pdf {
  display: none !important;
}


 @media screen and (min-width: 900px) and (max-width: 1024px) {
.banner, .banner-xl {
  margin-top: 100px !important;
  height: 300px;
}
.card-attorney strong, .card-attorney dfn {
  font-size: 20px;
 
}
.card-attorney__content span {
  font-size: 14px;
  letter-spacing: 0.6px;
}
.single-attorneys .banner {
  height: auto;
  padding: 70px 0 00px 0 !important;
}

 
.attorney-single-box h2 {
  font-size: 1.0rem;
  letter-spacing: 0px;
}
.attorney-single-box h2 {
  font-size: 1rem;
  letter-spacing: 0px;  
}

.attorney-banner-pdfs.attorney-banner-flex-row {
  display: flex;
  column-gap: 10px;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  flex-wrap: wrap;
}
.attorney-banner-flex-row p {
 
  margin-bottom: 8px;
  width: 100%;
}


}

@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: 1024px) {
  
.attorney-results .attorney-result-single {
  width: 30% !important;
  margin: 1% 5px !important;
} 
.fas.fa-file-pdf {
  margin-right: 11px;
} 
}


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

.prac-sec-title {
  font-size: 40px;
}
.single-practices .banner-inner.columns p {
  color: #fff;
  max-width: 50%;
  display: block;
  line-height: normal;
  font-size: 25px;
}

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

.single-practices .banner-inner.columns p {
  color: #fff;
  max-width: 73%;
  display: block;
  line-height: 1.5;
  font-size: 18px;
}

.slider-testimonials-b-container.slider-container {
/*  vertical-align: text-top;
  display: grid;
  grid-template-columns: repeat(5, 1fr);*/
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  max-width: 100%;
}
.slider-testimonial-single img {
  margin: 0 auto;
  max-width: 140px;
}
  
}
@media screen and (max-width: 500px) {
  .attorney-banner-info p, .attorney-banner-info a {font-size: .8rem;}
}

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

.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
  padding: 20px 25px;
}

.attorney-banner-info p, .attorney-banner-info a {
/*  font-size: 15px !important; */
}

.attorney-results .attorney-single-box {
  width: 31%;
}
.attorney-single-box h2 {
  font-size: 1.2rem;
  letter-spacing: 0px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 5px;
}

.attorney-single-box-info p {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.logo-img {
  font-size: 290px;  
}
.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: 45px;
  max-width: inherit;
}


.single-attorneys .banner {
  margin-top: 0;
}





  
}


@media screen and (min-width: 1900px) and (max-width: 12000px) {
  
.banner-title {
  font-size: 52px;
  font-weight: 600; 
} 

.banner-inner {
 
  padding-right: 10px;
}  
.single-attorneys .banner {
    margin-top: 0px;
    height: auto;
}

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




  
}
.page-template-template-practices .default-content.mb50 {
    padding-left: 20px;
}
.contact-address {
    padding-bottom: 40px;
}
a.staff-email:hover {
    color: #fff;
    text-decoration: none;
}
.attorneys-landing {
    padding-bottom: 60px;
}
.page-id-1675 .sidebar {
    display: none;
}
.page-template-template-beverage .content{
margin-bottom:30px;
}
.content.full-width.column.bottom-attorney {
    padding-top: 40px;
}
section.sidebar-block.pa-pg-list {
    margin-bottom: 20px;
}

/* confirmation */

.content .social-links a {
  color: var(--secondary-color);
}

.content .social-links a:hover,
.content .social-links a:focus {
  color: var(--primary-color);
}