/*
Theme Name: DentalWorks
Theme URI: https://www.cardinaldigitalmarketing.com/
Author: Brandon Jones
Author URI: https://brandonjones.co
Description: This bootstrap theme was created to service a suite of detmatological offices. Cardinal Digital Marketing Agency
Tags: bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dentalworks
*/

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
:root {
  --color-1: #7b8dbe;
  --color-2: #86b523;
  --color-3: #23408f;
  --color-4: #e5ae07;
}
html {
  scroll-behavior: smooth;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--color-2);
  border-color: #ffffff;
}
.color-1 {
  color: var(--color-1);
}
.bg1 {
  background-color: var(--color-1);
}
.bg2 {
  background-color: var(--color-2);
}
.bg3 {
  background-color: var(--color-3);
}
.bg4 {
  background-color: var(--color-4);
}
body {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  height: fit-content;
  overflow-x: hidden;
  font-size: 18px;
}

a {
  color: var(--color-3);
}
a:hover {
  color: var(--color-1);
  text-decoration: none;
}
h1,
h2 {
  font-family: "Open Sans", sans-serif;

  font-weight: 700;
}

h1 {
  font-size: 3.3333em;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.74em;
}
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

html.scrolled {
  padding-top: 76px;
}
.headernav {
  position: relative;
  z-index: 2;
}
#mobile_menu {
  display: none;
}
body.scrolled .headernav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.row.main .col {
  max-height: 100%;
}
.headernav .admin {
  background-color: var(--color-1);
  height: 42px;
  position: relative;
}
.headernav .admin .col {
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-end;
}
.headernav .main {
  background-color: white;
  height: 76px;
}
.headernav .main .col {
  display: flex;
  flex-direction: row;
  align-content: space-between;
}

#site-logo {
  display: flex;
  max-width: 245px;
}
#site-logo img {
  display: block;
  align-self: center;
  width: auto;
}
#site-logo > img {
  max-width: 100%;
  width: auto;
}
#site-logo picture,
#site-logo > img {
  display: block;
  align-self: center;
  width: auto;
}
.headernav .admin .menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.headernav .admin .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}
li.menu-item {
  position: relative;
}

.headernav .admin .menu a {
  margin-left: 1.5em;
  color: white;
}
.admin svg {
  fill: currentColor;
}
.main .nav {
  flex: 100%;
}
.headernav .main .menu {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  flex: 100%;
}
.headernav .main .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  justify-content: space-around;
}
.headernav .main .menu a {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.2em 1.5em;
  color: var(--color-3);
}
.headernav .main .menu a:hover {
  color: var(--color-1);
}
li.menu-item-has-children:hover > ul.sub-menu {
  display: flex !important;
}

.headernav .main .menu ul.sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  padding: 1rem 0;
  flex-direction: column;
  left: 0;
  min-width: 160px;
  width: fit-contents;
  align-items: normal;
}
.headernav .main .menu ul.sub-menu:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -50px;
  left: -50px;
  right: -50px;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.headernav .main .menu ul.sub-menu li {
  background-color: var(--color-1);
  width: 100%;
}
.headernav .main .menu ul.sub-menu li:first-child a {
  border-top: 0.25em solid var(--color-1);
}
.headernav .main .menu ul.sub-menu li:first-child:before {
  content: "";
  bottom: 100%;
  left: 1.5em;
  position: absolute;
  border: 0.75em solid transparent;
  border-bottom: 0.75em solid var(--color-1);
}
.headernav .main .menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  background-color: #005670;
  border-bottom: 4px solid #00c389;
}
.headernav .main .menu ul.sub-menu a {
  color: white;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding: 0.4em 0.5em;
  color: #fff;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}

.sub-menu a {
}
.headernav .main .menu ul.sub-menu a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.hero {
  max-height: 44rem;
  height: 100vh;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.hero .inner {
  height: 100%;
  align-content: center;
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.4),
    transparent
  );
}
.hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.4),
    transparent
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.4),
    transparent
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.4),
    transparent
  );
}

div.locator {
  background-color: var(--color-3);
}
.text-white {
  color: white;
}
.underline {
  padding-bottom: 0.5rem;
  position: relative;
}
.underline:after {
  content: "";
  width: 100%;
  max-width: 5em;
  height: 0.08em;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  position: absolute;
  bottom: 0;
}
.color-1.underline:after {
  background-color: var(--color-4);
}
.locator__filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 !important;
}
.locator__filter {
  margin: 0 25px !important;
}
.locator__filter-frame {
  flex: 1;
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}
.locator__map {
  flex: 1;
  max-height: 35em;
  height: 95vh;
}

.locator__panel {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1;
  overflow-y: auto;
  width: 16em;
  padding: 0.55556em 0;
  -webkit-mask-image: -webkit-linear-gradient(
    top,
    transparent,
    #000 10px,
    #000 calc(100% - 10px),
    transparent
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 10px,
    #000 calc(100% - 10px),
    transparent
  );
  -webkit-transition: width 0.3s 0.6s;
  -o-transition: width 0.3s 0.6s;
  transition: width 0.3s 0.6s;
  height: calc(95vh);
  min-height: 20em;
  max-height: 35em;
}

.locator__panel a {
  color: white;
}
.locator:not(.panel-active) .locator__panel {
  width: 0;
}
.locator__filters input {
  width: 100%;
  min-height: 2.5em;
  text-align: center;
}

.locator__label-search {
  padding-right: 0.5em;
  font-size: 1.8em;
  font-weight: 700;
}
select#states {
  padding: 1rem 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  width: 450px;
  max-width: 90%;
  appearance: none;
  -webkit-appearance: none;
}

#states-wrapper {
  position: relative;
  display: inline-block;
}

footer {
  background-color: #504d4c;
  color: #908d8c;
}
@media (max-width: 651px) {
  .locator__panel {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    height: 50vh;
    padding-top: 1em;
    margin-left: -1.11111em;
  }
}

.locator__office {
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 0.55556em 0.55556em 0.55556em 1.11111em;
  width: 16em;
}

.locator__office a,
.locator__office p {
  margin: 0;
  font-size: 0.85em;
  text-decoration: none;
}

.locator__label-empty {
  position: relative;
  z-index: 10;
  padding-left: 1.11111em;
  font-size: 1em;
}

.locator__office-name {
  font-size: 1.25em;
  margin: 0 0 0.25em;
  font-weight: 700;
}

.locator__office-addy {
  white-space: pre-line;
  line-height: 1.2;
  font-style: italic;
  opacity: 0.65;
}

.locator__pop {
  line-height: 1.4;
  font-size: 1.2em;
}

@media (max-width: 500px) {
  .locator__pop {
    font-size: 1em;
  }
}

.locator__pop h2 {
  max-width: 10em;
  margin: 0.5em 0 0.25em;
  font-size: 1.5em;
}

.locator__pop p {
  margin: 0 0 0.25em;
  color: black;
}

.locator__pop a {
  text-decoration: none;
}

.locator__pop-addy {
  white-space: pre-line;
}
.btn-outline {
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px #fff;
  background-color: transparent;
  min-width: 5.5em;
  padding: 0.4em 1em;
  margin-top: 0.15em;

  -webkit-appearance: none;
  overflow: hidden;
  display: inline-block;
  min-width: 9.25em;
  border: 0;
  padding: 0.6em 1.25em;
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 0.7em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover {
  background-color: var(--color-1);
  box-shadow: 0 0 0 4px var(--color-1) inset, 0 0 0 8px #fff inset;
  color: white;
}
.image_grid .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.image_grid .images img {
  object-fit: contain;
}
.pup__item {
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.pup__text {
  padding-left: 2rem;
}
body.category .posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.category .posts .post {
  padding: 2rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  flex-basis: calc(50% - 3rem);
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgb(6 28 63 / 20%);
}
.screen-reader-text {
  display: none;
}
.nav-links {
  margin: 3rem;
}
.nav-links a {
  margin: 0.2rem;
}
.state_list {
  width: 450px;
  display: none;
  height: 0;
  transition: height 0.5s;
}
.state_list.open {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  max-height: 300px;
  padding: 1rem;
  box-shadow: 0 2px 4px 0 rgb(6 28 63 / 20%);

  border-radius: 5px;
  background-color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: auto;
  transition: height 0.5s;
  overflow-y: auto;
}
.state_list a {
  font-size: 0.9rem;
  margin-right: 2rem;
}
div.office_info {
  background-color: var(--color-2);
}
div.office_info .row {
  align-items: center;
}
#dentists {
  background-color: var(--color-3);
}
.dentist-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.dentist {
  width: 320px;
  margin: auto;
  cursor: pointer;
}
.dentist img {
  width: 100%;
}
.dentist a {
  color: var(--color-1);
}
.services-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2px;
  max-width: 1500px;
  margin-left: auto;
  flex-wrap: wrap;
  margin-right: auto;
}
.services-grid-item {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  height: auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.services-grid-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.services-grid-item > h4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.services-grid-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  left: 0;
  top: 100%;
}
.services-grid-item:hover > h4 {
  transform: translateY(-100%);
}
.services-grid-item:hover .overlay {
  padding: 2rem;
  top: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.services-grid-item:hover {
  color: white;
}
.services-grid-item .overlay:before {
  background-color: var(--color-1);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.overlay h4,
.overlay p,
.overlay span {
  z-index: 1;
  position: relative;
}
/* @media only screen and {
  .services-grid {
    max-width: 100%;
  }
} */
@media only screen and (max-width: 600px) {
  html,
  body {
    font-size: 12px;
  }

  footer .menu ul {
    flex-direction: column;
  }
  #menu-toggle svg {
    height: 40px;
  }
  #menu-toggle {
    height: fit-content;
    margin-left: auto;
    margin-top: 16px;
    color: #005670;
  }
  ._close {
    display: none;
  }
  body.menu .open {
    display: none;
  }
  body.menu ._close {
    display: block;
  }
  body.menu #mobile_menu {
    display: flex;
    z-index: 999;
  }

  #mobile_menu {
    display: none;
    width: 100%;
    height: fit-content;
    position: fixed;
    left: 0;
    top: 0;
    background-color: white;
    flex-direction: column;
    padding-top: 85px;
    z-index: 1;
    max-height: 100%;
    overflow-y: auto;
  }
  #mobile_menu ul {
    list-style: none;
    flex-direction: column;
  }
  li.menu-item-has-children:hover {
    background-color: transparent;
  }
  li.menu-item-has-children:hover > a {
    color: #005670 !important;
  }
  ul.sub-menu {
    padding-left: 1rem;
  }
  #mobile_menu .main {
    display: flex;
    color: #005670;
    font-size: 1.25em;
  }
  #mobile_menu .main a {
    color: #005670;
  }
  #mobile_menu .admin {
    flex-direction: column;
    font-size: 1.1em;
    display: flex;
    color: white;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #005670;
  }
  #mobile_menu .admin a {
    color: white;
  }
	
	.services-grid-item {
	  flex-basis: 50%;
	}
	
}

#safety_measures {
  padding-top: 100px;
  padding-bottom: 100px;
}
#safety_measures h2.underline:after {
  background-color: #e6ae0a !important;
}

.single-office-contact-btn {
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 50px;
  background: none;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: bold;
}

.single-office-contact-btn:hover {
  color: black;
  background: #fff;
}
#office_info {
  padding: 75px 0;
}
.office-info-block-title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.office-info-block {
  display: flex;
  flex-direction: column;
}
.office-info-block p{
  font-size: 14px;
}
.office-info-block:first-of-type {
  border-right: 1px solid #fff;
}
.office-info-block:last-of-type {
  border-left: 1px solid #fff;
}
.office-info-block-icon {
  height: 67px;
}
.locating-help-title {
  margin-bottom: 50px;
}
.locating-help-title.underline:after {
  transform: none;
  left: 0;
}
.locating-help-title.underline {
  padding-bottom: 1rem;
}
.columns-wrap {
  padding: 50px 0;
}
.title-wrap {
  padding: 50px 0 0 0;
}

.columns-wrap-btn-block a {
  -webkit-appearance: none;
  overflow: hidden;
  display: inline-block;
  min-width: 9.25em;
  border: 0;
  background-color: #024aa6;
  background-color: var(--color-2);
  padding: 0.6em 1.25em;
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 0.7em;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimony__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimony__item {
  width: 50%;
  padding: 0 1.11111em;
}
@media (max-width: 800px) {
  .testimony__item {
    width: 100%;
  }
  .testimony__item:first-child {
    margin-bottom: 2.22222em;
  }
}
.testimony__item cite {
  font-size: 0.8em;
  font-style: normal;
  color: #979493;
  white-space: nowrap;
}
.testimony__item cite:before {
  content: " - ";
}
.testimony__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 7em;
  height: 1.25em;
  margin: 0 auto;
  font-size: 1.1em;
  color: #000;
  margin-bottom: 15px;
}
.testimony__star-wrap {
  position: relative;
}
.testimony__stars {
  position: relative;
  top: 0.1em;
}
.testimony__stars svg {
  width: 1em;
  height: 1em;
}
.testimony__stars--blank {
  fill: rgba(0, 0, 0, 0.15);
}
.testimony__stars--full {
  overflow: hidden;
  position: absolute;
  top: 0.1em;
  fill: #e5ae07;
  background-color: var(--color-bg);
}
.testimony__stars-frame {
  width: 5em;
}

.mod--align-center {
  text-align: center;
}
.mod--align-right {
  text-align: right;
}
.mod--align-left {
  text-align: left;
}
.mod--align-full {
  display: block;
}
[class*="mod--bg-dark"] .mod--underline:before {
  background-color: #fff;
}
.mod--text-invert .h1,
.mod--text-invert .h2,
.mod--text-invert .h3,
.mod--text-invert .h4,
.mod--text-invert .h5,
.mod--text-invert .h6,
.mod--text-invert h1,
.mod--text-invert h2,
.mod--text-invert h3,
.mod--text-invert h4,
.mod--text-invert h5,
.mod--text-invert h6,
[class*="mod--bg-dark"] .h1,
[class*="mod--bg-dark"] .h2,
[class*="mod--bg-dark"] .h3,
[class*="mod--bg-dark"] .h4,
[class*="mod--bg-dark"] .h5,
[class*="mod--bg-dark"] .h6,
[class*="mod--bg-dark"] h1,
[class*="mod--bg-dark"] h2,
[class*="mod--bg-dark"] h3,
[class*="mod--bg-dark"] h4,
[class*="mod--bg-dark"] h5,
[class*="mod--bg-dark"] h6 {
  color: #fff;
}
.mod--align-center {
  text-align: center;
}
.mod--align-right {
  text-align: right;
}
.mod--align-left {
  text-align: left;
}
.mod--align-full {
  display: block;
}
.all-the-things .mod--text-reset .mod--underline,
.all-the-things [class*="mod--bg-light"] .mod--underline,
.mod--underline {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.4em;
  color: var(--color-1);
}
.all-the-things .mod--text-reset .mod--underline:before,
.all-the-things [class*="mod--bg-light"] .mod--underline:before,
.mod--underline:before {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 5em;
  width: 100%;
  height: 0.08em;
  background-color: var(--color-4);
}
.all-the-things .mod--text-reset .mod--align-center.mod--underline:before,
.all-the-things
  [class*="mod--bg-light"]
  .mod--align-center.mod--underline:before,
.mod--underline.mod--align-center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.all-the-things .mod--text-reset .mod--align-right.mod--underline:before,
.all-the-things
  [class*="mod--bg-light"]
  .mod--align-right.mod--underline:before,
.mod--underline.mod--align-right:before {
  right: 0;
}
.h4.mod--underline,
h4.mod--underline {
  color: #716e6d;
}
.h4.mod--underline:before,
h4.mod--underline:before {
  background-color: var(--color-1);
}
[class*="mod--bg-dark"] .mod--underline {
  color: #fff;
}
[class*="mod--bg-dark"] .mod--underline:before {
  background-color: #fff;
}

.testimony {
  padding: 50px 0;
}

.cta-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  /*grid-template-rows: 50% 50%;*/
}

.cta-bar {
  display: block;
  background-color: var(--color-2);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta-bar:focus,
.cta-bar:hover {
  background: var(--color-1);
}
.cta-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  min-height: 5em;
  padding: 1em 1.11111em;
}
@media (min-width: 652px) {
  .cta-bar--has-image .cta-bar__inner {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.cta-bar__image {
  margin-right: 1.11111em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cta-bar:focus .cta-bar__image,
.cta-bar:hover .cta-bar__image {
  opacity: 0.5;
}
.cta-bar__call {
  margin: 0.25em 0;
}
.cta-bar__call:not([class*="mod--bg-light"]) {
  color: #fff;
}
.cta-bar--has-image .cta-bar__call {
  font-size: 1.25em;
  font-weight: 400;
}
.cta-bar__button {
  margin: 0.5em 2em;
  font-size: 1.1em;
}

.cta-bar__button {
  margin: 0.5em 2em;
  font-size: 1.1em;
}

.button,
.menu-main__nav > li.button-wrap a,
.menu-main__nav > li[class]:last-child [href$="/schedule-now"],
.menu-main__nav > li[class]:last-child [href$="/schedule-now/"],
button:not(.button--basic),
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  overflow: hidden;
  display: inline-block;
  min-width: 9.25em;
  border: 0;
  background-color: #024aa6;
  background-color: var(--color-2);
  padding: 0.6em 1.25em;
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 0.7em;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button--outline,
.menu-main__nav > li.button-wrap [class*="mod--bg-dark"] a,
.menu-main__nav
  > li[class]:last-child
  [class*="mod--bg-dark"]
  [href$="/schedule-now"],
.menu-main__nav
  > li[class]:last-child
  [class*="mod--bg-dark"]
  [href$="/schedule-now/"],
.mod--mobile .menu-main__nav > li.button-wrap a,
.mod--mobile .menu-main__nav > li[class]:last-child [href$="/schedule-now"],
.mod--mobile .menu-main__nav > li[class]:last-child [href$="/schedule-now/"],
[class*="mod--bg-dark"] .button,
[class*="mod--bg-dark"] .menu-main__nav > li.button-wrap a,
[class*="mod--bg-dark"]
  .menu-main__nav
  > li[class]:last-child
  [href$="/schedule-now"],
[class*="mod--bg-dark"]
  .menu-main__nav
  > li[class]:last-child
  [href$="/schedule-now/"],
[class*="mod--bg-dark"] button:not(.button--basic),
[class*="mod--bg-dark"] html input[type="button"],
[class*="mod--bg-dark"] input[type="reset"],
[class*="mod--bg-dark"] input[type="submit"],
html [class*="mod--bg-dark"] input[type="button"] {
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px #fff;
  background-color: transparent;
}

.cta-bar__call,
.grid__inner--2 .grid__label,
.h3 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-1);
}

blockquote {
  font-style: italic;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.25;
  font-size: 1.33333em;
}

/*.slider__slick {*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  width: 100vw;*/
/*}*/
/*.slider__slick .slick-track {*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: flex;*/
/*}*/
/*.slider__slick .slick-slide {*/
/*  height: inherit;*/
/*}*/
/*.slider__slick .slick-arrow {*/
/*  cursor: pointer;*/
/*  overflow: hidden;*/
/*  position: absolute;*/
/*  z-index: 20;*/
/*  top: 50%;*/
/*  width: 1.5em;*/
/*  height: 1.5em;*/
/*  padding: 0;*/
/*  margin-top: -3em;*/
/*  background-color: transparent;*/
/*  border: 0 solid #fff;*/
/*  border-width: 0 4px 4px 0;*/
/*  color: transparent;*/
/*  -webkit-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*  transition: 0.3s;*/
/*}*/
/*.slider__slick .slick-arrow:focus,*/
/*.slider__slick .slick-arrow:hover {*/
/*  outline: 0;*/
/*  border-color: var(--color-1);*/
/*}*/
/*.slider__slick .slick-prev {*/
/*  -webkit-transform: rotate(135deg);*/
/*  -o-transform: rotate(135deg);*/
/*  transform: rotate(135deg);*/
/*  left: 2em;*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__slick .slick-prev {*/
/*    left: 0.75em;*/
/*  }*/
/*}*/
/*.slider__slick .slick-next {*/
/*  -webkit-transform: rotate(-45deg);*/
/*  -o-transform: rotate(-45deg);*/
/*  transform: rotate(-45deg);*/
/*  right: 2em;*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__slick .slick-next {*/
/*    right: 0.75em;*/
/*  }*/
/*}*/
/*.slider__slick .slick-dots {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  margin: 0;*/
/*  padding: 1em 0;*/
/*  text-align: center;*/
/*}*/
/*.slider__slick .slick-dots li {*/
/*  display: inline-block;*/
/*}*/
/*.slider__slick .slick-dots button {*/
/*  cursor: pointer;*/
/*  color: transparent;*/
/*  border-radius: 50%;*/
/*  width: 0.9em;*/
/*  height: 0.9em;*/
/*  padding: 0;*/
/*  margin: 0 0.15em;*/
/*  background-color: #fff;*/
/*  border: 0;*/
/*  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
/*  -webkit-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*  transition: 0.3s;*/
/*}*/
/*.slider__slick .slick-dots .slick-active button,*/
/*.slider__slick .slick-dots button:focus,*/
/*.slider__slick .slick-dots button:hover {*/
/*  background-color: var(--color-2);*/
/*  border-color: transparent;*/
/*}*/
/*.slider__slick .slick-dots button:focus {*/
/*  outline: 0;*/
/*}*/
/*.slider__slide.slick-slide {*/
/*  position: relative;*/
/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*  -webkit-align-items: center;*/
/*  align-items: center;*/
/*  -webkit-box-pack: center;*/
/*  -webkit-justify-content: center;*/
/*  justify-content: center;*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__slide.slick-slide {*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -webkit-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-pack: start;*/
/*    -webkit-justify-content: flex-start;*/
/*    justify-content: flex-start;*/
/*  }*/
/*}*/
/*.slider__slide--gradient {*/
/*  background-color: var(--color-3);*/
/*}*/
/*.slider__slide--gradient:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__slide--gradient:after {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.slider__slide--gradient.slider__slide--full:after {*/
/*  background-image: -webkit-linear-gradient(*/
/*    left,*/
/*    rgba(0, 0, 0, 0.2),*/
/*    rgba(0, 0, 0, 0.4) 25%,*/
/*    rgba(0, 0, 0, 0.4) 75%,*/
/*    rgba(0, 0, 0, 0.2)*/
/*  );*/
/*  background-image: -o-linear-gradient(*/
/*    left,*/
/*    rgba(0, 0, 0, 0.2),*/
/*    rgba(0, 0, 0, 0.4) 25%,*/
/*    rgba(0, 0, 0, 0.4) 75%,*/
/*    rgba(0, 0, 0, 0.2)*/
/*  );*/
/*  background-image: linear-gradient(*/
/*    90deg,*/
/*    rgba(0, 0, 0, 0.2),*/
/*    rgba(0, 0, 0, 0.4) 25%,*/
/*    rgba(0, 0, 0, 0.4) 75%,*/
/*    rgba(0, 0, 0, 0.2)*/
/*  );*/
/*}*/
/*.slider__slide--gradient.slider__slide--half:after {*/
/*  background-image: -webkit-linear-gradient(*/
/*    315deg,*/
/*    rgba(0, 0, 0, 0.5),*/
/*    rgba(0, 0, 0, 0.45) 40%,*/
/*    transparent 80%,*/
/*    transparent*/
/*  );*/
/*  background-image: -o-linear-gradient(*/
/*    315deg,*/
/*    rgba(0, 0, 0, 0.5),*/
/*    rgba(0, 0, 0, 0.45) 40%,*/
/*    transparent 80%,*/
/*    transparent*/
/*  );*/
/*  background-image: linear-gradient(*/
/*    135deg,*/
/*    rgba(0, 0, 0, 0.5),*/
/*    rgba(0, 0, 0, 0.45) 40%,*/
/*    transparent 80%,*/
/*    transparent*/
/*  );*/
/*}*/
/*.slider__inner {*/
/*  position: relative;*/
/*  z-index: 10;*/
/*  padding: 3em 0 4.25em;*/
/*}*/
/*.slider__inner > .title-element {*/
/*  margin-bottom: 1.5em;*/
/*}*/
/*@media (max-width: 1390px) {*/
/*  .slider__inner {*/
/*    max-width: calc(100vw - 7em);*/
/*  }*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__inner {*/
/*    max-width: calc(100vw - 3.5em);*/
/*  }*/
/*}*/
/*.slider__text .image-element {*/
/*  margin-left: 0;*/
/*}*/
/*.slider__text .button-element {*/
/*  margin-top: 1.4em;*/
/*}*/
/*.slider__text--half {*/
/*  max-width: 28em;*/
/*}*/
/*.slider__image {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100vw;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*  -o-object-position: var(--slider-image-h-align) var(--slider-image-v-align);*/
/*  object-position: var(--slider-image-h-align) var(--slider-image-v-align);*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .slider__image {*/
/*    -webkit-box-ordinal-group: 0;*/
/*    -webkit-order: -1;*/
/*    order: -1;*/
/*    position: relative;*/
/*    margin-top: 1.11111em;*/
/*    width: calc(100vw - 2.22222em);*/
/*    height: auto;*/
/*  }*/
/*}*/

.help-locating-us {
  padding: 100px 0;
}
.help-locating-us-btn {
  -webkit-appearance: none;
  overflow: hidden;
  display: inline-block;
  min-width: 9.25em;
  border: 0;
  background-color: #024aa6;
  background-color: var(--color-2);
  padding: 0.6em 1.25em;
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.help-locating-us-btn:hover {
  background-color: var(--color-1);
  color: #fff;
}

.locator__filter > ul.locator__fuzzy {
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 9.75em;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.locator__filter > ul.locator__fuzzy li {
  padding: 0;
  border-top: 1px solid #f4f4f5;
  list-style: none;
}

.locator__filter > ul.locator__fuzzy li button {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 0;
  padding: 0.35em 0.5em;
  background-color: transparent;
  font-size: 0.7em;
  color: #000;
  text-align: left;
}

#locator-filter-submit {
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px #fff;
  background-color: transparent;
  min-width: unset;
}

.state-location-card {
  border-radius: 5px;
}

.state-location-card-inner {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.state-location-card-link {
  border: 1px solid #addc01;
  border-radius: 5px;
  font-size: 13px;
  padding: 3px 10px;
  flex-basis: 48%;
  text-align: center;
  transition: all 0.3s ease;
  color: #000;
  flex-basis: 48%;
}

.state-location-card-link svg {
  height: 10px;
}

.state-location-card-link:hover {
  background: #addc01;
  color: #fff;
}

.state-location-card-link:hover #call-icon {
  fill: #fff !important;
}

.state-location-card-image-block {
  transition: all 0.3s ease;
}

.state-location-card-image-block:hover {
  filter: brightness(80%);
}

.state-location-card-button {
  display: block;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  background: #86b622;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.state-location-card-button:hover {
  color: #fff;
  filter: brightness(80%);
}

.menu-footer-container {
  display: inline;
}

ul.footer {
  list-style: none;
  display: inline;
  padding-left: 0;
}

ul.footer li {
  display: inline;
}

ul.footer li a {
  color: #908d8c;
  border-right: 1px solid #908d8c;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 10px;
}

ul.footer > li:last-child > a {
  border-right: none;
}

.blue-text {
  color: #4e8fb9;
}

.blue-title {
  color: #0c69a0;
}

.contact-form .col-4,
.contact-form .col-8 {
  min-width: 250px;
}

.contact-form .container {
  padding: 15px;
  background-color: #f8fafe;
}

.contact-form p {
  margin-bottom: 3px;
}

.contact-form input:not([type="radio"]),
.contact-form select {
  width: 100%;
  padding: 3px 7px;
  border-radius: 1px;
}

.contact-form input[name="no"] {
  margin-left: 5px;
}

.contact-form textarea {
  width: 100%;
  min-height: 100px;
}

.contact-form [type='submit'] {
  margin-top: 30px;
  background-color: #4d65ae;
  border-radius: 5px;
  margin-right: 15px;
  border-bottom: 3px solid #a8b6d9;
  padding: 10px !important;
}

.contact-form [type='submit']:hover {
  background-color: #a8b6d9;
}

.contact-form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(images/src-sprite/arrow.svg) no-repeat 97% white;
  background-size: 17px;
  padding-right: 33px!important;
}

.contact-form .gform_footer.top_label {
  text-align: right !important;
}

.contact-form .gravity-form-email{
  width: 66.5% !important;
}
.contact-form .gravity-form-phone{
  width: 66.5% !important;
}

@media screen and (max-width: 768px)
{
  .contact-form .gravity-form-email{
    width: 100% !important;
  }
  .contact-form .gravity-form-phone{
    width: 100% !important;
  }
}


.locator-cta__inner {
  padding: 1.63em 1.11111em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.locator-cta__inner label {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 800px) {
  .locator-cta__inner label {
    width:100%;
    margin-bottom: .25em;
    text-align: center
  }
}

.locator-cta__inner input {
  border: 0;
  text-align: center;
  min-height: 2.75em;
  margin-left: 2em;
  margin-right: 2em
}

@media (max-width: 800px) {
  .locator-cta__inner input {
    width:10em;
    margin: 0 .75em 0 0
  }
}

@media (max-width: 500px) {
  .locator-cta__inner input {
    width:100%;
    margin: 0 0 .5em
  }
}

.locator-cta__inner button {
  min-width: 0;
  padding-left: 1.75em;
  padding-right: 1.75em
}

@media (max-width: 500px) {
  .locator-cta__inner button {
    width:100%
  }
}

.mod--bg-dark-3 {
  background-color: #66cef5;
  background-color: var(--color-3) !important;
  --color-bg: var(--color-3) !important;
}

.dentist-view-profile{
  color: var(--color-2) !important;
  transition: all 0.3s ease;
}

.dentist-view-profile:hover{
  color: var(--color-1) !important;
}

.dentist-excerpt>*{
  font-size: 15px;
}


.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slider__slick {
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.slider__slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.slider__slick .slick-slide {
  height: inherit;
}
.slider__slick .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin-top: -3em;
  background-color: transparent;
  border: 0 solid #fff;
  border-width: 0 4px 4px 0;
  color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider__slick .slick-arrow:focus,
.slider__slick .slick-arrow:hover {
  outline: 0;
  border-color: var(--color-1);
}
.slider__slick .slick-prev {
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 2em;
}
@media (max-width: 500px) {
  .slider__slick .slick-prev {
    left: 0.75em;
  }
}
.slider__slick .slick-next {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 2em;
}
@media (max-width: 500px) {
  .slider__slick .slick-next {
    right: 0.75em;
  }
}
.slider__slick .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
.slider__slick .slick-dots li {
  display: inline-block;
}
.slider__slick .slick-dots button {
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  width: 0.9em;
  height: 0.9em;
  padding: 0;
  margin: 0 0.15em;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider__slick .slick-dots .slick-active button,
.slider__slick .slick-dots button:focus,
.slider__slick .slick-dots button:hover {
  background-color: var(--color-2);
  border-color: transparent;
}
.slider__slick .slick-dots button:focus {
  outline: 0;
}
.slider__slide.slick-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .slider__slide.slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.slider__slide--gradient {
  background-color: var(--color-3);
}
.slider__slide--gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 500px) {
  .slider__slide--gradient:after {
    display: none;
  }
}
.slider__slide--gradient.slider__slide--full:after {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.2));
}
.slider__slide--gradient.slider__slide--half:after {
  background-image: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45) 40%, transparent 80%, transparent);
  background-image: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45) 40%, transparent 80%, transparent);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.45) 40%, transparent 80%, transparent);
}
.slider__inner {
  position: relative;
  z-index: 10;
  padding: 3em 0 4.25em;
}
.slider__inner > .title-element {
  margin-bottom: 1.5em;
}
@media (max-width: 1390px) {
  .slider__inner {
    max-width: calc(100vw - 7em);
  }
}
@media (max-width: 500px) {
  .slider__inner {
    max-width: calc(100vw - 3.5em);
  }
}
.slider__text .image-element {
  margin-left: 0;
}
.slider__text .button-element {
  margin-top: 1.4em;
}
.slider__text--half {
  max-width: 28em;
}
.slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: var(--slider-image-h-align) var(--slider-image-v-align);
  object-position: var(--slider-image-h-align) var(--slider-image-v-align);
}
@media (max-width: 500px) {
  /*.slider__image {*/
  /*  -webkit-box-ordinal-group: 0;*/
  /*  -webkit-order: -1;*/
  /*  order: -1;*/
  /*  position: relative;*/
  /*  margin-top: 1.11111em;*/
  /*  width: calc(100vw - 2.22222em);*/
  /*  height: auto;*/
  /*}*/
}

.text-element {
  width: 100%;
}
.text-element:last-child p:last-child,
.text-element:last-child ul:last-child,
.text-element:last-child ul:last-child li:last-child {
  margin-bottom: 1.11111em;
}
.text-element h3{
  font-size: 1.333em;
}



.mod--text-invert .mod--underline:before,
[class*="mod--bg-dark"] .mod--underline:before {
  background-color: #fff;
}
.mod--text-invert .h1,
.mod--text-invert .h2,
.mod--text-invert .h3,
.mod--text-invert .h4,
.mod--text-invert .h5,
.mod--text-invert .h6,
.mod--text-invert h1,
.mod--text-invert h2,
.mod--text-invert h3,
.mod--text-invert h4,
.mod--text-invert h5,
.mod--text-invert h6,
[class*="mod--bg-dark"] .h1,
[class*="mod--bg-dark"] .h2,
[class*="mod--bg-dark"] .h3,
[class*="mod--bg-dark"] .h4,
[class*="mod--bg-dark"] .h5,
[class*="mod--bg-dark"] .h6,
[class*="mod--bg-dark"] h1,
[class*="mod--bg-dark"] h2,
[class*="mod--bg-dark"] h3,
[class*="mod--bg-dark"] h4,
[class*="mod--bg-dark"] h5,
[class*="mod--bg-dark"] h6 {
  color: #fff;
}

.mod--text-invert,
.mod--text-invert blockquote,
.mod--text-invert hr,
[class*="mod--bg-dark"],
[class*="mod--bg-dark"] blockquote,
[class*="mod--bg-dark"] hr {
  color: #fff;
}

.mod--inner,
.mod--inner-pad,
.mod--inner-wide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1270px;
}

.col__group,
.mod--inner-pad,
.mod--pad-sides,
.title-element .mod--inner {
  padding-left: 1.11111em;
  padding-right: 1.11111em;
}

.slick-dotted.slick-slider { margin-bottom: 0; }

.cta-bar__call, .cta-grid-item__faux-title, .cta-grid-item__title, .grid__inner--2 .grid__label, .grid__label, .h1, .h2, .h3, .h4, .h5, .h6, .team-item__name, .team-item__title, blockquote, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.001em;
  margin: 0.95em 0px 0.75em;
}

.cta-grid-item__faux-title, .cta-grid-item__title, .h5, blockquote, h5 {
  font-size: 1.33333em !important;
}

.slider__inner h3.title-element
{
    font-size: 2em;
}


.slider__slick .slick-arrow {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  margin-top: -3em;
  background-color: transparent;
  border: 0 solid #fff;
  border-width: 0 4px 4px 0;
  color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider__slick .slick-dots button {
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  width: .9em;
  height: .9em;
  padding: 0;
  margin: 0 .15em;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slider__slick .slick-dots .slick-active button, .slider__slick .slick-dots button:focus, .slider__slick .slick-dots button:hover {
  background-color: var(--color-2);
  border-color: transparent;
}

.closed-office-banner
{
  /*background: var(--color-2);*/
  background: var(--color-1);
  display: block;
  position: fixed;
  top: 118px;
  padding: 10px;
  width: 100%;
  z-index: 100;
}

.closed-office-banner .inner
{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.closed-office-banner p
{
color: #fff;
margin-bottom: 0;
}

.closed-office-banner a
{
  -webkit-appearance: none;
  overflow: hidden;
  display: inline-block;
  border: 0;
  background-color: var(--color-2);
  padding: 0.2em 2.05em !important;
  font-size: 1.16667em;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: flex;
  justify-content: center;
}


@media (min-width: 1200px)
{
  .closed-office-banner .inner {
    max-width: 1270px;
  }
}
.custom-nav-item{
	position: absolute;
}
.custom-nav-item li{
	background-color: var(--color-1);
	width: 190px;
	transform: translate(-20px, 10px);
}
.custom-nav-item a{
	color: #fff !important;
	font-weight: 400 !important;
}
.menu-item-14597{
  display: none;
}
@media(max-width: 991px){
    .d-none.d-lg-flex.row.admin{
        display: block !important;
    }
}
@media(max-width: 600px){
  .locator__filters{
    flex-direction: column;
    padding: 0 !important;
  }
  .locator__filter-frame{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .locator__filter{
    margin-bottom: 10px !important;
    width: 100%;
  }
  #image_grid .col-12.images{
    justify-content: center;
  }
  #image_grid .col-12.images img{
    margin-bottom: 20px;
  }
  .pup__item{
    flex-direction: column-reverse;
  }
  .pup__text{
    padding: 0;
  }
  .pup__media{
    text-align: center;
  }
  body.category .posts{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .navigation.pagination{
    width: 100%;
  }
  .navigation.pagination .nav-links{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navigation.pagination .nav-links span{
    margin: 0.2rem;
  }
  .payment-and-financing-block img{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .payment-and-financing{
    padding: 50px 0 0 !important;
  }
  .payment-and-financing-block p{
    max-width: unset;
  }
  .testimony{
    padding-top: 0;
  }
  .hours-of-operations-wrapper{
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }
  .col__group, .mod--inner-pad, .mod--pad-sides, .title-element .mod--inner{
    padding-left: 3.11111em;
    padding-right: 3.11111em;
  }
  #menu-toggle{
    margin-top: 0;
  }
  .headernav .main .col{
    margin-top: 10px;
  }
  #locator .container .row:last-child{
    flex-direction: column;
  }
  .locator__map{
    flex: unset;
  }
  .locator__panel{
    margin-left: 0;
    width: 100%;
    min-height: unset;
    height: 100%;
  }
  .locator__office{
    width: unset;
  }
  .offices-find-your-location-text{
    margin: 0;
  }
  .payment-and-financing-block p{
    margin: 0 auto;

  }
  .columns-wrap{
    padding: 0;
  }
  body.category .posts .post{
    margin-right: 0;
  }
  .payment-and-financing-block p{
    max-width: unset !important;
  }
  .payment-and-financing-block img{
    height: auto !important;
  }
  .menu-item-14597{
    display: block;
  }
}



.new-hero .hero-btn {
    -webkit-appearance: none;
    overflow: hidden;
    display: inline-block;
    min-width: 9.25em;
    border: 0;
    background-color: #8dc73f;
    padding: 0.6em 1.25em;
    font-size: 1.16667em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 0.7em;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px transparent, inset 0 0 0 4px transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.new-hero .hero-btn:hover, .family-header .main .menu a:hover {
    background-color: #152852;
    color: #fff;
}
.hero.top-hero.new-hero{
  background: rgb(0,184,246);
  background: -moz-linear-gradient(90deg, rgba(0,184,246,1) 56%, rgba(144,223,240,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,184,246,1) 56%, rgba(144,223,240,1) 100%);
  background: linear-gradient(90deg, rgba(0,184,246,1) 56%, rgba(144,223,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8f6",endColorstr="#90dff0",GradientType=1);
  background-position: inherit !important;
}
.header-schedule-now-menu-item>a{vertical-align: middle;}
.family-header .header-schedule-now-menu-item>a{border-radius: 10px; background-color: #8dc73f;}
.new-hero .hero-img{height: 100%; position: absolute; right: 0;}
.headernav .main .menu ul{ padding: 0 !important;}
.family-header .header-schedule-now-menu-item{width: auto;}
.family-header .main{padding: 0 !important;}
.family-header .main .menu a{margin-bottom: 0 !important;}
.family-header .main .col{margin-top: 0;}
.family-header .main .menu ul{height: 75px;}

.services-boxs{padding: 80px 0;}
.services-boxs .service{text-align: center;}
.services-boxs .service img{height: 135px;}
.services-boxs .service p{color: #63758d;font-weight: 500;padding: 0 20px;}
.services-boxs .service h4{font-family: "Oswald", sans-serif; color: #152852;}
.title-box h2{text-align: center;color: #152852;font-size: 38px;}
.title-box h2::after{content: "";background-color: #788bbc;margin: auto;width: 30%;display: block;height: 3px;margin-top: 30px;}
.services-content{margin-bottom: 60px;}
.testimonial-wrapper{padding: 60px 40px;background-color: #c6cce4;padding-bottom: 80px;}
.testimonial-title span{text-align: center;font-size: 22px;color: #152852;display: block;font-weight: 600;}
.testimonial-title h2{text-align: center;font-size: 38px;color: #152852;margin-top: 10px;margin-bottom: 50px;}
.testimonial-review-box {padding: 25px 40px;background: #fff;text-align: center;}
.testimonial-review-box h5{display: flex;background: #8dc640;font-size: 42px !important;width: 60px;height: 60px;align-items: center;justify-content: center;font-weight: 500;margin: auto; border-radius: 50%;color: #fff;text-align: center;margin-bottom: 20px;}
.testimonial-review-box p{font-weight: 500;}
.testimonial-review-box a{color: #586b83;font-weight: 600;margin-top: 20px;transition: 0.3s;}
.testimonial-review-box a:hover{color: #152852;}
.stat-icon{padding-bottom: 20px;display: flex;gap: 10px;justify-content: center;}
.stat-icon img{width: 25px;}
.location-wrapper{margin-top: 60px;margin-bottom: 60px;}
.location-find-box{max-width: 60%;margin: auto;border: 2px solid var(--color-2);box-shadow: 0px 0px 8px #ccc;border-radius: 10px;padding: 20px;text-align: center;margin-top: 60px;}
.location-find-box .location-form-title h4{text-align: center;color: #152852;font-size: 22px;margin-bottom: 20px;}
.location-find-box input.input-text{border: 1px solid #b3bedb;background-color: #f4f9ff;border-radius: 8px;padding: 20px;text-align: center;display: block;width: 60%;margin: auto;margin-bottom: 20px;}
.location-find-box input.input-text::placeholder{color: #000;font-size: 18px;text-align: center;}
body .location-find-box input.submit-button{background: #00adef;color: #fff;font-size: 15px;padding: 10px;border: 0;border-radius: 10px;font-weight: 500;}
body .location-find-box input.submit-button:hover {  background: #0697cf;}
.footer-wrapper{background: #ecedf1;padding: 40px 0;}
.footer-box{display: flex;align-items: center;justify-content: space-between;}
.footer-box .menu ul{padding: 0;}
.footer-box .menu ul li{list-style: none;margin: 0;}
.footer-box .menu ul li a{margin-bottom: 0;margin-left: 0;border-radius: 10px;}
.footer-box .menu ul{margin-bottom: 0;}
.footer-copy-right ul li a{color: #504d4c;font-size: 16px;}
.footer-copy-right ul li{margin-top: 20px;text-align: right;list-style: none;color: #504d4c;font-size: 16px;}
.menu ul li a i:empty:before, .hero-text a i:empty:before {content: '';background: url('https://www.dentalworks.com/wp-content/themes/dentalworks/images/phone-ico.png');height: 20px;width: 10px;position: relative;display: inline-block;vertical-align: middle;}
.mobile-banner {  display: none;}
.footer-box .menu ul li a:hover {  background-color: #152852;  color: #fff;}

  @media(max-width:1199px){
    .new-hero .hero-btn img{height: 12px;}
  }

  @media (max-width: 991px){

    .title-box h2{font-size: 28px;}
    .services-boxs .service img{height: 80px;}
    .services-content {margin-bottom: 40px;}
    .services-boxs {padding: 20px 0;}
    .footer-wrapper .header-schedule-now-menu-item {width: unset;}
  }

  @media(max-width: 767px){

    .testimonial-title span{font-size: 16px;}
    .testimonial-title h2{font-size: 28px;margin-bottom: 30px;}
    .testimonial-review-box{margin-bottom: 10px;padding: 20px;}
    .location-find-box{max-width: 100%;margin-top: 30px;}
    .footer-copy-right ul{padding-left: 0;margin-bottom: 0;}
    .location-find-box input.input-text{width: 80%;}
    .testimonial-wrapper{padding: 40px 0;}
    .location-wrapper {margin-top: 40px;margin-bottom: 40px;}
    .mobile-banner .hero-text {      width: 100% !important;      text-align: center;      margin: 20px auto 0 auto;  }  
    .mobile-banner .top-hero .hero-text > h4 em {      font-size: 18px;      margin: 0 0 5px 0;      display: block;  }
    .mobile-banner .top-hero .hero-text > h1 {      font-size: 20px !important;      margin: 0 0 15px 0;  }  
    .mobile-banner .top-hero .hero-btn {      font-size: 14px;  }  
    .mobile-banner .menu ul li a i:empty:before,   .mobile-banner .hero-text a i:empty:before {      background-size: 10px;      top: -2px;      background-repeat: no-repeat;      background-position: center;      width: 15px;      height: 18px;  }  
    .mobile-banner {    display: block;    padding-bottom: 30px;    background: #f1f1f1;    padding-top: 10px;}
    .desktop-banner .top-hero .hero-text > h1, .desktop-banner .top-hero .hero-text > a.hero-btn {  display: none;}
    .desktop-banner .top-hero .hero-text > h4 em {  font-size: 22px;}
    .footer-box .menu ul li a {  font-size: 14px;}
    .footer-wrapper {  background: #ecedf1;  padding: 40px 0 40px 0;}
    .family-header .main .menu a {      margin-bottom: 0 !important;      font-size: 14px;  }
    .family-header .main .menu a{font-size: 12px;}

  }

  @media(max-width:600px){
    .family-header .main .menu ul{height: 55px;}
    .family-header .main .menu a { margin-bottom: 0 !important; margin-left: 5px; padding-left: 10px !important; padding-right: 10px !important;}
    .new-hero .hero-btn img{height: 10px;}
    .family-header .main .menu a img{height: 14px;}
    .title-box h2 {font-size: 22px;}
    .services-boxs .service p{padding: 0;}
    .footer-wrapper #site-logo{max-width: 150px;}
    .testimonial-review-box h5{font-size: 28px;}
    .location-find-box input.input-text{width: 100%;}
    .testimonial-title h2{font-size: 24px;}
  }

  @media (max-width: 475px){
    .footer-box{flex-direction: column;gap: 20px;}
    .footer-copy-right ul li{text-align: center;font-size: 14px;}
    .footer-copy-right ul li a{font-size: 14px;}  
    .family-header .main .menu a{font-size: 12px;}
    .hero-text {width: 200px !important;position: relative;z-index: 9;}
    .footer-box .menu ul li a{font-size: 13px;}
    .hero.top-hero .hero-btn{font-size: 9px;}
    
  }