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

.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: #800021;
  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: #fff !important;
}

.alert-box-close {
  right: 10px;
  top: -3px;
  color: #fff;
  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;
  min-height: 470px;
}
.home .hero-content {
  min-height: unset;
}
.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: 1rem;
  font-size: 1.3rem;
}

.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;
}
@media (max-width:991px){
  #location-accordion #-mobile-card{
    display:none !important;
  }
  #location-accordion .heading-light{
    margin-block:10px !important;
  }
  .page-id-2105 #intro{
    padding-top:10px !important;
  }
  .breadcrumbs{
    margin-block:10px 10px !important;
  }
  #table-of-contents{
    margin-block:10px !important;
  }
  #table-of-contents > h2{
    margin-bottom:0px !important;
  }
  #table-of-contents > .row > div > ol{
    margin-top:20px !important;
  }
  #contact-section form #gform_submit_button_1{
    width:100% !important;

    max-width:unset !important;
  }
} 
  .page-id-2105 main {
      padding-bottom: 0px !important;
  }
/*.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, form#search-filter-form-20896 {
  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;
}
.location-card .location-contact-info{
  min-height:150px;
}

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

#reviews-section .review-image{
  min-width: 300px;
  width: 100%;
  height: 300px;
  display: block;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
/*
.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:before{
  z-index:99;
  left:calc(6.5% + 25px);
}
.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;
}
@media (max-width:1154px){
        
  .review-image-hero::before{
      display:none;
  }
  .phone-block::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;
  }
}
/* 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, form#search-filter-form-20896 ul ul li {
  color: #800021;
  float: left;
  min-width: 340px;
  padding: 5px 10px;
}
form#search-filter-form-20896 li.sf-field-reset {position: static;}

form#search-filter-form-5111 ul ul li label, form#search-filter-form-7214 ul ul li label, form#search-filter-form-20896 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, form#search-filter-form-20896 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, form#search-filter-form-20896 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], form#search-filter-form-20896 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 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%;
  }
  .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 a .text-white {
    color: #6b6b6b !important;
  }
  .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: 1.5rem;
  }
  .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 .mr-4 {
   	 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;
  z-index: 20;
}

.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 8px;
  font-family: 'Gotham Book', sans-serif;
}
.logged-in .mainNav ul li a {padding: 0 0 12px 0;}
.logged-in .mainNav ul li ul a {padding: 0;}
.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: 2px;
  top: 3px;
}

ul.sub-menu {
  display: none;
}

.menu-item-has-children:hover>ul.sub-menu {
  display: block;
}
.logged-in .menu-item-has-children:hover>ul.sub-menu {top: calc(100% - 7px);}

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


/* Table of contents */

#ez-toc-container{
  border:	4px solid #B69855 !important;
  padding: 1.5rem;
}
.ez-toc-title-container{
  text-align:center;
  margin-bottom: 1.5rem!important;
    margin-top: 1.5rem!important;
}
div#ez-toc-container p.ez-toc-title{
  font-family: 'Gotham', sans-serif;
  font-size: 1.5rem;
  color: #000;
}
.ez-toc-link{
  color: #800021;
  text-decoration: underline;
  margin-bottom: 1.5rem!important;
}
.ez-toc-counter nav ul li a::before{
  color: #000;
}

/*header part css */
@media (min-width: 1226px) and (max-width: 1540px) {
  .mainNav {padding-right: 48px;}
}
.custom-wp-pagination {font-size: 18px;}
.page-template-template-about-us td img {max-width: 124px; float: none !important; margin: 0 0 8px 0 !important;}
.page-template-template-about-us td em {display: block; font-size: 18px; margin: 0 0 12px 0;}

.gform_wrapper.quiz-form-to-hide_wrapper {display: none !important;}
.case-quiz-wrapper .cq-content .question, .case-quiz-wrapper .cq-content .answer, .case-quiz-wrapper .cq-content .results, .case-quiz-wrapper {display: none; pointer-events: none;}
.case-quiz-wrapper .cq-content .visible, .case-quiz-wrapper.visible {display: block; pointer-events: auto;}
.case-quiz-wrapper .cq-content .al {
  display: inline-block;
  vertical-align: top;
  padding: 8px 24px;
  text-decoration: none !important;
  border: 1px solid #800021;
  margin: 0 12px 12px 0;
}
.case-quiz-wrapper .cq-content .al.selected {border-color: #B69855; background-color: #B69855; color: #000;}
.case-quiz-wrapper .cq-content .next-q {
  display: inline-block;
  vertical-align: top;
  padding: 8px 24px;
  text-decoration: none !important;
  border: 1px solid #B69855;
  margin: 0 12px 12px 0;
  background-color: #B69855; 
  color: #000;
}
.case-quiz-wrapper .cq-content input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.container-fluid.pt-lg-5.content-block+.container-fluid.pt-lg-5.content-block #table-of-contents {margin: -64px 0 16px 0 !important;}
.camp-lejune-form .gform_footer {text-align: center;}
.camp-lejune-form .gform_footer input[type=submit] {
  max-width: 250px !important;
  width: 50% !important;
  font-size: 1.25rem !important;
  display: inline-block !important;
  color: #000;
  background-color: #B6985A;
  border: #B6985A;
  font-family: 'Gotham Book', sans-serif;
  border-radius: 6px;
  text-align: center;
  padding: 0.375rem 0.75rem !important;
  margin: 0 0 24px 0 !important;
}
.inline-reference {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  transform: translateY(-2px);
  cursor: pointer;
  position: relative;
}
  .inline-reference .ir-icon {
    display: inline-block;
    vertical-align: top;
    color: #525252;
    font-size: 14px;
    position: relative;
    padding-left: 24px;
  }
  .inline-reference .ir-icon:before {
    display: block;
    content: "💡";
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 0;
  }
  .inline-reference.definition .ir-icon {padding-left: 0; border-bottom: 1px dotted;}
    .inline-reference.definition .ir-icon:before {display: none;}
  
  .inline-reference .ir-copy {
    display: block;
    width: 180px;
    position: absolute;
    left: -24px;
    top: 100%;
    background-color: #131a22;
    color: #fff;
    padding: 12px;
    visibility: hidden;
    pointer-events: none;
    font-size: 13px;
    line-height: 20px;
  }
  .inline-reference .ir-copy:before {
    display: block;
    content: "";
     width: 0px;
     height: 0px;
     border-style: solid;
     border-width: 0 6px 8px 6px;
     border-color: transparent transparent #131A22 transparent;
    position: absolute;
    left: 27px;
    top: -8px;
  }
  .inline-reference .ir-copy a {color: #bc9b55 !important;}
    .inline-reference .ir-copy a:hover {color: #fff !important; text-decoration: underline;}
  .inline-reference.active .ir-copy, .inline-reference:hover > .ir-copy {visibility: visible; pointer-events: auto;}
.ir-copy {
  background-color: #131a22;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  font-size: 14px;
  max-width: 180px;
}
header#masthead {position: relative;}
header#masthead.sticky {position: fixed;top: 0;left: 0;right: 0;background: #fff;z-index: 100;}
.liveChatFloatingButton {display: none;}
.main-navigation li {
  position: relative;
  list-style: none;
}
ul#menu-primary {padding: 0;}
ul#menu-primary > li {text-transform: uppercase; padding: 0 14px 0 5px;}
.sub-menu li {text-transform: capitalize;}
#alert-box p {line-height: 1rem;padding-right: 50px;}
@media (min-width: 1040px) and (max-width: 1464px) {
  .mainNav ul li a {font-size: 14px;}
  .mainNav ul li ul a {margin: 0 10px !important;}
  .custom-logo-link {max-width: 300px !important;}
}
/*mobile*/
@media (max-width:991px) {
  .bottom-bar {padding: 5px 0;}
  .pointing-portrait, .logo-slogan, .header-slogan .mr-4 {display: none !important;}
  .dropdown-content {display: none;}
  .dropdown-content.show {
    display: block;
    position: absolute;
    position: absolute;
    top: 40px !important;
    z-index: 99100;
    background: #fff;
    left: 0;
    right: 0;
    top: 20px;
    padding: 40px 20px 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  }
  #masthead .mobile-only button{
    outline:0px;
  }
  .container-fluid.pt-lg-5.content-block+.container-fluid.pt-lg-5.content-block #table-of-contents {margin: 0 16px 32px 16px !important;}
}
/*ipad pro*/
@media only screen and (min-width:992px) and (max-width:1065px) {
  ul#menu-primary > li {font-size: 0.9rem;}
}
/*Small Desktop*/
@media only screen and (min-width:1066px) and (max-width:1225px) {
  ul#menu-primary > li {font-size: 1rem;}
}
/*Desktop*/
@media only screen and (min-width:992px) {
  /*header#masthead {max-height: 225px!important;}*/
  ul#menu-primary, .header-slogan {display: -ms-flexbox;display: flex;}
  ul#menu-primary > li {padding: 0 14px 0 5px;}
  .mobile-only {display: none;}
  .bottom-bar:after {
    background: #BC9B55;
    position: absolute;
    left: 0;
    width: 100vw;
    height: 4px;
    bottom: 53px;
    content: " ";
  }
  .logo-block img {padding-top: 1rem;}
  .pointing-portrait {position: absolute;}
}
/*Large Desktop*/
@media only screen and (min-width:1226px) {
  .bottom-bar {width: 85%;justify-content: space-between;}
  .sticky .bottom-bar {width: 100%;}
}
/*X-Large Desktop*/
@media only screen and (min-width:1476px) {
  .bottom-bar:after {bottom: 55px;}
}
@media (max-width: 992px) {
  .menu-item-has-children > ul.sub-menu, .menu-item-has-children:hover>ul.sub-menu {display: none !important;}
  .menu-item-has-children>ul.sub-menu.opened {display: block !important;}
  .sub-menu li {width: 90% !important;}
}

h3 {
  font-family: 'Gotham Bold', sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}


/*footer part css*/
/* #ei-modal, #link-modal {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: -1;
	display: none;
	pointer-events: none;
}
	#ei-modal .ei-inner {
		position: relative;
		max-width: 640px;
		margin: 0 auto;
		background-color: #fff;
		padding: 56px 0;
		text-align: center;
		top: 12vw;
	}
	#link-modal .lm-inner {
		position: relative;
		max-width: 640px;
		margin: 0 auto;
		background-color: #fff;
		padding: 48px;
		text-align: center;
		top: 12vw;
	}
	#ei-modal .ei-inner p:nth-of-type(1) {font-family: 'Gotham Bold', sans-serif; font-size: 24px; line-height: 32px; margin: 0 0 24px 0; padding: 0;}
	#link-modal .lm-inner p:nth-of-type(1) {font-family: 'Gotham Bold', sans-serif; font-size: 24px; line-height: 32px; margin: 0; padding: 0;}
	#ei-modal .ei-inner .ei-close, #link-modal .lm-close {
		display: inline-block;
		vertical-align: top;
		position: absolute;
		right: 16px;
		top: 8px;
	    color: #B69855;
	    font-size: 32px;
	}
	#ei-modal .ei-inner a, #link-modal a {text-decoration: none;}
	#ei-modal .ei-inner p a {
		display: inline-block;
		vertical-align: top;
		background-color: #800021;
		border: 1px solid #800021;
		color: #fff;
		padding: 8px 24px;
		border-radius: 8px;
		font-weight: 700;
	}
	#ei-modal .ei-inner p a:hover {color: #800021; background-color: transparent;} */
  #whwyc-modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
    display: none;
    pointer-events: none;
  }
  #whwyc-modal.active, #link-modal.active {
    z-index: 99999;
    display: block;
    pointer-events: auto;
  }
  #whwyc-modal .wm-inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 8vw;
  }
  #whwyc-modal .wm-inner .wmi-close {
    display: inline-block;
      vertical-align: top;
      background-color: #bf1620;
      width: 48px;
      height: 48px;
      color: #fff;
      text-decoration: none;
      line-height: 48px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      right: -24px;
      top: 9vw;
      font-size: 32px;
  }
  #whwyc-modal .wm-inner iframe {
    display: block;
    width: 100%;
    height: 480x;
    margin: 0 auto;
  }
  .wmi-show-video a {
    text-transform: none !important;
    padding-right: 32px;
    background: url(<?php bloginfo("template_url"); ?>/images/play-button-red-square.svg) no-repeat right center scroll;
    background-size: 24px;
    flex-basis: 74%;
  }
  #menu-primary .hide-submenu .sub-menu {display: none !important; pointer-events: none;}
  .logged-in #menu-primary .hide-submenu .sub-menu {pointer-events: auto;}
  .logged-in #menu-primary .hide-submenu:hover > .sub-menu {display: block !important;}
  #menu-primary .hide-submenu.menu-item-has-children:after {display: none;}
  
  .youtube-embed.shortcode-item.active-video {cursor: default;}
    .youtube-embed.shortcode-item.active-video:before {display: none;}
    .youtube-embed.shortcode-item.active-video iframe {
      display: block;
      width: 100%;
      height: 324px;
      margin: 0 auto;
    }
  
    .vimeo-embed.shortcode-item.active-video {cursor: default;}
    .vimeo-embed.shortcode-item.active-video:before {display: none;}
    .vimeo-embed.shortcode-item.active-video iframe {
      display: block;
      width: 100%;
      height: 324px;
      margin: 0 auto;
    }
    @media (max-width: 600px){
      .vimeo-embed.shortcode-item,
      .vimeo-embed.shortcode-item img,
      .vimeo-embed.shortcode-item iframe {
        max-height: 900px;
      }
      .vimeo-embed.shortcode-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }
    @media (max-width: 500px){
      .vimeo-embed.shortcode-item,
      .vimeo-embed.shortcode-item img,
      .vimeo-embed.shortcode-item iframe {
  
        max-height: 800px;
      }
    }
    @media (max-width: 400px){
      .vimeo-embed.shortcode-item,
      .vimeo-embed.shortcode-item img,
      .vimeo-embed.shortcode-item iframe {
  
        max-height: 600px;
      }
    }
    @media (max-width: 350px){
      .vimeo-embed.shortcode-item,
      .vimeo-embed.shortcode-item img,
      .vimeo-embed.shortcode-item iframe {
  
        max-height: 550px;
      }
    }
  
  .case-quiz-wrapper {margin: 0 0 24px 0; padding: 16px 0; border-bottom: 1px solid #bebebe; border-top: 1px solid #bebebe;}
    .case-quiz-wrapper h2 {text-align: center;}
    .case-quiz-wrapper h4 {margin: 0 0 16px 0; padding: 0;}
    
    .case-quiz-wrapper .question a {
      display: inline-block; 
      vertical-align: top; 
      text-decoration: none;
      margin: 0 24px 0 0;
      background-color: #800021;
      border: 1px solid #800021;
      color: #fff;
      padding: 8px 24px;
    }
    .case-quiz-wrapper .question a:hover {color: #800021; background-color: transparent;}
    .case-quiz-wrapper .answer, .case-quiz-wrapper .question {display: none;}
    .case-quiz-wrapper .answer.visible, .case-quiz-wrapper .question.visible {display: block;}

    /*content-hero.php*/
    
    .review-image-hero:before {
      content: '<?php echo esc_html($custom_disclaimer_text); ?>';
  }
  section.content-hero-block .content-hero-container{
      display:grid;
      grid-template-columns:1fr 1fr;
      align-items: center;
      position: relative;
  }
  section.content-hero-block .content-hero-container .content-hero-left{
      background:#00000075;
      padding-left: 16%;
      min-height:500px;
      display:flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 40px;
  }
  section.content-hero-block .content-hero-container .content-hero-right{
      display:flex;
      
  }
  section.content-hero-block .content-hero-container .content-hero-disclaimer{
      position:absolute;
      bottom:0px;
      right:0px;
      color: #fff;
      text-align: right;
      font-size: 1rem;
      left: 0;
      right: 10px;
      font-weight: normal;
      opacity: .5;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3), 1px 1px 1px black;
      font-family: 'Gotham', sans-serif;
  }
  section.content-hero-block .content-hero-container .content-hero-disclaimer:hover{
      opacity: 1;
  }
  section.content-hero-block .content-hero-container .content-hero-left,
  section.content-hero-block .content-hero-container .content-hero-left h2,
  section.content-hero-block .content-hero-container .content-hero-left h1{
      color:#fff;
  }
  .phone-block::before{
      display:none !important;
  }
      section.content-hero-block .btn-gold{

        text-decoration: none;
      }


  @media (max-width:768px){
      section.content-hero-block .content-hero-container{
        grid-template-columns: 1fr;
        background-repeat: no-repeat;
        background-position: center;
      }

      section.content-hero-block .content-hero-container .content-hero-left{
        padding-left:30px;
        padding-right:30px;
        min-height: 300px;
        padding-block:30px;
      }

  }
  @media (max-width:768px){
      .content-hero-disclaimer {
          /* margin-top: 320px; */
          position: absolute !important;
          margin-bottom: -50px;
          vertical-align: middle;
          top: 13px !important;
          color: #000 !important;
          text-shadow: unset !important;
      }
      
      .content-hero-right {
          position: relative;
      }
  }
  /* moved custom css */
  .home.logged-in .hero-content-holder .btn-gold {background-color: #bf1620; border-color: #bf1620 ; color: #fff;}

.cta-bar-dark h3 {color: #fff;}

.main-navigation ul ul a {
    width: 300px;
}
.sub-menu li {
    width: 300px;
}

@media (max-width: 580px) {
	.hero-bg {min-height: 240px;}
}
.attorney-info a {
    color: #B6985A!important;
	 text-decoration: none;
}
.attorney-info a:hover {
    color: #BA9954!important;
	 text-decoration: underline;
}

.hero-content h1 {
    font-size: 2rem !important;
}

#attorneys-and-awards .logos-row img {
	mix-blend-mode:multiply;
	max-height: 72px;
  max-width: 80%;
}


.hero-trust-images {
	display:flex !important;
	justify-content:space-between
}
.hero-trust-images img {
    max-width: 28% !important;
	margin:0.25em 0 !important;
}

.hero-disclaimer-mobile p {
	text-align:center !important;
}

main a.button {
    -webkit-transition: -webkit-box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
    transition: box-shadow 0.1s;
    transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
    font-weight: 700;
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    margin: 0.5rem 10px 0.5rem 0;
    position: relative;
    border: 2px solid none;
    background: #B69855;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 10px;
    min-width: 140px;
}

.accent-color {
	color:#B69855;
}
.youtube-embed {
	position:relative;
}

.youtube-embed:before {
    content: " ";
    background: url(/wp-content/themes/farrin/images/play-btn.png) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.vimeo-embed {
	position:relative;
}

.vimeo-embed:before {
    content: " ";
    background: url(/wp-content/themes/farrin/images/play-btn.png) center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.link-box {
    max-width: 800px;
    margin: 10px auto;
    border-radius: 8px;
    border: 2px solid #C3C7C9;
    background: #F1F3F3;
    padding: 3%;
    text-align: center;
}

#breadcrumbs{
    margin: 30px auto;
}

.page-numbers{
    padding: 3px 8px;
    border-radius: 5px;
	text-decoration: none;
}

.page-numbers.current{
	background: #800021;
	color: #fff;
}


.header-and-icon-style {
    display:flex;
    flex-direction: column;
    gap:30px;
}
.header-and-icon-style > div > p{
    display:none;
}
.header-and-icon-style > div{
    display:grid;
    grid-template-columns:90px 1fr;
}
.header-and-icon-style > div > div > p{
    padding-top:10px !important;
}

@media (max-width: 1154px) {
    .phone-block {
        display: block !important;
				position: relative;
    }
}


.callnow-desktop{
  /* background: #000; */
  display:flex;
  display:none;
  justify-content: flex-end;
}
@media (max-width:991px){
  .callnow-desktop{
    display:flex;

  }
  
}

.callnow-desktop a{
  border:2px solid #bc9b55;
  color:#000000 !important;
  border-radius:10px;
  padding:5px 20px 5px 38px;
  background: url(/wp-content/themes/farrin/images/phone-gold.svg) no-repeat;
  background-size:20px;
  background-position:10px 10px;
}
.callnow-desktop a:hover{
  text-decoration:none;
  color:#FFF !important;
  background: #bc9b55 url(/wp-content/themes/farrin/images/phone-white.svg) no-repeat;
  background-size:20px;
  background-position:10px 10px;
}


@media (max-width:1300px){
  ul#menu-primary {
      zoom:0.9;
  }  
}

@media (max-width:1200px){
  ul#menu-primary {
      zoom:0.8;
  }  
}
@media (max-width:1155px){
  ul#menu-primary {
      zoom:1;
  }  
}
@media (max-width:1070px){
  ul#menu-primary {
      zoom:0.9;
  }  
}

@media (max-width:1154px) {

  .pointing-portrait, .logo-slogan {
    display: block !important;
    position:absolute;
  }
  .bottom-bar:after {bottom: 27px;}
  .pointing-portrait{
    display:none !important;
  }
  .nav-subhead{
    padding-right: 0px !important;
    position:relative;
    right:0px;
  }
  .header-slogan{
    display:flex;
  }
}
@media (max-width:991px){
	
	.content-block ul li {
        margin-bottom: 1.5rem !important;
	}
  .logo-slogan{
    display:none !important;
  }
  .mobile-only{
    z-index:9;
  }
  .header-slogan{
    position:absolute !important;
    top:33px !important;
    right:40px;
  }
  .content-hero-container {
    margin-top: 0px !important;
    
  }
  header#masthead{
    /* overflow:hidden !important; */
  }
  .callnow-desktop a{
    border:1px solid #bc9b55;
    border-radius:8px;
    padding:2px 10px 2px 28px;
    font-size:12px;
    background-size:15px;
    background-position:6px 6px;
  }
  .callnow-desktop a:hover{
    background-size:15px;
    background-position:6px 6px;
  }
}


header#masthead > div:first-child > div:first-child{
  padding: 5px !important;!i;!;
}

ckground-position: 6px 6px;
  }
}


header#masthead>div:first-child>div:first-child {
  padding: 5px !important;
  !i;
  !;
}