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

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/
.banner {
  height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

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

.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  pointer-events: none;
  background: linear-gradient(to right, #283e42 0.1%, rgba(11, 11, 11, 0) 100%);
}

.single-attorneys .banner {
  height: auto;
  padding: 40px 0;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}
.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(97, 162, 184, 0.5) 100%, rgba(96, 114, 118, 0) 10%);
}

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

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

.banner-inner {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  float: none;
}

.banner-title {
  font-size: 50px;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  line-height: 55px;
  padding-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 60px;
}

@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) {
  .banner-title {
    font-size: 40px;
  }
  .page-template-template-attorneys main {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .attorney-results {
    padding-left: 00px !important;
    padding-right: 0px !important;
  }
}

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

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

.search-form {
  display: flex;
  position: relative;
  background: #e3dfdf;
}
.sidebar .form-container {
  padding: 0;
}

.search-form button {
  margin-left: 10px;
  height: 44px;
  width: 45px;
  font-size: 19px;
  padding: 0 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
}

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

#blog-search-input {
  outline: none !important;
  color: #231f20;
  padding-right: 58px;
  padding-left: 15px !important;
}

/*******************************************************************************************
Sidebar - Boxes CSS
*******************************************************************************************/
.sidebar-block.sidebar-testimonial {
  background: #fff;
  box-shadow: 0 0 12.5px 0 rgba(27, 58, 99, 0.3);
  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;
}

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

.attr-prac-col .attr-prac-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
  text-decoration: none;
}

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

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

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

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

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/
.post {
  margin-bottom: 20px;
  padding-bottom: 50px;
  border-bottom: 2px solid #dfdddd;
  background: #fff;
  padding: 15px 0px 30px 0px;
}

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

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

.post-head h1,
.post-head h2 {
  font-size: 25px;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  /* color: #2740453; */
  font-weight: bold;
  color: #274045;
}

.post-head h1 a,
.post-head h2 a {
  font-size: 25px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: #274045;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
}

.post-head h1 a:hover,
.post-head h1 a:focus,
.post-head h2 a:hover,
.post-head h2 a:focus {
  font-size: 25px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: #007297;
  font-weight: bold;
  text-decoration: none;
}

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

.post-body {
  display: block;
}

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

.post-head-info {
  line-height: 1.3;
}
.post-head {
  border-bottom: 0px solid #6dbe5a;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.post-bottom a {
  font-size: 13px;
  text-transform: uppercase;
  color: #007297;
  font-weight: bold;
  text-decoration: none;
  background: transparent !important;
  padding: 0;
}

.post-bottom a:hover,
.post-bottom a:focus {
  color: #112d32;
}

.post-bottom a.post-bottom-share {
  color: #89ae8f;
  text-decoration: none;
}
.post-bottom a.post-bottom-share:hover,
.post-bottom a.post-bottom-share:focus {
  color: #007297;
  text-decoration: none;
}

.post-bottom a i {
  font-weight: bold;
}

.post-head-info span,
.post-head-info a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #007297;
  text-decoration: none !important;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.32px;
}

.post-head-info i {
  margin: 0 5px;
  font-weight: normal;
  color: #89ae8f;
}

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

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

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

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

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

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

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

.post-body-excerpt p:last-of-type {
  margin-bottom: 0;
}

.post-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  column-gap: 16px;
}
.button.blog-btn {
  margin-right: 15px;
}

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

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

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

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

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

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border-radius: 55px;
  width: 30px;
  height: 30px;
  line-height: 27px !important;
  text-align: center;
  margin: 0;
  display: block;
  background: #fff;
  color: #112d32;
  margin-right: 5px;
  border: 1px solid transparent;
  font-size: 17px;
  border-width: 1px !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #007297;
  border: 1px solid #007297;
  border-radius: 55px;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background-color: #007297;
  border: 1px solid #007297;
  border-radius: 55px;
}

.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: #112d32;
  background: none;
  padding: 0 15px;
  border-radius: 0;
  border-color: transparent !important;
  font-weight: bold;
  font-size: 17px;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
  background: none;
  color: #007297;
}
.wp-pagenavi i {
  font-weight: bold;
  font-size: 16px;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: auto;
}

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

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

.attorney-banner-phone-fax,
.attorney-banner-info p {
  margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
  margin-bottom: 0;
  text-decoration: none !important;
}

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

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

.attorney-banner-position {
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0px;
}

/* TEMPLATES > Attorney Banner Template A */
.single-attorneys-template-a .attorney-banner-right {
  background-color: transparent;
  position: relative;
}
.bio-attr-intro p {
  font-size: 20px;
  line-height: normal;
  color: #fff;
  font-family: var(--heading-font-family);
}
.single-attorneys-template-a .attorney-banner-left {
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0;
}

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

.single-attorneys-template-a .attorney-banner-name {
  /* border-bottom: 1px solid #fff; */
  position: relative;
}

.single-attorneys-template-a .attorney-banner-name::after {
  content: '';
  background: rgba(109, 190, 90, 0.5);
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 50%;
  height: 2px;
  left: 25px;
}

.attorney-banner-info {
  display: flex;
  justify-content: space-between;
}

.attorney-banner-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.attorney-banner-info-lrft {
  display: flex;
}

.attorney-banner-info-lrft p:first-child {
  margin-right: 25px;
  font-weight: bold;
}

.single-attorneys-template-a .attorney-banner-name h1 {
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: bold;
}

.single-attorneys-template-a .attorney-banner-info i {
  color: #5d93aa;
  font-size: 21px;
  text-align: center;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.single-attorneys-template-a .attorney-banner-info i:hover,
.single-attorneys-template-a .attorney-banner-info i:focus {
  color: #6dbe5a;
}

.single-attorneys-template-a .attorney-banner-info {
  padding-top: 10px;
}

.single-attorneys-template-a .attorney-banner-info .attorney-banner-pdfs.attorney-banner-flex-row a:hover i,
.single-attorneys-template-a .attorney-banner-info .attorney-banner-pdfs.attorney-banner-flex-row a:focus i {
  background: #6dbe5a;
}

.single-attorneys-template-a .attorney-banner-info .attorney-banner-pdfs.attorney-banner-flex-row i {
  background: #5d93aa;
  color: #fff !important;
  padding: 7px;
  margin: 0;
  min-width: 35px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  min-height: 35px;
  justify-content: center;
  align-items: center;
}

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

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

  .attorney-banner-name h1 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 0;
  }
  .attorney-banner-left img {
    max-width: 300px;
    width: auto;
  }

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

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

  .single-attorneys .banner-inner {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 50px;
    padding-top: 90px;
  }

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

/* TEMPLATES > Attorneys Landing */

.attr-cont {
  text-align: center;
  padding: 15px;
}

.attorney-search-results,
.page-template-template-attorneys main {
  background: #fff;
}

.page-template-template-attorneys main {
  padding-top: 60px;
}
.attorney-content.row-narrow {
  text-align: center;
  max-width: 840px;
}
.attorney-results {
  display: block;
  outline: none;
}
.attr-intro-tit {
  color: #5e93aa;
  font-size: 35px;
  margin-bottom: 15px;
  position: relative;
}

.attr-intro-bot-tit {
  border-top: 2px solid #1b3a63;
  border-bottom: 2px solid #1b3a63;
  color: #1b3a63;
  padding: 12px 0;
  font-weight: bold;
  margin-bottom: 80px;
}

.attr-intro-tit,
.attr-pos-title {
  padding-bottom: 0.4em;
  position: relative;
  margin-bottom: 25px;
}

.attr-intro-tit::before,
.attr-pos-title::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  background: #c6dadc;
  width: 100%;
  max-width: 10em;
  height: 1px;
  transform: translateX(-50%);
}
.attr-intro-tit::after,
.attr-pos-title::after {
  content: '';
  position: absolute;
  top: 94%;
  left: 50%;
  display: block;
  background: #5bc25e;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
}
.attorney-result-single {
  padding: 0;
  background: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  justify-content: center;
  max-width: 380px;
  position: relative;
}

.attorney-result-single::before {
  background: transparent;
  content: '';
  position: absolute;
  width: 86%;
  height: 86%;
  left: 7%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border: 2px solid #fff;
  top: 7%;
  z-index: 1;
}

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

.attorney-result-single::after {
  background: rgba(39, 170, 212, 0.5);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

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

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

.attorney-results .attorney-result-single .attorney-hover-view {
  /* display: none; */
  background: #007297;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 100%;
  max-width: 172px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 5px 0 0px 0;
  text-align: center;
  opacity: 0;
  height: 45px;
  line-height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attorney-results .attorney-result-single:hover .attorney-hover-view,
.attorney-results .attorney-result-single:focus .attorney-hover-view {
  opacity: 1;
}
.bio-text {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.attorney-result-single img {
  width: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  max-width: 373px !important;
}

.attorney-result-single .attorney-result-info {
  padding: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, rgba(33, 66, 98, 1) 100%);
  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;
  height: 130px;
  z-index: 1;
}

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

.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 5%, rgba(33, 66, 98, 1) 100%);
}

.attorney-result-single:hover .attorney-result-info h2,
.attorney-result-single:focus .attorney-result-info h2 {
  color: #fff;
}

.attorney-result-single h2 {
  font-size: 1.1rem;
  padding: 13px 20px 0px 20px;
  line-height: 1;
}

.attorney-result-info p {
  font-size: 15px;
}

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

@media screen and (min-width: 550px) {
  .attorney-results {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .attorney-results .attorney-result-single:nth-child(2n + 1) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results .attorney-result-single {
    width: 32%;
    margin-right: 2%;
  }

  .attorney-results .attorney-result-single:nth-child(2n + 1) {
    margin-right: 2%;
  }

  .attorney-results .attorney-result-single:nth-child(3n + 3) {
    margin-right: 0;
  }
}

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

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

@media screen and (min-width: 900px) {
  /*  .single-attorneys .banner {min-height: 573px;} */
}

@media screen and (min-width: 1800px) {
  .single-attorneys .banner {
    min-height: 573px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .single-attorneys .banner .row {
    width: 100%;
  }

  /*  .single-attorneys .banner-inner, */
  .single-attorneys .attorney-banner-large-left {
    -ms-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

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

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

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

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

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

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

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

/* TEMPLATES > Practices Landing */
.practice-box-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.practice-box {
  width: 100%;
  height: 90px;
  margin: 0 0 20px;
  padding: 0 15px;
  background: #231f20;
  color: #fff;
  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;
}

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

.practice-box span {
  margin: 0;
  font-size: 1.3rem;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

.practice-box:focus span,
.practice-box:hover span {
  color: #231f20;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* TEMPLATES >   */

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

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

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

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

.page-template-template-contact .form-container {
  background: #112d32;
  padding: 30px;
  margin-top: 0px !important;
}

.sidebar-inner .form-container {
  background: #112d32;
  padding: 30px;
  margin-top: 20px;
}

.sidebar-inner .form-container.blog-search {
  background: none;
  padding: 0px;
  margin-top: 0px;
}


.page-template-template-contact .form-container .error-text,
.sidebar-inner .form-container .error-text {
  font-size: 13px;
  color: #e24a4a;
}
.page-template-template-contact .form-container .footer-contact-title,
.sidebar-inner .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) {
  .contact-full-inner {
    padding: 40px;
  }

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

@media screen and (max-height: 750px) and (min-width: 1025px) {
  .contact-full-container {
    padding: 0;
  }

  .page-template-template-contact-a main {
    padding: 160px 0 100px;
  }
}

/* TEMPLATES > Contact B */
.office-block {
  margin-bottom: 30px;
}

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

.office-block-info {
  background: #e9f5f7;
  position: relative;
  padding: 30px;
}

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

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

.office-contact p {
  font-weight: 700;
}

.office-block-info-inner {
  width: 100%;
}

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

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

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

  .office-block-info {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.content-tabs-row-inner {
  display: flex;
}

.content-tabs-row .content-tab-activate {
  margin-right: 10px;
}

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

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

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

.content-tab {
  display: none;
  margin-bottom: 50px;
}

.content-tab.active {
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.content-tab.active,
.content-tabs-anchor-links .content-tab {
  display: block;
}

.content-tabs-anchor-links .mobile-tab {
  display: none;
}

.content-tabs-select {
  margin: 0 auto 30px;
  display: none;
}

.content-tabs-anchor-links .content-tabs-select {
  display: block;
}

.mobile-tab {
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}

.mobile-tab:after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  right: 15px;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .content-tabs-row {
    display: block;
  }

  .mobile-tab,
  .content-tabs-anchor-links .content-tabs-select {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-table-contents-button-icon {
  background: #0f8577;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-chapter-content,
.single-chapter-banner {
  padding: 30px 0;
}

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

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

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

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

/* TEMPLATES > Confirmation */
.confirm-contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}

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

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

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

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

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: bold;
  color: #007297;
  font-size: 22px;
  font-family: var(--heading-font-family);
}

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

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

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

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

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

.page-template-template-practices main {
  padding: 0px 0 !important;
}

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

  .banner-title {
    font-size: 25px;
    line-height: 1.2;
    padding-top: 0;
    padding-left: 0;
    padding: 0;
    padding-top: 40px;
    text-align: center;
  }

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

  .attorney-results {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .page-template-template-attorneys main {
    padding-bottom: 0 !important;
  }

  .single-attorneys-template-a .attorney-banner-name::after {
    bottom: 9px !important;
    width: 94% !important;
    height: 2px !important;
    left: 3% !important;
  }
  .single-attorneys-template-a .attorney-banner-info {
    padding-top: 10px;
    display: inline-block !important;
  }

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

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

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

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

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

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

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

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

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

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

  .content h2 {
    font-size: 25px;
  }
  .dollar-results-single {
    width: 100%;
  }
  .page-template-template-contact .module-footer-a .footer-lower {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .banner {
    height: 200px;
  }
  .attorney-banner-large-right {
    background: transparent;
    margin-top: 0 !important;
    margin-bottom: 0;
  }

  .single-attorneys .banner::after {
    background-image: linear-gradient(180deg, rgba(25, 71, 86, 0.5) 100%, rgba(96, 114, 118, 0) 10%);
  }

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

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

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

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

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

@media screen and (min-width: 600px) and (max-width: 767px) {
  .columns.large-6.medium-6.small-12.attr-prac-col {
    width: 50%;
  }
  .banner,
  .banner-xl {
    margin-top: 0;
  }
  .attorney-banner-large-left {
    width: 80%;
  }
}

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

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

  .single-attorneys .banner {
    height: auto;
    padding: 100px 0 00px 0;
  }
  .attorney-banner-large-right {
    background: transparent;
    margin-bottom: 0;
  }

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

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

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

  .attorney-banner-info {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attorney-banner-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .banner,
  .banner-xl {
    margin-top: 0px !important;
    height: 220px;
  }
  .banner-title {
    font-size: 40px;
  }
}

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

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

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

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

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

  .page-template-template-practices #main {
    padding: 50px 0;
  }
  .banner,
  .banner-xl {
    margin-top: 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 {
    background: #112d32;
    padding: 30px 15px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 12000px) {
  .single-attorneys .banner {
    padding: 50px 0 0px;
  }

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

/* Badges */

body:not(.home) .badges-container {
  padding-bottom: 80px !important;
}

.section-badges {
  padding-bottom: 0 !important;
}

.badges-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 30px 50px;
  gap: 30px 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.badges-container img {
  max-width: 100%;
  height: auto;
}
