/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #151519;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  padding: 0;
  background-color: var(--header-bg-color);
  position: relative;
}

@media (min-width: 1200px) {
  .home .header {
    height: 1145px;
    overflow: hidden;
  }
}
.header .top-header {
  z-index: 4;
  width: 100%;
}

.header .hero-home {
  position: relative;
  z-index: 1;
}

.header .top-header-mobile {
  padding: 12px 5px 16px;
  background: var(--color-primary);
}

.home .header .top-header-mobile {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile {
    padding: 9px 5px 8.31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 724px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .top-header-mobile #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.header .top-header-mobile #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

.header .top-header-mobile #nav-mobile .site-logo img {
  max-width: 206px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile #nav-mobile .site-logo img {
    max-width: 149px;
  }
}
.header .top-header-mobile #nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: inherit;
  white-space: nowrap;
  max-width: 206px;
  width: 100%;
}

.header .top-header-mobile #nav-mobile .navbar-toggler {
  background: black;
}

.header .top-header-mobile #nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

.header .top-header-mobile #nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

.header .top-header-mobile .phone-section-container {
  text-align: center;
  margin-right: 44px;
}

.header .top-header-mobile .phone-section-container .phone-label {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 12.5957px;
  font-weight: 600;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.header .top-header-mobile .phone-section-container .phone-number-link {
  position: relative;
  font-family: var(--main-font), sans-serif;
  font-size: 26.766px;
  font-weight: 700;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header .top-header-mobile .phone-section-container .phone-number-link:before {
  position: absolute;
  content: "";
  top: -19.63px;
  left: -54.52px;
  background-image: url("../images/icons/icon-phone-header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 49px;
}

.header .top-header-mobile .phone-section-container-mobile {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile .phone-section-container-mobile {
    display: none;
  }
}
.header .top-header-mobile .phone-section-container-mobile .phone-label {
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 16.32px;
  margin-bottom: 16px;
}

.header .top-header-desktop {
  position: relative;
  z-index: 99999;
  background: var(--color-primary);
}

.home .header .top-header-desktop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header .top-header-desktop .container {
  max-width: 100%;
}

@media (min-width: 1920px) {
  .header .top-header-desktop .container {
    max-width: 1604px;
  }
}
.header .top-header-desktop .site-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .site-logo-wrap {
    flex: 0 0 auto;
    width: 20.5%;
  }
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .site-logo-wrap {
    flex: 0 0 auto;
    width: 18%;
  }
}
.header .top-header-desktop .site-logo img {
  z-index: 9;
}

.header .top-header-desktop .desktop-menu {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .top-header-desktop .phone-section-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  min-width: 383px;
  height: 100%;
  background-color: var(--color-tertiary);
  padding-top: 33px;
  padding-bottom: 33.41px;
  padding-left: 34px;
  padding-right: 29px;
  margin-left: 50px;
}

@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section-container {
    min-width: 403px;
    padding-left: 54px;
    padding-right: 49px;
  }
}
.header .top-header-desktop .phone-section-container .phone-label {
  position: relative;
  z-index: 2;
  display: block;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header .top-header-desktop .phone-section-container .phone-number-link {
  position: relative;
  z-index: 2;
  font-family: var(--main-font), sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 49px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.header .top-header-desktop .phone-section-container .phone-number-link:before {
  position: absolute;
  content: "";
  top: -25px;
  left: -94px;
  background-image: url("../images/icons/icon-phone-header-desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}

.header .sticky-top {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}

.hero {
  padding-top: 25px;
  position: relative;
}

.hero-home {
  position: relative;
  display: flex;
  height: 1145px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-home {
    height: 960px;
    overflow: hidden;
  }
}
.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .marquee {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  bottom: 350px;
}

@media (max-width: 1199px) {
  .hero-home .marquee {
    bottom: 150px;
  }
}
@media (max-width: 991px) {
  .hero-home .marquee {
    bottom: unset;
    top: 364px;
  }
}
.hero-home .marquee__track {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: marquee-scroll 20s linear infinite;
}

.hero-home .marquee__content {
  display: inline-flex;
  flex-shrink: 0;
}

.hero-home .marquee__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-home .marquee__item {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-home .marquee__item--image {
  width: 1rem;
  font-size: 62.57px;
  font-style: normal;
  font-weight: 700;
  line-height: 83.426px;
  color: rgba(226, 226, 226, 0.2);
}

.hero-home .marquee__item--image img,
.hero-home .marquee__item--image svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-home .marquee__item--text span {
  white-space: nowrap;
  color: rgba(226, 226, 226, 0.2);
  font-size: 62.57px;
  font-style: normal;
  font-weight: 700;
  line-height: 83.426px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-home .marquee__item--text span {
    font-size: 38.395px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.193px;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.hero-home .banner-content {
  position: relative;
  z-index: 9;
}

.hero-home .banner-title {
  position: relative;
  margin-bottom: 35px;
  color: #242424;
  font-family: var(--secondary-font), sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .hero-home .banner-title {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.hero-home .banner-subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.hero-home .banner-subtitle span {
  color: #DB9927;
  padding: 0px 5px;
}

@media (max-width: 1439px) {
  .hero-home .banner-subtitle {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-subtitle {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero-home .content {
    max-width: 650px;
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .hero-home .content {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-home .content p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .hero-home .content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
}
.hero-home .content .btn-std {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  max-width: 334px;
}

@media (max-width: 1199px) {
  .hero-home .content .btn-std {
    padding: 9px 24px;
  }
}
@media (max-width: 991px) {
  .hero-home .content .btn-std {
    padding: 9px 30px;
  }
}
@media (max-width: 374px) {
  .hero-home .content .btn-std {
    padding: 9px 10px;
  }
}
@media (max-width: 991px) {
  .hero-home .hero-image {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .hero-home .hero-image {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .hero-home .hero-image {
    padding-top: 70px;
  }
}
.hero-home .hero-image img {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .hero-image img {
    padding-top: 40px;
  }
}
.hero-home .award-area {
  max-width: 182px;
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .award-area {
    max-width: 125px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .hero-home .award-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: -120px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .hero-home {
    display: block;
    height: auto;
    text-align: center;
  }
  .hero-home .banner-content {
    padding: 30px 15px;
  }
  .hero-home .banner-content .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content .banner-title {
    font-size: 36px;
    line-height: 44px;
  }
  .hero-home .banner-content .banner-subtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-home .banner-content .areas-serve {
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 0.5px;
  }
}
.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.banner-subtitle em {
  font-weight: 700;
  font-style: italic;
}

.hero-bio h1 {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .hero-bio h1 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .hero-bio h1 {
    text-align: center;
  }
}
.hero-bio .position {
  color: var(--color-tertiary);
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 5.1px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-bio .position {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero-bio .position {
    letter-spacing: 1.5px;
  }
}
.hero-bio .entry-content {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .hero-bio .entry-content {
    max-width: 569px;
  }
}
.hero-bio .email {
  padding: 35px 0 25px;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 1199px) {
  .hero-bio .email {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .hero-bio .email {
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-bio .email {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
  }
}
.hero-bio .email-icon {
  border: 1px solid var(--color-tertiary);
  border-radius: 50%;
  width: 67px;
  height: 67px;
  padding: 21px 15px;
}

@media (max-width: 479px) {
  .hero-bio .email-icon {
    display: none;
  }
}
.hero-bio .email-text {
  padding-left: 24px;
}

@media (max-width: 479px) {
  .hero-bio .email-text {
    padding-left: 0;
  }
}
.hero-bio .email a {
  text-decoration: underline;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
  line-height: 33px;
}

.hero-bio .contact-link {
  margin-top: 37px;
}

@media (max-width: 991px) {
  .hero-bio .contact-link {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .hero-bio .contact-link .btn-std {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero-bio .contact-link .btn-std {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio {
    background-image: url("../../dist/images/hero-bio-bg.png");
    background-repeat: no-repeat;
    background-position: bottom 70px right;
    padding: 70px 0 57px;
  }
}
@media (max-width: 991px) {
  .hero-bio .row {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hero-bio .col-right {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .hero-bio .btn-std {
    padding: 20px 70px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: transparent;
  padding: 13px;
  padding-top: 16px;
  border-radius: 0;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: var(--color-tertiary);
  width: 26px;
  height: 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 6px;
}

.close__mobileMenu .x:first-child {
  transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0px, -4px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
  visibility: hidden;
}

.mm-ocd-opened .close__mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-button {
  padding: 13px 12px;
  background-color: rgba(255, 0, 0, 0);
  border: 1px solid #fff;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.mobile-button .menu__bar {
  background-color: var(--color-tertiary);
  height: 4px;
  width: 34.5px;
  display: block;
  border-radius: 6px;
  margin-bottom: 5.7px;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
#nav-desktop {
  padding: 0;
}

#nav-desktop .menu-container {
  max-width: 1170px;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop ul#menu-header-menu-1 {
  display: flex;
  align-items: center;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item {
  /**
    styles specific to the main menu so we don't 
    have to put !important when doing styles for the dropdown menu
  */
  padding-top: 56px;
  padding-bottom: 52px;
}

#nav-desktop ul#menu-header-menu-1 > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-header-menu-1 > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-item {
  margin-bottom: 0;
}

#nav-desktop .nav-item:is(:hover, :focus) .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 0;
  padding-right: 20px;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

#nav-desktop .nav-item .nav-link:is(:focus) {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:is(:hover) {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 17px;
    padding-right: 30px;
    letter-spacing: 0.02em;
  }
}
#nav-desktop .nav-item .dropdown-toggle:after {
  color: rgba(255, 255, 255, 0.45);
  border-top: 0.35em solid;
  border-right: 0.45em solid transparent;
  border-bottom: 0;
  border-left: 0.45em solid transparent;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 322px;
  padding: 0 24px;
  margin: 0;
  font-size: 16px;
  color: #242628;
  text-align: left;
  list-style: none;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  background-clip: padding-box;
  border-radius: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
  padding: 16px 0;
  border-bottom: 1px solid #AEAEAE;
}

#nav-desktop .nav-item .dropdown-menu li:is(:hover, :focus) a {
  color: var(--header-sub-link-hover) !important;
  text-decoration: underline;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
  text-decoration: underline;
}

#nav-desktop .nav-item .dropdown-menu li:last-of-type a {
  border-bottom: unset;
}

.mm-ocd {
  z-index: 99999 !important;
}

.mm-spn.mm-spn--navbar:after {
  font-family: 17px;
  font-weight: 600;
  opacity: 1 !important;
  text-transform: uppercase;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 1px solid #615F5F !important;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:before {
  border-color: #615F5F;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:after {
  border-top: 1px solid #615F5F;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li.current-menu-item a {
  font-weight: 600;
}

.mm-spn.mm-spn--navbar ul li a {
  font-weight: 400;
}

.mm-spn a:not(:last-child):after,
.mm-spn li:after {
  color: #615F5F;
  margin-left: 0 !important;
  opacity: 1 !important;
}

.c-practice-areas .pa__item-image-desktop:hover:before {
  background: none;
}

.burlington-county-wrap article {
  padding: 27px;
  margin-bottom: 30px;
  background-color: #FAFAFA;
  background-position: 20px 30px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 1px solid #d8d9d9;
}

.burlington-county-wrap h2.h3-heading a {
  color: #151519;
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.burlington-county-wrap h2.h3-heading {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.burlington-county-wrap .excerpt {
  font-family: var(--main-font), sans-serif;
  font-size: 19px;
  line-height: 33px;
  color: #242628;
  font-weight: 400;
  margin-bottom: 28px;
}

.burlington-county-wrap a.read-more {
  border: 1px solid #EDCE9A;
  background: linear-gradient(180deg, #DB9927 0%, #E4B35F 63.57%);
  padding: 17.5px 34px;
  letter-spacing: 0;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none !important;
}

.c-practice-areas .pa__item-image-desktop:hover img {
  /* filter: grayscale(0%); */
  /* -webkit-filter: grayscale(0%); */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.post-type-archive-burlington_county .post-excerpt {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
  margin-bottom: 28px;
}

.post-type-archive-burlington_county .excerpt-title {
  padding-bottom: 15px;
}

.post-type-archive-burlington_county .excerpt-title .title-wrap {
  border-bottom: 1px solid #d8d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.post-type-archive-burlington_county h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.post-type-archive-burlington_county .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.post-type-archive-burlington_county .blog-excerpt .btn-read-more-wrap .btn-std {
  float: right;
}

.post-type-archive-burlington_county .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

.post-type-archive-burlington_county .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: var(--color-primary);
}

.burlington_county-template-default .entry-content ul:not(.toc-table-list) li:before {
  width: 12px !important;
  height: 12px !important;
  background: linear-gradient(180deg, #E4B35F 0%, #DB9927 63.57%) !important;
  top: 8px !important;
  transform: none !important;
}

.burlington_county-template-default .entry-content ul:not(.toc-table-list) li {
  color: #242628;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px !important;
}

.burlington_county-template-default .entry-content a:not(.btn) {
  color: #242628;
}

.burlington_county-template-default .entry-content a:not(.btn):hover {
  color: #DB9927;
}

.single .entry-content ul:not(.toc-table-list) {
  padding-left: 18px !important;
}

section.main-content {
  padding-bottom: 70px;
}

@media screen and (max-width: 376px) {
  ul.toc-table-list {
    padding: 0px !important;
  }
}

/*# sourceMappingURL=critical.css.map*/