/*
Theme Name: Berg Hill custom theme
Theme URI: https://bhgrlaw.com
Description: Custom theme for Berg Hill Greenleaf Ruscitti
Author: Herrmann Advertising | Branding | Technology
Developer: Herrmann Advertising | Branding | Technology
Version: 1.9 021826
Requires at least: 6.0
Tested up to: 6.5.4
Requires PHP: 8.0
Text Domain: bhgr
Lvl AA
*/
/* ----------------------------------------------
THEME STYLES 
------------------------------------------------- */
body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #262626;
  background-color: #FFF;
  font-size: 16px;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
a, a:visited {
  color: #DC1E34;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.1s ease-in-out 0s;
}
a:hover, a:focus {
  color: #C61B2E;
  text-decoration-style: solid;
}
a:focus, a:focus-visible {
  outine: 2px solid #454a7e;
  outline-offset: 3px;
}
/* telephone links  */
a[href^="tel:"], a[href^="tel:"]:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: none;
}
a[href^="tel:"]:hover {
  color: inherit;
  font-weight: inherit;
  border: none;
}
img {
  max-width: 100%;
  height: auto
}
img.fullwidth {
  width: 100%;
  height: auto
}
figure {
  padding: 0px;
  margin: 0px
}
.overflow {
  overflow: hidden;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
a#skiptocontent {
  padding: 6px;
  position: absolute;
  top: -60px;
  left: 0px;
  color: #FFF;
  background: #028FB4;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100
}
a#skiptocontent:focus {
  position: absolute;
  left: 0px;
  top: 0;
  color: #FFF;
  background: #028FB4;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  margin-bottom: 200px;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.error-message {
  color: #cc0000;
  font-weight: bold;
}
a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
  scroll-behavior: smooth;
}
.no-brk {
  display: inline;
  white-space: nowrap;
}
sub, sup {
  font-size: 75%;
}
@media only screen and (min-width: 1600px) {
  sub, sup {
    font-size: 50%;
  }
  sup {
    top: -.75em;
  }
}
/* =========== CONTAINERS ================= */
.container {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 87.5%;
    max-width: 87.5%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
.border-btm {
  height: 20px;
  width: 110%;
  margin-left: -5%;
  \border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d7d7d7;
  box-shadow: rgba(0, 0, 0, .38) 0px 12px 12px -12px;
}
/* container padding */
.content-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-pad-top {
  padding-top: 30px;
}
.content-pad-btm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .content-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .content-pad-top {
    padding-top: 45px;
  }
  .content-pad-btm {
    padding-bottom: 45px;
  }
}
.lg-gutters {
  margin-right: -24px;
  margin-left: -24px;
}
.lg-gutters > [class*='col-'] {
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 992px) {
  .xl-gutters {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xl-gutters > [class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}
.card-img-overlay {
  padding: 0;
  border-radius: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.card-img, .card-img-bottom, .card-img-top {
  border-radius: 0;
}
.img-border {
  background-color: #FFF;
  border: 3px solid #FFF;
}
.img-border:hover {
  border: 3px solid #FFF;
}
@media only screen and (min-width: 992px) {
  .twocol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .entry-content div.twocol {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  ul.twocol li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
@media only screen and (min-width: 1200px) {
  ul.twocol {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
}
/* =========== buttons and colors ================= */
button {
  background-color: transparent;
  border: none;
}
.btn {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .025rem;
  text-align: center;
  text-transform: none;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-width: 2px;
  border-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px;
  padding-right: 20px;
  padding-left: 20px;
}
a.btn, .content a.btn:link, .content a.btn:visited, .content a.btn:hover, .content a.btn:focus {
  text-decoration: none;
}
.btn-small {
  padding: 9px;
  padding-right: 16px;
  padding-left: 16px;
}
a.btn-red {
  color: #FFF;
  background-color: #DC1E34;
}
a.btn-red:hover, a.btn-red:focus {
  color: #FFF;
  background-color: #C61B2E;
}
/* colors and backgrounds */
.bg-pink {
  background-color: #FCF;
}
.bg-gray {
  background-color: #837D79;
}



hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #b7b0ac;
  margin: 1em 0;
  padding: 0;
  margin-bottom: 20px;
}
/* =============================================== */
/* ====================== home ================= */
/* =============================================== */
.home-hero .card-img {
  border-radius: 0;
  min-height: 600px;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) {
  .home-hero .card-img {
    height: 105vh;
  }
}
@media only screen and (min-width: 1500px) {
  .home-hero .card-img {
    height: auto;
  }
}
.home-hero .card-img-overlay {
  color: #FFF;
  padding-bottom: 2%;
}
@media only screen and (min-width: 768px) {
  .home-hero .card-img-overlay .container {
    width: 66%;
    max-width: 66%;
  }
}
.home-hero .card-img-overlay h1 {
  font-size: 12.5vw;
  line-height: 1;
  color: #FFF;
}
@media only screen and (min-width: 480px) {
  .home-hero .card-img-overlay h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .home-hero .card-img-overlay h1 {
    font-size: 9.028vw;
  }
}
@media only screen and (min-width: 1400px) {
  .home-hero .card-img-overlay h1 {
    font-size: 130px;
  }
}
.home-hero .card-img-overlay p {
  font-weight: 500;
}
.home main h2 {
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .home main h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .home main h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  .home main h2 {
    font-size: 60px;
  }
}
/* banner block */
.banner-block {
  color: #FFF;
  background-color: #DC1E34;
  padding: 28px;
  margin-top: -77px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .banner-block {
    height: 230px;
    padding: 50px;
    margin-top: -110px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner-block {
    height: 270px;
    padding: 50px;
    margin-top: -135px;
    margin-bottom: 100px;
  }
}
.banner-block h2 {
  color: #FFF;
}
.banner-block p {
  font-weight: 500;
}
/* =============================================== */
/* ====================== interior ================= */
/* =============================================== */
.pagebanner {
  position: relative;
}
.pagebanner .banner-img-overlay {
  color: #FFF;
  background-color: #DC1E34;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 7.5%;
  margin-right: 7.5%;
  margin-top: -77px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .pagebanner .banner-img-overlay .container {
    width: 95%;
    max-width: 95%;
  }
}
.pagebanner .banner-img-overlay h1 {
  color: #FFF;
}
.pagebanner .banner-img-overlay p {
  margin: 0;
  font-weight: 500;
}
.pagebanner .banner-img-overlay p.title {
  margin-bottom: 16px;
  font-weight: 700;
}
.pagebanner .banner-img-overlay p a {
  color: inherit;
}
.pagebanner .banner-img-overlay p a:hover, .pagebanner .banner-img-overlay p a:focus {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .pagebanner .banner-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    color: #232323;
    background-color: transparent;
    padding-bottom: 12%;
  }
  .pagebanner-short .banner-img-overlay {
    align-items: flex-end;
    padding-bottom: 4%;
  }
  .pagebanner .banner-img-overlay h1 {
    color: #232323;
  }
  .pagebanner.text-white .banner-img-overlay h1 {
    color: #FFF;
  }
  .pagebanner .banner-img-overlay p {
    margin: 0;
  }
  .pagebanner .banner-img-overlay p.title {
    margin-bottom: 16px;
    font-weight: 700;
  }
  .pagebanner .banner-img-overlay p a {
    color: inherit;
  }
  .pagebanner .banner-img-overlay p a:hover, .pagebanner .banner-img-overlay p a:focus {
    color: #DC1E34;
  }
}
.pagebanner .image-wrap {
  position: relative;
}
.pagebanner .card-img {
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .pagebanner .card-img {
    min-height: 369px;
  }
  .pagebanner.bio .card-img {
    min-height: 400px;
  }
}
.pagebanner .biophoto {
  position: absolute;
  max-height: 85%;
  width: auto;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .pagebanner .biophoto {
    position: absolute;
    left: 55%;
    transform: none;
    max-height: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .pagebanner .biophoto {
    left: 50%;
  }
}
@media only screen and (min-width: 1900px) {
  .pagebanner .biophoto {
    max-height: none;
    max-width: 760px;
  }
}
/* intro block */
.intro-block {
  font-weight: 700;
  margin-bottom: 20px;
}
.intro-block p {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .intro-block {
    color: #FFF;
    background-color: #DC1E34;
    padding: 28px;
    margin-top: -77px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .intro-block h2 {
    color: #FFF;
    margin-top: 0;
  }
  .intro-block p {
    color: #FFF;
    background-color: #DC1E34;
  }
}
@media only screen and (min-width: 1200px) {
  .intro-block {
    padding: 38px;
  }
  .intro-block p {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .intro-block {
    padding: 48px;
  }
  .intro-block p {
    font-size: 32px;
  }
}
/* page tools */
.pagetools {
  margin-top: 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .pagetools {
  
  }
  .sidebar .pagetools {
	   margin-top: 0;
    margin-left: 27px;
	  margin-bottom: 30px;
  }
}
.pagetools ul {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagetools .icon {
  margin-left: 0;
  margin-right: 10px;
}
/* icon links */
.tool-icon {
  display: inline-block;
  overflow: hidden;
  width: 38px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  position: relative;
  -js-display: flex;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .tool-icon {
    width: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .tool-icon {
    width: 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .tool-icon {
    width: 42px;
  }
}
.tool-icon:link, .tool-icon:visited {
  background-color: #FFF;
}
.tool-icon:hover, .tool-icon:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  .tool-icon:link, .tool-icon:visited {
    background-color: #DC1E34;
  }
  .tool-icon:hover, .tool-icon:focus {
    background-color: #C61B2E;
  }
}
/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
  display: none;
}
.readmore {
  font-size: 18px;
  letter-spacing: .025rem;
  font-weight: 700;
  margin-top: 20px;
}
.readmore-btn {
  font-size: 18px;
  color: #DC1E34;
  font-weight: 700;
  padding-left: 0;
}
.readmore-btn:hover, .readmore-btn:focus {
  color: #C61B2E;
}
.readmore-btn img {
  width: 10px;
  height: auto;
}
.owl-carousel .readmore-btn img {
  width: 10px;
  height: auto;
}
.owl-carousel .owl-item .readmore img {
  display: inline;
  width: 10px;
  height: auto;
}
/* related practices */
.related {
  padding-top: 20px;
  margin-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #837D79;
}
@media only screen and (min-width: 992px) {
  .related {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.related.no-rule {
  border: none;
}
.related:first-of-type {
  border: none;
}
.related h2, .content .related h2 {
  margin-top: 0;
}
.practice-card {
  margin-bottom: 30px;
  overflow: hidden;
	background-color: #837D79
}
.practice-card .card-img-overlay {
  align-items: flex-end;
  padding: 9%;
  padding-bottom: 7%;
}
@media only screen and (min-width: 768px) {
  .practice-card .card-img-overlay {
    padding: 12%;
    padding-bottom: 7%;
  }
}
@media only screen and (min-width: 1200px) {
  .practice-card .card-img-overlay {
    padding: 14%;
    padding-bottom: 7%;
  }
}
.practice-card h3 {
  color: #FFF;
}
.practice-card .bg-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.practice-card .bg-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.practice-card:hover .bg-holder {
  transform: scale(1.2);
}
/* related insights */
.insight-card p, .news-card p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .insight-card p, .news-card p {
    font-size: 18px;
  }
}
.insight-card h3 {
  margin-top: 10px;
}
/* -------- owl carousel theme styles -------- */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
/* owl arrows for sliders */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 41px;
  height: 41px;
  background-color: #DC1E34;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 800;
    top: 50%;
    bottom: auto;
    margin: 0;
    margin-top: -22px;
  }
  .owl-prev {
    left: -60px;
  }
  .owl-next {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 54px;
    height: 54px;
  }
}
main .owl-carousel .owl-nav .owl-prev {
  background-image: url(images/prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(images/prev-arrow.png);
  background-color: #C61B2E;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-prev.disabled {
  background-image: url(images/prev-arrow.png);
  background-color: #BFBBB9;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
main .owl-carousel .owl-nav .owl-next {
  background-image: url(images/next-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(images/next-arrow.png);
  background-color: #C61B2E;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-next.disabled {
  background-image: url(images/next-arrow.png);
  background-color: #BFBBB9;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
.owl-wrapper {
  position: relative;
  padding-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
}
@media only screen and (min-width: 768px) {
  .owl-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .owl-progess-bar, .owl-carousel-progress-bar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .owl-progess-bar {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 120px;
    bottom: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .owl-progess-bar {
    right: 150px;
  }
}
/* attorney thumbs */
.attorney-card .image-wrap {
  position: relative;
}
.attorney-card .biophoto {
  position: absolute;
  max-height: 97%;
  width: auto !important;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.attorney-card .card-body {
  padding: 0;
  padding-top: 15px;
}
.attorney-card h3 {
  font-family: "Playfair Display", serif;
  margin: 0;
  margin-bottom: 6px;
}
.attorney-card p {
  margin: 0;
}
.attorney-card a {
  text-decoration: none;
  color: #232323
}
.attorney-card p a {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.attorney-card a:hover {
  text-decoration: underline;
}
.attorney-card a[href^="tel:"], .attorney-card a[href^="tel:"]:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: none;
}
/* related news */
.news-card {
  color: #FFF;
  margin-bottom: 30px;
}
.news-card .image-wrap {
  position: relative;
}
.news-card .image-wrap .darker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: transform 0.7s ease-in-out;
}
.news-card:hover .image-wrap > .darker {
  background-color: rgba(0, 0, 0, .2);
}
.news-card .card-img-overlay {
  align-items: flex-end;
  padding: 4%;
}
.news-card h3 {
  font-family: "Playfair Display", serif;
  color: #FFF;
}
.news-card p {
  color: #FFF;
}
/* news carousel */
.owl-carousel .news-card h3 img {
  width: 10px;
  height: auto;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .news-carousel.owl-carousel .owl-stage-outer {
    width: 150%;
  }
}
/* callout */
.callout {
  margin-top: 60px;
  margin-bottom: 30px;
}
.callout .card-img {
  min-height: 220px;
  object-fit: cover
}
.callout .card-img-overlay {
  align-items: flex-start;
  padding-top: 4%;
}
.callout .eyebrow {
  font-size: 20px;
}
.callout .callout-block {
  color: #FFF;
  background-color: #DC1E34;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  margin-top: -25%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .callout .callout-block {
    margin-top: -15%;
  }
}
@media only screen and (min-width: 992px) {
  .callout .callout-block {
    padding: 3.5%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .callout .callout-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.callout .callout-block h2 {
  color: #FFF;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .callout .callout-block h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .callout .callout-block h2 {
    font-size: 4.286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .callout .callout-block h2 {
    font-size: 60px;
  }
}
.callout .callout-block p:last-of-type {
  margin: 0;
}
.callout .intro-block p {
  font-weight: 500;
}
/* spotlight */
.spotlight-card {
  position: relative;
  padding-bottom: 60px;
  background-color: #DC1E34;
}
@media only screen and (min-width: 768px) {
  .spotlight-card {
    padding-bottom: 0;
  }
}
.spotlight-card .image-wrap {
  position: relative;
}
.spotlight-card .image-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(images/spotlight-cover-sm.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .spotlight-card .image-wrap:before {
    background-image: url(images/spotlight-cover.png);
  }
  .spotlight-card .card-img {
    margin-left: auto;
    width: 52.222%;
  }
}
.spotlight-card .card-img-overlay {
  z-index: 2;
  color: #FFF;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .spotlight-card .card-img-overlay {
    position: relative;
    margin-top: -25%;
  }
}
.spotlight-card h2 {
  color: #FFF;
}
.spotlight-card h2 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .spotlight-card h2 span {
    display: inline;
  }
}
.spotlight-card a {
  color: #FFF;
}
/* ------------------------------*/
/* 		 Attorney Listing page		 */
/* ------------------------------*/
/* search form */
.search-form {
  padding-bottom: 10px;
}
.alphabet {
  font-size: 24px;
  font-weight: 700;
  clear: both;
  color: #000000;
  line-height: 180%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .alphabet {
    text-align: left;
  }
}
.alphabet a {
  border: none;
}
@media only screen and (max-width: 767px) {
  .alphabet a, .alphabet .unlinked {
    padding-right: 1rem;
  }
  .alphabet span.break-sm {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .alphabet {
    font-size: 16px;
    font-size: 1.714vw;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .alphabet {
    font-size: 28px;
  }
}
.alphabet a {
  color: #333333;
  display: inline-block;
}
.alphabet a.linked, .alphabet a.linked:visited {
  color: #DC1E34;
  text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus {
  color: #000000;
  text-decoration: none;
}
.alphabet .unlinked, .alphabet .unlinked:visited {
  color: #837D79;
  text-decoration: none;
}
/* search (and other) forms */
span.required {
  color: #C89730;
  font-weight: 600;
}
label span.required {
  font-size: 140%;
  vertical-align: middle;
  padding-left: 1px;
}
.searchform {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #000000;
}
.searchform label {
  display: block;
  width: 100%;
  color: #000000;
}
.searchform p {
  margin: 0;
  padding: 0;
}
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform textarea, .searchform select {
  width: 100%;
  height: 52px;
  color: #000000;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #837D79;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.searchform textarea {
  height: auto;
}
.searchform select {
  background-color: #FFF;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  background-image: url(../images/arrow-green-down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 22px 22px;
}
.searchform .btn-submit {
  color: #FFF;
  background-color: #DC1E34;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 52px;
  padding: 0;
  padding-left: 15px;
  margin: 0;
  text-align: left;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.searchform .btn-submit.center {
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #909288 solid 2px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.searchform input::-webkit-input-placeholder {
  color: #383838;
  font-weight: 500;
}
.searchform input:-moz-placeholder {
  color: #383838;
  font-weight: 500;
}
.searchform input::-moz-placeholder {
  color: #383838;
  font-weight: 500;
}
.searchform input:-ms-input-placeholder {
  color: #383838;
  font-weight: 500;
}
/* form and button font sizes */
.searchform, .searchform p, .searchform legend, .form-control {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .searchform, .searchform p, .searchform legend, .form-control {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .searchform, .searchform p, .searchform legend, .form-control {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .searchform, .searchform p, .searchform legend, .form-control {
    font-size: 21px;
  }
}
.searchform .btn-submit {
  font-size: inherit;
}
.searchform .btn-submit:hover, .searchform .btn-submit:focus {
  color: #FFF;
  text-decoration: underline;
  text-decoration-style: solid;
}
.search-form-wrapper .submit-wrapper {
  display: block;
  padding-top: 30px;
}
.search-form-wrapper .submit-wrapper a {
  font-weight: 700;
  color: #005978;
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.search-form-wrapper .submit-wrapper a:hover, .search-form-wrapper .submit-wrapper a:focus {
  color: #007D70;
}
.results-header {
  width: 100%;
  font-size: 18px;
  padding-top: 30px;
  margin-bottom: 6px;
}
/* -------- attorney listing --------- */
.attorney-listing {
  margin-top: 30px;
}
.attorney-listing .attorney-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .attorney-listing .border-gray-lg {
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #837D79;
  }
}
/* -------- pagination --------- */
.pagination {
  color: #000000;
  font-weight: 400;
  text-align: left;
  justify-content: flex-start;
  padding-top: 36px;
}
.content ul.pagination {
  margin-left: 0;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .content ul.pagination {
    font-size: 18px;
  }
}
.content ul.pagination li:before {
  display: none;
}
.content ul li.page-item {
  padding-left: 2px;
  padding-right: 2px;
}
.page-link, .content a.page-link {
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  padding: 0;
  padding: .25rem .5rem;
  border: none;
}
.page-link.dots {
  padding: .25rem;
}
a.page-link:hover, a.page-link:focus {
  color: #DC1E34;
  font-weight: 400;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}
.page-item.active .page-link {
  color: #DC1E34;
  font-weight: 700;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}
.page-item.disabled .page-link {
  color: #bfbfbf;
  border: none;
}
.pagination img.nextprev {
  width: 12px;
  height: auto;
  vertical-align: middle;
  padding-bottom: 3px;
  display: inline;
}
/* subnav mobile */
.subnav {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.content ul.subnav {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.content ul.subnav li {
  padding: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ADAAA7;
}
.content ul.subnav li:before {
  display: none;
}
.content ul.subnav li a {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content ul.subnav li a img.arrow {
  width: 12px;
  height: auto;
  margin-left: 8px;
  background-image: url(images/arrow-rt-red.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(0);
}
.content ul.subnav li a:hover, .content ul.subnav li a:focus {
  color: #DC1E34;
}
/* -------- careers --------- */
.careers-type {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ADAAA7;
}
.careers-type:first-of-type {
  margin-top: 40px;
}
.careers-type:last-of-type {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .careers-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .careers-type:first-of-type {
    margin-top: 30px;
  }
  .careers-type:last-of-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .careers-type {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ADAAA7;
  }
  .careers-type:first-of-type {
    margin-top: 60px;
  }
  .careers-type:last-of-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: none;
  }
}
.content .careers-type h2 {
  margin-top: 0;
}
.content .careers-type p:last-of-type {
  margin-bottom: 0;
}
.content .careers-type figure {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content .careers-type figure {
    margin-bottom: 0;
  }
}
.disclaimer-callout {
  padding: 32px;
  background-color: #E0E0E0;
}
@media only screen and (min-width: 1200px) {
  .disclaimer-callout {
    padding: 46px;
  }
}
/* -------- news blog listing --------- */
.bloglist-category {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bloglist-category {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .bloglist-category {
    padding-bottom: 40px;
  }
}
.bloglist-category > h2, .content .bloglist-category > h2 {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .bloglist-category > h2, .content .bloglist-category > h2 {
    margin-bottom: 30px;
  }
}
.news-card.toolbox-card .card-img-overlay {
  align-items: center;
}
.news-card.toolbox-card h3 {
  margin: 0;
}
.insight-card .image-wrap {
  margin-bottom: 20px;
}
/* mews catetory navigation */
.news-btn-wrapper {
  padding-top: 20px;
}
.news-btn-wrapper ul, .content .news-btn-wrapper ul {
  list-style: none;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .news-btn-wrapper ul, .content .news-btn-wrapper ul {
    justify-content: flex-start;
  }
}
.content .news-btn-wrapper ul li:before {
  display: none;
}
.news-btn-wrapper ul li a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .news-btn-wrapper ul li a {
    width: auto;
    margin-right: 25px;
  }
}
.news-btn-wrapper ul li a {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .025rem;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 14px;
  font-weight: 700;
}
.bloglist-category .insight-card {
  margin-bottom: 30px;
}
/* -------- news blog detail --------- */
.pagebanner-short.single-detail h1 {
  font-size: 40px;
}
.pagebanner-short .banner-img-overlay p {
  color: #FFF;
}
.pagebanner-short .banner-img-overlay p.eyebrow {
  font-weight: 700;
  margin-bottom: 30px;
}
.blog-text {
  margin-top: 30px;
}
.blog-text .entry-meta .date {
  font-style: italic;
}
.blog-text h2 {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color: #232323;
}

/* share and dropright overrides */

.sidebar .dropdown-menu {
    
    border: none;
   
}
.share-wrapper{
	padding-left: 10px;
   
}


.dropdown-toggle::after {
	border:none;
    /* display: inline-block; */
    /* margin-left: .255em; */
    /* vertical-align: .255em; */
    /* content: ""; */
    /* border-top: .3em solid; */
    /* border-right: .3em solid transparent; */
    /* border-bottom: 0; */
    /* border-left: .3em solid transparent; */
}




