/**
 * Subpage styling goes here. Excluded on homepage
 *
 * @format
 */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/
.banner {
  height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
}

.banner,
.banner-xl {
}

.banner-pseudo {
  position: relative;
}

.banner-pseudo:before,
.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.single-attorneys .banner {
  height: auto;
  padding-top: 80px;
}

.banner img {
  position: relative;
  width: 100%;
}

.banner > .row {
  height: 100%;
}

.banner-inner {
  position: relative;
  padding-top: 20px;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  float: none;
  align-items: center;
  justify-content: center;
}

.banner-title {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--banner-font-family);
}

@media screen and (min-width: 768px) {
  .banner-title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .banner-inner {
    padding-top: 0;
  }
  .banner-pseudo:before,
  .banner:before {
    height: 280px;
  }
  .banner {
    height: 450px;
  }
  .banner-title.banner-title-xl {
    font-size: 5.2rem;
  }
  .single-attorneys .banner {
    padding-top: 120px;
  }
}

.search-form {
  display: flex;
  position: relative;
}

.search-form button {
  height: 45px;
  width: 45px;
  font-size: 1.1rem;
  padding: 0 12px;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #cecfd7;
}

.single .post {
  padding-bottom: 0;
  border: none;
}

.post-head h1,
.post-head h2 {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding: 0;
  border: 0;
}

.post-head-link {
  color: #2d4990;
}

.post-head,
.post-body {
  margin-bottom: 30px;
}

.post-body {
  display: block;
}

.single-news .post-body,
.single-post .post-body {
  display: block;
}

.post-head-info {
  line-height: 1.3;
}

.post-head-info span,
.post-head-info a {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.post-head-info i {
  margin: 0 5px;
}

.post-head-info-authors a:not(:last-child):after {
  content: ', ';
  display: inline-block;
}

.post-head-info a:hover,
.post-head-info a:focus {
  color: #000;
}

.post-head-info span {
  margin-bottom: 0;
}

.post-head-info span:not(:last-of-type):after {
  width: 1px;
  height: 12px;
  background: #f08f3f;
  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: #b22327;
  font-size: 0.9rem;
}

@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 > Page Navigation */

.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  display: block;
  background: none;
  color: #2d4990;
  margin-right: 10px;
}

.wp-pagenavi span.current {
  color: #f08f3f;
  text-decoration: underline;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  background: #cecfd7;
  color: #2d4990;
}

.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: #b22327;
  background: none;
  padding: 0 15px;
  border-radius: 0;
}

.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: #f08f3f;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */

.attorney-banner-name h1 {
  font-size: 2.2rem;
  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;
}

.attorney-banner-info > p:last-child {
  margin: 0;
}

.attorney-banner-info .divider-span {
  display: none;
}

/* TEMPLATES > Attorney Banner */

.attorney-banner-large-left {
  order: 2;
  padding: 30px;
  position: relative;
}

.attorney-banner-large-left:before {
  content: '';
  background: #fff;
  display: block;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: calc(-100vw);
  top: 0;
  z-index: -1;
}

.attorney-sidebar-badges {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.attorney-sidebar-badges span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attorney-banner-large-right {
  order: 1;
  width: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons {
  margin-bottom: 35px;
}

.attorney-banner-large-info p i {
  width: 35px;
  display: inline-block;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
  color: #2d4990;
}

.attorney-banner-large-info a:focus,
.attorney-banner-large-info a:hover {
  color: #f08f3f;
}

.attorney-banner-large-info i {
  color: #f08f3f;
}

.attorney-banner-large-info p {
  margin-bottom: 4px;
  font-size: 1.1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
}

.attorney-banner-large-info p:last-of-type {
  margin-bottom: 0;
}

.attorney-banner-large-right img {
  height: 300px;
  width: auto;
  max-width: 100%;
}

.attorney-bio-main-d {
  position: relative;
}

@media screen and (min-width: 768px) {
  .single-attorneys .banner-inner {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .attorney-banner-large-left {
    order: 0;
  }
  .attorney-banner-large-left:before {
    display: none;
  }
  .attorney-sidebar-badges {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .attorney-sidebar-badges span:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .attorney-banner-name h1 {
    font-size: 3.5rem;
  }
}

.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: #2d4990;
}

.content-tabs-anchor-links .content-tabs-row button:after {
  position: absolute;
  content: '';
  height: 14px;
  background: #fff;
  right: 0;
  top: calc(50% - 6px);
  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: #f08f3f;
}

.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 {
    flex: 1;
    align-self: center;
    padding: 0;
  }
  .attorney-banner-large-right {
    flex: 1;
    background: none;
    width: auto;
    margin: 0;
    align-self: flex-end;
    max-width: 505px;
  }
  .attorney-banner-large-right img {
    height: auto;
  }
}

/* TEMPLATES > Recognition Template */

.recognition-block-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.recruit-section-standard-content {
  margin: 50px 0;
}

.recognition-block-single:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cecece;
}

.recognition-block-single .accordion-item {
  border: none;
}

.recognition-block-single .accordion-item-title span {
  margin-left: 0;
  padding-right: 40px;
}

.recognition-block-single li {
  margin-bottom: 3px;
}

.recognition-block-single .accordion-item-title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.recognition-block-single .accordion-item-title:after {
  margin-left: auto;
  position: absolute;
  right: 0;
}

.recognition-block-title img {
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .recognition-block-title img {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .recognition-block-single ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
  .recognition-block-title {
    margin-bottom: 0;
  }

  .recognition-block-single .accordion-item-title {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
}

/* TEMPLATES > Attorneys Landing */

.page-template-template-attorneys main {
  padding-top: 0;
  top: -65px;
  z-index: 1;
  position: relative;
  padding-bottom: 0;
}

.attorney-results {
  display: block;
  outline: none;
}

.attorney-result-single {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-width: 278px;
  text-decoration: none;
  margin: 0 auto 20px;
}

.attorney-results .attorney-result-single {
  width: 100%;
}

.attorney-result-single-thumbnail-link {
  display: flex;
  flex-direction: column;
  background-image: url(../images/_attorney_background_sm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.attorney-result-buttons {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
}

.attorney-result-buttons-phone {
  display: flex;
  align-items: center;
}

.attorney-result-buttons a:not(:last-child) {
  margin-right: 12px;
}

.attorney-result-buttons-phone i {
  color: #f08f3f;
}

.attorney-result-single-thumbnail-link img {
  width: 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.attorney-result-single-thumbnail-link:focus img,
.attorney-result-single-thumbnail-link:hover img {
  transform: scale(1.03);
  opacity: 0.92;
}

.attorney-result-single .attorney-result-info {
  text-align: center;
  padding: 12px 10px;
  border-bottom: 1px solid #c7c7c7;
}

.attorney-result-info h2,
.attorney-result-info p {
  color: #2d4990;
  margin: 0;
}

.attorney-result-single h2 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 500;
}

.attorney-result-info p {
  font-size: 0.9rem;
}

.attorney-search-form {
  position: relative;
}

@media screen and (min-width: 550px) {
  .attorney-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1100px) {
  .attorney-results {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* TEMPLATES > Attorney Search */

.attorney-search-form-container {
  background: #2d4990;
  padding: 50px 30px 30px;
}

div.attorney-search-form-submit {
  margin-bottom: 5px;
}

.attorney-search-form-all a {
  font-size: 0.8rem;
}

.attorney-search-form-all a:focus,
.attorney-search-form-all a:hover {
  color: #fff;
}

.attorney-search-form-submit button {
  letter-spacing: 2px;
  color: #fff !important;
}

.attorney-search-form label {
  font-size: 0.8rem;
  padding-left: 0;
}

.attorney-search-results-bar {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 40px;
}

.attorney-search-inner {
  padding: 0;
  margin-bottom: 30px;
}

.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: #f1eee1;
}

@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-inner {
    margin-bottom: 60px;
  }
  .attorney-search-form .form-input-group {
    margin: 0 20px 0 0;
  }
  div.attorney-search-form-submit {
    margin-right: 0 !important;
    max-width: 220px;
  }
  .attorney-search-form {
    display: flex;
    width: 100%;
  }
  .attorney-search-form-all {
    position: absolute;
    right: 0;
    bottom: -40px;
  }
  .page-template-template-attorneys main {
    top: -120px;
  }
  .attorney-search-form-container {
    min-height: 180px;
    display: flex;
    align-items: center;
    padding: 60px 100px;
  }
  .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-landing-accordions .accordion-item:first-of-type {
  border-top: 1px solid #c1c1c1;
}

@media screen and (min-width: 1025px) {
  .practice-landing-accordions .accordion-item:nth-child(2) {
    border-top: 1px solid #c1c1c1;
  }
  .practice-landing-accordions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    max-width: 1020px;
    margin: 0 auto;
  }
  .practice-landing-accordions .accordion-item {
    flex-basis: 50%;
  }
}

.content-intro p {
  color: #2d4990;
  font-size: 1.2rem;
  line-height: 1.5;
}

.content-intro {
  margin-bottom: 50px !important;
}

/* TEMPLATES > Contact A */

.contact-full-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.contact-full-inner {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

.accordion-item-title a:hover,
.accordion-item-title a:focus {
  color: #f08f3f;
  text-decoration: underline;
}

@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: #f9f9f9;
  position: relative;
  padding: 30px;
}

.office-block-info p {
  margin: 0;
}

.office-contact {
  margin: 30px 0;
}

.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;
    padding: 40px;
  }
}

/* TEMPLATES > Attorney Bios */

.content-tabs-row {
  flex-wrap: wrap;
  margin-bottom: 40px;
  border-bottom: 1px solid #f08f3f;
}

.bio-main-content.active {
  display: block !important;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.expand-content-button {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
}

.expand-content-button:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: -22px;
  top: 10px;
  font-size: 0.8rem;
  line-height: 0;
}

.content-tabs-row-inner {
  display: flex;
}

button.content-tab-activate {
  background: none;
  margin-right: 35px;
  color: #2d4990;
  padding: 0 0 10px;
  border-bottom: 8px solid transparent;
}

.content-tab-activate:last-of-type {
  margin-right: 0;
}

.content-tab-activate.active {
  pointer-events: none;
  color: #f08f3f;
  border-color: #f08f3f;
}

.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 6 Pro';
  right: 15px;
  position: absolute;
}

@media screen and (min-width: 700px) {
  .related-attorneys-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .content-tabs-row {
    display: block;
  }
  .mobile-tab,
  .content-tabs-anchor-links .content-tabs-select {
    display: none;
  }
}

@media screen and (min-width: 1210px) {
  .related-attorneys-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 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: #f08f3f;
  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: #b22327;
}

.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: #cecfd7;
}

.banner-xl {
  padding: 50px 0;
}

.single-chapter-banner {
  background: #2d4990;
}

.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 #f1eee1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content-testimonial-stars {
  font-size: 1.5rem;
}

.content-testimonial-source {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.content-testimonial-source:before {
  content: '-';
  margin-right: 6px;
  display: inline-block;
}

/* TEMPLATES > Contact Template */

.main-contact {
  background-image: url(../images/background_desert_lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* TEMPLATES > News Template */

.news-template-upper h2 {
  margin-bottom: 15px;
}

.news-template-upper {
  margin-bottom: 30px;
}

.news-template-blocks .post-block {
  border: 1px solid #cecfd7;
  margin-bottom: 30px;
}

#news-search-input {
  border: 1px solid #d1d1d1;
}

@media screen and (min-width: 850px) {
  .news-template-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-bottom: 50px;
  }
  .news-template-blocks .post-block {
    margin-bottom: 0;
  }
  .news-template-upper {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1025px) {
  .news-template-pagination .wp-pagenavi {
    justify-content: center;
    margin: 0 auto;
  }
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
  .banner {
    height: 260px;
  }

  .banner-title.banner-title-xl {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1025px) and (max-height: 720px) {
  .page-template-template-attorneys main {
    top: 0;
    margin-top: 20px;
  }

  .attorney-search-form-container {
    min-height: 0;
    padding: 50px 30px;
  }
}
