@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-lightitalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-Poppins.woff2") format("woff2");
}
@font-face {
  font-family: "Museo Slab";
  src: url("../fonts/museo-slab.woff2") format("woff2");
}
@font-face {
  font-family: "Trend Sans";
  src: url("../fonts/trend-sans.woff2") format("woff2");
}
.btn-appt {
  background-color: rgb(225, 37, 27);
  background-image: url("/wp-content/themes/nda2023/images/calendar-check.svg");
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  border-radius: 3rem;
  border: 0.5rem solid white;
  box-shadow: 1rem 0.75rem 0 rgba(0, 0, 0, 0.25);
  color: white;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  max-width: 100%;
  padding: 1.5rem 6.5rem 1.5rem 4rem;
  text-transform: uppercase;
}
.btn-appt:hover, .btn-appt:active, .btn-appt:focus {
  background-color: rgb(0, 166, 210);
  border-color: white;
}

.btn-appt-wrapper {
  margin: 0 2rem -2.5rem;
  text-align: center;
}

.entry-content .page-header-block {
  display: none;
}
.lzb-preview-server .page-header-block {
  background-color: rgb(0, 166, 210);
  color: white;
}
.page-header-block .page-icon {
  text-align: center;
}
.page-header-block .page-icon img {
  height: 150px;
  width: 150px;
}
.home .page-header-block .page-icon img {
  height: 200px;
  max-width: 100%;
  width: auto;
}
.page-header-block .page-summary {
  font-size: 1.25rem;
  margin: 0 auto 3rem;
  max-width: 70%;
  text-align: center;
}
.page-header-block .page-title {
  font-family: "Trend Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 5rem;
  margin: 0;
  text-align: center;
  text-transform: lowercase;
}
.home .page-header-block .page-title {
  font-family: "Museo Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  margin: 0 0 1rem;
  text-transform: unset;
}

.block-background-dark-grey {
  background-color: rgb(93, 93, 93);
  color: white;
}
.block-background-dark-grey .block-title {
  color: white;
}

.block-background-taupe {
  background-color: #ffe3c5;
}

.block-content-wrapper {
  order: 0;
  padding: 0 2rem;
}

.block-image {
  display: flex;
  flex: 0 0 25%;
  justify-content: center;
}
.block-image img {
  max-height: 300px;
}

.block-image-left {
  order: -1;
}

.block-title {
  color: rgb(93, 93, 93);
  font-family: "Trend Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  margin: 0 0 0.5rem;
}

.block-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.centered-block .block-title {
  margin-top: 1rem;
  text-align: center;
}
.centered-block .block-content {
  margin: 0 auto;
  max-width: 70%;
  text-align: center;
}
.centered-block .block-image + .block-title {
  margin-top: 0;
}

.standard-block {
  border-bottom: 1px solid rgba(44, 79, 91, 0.2);
}
.standard-block .content {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 0 !important;
}

button {
  cursor: pointer;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0.5em 1em 0.25em;
}

.content {
  border-left: 1px solid rgba(44, 79, 91, 0.2);
  border-right: 1px solid rgba(44, 79, 91, 0.2);
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 1rem;
}

.entry-content {
  margin-top: 0;
}

.entry-footer {
  display: none;
}

.home .site-header > .content {
  padding-bottom: 5rem;
}

.inner-page-banner h1 {
  margin: 0;
  padding: 2rem 0 1rem;
}

.main-navigation {
  flex: 0 0 52px;
  padding-right: 1rem;
}
.main-navigation .mega-toggle-blocks-center,
.main-navigation .mega-toggle-blocks-right {
  display: none !important;
}

.page {
  margin-bottom: 0;
}

.site-branding {
  align-items: center;
  display: flex;
  padding: 1rem 0;
}
.site-branding ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-branding ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.site-branding ul li:first-child {
  border-left-width: 0;
}
.site-branding ul li:last-child {
  border-right-width: 0;
}
.site-branding ul li.facebook a {
  background-image: url("/wp-content/themes/nda2023/images/icon-facebook.svg");
}
.site-branding ul li.icon a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
  height: 0;
  overflow: hidden;
  padding: 3.5rem 0 0;
  width: 5.5rem;
}
.site-branding ul li.icon a:hover, .site-branding ul li.icon a:active, .site-branding ul li.icon a:focus {
  filter: invert(100%);
}
.site-branding ul li.instagram a {
  background-image: url("/wp-content/themes/nda2023/images/icon-instagram.svg");
}
.site-branding ul li a {
  display: block;
  padding: 1rem 1.5rem;
}
.site-branding .menu-top-social-media-container {
  flex: 1 0 auto;
}

.site-footer {
  background-color: rgb(0, 166, 210);
  color: white;
}
.site-footer .site-info {
  padding: 1rem;
  text-align: center;
}

.site-header {
  background-color: rgb(0, 166, 210);
  color: white;
}
.home .site-header {
  background-image: url("/wp-content/themes/nda2023/images/icon-tooth.svg");
  background-position: top -3rem center;
  background-repeat: no-repeat;
  background-size: 70% auto;
}
.site-header a {
  color: white;
  text-decoration: none;
}
.site-header a:hover, .site-header a:active, .site-header a:focus {
  color: black;
}
.site-header + .header-border {
  background-color: rgb(207, 207, 207);
}
.site-header + .header-border .content {
  height: 0.75rem;
}

.site-main {
  background-color: white;
}
.site-main > .content {
  padding: 3rem 0 0;
}
.site-main > .content > :last-child {
  margin-bottom: 0 !important;
}

.site-title {
  margin: 0;
}
.site-title a {
  display: block;
}
.site-title a:hover path,
.site-title a:hover polygon, .site-title a:active path,
.site-title a:active polygon, .site-title a:focus path,
.site-title a:focus polygon {
  fill: black;
}
.site-title svg {
  height: 60px;
  width: auto;
}
.site-title svg path,
.site-title svg polygon {
  fill: white;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

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