@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.c-default {
  color: #1d201e;
}
.c-jungle {
  color: #1d201e;
}
.c-darkgray {
  color: #54565a;
}
.c-desert {
  color: #faf9f7;
}
.c-fire {
  color: #b44e1f;
}
.c-orange {
  color: #ef9628;
}
.c-orange-700 {
  color: #cd6b21;
}
.c-cararra {
  color: #f1edea;
}
.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-white-500 {
  color: #f4f0ef;
}
.banner-tagline,
.c-white-600 {
  color: #f1f0ef;
}
.banner-doctor,
.c-white-700,
.phone-message {
  color: #f0ecea;
}
.c-alabaster {
  color: #fafbfa;
}
.c-lilac {
  color: #e9e9e9;
}
.c-mako {
  color: #505255;
}
.c-delta {
  color: #a2a2a1;
}
.c-dove {
  color: #6d6f72;
}
.c-eggshell {
  color: #f0edeb;
}
.c-magnesium {
  color: #b1b1b1;
}
.c-whiskey {
  color: #ce9061;
}
.c-abbey {
  color: #4f5155;
}
.bg-default {
  background-color: #1d201e;
}
.bg-jungle {
  background-color: #1d201e;
}
.bg-darkgray {
  background-color: #54565a;
}
.bg-desert {
  background-color: #faf9f7;
}
.bg-fire {
  background-color: #b44e1f;
}
.bg-orange {
  background-color: #ef9628;
}
.bg-orange-700 {
  background-color: #cd6b21;
}
.bg-cararra {
  background-color: #f1edea;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-white-500 {
  background-color: #f4f0ef;
}
.bg-white-600 {
  background-color: #f1f0ef;
}
.bg-white-700 {
  background-color: #f0ecea;
}
.bg-alabaster {
  background-color: #fafbfa;
}
.bg-lilac {
  background-color: #e9e9e9;
}
.bg-mako {
  background-color: #505255;
}
.bg-delta {
  background-color: #a2a2a1;
}
.bg-dove {
  background-color: #6d6f72;
}
.bg-eggshell {
  background-color: #f0edeb;
}
.bg-magnesium {
  background-color: #b1b1b1;
}
.bg-whiskey {
  background-color: #ce9061;
}
.bg-abbey {
  background-color: #4f5155;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-sm {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-md {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 1200px) {
  .flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .inline-flex-lg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.ie9 .flex {
  display: table;
}
.ie9 .flex > * {
  display: table-cell;
}
@media (min-width: 768px) {
  .ie9 .flex-sm {
    display: table;
  }
  .ie9 .flex-sm > * {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .ie9 .flex-md {
    display: table;
  }
  .ie9 .flex-md > * {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .ie9 .flex-lg {
    display: table;
  }
  .ie9 .flex-lg > * {
    display: table-cell;
  }
}
.ie9 .flex.flex-column {
  display: inline-block;
}
.ie9 .flex.flex-column > * {
  display: block;
}
@media (min-width: 768px) {
  .ie9 .flex-sm.flex-column {
    display: inline-block;
  }
  .ie9 .flex-sm.flex-column > * {
    display: block;
  }
}
@media (min-width: 992px) {
  .ie9 .flex-md.flex-column {
    display: inline-block;
  }
  .ie9 .flex-md.flex-column > * {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ie9 .flex-lg.flex-column {
    display: inline-block;
  }
  .ie9 .flex-lg.flex-column > * {
    display: block;
  }
}
.flex-100 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  min-height: 0;
}
.flex-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
  min-height: 0;
}
.flex-33 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
  min-width: 0;
  min-height: 0;
}
.flex-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 0;
  min-height: 0;
}
.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
@media (min-width: 768px) {
  .flex-100-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    min-height: 0;
  }
  .flex-50-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    min-height: 0;
  }
  .flex-33-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 0;
    min-height: 0;
  }
  .flex-25-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-width: 0;
    min-height: 0;
  }
  .flex-auto-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-sm {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media (min-width: 992px) {
  .flex-100-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    min-height: 0;
  }
  .flex-50-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    min-height: 0;
  }
  .flex-33-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 0;
    min-height: 0;
  }
  .flex-25-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-width: 0;
    min-height: 0;
  }
  .flex-auto-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-md {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .flex-100-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    min-height: 0;
  }
  .flex-50-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    min-height: 0;
  }
  .flex-33-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 0;
    min-height: 0;
  }
  .flex-25-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    min-width: 0;
    min-height: 0;
  }
  .flex-auto-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
  }
  .flex-none-lg {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .flex-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
@media (min-width: 768px) {
  .flex-wrap-sm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-sm {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 992px) {
  .flex-wrap-md {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-md {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-wrap-lg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-no-wrap-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-wrap-reverse-lg {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-no-grow {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .flex-grow-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-no-grow-sm {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .flex-grow-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-no-grow-md {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .flex-grow-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-no-grow-lg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.flex-shrink {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex-no-shrink {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .flex-shrink-sm {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-no-shrink-sm {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .flex-shrink-md {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-no-shrink-md {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .flex-shrink-lg {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-no-shrink-lg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .items-start-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-sm {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-sm {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .items-start-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-md {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-md {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .items-start-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-end-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .items-center-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .items-baseline-lg {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .items-stretch-lg {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .justify-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .justify-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .justify-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.ff-default {
  font-family: open-sans, Helvetica, Arial, sans-serif;
}
.ff-proxima,
.footer__content h4,
a.featured-button {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
.banner-doctor,
.banner-tagline,
.ff-acumin,
.phone-message {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
}
.pl-0 {
  padding-left: 0;
}
.pl-half {
  padding-left: 0.5rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-half {
  padding-right: 0.5rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 4rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-half {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-half {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-half {
  margin-left: 0.5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-half {
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-half {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-half {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.section__actions {
  background-color: #faf9f7;
  padding: 4.4rem 0;
}
.section__actions .quicklink {
  margin: 1rem;
}
@media (max-width: 767px) {
  .section__actions .quicklink {
    margin-left: auto;
    margin-right: auto;
  }
}
#interior .section__actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  padding: 0;
}
.actions {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (min-width: 992px) {
  #interior .actions {
    border-bottom: 1px solid #a2a2a1;
    padding-bottom: 3.5rem;
  }
}
.action__link {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #b44e1f;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4rem;
}
.action__social {
  border-bottom: 1px solid #f1edea;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .action__social {
    border-top: 1px solid #f1edea;
  }
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .banner-overlay {
    padding-top: 0rem;
  }
}
.banner-overlay-color {
  background: rgba(64, 38, 27, 0.7);
}
.banner-overlay-color:before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  opacity: 0.5;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.89)),
    color-stop(30%, rgba(0, 0, 0, 0.59)),
    color-stop(62%, rgba(0, 0, 0, 0.22)),
    color-stop(74%, rgba(0, 0, 0, 0.1)),
    color-stop(88%, rgba(0, 0, 0, 0.02)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.89) 0,
    rgba(0, 0, 0, 0.59) 30%,
    rgba(0, 0, 0, 0.22) 62%,
    rgba(0, 0, 0, 0.1) 74%,
    rgba(0, 0, 0, 0.02) 88%,
    rgba(0, 0, 0, 0) 100%
  );
}
@media (max-width: 767px) {
  header {
    padding-top: 13vw !important;
  }
}
.banner-wrap hr {
  opacity: 1;
  /*margin-top: 2.5rem;*/
  /*margin-bottom: 1.5rem;*/
  /*border: 1px solid #fff;*/
  border-top: 2px solid #fff;
  max-width: 450px;
  margin: auto 0;
}
.banner-wrap .social-tab {
  color: inherit !important;
  opacity: 0.7;
}
.banner-wrap .social-tab:focus,
.banner-wrap .social-tab:hover {
  color: #ef9628 !important;
}
@media (max-width: 767px) {
  .banner-wrap .banner-overlay {
    padding-top: 3.4rem;
	padding-bottom: 4rem;
  }
  .banner-wrap .section__hours {
    margin-bottom: 2rem !important;
    margin-top: 0;
  }
  .banner-wrap .client-logo {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-wrap hr {
    margin-top: 2.5rem;
    margin-bottom: 1.1rem;
  }
  .banner-wrap .inline-block + .inline-block {
    margin-top: 8px;
  }
}
.rsContent {
  display: none;
}
.rsContent:first-child {
  display: block;
}
.slider {
  width: 100%;
  z-index: 0;
}
.slider .rsABlock {
  text-align: center;
}
.slider .rsABlock {
  left: 20%;
  right: 20%;
}
.slider .testimonial .rsABlock {
  top: 20%;
}
.slider .rsContent blockquote {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 50%;
}
.slider .rsContent blockquote p {
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .slider .rsContent blockquote {
    right: 0;
  }
}
@media (max-width: 767px) {
  .slider .testimonial .rsABlock {
    top: 0;
  }
}
#banner .slider picture {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#banner .slider picture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: inherit;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #home #banner .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #home #banner .slider picture img {
    min-width: 320px;
    width: 100%;
    height: inherit;
    object-fit: cover;
  }
}
#interior #banner .slider {
  height: 120px !important;
}
@media (min-width: 768px) {
  #interior #banner .slider {
    height: 439px !important;
  }
  
  #interior.page-template-page-team #banner .slider {
      height: 100vh!important;
  }
  
  #home #banner .slider {
    height: 620px !important;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: open-sans, Helvetica, Arial, sans-serif;
  background-color: #faf9f7;
  color: #1d201e;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
body .wheel-button.active,
body .wheel-button:focus,
body .wheel-button:hover {
  background: #b44e1f;
}
body .wheel li a.active,
body .wheel li a:focus,
body .wheel li button.active,
body .wheel li button:focus {
  -webkit-box-shadow: inset 0 0 1px 2px #b44e1f;
  box-shadow: inset 0 0 1px 2px #b44e1f;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #54565a;
  letter-spacing: 0.1em;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.h1,
h1 {
  font-size: 3.6rem;
  color: #b44e1f;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.h2,
h2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: 2.6rem;
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 1.6rem;
    line-height: 2;
  }
  .interior .h3,
  .interior h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .small-mobile-h3 {
    font-size: 1.4rem;
  }
}
.h4,
h4 {
  font-size: 1.8rem;
}
.h5,
h5 {
  font-size: 1.4rem;
}
.h6,
h6 {
  font-size: 1.2rem;
}
a {
  color: #b44e1f;
  -webkit-transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover {
  color: #54565a;
}
p {
  text-align: justify;
}
span.line {
  display: block;
}
.small-featured-button span.line {
  display: contents;
}
hr.highlight-separator {
  overflow: hidden;
  height: 50px;
  border-top: none;
  position: relative;
  margin: 0;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
hr.highlight-separator:before {
  content: "";
  -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
  border-radius: 100%/50px;
  position: absolute;
  width: 75%;
  height: 100%;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  hr.highlight-separator {
    height: 40px;
  }
  hr.highlight-separator:before {
    -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.9);
    border-radius: 100%/40px;
    top: -40px;
  }
}
hr.shadow-separator {
  overflow: hidden;
  height: 49px;
  border-top: 1px solid rgba(162, 162, 161, 0.25);
  position: relative;
  margin: 0;
}
hr.shadow-separator:before {
  content: "";
  -webkit-box-shadow: 0 0 49px rgba(86, 53, 17, 0.4);
  box-shadow: 0 0 49px rgba(86, 53, 17, 0.4);
  border-radius: 100%/49px;
  position: absolute;
  width: 75%;
  height: 100%;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header {
  background-image: url(../_media/backgrounds/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#client-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.client-logo {
  display: inline-block;
}
.client-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.highlight.aligncenter,
.highlight.alignnone,
.image.aligncenter,
.image.alignnone,
.module.aligncenter,
.module.alignnone,
.well.aligncenter,
.well.alignnone {
  margin-top: 30px;
}
.highlight .btn,
.highlight .h2,
.highlight .h3,
.highlight a,
.highlight h2,
.highlight h3,
.highlight label,
.highlight p,
.image .btn,
.image .h2,
.image .h3,
.image a,
.image h2,
.image h3,
.image label,
.image p,
.module .btn,
.module .h2,
.module .h3,
.module a,
.module h2,
.module h3,
.module label,
.module p,
.well .btn,
.well .h2,
.well .h3,
.well a,
.well h2,
.well h3,
.well label,
.well p {
  color: inherit;
}
.highlight,
.highlight .btn,
.highlight .h2,
.highlight .h3,
.highlight a,
.highlight h2,
.highlight h3,
.highlight label,
.highlight p,
.image,
.image .btn,
.image .h2,
.image .h3,
.image a,
.image h2,
.image h3,
.image label,
.image p,
.module,
.module .btn,
.module .h2,
.module .h3,
.module a,
.module h2,
.module h3,
.module label,
.module p {
  text-align: center;
}
.highlight label,
.image label,
.module label,
.well label {
  display: block;
}
.highlight a,
.image a,
.module a,
.well a {
  text-decoration: underline;
  font-weight: 700;
}
.highlight a:hover,
.image a:hover,
.module a:hover,
.well a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.highlight .btn,
.image .btn,
.module .btn,
.well .btn {
  text-decoration: none;
}
.highlight .btn:hover,
.image .btn:hover,
.module .btn:hover,
.well .btn:hover {
  opacity: 1;
}
.highlight > :first-child,
.image > :first-child,
.module > :first-child,
.well > :first-child {
  margin-top: 0;
}
.image {
  border: 15px solid #333;
}
.module {
  padding: 30px;
  border: none;
}
@media (max-width: 767px) {
  .highlight,
  .module {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section__content {
  padding-bottom: 3rem;
}
ol.unstyled,
ul.unstyled {
  padding-left: 0;
}
ul.unstyled #menu-footer-menu li {
  display: inline-block;
  padding: 0 10px;
}
.aligncenter,
.alignleft,
.alignnone,
.alignright {
  margin-bottom: 30px;
}
.alignleft,
.alignright {
  width: 50%;
}
.alignleft {
  margin-right: 30px;
  float: left;
}
.alignright {
  margin-left: 30px;
  float: right;
}
.aligncenter {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}
.alignnone {
  width: auto;
  float: none;
}
.alignleft.flash-replaced,
.alignright.flash-replaced,
img.aligncenter,
img.alignleft,
img.alignright {
  display: block;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .aligncenter,
  .alignleft,
  .alignright {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .section__footerOffice {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2edeb),
      color-stop(25%, #f5f2f0),
      color-stop(26%, #f4f1ef),
      color-stop(26%, #f2edeb),
      color-stop(26%, #f4f1ef),
      color-stop(26%, #f5f2f0),
      color-stop(53%, #f8f7f4),
      color-stop(53%, #f7f5f3),
      color-stop(64%, #f9f9f7),
      color-stop(64%, #f8f7f5),
      color-stop(71%, #faf9f8),
      to(#faf9f8)
    );
    background: linear-gradient(
      to bottom,
      #f2edeb 0,
      #f5f2f0 25%,
      #f4f1ef 26%,
      #f2edeb 26%,
      #f4f1ef 26%,
      #f5f2f0 26%,
      #f8f7f4 53%,
      #f7f5f3 53%,
      #f9f9f7 64%,
      #f8f7f5 64%,
      #faf9f8 71%,
      #faf9f8 100%
    );
  }
}
.section__footerOffice .office-hours-label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section__footerOffice .section__padding {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .section__footerOffice .section__padding {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .section__footerOffice .section__padding .client-logo {
    max-width: 290px;
    margin-right: 30px;
  }
}
.section__footerOffice .section__padding2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .section__footerOffice .footer-doctor {
    font-size: 2.3rem;
    color: #000;
    font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  }
  .section__footerOffice .footer-address {
    font-size: 2.4rem;
    line-height: 1.2;
    font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  }
  .section__footerOffice .footer-fax {
    line-height: 1;
    font-size: 2rem;
  }
  .section__footerOffice .footer-hours {
    font-size: 1.6rem;
  }
}
.footer__main {
  background-color: #f1edea;
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}
@media (max-width: 767px) {
  .footer__main {
    padding-top: 6.5rem;
    padding-bottom: 3.5rem;
  }
}
.footer__main-wrap > div {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .footer__main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__content {
  font-size: 1.4rem;
  color: #4f5155;
  font-weight: 700;
}
.footer__content h4 {
  color: #4f5155;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer__content h4 + * {
  margin-top: 2rem;
}
.footer__content p {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 0;
}
.footer__content p + * {
  margin-top: 2rem;
}
.bottom-bar {
    background-color: #fff;
    color: #4f5155;
    padding: 1px 10px;
    text-align: right;
    margin-top: -7px;
}
.bottom-text {
    text-align: right;
}
@media (min-width: 768px) {
  .footer__affiliations {
    margin-left: 6rem;
  }
}
.affiliation {
  width: 280px;
}
.affiliation__logo {
  margin-right: 2rem;
}
.affiliation__logo svg {
  max-width: 90px;
  max-height: 90px;
}
.affiliation__link {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #4f5155;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.affiliation + .affiliation {
  margin-top: 2.5rem;
}
.gform_wrapper {
  max-width: 100%;
}
.gform_wrapper .validation_error,
.gform_wrapper li.gfield_error {
  background-color: #f2dede !important;
}
.full-width-errors .gform_wrapper .validation_error,
.full-width-errors .gform_wrapper li.gfield.gfield_error,
.gform_wrapper .full-width-errors .validation_error,
.gform_wrapper .full-width-errors li.gfield.gfield_error {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.gform_title {
  width: auto !important;
}
input.form-control,
textarea.form-control {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.gform_wrapper .checkbox input[type="checkbox"],
.gform_wrapper .checkbox-inline input[type="checkbox"],
.gform_wrapper .radio input[type="radio"],
.gform_wrapper .radio-inline input[type="radio"] {
  float: none;
}
#html .gform_wrapper div.validation_error {
  color: #721c24;
  background-color: #f8d7da !important;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-weight: 400;
  border: 2px solid #f5c6cb;
}
#html
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}
#html .gform_wrapper li.gfield.gfield_error,
#html
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0;
  background-color: #f8d7da !important;
  border-radius: 4px;
  border: 2px solid #f5c6cb;
}
#html
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
#html
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 0;
}
#html
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#html .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ccc;
}
#html .gform_wrapper .validation_message {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  font-weight: 400;
}
.module {
  background-color: #f1edea;
}
.module p {
  color: #54565a;
  font-size: 1.3rem;
}
.module.aligncenter {
  width: 100%;
}
.ht-image img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.ht-description .ht-title,
.ht-message .ht-title,
.ht-title .ht-title {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  color: #b44e1f;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.container .container {
  width: 100%;
}
.container.layout--full {
  width: 100%;
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
#interior .content-wrap {
  background-image: linear-gradient(
    to bottom,
    #f0edeb,
    rgba(240, 237, 235, 0) 300px
  );
}
.home .content-wrap {
  background-image: linear-gradient(
    to bottom,
    #efebe9 0,
    #f0edeb 45px,
    #efebea 125px,
    #f4f1f0 221px,
    #f3f0ef 320px
  );
}
.page-content-wrap:not(#home) {
  min-height: 500px;
}
@media (max-width: 767px) {
  .page-content-wrap ul {
    padding-left: 2rem;
  }
}
.page-content-wrap li {
  text-align: justify;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-content-wrap li {
    list-style-position: inside;
    text-align: left;
  }
}
.page-content-wrap .container {
  width: auto;
}
.archive .page-content-wrap h1 + *,
.blog .page-content-wrap h1 + *,
.error404 .page-content-wrap h1 + *,
.page-template-bootstrap-element-styles .page-content-wrap h1 + *,
.page-template-default .page-content-wrap h1 + *,
.page-template-form .page-content-wrap h1 + *,
.page-template-one-column .page-content-wrap h1 + *,
.search .page-content-wrap h1 + *,
.single .page-content-wrap h1 + * {
  margin-top: 4rem;
}
.archive .page-content-wrap h1 + h2,
.blog .page-content-wrap h1 + h2,
.error404 .page-content-wrap h1 + h2,
.page-template-bootstrap-element-styles .page-content-wrap h1 + h2,
.page-template-default .page-content-wrap h1 + h2,
.page-template-form .page-content-wrap h1 + h2,
.page-template-one-column .page-content-wrap h1 + h2,
.search .page-content-wrap h1 + h2,
.single .page-content-wrap h1 + h2 {
  margin-top: 4.5rem;
}
.archive .page-content-wrap h2 + *,
.blog .page-content-wrap h2 + *,
.error404 .page-content-wrap h2 + *,
.page-template-bootstrap-element-styles .page-content-wrap h2 + *,
.page-template-default .page-content-wrap h2 + *,
.page-template-form .page-content-wrap h2 + *,
.page-template-one-column .page-content-wrap h2 + *,
.search .page-content-wrap h2 + *,
.single .page-content-wrap h2 + * {
  margin-top: 4.5rem;
}
.archive .page-content-wrap h3 + *,
.archive .page-content-wrap h4 + *,
.archive .page-content-wrap h5 + *,
.archive .page-content-wrap h6 + *,
.blog .page-content-wrap h3 + *,
.blog .page-content-wrap h4 + *,
.blog .page-content-wrap h5 + *,
.blog .page-content-wrap h6 + *,
.error404 .page-content-wrap h3 + *,
.error404 .page-content-wrap h4 + *,
.error404 .page-content-wrap h5 + *,
.error404 .page-content-wrap h6 + *,
.page-template-bootstrap-element-styles .page-content-wrap h3 + *,
.page-template-bootstrap-element-styles .page-content-wrap h4 + *,
.page-template-bootstrap-element-styles .page-content-wrap h5 + *,
.page-template-bootstrap-element-styles .page-content-wrap h6 + *,
.page-template-default .page-content-wrap h3 + *,
.page-template-default .page-content-wrap h4 + *,
.page-template-default .page-content-wrap h5 + *,
.page-template-default .page-content-wrap h6 + *,
.page-template-form .page-content-wrap h3 + *,
.page-template-form .page-content-wrap h4 + *,
.page-template-form .page-content-wrap h5 + *,
.page-template-form .page-content-wrap h6 + *,
.page-template-one-column .page-content-wrap h3 + *,
.page-template-one-column .page-content-wrap h4 + *,
.page-template-one-column .page-content-wrap h5 + *,
.page-template-one-column .page-content-wrap h6 + *,
.search .page-content-wrap h3 + *,
.search .page-content-wrap h4 + *,
.search .page-content-wrap h5 + *,
.search .page-content-wrap h6 + *,
.single .page-content-wrap h3 + *,
.single .page-content-wrap h4 + *,
.single .page-content-wrap h5 + *,
.single .page-content-wrap h6 + * {
  margin-top: 4rem;
}
.archive .page-content-wrap p + *,
.blog .page-content-wrap p + *,
.error404 .page-content-wrap p + *,
.page-template-bootstrap-element-styles .page-content-wrap p + *,
.page-template-default .page-content-wrap p + *,
.page-template-form .page-content-wrap p + *,
.page-template-one-column .page-content-wrap p + *,
.search .page-content-wrap p + *,
.single .page-content-wrap p + * {
  margin-top: 4rem;
}
.archive .page-content-wrap p + h2,
.archive .page-content-wrap p + h3,
.archive .page-content-wrap p + h4,
.archive .page-content-wrap p + h5,
.archive .page-content-wrap p + h6,
.blog .page-content-wrap p + h2,
.blog .page-content-wrap p + h3,
.blog .page-content-wrap p + h4,
.blog .page-content-wrap p + h5,
.blog .page-content-wrap p + h6,
.error404 .page-content-wrap p + h2,
.error404 .page-content-wrap p + h3,
.error404 .page-content-wrap p + h4,
.error404 .page-content-wrap p + h5,
.error404 .page-content-wrap p + h6,
.page-template-bootstrap-element-styles .page-content-wrap p + h2,
.page-template-bootstrap-element-styles .page-content-wrap p + h3,
.page-template-bootstrap-element-styles .page-content-wrap p + h4,
.page-template-bootstrap-element-styles .page-content-wrap p + h5,
.page-template-bootstrap-element-styles .page-content-wrap p + h6,
.page-template-default .page-content-wrap p + h2,
.page-template-default .page-content-wrap p + h3,
.page-template-default .page-content-wrap p + h4,
.page-template-default .page-content-wrap p + h5,
.page-template-default .page-content-wrap p + h6,
.page-template-form .page-content-wrap p + h2,
.page-template-form .page-content-wrap p + h3,
.page-template-form .page-content-wrap p + h4,
.page-template-form .page-content-wrap p + h5,
.page-template-form .page-content-wrap p + h6,
.page-template-one-column .page-content-wrap p + h2,
.page-template-one-column .page-content-wrap p + h3,
.page-template-one-column .page-content-wrap p + h4,
.page-template-one-column .page-content-wrap p + h5,
.page-template-one-column .page-content-wrap p + h6,
.search .page-content-wrap p + h2,
.search .page-content-wrap p + h3,
.search .page-content-wrap p + h4,
.search .page-content-wrap p + h5,
.search .page-content-wrap p + h6,
.single .page-content-wrap p + h2,
.single .page-content-wrap p + h3,
.single .page-content-wrap p + h4,
.single .page-content-wrap p + h5,
.single .page-content-wrap p + h6 {
  margin-top: 4.5rem;
}
.archive .page-content-wrap .highlight,
.archive .page-content-wrap .module,
.archive .page-content-wrap .well,
.blog .page-content-wrap .highlight,
.blog .page-content-wrap .module,
.blog .page-content-wrap .well,
.error404 .page-content-wrap .highlight,
.error404 .page-content-wrap .module,
.error404 .page-content-wrap .well,
.page-template-bootstrap-element-styles .page-content-wrap .highlight,
.page-template-bootstrap-element-styles .page-content-wrap .module,
.page-template-bootstrap-element-styles .page-content-wrap .well,
.page-template-default .page-content-wrap .highlight,
.page-template-default .page-content-wrap .module,
.page-template-default .page-content-wrap .well,
.page-template-form .page-content-wrap .highlight,
.page-template-form .page-content-wrap .module,
.page-template-form .page-content-wrap .well,
.page-template-one-column .page-content-wrap .highlight,
.page-template-one-column .page-content-wrap .module,
.page-template-one-column .page-content-wrap .well,
.search .page-content-wrap .highlight,
.search .page-content-wrap .module,
.search .page-content-wrap .well,
.single .page-content-wrap .highlight,
.single .page-content-wrap .module,
.single .page-content-wrap .well {
  margin-top: 5.5rem;
  margin-bottom: 7.5rem;
}
.archive .page-content-wrap .hentry + *,
.archive .page-content-wrap article + *,
.archive .page-content-wrap form + *,
.archive .page-content-wrap ul + *,
.blog .page-content-wrap .hentry + *,
.blog .page-content-wrap article + *,
.blog .page-content-wrap form + *,
.blog .page-content-wrap ul + *,
.error404 .page-content-wrap .hentry + *,
.error404 .page-content-wrap article + *,
.error404 .page-content-wrap form + *,
.error404 .page-content-wrap ul + *,
.page-template-bootstrap-element-styles .page-content-wrap .hentry + *,
.page-template-bootstrap-element-styles .page-content-wrap article + *,
.page-template-bootstrap-element-styles .page-content-wrap form + *,
.page-template-bootstrap-element-styles .page-content-wrap ul + *,
.page-template-default .page-content-wrap .hentry + *,
.page-template-default .page-content-wrap article + *,
.page-template-default .page-content-wrap form + *,
.page-template-default .page-content-wrap ul + *,
.page-template-form .page-content-wrap .hentry + *,
.page-template-form .page-content-wrap article + *,
.page-template-form .page-content-wrap form + *,
.page-template-form .page-content-wrap ul + *,
.page-template-one-column .page-content-wrap .hentry + *,
.page-template-one-column .page-content-wrap article + *,
.page-template-one-column .page-content-wrap form + *,
.page-template-one-column .page-content-wrap ul + *,
.search .page-content-wrap .hentry + *,
.search .page-content-wrap article + *,
.search .page-content-wrap form + *,
.search .page-content-wrap ul + *,
.single .page-content-wrap .hentry + *,
.single .page-content-wrap article + *,
.single .page-content-wrap form + *,
.single .page-content-wrap ul + * {
  margin-top: 5.5rem;
}
.archive .page-content-wrap .alignleft + *,
.archive .page-content-wrap .alignright + *,
.archive .page-content-wrap [data-align="left"] + *,
.archive .page-content-wrap [data-align="right"] + *,
.blog .page-content-wrap .alignleft + *,
.blog .page-content-wrap .alignright + *,
.blog .page-content-wrap [data-align="left"] + *,
.blog .page-content-wrap [data-align="right"] + *,
.error404 .page-content-wrap .alignleft + *,
.error404 .page-content-wrap .alignright + *,
.error404 .page-content-wrap [data-align="left"] + *,
.error404 .page-content-wrap [data-align="right"] + *,
.page-template-bootstrap-element-styles .page-content-wrap .alignleft + *,
.page-template-bootstrap-element-styles .page-content-wrap .alignright + *,
.page-template-bootstrap-element-styles
  .page-content-wrap
  [data-align="left"]
  + *,
.page-template-bootstrap-element-styles
  .page-content-wrap
  [data-align="right"]
  + *,
.page-template-default .page-content-wrap .alignleft + *,
.page-template-default .page-content-wrap .alignright + *,
.page-template-default .page-content-wrap [data-align="left"] + *,
.page-template-default .page-content-wrap [data-align="right"] + *,
.page-template-form .page-content-wrap .alignleft + *,
.page-template-form .page-content-wrap .alignright + *,
.page-template-form .page-content-wrap [data-align="left"] + *,
.page-template-form .page-content-wrap [data-align="right"] + *,
.page-template-one-column .page-content-wrap .alignleft + *,
.page-template-one-column .page-content-wrap .alignright + *,
.page-template-one-column .page-content-wrap [data-align="left"] + *,
.page-template-one-column .page-content-wrap [data-align="right"] + *,
.search .page-content-wrap .alignleft + *,
.search .page-content-wrap .alignright + *,
.search .page-content-wrap [data-align="left"] + *,
.search .page-content-wrap [data-align="right"] + *,
.single .page-content-wrap .alignleft + *,
.single .page-content-wrap .alignright + *,
.single .page-content-wrap [data-align="left"] + *,
.single .page-content-wrap [data-align="right"] + * {
  margin-top: 4rem;
}
.archive .page-content-wrap .map-form,
.blog .page-content-wrap .map-form,
.error404 .page-content-wrap .map-form,
.page-template-bootstrap-element-styles .page-content-wrap .map-form,
.page-template-default .page-content-wrap .map-form,
.page-template-form .page-content-wrap .map-form,
.page-template-one-column .page-content-wrap .map-form,
.search .page-content-wrap .map-form,
.single .page-content-wrap .map-form {
  margin: 0;
}

.flex-content {
  padding-top: 6.5rem;
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  #interior .flex-content {
    padding-top: 2rem;
  }
}
.flex-content .page-content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .flex-content .page-content-wrap {
    padding-left: 17px;
    padding-right: 17px;
  }
  .flex-content .page-content-wrap h1,
  .flex-content .page-content-wrap h2,
  .flex-content .page-content-wrap h3 {
    text-align: center;
  }
}
.flex-content .side-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .flex-content .side-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.error404 .flex-content .page-content-wrap,
.page-template-one-column .flex-content .page-content-wrap,
.search .flex-content .page-content-wrap {
  padding-top: 1.5rem;
}
.error404 .flex-content .page-content-wrap h1 + h2,
.page-template-one-column .flex-content .page-content-wrap h1 + h2,
.search .flex-content .page-content-wrap h1 + h2 {
  margin-top: 0;
}
.error404 .flex-content .page-content-wrap h2,
.page-template-one-column .flex-content .page-content-wrap h2,
.search .flex-content .page-content-wrap h2 {
  color: #b1b1b1;
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
}
.error404 .flex-content .page-content-wrap h3,
.page-template-one-column .flex-content .page-content-wrap h3,
.search .flex-content .page-content-wrap h3 {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
}
.archive .flex-content .page-content-wrap,
.blog .flex-content .page-content-wrap,
.page-template-bootstrap-element-styles .flex-content .page-content-wrap,
.page-template-default .flex-content .page-content-wrap,
.page-template-form .flex-content .page-content-wrap,
.single .flex-content .page-content-wrap {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .archive .flex-content .page-content-wrap,
  .blog .flex-content .page-content-wrap,
  .page-template-bootstrap-element-styles .flex-content .page-content-wrap,
  .page-template-default .flex-content .page-content-wrap,
  .page-template-form .flex-content .page-content-wrap,
  .single .flex-content .page-content-wrap {
    max-width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 95px;
  }
}
@media (max-width: 767px) {
  .archive .flex-content .page-content-wrap,
  .blog .flex-content .page-content-wrap,
  .page-template-bootstrap-element-styles .flex-content .page-content-wrap,
  .page-template-default .flex-content .page-content-wrap,
  .page-template-form .flex-content .page-content-wrap,
  .single .flex-content .page-content-wrap {
    padding-bottom: 6rem;
  }
}
.home .flex-content {
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .home .flex-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .home .page-content-wrap {
    padding-top: 0 !important;
  }
}
.overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  #html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .admin-bar .sidr {
    top: 0 !important;
  }
}
@media (min-width: 992px) {
  .inline-block-md-up {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .margin-bottom-none-xs {
    margin-bottom: 0 !important;
  }
}
.map {
  height: 400px;
}
.mobile-phone .map {
  margin-bottom: 65px;
}
.map-full .map {
  height: 550px;
}
.map-full .map iframe {
  width: 100%;
  height: 100%;
}
.section__reviews {
  background-color: #f1edea;
}
.review {
  text-transform: uppercase;
  color: #54565a;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1200px) {
  .review {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}
.reviews {
  padding-right: 8.5rem;
  padding-left: 5rem;
}
.reviews__photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .reviews {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.review__body {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .review__body {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .review__body {
    font-size: 2.4rem;
  }
}
.review__author {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.review__buttons {
  border-top: 1px solid rgba(162, 162, 161, 0.25);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .review__buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
  .review__buttons .btn-simple {
    padding: 3.2rem 0;
    border-bottom: 1px solid rgba(162, 162, 161, 0.25);
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .webp .reviews__photo {
    background-image: url(../_media/backgrounds/office-exterior@75.webp);
  }
  .no-webp .reviews__photo {
    background-image: url(../_media/backgrounds/office-exterior@75.jpg);
  }
}
@media (min-width: 1200px) {
  .webp .reviews__photo {
    background-image: url(../_media/backgrounds/office-exterior.webp);
  }
  .no-webp .reviews__photo {
    background-image: url(../_media/backgrounds/office-exterior.jpg);
  }
}
.text-white {
  color: #fff;
}
.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.banner-doctor,
.banner-tagline,
.footer__content,
.footer__content h4,
.phone-message,
.ttu,
a.featured-button {
  text-transform: uppercase;
}
.banner-doctor,
.f2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .banner-doctor,
  .f2 {
    font-size: 1.7rem;
  }
}
.banner-tagline,
.f1 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .banner-tagline,
  .f1 {
    font-size: 2.3rem;
  }
}
.f3,
.phone-message {
  font-size: 3rem;
}
.f6 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .f6 {
    font-size: 1.3rem;
  }
}
.fw300 {
  font-weight: 300;
}
.banner-tagline,
.fw500 {
  font-weight: 500;
}
.wf-active .banner-doctor,
.wf-active .banner-tagline,
.wf-active .k-100,
.wf-active .phone-message,
.wf-active a.featured-button {
  letter-spacing: 0.1em;
}
.footer__content .wf-active h4,
.wf-active .footer__content,
.wf-active .footer__content h4,
.wf-active .k-40 {
  letter-spacing: 0.04em;
}
.fade-after-fonts {
  opacity: 0;
  -webkit-transition: 0.5s opacity cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.5s opacity cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.wf-loading .fade-after-fonts {
  visibility: hidden;
}
.wf-active:not(.wf-loading) .fade-after-fonts {
  opacity: 1;
}
.wf-failed .fade-after-fonts {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .fw700-xs {
    font-weight: 700;
  }
}
.action-panel {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms
    cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
    -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 1000;
}
.action-panel--menu {
  background: #f1edea;
}
.action-panel--menu .action-panel__wrap {
  background: inherit;
}
.action-panel--nav {
  background: #b44e1f;
  overflow-y: auto;
  overflow-x: hidden;
}
.action-panel--nav .action-panel__wrap {
  background: inherit;
}
.action-panel__button {
  position: absolute;
  top: 0;
  right: 15vmin;
  height: 15vmin;
  width: 15vmin;
  font-size: 7vmin;
  padding: 0;
  text-align: center;
  background: #000;
  border: none;
  border-radius: 0;
  color: #faf9f7;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 250ms
    cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53),
    -webkit-transform 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 102;
}
.action-panel__button--close {
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.action-panel__wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .action-panel__nav {
    visibility: visible !important;
    height: auto !important;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .action-panel__nav li {
    display: block;
    float: none;
    width: 100%;
  }
  .action-panel__nav li a {
    font-size: 1.8rem;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #b44e1f;
    white-space: normal;
  }
  .action-panel__nav ul.children,
	.action-panel__nav ul.sub-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(250, 249, 247, 0.6);
  }
  .action-panel__nav ul.children li a,
	.action-panel__nav ul.sub-menu li a{
    font-size: 1.6rem;
    padding-left: 2em;
    color: #b44e1f;
  }
  .action-panel__nav ul.children ul.children,
	.action-panel__nav ul.sub-menu ul.children{
    background: rgba(250, 249, 247, 0.5);
  }
  .action-panel__nav ul.children ul.children li a,
	.action-panel__nav ul.sub-menu ul.children li a{
    padding-left: 3em;
  }
  #mobileMenu {
    border-bottom: 1px solid #54565a;
    padding: 5px 0;
    position: relative;
    background: #e5deda !important;
    z-index: 99;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #mobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@media (max-width: 767px) {
  #mobileMenu > button {
    color: #54565a;
    text-align: center;
    font-size: 6.266vw;
    border: 0;
    background: 0 0;
    padding: 0 14px;
  }
  #mobileMenu .action-links {
    text-align: center;
    color: #b44e1f;
  }
  #mobileMenu .action-links a {
    color: #b44e1f;
    font-size: 6.266vw;
  }
  #mobileMenu .action-links a i {
    padding-left: 0.25em;
    line-height: 1.2;
  }
  #mobileMenu .action-links a + a i {
    border-left: 2px solid #c5aaa0;
  }
  #mobileMenu .action-links a:active,
  #mobileMenu .action-links a:focus {
    text-decoration: none;
  }
  #nav {
    width: 100%;
    margin-top: 15vmin;
  }
  #actionNav,
  #nav {
    opacity: 1 !important;
  }
}
.action-menu-open .action-panel__button {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.action-menu-open .action-panel--menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  #mobileMenu > button {
    width: 2.1em;
  }
  #header #actionNav {
    display: none;
  }
}
.navigation div.btn:empty {
  display: none;
}
.btn {
  white-space: normal;
  background-color: #f1edea;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #1d201e;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #a2a2a1;
  border-radius: 2em;
  line-height: 1;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(250, 251, 250, 0)),
    to(#fafbfa)
  );
  background-image: linear-gradient(
    0deg,
    rgba(250, 251, 250, 0) 0,
    #fafbfa 100%
  );
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 4rem;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.btn .fa,
.btn .fa-solid {
  color: #cd6b21;
  font-size: 2.4rem;
  margin-right: 2.5rem;
}
.btn:active,
.btn:focus,
.btn:hover {
  color: #b44e1f;
  background-color: #faf9f7;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.btn-simple {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.btn-simple .fa {
  margin-right: 1.5rem;
}
.btn-simple:active,
.btn-simple:focus,
.btn-simple:hover {
  background: 0 0;
}
.btn-simple + .btn-simple {
  margin-left: 3rem;
}
.btn-four-fix {
	line-height: 1.1;
	font-size: 1.4rem;
	padding: 1.2rem 1.8rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
  .btn .fa {
    vertical-align: middle;
    line-height: 1.6rem;
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%);
    margin-right: 0.1em;
  }
  .btn.flex {
    display: block;
  }
}
@media (max-width: 375px) {
  .btn {
    font-size: 1.4rem;
  }
  .btn .fa {
    font-size: 2rem;
  }
}
.column-nav ul {
  overflow: hidden;
  max-height: 200px;
}
.footer__copyright {
  background-color: #faf9f7;
}
.pbhs-copyright {
  background-color: rgba(206, 144, 97, 0.5);
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #1d201e;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
}
.section__featuredButtons .featured-button:last-of-type {
  display: none;
}
@media (min-width: 768px) {
  .section__featuredButtons {
    background: 0 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section__featuredButtons {
    margin-top: 10rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .section__featuredButtons:before {
    /*content: "";
    width: 100%;
    position: absolute;
    bottom: 100%;
    height: 40px;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#846652),
      to(rgba(132, 102, 82, 0))
    );
    background: linear-gradient(to top, #846652, rgba(132, 102, 82, 0));*/
  }
}
a.featured-button {
  min-width: 112px;
  line-height: 1.1;
  color: #f3f1ef;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 5px;
  background-color: rgba(161, 74, 40, 0);
  border: 2px solid #fff;
  position: relative;
  text-align: center;
  margin: 6.5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 16%;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
  z-index: 1;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  a.featured-button {
    font-size: 2rem;
    min-width: 140px;
  }
}
a.featured-button:after,
a.featured-button:before {
  content: "";
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(244, 154, 40, 0)),
    to(#f49a28)
  );
  background: linear-gradient(0deg, rgba(244, 154, 40, 0) 0, #f49a28 100%);
  opacity: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  -webkit-transition: opacity 150ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 150ms cubic-bezier(0.8, 0, 0.2, 1);
  border-radius: 50px;
}
a.featured-button:after {
  -webkit-transition: opacity 75ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: opacity 75ms cubic-bezier(0.8, 0, 0.2, 1);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(244, 154, 40, 0)),
    to(#f49a28)
  );
  background-image: linear-gradient(
    180deg,
    rgba(244, 154, 40, 0) 0,
    #f49a28 100%
  );
}
a.featured-button:focus,
a.featured-button:hover {
  background-color: #a14a28;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
a.featured-button:hover:before {
  opacity: 1;
}
a.featured-button:focus:before {
  opacity: 0;
}
a.featured-button:focus:after {
  opacity: 1;
}
.identity {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 2px #f1edea;
  background-color: rgba(250, 251, 250, 0);
  padding-left: 7%;
  padding-right: 7%;
  margin: 3px;
}
@media (min-width: 768px) {
  .identity {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .identity {
    padding: 3.38983vw;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .identity__wrap {
    padding-bottom: 2.1vw;
  }
}
.identity__logo svg {
  width: 100%;
  height: 100%;
}
.actions .identity__logo {
  width: 100%;
}
.actions .identity__logo a {
  width: 360px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.identity__name {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  color: #505255;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  line-height: 1;
  border-top: 1px solid #f1edea;
}
.identity__name a:hover {
  text-decoration: none;
  color: #b44e1f;
}
.inline-list > li {
  display: inline-block;
  margin: 3px 14px;
}
@media (min-width: 1200px) {
  .flexbox .inline-list--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flexbox .inline-list--flex > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#inlineNav {
  background-color: #faf9f7;
  padding: 14px 0;
}
#inlineNav a {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #ce9061;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.loader--dots,
.loader--dots:after,
.loader--dots:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader--dots 1.8s infinite ease-in-out;
  animation: loader--dots 1.8s infinite ease-in-out;
}
.loader--dots {
  color: #fff;
  font-size: 10px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  top: calc(50% - 2.5em);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.loader--dots:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader--dots:after {
  left: 3.5em;
}
.loader--dots:after,
.loader--dots:before {
  content: "";
  position: absolute;
  top: 0;
}
.loader--lines,
.loader--lines:after,
.loader--lines:before {
  background: #fff;
  -webkit-animation: loader--lines 1s infinite ease-in-out;
  animation: loader--lines 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader--lines:after,
.loader--lines:before {
  position: absolute;
  top: 0;
  content: "";
}
.loader--lines:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader--lines {
  color: #fff;
  position: relative;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.loader--lines:after {
  left: 1.5em;
}
@-webkit-keyframes loader--dots {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loader--dots {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@-webkit-keyframes loader--lines {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes loader--lines {
  0%,
  100%,
  80% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.modal--simple .modal-content {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background-clip: border-box;
  border: none;
}
.modal--simple .modal-header {
  border: none;
}
.modal--simple .modal-footer {
  border: none;
}
.modal--simple .modal-title {
  text-align: center;
}
.modal--simple .close {
  position: absolute;
  top: 6px;
  right: 14px;
  font-size: 36px;
}
.modal--full .modal-content {
  min-height: 95vh;
}
.modal.modal-trans--scale-down .modal-dialog {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.modal.modal-trans--scale-down.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.modal-trans--scale-up .modal-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}
.modal.modal-trans--scale-up.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal.modal-timing--bounce .modal-dialog {
  -webkit-transition-timing-function: cubic-bezier(0.42, 2.12, 0.35, 0.55);
  transition-timing-function: cubic-bezier(0.42, 2.12, 0.35, 0.55);
}
.modal.modal-speed--fast .modal-dialog {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.modal.modal-speed--normal .modal-dialog {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.modal.modal-speed--slow .modal-dialog {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
@media (min-width: 768px) {
  #actionNav {
    background: 0 0;
    width: 100%;
    border-bottom: 1px solid #54565a;
    position: fixed;
    background: #e5deda !important;
  }
  #actionNav ul.sf-menu li{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #actionNav ul.sf-menu li a{
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    color: #54565a;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #actionNav ul.sf-menu li ul{
    padding: 2.4rem 2.5rem 3.6rem;
    border-top: 1px solid #54565a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  }
  #actionNav ul.sf-menu li ul li{
    background: 0 0;
    border-bottom: 1px solid #f1edea;
  }
  #actionNav ul.sf-menu li ul li a{
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
  }
  #actionNav ul.sf-menu li ul li ul{
    top: -2.5rem;
  }
  #actionNav ul.sf-menu li ul li.sfHover{
    border-bottom: 1px solid #b44e1f;
  }
  #actionNav ul.sf-menu li ul li.sfHover > a {
    color: #b44e1f;
  }
  #actionNav ul.sf-menu > li.current_page_ancestor > a,
  #actionNav ul.sf-menu > li.current_page_item > a {
    color: #b44e1f;
  }
  #actionNav ul.sf-menu > li.current_page_ancestor > a:after,
  #actionNav ul.sf-menu > li.current_page_item > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    /*background-color: #54565a;*/
  }
  #actionNav ul.sf-menu > li.sfHover {
    background: 0 0;
  }
  #actionNav ul.sf-menu > li.sfHover > a {
    color: #b44e1f;
  }
  #actionNav ul.sf-menu.sf-arrows ul a.sf-with-ul:after {
    border-left-color: #54565a;
  }
  #actionNav ul.sf-menu.sf-arrows ul a.sf-with-ul:hover:after {
    border-left-color: #b44e1f;
  }
  #actionNav ul.sf-menu.sf-arrows ul ul.children a.sf-with-ul:after,
	#actionNav ul.sf-menu.sf-arrows ul ul.sub-menu a.sf-with-ul:after{
    display: none;
  }
  #actionNav ul.sf-menu.sf-arrows ul ul.children a.sf-with-ul:hover:after,
	#actionNav ul.sf-menu.sf-arrows ul ul.sub-menu a.sf-with-ul:hover:after{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #actionNav nav.menu {
    width: 100%;
    height: 11.749vw;
  }
}
.scrolled #actionNav,
.scrolled #mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f1edea;
  -webkit-animation: slideIn 0.3s;
  animation: slideIn 0.3s;
}
@media (min-width: 992px) {
  .admin-bar .scrolled #actionNav,
  .admin-bar .scrolled #mobileMenu {
    top: 32px;
  }
}
@media (max-width: 767px) {
  #mobileMenu .practice-link img {
    max-width: 100%;
  }
}
.nearby-cities-text {
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  color: #4f5155;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
}
.nearby-cities-text strong {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .nearby-cities-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.phone-message i {
  color: #ef9628;
}
.phone-message--dark {
  color: #54565a;
}
.phone-message--dark i {
  color: #b44e1f;
}
.placecard__container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
  width: 315px;
  background: #fff none repeat scroll 0 0 / auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}
.placecard__container a {
  color: #619de5 !important;
}
@media (max-width: 767px) {
  .placecard__container {
    display: none;
  }
}
.placecard__left {
  float: left;
  width: 75%;
}
.placecard__left * {
  text-align: left;
}
.placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}
.placecard__business-name {
  color: #000;
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  -webkit-perspective-origin: 100px 9.5px;
  perspective-origin: 100px 9.5px;
  -webkit-transform-origin: 100px 9.5px;
  -ms-transform-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}
.placecard__info {
  color: #5b5b5b;
  cursor: default;
  height: 32px;
  width: 200px;
  -webkit-column-rule-color: #5b5b5b;
  column-rule-color: #5b5b5b;
  -webkit-perspective-origin: 100px 16px;
  perspective-origin: 100px 16px;
  -webkit-transform-origin: 100px 16px;
  -ms-transform-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0 none #5b5b5b;
  font-size: 1.2rem;
  margin: 6px 0 0;
  outline: #5b5b5b none 0;
}
.placecard__direction-icon {
  background: rgba(0, 0, 0, 0)
    url(../_media/backgrounds/google-maps-interface.png) repeat scroll 0 0/70px
    210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}
.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}
.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}
.placecard__rating-box {
  margin: 5px 0;
}
.placecard__rating-number {
  display: inline-block;
  color: #e7711b;
  font-weight: 500;
  font-size: 14px;
}
.placecard__rating-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background-image: url(../_media/backgrounds/google-maps-interface.png);
  background-size: 70px 210px;
  background-position: 48px 165px;
}
.placecard__open {
  color: #0f9c5a;
  font-weight: 700;
  text-transform: uppercase;
}
.popover .popover-title {
  color: #333;
}
@media (max-width: 767px) {
  .quicklink {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .quicklinks {
    margin-bottom: 0.6rem;
  }
  #interior .quicklinks {
    display: none;
  }
}
@media (max-width: 767px) {
  .quicklink + .quicklink {
    margin-top: 1.2rem;
  }
}
.searchable-form {
  margin-bottom: 15px;
  max-width: 560px;
}
@media (max-width: 570px) {
  .searchable-form {
    width: 100%;
  }
}
.searchable-form__input {
  width: calc(100% - 80px);
  background: 0 0;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 22px 24px;
  font-size: 2.5rem;
  color: #b44e1f;
  outline: 0;
  border-radius: 8px;
  line-height: 1;
  background: #faf9f7;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
}
.searchable-form__input::-webkit-input-placeholder {
  color: #b44e1f;
}
.searchable-form__input::-moz-placeholder {
  color: #b44e1f;
}
.searchable-form__input:-ms-input-placeholder {
  color: #b44e1f;
}
.searchable-form__input:-moz-placeholder {
  color: #b44e1f;
}
.searchable-form__enter {
  width: 70px;
  display: inline-block;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  color: #faf9f7;
  background: 0 0;
  border: 2px solid #faf9f7;
  border-radius: 8px;
  padding: 13px 22px 18px;
}
.searchable-form__results {
  padding: 0;
  list-style: none;
  max-height: 33vh;
  overflow: auto;
  display: none;
  margin: 0;
}
.searchable-form__results.has-results {
  display: block;
  border-top: none;
  font-size: 22px;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  padding: 8px;
}
.searchable-form__results li {
  padding: 15px;
}
.searchable-form__results li:last-of-type {
  border-bottom: none;
}
.searchable-form__results a {
  display: block;
  border: none;
  padding-left: 9px;
  color: #faf9f7;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}
.searchable-form__results a:focus,
.searchable-form__results a:hover {
  color: #f1edea;
}
.searchOpen .searchable-form__results a {
  font-size: 2.2rem;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  text-align: left;
}
.searchable-form__clear {
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  outline: 0;
  display: none !important;
}
.searchable-form__close {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 3.6rem;
  background: 0 0;
  border: none;
  color: #f1edea;
  padding: 10px 26px;
  line-height: 1;
  z-index: 9999;
}
.searchable-form__input:focus ~ .searchable-form__clear {
  opacity: 1;
  background: 0 0;
}
.search {
  position: relative;
  z-index: 20;
}
.search button {
  font-size: 2.8rem;
  border: 0;
  padding: 11px 26px 9px;
  background-color: #f1edea;
  color: #a2a2a1;
}
.no-flexbox nav .search {
  display: none;
}
#searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding-top: 20vh;
  background-color: rgba(29, 32, 30, 0.9);
  visibility: hidden;
  opacity: 0;
}
#searchOverlay .searchHeader {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#searchOverlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#searchOverlay > div {
  padding-left: 20px;
  padding-right: 20px;
}
.side-nav-title {
  margin-top: 0;
  padding-left: 1rem;
  padding-bottom: 2rem;
}
.side-nav-title,
.side-nav-title h2,
.side-nav-title h3 {
  color: #54565a;
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.side-nav-title a,
.side-nav-title a:hover,
.side-nav-title h2 a,
.side-nav-title h2 a:hover,
.side-nav-title h3 a,
.side-nav-title h3 a:hover {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
  .side-nav {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.side-nav,
.side-nav ul {
  padding: 0;
  list-style: none;
}
.side-nav li a {
  color: #1d201e;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0.9em 1em 0.95em 0;
  line-height: 1.25;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.side-nav li li a {
  padding-left: 1.4rem;
  border-left: 1px solid rgba(84, 86, 90, 0.25);
}
.side-nav li li a:hover,
.side-nav li li.current_page_item > a {
  border-left: 1px solid #54565a;
}
.side-nav .current_page_item > a,
.side-nav li a:hover {
  text-decoration: none;
  color: #b44e1f;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.side-nav .children {
  display: none;
}
.side-nav .current_page_ancestor > .children,
.side-nav .current_page_item > .children {
  display: block;
}
.social-tab {
  color: #54565a;
  font-size: 2.8rem;
}
.social-tab.fa-facebook {
  color: #6b81b1;
}
.social-tab.fa-yelp {
  color: #c24342;
}
.social-tab.fa-youtube {
  color: #d85655;
}
.social-tab.fa-google-plus {
  color: #e47769;
}
.social-tab.fa-twitter {
  color: #7ebff0;
}
.social-tab.fa-rss {
  color: #f69c3e;
}
.social-tab.fa-rss:not([href*="blog"]) {
  color: #54565a;
}
.social-tab.fa-rss:not([href*="blog"]):before {
  content: "\f044";
}
.social-tab.fa[href*="healthgrades"]:before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 179.28 146.66' width='28px' height='23px'><defs><style>path,circle{fill:#f0ecea;transition:all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}</style></defs><path d='M130.9,55.57a9.06,9.06,0,0,0,12.75,0l32.09-32.09A9,9,0,0,0,163.06,10.8L131,42.89A8.83,8.83,0,0,0,130.9,55.57Z'/><path d='M159.87,70.87a9,9,0,0,0-12.33-.35l-46.18,46.25a6.66,6.66,0,0,1-9.42-9.42l16.5-16.5v-.07l17.21-17.21A9,9,0,1,0,113,60.88L102.92,70.94h0l-1.63,1.63a6.54,6.54,0,0,1-9.35,0,6.67,6.67,0,0,1,0-9.35l6.87-6.87h0l33.08-33.08a9,9,0,0,0-12.68-12.68L99.81,30a9.15,9.15,0,0,1-6.3,2.62,8.83,8.83,0,0,1-6-2.34L69,11.79a40.53,40.53,0,0,0-57.16,0,40.36,40.36,0,0,0,0,57.09L86.7,143.76a1,1,0,0,1,.21.28,8.89,8.89,0,0,0,6.38,2.62A9,9,0,0,0,99.66,144l60.28-60.28A9.22,9.22,0,0,0,159.87,70.87Z'/><circle cx='170.35' cy='58.26' r='8.92'/></svg>");
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.social-tab:active {
  text-decoration: none;
  color: #1d201e;
}
.social-tab + .social-tab {
  margin-left: 2rem;
}
#footer .social-tab + .social-tab {
  margin-left: 1.6rem;
}
#footer .social-tab.fa {
  color: #a2a2a1;
}
#footer .social-tab.fa[href*="healthgrades"] {
  width: 28px;
  height: 28px;
}
#footer .social-tab.fa[href*="healthgrades"]:before {
  content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNzkuMjggMTQ2LjY2JyB3aWR0aD0nMjhweCcgaGVpZ2h0PScyM3B4Jz48ZGVmcz48c3R5bGU+cGF0aCxjaXJjbGV7ZmlsbDojYTJhMmExO3RyYW5zaXRpb246YWxsIC4zcyBjdWJpYy1iZXppZXIoMC4yNSwgMC40NiwgMC40NSwgMC45NCk7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9J00xMzAuOSw1NS41N2E5LjA2LDkuMDYsMCwwLDAsMTIuNzUsMGwzMi4wOS0zMi4wOUE5LDksMCwwLDAsMTYzLjA2LDEwLjhMMTMxLDQyLjg5QTguODMsOC44MywwLDAsMCwxMzAuOSw1NS41N1onLz48cGF0aCBkPSdNMTU5Ljg3LDcwLjg3YTksOSwwLDAsMC0xMi4zMy0uMzVsLTQ2LjE4LDQ2LjI1YTYuNjYsNi42NiwwLDAsMS05LjQyLTkuNDJsMTYuNS0xNi41di0uMDdsMTcuMjEtMTcuMjFBOSw5LDAsMSwwLDExMyw2MC44OEwxMDIuOTIsNzAuOTRoMGwtMS42MywxLjYzYTYuNTQsNi41NCwwLDAsMS05LjM1LDAsNi42Nyw2LjY3LDAsMCwxLDAtOS4zNWw2Ljg3LTYuODdoMGwzMy4wOC0zMy4wOGE5LDksMCwwLDAtMTIuNjgtMTIuNjhMOTkuODEsMzBhOS4xNSw5LjE1LDAsMCwxLTYuMywyLjYyLDguODMsOC44MywwLDAsMS02LTIuMzRMNjksMTEuNzlhNDAuNTMsNDAuNTMsMCwwLDAtNTcuMTYsMCw0MC4zNiw0MC4zNiwwLDAsMCwwLDU3LjA5TDg2LjcsMTQzLjc2YTEsMSwwLDAsMSwuMjEuMjgsOC44OSw4Ljg5LDAsMCwwLDYuMzgsMi42MkE5LDksMCwwLDAsOTkuNjYsMTQ0bDYwLjI4LTYwLjI4QTkuMjIsOS4yMiwwLDAsMCwxNTkuODcsNzAuODdaJy8+PGNpcmNsZSBjeD0nMTcwLjM1JyBjeT0nNTguMjYnIHI9JzguOTInLz48L3N2Zz4=);
}
#footer .social-tab.fa[href*="healthgrades"]:active:before,
#footer .social-tab.fa[href*="healthgrades"]:hover:before {
  content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNzkuMjggMTQ2LjY2JyB3aWR0aD0nMjhweCcgaGVpZ2h0PScyM3B4Jz48ZGVmcz48c3R5bGU+cGF0aCxjaXJjbGV7ZmlsbDojMWQyMDFlO3RyYW5zaXRpb246YWxsIC4zcyBjdWJpYy1iZXppZXIoMC4yNSwgMC40NiwgMC40NSwgMC45NCk7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9J00xMzAuOSw1NS41N2E5LjA2LDkuMDYsMCwwLDAsMTIuNzUsMGwzMi4wOS0zMi4wOUE5LDksMCwwLDAsMTYzLjA2LDEwLjhMMTMxLDQyLjg5QTguODMsOC44MywwLDAsMCwxMzAuOSw1NS41N1onLz48cGF0aCBkPSdNMTU5Ljg3LDcwLjg3YTksOSwwLDAsMC0xMi4zMy0uMzVsLTQ2LjE4LDQ2LjI1YTYuNjYsNi42NiwwLDAsMS05LjQyLTkuNDJsMTYuNS0xNi41di0uMDdsMTcuMjEtMTcuMjFBOSw5LDAsMSwwLDExMyw2MC44OEwxMDIuOTIsNzAuOTRoMGwtMS42MywxLjYzYTYuNTQsNi41NCwwLDAsMS05LjM1LDAsNi42Nyw2LjY3LDAsMCwxLDAtOS4zNWw2Ljg3LTYuODdoMGwzMy4wOC0zMy4wOGE5LDksMCwwLDAtMTIuNjgtMTIuNjhMOTkuODEsMzBhOS4xNSw5LjE1LDAsMCwxLTYuMywyLjYyLDguODMsOC44MywwLDAsMS02LTIuMzRMNjksMTEuNzlhNDAuNTMsNDAuNTMsMCwwLDAtNTcuMTYsMCw0MC4zNiw0MC4zNiwwLDAsMCwwLDU3LjA5TDg2LjcsMTQzLjc2YTEsMSwwLDAsMSwuMjEuMjgsOC44OSw4Ljg5LDAsMCwwLDYuMzgsMi42MkE5LDksMCwwLDAsOTkuNjYsMTQ0bDYwLjI4LTYwLjI4QTkuMjIsOS4yMiwwLDAsMCwxNTkuODcsNzAuODdaJy8+PGNpcmNsZSBjeD0nMTcwLjM1JyBjeT0nNTguMjYnIHI9JzguOTInLz48L3N2Zz4=);
}
#footer .social-tab:active,
#footer .social-tab:hover {
  text-decoration: none;
  color: #1d201e;
}
.table-list {
  display: table;
  table-layout: fixed;
}
.table-list > *,
.table-list > li {
  display: table-cell;
  vertical-align: middle;
}
.table-list--top > *,
.table-list--top > li {
  vertical-align: top;
}
@media (max-width: 767px) {
  .table-list > *,
  .table-list > li {
    display: block;
    margin: 20px 0;
  }
}
.tagline {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  color: #6d6f72;
  font-size: 4.8rem;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 6rem;
  padding-bottom: 6rem;
  letter-spacing: 0.1em;
}
.tagline .divider {
  color: #a2a2a1;
  margin-left: 1.8rem;
  margin-right: 1.8rem;
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .tagline .divider {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tagline {
    font-size: 4.6997vw;
    padding-top: 1.8rem;
    padding-bottom: 4.8rem;
  }
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  border-color: #b44e1f;
}
.image {
  border: 2px solid #b44e1f;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #b65428;
}
.well {
  background-color: #f1edea;
  border: 1px solid #b44e1f;
}
p {
  margin-top: 12px !important;
}
.seo-cta-button {
  display: inline-block;
  text-align: center !important;
  text-decoration: none !important;
  margin: 6px 10px;
  padding: 14px 20px;
  background: #b44e1f;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid #b44e1f;
  text-shadow: #333 1px 1px 0;
  color: #fff !important;
}
.seo-cta-button:hover {
  background-color: #fff;
  color: #b44e1f !important;
  border: 1px solid #b44e1f;
  text-shadow: #fff 1px 1px 0;
}
.seo-cta-button-wrapper {
  padding: 40px 5px;
  margin: 40px 5px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #b44e1f;
  color: #b44e1f;
  font-size: 13px;
}
.gform_wrapper li {
  list-style: none;
  margin-left: 0;
}
#field_2_8 {
  clear: both;
  margin-top: 54px;
}
#field_2_7 {
  clear: both;
}
.gform_wrapper ul {
  padding-left: 0;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 0;
}
#field_2_7 {
  margin-top: 45px;
}
.modal-content .gform_wrapper {
  font-size: 2rem;
}
.modal-title {
  font-size: 3rem;
}
.close {
  font-size: 40px;
}
.social-tab.fa[href*="healthgrades"]::before {
  content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNzkuMjggMTQ2LjY2JyB3aWR0aD0nMjhweCcgaGVpZ2h0PScyM3B4Jz48ZGVmcz48c3R5bGU+cGF0aCxjaXJjbGV7ZmlsbDojZjBlY2VhO3RyYW5zaXRpb246YWxsIC4zcyBjdWJpYy1iZXppZXIoMC4yNSwgMC40NiwgMC40NSwgMC45NCk7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9J00xMzAuOSw1NS41N2E5LjA2LDkuMDYsMCwwLDAsMTIuNzUsMGwzMi4wOS0zMi4wOUE5LDksMCwwLDAsMTYzLjA2LDEwLjhMMTMxLDQyLjg5QTguODMsOC44MywwLDAsMCwxMzAuOSw1NS41N1onLz48cGF0aCBkPSdNMTU5Ljg3LDcwLjg3YTksOSwwLDAsMC0xMi4zMy0uMzVsLTQ2LjE4LDQ2LjI1YTYuNjYsNi42NiwwLDAsMS05LjQyLTkuNDJsMTYuNS0xNi41di0uMDdsMTcuMjEtMTcuMjFBOSw5LDAsMSwwLDExMyw2MC44OEwxMDIuOTIsNzAuOTRoMGwtMS42MywxLjYzYTYuNTQsNi41NCwwLDAsMS05LjM1LDAsNi42Nyw2LjY3LDAsMCwxLDAtOS4zNWw2Ljg3LTYuODdoMGwzMy4wOC0zMy4wOGE5LDksMCwwLDAtMTIuNjgtMTIuNjhMOTkuODEsMzBhOS4xNSw5LjE1LDAsMCwxLTYuMywyLjYyLDguODMsOC44MywwLDAsMS02LTIuMzRMNjksMTEuNzlhNDAuNTMsNDAuNTMsMCwwLDAtNTcuMTYsMCw0MC4zNiw0MC4zNiwwLDAsMCwwLDU3LjA5TDg2LjcsMTQzLjc2YTEsMSwwLDAsMSwuMjEuMjgsOC44OSw4Ljg5LDAsMCwwLDYuMzgsMi42MkE5LDksMCwwLDAsOTkuNjYsMTQ0bDYwLjI4LTYwLjI4QTkuMjIsOS4yMiwwLDAsMCwxNTkuODcsNzAuODdaJy8+PGNpcmNsZSBjeD0nMTcwLjM1JyBjeT0nNTguMjYnIHI9JzguOTInLz48L3N2Zz4=);
}
.social-tab.fa[href*="healthgrades"]:hover {
  width: 28px;
  height: 28px;
}
.social-tab.fa[href*="healthgrades"]:active:before,
.social-tab.fa[href*="healthgrades"]:hover:before {
  content: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNzkuMjggMTQ2LjY2JyB3aWR0aD0nMjhweCcgaGVpZ2h0PScyM3B4Jz48ZGVmcz48c3R5bGU+cGF0aCxjaXJjbGV7ZmlsbDojZjY5YzNlO3RyYW5zaXRpb246YWxsIC4zcyBjdWJpYy1iZXppZXIoMC4yNSwgMC40NiwgMC40NSwgMC45NCk7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9J00xMzAuOSw1NS41N2E5LjA2LDkuMDYsMCwwLDAsMTIuNzUsMGwzMi4wOS0zMi4wOUE5LDksMCwwLDAsMTYzLjA2LDEwLjhMMTMxLDQyLjg5QTguODMsOC44MywwLDAsMCwxMzAuOSw1NS41N1onLz48cGF0aCBkPSdNMTU5Ljg3LDcwLjg3YTksOSwwLDAsMC0xMi4zMy0uMzVsLTQ2LjE4LDQ2LjI1YTYuNjYsNi42NiwwLDAsMS05LjQyLTkuNDJsMTYuNS0xNi41di0uMDdsMTcuMjEtMTcuMjFBOSw5LDAsMSwwLDExMyw2MC44OEwxMDIuOTIsNzAuOTRoMGwtMS42MywxLjYzYTYuNTQsNi41NCwwLDAsMS05LjM1LDAsNi42Nyw2LjY3LDAsMCwxLDAtOS4zNWw2Ljg3LTYuODdoMGwzMy4wOC0zMy4wOGE5LDksMCwwLDAtMTIuNjgtMTIuNjhMOTkuODEsMzBhOS4xNSw5LjE1LDAsMCwxLTYuMywyLjYyLDguODMsOC44MywwLDAsMS02LTIuMzRMNjksMTEuNzlhNDAuNTMsNDAuNTMsMCwwLDAtNTcuMTYsMCw0MC4zNiw0MC4zNiwwLDAsMCwwLDU3LjA5TDg2LjcsMTQzLjc2YTEsMSwwLDAsMSwuMjEuMjgsOC44OSw4Ljg5LDAsMCwwLDYuMzgsMi42MkE5LDksMCwwLDAsOTkuNjYsMTQ0bDYwLjI4LTYwLjI4QTkuMjIsOS4yMiwwLDAsMCwxNTkuODcsNzAuODdaJy8+PGNpcmNsZSBjeD0nMTcwLjM1JyBjeT0nNTguMjYnIHI9JzguOTInLz48L3N2Zz4=);
}
@media screen and (max-width: 1440px) {
  .container.relative.layer2 {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1999px) {
  .container.relative.layer2 {
    margin-bottom: -45px;
  }
  a.featured-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 990px) {
  .container.relative.layer2 {
    margin-bottom: -15px;
  }
  a.featured-button {
    margin: 3px;
  }
}
.side-form {
  background-color: rgb(238, 238, 238);
  box-shadow: 0px 3px 9px 0px rgba(26, 26, 36, 0.23);
  padding: 25px;
}
.side-form .gform_wrapper h3.gform_title {
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: -16px;
  font-size: 30px;
}
.side-form ul.gform_fields {
  position: relative;
}
.side-form ul.gform_fields > li {
  width: 100% !important;
}
.page-template-one-column .free-consultation-content .free-consultation h2 {
  color: #b44e1f;
  font-size: 36px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.273;
  letter-spacing: normal;
}
.free-consultation p {
  margin-top: 40px !important;
}
.big-inline-list {
  list-style-type: none;
  display: block;
  padding: 0;
}
.big-inline-list li {
  padding-left: 30px;
  display: inline-block;
  font-size: 22px;
  font-family: "OpenSans", sans-serif;
  color: rgb(29, 32, 30);
  line-height: 2;
  width: 320px;
  position: relative;
  margin-top: 0;
}
.big-inline-list li:after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #b44e1f;
  border-radius: 50%;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.free-consultation-cover {
  margin-top: 3rem;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url("/wp-content/uploads/2020/10/free-dental-implant-consultation.jpg");
  background-size: cover;
  background-position: center;
}
.free-consultation-cover,
.free-consultation-cover p {
  text-align: center;
}
.free-consultation-cover h2,
.free-consultation-cover h3 {
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-family: acumin-pro-extra-condensed, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
}
.free-consultation-cover h2 {
  font-size: 40px !important;
}
.free-consultation-cover h3 {
  font-size: 30px !important;
}
.free-consultation-cover p {
  padding-top: 20px;
}
.free-consultation-details {
  padding: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.free-consultation-details p {
  color: #54565a;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.footer__map iframe {
  margin: 0 0 0 2rem;
}
.footer-map-link {
  margin: 1rem 0 0 0;
}

@media (min-width: 992px) {
  .flex-content .side-wrap.small-wrap {
    width: 300px;
    margin-left: 80px;
  }
  .free-consultation-cover {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .side-form .gform_wrapper .gform_footer input.button,
  .side-form .gform_wrapper .gform_footer input[type="submit"],
  .side-form .gform_wrapper .gform_page_footer input.button,
  .side-form .gform_wrapper .gform_page_footer input[type="submit"] {
    min-width: auto;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .page-template-one-column
    .free-consultation-content
    .free-consultation
    h2
    br {
    display: none;
  }
}

/* Video Testimonial Section START */
.video-testimonials-section {
	padding-bottom: 36px;
    padding-top: 30px;
}
.video-testimonials-section h2 {
	padding-top: 30px;
}
.video-testimonials-section .mt-md-0 {
    margin-bottom: 0px;
}
.video-testimonials-section .yt-video-wrapper {
  position: relative;
  margin: 0 auto 30px;
  height: 209px;
  max-width: 372px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-testimonials-section .yt-video-wrapper .yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-testimonials-section .yt-video-wrapper .yt-video-container:focus-visible {
	/*outline: -webkit-focus-ring-color auto 0px;*/
}
.video-testimonials-section .yt-video-wrapper .yt-video-container #home-hero-player {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-testimonials-section .yt-video-wrapper .yt-video-container iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .video-testimonials-section .yt-video-wrapper {
    max-width: 540px;
    margin: -4px auto;
	height: 209px
  }
  .page-template-page-landing .video-testimonials-section .yt-video-wrapper {
    max-width: 560px;
    margin: -4px auto;
	height: 320px
  }
  .video-testimonials-section .yt-video-wrapper .yt-video-container svg {
    opacity: 0.8;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .video-testimonials-section .yt-video-wrapper .yt-video-container svg:hover {
    opacity: 1;
  }
}
/* Video Testimonial Section END */

/* Landing Page START */

.page-template-page-landing h1,
.page-template-page-landing h2,
.page-template-page-landing h3 {
	font-family: 'proxima-nova';
}
.page-template-page-landing h2 {
	font-size: 30px;
}
.page-template-page-landing h2 span {
	color: #b44e1f;
}

.page-template-page-landing .menu-text-info {
	padding-right: 15px;
	line-height: 1.6;
	margin-top: 15px;
}
.page-template-page-landing .menu-text-info span,
.page-template-page-landing .menu-text-info strong,
.page-template-page-landing .menu-text-info a {
	white-space: nowrap;
	float: right;
}
.page-template-page-landing .menu-text-info span {
	color: #EF9628;
	font-size: 20px;
    font-weight: 700;
}
.page-template-page-landing .menu-text-info strong {
	color: #fff;
	font-size: 12px;
}
.page-template-page-landing .menu-text-info a {
	color: #fff;
	margin-top: 5px;
	font-size: 15px;
	max-width: 150px;
    padding: 20px;
}

.landing-hero-banner-section {
	min-height: 650px;
	background-position: center center;
    background-size: cover;
}
.landing-hero-banner-content {
    color: white;
	text-transform: none;
    padding-top: 30px;
	padding-right: 30px;
    margin: 20px;
}
.landing-hero-banner-content h2 {
	color: lightgray;
	text-transform: none;
	font-size: 36px;
}
.landing-hero-banner-content .hb-below-heading h2 {
	color: #fff;
	margin: 50px 0 10px 0;
    text-transform: uppercase;
    font-size: 30px;
	max-width: 700px;
	font-weight: 400;
}
.landing-hero-banner-content h1 {
	color: white;
	text-transform: none;
	font-size: 56px;
}
.landing-hero-banner-content hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #b44e1f;
	width: 55%;
    margin-right: 45%;
}
.landing-hero-banner-content .hb-buttons-wrap {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 40px 0;
}
.landing-hero-banner-content .hb-buttons-wrap a {
	margin: 0 20px;
}
.landing-hero-banner-content .hb-buttons-wrap .sms-btn {
    margin-top: 20px;
}
.landing-hero-banner-content ul.hb-list,
.top-text-image-section ul.hb-list {
    text-transform: uppercase;
	list-style-image:url("/wp-content/uploads/2021/12/orange-check-box.png");
	font-family: 'proxima-nova';
}
.landing-hero-banner-content ul.hb-list .list-item {
	padding: 4px 0;
	font-size: 22px;
}
.landing-hero-banner-content ul.hb-list .list-item:last-child {
	padding-bottom: 40px;
}
.landing-hero-banner-content .hb-copy {
	font-size: 30px;
}
.landing-hero-banner-content .hb-copy span {
	/*color: #b44e1f;*/
	font-size: 34px;
}
.landing-hero-banner-content .hb-bellow-buttons {
    text-align-last: center;
	margin-top: -10px;
    margin-bottom: 50px;
	color: #e4e4e4;
}
.landing-hero-banner-content .hb-bellow-buttons strong {
	color: #fff;
}
.landing-hero-banner-section .social-tabs {
    top: 30%;
    position: absolute!important;
    right: 0%;
	background: rgba(255,255,255,0.5);
    border-radius: 20px 0 0 20px;
}
.landing-hero-banner-section .social-tabs a {
	display: flex;
    margin: 10px;
    justify-content: center;
}
.landing-hero-banner-section .social-tabs .fa-twitter,
/* .landing-hero-banner-section .social-tabs .fa-youtube, */
.landing-hero-banner-section .social-tabs .fa-linkedin {
	display: none;
}

.landing-info-section {
    padding-top: 50px;
}
.landing-info-section .row {
    display: flex;
    justify-content: center;
}
.landing-info-section .info-text p {
	text-align: center;
}

.slick-slider .slick-dots {
    position: initial;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-slider .slick-dots li {
    background-color: #54565a;
    border-radius: 10px;
	position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slider .slick-dots li:hover {
    background-color: #de842d;
}
.slick-slider .slick-dots li.slick-active {
    background-color: #b44e1f;
    border-radius: 10px;
}
.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.landing-page-process-section {
	padding: 80px 0;
	background-color: #f1edea;
}
.landing-page-process-section strong {
	color: #54565a;
}
.landing-page-process-section .landing-page-process-section-wrap a {
	text-decoration: underline;
}
.landing-page-process-section h2 {
	font-size: 30px;
	/*max-width: 900px;*/
    margin: auto;
	padding-bottom: 30px;
}
.landing-page-process-section-wrap p {
	max-width: 1100px;
    margin: auto;
	padding: 10px 0 0 0;
	color: #505050;
	line-height: 2;
}
.landing-page-process-section h3 {
	font-family: 'proxima-nova';
    text-align: center;
    background-color: #de842d;
    color: white;
    padding: 20px 0;
	margin: 0 30px;
	border-top-right-radius: 7px;
    border-top-left-radius: 7px;
	font-size: 26px;
	font-weight: 400;
}
.landing-page-process-section ul {
    background-color: white;
    font-family: 'proxima-nova';
    padding: 20px 40px 30px 60px;
    margin: 0 30px;
	min-height: 250px;
	border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
	border-bottom: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
	font-size: 20px;
}
.landing-page-process-section ul li::marker {
	color:#b44e1f;
	font-size: 26px;
}
.landing-page-process-section .content-box:nth-child(2):before,
.landing-page-process-section .content-box:nth-child(3):before {
    content: url("/wp-content/uploads/2021/12/right-gray-arrow.png");
	float: left;
    margin-left: -25px;
    margin-top: 150px;
}
.landing-page-process-section .content-box {
	padding-top: 60px;
	padding-right: 0;
}
.landing-page-process-section .list-box {
	margin-right: 0;
}
.landing-page-process-section .buttons-wrap a {
	margin: 50px 30px 0 30px;
	color: #b44e1f!important;
    /*padding: 20px 70px;*/
}

.landing-page-zigzag-section {
	padding-top: 50px;
}
.landing-page-zigzag-section strong {
	color: #545651;
}
.landing-page-zigzag-section .zigzag-text {
	margin-top: 50px;
	color: #54565a;
}
.landing-page-zigzag-section .zigzag-text h2 {
	color: #b44e1f;
	border-bottom: solid 4px #b44e1f;
    margin-bottom: 30px;
}
.landing-page-zigzag-section .zigzag-text p {
	font-weight: 500;
	font-size: 24px;
	color: #505050;
}
.landing-page-zigzag-section .zigzag-text span {
	color: #b44e1f;
}
.landing-page-zigzag-section .zigzag-text h3 {
	border-bottom: 2px solid #b44e1f;
    max-width: 370px;
    font-size: 26px;
    line-height: 1.4;
}
.landing-page-zigzag-section .zigzag-text a {
	text-transform: uppercase;
	color: #b44e1f;
	/*border-bottom: 1px solid #b44e1f;*/
}
.landing-page-zigzag-section .zigzag-text h4 {
	/*text-transform: uppercase;*/
	/*border-bottom: 2px solid #b44e1f;*/
	/*width: 360px;*/
}
.landing-page-zigzag-section-wrap {
	/*padding-bottom: 100px;*/
	padding: 20px 0;
	color: #505050;
}
.landing-page-zigzag-section-wrap h2 {
	padding-bottom: 30px;
}
.page-template-page-landing img {
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.page-template-page-landing .zigzag-btn {
	margin: 30px 0;
}
.page-template-page-landing .zigzag-pic{
    padding-top: 30px;
}
.landing-page-zigzag-section .zigzag-left h2 {
	padding-bottom: 20px;
}
.landing-page-zigzag-section .zigzag-left h2 span {
	color: #b44e1f;
}
.landing-page-zigzag-section a {
	text-decoration: underline;
}
.landing-page-zigzag-section ul li::marker {
	color:#b44e1f;
	font-size: 26px;
}
.zigzag-right {
    /*float: right;*/
    /*order: 2;*/
	/*margin-top: 30px;*/
}
.page-template-page-landing .hr-shadow,
#home .hr-shadow{
	border: none;
    height: 50px;
    border-bottom: 1px solid #f1e6e4;
    box-shadow: 0 20px 20px -20px #ad8c74;
    margin: 0 auto 0;
    max-width: 80%;
	z-index: 1;
    position: relative;
}

.video-testimonials-section h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 30px;
}
.video-testimonials-section h3 {
	padding-top: 30px;
	text-align: center;
}
.video-testimonials-section .yt-video-wrapper iframe {
  width: 560px;
  height: 320px;
}
.video-testimonials-section .slick-arrow {
    font-size: 40px;
	top: 40%;
}
.video-testimonials-section .slick-arrow .fa-chevron-right {
    right: -30%;
    position: relative;
}
.video-testimonials-section .slick-arrow .fa-chevron-left {
    left: -30%;
    position: relative;
}

.landing-page-icons-section {
	padding: 60px 0;
	background-color: #f1edea;
}
.landing-page-icons-section h2 {
	padding-bottom: 50px;
}
.landing-page-icons-section strong {
	color: #54565a;
}
.landing-page-icons-section .icon-box {
	margin-right: 0;
	padding-right: 0px;
	max-width: 40%;
    margin-left: 5%;
    /*width: 100%;*/
}
.page-template-page-landing .image-box {
    float: left;
    width: 80px;
    padding-top: 15px;
}
.page-template-page-landing .text-box {
    float: left;
	width: calc(100% - 80px);
	padding-right: 5%; /*was 15%*/
	color: #505050;
}

.landing-page-before-after-section {
	padding-top: 70px;
}
.page-template-default .page-content-wrap .landing-page-before-after-section {
	margin-top: 0;
	padding-bottom: 70px;
}
.landing-page-before-after-section h2 {
	padding: 0 0 60px 0;
}
.landing-page-before-after-section .before-after-info {
	color: #c56221;
	font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.landing-page-before-after-section .span-before {
	margin-left: 7%;
}
.landing-page-before-after-section .span-after {
	float: right;
    margin-right: 7%;
}
.landing-page-before-after-section .before_after_slider img {
	/*width: 70%!important;*/

}
.landing-page-before-after-section .before_after_slider img.twentytwenty-before {
    /*max-width: 50%;*/
	/*height: 440px!important;*/
    /*object-fit: contain;*/
    /*object-position: -20%;*/
}
.landing-page-before-after-section .before_after_slider img.twentytwenty-after {
	/*clip: unset!important;*/
    /*width: 50%!important;*/
    /*margin-left: 50%!important;*/
	/*padding-left: 20px;*/
	/*height: 440px!important;*/
    /*object-fit: contain;*/
    /*object-position: -20%;*/
}
.landing-page-before-after-section .before_after_slider .twentytwenty-handle {
	/*display: none;*/
}
.landing-page-before-after-section .before_after_slider .twentytwenty-overlay {
	/*display: none;*/
}

.container-cta-banner {
    background-image: url('/wp-content/uploads/2021/12/cta-banner-woman-smiling.jpg');
	background-position: top center;
    background-size: cover;
	background-color: #fefefe;
	margin-top: 50px;
}
.landing-cta-banner-content {
    padding: 70px 15px;
}
.landing-cta-banner-content h2.cta-heading {
	font-size: 40px;
	text-align: center;
	padding-bottom: 20px;
}
.landing-cta-banner-content h3.cta-text {
	/*color: #b44e1f;*/
	text-transform: none;
	font-size: 30px;
	line-height: 1.2;
	max-width: 70%;
    margin-left: 15%;
}
.landing-cta-banner-content h3.cta-text span {
	color: #b44e1f;
}
.landing-cta-banner-content h3.cta-text p {
	text-align: center;
}
.landing-cta-banner-content .cta-buttons-wrap,
.landing-cta-banner-content .cta-buttons-wrap p {
	text-align: center;
	text-transform: uppercase;
	font-family: 'proxima-nova';
	color: #54565a;
}
.landing-cta-banner-content .cta-below-buttons {
    margin-top: 50px;
	color: #54565a;
}

.landing-cta-banner-content .cta-below-buttons p {
	max-width: 670px;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 20px;
}

/*LazyLoad YouTube with Image */
.video-slider .video.slick-slide {
    padding: 20px;
}
.youtube-image,
.youtube-image-hp,
.youtube-image-zigzag {
    position:relative;
    cursor:pointer
}
.youtube-image img,
.youtube-image-hp img,
.youtube-image-zigzag img {
	width:100%;
	height:auto;
	max-height: 300px;
    object-fit: cover;
}
.youtube-image:before,
.youtube-image-hp:before,
.youtube-image-zigzag:before {
    content:'';
    display:block;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background-color:#000;
    opacity:0.5;
    transition:all .1s ease-in;
}
.youtube-image:hover:before,
.youtube-image-hp:hover:before,
.youtube-image-zigzag:hover:before {
    opacity:.3;
}
.youtube-image:after,
.youtube-image-hp:after,
.youtube-image-zigzag:after{
	content:'';
	height:80px;
	width:80px;
	background-image: url('data:image/svg+xml,<svg width="70px" height="70px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><path fill="%23de842d" fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm8.528-4.882a1 1 0 0 1 1.027.05l6 4a1 1 0 0 1 0 1.664l-6 4A1 1 0 0 1 9 16V8a1 1 0 0 1 .528-.882z" clip-rule="evenodd"/></g></svg>');
	background-size:cover;
	background-repeat:no-repeat;
	z-index:99;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:1;
	transition:all 40ms ease-in;
	/*filter: invert(44%) sepia(79%) saturate(1590%) hue-rotate(359deg) brightness(100%) contrast(109%);*/
}
.youtube-image:hover:after,
.youtube-image-hp:hover:after,
.youtube-image-zigzag:hover:after{
  opacity:0.8;
}

/*Landing Page Table Section*/
.landing-page-table-section {
    padding: 50px 0;
    background-color: #f1edea;
}
.landing-page-table-section a {
    text-decoration: underline;
}
.landing-page-table-section .table-content {
    text-align: center;
}
.landing-page-table-section .custom-table {
    text-align: center;
    display: inline-block;
	background-color: #fff;
    border-radius: 8px;
}
.landing-page-table-section .table-row {
	padding-left: 0;
	display: flex;
    justify-content: center;
    width: fit-content;
}
.landing-page-table-section .table-row:first-child {
	display: inline-flex;
	text-transform: uppercase;
	border-top-right-radius: 8px;
}
.landing-page-table-section .table-row:first-child .first-column {
	border-left: solid 1px #d1d1d1;
    border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	border-top-left-radius: 8px;
	background-color: #de842d;
	color: #fff!important;
}
.landing-page-table-section .table-row:first-child .second-column {
    border-top: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	border-top-right-radius: 8px;
	background-color: #de842d;
	color: #fff!important;
}
.landing-page-table-section .custom-table .first-column,
.landing-page-table-section .custom-table .second-column {
	display: inline-flex;
    padding: 14px;
	/*border: solid 1px #d1d1d1;*/
	list-style: none;
	color: #505050;
}
.landing-page-table-section .first-column {
    float: left;
    width: 500px;
	border-left: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
}
.landing-page-table-section .second-column {
    float: right;
    width: 200px;
	justify-content: center;
	border-right: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
	font-size: 20px;
}
.landing-page-table-section .table-row:last-child .first-column{
    border-bottom-left-radius: 8px;
	border-bottom: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
}
.landing-page-table-section .table-row:last-child .second-column{
	border-bottom-right-radius: 8px;
	border-right: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
}
.landing-page-table-section .table-text {
    padding: 40px 0 20px 0;
	font-size: 18px;
    color: #505050;
}
.landing-page-table-section .table-checklist li {
	list-style: none;
	padding-bottom: 20px;
	font-weight: 600;
	color: #505050;
	font-size: 15px;
}
.landing-page-table-section .table-checklist li span {
    text-transform: uppercase;
	font-size: 15px;
}
.landing-page-table-section .table-bottom-list {
    font-size: 18px;
    color: #505050;
}
.landing-page-table-section .table-bottom-list ul {
    text-align: center;
    list-style-position: inside;
	margin-bottom: 40px;
}
.landing-page-table-section .table-checklist .checklist-column {
	border-right: solid 1px #d1d1d1;
}
.landing-page-table-section .table-checklist .checklist-column:last-child {
	border-right: none;
}
.landing-page-table-section .table-checklist li:before {
	display: block;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #b44e1f;
    content: "\f058";
	font-size: 20px;
}
.landing-page-table-section .table-bottom-list li::marker {
    color: #b44e1f;
    font-size: 26px;
}
.landing-page-table-section .table-btn a {
    text-decoration: none;
}

@media screen and (max-width: 1200px) and (min-width: 991px){
	.page-template-page-landing .video-testimonials-section .yt-video-wrapper iframe {
		width: 560px;
  		height: 320px;
	}
	.page-template-page-landing .video-testimonials-section .yt-video-wrapper {
    	max-width: 560px;
    	margin: -4px auto;
		height: 320px
  }
	.landing-page-before-after-section .before_after_slider img.twentytwenty-before{
		object-position: -70%;
	}
	.landing-page-before-after-section .before_after_slider img.twentytwenty-after{
		object-position: -70%;
	}
}
@media (max-width: 992px) {
  .landing-hero-banner-content .hb-buttons-wrap {
    display: grid;
  }
  .landing-hero-banner-content .hb-buttons-wrap a {
    margin: 20px 0;
  }
  .landing-page-before-after-section .before_after_slider img.twentytwenty-before,
  .landing-page-before-after-section .before_after_slider img.twentytwenty-after{
	height: 350px!important;
	object-position: -140px;
  }
  .landing-page-process-section .content-box:nth-child(2):before,
  .landing-page-process-section .content-box:nth-child(3):before{
	display: none;
  }
  .landing-page-zigzag-section .zigzag-left{
	float: right;
  }
  .landing-page-zigzag-section .zigzag-left h2{
	padding-top: 30px;
  }
  a.btn-orange.zigzag-btn {
    margin: 40px auto;
  }
  .landing-page-zigzag-section .zigzag-right{
	float: none;
  }
  .landing-page-zigzag-section .hr-shadow,
  .landing-page-icons-section .hr-shadow{
	margin: 0 auto 0;
  }
  .landing-page-icons-section .icon-box {
    max-width: 100%;
    margin-left: 1%;
  }
  .landing-page-table-section .table-checklist .checklist-column {
	border-right: none;
	border-bottom: solid 1px #d1d1d1;
  }
}
@media screen and (max-width: 768px) {
	.landing-hero-banner-section{
		background-position: 65% center;
	}
	.landing-hero-banner-content h2{
		font-size: 30px;
	}
	.landing-hero-banner-content h1{
		font-size: 40px;
	}
	.landing-hero-banner-content ul.hb-list .list-item,
	.landing-hero-banner-content .hb-copy{
		font-size: 20px;
	}
	.landing-hero-banner-content .hb-copy span {
		font-size: 26px;
	}
	.landing-page-before-after-section .before_after_slider img.twentytwenty-before,
	.landing-page-before-after-section .before_after_slider img.twentytwenty-after{
		height: 300px!important;
		object-position: -100px;
	}
	.landing-page-process-section h2 {
		font-size: 30px;
	}
	.landing-page-process-section h3 {
		padding: 10px 0;
		letter-spacing: 1px;
		margin: 0 20px;
	}
	.landing-page-process-section ul {
		margin: 0 20px;
		padding: 20px 20px 30px 40px;
	}
	.landing-cta-banner-content h3.cta-text {
		max-width: 90%;
    	margin-left: 5%;
	}
	.landing-cta-banner-content h3.cta-text p {
		font-size: 28px;
	}
	.landing-cta-banner-content h2.cta-heading {
		font-size: 30px;
	}
	.landing-page-table-section .first-column {
		width: 250px;
	}
	.landing-page-table-section .second-column {
		width: 100px;
	}
	.landing-page-table-section .table-checklist .checklist-column ul {
		padding-left: 10px;
    }
	.landing-page-table-section .table-bottom-list ul {
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.landing-page-zigzag-section .zigzag-text h4 {
		width: 320px;
		font-size: 50px;
	}
	.landing-page-before-after-section .before_after_slider img.twentytwenty-before,
	.landing-page-before-after-section .before_after_slider img.twentytwenty-after {
		height: 250px!important;
		object-position: -90px;
	}
}
/* Landing Page END */

section#before-after .landing-page-before-after-section {
    margin: 0;
}
section#before-after .landing-page-before-after-section .slick-list {
    margin: 40px 20px;
}
section#before-after .landing-page-before-after-section .slider_item {
    overflow: hidden;
    margin: 0 20px;
}
section#before-after .landing-page-before-after-section .slider_item img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
section#before-after .landing-page-before-after-section .slick-arrow {
    font-size: 30px;
    top: 45%;
}
section#before-after .before-after-btn {
    padding: 30px 0;
}

/*BUTTONS*/
.btn-orange, a.btn-orange {
  background-size: 100%;
  background-image: linear-gradient(rgb(242,158,52), rgb(179,76,30))!important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-family: 'proxima-nova';
  font-weight: 700!important;
  color: #f4f0ef;
  text-transform: uppercase;
  padding: 20px 50px;
  position: relative;
  /*z-index: 100;*/
  text-transform: uppercase;
  box-shadow: 0px 3px 6px 0px rgba(51, 50, 50, 0.14);
  line-height: 1;
  min-width: 208px;
  border-radius: 50px;
  text-align: center;
}

.btn-orange:hover, .btn-orange:focus{
  background-image: none!important;
  background-color: #b44e1f!important;
  text-decoration: none;
}

.btn-orange:before {
  border-radius: inherit;
  background-image: linear-gradient(rgb(179,76,30), rgb(242,158,52));
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  transition: opacity 0.45s;
}

.btn-orange:hover:before {
  opacity: 1;
}

.btn-trans-white, a.btn-trans-white {
  color: #f4f0ef!important;
  display: inline-block;
  /*border: 2px solid #f4f0ef;*/
  font-size: 16px;
  line-height: 1;
  font-weight: 700!important;
  font-family: 'proxima-nova';
  background-image:linear-gradient(rgb(255,255,255), rgb(200,200,200))!important;
  background-color: transparent;
  text-transform: uppercase;
  padding: 18px 10px;
  border-radius: 50px;
  text-align: center;
  width: 350px;
}

.btn-trans-white:hover, .btn-trans-white:focus {
  color: #b44e1f!important;
  background-image: linear-gradient(rgb(255,255,255), rgb(255,255,255))!important;
  /*background-color: rgb(255, 255, 255)!important;*/
  text-decoration: none;
}

.btn-small-orange {
	color: #cd6b21;
	display: inline-block;
	border: 2px solid #cd6b21;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	font-family: 'proxima-nova';
    background-color: transparent;
    text-transform: uppercase;
    padding: 10px 17px;
	border-radius: 50px;
	text-align: center;
	margin-top: 30px;
}

.btn-small-orange:hover, .btn-small-orange:focus {
	color: #fff;
	background-color: #cd6b21;
	text-decoration: none;
}

.btn-white {
	background-image: linear-gradient(rgb(255,255,255), rgb(200,200,200))!important;
	/*background-color: rgb(244, 240, 239);*/
    box-shadow: 0px 3px 6px 0px rgba(51, 50, 50, 0.14);
	color: #54565a!important;
	font-size: 18px;
	font-weight: 700!important;
	font-family: 'proxima-nova';
	display: inline-block;
	line-height: 1;
	padding: 20px 25px;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
}

.btn-white:hover, .btn-white:focus {
	color: #b44e1f;
	background-image: linear-gradient(rgb(255,255,255), rgb(255,255,255))!important;
	background-color: #cd6b21;
	text-decoration: none;
}

/* SLICK SLIDER */

.slick-next, .slick-prev {
    border: none;
    background: none;
    position: absolute;
    color: #d1d1d1;
    outline: none;
    top: 48%;
    font-size: 18px;
    padding: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
section#before-after .before_after_slider,
section#before-after .before_after_zygomatic_slider{
    margin: 0 0 30px;
}
section#before-after .before_after_slider img,
section#before-after .before_after_zygomatic_slider img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
section#before-after .before_after_slider .slick-list,
section#before-after .before_after_zygomatic_slider .slick-list{
    margin: 0 80px;
}
section#before-after .before_after_slider .slider_item,
section#before-after .before_after_zygomatic_slider .slider_item{
    overflow: hidden;
}
section#before-after .before_after_slider .slick-arrow,
section#before-after .before_after_zygomatic_slider .slick-arrow{
    font-size: 48px;
    top: 42%;
}
section#before-after.theme-option .before_after_slider,
section#before-after.theme-option .before_after_zygomatic_slider{
    margin: 0;
}
section#before-after.theme-option .before_after_slider .slider_item,
section#before-after.theme-option .before_after_zygomatic_slider .slider_item{
    margin: 0 20px;
}
section#before-after.theme-option .before_after_slider .slick-list,
section#before-after.theme-option .before_after_zygomatic_slider .slick-list{
    margin: 0 20px;
}
section#before-after.theme-option .before_after_slider .slick-arrow,
section#before-after.theme-option .before_after_zygomatic_slider .slick-arrow{
    font-size: 25px;
    top: 40%;
}
section#before-after.theme-option .before_after_slider .slider_item img,
section#before-after.theme-option .before_after_zygomatic_slider .slider_item img{
}
section#before-after{
    /*text-align: center;*/
}
section#before-after .before_after_slider,
section#before-after .before_after_zygomatic_slider{
    margin: 0 0 30px;
}
section#before-after .before_after_slider img,
section#before-after .before_after_zygomatic_slider img{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
section#before-after.before-after-btn {
    margin: 60px 0;
}
@media screen and (max-width: 768px) {
	section#before-after .before_after_slider .slick-arrow,
	section#before-after .before_after_zygomatic_slider .slick-arrow{
		font-size: 35px;
	}
	section#before-after .before_after_slider .slick-list,
	section#before-after .before_after_zygomatic_slider .slick-list{
		margin: 0 30px;
	}
}
@media screen and (max-width: 480px) {
	section#before-after .before_after_slider .slick-list,
	section#before-after .before_after_zygomatic_slider .slick-list{
    	margin: 0 20px;
	}
	section#before-after .before_after_slider .slick-arrow,
	section#before-after .before_after_zygomatic_slider .slick-arrow{
		font-size: 18px;
		top: 35%;
	}
}

/*Soliloquy Slider fix*/
.soliloquy-container .soliloquy-pager {
	height: 6px!important;
}

/* Font Awesome icon for 1 menu item */
#actionNav ul.sf-menu li.page-item-5362 a:before {
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900;
	content: "\f030";
	/*font: var(--fa-font-solid);*/
	padding-right: 10px;
}

/* Landing Menu - Fixes */
#landingNav ul.sf-menu li.page-item.first {
    background-image: url(https://www.temeculafacialoralsurgery.com/wp-content/uploads/2022/09/logo-white.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 80%;
    text-indent: -10000px;
    /*width: 155px;*/
	max-width: 280px;
	padding-top: 10%;
}
.page-template-page-landing #landingNav {
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom: none;
	height: 100px;
}
.page-template-page-landing #landingNav #headerSearchButton{
	display: none;
}
#menu-landing-menu li a:hover {
	color: #b44e1f!important;
}

/* Landing Menu - Mobile Fixes */
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#landingNav ul.sf-menu li.page-item.first {
		padding-top: 12%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#landingNav ul.sf-menu li.page-item.first {
		padding-top: 18%;
	}
}
@media (max-width: 767px) {
	.action-panel--menu {
		margin-top: 13%;
	}
	.action-menu-open .action-panel__button {
		right: 18vmin;
	}
	#menu-landing-menu {
		width: 100%;
    	/*margin-top: 11vmin;*/
		opacity: 1 !important;
		display: block;
	}
	#menu-landing-menu li {
		display: block;
		float: none;
		/*width: 100%;*/
		height: auto;
		padding: 25px 10px;
	}
	#landingNav ul.sf-menu li.page-item.first {
		margin-top: 15px;
		margin-bottom: 3rem;
	}

	.page-template-page-landing header {
		padding-top: 0vw !important;
	}
	#menu-landing-menu li>a {
		text-align: left;
	}
	#menu-landing-menu li.menu-item-has-children ul.sub-menu{
		position: relative;
		margin-top: 30px;
	}
	#menu-landing-menu li.menu-item-has-children ul.sub-menu li{
		position: relative;
		padding: 10px;
	}
	#menu-landing-menu li.menu-item-has-children ul.sub-menu li a{
		padding: 10px;
	}
	#menu-landing-menu li.menu-item-has-children>a:after {
		position: absolute;
		font-size: 14px;
		/*top: 50%;*/
		right: 6%;
		margin-top: -7px;
		content: "\f0d7";
		font-family: FontAwesome;
		font-weight: 400;
		font-style: normal;
		line-height: 1em;
	}
	.page-template-page-landing .menu-text-info {
		line-height: 1.6;
	}
	.btn-trans-white, a.btn-trans-white {
		width: auto;
	}
}

@media (max-width: 400px) {
	.action-panel--menu {
		margin-top: 14%;
	}
	.action-menu-open .action-panel__button {
		right: 20vmin;
	}
	#landingNav ul.sf-menu li.page-item.first {
		/*margin-top: -60px;*/
		margin-bottom: 1rem;
	}
}

/* Homepage Redesign START */
#header .client-logo {
	margin-bottom: 20px;
}
#header .banner-wrap .hero-titles-left {
	float: left;
}
#header .banner-wrap .hero-info-right {
	display: flex;
	float: right;
	color: #fff;
	background: rgba(0,0,0,0.2);
    padding: 0 20px 10px 20px;
    border-radius: 10px;
	margin-top: 4%;
}
#header .banner-wrap .hero-info-right i {
	color: #e59124;
	font-size: 16px;
	margin-top: 20px;
}
#header .banner-wrap .hero-info-right a {
	text-decoration: underline!important;
	color: #fff;
}
#header .banner-wrap .hero-info-right a:hover {
	color: #e59124!important;
}
#header .banner-wrap .hero-info-right .social-tabs a {
	text-decoration: none!important;
	color: #e59124!important;
}
#header .banner-wrap .hero-info-right .social-tabs a:hover {
	color: #fff!important;
}
#header .banner-wrap .hero-info-right .fa-twitter,
#header .banner-wrap .hero-info-right .fa-google,
#header .banner-wrap .hero-info-right .fa-yelp,
#header .banner-wrap .hero-info-right .fa-linkedin {
	display: none;
}
#header .banner-wrap .hero-dr-title {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
}
#header .banner-wrap .hero-dr-title a:hover {
    color: #ffbf6d;
}
#header .banner-wrap .hero-title {
    font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 400;
	letter-spacing: inherit;
}
#header .banner-wrap .hero-subtitle {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
    color: #ffbf6d;
	letter-spacing: inherit;
}
#header .featured-button {
	font-family: 'Montserrat', sans-serif;
    border-radius: 50px;
	font-size: 14px;
}


#home .section__appointment {
    background-color: #f7f7f7;
}
#home .section__appointment a.btn, section#team-banner .buttons-box a.btn {
	font-weight: 700!important;
	display: inline-flex;
	letter-spacing: 0;
	font-size: 14px;
	margin-left: 10px;
    margin-right: 10px;
}
#home .section__appointment a.btn:hover, section#team-banner .buttons-box a.btn:hover{
	color: #b44e1f!important;
    background-color: #faf9f7!important;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)!important;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)!important;
    font-weight: 600!important;
}


.homepage-video-section .video-text {
    margin: 50px 15px;
	text-transform: uppercase;
    text-align-last: center;
	font-family: 'proxima-nova';
	font-weight: 600;
	color: #54565a;
}
.homepage-video-section .video-btn {
    margin-top: 50px;
}
.homepage-video-section .youtube-image-hp img {
    max-height: 500px;
}
.homepage-video-section .single-video-wrapper {
    display: block;
	margin: 0 auto;
    width: 80%;
}


#home .video-testimonials-section .slick-slider .slick-dots {
	/*display: none!important;*/
}
#home .video-testimonials-section .review-slider {
    padding: 40px 0;
	text-align: center;
    text-align: -webkit-center;
	text-align: -moz-center;
	margin: 0 auto;
}
#home .video-testimonials-section .review-slider .rplg-slider {
    display: none;
}
#home .video-testimonials-section .review-slider .rplg {
    width: auto!important;
}


#home section#before-after {
    background-color: #f9f9f7;
}
#home section#before-after h2 {
    font-size: 30px;
}
#home section#before-after .before_after_nav_slider .slider_item {
    height: 100px;
    background-size: cover;
    margin: 0 10px;
    position: relative;
    background-position: center;
    cursor: pointer;
}
#home section#before-after .before_after_nav_slider .slider_item.slick-current .overlay {
    display: none;
}
#home section#before-after .before_after_nav_slider .slider_item img {
	
}
#home section#before-after .before_after_nav_slider .slider_item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(180, 180, 180, 0.6);
}


.top-text-image-section ul.hb-list li {
	font-size: 16px;
}
.top-text-image-section span {
	color: #b44e1f;
}
.top-text-image-section .text-image-right {
	margin-top: 0;
}
.top-text-image-section .zigzag-btn a {
	text-decoration: none;
}


.two-column-list-section {
    padding: 50px 0 30px 0;
	background-color: #f3efef;
}
.two-column-list-section h2 {
    margin: 30px 0;
	font-size: 30px;
}
.two-column-list-section li {
    font-weight: 500;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #54565a;
}
.two-column-list-section li::marker {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #b44e1f;
    content: "\f14a";
}


.middle-text-image-section {
    background-color: #fff;
}
.middle-text-image-section .text-image-right {
	margin-top: 0;
	float: right;
}
.middle-text-image-section .text-image-right p {
    margin-top: 0px !important;
}
.middle-text-image-section .text-image-left h2 {
    color: #b44e1f;
}


#home .landing-page-process-section {
    background-color: #f9f9f7;
}


.process-icons-section {
	background-color: #fff;
	padding: 50px 0 30px 0;
}
.process-icons-section .process-icons-subheading {
	padding: 20px 0 50px 0;
}
.process-icons-section .process-icon-box {
    width: 20%;
    display: table-cell;
    padding: 0 20px;
	z-index: 2;
    position: inherit;
}
.process-icons-section .process-icons-row {
	position: relative;
}
.process-icons-section .dotted-line {
    position: absolute;
    border-top: 5px dotted #d3d3d2;
    top: 54px;
    left: 10%;
    width: 80%;
	z-index: 1;
}
.process-icons-section .process-icon-box h3 {
    padding-top: 20px;
}


.about-doctor-section {
	background: #f9f9f7;
    padding-top: 70px;
}
.about-doctor-section .about-doctor-left {
    position: relative;
}
.about-doctor-section .about-doctor-left img {
    max-height: 300px;
	width: auto;
}
.about-doctor-section .vertical-line {
    border-right: 2px solid #d3d3d2;
    position: absolute;
    top: 0;
    right: 30px;
    height: 300px;
    display: inline-block;
}
.about-doctor-section .about-doctor-left p,
.about-doctor-section .about-doctor-right p {
    margin-top: 0px!important;
}
.about-doctor-section .about-doctor-right {
    margin-top: 0;
	padding-bottom: 50px;
	font-family: 'proxima-nova';
    color: #54565a;
}
.about-doctor-section .about-doctor-right a {
    text-decoration: none;
	margin-top: 20px;
}
.about-doctor-section .about-doctor-right span {
    color: #c56221;
}


.faq-section {
  text-align: center;
  padding: 50px 0;
  background: #f7f7f7;
}
.faq-section a {
  text-decoration: underline;
}
.faq-section h2 {
  margin: 50px 0;
}
.faq-section .accordion_wrapper {
  text-align: left;
  max-width: 990px;
  margin: 0 auto;
}
.faq-section .accordion_wrapper .item_box .text_box {
  display: none;
  margin: 10px 30px 30px;
  font-size: 16px;
}
.faq-section .accordion_wrapper .item_box h3.accordion_title {
  padding: 20px 30px 20px 15px;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border-top: 2px solid #fff;
  margin: 0;
  text-transform: none;
  position: relative;
  font-family: 'proxima-nova';
  line-height: 1;
  letter-spacing: normal;
}
.faq-section .accordion_wrapper .item_box:last-child {
  border-bottom: 2px solid #fff;
}
.faq-section .accordion_wrapper .item_box h3:after {
  position: absolute;
  color: #b44e1f;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  right: 25px;
  top: 17px;
  transition: all 0.2s ease;
}
.faq-section .item_box.opened h3:after {
  transform: rotate(-180deg);
}
.faq-section .accordion_wrapper h3:first-child {
  margin-top: 0px;
}
.faq-section .accordion_wrapper .item_box ul {
  margin: 20px 0 20px 0;
}
.faq-section .accordion_wrapper .item_box h3 {
  font-size: 18px;
  cursor: pointer;
}
.faq-section .faq-section-btn {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 26px;
    color: #b44e1f;
}
.faq-section .faq-section-btn:hover {
	color: #de842d;
	cursor: pointer;
}
#momnt-widget #momnt-widget-branded-container{
  box-shadow: none !important;
  margin: 0 !important;
}
#momnt-widget #momnt-widget-branded-container button#momnt-trigger{
  margin: 0 !important;
  font-size: 20px !important;
  background-color: #ce9061 !important;
  height: auto !important;
  padding: 10px 15px !important;
}
#momnt-widget #widget-footer-id{
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header .banner-wrap .hero-titles-left {
		width: 550px;
	}
	#header .section__featuredButtons {
		margin-top: 1rem;
		margin-bottom: 3rem;
	}
	.about-doctor-section .vertical-line {
		right: 0;
	}
}
@media (max-width: 991px) {
	#header .banner-wrap .hero-titles-left {
		float: none;
	}
	#header .banner-wrap .hero-info-right {
		float: none;
		margin-top: 1%;
	}
	#header .banner-wrap .hero-info-right i {
		margin-top: 10px;
	}
	#header .banner-wrap .hero-title {
		font-size: 30px;
	}
	#header .banner-wrap .hero-subtitle {
		font-size: 20px;
	}
	.homepage-video-section .single-video-wrapper {
		width: 95%;
	}
	.about-doctor-section .vertical-line {
		right: 0;
		height: 232px;
	}
}
@media (max-width: 767px) {
	#home section#before-after .before_after_nav_slider .slider_item {
		height: 60px;
	}
	.video-testimonials-section .slick-arrow {
		top: 34%;
	}
	.about-doctor-section .vertical-line {
		display: none;
	}
	.about-doctor-section .about-doctor-left {
		display: flex;
		justify-content: center;
	}
	.about-doctor-section .about-doctor-right {
		text-align: center;
	}
	.two-column-list-section ul {
		padding-left: 20px;
	}
	.process-icons-section .process-icon-box {
		width: 100%;
		display: block;
	}
	.process-icons-section .dotted-line {
		display: none;
	}
	.process-icons-section .process-icon-box h3 {
		font-size: 2.6rem;
		padding-bottom: 30px;
	}
}

/* Homepage Redesign END */

/* Soliloquy Slider Fix */
#soliloquy-container-3676 {
    display: initial;
}

/* Different Page two column START */
.two-column-section.variant-2 {
  padding: 50px 0 100px 0;
  background-color: #e0e0e0;
}
.two-column-section.variant-2 .accordion_wrapper {
  text-align: left;
  max-width: 990px;
  margin: 0 auto;
}
.two-column-section.variant-2 h2 {
  margin: 30px 0;
  font-size: 30px;
}
.two-column-section.variant-2 .text_box {
  display: none;
  padding-left: 35px;
  padding-right: 25px;
  color: #54565a;
}
.two-column-section.variant-2 .item_box {
  padding: 7px;
  cursor: pointer;
  border-top: 2px solid #fff;
}
.two-column-section.variant-2 .column-left .accordion_title::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #32CD32;
  content: "\f14a";
  font-size: 1.5em;
  margin-right: 10px;
}
.two-column-section.variant-2 .column-right .accordion_title::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #DC143C;
  content: "\f2d3";
  font-size: 1.5em;
  margin-right: 10px;
}
/* Different Page two column END */

/* Advanced Technology page START */
.advanced-tech-links td {
  border:1px solid black;
  padding: 5px 10px;
}
/* Advanced Technology page END */

/* Pricing Page Template START */
#interior.page-template-page-pricing .content-wrap {
    background-color: #fff;
    background-image: none;
}
.faq-section.faq-orange {
    background: #fff;
    padding: 75px 0;
}
.faq-section.faq-orange .section-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
}
.faq-section.faq-orange .section-text {
    color: #54565A;
    line-height: 36px;
    padding-bottom: 30px;
}
.faq-section.faq-orange .accordion_wrapper .item_box h3.accordion_title {
    border-top: none;
    background-color: #DE842D;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    padding: 30px 15px;
    margin-top: 30px;
    /*margin: 30px 15px 0 15px;*/
}
.faq-section.faq-orange .accordion_wrapper .item_box h3:after {
    color: #fff;
    display: none;
}
.faq-section.faq-orange .accordion_wrapper .item_box.opened h3.accordion_title {
    border-radius: 8px 8px 0 0;
}
.faq-section.faq-orange .accordion_wrapper .item_box table tr:nth-child(odd) {
    background-color: #F9F9F7;
}
.faq-section.faq-orange .accordion_wrapper .item_box table {

}
.faq-section.faq-orange .accordion_wrapper .item_box.opened table {
    border-collapse: separate;
    border: 1px solid #ccc;
    border-radius: 0 0 8px 8px;
}
.faq-section.faq-orange .accordion_wrapper .item_box table td {
    border-top: solid 1px #D1D1D1;
    padding: 5px 25px;
    line-height: 30px;
}
.faq-section.faq-orange .accordion_wrapper .item_box table tr:first-child td {
    border-top: none;
}
.faq-section.faq-orange table tr:last-child td:last-child {
    border-radius: 0 0 15px 15px;
    border-collapse: separate;
}
.faq-section.faq-orange .accordion_wrapper .item_box table td span {
    color: #B54E20;
}
.faq-section.faq-orange .accordion_wrapper .item_box table td.table-price {
    min-width: 120px;
    font-weight: 600;
    padding: 5px 15px;
    text-align: right;
    border-left: solid 1px #D1D1D1;
}
@media (max-width: 767px) {
    .faq-section.faq-orange {
        margin: 0 15px;
    }
}


.orange-cta-section {
    padding: 75px 0;
    background-position: center;
    background-size: cover;
}
.orange-cta-section .section-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.orange-cta-section .section-text {
    margin: 30px 0;
}
.orange-cta-section .section-title,
.orange-cta-section .section-text  {
    color: #fff;
    line-height: 36px;
}
/* Pricing Page Template END */

/* Source Slider - HP Section START */
.source-slider-section {
    padding: 80px 0;
    background-color: #fff;
}
.source-slider-section .source-slider-copy h3 {
    font-family: open-sans, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #C56121;
    margin: 0 30px 20px 30px;
    font-size: 18px;
    font-weight: 600;
}
.source-slider-section .source-slider-copy h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.source-slider-section .source-slider-copy p {
    font-size: 18px;
    font-weight: 400;
    color: #54565A;
    margin-bottom: 40px;
}
.source-slider-section .source-box {
    background-color: #F1EDEA;
    padding: 30px 13px;
    margin: 0 12px;
    border-radius: 8px;
    min-height: 270px;
}
.source-slider-section .source-box h3 {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #54565A;
    text-align: center;
    line-height: 31px;
}
.source-slider-section .source-box .source-box-text {
    font-family: open-sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #54565A;
}
.source-slider-section .source-box .source-box-text p {
    text-align: center;
}
.source-slider-section .source-box .source-box-link {
    text-align: center;
}
.source-slider-section .source-box .source-link {
    color: #C56121;
    text-transform: uppercase;
    font-weight: 600;
}
.source-slider-section .source-box .source-link:hover {
    cursor: pointer;
}
.source-slider-section .source-box .source-link i:before {
    color: #C56121;
    font-size: 14px;
}


.source-slider-section .source-slider .slick-next,
.source-slider-section .source-slider .slick-prev {
    top: 34%;
    font-size: 30px;
}
.source-slider-section .slick-list {
    width: 96%;
    margin-bottom: 30px;
}
.source-slider-section .slick-slider {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}


.tingle-modal {
    background: rgba(0, 0, 0, .6)!important;
    backdrop-filter: blur(0px)!important;
    text-align: center!important;
    text-align: -webkit-center!important;
    text-align: -moz-center!important;
}
.tingle-modal-box {
    width: 90%!important;
    border-radius: 8px!important;
}
.tingle-modal-box__content {
    padding: 0!important;
}
.tingle-modal-box .modal-title {
    background-color: #DE842D;
    color: #fff;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 30px;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
	text-align: left;
	padding-right: 40px;
}
.tingle-modal-box .modal-body {
    color: #1E201E;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 40;
    padding: 20px 30px;
}
.tingle-modal-box .modal-footer {
    padding: 0px 30px 50px 30px;
    border-top: none;
    text-align: center;
}
.tingle-modal-box .modal-footer a {
    background-image: none!important;
    background-color: #DE842D;
    color: #fff;
    border: none;
}
.tingle-modal .tingle-modal__close {
    display: none;
}
.tingle-modal .modal-body p {
    text-align: left;
    word-wrap: break-word;
}
.tingle-modal-box__footer {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent!important;
}
.tingle-modal-box__footer .tingle-btn--primary {
    background-color: transparent;
    visibility: hidden;
}
.tingle-modal-box__footer .tingle-btn--primary:after {
    content: '\f00d';
    visibility: visible;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
	font-size: 25px;
}
@media (max-width: 767px) {
    .tingle-modal-box {
        width: 96%;
    }
}
/* Source Slider - HP Section END */
.page-template-page-team{
  color: #54565a;
}
.page-template-page-team h1{
  font-size: 36px;
  letter-spacing: normal;
}
.page-template-page-team #content{
  padding: 50px 0 0;
  background: #f3f0ef;
}
.page-template-page-team #content h2{
  font-weight: 700;
  font-size: 24px;
  margin-top: 24px;
}
.page-template-page-team #content h2 span{
  font-weight: 500;
}
section#team-list{
  background: #f3f0ef;
  padding-bottom: 70px;
}
section#team-list .hr-shadow{
  height: 50px;
  border-bottom: 1px solid #f3f0ef;
  box-shadow: 0 20px 20px -20px #ad8c74;
  margin: 20px auto 0;
  max-width: 80%;
  z-index: 1;
  position: relative;
}
section#team-list .main-desc{
  font-size: 24px;
  margin: 50px 0 30px;
}
section#team-list .main-desc span{
  color: #c56121;
  font-weight: bold;
}
section#team-list .list-wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section#team-list .list-wrapper .item-box{
  display: flex;
  gap: 20px;
}
section#team-list .list-wrapper .item-box .img-box{
  width: 280px;
  border-radius: 6px;
  min-height: 360px;
  background-position: center;
  background-size: cover;
}
section#team-list .list-wrapper .item-box .text-box{
  flex: 1;
  border-radius: 6px;
  background: #faf9f7;
}
section#team-list .list-wrapper .item-box .text-box h3{
  color: #fff;
  background: #de842d;
  font-size: 26px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
  padding: 5px 20px;
}
section#team-list .list-wrapper .item-box .text-box .desc{
  padding: 20px 24px;
  font-size: 16px;
}
section#team-list .list-wrapper .item-box .text-box ul{
  padding-left: 20px;
  font-weight: 600;
}
section#team-list .list-wrapper .item-box .text-box ul li{
  margin-bottom: 5px;
}
section#team-list .list-wrapper .item-box .text-box ul li::marker{
  color: #b44e1f;
}
section#team-banner{
  background: #fff;
  padding: 80px 0;
}
section#team-banner .wrapper{
  background-size: cover;
  background-position: center right;
  padding: 110px 15px 90px;
  text-align: center;
}
section#team-banner h2{
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  margin: 0 auto 80px;
  padding-bottom: 40px;
  position: relative;
  max-width: 770px;
  color: #b44e1f;
  font-size: 36px;
  font-weight: 400;
}
section#team-banner h2:before{
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #959595;
}
section#team-banner .buttons-box a.btn {
  font-weight: 700!important;
  display: inline-flex;
  letter-spacing: 0;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Candidate Section - HP Section START */
.candidate-modal-box .candidate-form {
    /*padding: 40px 15px;*/
}
.candidate-modal-box .candidate-form .candidate-question {
    padding: 15px;
    border-bottom: solid 2px #e5e5e5;
}
.candidate-modal-box .candidate-form .candidate-question.error {
    border: 1px solid red;
    padding: 5px;
    background-color: #ffe6e6;
}
.candidate-modal-box .candidate-form .candidate-submit-wrapper {
    margin: 40px 15px;
}
.candidate-modal-box .candidate-form button {
    border: solid 0px;
}
.candidate-modal-box .candidate-form .hidden {
    display: none;
}
.candidate-modal-box .wysiwyg-content {
    padding: 15px;
}
/* Candidate Section - HP Section END */


/*BADGES SECTION*/
.badges-section {
  padding: 80px 0;
  background-color: #fff;
}
.badges-section h2 {
  font-size:30px;
  padding-bottom:30px;
}

.five-cols.d-flex {
display:flex;
}
.five-cols > .col {
flex: 0 0 20%;
max-width: 20%;
padding: 0 15px;
}

.badges-section-img-wrap {
height: 83px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.badges-section-img-wrap img {
max-height: 83px;
max-width: 100%;
height: auto;
width: auto;
}

.badges-section-c-wrap p {
font-family: open-sans, Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
color: #54565A;
}

@media (max-width: 991px) {
  .five-cols.d-flex {
    display:block;
  }
  .five-cols > .col {
    max-width: 320px;
    margin: 0 auto;
  }
  .five-cols > .col + .col {
    margin-top:25px;
  }
  .badges-section-img-wrap {
    align-items:normal;
  }
}
/*BADGES SECTION END*/





/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  section#team-list .list-wrapper .item-box{
    flex-direction: column;
    align-items: center;
  }
}

/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  section#team-banner h2{
    font-size: 30px;
  }
}

/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {

}

@media (max-width: 480px) {

}

@media (max-width: 400px) {

}

@media (max-width: 360px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}