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

.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 34, 65, 0.5);
  pointer-events: none;
}

.single-attorneys .banner {
  height: auto;
  padding: 40px 0;
}
.single-attorneys .banner::before {
  background: rgba(27, 58, 99, 0.8);
}
.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: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  float: none;
}

.banner-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--heading-font-family);
  line-height: 55px;
  padding-bottom: 25px;
  font-weight: bold;
}

@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: 60px;
  }
  .page-template-template-attorneys main {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .attorney-results {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

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

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

@media screen and (min-width: 280px) and (max-width: 767px) {
  .banner,
  .banner-xl {
    margin-top: 108px;
  }
  .banner-title {
    font-size: 35px;
    line-height: 35px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .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: 40px 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;
  }
}

@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: 83px;
  }
}

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

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

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

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

#blog-search-input {
  outline: none !important;
  color: #1e272b;
  padding-right: 58px;
}

/*******************************************************************************************
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: #1e272b;
  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: 50px;
  padding-bottom: 50px;
  border-bottom: 0px solid #0f8577;
  background: #eff4f7;
  padding: 25px 55px;
}
.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: 20px;
  padding: 0;
  border: 0;
  color: #1b3a63;
  font-weight: normal;
}

.post-head h1 a,
.post-head h2 a {
  font-size: 30px;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #1b3a63;
  font-weight: normal;
  text-decoration: none;
}

.post-head h1 a:hover,
.post-head h1 a:focus,
.post-head h2 a:hover,
.post-head h2 a:focus {
  font-size: 30px;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
  color: #5e93aa;
  font-weight: normal;
}

.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: 2px solid #6dbe5a;
  padding-bottom: 25px;
}
.post-bottom a {
  font-size: 13px;
  text-transform: uppercase;
  color: #6dbe5a;
  font-weight: bold;
  text-decoration: none;
}
.post-bottom a:hover,
.post-bottom a:focus {
  color: #5e93aa;
}

.post-head-info span,
.post-head-info a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #5e93aa;
  text-decoration: none !important;
}

.post-head-info i {
  margin: 0 5px;
}

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

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

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

.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: space-between;
  -ms-align-items: center;
  align-items: center;
}

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

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

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

/* BLOG > SIDEBAR BOOK */

.sidebar-book {
  position: relative;
  background: #1b3a63;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 40px 45px;
  margin-top: 30px;
}

.sidebar-book h2 {
  color: #6dbe5a;
  text-align: center;
  font-family: Lora;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.25px;
  margin-bottom: 7px;
}

.sidebar-book h3 {
  color: #fff;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}

.sidebar-book .button {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #6dbe5a;
  text-align: center;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  text-transform: uppercase;
  width: max-content;
}

.sidebar-book .button:hover {
  background: #1b3a63;
}

@media screen and (min-width: 768px) {
  .sidebar-book {
    padding: 25px 35px 60px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .sidebar-book {
    padding: 25px 40px 45px;
  }
}

@media screen and (min-width: 1921px) {
  .sidebar-book {
    padding: 25px 58px 45px;
  }

  .sidebar-book h3 {
    font-size: 20px;
  }
}

/* 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: 0;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0;
  display: block;
  background: #fff;
  color: #1e272b;
  margin-right: 5px;
  border: 1px solid transparent;
}

.wp-pagenavi span.current {
  color: #5e93aa;
  background-color: #fff;
  border: 1px solid #5e93aa;
}

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

.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: #6dbe5a;
  background: none;
  padding: 0 15px;
  border-radius: 0;
  border-color: transparent !important;
  font-weight: bold;
}

.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: #5e93aa;
}
.wp-pagenavi i {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
/*******************************************************************************************
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: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.6px;
}

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

  .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: 35px 0 35px;
    margin-top: 177px;
  }

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

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

/* TEMPLATES > Attorneys Landing */
.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: 350px;
}

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

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

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

.attorney-result-single .attorney-result-info {
  padding: 12px;
  background-color: rgba(27, 58, 99, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}

.attorney-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-color: rgba(27, 58, 99, 0.9);
}

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

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

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

@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.3%;
    margin-right: 1%;
  }

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

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

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

/* 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: #14172f;
  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;
}

.practice-box:hover,
.practice-box:focus {
  background: #e80924;
}

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

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

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

/* TEMPLATES > Practice Detail Custom */

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

.single-practices .banner-inner.columns {
  align-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.prac-first-title {
  font-size: 30px;
  color: #fff;
  font-family: var(--heading-font-family);
  width: 100%;
  margin-bottom: 5px;
}
.prac-sec-title {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
  width: 100%;
}
.prac-third-title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  width: 100%;
  margin-bottom: 15px;
}

.single-practices .banner-inner.columns p {
  color: #fff;
  max-width: 50%;
  display: block;
  line-height: 1.5;
}

.free-consultation {
  display: inline-block;
  width: 100%;
}
.free-consultation .button.prac-banner-btn {
  font-size: 15px;
  padding: 15px 40px;
}

.sidebar section.right-form .form-container {
  padding: 0 30px;
}

.sidebar section.right-form {
  background: #1b3a63;
  padding: 35px 0 35px 0;
  margin-top: -150px;
  z-index: 1;
  position: relative;
}

.sidebar section.right-form .contact-form-first-tit {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  padding: 0 15px;
}

.sidebar section.right-form .contact-form-first-tit b {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  padding-bottom: 6px;
}
.sidebar section.right-form .contact-form-sec-tit {
  text-align: center;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.46px;
}

.sidebar-block.cta-sidebar {
  background: #5e93aa;
  padding: 60px 30px;
  position: relative;
  text-align: center;
}

.sidebar-block.cta-sidebar::before {
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  top: 10px;
  height: 1px;
  width: 100%;
}

.sidebar-block.cta-sidebar::after {
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 10px;
  height: 1px;
  width: 100%;
}

.first-cta-text {
  color: #fff;
  font-size: 20px;
  margin: 25px auto;
  font-family: var(--heading-font-family);
  line-height: normal;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0 15px;
}

.sec-cta-text {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  font-family: var(--heading-font-family);
}

.cta-phone.cta-ph {
  margin: 0;
  font-size: 34px;
  color: #fff;
  font-family: var(--heading-font-family);
}

.sec-cta-text .cta-phone {
  text-decoration: none;
  color: #fff;
}

.sec-cta-text a.cta-phone:hover,
.sec-cta-text a.cta-phone:focus {
  text-decoration: none;
  color: #6dbe5a;
}

.bot-case-text {
  font-size: 18px;
  color: #fff;
  font-family: var(--heading-font-family);
  max-width: 200px;
  margin: 5px auto;
  font-weight: bold;
  line-height: normal;
}

.pa-cta {
  background: #5e93aa;
  padding: 25px 50px 25px 00px;
  text-align: left;
  color: #fff;
  margin-bottom: 45px;
  margin-right: 30px;
  position: relative;
}
.pa-cta::before {
  background: #5e93aa;
  position: absolute;
  content: '';
  left: -200%;
  width: 200%;
  height: 100%;
  top: 0;
}

.pa-cta p {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-family: var(--heading-font-family);
  font-size: 23px;
  line-height: 1.5;
}

.pa-cta p a {
  color: #1b3a63;
  text-decoration: none;
}
.pa-cta p a:hover,
.pa-cta p a:focus {
  color: #6dbe5a;
}

.prac-case-section.case-sidebar {
  position: relative;
}

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

.first-case-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

.fourth-case-text {
  color: #6dbe5a;
  font-size: 20px;
  line-height: 27px;
  margin-top: 15px;
}

.fifth-case-text {
  font-weight: bold;
  color: #6dbe5a;
  font-size: 20px;
  line-height: 27px;
}

.case-sidebar-inner::after {
  background: rgba(7, 20, 38, 0.7);
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 0;
}

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

.sec-case-text,
.third-case-text {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
.pa-section-sixth p:last-child {
  position: relative;
  padding-left: 25px;
}

.pa-section-sixth p:last-child::before {
  background: #6dbe5a;
  left: 0;
  content: '';
  height: 97%;
  top: 2%;
  width: 2px;
  position: absolute;
}

.pa-section-sixth {
  margin-bottom: 50px;
}

.content .claim-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}

.content .claim-li {
  width: 46%;
  background: #6dbe5a;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 1%;
}

h3.res-prac-tit {
  font-size: 30px;
}

.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: #1e272b;
  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 > Award Page Custom */

.award-tit {
  font-size: 30px;
  margin-bottom: 15px;
}
.award-list .scroll-reveal.award-single:nth-child(2n-1) {
  background: #f4f8f8;
  margin: 50px 0;
}

.award-desc-inner img {
  max-width: 145px;
}

.award-desc-inner {
  padding: 20px;
}

.award-list .scroll-reveal.award-single:nth-child(2n-1):first-child {
  margin-top: 8px;
}

/* TEMPLATES > About Page Custom CSS Start */

.about-intro-inner {
  padding: 45px 0 15px 0;
}

.about-intro-inner h2 {
  margin-bottom: 15px;
}
.about-intro-inner p:last-child {
  margin-bottom: 0;
}
.about-video .youtube-player {
  margin-top: 0;
}

.diff-box-single {
  display: flex;
  column-gap: 5px;
  justify-content: flex-start;
  margin-bottom: 25px;
  margin-top: 10px;
}
.diff-icon {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 16px;
}
.diff-text {
  width: 70%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #1b3a63;
  text-transform: uppercase;
}
.diff-icon i {
  font-size: 50px;
  color: #6dbe5a;
}

.diff-left-box.diff-box {
  margin-bottom: 50px;
  margin-top: 50px;
}
.about-video h3 {
  color: #5e93aa;
  font-size: 18px;
  font-weight: bold;
}
.page-template-template-contact-a .module-footer-b .copy-content {
  border: none;
  padding-top: 30px;
}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .about-intro-inner {
    padding: 45px 25px 15px 25px;
  }
  .section-intro-about {
    margin-bottom: -15px;
  }
  .sidebar.columns {
    padding: 0 25px;
  }
  .content.columns {
    padding: 0 25px;
    margin-bottom: 0;
    margin-bottom: 20px;
  }
  .content.contact-full-content.columns {
    padding-bottom: 30px;
  }

  .about-video .youtube-player {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .diff-left-box.diff-box {
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .diff-text {
    width: 70%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #1b3a63;
    text-transform: uppercase;
  }
  .page-template-template-contact-a .sidebar section.right-form {
    display: block;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .about-intro-inner {
    padding: 45px 25px 15px 25px;
  }
  .diff-left-box.diff-box {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .diff-text {
    font-size: 15px;
  }
}

/* TEMPLATES > About Page Custom CSS END */

/* TEMPLATES > Result Page Custom CSS Start */

.result-tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result-tab-list .res-prac-tab {
  background: #eff4f7;
  border: 2px solid #efefef;
  width: 24%;
  text-align: center;
  margin: 0 9px 9px 0px;
  text-align: center;
  /* 	margin: 0 5px; */
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #6dbe5a;
  cursor: pointer;
}
.result-tab-list .res-prac-tab:hover,
.result-tab-list .res-prac-tab:hover {
  background: #5d93aa;
  /* 	border: 2px solid #efefef; */
  /* 	width: 20%; */
  /* 	text-align: center; */
  /* 	margin: 0 5px; */
  /* 	padding: 10px; */
  /* 	font-weight: 600; */
  /* 	color: #fff; */
}
.main.result-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-around;
}

.folder-wrap .col {
  float: left;
  width: 31%;
  margin: 0 1%;
}

.folder-item {
  margin-bottom: 1em;
  /*	height: 100%;*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  transition: max-height 1s ease;
  perspective: 1700;
  _float: left;
  _width: 32%;
  _margin-right: 1%;
  border: solid 1px #909090;
  max-height: 19em;
  overflow: hidden;
  width: 32%;
  min-height: 350px;
}

html.no-display-table .folder-item {
  background-image: none;
  height: auto;
  padding: 1em;
}
.folder-item.active {
  background-size: 100% 80%;
  max-height: 100em;
}
html.no-display-table .folder-item.active {
  height: auto;
}
body.cms-admin .folder-item {
  display: inline-block;
  float: none;
}
.folder-item .cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  vertical-align: middle;
  z-index: 2;
  text-align: center;
  left: 0;
  padding: 0;
  transform-style: preserve-3d;
  display: block;
  transition: transform 0.9s ease;
  transform-origin: bottom center;
  top: 0;
}
html.no-display-table .folder-item .cover {
  display: none;
}
.folder-item .cover.front {
  z-index: 1;
  backface-visibility: hidden;
  overflow: hidden;
}
.folder-item .cover.back {
  z-index: 1;
  transform: rotate3d(0, 1, 1, 0deg);
  backface-visibility: visible;
}
.folder-item.active .cover.front {
  bottom: 0;
  z-index: -1;
  _transform: rotate3d(1, 0, 0, -180deg);
}
.folder-item.active .cover.back {
  transform: rotate3d(1, 0, 0, -180deg);
  z-index: -1;
}
.folder-item .cover h3 {
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  background-color: #0f2745;
  text-transform: none;
  font-size: 2em;
  padding: 0.75em 2%;
  top: auto;
  position: relative;
  border-bottom: solid 0.25em #5d93aa;
  margin-bottom: 0;
}

.folder-item .cover h3 em {
  font-style: normal;
  color: #5bc25e;
  margin-bottom: 0;
}
.folder-item .cover h3 span {
  font-size: 0.8em;
}
.folder-item .folder-in {
  position: relative;
  z-index: 10;
  margin: 0 5%;
  top: 46px;
}

.folder-item .deets {
  line-height: 2em;
  padding: 1em 2em;
  text-align: left;
  margin-bottom: 30px;
}
.folder-item.active .deets {
  margin-bottom: 0;
}

.folder-item.active .deets .desc p:last-child {
  margin-bottom: 0;
}

.folder-item .deets h2 {
  font-size: 1.5em;
  color: #0f2745;
  line-height: 1.25em;
  margin: 0.5em auto;
}
.folder-item .deets h4 {
  color: #5d93aa;
  margin: 0.75em auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 22px;
  font-family: var(--body-font-family);
}
.folder-item .deets .desc {
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.folder-item.active .deets .desc {
  opacity: 1;
  visibility: visible;
}
.folder-item .cover .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3em 1em 1em;
  width: 100%;
  transition: 1s ease;
  _background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.3));
}
.folder-item.active .cover .more {
  transform: translateY(100%);
}
.folder-item .cover .more em {
  font-style: normal;
  color: #5bc25e;
  font-weight: 700;
  text-transform: uppercase;
}
html.no-display-table .folder-item .folder-in {
  top: 0;
  margin: 0;
}
.folder-item .folder-in:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.folder-item.active .folder-in {
  z-index: 10;
}
.folder-item .folder-scroll {
  background-color: #fff;
  overflow: auto;
  margin: 0;
  padding: 0;
  height: 480px;
  position: relative;
  z-index: 10;
  display: none;
}
html.no-display-table .folder-item .folder-scroll {
  display: block !important;
  height: auto;
}
.folder-item .folder-scroll h4 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.25em;
}
.folder-item .folder-scroll p {
  line-height: 2em;
  font-size: 1em;
}
.staff-section {
  font-size: 1vw;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .result-tab-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
  }

  .result-tab-list .res-prac-tab {
    width: 48% !important;
    text-align: center !important;
    margin: 4px 2px !important;
    padding: 5px 10px !important;
    font-size: 15px !important;
  }

  .page-template-template-results #main {
    padding-top: 30px;
  }
  .folder-item {
    width: 96%;
    min-height: 350px;
    margin: 1% 4%;
  }
  .folder-item .deets {
    padding: 1em 1em;
  }
  .folder-item .deets h2 {
    font-size: 1.4em;
    color: #0f2745;
    line-height: 1.25em;
    margin: 0.5em auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .folder-item {
    min-height: 300px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1279px) {
  .result-tab-list .res-prac-tab {
    width: 30%;
    text-align: center;
    margin: 6px 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #6dbe5a;
    cursor: pointer;
    min-width: 31%;
  }

  .result-tab-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .main.result-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: space-around;
    padding: 0 19px;
  }

  .folder-item {
    width: 48%;
    min-height: 350px;
  }
}

/* TEMPLATES > Result Page Custom CSS END */

@media screen and (min-width: 280px) and (max-width: 767px) {
  .single-practices .banner-inner.columns p {
    max-width: inherit;
    font-size: 24px;
  }

  .prac-sec-title {
    font-size: 40px;
    line-height: 1.1;
  }
  .single-practices .banner-inner.columns {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .prac-third-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .single-practices .banner-inner.columns p {
    color: #fff;
    max-width: inherit;
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-weight: normal;
  }

  .single-practices .content.columns {
    padding: 0 30px;
  }
  .pa-cta {
    padding: 25px 00px 25px 00px;
    text-align: center;
    margin-right: 0;
  }
  .pa-cta::before {
    left: -100%;
    width: 300%;
    height: 100%;
    top: 0;
    z-index: -1;
  }

  .claim-title {
    font-size: 23px;
    color: #6dbe5a;
    font-weight: 700;
    position: relative;
  }

  .content .claim-li {
    width: 100%;
    background: #6dbe5a;
    margin-bottom: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 0;
  }

  .case-sidebar-inner {
    width: 150%;
    padding-left: 25%;
    padding-right: 25%;
  }

  .pa-faq-vid-section iframe {
    max-height: 200px;
  }

  .posts-slider-box {
    background: #eff4f7;
    text-align: center;
    padding: 40px 30px;
    margin: 25px -35px 50px -35px;
  }

  .posts-slider-box .posts-slider-single {
    padding: 0 20px;
  }

  .posts-slider-box .posts-slider-single p {
    max-width: 90%;
  }

  .posts-slider-box {
    background: #d6e8f0;
  }
  .sidebar section.right-form {
    display: none;
  }
  .sidebar .right-form.cat-right-form {
    display: block;
  }
  .single-practices .sidebar.columns {
    padding: 0 30px;
  }

  .single-practices .content.columns {
    padding: 0 30px;
    margin-bottom: 30px;
  }

  .single-practices .sidebar.columns .sidebar-block.sidebar-testimonial {
    margin-bottom: 15px;
  }

  /* TEMPLATES > Award Page Media CSS Custom  */
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .pa-faq-vid-section iframe {
    max-height: 250px;
  }
  .sidebar section.sidebar-block.attr-side-result #results-slider {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }

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

  .award-desc.award-left-col {
    width: 70%;
  }
  .award-img.award-right-col {
    width: 30%;
  }
  .award-img.award-left-col {
    width: 25%;
  }
  .award-desc.award-right-col {
    width: 75%;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .single-practices .banner-inner.columns p {
    max-width: inherit;
    line-height: normal;
    font-size: 18px;
  }
  .prac-sec-title {
    font-size: 40px;
  }
  .prac-third-title {
    font-size: 22px;
  }
  .single-practices .banner-inner.columns p {
    font-size: 16px;
  }
}

/* Sidebar >  Attorney-Slider CSS */

.sidebar section.sidebar-block.attr-side-result {
  background: #eff4f7;
  padding: 45px 20px 15px 20px;
  text-align: center;
  position: relative;
}

.sidebar-block.attr-side-result h2 {
  font-size: 24px;
}

.sidebar-block.attr-side-result h2 b {
  font-size: 30px;
  line-height: 1.5;
}

.sidebar section.sidebar-block.attr-side-result .results-slider-single {
  border: none;
  display: flex !important;
  column-gap: 5px;
  justify-content: center;
  padding: 15px 30px 0px 30px;
  text-align: left;
}
.sidebar section.sidebar-block.attr-side-result .results-slider-single {
  text-align: center;
}
.sidebar section.sidebar-block.attr-side-result .results-slider-single .result-attr-inner {
  width: 50%;
  padding-left: 0px;
}
.sidebar section.sidebar-block.attr-side-result .results-slider-single h3 {
  font-size: 18px;
  color: #1b3a63;
  margin-top: 11px;
  text-align: center;
  margin-bottom: 5px;
}
.sidebar section.sidebar-block.attr-side-result .results-slider-single img {
  width: 100% !important;
  max-width: 120px;
  margin: 0 auto;
}

.sidebar section.sidebar-block.attr-side-result .results-slider-single p {
  font-size: 13px;
  color: #1e272b;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}

.sidebar .sidebar-block.prac-side.additional-prac-side li {
  border-bottom: 1px solid #e3e3e3;
}

.sidebar section.sidebar-block.attr-side-result #results-slider {
  position: relative;
}

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

.right-bar-results-slider button {
  background: transparent !important;
  color: #898989;
  font-size: 50px;
  font-weight: 300;
  padding: 5px;
}

.right-bar-results-slider button:hover,
.right-bar-results-slider button:focus {
  color: #6dbe5a;
}

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

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

.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: #14172f;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

/* TEMPLATES > 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 #6dbe5a;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
}

.content-testimonial-stars i {
  color: #eaa729;
  font-weight: bold;
}

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
  color: #5e93aa;
}

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

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

  .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: 35px !important;
    padding-left: 25px !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: #1e272b;
    font-size: 16px;
    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: 16px;
    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: #1e272b;
    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;
  }
}

.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: 107px !important;
  }
  .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: 16px;
  }
}

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

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

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

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

@media screen and (min-width: 3840px) and (max-width: 12000px) {
  .banner {
    height: 700px;
  }
  .banner > .row {
    height: 100%;
    max-width: 1350px;
  }
}
/****week in torts***/
ul.tort-list li a {
  color: #1b3a63;
}
ul.tort-list li a:hover {
  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: 16px;
  height: 50px;
  background: #1b3a63;
  width: 84%;
}

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