.nav-menu-desktop .menu > li {
  position: relative;
}

.nav-menu-desktop .menu > li:before {
  content: '';
  width: auto;
  height: 3px;
  background: #FD040F;
  position: absolute;
  bottom: -10px;
  left: 13px;
  right: 13px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nav-menu-desktop .menu > li.current_page_item:not(.menu-item-134):before,
.nav-menu-desktop .menu > li:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.nav-menu-desktop .menu > li.tel:before {
  display: none;
}

body,
.nav-menu-desktop .menu > li > a {
  color: #262626;
}

.nav-menu-desktop .menu > li.tel > a {
  color: #6E6E6E;
}

.nav-menu-desktop .menu > li.tel:hover > a {
  color: #262626;
}

.wp-block-button__link {
  background: #FD040F;
  font-weight: bolder;
}

.wp-block-button__link:hover {
  background: #262626;
}

.entry-content h5,
.wp-block h5 {
  text-transform: uppercase;
}

.entry-content a:not(.wp-block-button__link) {
  color: #FD040F;
  font-weight: bolder;
  text-decoration: underline;
}

.entry-content a:not(.wp-block-button__link):hover {
  color: #6E6E6E;
}

.wp-block-image.hero-block {
  margin-bottom: 4em;
}

.wp-block-image.hero-block img {
  display: block;
  width: 100%;
  height: auto;
}

.wp-block-columns.border-cols {
  border: solid 1px #6E6E6E;
  padding: 20px;
}

.wp-block-columns.border-cols.with-img-bg,
.wp-block-columns.border-cols.with-img-bg .wp-block-column.col-img-bg {
  padding: 0 !important;
}

.wp-block-columns.border-cols.with-img-bg .wp-block-column:not(.col-img-bg) {
  padding: 20px;
}

.wp-block-columns.border-cols.with-img-bg .wp-block-column.col-img-bg .wp-block-image {
  margin: 0;
  height: 100%;
}

.wp-block-columns.border-cols.with-img-bg .wp-block-column.col-img-bg .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.entry-content ol,
.entry-content ul {
  margin: 25px 0;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 20px;
}

.entry-content .no-margin,
.wp-block .no-margin {
  margin-bottom: 0 !important;
}

.team-list {
  margin: 30px 0;
}

.team-list .group {
  margin: 0;
}

.team-list .group:last-child {
  margin: 0 !important;
}

.team-list .group > h4 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
}

.team-list .group .members {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.team-list .group .members .card {
  width: 33.3333333%;
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}

.team-list .group .members .member {
  margin: 0;
  box-sizing: border-box;
  padding: 16px;
  border: solid 1px #6E6E6E;
  height: 100%;
  display: flex;
}

.team-list .group .members .member .details {
  width: calc(100% - 160px);
}

.team-list .group .members .member .details h3 {
  font-size: 25px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}

.team-list .group .members .member .details p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}

.team-list .group .members .member .details p a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
  font-weight: normal;
  word-break: break-all;
}

.team-list .group .members .member .details p a:hover {
  color: #FD040F;
}

.team-list .group .members .member .details .districts {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 10px 0;
}

.team-list .group .members .member .details .districts > div {
  margin: 0 13px 10px 0;
  width: 50px;
  height: 18px;
  background: #262626;
}

.team-list .group .members .member .details .districts > div.district-arkansas {
  background: #223F1D;
  order: 1;
}

.team-list .group .members .member .details .districts > div.district-oklahoma {
  background: #656F6F;
  order: 2;
}

.team-list .group .members .member .details .districts > div.district-louisiana-nw {
  background: #142752;
  order: 3;
}

.team-list .group .members .member .details .districts > div.district-louisiana-sw {
  background: #A82219;
  order: 4;
}

.team-list .group .members .member .details .districts > div.district-08c {
  background: #FBCF45;
}

.team-list .group .members .member .details .districts > div.district-08d {
  background: #14449A;
}

.team-list .group .members .member .details .districts > div.district-08e {
    background: #A4AEAC;
  }

.team-list .group .members .member .details .districts > div.district-08f {
    background: #8FBC92;
  }

.team-list .group .members .member .details .districts > div.district-08g {
    background: #7EA4CC;
  }

.team-list .group .members .member .details .districts > div.district-08h {
  background: #FF2F17;
}

.team-list .group .members .member .details .districts > div.district-08i {
  background: #FFF1BC;
}

.team-list .group .members .member .details .districts > div.district-08j {
  background: #FFA6AF;
}

.team-list .group .members .member .details .districts > div.district-08k {
  background: #01B0F1;
}

.team-list .group .members .member .details .districts > div.district-08t {
  background: #1B974F;
}

.team-list .group .members .member .profile {
  width: 140px;
  margin: 0 0 0 20px;
}

.team-list .group .members .member .profile img {
  display: block;
  width: 100%;
  height: auto;
}

.team-list .group .members .member:nth-child(3n) {
  margin-right: 0;
}

#page-breadcrumb {
  display: none !important;
}

@media only screen and (max-width: 1600px) {
  .team-list .group .members .member .profile {
    width: 100px;
    margin: 0 0 0 15px;
  }

  .team-list .group .members .member .details {
    width: calc(100% - 115px);
  }
}

@media only screen and (max-width: 1400px) {
  .team-list .group .members .card {
    width: 50%;
  }
}

@media only screen and (max-width: 860px) {
  .team-list .group .members .card {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .team-list .group .members .member {
    flex-wrap: wrap;
  }

  .team-list .group .members .member .profile {
    width: 100%;
    margin: 0 0 20px 0;
    order: -1;
  }

  .team-list .group .members .member .details {
    width: 100%;
  }

  .team-list .group .members .member [data-match-height] {
    height: auto !important;
  }
}

@media only screen and (min-width: 1200px) {
  .team-list {
    margin: 50px 0;
  }

  .team-list .group {
    margin: 0 0 30px 0;
  }

  .team-list .group > h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .team-list .group .members {
    margin: 0 -22px;
  }

  .team-list .group .members .member {
    padding: 28px 34px;
  }

  .team-list .group .members .card {
    padding: 0 22px 40px 22px;
  }

  .entry-content h3.has-huge-font-size,
  .wp-block h3.has-huge-font-size {
    font-size: 65px;
    line-height: 70px;
  }
  
  .wp-block-columns.border-cols {
    padding: 40px;
  }

  .wp-block-columns.border-cols.with-img-bg .wp-block-column:not(.col-img-bg) {
    padding: 40px;
  }

  .wp-block-columns.border-cols .wp-block-buttons {
    margin-top: 30px;
  }

  .wp-block-columns.border-cols .wp-block-buttons .wp-block-button {
    margin-right: 45px;
  }

  .wp-block-columns.border-cols .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 246px;
  }

  .wp-block-columns.border-cols .wp-block-column.is-vertically-aligned-top:first-child>.wp-block-image:first-child {
    margin-top: 60px;
  }

  .entry-content p,
  .entry-content li {
    font-size: 20px;
    line-height: 32px;
  }

  .entry-content ol,
  .entry-content ul {
    margin: 40px 0;
  }

  .entry-content ol li,
  .entry-content ul li {
    line-height: 28px;
  }
  
  body .hp-cols .wp-block-column p,
  body .hp-cols .wp-block-column li,
  .entry-content .hp-cols p,
  .entry-content .hp-cols li {
    font-size: 18px;
    line-height: 30px;
  }

  .wp-block-button__link {
    font-size: 18px;
  }

  .entry-content h4,
  .wp-block h4 {
    margin-bottom: 30px;
    font-size: 39px;
    line-height: 50px;
  }

  .entry-content h5,
  .wp-block h5 {
    font-size: 24px;
    line-height: 28px;
  }

  .entry-content h3,
  .wp-block h3 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 4em;
  }
}

@media only screen and (max-width: 600px) {
  .hp-cols .wp-block-image.size-large {
    margin: 0 -28px 17px -28px;
  }

  .hp-cols .wp-block-image.size-full {
    margin: 0 0 5px 0;
  }

  .hp-cols .wp-block-image.size-full img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .hp-cols .wp-block-column {
    text-align: center;
  }

  .hp-cols .wp-block-column h5 {
    color: #FD040F !important;
    font-size: 36px;
    line-height: 40px;
  }

  .hp-cols .wp-block-column p {
    font-size: 16px;
    line-height: 26px;
  }

  .entry-content h3,
  .wp-block h3 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .wp-block-button__link {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 360px) {
  .wp-block-button__link {
    font-size: 12px;
    padding: 8px 16px;
  }
}

body .wpcf7-form .wpcf7-response-output,
body .wpcf7-form.sent .wpcf7-response-output {
  background-color: #fd040f !important;
}