/* Font Imports
---------------------------------------*/

@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/farrin/fonts/gotham/Gotham-Medium.woff2') format('woff2'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Medium.woff') format('woff'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Medium.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('/wp-content/themes/farrin/fonts/gotham/Gotham-Book.woff2') format('woff2'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Book.woff') format('woff'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Book.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('/wp-content/themes/farrin/fonts/gotham/Gotham-Bold.woff2') format('woff2'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Bold.woff') format('woff'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-Bold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Book Italic';
  src: url('/wp-content/themes/farrin/fonts/gotham/Gotham-BookItalic.woff2') format('woff2'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-BookItalic.woff') format('woff'), url('/wp-content/themes/farrin/fonts/gotham/Gotham-BookItalic.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Universal
---------------------------------------*/

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  color: #3D3D3D;
  font-family: 'Gotham Book', sans-serif;
}

main {
  padding-bottom: 50px;
}

.home main {
  padding-bottom: 0;
}

hr {
  border-top: 3px solid #B6985A;
  margin-bottom: 2rem;
}

p, ol, ul, .p-text, .slide, .gold-bar {
  font-size: 1.15rem;
  line-height: 2rem;
}

main ul>li>ul, main ul>ul {
  margin-bottom: 0!important;
}

ol.a {
  list-style: lower-alpha;
}

a sup {
  text-decoration: none!important;
  display: inline-block;
}

.color-bg {
  background: #B6985A;
}

.farrin-container {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}

.container-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.attorney-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.location-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.single-location-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-container {
  margin-top: 125px;
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a {
  color: #800021;
  text-decoration: underline;
}

header a, footer a, .pillar-nav a {
  text-decoration: none;
}

a:hover {
  color: #5E0018;
  text-decoration-color: #5E0018;
}

footer a:hover, footer a:hover span {
  text-decoration: underline;
  text-decoration-color: #fff;
}

div#profile-sidebar a {
  color: #BC9B55;
  text-decoration: underline;
}

div#profile-sidebar a:hover {
  color: #fff;
}

b, strong {
  font-family: 'Gotham Bold';
}

/* General & Structure  -------------------------------------------------- */

.wrapper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 0 5%;
  max-width: 1300px;
}

.center {
  text-align: center;
}

.flex-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.flex-row-stretch img, .flex-row-center img {
  max-width: 100%;
  height: auto;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.ten {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fifteen {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.twenty {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.twenty-five {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.thirty {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.thirty-three {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fourty {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fifty {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sixty {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sixty-six {
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.seventy {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.seventy-five {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.eighty {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ninety {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.full {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* All Mobile and Small Desktop  -------------------- */

@media (max-width: 1340px) {
  #attorneys-and-awards .flex-nowrap.logos-row {
    flex-wrap: wrap !important;
  }
  #attorneys-and-awards .logos-row .m-2 {max-width: 15%; flex-basis: 15%;}
}

@media only screen and (max-width: 1149px) {
  .no-mobile {
    display: none;
  }
  .mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-wrap>.flex, .mobile-wrap>.fifty, .mobile-wrap>.full, .mobile-wrap>.twenty, .mobile-wrap>.thirty, .mobile-wrap>.thirty-three, .mobile-wrap>.fourty, .mobile-wrap>.sixty, .mobile-wrap>.sixty-six, .mobile-wrap>.twenty-five, .mobile-wrap>.ten, .mobile-wrap>.seventy, .mobile-wrap>.seventy-five, .mobile-wrap>.eighty, .mobile-wrap>.ninety {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* Phones  --------------------------- */

@media only screen and (max-width: 600px) {
  /* General and Structure  ------------ */
  .no-phones, .no-sm-mobile {
    display: none;
  }
  .phones-center, .sm-mobile-center, .mobile-center {
    text-align: center;
  }
  .wrapper {
    padding: 5%;
  }
  .phone-wrap, .flex-wrap, .sm-mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .phone-wrap>.flex, .phone-wrap>.fifty, .phone-wrap>.full, .phone-wrap>.twenty, .phone-wrap>.thirty, .phone-wrap>.thirty-three, .phone-wrap>.fourty, .phone-wrap>.sixty, .phone-wrap>.sixty-six, .phone-wrap>.twenty-five, .phone-wrap>.ten, .phone-wrap>.seventy, .phone-wrap>.seventy-five, .phone-wrap>.eighty, .phone-wrap>.ninety, .flex-wrap>.flex, .flex-wrap>.fifty, .flex-wrap>.full, .flex-wrap>.twenty, .flex-wrap>.thirty, .flex-wrap>.thirty-three, .flex-wrap>.fourty, .flex-wrap>.sixty, .flex-wrap>.sixty-six, .flex-wrap>.twenty-five, .flex-wrap>.ten, .flex-wrap>.seventy, .flex-wrap>.seventy-five, .flex-wrap>.eighty, .flex-wrap>.ninety, .sm-mobile-wrap>.flex, .sm-mobile-wrap>.fifty, .sm-mobile-wrap>.full, .sm-mobile-wrap>.twenty, .sm-mobile-wrap>.thirty, .sm-mobile-wrap>.thirty-three, .sm-mobile-wrap>.fourty, .sm-mobile-wrap>.sixty, .sm-mobile-wrap>.sixty-six, .sm-mobile-wrap>.twenty-five, .sm-mobile-wrap>.ten, .sm-mobile-wrap>.seventy, .sm-mobile-wrap>.seventy-five, .sm-mobile-wrap>.eighty, .sm-mobile-wrap>.ninety {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col4, .col3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* iPad  ----------------------------------------------------------------------- */

@media only screen and (min-width: 601px) and (max-width: 800px) {
  /* General ------------ */
  .no-sm-mobile {
    display: none;
  }
  .sm-mobile-center {
    text-align: center;
  }
  .sm-mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-mobile-wrap>.flex, .sm-mobile-wrap>.fifty, .sm-mobile-wrap>.full, .sm-mobile-wrap>.twenty, .sm-mobile-wrap>.thirty, .sm-mobile-wrap>.thirty-three>.fourty, .sm-mobile-wrap>.sixty, .sm-mobile-wrap>.sixty-six, .sm-mobile-wrap>.twenty-five, .sm-mobile-wrap>.ten, .sm-mobile-wrap>.seventy, .sm-mobile-wrap>.seventy-five, .sm-mobile-wrap>.eighty>.ninety {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  #icons .twenty-five {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

/* END General & Structure  -------------------------------------------------- */

/* Backgrounds
---------------------------------------*/

.bg-black-80 {
  background-color: rgba(39, 39, 39, 0.8);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black {
  background-color: #000;
}

.bg-lightgray {
  background-color: rgba(236, 236, 236, 0.54);
}

.bg-darkgray {
  background-color: #131A22;
}

.bg-bluegray {
  background-color: #C9D0D7;
}

.bg-alert-box {
  background-color: rgba(45, 70, 100, 0.25);
  padding: 0!important;
  width: calc(100% + 30px);
}

.bg-footer {
  background-color: #131a22;
}

.bg-black {
  background-color: #000;
}

.bg-gold {
  background-color: #B6985A;
}

.bg-red {
  background-color: #800021;
}

.review-image {
  background-size: cover;
  background-position: center center;
}

.review-image-es {
  background-size: cover;
  background-position: center center;
}

.hero-bg-position {
  background-position: center center;
  background-size: cover;
}

/* Site Header
---------------------------------------*/

label[for=nav-location-select] {
  margin-bottom: 0;
}

.site-header {
  position: relative;
  font-size: 1.25rem;
}

#alert-box {
  height: 45px;
  font-size: 1.25rem;
}

#alert-box p {
  margin: 0;
  font-family: garamond-premier-pro, serif;
}

#alert-box a {
  color: #800021 !important;
}

.alert-box-close {
  right: 10px;
  top: -3px;
  color: #727579;
  font-size: 2rem;
  cursor: pointer;
}

.logo-block {
  top: 65px;
  left: 40px;
  color: #8F7247;
  font-family: garamond-premier-pro, serif;
  z-index: 100;
}

.logo-block.top-0 {
  top: 0;
}

.single-attorneys .slick-prev-arrow.slick-prev-arrow {
  left: -12px;
}

.single-attorneys .slick-next-arrow.slick-prev-arrow {
  right: -12px;
}

.custom-logo-link {
  max-width: 393px;
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-select {
  background-image: url('/wp-content/uploads/2020/09/down-arrow.svg');
  background-size: 0.6rem 0.6rem;
  ;
  background-position: right center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  padding: 0rem .75rem 0rem 0rem;
  border: 0;
}

#blackout {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* Hero Section
---------------------------------------*/

#home-hero {
  background-size: cover;
  background-position: center center;
}

.hero-content {
  padding-top: 10rem;
  padding-bottom: 11rem;
  font-size: 1.1rem;
  font-family: 'Gotham Book', sans-serif;
}

.hero-content h1 {
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.hero-content h1 sup {
  font-size: 0.8rem;
  top: -1.25rem;
}

.hero-content h2 {
  color: #fff;
}

.hero-content-mobile {
  /*margin-top:10rem;*/
  font-size: 1rem;
}

#home-hero .hero-content-mobile {
  margin-top: 0;
}

.hero-content-mobile h1 {
  color: #fff;
  font-size: 1.5rem;
}

.hero-content-mobile h2 {
  color: #fff;
  font-family: 'Gotham Bold', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.hero-content .btn {
  font-size: 1.1rem;
}

.hero-disclaimer {
  position: absolute;
  bottom: 0px;
  font-size: 0.9rem;
  color: #000;
  text-align: right;
}

.hero-disclaimer a {
  color: #000;
  font-family: 'Gotham Bold', sans-serif;
  text-decoration: underline;
}

.hero-disclaimer-mobile {
  color: #000;
  font-size: 0.6rem;
}

.hero-disclaimer-mobile a {
  color: #fff;
  text-decoration: underline;
}

/* Menus
---------------------------------------*/

.pillar-nav li {
  border-bottom: 4px solid #131A22;
  display: flex;
  height: 100px;
}

.pillar-nav li:hover {
  border-bottom: 4px solid #B69855;
}

/* Borders
---------------------------------------*/

.border-gold {
  border: 4px solid #B69855 !important;
}

.border-right-gold {
  border-right: 4px solid #BC9B55;
}

.border-bottom-gold {
  border-bottom: 4px solid #BC9B55;
}

.border-lightgray {
  border: 4px solid #ECECEC;
}

/* Buttons
---------------------------------------*/

.btn {
  font-family: 'Gotham Book', sans-serif;
  border-radius: 6px;
}

.btn-lg {
  font-family: 'Gotham', sans-serif;
  padding: .5rem 1.1rem;
}

.btn-gold {
  color: #000;
  background-color: #B6985A;
  border: #B6985A;
  transition: 250ms all linear;
}

.btn-gold:hover {
  color: #fff;
  background-color: #8F7247/*#9B7931*/
  ;
  border: #8F7247/*#9B7931*/
  ;
}

.btn-gold-inverted {
  color: #8F7247/*#B6985A*/
  ;
  background-color: #fff;
  border: #fff;
  transition: 250ms all linear;
}

.btn-gold-inverted:hover {
  color: #000/*#9B7931*/
  ;
  background-color: #fff;
  border: #fff;
}

.btn-gold-outline {
  background-color: #fff;
  border: 3px solid #8F7247;
  color: #8F7247;
}

.btn-gold-outline:hover {
  color: #000;
  border: 3px solid #000;
}

.btn-red {
  color: #fff;
  background-color: #800021;
  border: 1px solid #800021;
  transition: 250ms all linear;
  text-decoration: none;
}

.btn-red:hover {
  color: #fff;
  background-color: #5E0018;
  border: 1px solid #5E0018;
  transition: 250ms all linear;
}

.site-footer>.btn-red {
  font-family: 'Gotham Book', sans-serif;
}

#btt-arrow {
  bottom: 0;
  left: 20px;
  width: 80px;
  z-index: 100;
}

#btt-arrow img {
  width: 40px;
  height: 40px;
}

/* Anchors
---------------------------------------*/

.anchor {
  display: block;
  position: relative;
  top: -45px;
  visibility: hidden;
}

/* Typography
---------------------------------------*/

blockquote {
  font-family: garamond-premier-pro, serif;
  color: #8F7247;
  font-style: italic;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
  margin-bottom: 20px;
}

blockquote p {
  font-size: 1.5rem!important;
  font-family: garamond-premier-pro, serif!important;
  margin-bottom: 0!important;
}

blockquote:before {
  content: ' ';
  background: url(/wp-content/themes/farrin/images/open-quote-gold.svg) center no-repeat;
  width: 50px;
  height: 70px;
  position: absolute;
  top: -10px;
  left: calc(50% - 25px);
}

blockquote:after {
  content: ' ';
  background: url(/wp-content/themes/farrin/images/close-quote-gold.svg) center no-repeat;
  width: 50px;
  height: 70px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 25px);
}

h2 {
  margin-bottom: 1.5rem!important;
}

.sm-links a {
  font-size: 1rem;
}

.font-gotham {
  font-family: 'Gotham', sans-serif;
}

.font-gotham-book {
  font-family: 'Gotham Book', sans-serif;
}

.font-gotham-bold {
  font-family: 'Gotham Bold', sans-serif;
}

.font-serif {
  font-family: garamond-premier-pro, serif;
}

.font-0-75 {
  font-size: 0.75rem;
}

.font-1 {
  font-size: 1rem;
}

.font-1-15 {
  font-size: 1.15rem;
}

.font-1-25 {
  font-size: 1.25rem;
}

.font-1-5 {
  font-size: 1.5rem;
}

.font-1-75 {
  font-size: 1.75rem;
}

.font-2 {
  font-size: 2rem;
}

.font-2-25 {
  font-size: 2.25rem;
}

.font-2-5 {
  font-size: 2.5rem;
}

.letter-spacing-0-3 {
  letter-spacing: 0.3rem;
}

.heading-light {
  font-family: 'Gotham', sans-serif;
}

.gold-bar {
  color: #8F7247;
  border-left: 4px solid;
  padding-left: 10px;
  left: -14px;
  position: relative;
  margin: 20px 0;
}

.text-gold {
  color: #8F7247;
}

.text-black {
  color: #000;
}

.case-link-gold {
  color: #3D3D3D;
}

.case-link-gold:hover {
  color: #8F7247;
  text-decoration-color: #8F7247;
}

.text-disclaimer {
  font-size: .75rem;
  color: #000;
}

#cases-section {
  font-size: 1.15rem;
  font-family: 'Gotham Book', sans-serif;
}

#cases-section p {
  line-height: 2rem;
}

#cases-section h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.other-practice-area-list li::marker {
  color: #800021;
  font-size: 1.2rem;
}

.and-more {
  font-family: 'Gotham Bold';
  font-size: 1.75rem;
  padding: .25rem 1.25rem;
}

#advantages-section p {
  font-family: 'Gotham Book', sans-serif;
}

#advantages-section img {
  max-height: 115px;
}

.contact-body {
  font-size: 1rem;
  font-family: 'Gotham Book', sans-serif;
}

#contact-subheading {
  font-family: 'Gotham Bold', sans-serif;
  font-size: 1.25rem;
  color: #000;
}

.contact-disclaimer {
  line-height: 1.25rem;
  font-size: 1rem;
  color: #000;
}

.footer-header h1 {
  font-family: garamond-premier-pro, serif!important;
}

.footer-header img {
  vertical-align: bottom;
  padding-bottom: 15px;
}

.locations {
  font-size: 1.1rem;
  font-family: 'Gotham Book', sans-serif;
}

.site-footer h2 {
  color: #B6985A;
  font-family: garamond-premier-pro, serif;
}

.site-footer h3 {
  font-size: 2rem;
  color: #B69855;
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.3rem;
}

.footer-menu a {
  color: #fff;
}

.footer-menu li {
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-block-1 {
  font-size: 1.75rem;
  font-family: garamond-premier-pro, serif;
}

.menu-nc-locations-container li, .menu-sc-locations-container li {
  list-style: none;
  display: inline-block;
}

.menu-nc-locations-container a, .menu-sc-locations-container a {
  color: #fff;
  display: inline-block;
}

ul#menu-nc-locations, ul#menu-sc-locations {
  padding: 0;
}

.menu-nc-locations-container li:after, .menu-sc-locations-container li:after {
  content: ' • ';
}

.menu-nc-locations-container li:last-child:after, .menu-sc-locations-container li:last-child:after {
  content: ' ';
}

.phone-icon {
  max-width: 15px;
}

.social-icon {
  height: 35px;
  width: 35px;
}

.button-icon {
  width: 25px;
  height: 25px;
}

.search-button {
  font-size: 0.75rem;
}

.text-disclaimer-small {
  font-size: 0.75rem;
  color: #000;
}

.mobile-attorney-card {
  font-size: 1.75rem;
  border-bottom: 3px solid white !important;
}

.content-block h3 {
  font-family: 'Gotham', sans-serif;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.content-block p {
  margin-bottom: 2rem;
  font-size: 1.15rem;
  font-family: 'Gotham Book', sans-serif;
}
.content-block.extra p {font-size: 1.24rem;}

.content-block p:last-of-type {
  margin-bottom: 0;
}

/*.content-block blockquote {
  border-left: 4px solid #BC9B55;
  color: #BC9B55;
  margin-bottom: 2rem;
  padding-left: 2rem;
}*/

.content-block ul {
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

.big-quote {
  font-size: 2rem;
  font-family: 'Gotham';
}

.attorney-container h2 {
  font-size: 1.5rem;
  font-family: 'Gotham';
  margin-bottom: 2rem;
}

.attorney-container p {
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

#referral-body h2 {
  font-family: 'Gotham Book', sans-serif;
}

#referral-body blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#referral-body blockquote p {
  font-family: garamond-premier-pro, serif;
  font-style: italic;
  font-size: 2rem;
}

#profile-body h2 {
  font-family: 'Gotham Book', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#profile-body h3 {
  font-family: 'Gotham Book';
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

#profile-body p {
  margin-bottom: 2rem;
}

#profile-sidebar h3 {
  color: #BC9B55;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.location-copy h2, .location-copy h3 {
  display: inline;
}

.location-copy h2+p, .location-copy h2+h3, .location-copy h3+p, .location-copy h3+h4 {
  padding-top: 1.5rem;
}

.blog-img {
  flex-basis: 25%;
}

.blog-content {
  flex-basis: 70%;
  margin: 0 2.5%;
}

.blog-t {
  flex-basis: 75%;
  margin: 0 0 0 2%!important;
}

.blog-all {
  position: relative;
  top: -8px;
}

/* Review Slides
---------------------------------------*/

.review-slide {
  font-size: 1.25rem;
  font-family: 'Gotham Book', sans-serif;
}

.review-source {
  font-size: 1rem;
}

.review-stars {
  max-width: 188px;
}

.review-stars-med {
  width: 125px;
  height: 23px;
  top: -3px;
  left: 5px;
  position: relative;
}

/*Knowledge Center*/

form#search-filter-form-5111, form#search-filter-form-7214 {
  position: relative;
}

li.sf-field-reset {
  position: absolute;
  top: 10px;
  left: calc(50% + 210px);
}

/* Locations Page
---------------------------------------*/

.locations-h1 {
  font-size: 2rem;
}

.location-pin {
  max-width: 60px;
}

.location-card {
  font-size: 1.3rem;
  border-radius: 8px;
  border: 3px solid #ececec;
}

.card-body a:hover {
  text-decoration: none;
}

.location-contact-info {
  min-height: 180px;
}

.location-card .btn, .mobile-location-card .btn {
  max-width: 220px;
  height: 55px;
}

.mobile-location-card {
  font-size: 1.3rem;
}

#location-accordion .card {
  border: 1px solid #fff;
}

/* Workers Comp Accordion
---------------------------------------*/

.wc-card {
  border-bottom: 2px solid #fff;
}

.wc-card div.card-header {
  border-bottom: 5px solid #fff;
}

.wc-card div.card-header h2 button.btn-link {
  color: #000;
  font-size: 1.25rem;
}

/* Images
---------------------------------------*/

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.object-position-center {
  object-position: center;
}

.image-small {
  max-width: 900px;
  margin: auto;
  display: block;
}

.icon-image {
  max-width: 120px;
}

.attorney-portrait-mobile {
  max-width: 215px;
}

.review-image, .review-image-es, .review-image-sm, .review-image-sm-es, .review-image-hero, .review-image-hero-es {
  position: relative;
}

.review-image:before {
  content: 'STOCK PHOTO TO PROTECT CLIENT IDENTITY';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  left: 0;
  right: 0;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
}

.review-image-es:before {
  content: '';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  left: 0;
  right: 0;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
}

.review-image-sm:before {
  content: 'STOCK PHOTO TO PROTECT CLIENT IDENTITY';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  left: 0;
  right: 0;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
  font-family: 'Gotham Bold', sans-serif;
}

.review-image-sm-es:before {
  content: '';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  left: 0;
  right: 0;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
  font-family: 'Gotham Bold', sans-serif;
}

.review-image-hero:before {
  content: 'STOCK PHOTO TO PROTECT CLIENT IDENTITY';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: right;
  font-size: 1rem;
  left: 0;
  right: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
  font-family: 'Gotham Bold', sans-serif;
}

.review-image-hero-es:before {
  content: '';
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: right;
  font-size: 1rem;
  left: 0;
  right: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
  font-family: 'Gotham Bold', sans-serif;
}

/* Iframes
---------------------------------------*/

/*galaxy fold 280*/

@media only screen and (max-width: 299px) {
  iframe {
    width: 300px;
    height: 117px;
  }
}

/*galaxy & moto 360*/

@media only screen and (min-width: 300px) and (max-width: 369px) {
  iframe {
    width: 400px;
    height: 162px;
  }
}

/*iphone 6 7 8 x 375*/

@media only screen and (min-width: 370px) and (max-width: 399px) {
  iframe {
    width: 400px;
    height: 170px;
  }
}

/*pixel 2 iphone plus 411/414*/

@media only screen and (min-width: 391px) and (max-width: 449px) {
  iframe {
    width: 400px;
    height: 191px;
  }
}

/*duo  540*/

@media only screen and (min-width: 450px) and (max-width: 599px) {
  iframe {
    width: 600px;
    height: 265px;
  }
}

/*ipad 768*/

@media only screen and (min-width: 600px) and (max-width: 899px) {
  iframe {
    width: 800px;
    height: 385px;
  }
}

/*ipad pro 1024*/

@media only screen and (min-width: 900px) and (max-width: 1024px) {
  iframe {
    width: 800px;
    height: 450px;
  }
  .single-management iframe, .single-attorneys iframe {
    width: 800px;
    height: 320px;
  }
}

/*desktop 1025+*/

@media only screen and (min-width: 1025px) and (max-width: 1137px) {
  iframe {
    width: 800px;
    height: 400px;
  }
  .single-management iframe, .single-attorneys iframe {
    width: 800px;
    height: 375px;
  }
}

/*large desktop 1330+*/

@media only screen and (min-width: 1138px) {
  iframe {
    width: 800px;
    height: 470px;
  }
  .single-management iframe, .single-attorneys iframe {
    width: 800px;
    height: 435px;
  }
}

/* Lists
---------------------------------------*/

.list-group-item {
  border: 0;
}

.list-group-item.case-type {
  font-size: 1.4rem;
  padding: .7rem 1.5rem;
}

#profile-body ul {
  margin: 0rem 0rem 1.5rem 0rem;
}

#profile-body ul li {
  font-size: 1.15rem;
}

.news-links li {
  font-size: 1.25rem;
}

#menu-workers-comp>li>a.nav-link {
  max-width: 185px;
  font-size: 1rem;
}

.other-practice-area-list {
  columns: 3;
}

li>ul {
  list-style: circle;
}

/* Forms and Inputs
---------------------------------------*/

.form-control {
  border-radius: 0;
  padding: 1rem;
  height: auto;
}

#location-select {
  max-width: 200px;
}

#sort-order {
  width: 220px;
}

.farrin-select {
  background-color: #ececec;
  background-image: url('/wp-content/uploads/2020/09/down-arrow.svg');
  background-size: 1rem 1rem;
  ;
  background-position: 97% center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  padding: 1rem;
}

.farrin-input {
  padding: 1rem;
}

/* Search & Filter
---------------------------------------*/

label.sf-label-checkbox:hover {
  color: black;
  cursor: pointer;
}

input.sf-input-text {
  width: 350px;
  padding: 10px;
  border: 0;
}

form#search-filter-form-5111 ul ul li, form#search-filter-form-7214 ul ul li {
  color: #800021;
  float: left;
  min-width: 340px;
  padding: 5px 10px;
}

form#search-filter-form-5111 ul ul li label, form#search-filter-form-7214 ul ul li label {
  padding: 0;
  border-bottom: 1px solid rgba(236, 236, 236, 0);
}

form#search-filter-form-5111 ul ul li.sf-option-active, form#search-filter-form-7214 ul ul li.sf-option-active {
  color: #000;
}

form#search-filter-form-5111 ul ul li.sf-option-active label, form#search-filter-form-7214 ul ul li.sf-option-active label {
  border-bottom: 1px solid black;
}

form#search-filter-form-5111 input[type=checkbox], form#search-filter-form-7214 input[type=checkbox] {
  visibility: hidden;
}

/* Maps
---------------------------------------*/

#map {
  height: 650px;
  width: 100%;
}

/* Gravity Form Overrides
---------------------------------------*/

.gform_wrapper {
  margin-top: -20px !important;
}

.gform_wrapper .gform_heading {
  margin-bottom: 0 !important;
}

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.ginput_container input, .gform_wrapper textarea {
  border: 0;
  padding: 15px !important;
}

#gform_submit_button_1 {
  margin: auto;
  border: 1px solid #800021;
  max-width: 475px;
  width: 100%;
  font-size: 1.25rem;
}

form#gform_3 .gform_footer.top_label {
  text-align: center;
}

input#gform_submit_button_3 {
  margin: auto;
  max-width: 475px;
  width: 50%;
  font-size: 1.25rem;
  color: #fff;
  background-color: #800021;
  border: 1px solid #800021;
  transition: 250ms all linear;
  font-family: 'Gotham Book', sans-serif;
  border-radius: 6px;
  padding: .375rem .75rem;
}

input#gform_submit_button_3:hover {
  color: #fff;
  background-color: #5E0018;
  border: 1px solid #5E0018;
  transition: 250ms all linear;
}

#gform_submit_button_2 {
  max-width: 250px;
  width: 50%;
  font-size: 1.25rem;
}

#contact-page-form .gform_wrapper ul li.gfield {
  margin-bottom: 50px;
}

/* Slick Slider Overrides
---------------------------------------*/

.slick-dots li button::before {
  font-size: 1rem !important;
  opacity: 0.5 !important;
}

.slick-dots li.slick-active button::before {
  color: #BC9B55 !important;
}

.slide p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.slide h2, .slide h3 {
  margin-bottom: 2rem;
}

.slick-prev-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 20px solid #e9e9ea;
  border-bottom: 30px solid transparent;
  border-left: 0;
  position: absolute;
  top: 40%;
  z-index: 100;
}

.slick-next-arrow {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 0;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #e9e9ea;
  position: absolute;
  top: 40%;
  right: 0px;
  z-index: 100;
}

/* Bootstrap Overrides
---------------------------------------*/

.card {
  border-radius: 0;
  border: 0;
}

.text-secondary {
  color: #000!important;
  font-size: 1rem;
}

@media only screen and (min-width: 900px) {
  .modal-dialog {
    max-width: 800px!important;
  }
}

@media only screen and (max-width: 500px) {
  .modal-dialog {
    max-width: 300px!important;
    margin: 60px auto;
  }
}

/* Media Queries
---------------------------------------*/

@media (max-width:1490px) {
  .custom-logo-link {
    max-width: 325px;
  }
  .pointing-portrait {
    height: 180px;
    bottom: 0;
  }
}

@media (max-width:1250px) {
  .pointing-portrait {
    height: 180px;
    /*    top:64px;*/
    bottom: 0;
    right: 0;
  }
  .nav-subhead {
    right: 115px;
  }
}

@media (max-width:1154px) {
  .logo-block {
    max-width: 300px;
  }
  .phone-block {
    display: block!important;
  }
  .hero-bg {
    min-height: 450px;
  }
  .hero-bg .spokesperson {
    max-width: 40%;
  }
  .header-slogan, .pointing-portrait, .logo-slogan {display: none !important;}
  .bottom-bar:after {bottom: 20px;}
}

@media (max-width:991px) {
  /*Hide Chat popup*/
  div#nGageLH>a>img {
    display: none;
  }
  /*Header*/
  .mobile-subhead a {
    display: inline-block;
  }
  .hero-bg-position {
    background: #000!important;
  }
  .review-image-hero:before {
    content: '';
  }
  /*On Page Navigation - Workers Comp / Tier 1 Menu*/
  .farrin-container .pillar-nav {
    display: block;
  }
  .farrin-container .pillar-nav .current-menu-item {
    display: none;
  }
  .farrin-container .pillar-nav li {
    height: 40px!important;
  }
  .farrin-container .pillar-nav a {
    margin: 0 auto;
  }
  /*END On Page Navigation - Workers Comp / Tier 1 Menu*/
  /*Home Page*/
  section#home-hero {
    background: #000!important;
  }
  .awards-holder {
    flex-wrap: wrap;
  }
  .awards-holder>div {
    flex-basis: 28%;
    text-align: center;
  }
  .awards-holder .img-fluid {
    padding: 0 5px;
  }
  /*END Home Page*/
  /*Slick Slider Overrides*/
  .slick-next-arrow {
    right: -10px!important;
  }
  .slick-prev-arrow {
    left: -10px!important;
  }
  /*END Slick Slider Overrides*/
  /*General Sizing Updates*/
  .row.mx-lg-5.px-5 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  /*END General Sizing Update*/
  .hero-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .hero-content-mobile h1 sup {
    font-size: 0.8rem;
    top: -0.8em;
  }
  .phone-block>div {
    text-align: center;
  }
  .text-disclaimer {
    font-size: 0.9rem;
  }
  .contact-disclaimer {
    font-size: 0.9rem;
  }
  .custom-logo-link {
    max-width: 175px;
    padding: 0;
  }
  .review-stars-med {
    margin: 0 auto;
    height: auto;
  }
  .mobile-attorney-card {
    font-size: 1.15rem;
  }
  .mobile-border-bottom-gold {
    border-bottom: 20px solid #B69855;
  }
  .review-stars {
    max-width: 146px;
  }
  .gform_wrapper input, .gform_wrapper textarea {
    margin: 0;
  }
  .footer-block-1 .btn {
    width: 100%;
    padding: 10px;
  }
  .footer-menu li {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .site-footer h3 {
    font-size: 2.25rem;
  }
  .blog-img, .blog-content, .blog-t, .blog-all {
    flex-basis: 95%;
    text-align: center;
    margin: 10px auto;
  }
  .locations-h1 {
    font-size: 1.3rem !important;
  }
  .location-contact-info {
    min-height: 0;
  }
  .location-pin {
    max-width: 60px;
  }
  .contact-form-container {
    margin-top: 0px;
  }
  .other-practice-area-list {
    columns: 2;
  }
}

@media (max-width:720px) {
  /*Knowledge Center*/
  .searchandfilter ul {
    padding-left: 0!important;
  }
  input.sf-input-text {
    width: 300px;
  }
  li.sf-field-reset {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
  }
  li.sf-level-0.sf-item-206 {
    padding-top: 10px;
  }
  /*END Knowledge Center*/
  /*Back to Top*/
  #btt-arrow {
    bottom: 40px;
  }
  html {
    font-size: 12px;
  }
  #home-hero {
    background-position: 84%;
  }
  .hero-content-mobile .btn {
    font-size: 1.25rem;
    font-family: 'Gotham Book', sans-serif;
  }
  .custom-logo-link {
    max-width: 147px;
  }
  .logo-container {
    flex-basis: 50%!important;
  }
  .review-slide {
    font-size: 1rem;
  }
  #reviews-section .btn {
    font-size: 1.5rem;
  }
  #cases-section {
    font-size: 1rem;
  }
  #cases-section h2 {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
  .list-group-item.case-type {
    font-size: 1.25rem;
    padding: 0 0 0.75rem 0;
  }
  #advantages-section h2 {
    font-size: 1.5rem;
    font-family: 'Gotham';
    letter-spacing: 0.3rem;
  }
  #advantages-section h3 {
    color: #B6985A;
  }
  #as-seen-in-section h2 {
    font-size: 1.5rem;
  }
  .locations {
    font-size: 1rem;
  }
  .contact-body h2 {
    margin-bottom: 1.25rem;
  }
  .contact-body p {
    margin-bottom: 1rem;
  }
  .search-button {
    font-size: 1rem;
  }
  .as-seen-in-logo {
    max-height: 45px;
  }
  #profile-body h2, #profile-intro h1 {
    font-size: 1.25rem;
  }
  #profile-body p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .content-block h1, .content-block h2 {
    font-size: 1.5rem;
  }
  .content-block h3 {
    font-family: 'Gotham', sans-serif;
    margin-bottom: 3rem;
  }
  .news-links li {
    font-size: 1.15rem;
  }
  .attorney-container img.icon-image {
    max-width: 80px;
  }
  #attorneys-and-awards h2 {
    font-size: 1.5rem;
  }
  .slick-prev-arrow {
    border-top: 20px solid transparent;
    border-right: 15px solid #e9e9ea;
    border-bottom: 20px solid transparent;
    border-left: 0;
  }
  .slick-next-arrow {
    border-top: 20px solid transparent;
    border-right: 0;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #e9e9ea;
  }
  #gform_submit_button_1, input#gform_submit_button_3 {
    max-width: 200px;
    padding: 2px !important;
    border-radius: 5px;
  }
  .other-practice-area-list {
    columns: 1;
  }
}

/*desktop 1025+*/

@media only screen and (min-width: 1025px) {
  .no-desktop {
    display: none;
  }
	header#masthead.sticky .pointing-portrait, header#masthead.sticky .row.header-slogan {
   	 display: none;
	} 
}

@media (max-width: 480px) {
  .col-xl-10.offset-xl-2.contact-body {
    padding: 0;
  }
  .px-5 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .contact-links-wrapper a {
    display: block;
  }
}

/* Navigation - moved from styles.css
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Main Navigation  -------------------- */

.mainNav ul li a {
  color: #000;
  margin: 0px 10px;
  font-family: 'Gotham Book', sans-serif;
}

.mainNav .sub-menu li {
  padding: 0!important;
  font-size: 0.9rem;
}

.menu-item-has-children:after {
  content: '';
  background: url("/wp-content/themes/farrin/images/caret-down-solid.svg") center no-repeat;
  width: 10px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 3px;
}

ul.sub-menu {
  display: none;
}

.menu-item-has-children:hover>ul.sub-menu {
  display: block;
}

/* Mobile Navigation  -------------------- */

@media only screen and (max-width: 976px) {
  .mainNav ul li a {
    display: inline!important;
    padding: 5px;
  }
  #menu-primary li {
    margin-bottom: 5px;
  }
  #menu-primary>li {
    margin-bottom: 10px;
  }
  #menu-primary>li>a {
    font-family: 'Gotham Bold', sans-serif;
    font-size: 1.4rem;
  }
  .sub-menu {
    padding-top: 5px;
  }
  .sub-menu>li>a {
    font-size: 1.2rem;
  }
  .sub-menu .sub-menu>li>a:before {
    content: "- ";
  }
}

/* Desktop Main Navigation  -------------------- */

@media only screen and (min-width: 977px) {
  header .border-bottom-gold {
    margin-top: 10px!important;
  }
  .mainNav ul li:last-child a {
    color: #800021;
  }
  .nav-subhead {
    right: 15rem;
    font-family: 'Gotham Book', sans-serif;
  }
  .subhead-lg {
    font-size: 1.75rem;
    font-family: 'Gotham Bold';
  }
  .pointing-portrait {
    right: 40px;
    bottom: 0;
    height: 180px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .current_page_parent {
    background: #B6985A;
  }
  .menu-item-has-children:hover {
    background: #B6985A;
    z-index: 101;
  }
  ul.sub-menu {
    position: absolute;
    padding: 0;
    list-style-type: none;
    background: #fff;
    border-top: 4px solid #BC9B55;
    z-index: 100;
    text-align: left;
    left: 0;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  }
  ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
    left: 270px;
    border: 0;
    top: -9px;
  }
  ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
    top: -8px;
  }
  .sub-menu li {
    border-bottom: 1px solid #ececec;
    width: 270px;
    padding: 10px;
    height: 30px;
    display: flex;
    align-items: center;
  }
  .sub-menu li a {
    display: block;
    vertical-align: middle;
  }
  .sub-menu li:hover {
    background-color: #ececec;
  }
  .sub-menu li:last-child a {
    color: #000 !important;
    font-family: "Gotham Book", sans-serif !important;
  }
  .sub-menu .text-uppercase {
    text-transform: capitalize!important;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
}

/* Custom CTAs */

.cta-bar-dark {
  border-width: 0px 0px 0px 15px;
  border-style: solid;
  border-color: #b6985a;
  background-color: #222e3e;
  color: white;
  padding: 4%;
  text-align: center;
}

.cta-bar-light {
  border-width: 3px;
  border-style: solid;
  border-color: #b6985a;
  background-color: #ffffff;
  padding: 4%;
  text-align: center;
}

.cta-bar-dark a, .cta-bar-light a {
  color:#b6985a;
}

.practice-areas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 32px 0;
}
  .practice-areas .pa-entry {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    padding: 0 16px 24px 16px;
    text-align: center;
  }
  .practice-areas img {display: block; max-width: 140px; height: auto !important; margin: 0 auto 12px auto; border: 3px solid #f5f5f5;}

@media (max-width: 800px) {
 .practice-areas .pa-entry {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 0 24px 0;
  }
}


