@charset "UTF-8";
/******************************************************************

Stylesheet: Ann Arbor's Dentist Main Stylesheet

Fontainebleau Media Foundation for Sites Customizations
Version 1.0
www.fontainebleaumedia.com
Proprietary

******************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/************** COMPONENTS ****************/
/* Images */
.wp-block-image .alignright {
  float: right;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
  }
}
/* Form */
.nf-form-cont {
  max-width: 600px;
}

.nf-form-title {
  display: block;
}
.nf-form-title h3 {
  font-size: 1.5rem;
  color: #5c8000;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .nf-form-title h3 {
    font-size: 3rem;
    line-height: 5rem;
  }
}

.nf-before-form-content .nf-form-fields-required {
  font-size: 12px;
  color: #999999;
  text-align: right;
}

.nf-form-content .nf-field-container {
  margin-bottom: 0.625rem;
}
.nf-form-content .nf-field label,
.nf-form-content .nf-field span {
  font-size: 1rem;
  color: #5c8000;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .nf-form-content .nf-field label,
  .nf-form-content .nf-field span {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.nf-form-content .nf-field .nf-field-label label,
.nf-form-content .nf-field .nf-field-label span {
  font-size: 1rem;
  color: #5c8000;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .nf-form-content .nf-field .nf-field-label label,
  .nf-form-content .nf-field .nf-field-label span {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
  }
}
.nf-form-content .nf-field .nf-field-element {
  /* .field-wrap>div input[type=checkbox], */
}
.nf-form-content .nf-field .nf-field-element li {
  margin: 0 0 10px !important;
}
.nf-form-content .nf-field .nf-field-element li label {
  font-size: 1rem;
  color: #5c8000;
  line-height: 2;
}
@media print, screen and (min-width: 40em) {
  .nf-form-content .nf-field .nf-field-element li label {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.3;
  }
}
.nf-form-content .nf-field .nf-field-element li input {
  margin-top: 0;
}
.nf-form-content .nf-field .nf-field-element input,
.nf-form-content .nf-field .nf-field-element select,
.nf-form-content .nf-field .nf-field-element textarea {
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #5c8000;
  border-radius: 0.625rem;
  font-size: 1rem;
  color: #5c8000;
  box-shadow: none;
  padding: 0 1rem;
}
.nf-form-content .nf-field .nf-field-element input:focus,
.nf-form-content .nf-field .nf-field-element select:focus,
.nf-form-content .nf-field .nf-field-element textarea:focus {
  background-color: transparent;
}
@media print, screen and (min-width: 40em) {
  .nf-form-content .nf-field .nf-field-element input,
  .nf-form-content .nf-field .nf-field-element select,
  .nf-form-content .nf-field .nf-field-element textarea {
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
  }
}
.nf-form-content .nf-field .nf-field-element textarea {
  height: 200px;
  resize: none;
  padding: 0.5rem 1rem;
}
.nf-form-content .nf-field .nf-field-element input[type=checkbox],
.nf-form-content .nf-field .nf-field-element input[type=radio] {
  position: relative;
  width: 1.8rem !important;
  height: 1.8rem;
  border-radius: 15px;
  appearance: none;
  padding: 15px;
}
.nf-form-content .nf-field .nf-field-element input[type=checkbox]:checked,
.nf-form-content .nf-field .nf-field-element input[type=radio]:checked {
  border: 1px solid #5c8000;
  color: #88bb04;
}
.nf-form-content .nf-field .nf-field-element input[type=checkbox]:checked:after,
.nf-form-content .nf-field .nf-field-element input[type=radio]:checked:after {
  content: "✓";
  font-size: 55px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #88bb04;
  line-height: 20px;
}
.nf-form-content .nf-field .nf-field-element button,
.nf-form-content .nf-field .nf-field-element input[type=button],
.nf-form-content .nf-field .nf-field-element input[type=submit] {
  padding: 0.625rem 2rem;
}
.nf-form-content .nf-field .nf-field-element button:hover, .nf-form-content .nf-field .nf-field-element button:hover,
.nf-form-content .nf-field .nf-field-element input[type=button]:hover,
.nf-form-content .nf-field .nf-field-element input[type=button]:hover,
.nf-form-content .nf-field .nf-field-element input[type=submit]:hover,
.nf-form-content .nf-field .nf-field-element input[type=submit]:hover {
  background-color: rgba(92, 128, 0, 0.1);
}
@media print, screen and (min-width: 40em) {
  .nf-form-content .nf-field .nf-field-element button,
  .nf-form-content .nf-field .nf-field-element input[type=button],
  .nf-form-content .nf-field .nf-field-element input[type=submit] {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.nf-form-content .nf-field .checkbox-wrap .nf-field-element {
  width: 31px;
  height: 31px;
}
.nf-form-content .nf-field .nf-field-element p {
  color: #333333;
}

.nf-after-field .nf-error-msg {
  font-size: 12px;
  margin: 0;
}
.nf-after-field .nf-input-limit {
  margin-top: 0;
}

.nf-after-form-content .nf-form-hp {
  display: none;
}

.ninja-forms-req-symbol {
  color: #e80000 !important;
}

@media print, screen and (max-width: 39.9375em) {
  .nf-response-msg {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 40em) {
  .nf-response-msg {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 60em) {
  .nf-response-msg {
    max-width: 500px;
  }
}
.nf-response-msg h2 {
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .nf-response-msg h2 {
    line-height: 5rem;
  }
}
@media print, screen and (min-width: 60em) {
  .nf-response-msg h2 {
    font-weight: 300;
    line-height: 6rem;
  }
}
.nf-response-msg h3 {
  text-align: center;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 60em) {
  .nf-response-msg h3 {
    font-weight: 300;
  }
}
.nf-response-msg p {
  text-align: center;
}
.nf-response-msg button {
  display: block;
  border: #5c8000 solid 1px;
  border-radius: 0.625rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.nf-response-msg button span {
  font-size: 1.125rem;
  color: #5c8000;
  line-height: 30px;
}

/* Reveal */
html.is-reveal-open {
  overflow: hidden;
}

.reveal {
  top: 0 !important;
  height: 100vh;
  border: none;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    top: 5vh !important;
    height: 90vh;
    border-radius: 50px;
  }
}

.home .nf-after-form-content {
  display: none;
}

.reveal-close-button {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  line-height: 0;
  border-radius: 0 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .reveal-close-button {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media print, screen and (min-width: 48em) {
  .reveal-close-button {
    border-radius: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .reveal-close-button {
    width: 60px;
    height: 60px;
  }
}
.reveal-close-button svg path {
  stroke: #5c8000;
  stroke-width: 2px;
}
@media print, screen and (min-width: 40em) {
  .reveal-close-button svg path {
    stroke: #ffffff;
  }
}
.reveal-close-button.dark-background {
  background: rgba(0, 0, 0, 0.3);
}
.reveal-close-button.dark-background svg path {
  stroke: #ffffff;
}
.reveal-close-button .close-xsvg {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 64em) {
  .reveal-close-button .close-xsvg {
    color: #ffffff;
  }
}
.reveal-close-button .close-xsvg path {
  stroke: #5c8000;
}
@media print, screen and (min-width: 40em) {
  .reveal-close-button .close-xsvg path {
    stroke: #ffffff;
  }
}

.reveal-header--wrapper {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.reveal-header--wrapper .reveal-header--branding {
  position: relative;
}
.reveal-header--wrapper .reveal-header--branding .cell {
  width: 112px;
  line-height: 40px;
}
.reveal-header--wrapper .reveal-header--branding .cell svg {
  width: 112px;
  height: auto;
  vertical-align: middle;
}
.reveal-header--wrapper .reveal-header--title {
  position: relative;
}
.reveal-header--wrapper .reveal-header--title .cell h2 {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.reveal-header {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: height 500ms;
}
@media print, screen and (min-width: 60em) {
  .reveal-header {
    transition: all 0s ease 0s;
  }
}

/* Reveal Form */
.reveal-form-container {
  position: relative;
  height: 100%;
  padding-top: 80px;
  overflow: scroll;
}
@media print, screen and (min-width: 40em) {
  .reveal-form-container {
    border-radius: 50px;
  }
}
.reveal-form-container .grid-x {
  height: 100%;
}
@media print, screen and (max-width: 39.9375em) {
  .reveal-form-container .grid-x .cell {
    padding: 0;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .reveal-form-container .cell {
    padding: 0;
  }
}
.reveal-form-container .nf-form-cont {
  height: 100%;
}
@media print, screen and (max-width: 39.9375em) {
  .reveal-form-container .nf-form-cont {
    margin-bottom: 100px;
  }
}
.reveal-form-container .nf-form-cont .nf-form-wrap {
  height: 100%;
}
.reveal-form-container .nf-form-cont .nf-form-wrap .nf-response-msg {
  height: 100%;
}
.reveal-form-container .nf-form-cont .nf-form-wrap .nf-response-msg .nf-response-msg-inner-wrapper {
  display: flex;
  height: 100%;
}
.reveal-form-container .nf-form-cont .nf-form-wrap .nf-response-msg .nf-response-msg-inner {
  display: flex;
  flex-flow: column;
  border-top: 2px #5c8000 solid;
  border-bottom: 2px #5c8000 solid;
}
.reveal-form-container #nf-field-20-wrap p {
  font-size: 10px;
}
@media print, screen and (min-width: 40em) {
  .reveal-form-container #nf-field-20-wrap p {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal-form-container #nf-field-32-wrap input[type=submit],
  .reveal-form-container #nf-field-26-wrap input[type=submit] {
    margin-bottom: 2rem;
  }
}

/* Green Button */
.green-button--wrapper {
  display: flex;
  position: relative;
}
.green-button--wrapper a {
  flex: 0 0 100%;
}

.green-button {
  display: flex;
  position: relative;
  width: 100%;
  height: 200px;
}

.green-button--border {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #5c8000 1px solid;
  border-radius: clamp(0.625rem, 0.3125rem + 1.5625vw, 0.9375rem);
}

.green-button--copy {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  font-size: clamp(1rem, 0.625rem + 1.875vw, 1.75rem);
  color: #5c8000;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .green-button--copy {
    width: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .green-button--copy {
    font-size: clamp(1.5rem, 0.5rem + 1.6667vw, 1.75rem);
  }
}

/* Leaf Button */
.leaf-button--wrapper {
  display: flex;
  position: relative;
}

.leaf-button {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.leaf-button svg {
  width: 100%;
}

/* Picture Button */
.picture-button--wrapper {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}

.picture-button {
  display: flex;
  position: relative;
  width: clamp(12.5rem, 6.25rem + 31.25vw, 18.75rem);
  height: clamp(8.75rem, 5rem + 18.75vw, 12.5rem);
  border-radius: clamp(0.625rem, 0.3125rem + 1.5625vw, 0.9375rem);
}

.picture-button--background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: clamp(0.625rem, 0.3125rem + 1.5625vw, 0.9375rem);
}

.picture-button--border {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #5c8000 4px solid;
  border-radius: clamp(0.625rem, 0.3125rem + 1.5625vw, 0.9375rem);
}
@media print, screen and (min-width: 40em) {
  .picture-button--border {
    border-width: 5px;
  }
}
@media screen and (min-width: 64em) {
  .picture-button--border {
    border-width: 6px;
  }
}

.picture-button--copy {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  font-size: clamp(1.36rem, 0.52rem + 4.2vw, 2.2rem);
  color: #5c8000;
  line-height: 1.2;
}
@media print, screen and (min-width: 22.5em) {
  .picture-button--copy {
    border-width: 4px;
  }
}
@media print, screen and (min-width: 30em) {
  .picture-button--copy {
    border-width: 5px;
  }
}
@media print, screen and (min-width: 40em) {
  .picture-button--copy {
    border-radius: 0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .picture-button--copy {
    text-align: left;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 60em) {
  .picture-button--copy {
    font-size: clamp(1.5rem, 0rem + 2.5vw, 1.875rem);
  }
}
@media screen and (min-width: 64em) {
  .picture-button--copy {
    border-width: 0.375rem;
  }
}

/* Team */
.page-content--team .page-content--main {
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .page-content--team .page-content--main {
    margin-bottom: 6rem;
  }
}
.page-content--team .page-content--main h6 {
  font-size: 2.25rem;
  color: rgba(92, 128, 0, 0.3);
  font-weight: 200;
  text-align: center;
  margin: 0;
}
.page-content--team .page-content--main img {
  width: 3rem;
  height: auto;
  margin: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-content--team .page-content--main img {
    width: 7.5rem;
    margin: 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content--team .page-content--main img {
    width: 10rem;
  }
}
@media screen and (min-width: 75em) {
  .page-content--team .page-content--main img {
    width: 10rem;
  }
}
.page-content--team .page-content--main .badge-tall {
  width: auto;
  height: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  .page-content--team .page-content--main .badge-tall {
    height: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content--team .page-content--main .badge-tall {
    height: 6.25rem;
  }
}
.page-content--team .dr-dobracki--badges {
  margin-bottom: 0.625rem;
}
.page-content--team .dr-dobracki--badges .dr-dobracki--badge .badge-tall img {
  width: auto;
  height: 4rem;
}
@media print, screen and (min-width: 40em) {
  .page-content--team .dr-dobracki--badges .dr-dobracki--badge .badge-tall img {
    height: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-content--team .dr-dobracki--badges .dr-dobracki--badge .badge-tall img {
    height: 6.25rem;
  }
}
.page-content--team .wp-block-separator {
  height: 6px;
  background-color: rgba(92, 128, 0, 0.3);
  border-bottom-color: transparent;
  border-radius: 3px;
  margin: 3rem;
}

/* Team Profiles */
.page-id-113 .doctor-profile .profile-photo {
  margin: 0;
}
.page-id-113 .doctor-profile .profile-photo img {
  border: #5c8000 4px solid;
  border-radius: 50%;
}
.page-id-113 .doctor-profile .profile-title {
  text-transform: uppercase;
  margin: 1rem 0;
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-113 .doctor-profile .profile-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .doctor-profile .profile-title {
    font-weight: 300;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .doctor-profile .profile-title:before {
    content: "";
    width: 36px;
    height: 3px;
    background: #dededc;
    position: absolute;
    top: 0;
  }
}

.page-id-114 .team-member-profile .profile-photo {
  margin: 0;
}
.page-id-114 .team-member-profile .profile-photo img {
  border: #5c8000 4px solid;
  border-radius: 50%;
}
.page-id-114 .team-member-profile .profile-title {
  text-transform: uppercase;
  margin-top: 1rem;
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-114 .team-member-profile .profile-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .team-member-profile .profile-title {
    font-weight: 300;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .team-member-profile .profile-title:before {
    content: "";
    width: 36px;
    height: 3px;
    background: #dededc;
    position: absolute;
    top: 0;
  }
}
.page-id-114 .team-member-profile .profile-position {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-114 .team-member-profile .profile-position {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .team-member-profile .profile-position {
    font-weight: 300;
  }
}

/************** MAIN STYLES ****************/
/*** SITE BACKGROUND ***/
.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background .background--overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*** SITE FLYOUT ***/
.flyout {
  overflow: hidden;
  padding: 80px 0 0;
}

.flyout--logo {
  position: absolute;
  left: 1rem;
  top: 24px;
  width: 112px;
  outline: none;
}
@media print, screen and (min-width: 60em) {
  .flyout--logo {
    left: 1.0625rem;
    height: 27px;
  }
}
.flyout--logo svg {
  width: 112px;
  height: auto;
  vertical-align: middle;
}

.flyout--close-button {
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
}
.flyout--close-button svg path {
  stroke: #5c8000;
  stroke-width: 2px;
}

.flyout--separator {
  border-top: rgba(92, 128, 0, 0.12) 20px solid;
  border-bottom: none;
  margin: 0 20px;
}

/*** THE MAIN MENU ***/
.navigation--wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.navigation {
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.navigation--the-main-menu {
  margin: 0 20px;
}
.navigation--the-main-menu li a {
  border-bottom: rgba(92, 128, 0, 0.5) solid 1px;
  color: #5c8000;
  line-height: 3.375rem;
  padding: 0;
}
.navigation--the-main-menu li .navigation-the-main-menu--submenu li a {
  border-bottom: rgba(92, 128, 0, 0.5) solid 1px;
  color: #5c8000;
  line-height: 1.25rem;
  padding: 0.625rem;
}

/*** THE SOCIAL MEDIA MENU ***/
.navigation--the-social-media-menu {
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 20px;
}
.navigation--the-social-media-menu li {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  padding: 0;
}
.navigation--the-social-media-menu li:not(:last-child) {
  margin-right: 6px;
}
.navigation--the-social-media-menu li a {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: baseline;
  color: #5c8000;
  line-height: 1;
  padding: 0.7rem;
}
.navigation--the-social-media-menu li .svg-icon {
  top: 12px;
  width: 25px;
  height: 25px;
  fill: #5c8000;
}

/*** SITE CONTAINER ***/
.site-container {
  position: relative;
  padding-top: 80px;
}
@media print, screen and (min-width: 60em) {
  .site-container {
    padding-top: 60px;
  }
}

@media print, screen and (min-width: 60em) {
  .home .site-container {
    padding-top: 240px;
  }
}

/*** SITE HEADER WRAPPER ***/
.site-header--wrapper {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 80px;
  pointer-events: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  transition: height 500ms;
}
@media print, screen and (min-width: 60em) {
  .site-header--wrapper {
    height: 60px;
    transition: all 0s ease 0s;
  }
}
.site-header--wrapper.is-stuck {
  height: 60px;
}

@media print, screen and (min-width: 60em) {
  .home .site-header--wrapper {
    position: absolute;
    height: 240px;
  }
}
@media print, screen and (min-width: 60em) {
  .home .site-header--wrapper.is-stuck {
    position: fixed;
    height: 60px;
  }
}

/*** SITE HEADER BACKGROUND ***/
.header-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-background img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-out;
}
.header-background .header-background--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.is-stuck .header-background img {
  opacity: 0;
}
.is-stuck .header-background--overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

/*** SITE HEADER ***/
.site-header {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: height 500ms;
}
@media print, screen and (min-width: 60em) {
  .site-header {
    transition: all 0s ease 0s;
  }
}

@media print, screen and (min-width: 60em) {
  .home .is-stuck .site-header {
    height: 60px;
  }
}

/*** SITE HEADER BRANDING ***/
.header-branding--wrapper {
  position: relative;
  top: 0;
  width: 100%;
}

.header-branding {
  position: relative;
}

@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding {
    position: relative;
    height: 0;
  }
}

.header-branding--left {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .header-branding--left {
    flex-shrink: inherit;
    height: 60px;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    text-align: left;
    padding-left: 20px;
    margin: 0 60px;
  }
}

@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding--left {
    position: relative;
  }
}

@media print, screen and (min-width: 60em) {
  .home .header-branding--left {
    width: 50%;
    border: 0;
    padding: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--left {
    width: 100%;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding-left: 20px;
    margin: 0 60px;
  }
}

.header-branding--right {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .header-branding--right {
    position: absolute;
  }
}

@media print, screen and (min-width: 60em) {
  .home .header-branding--right {
    position: relative;
    width: 50%;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--right {
    position: absolute;
    width: 100%;
  }
}

/*** SITE HEADER LOGO ***/
.header-branding--logo {
  z-index: 2;
  position: relative;
  width: 112px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  transition: transform 200ms ease-out;
}
@media print, screen and (min-width: 60em) {
  .header-branding--logo {
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
}
.header-branding--logo svg {
  width: 112px;
  height: auto;
  vertical-align: middle;
}

.is-stuck .header-branding--logo {
  height: 30px;
  transform: translateY(-40px);
}
@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding--logo {
    width: 112px;
    height: 60px;
    line-height: 60px;
    transform: translate(0);
  }
}

@media print, screen and (min-width: 60em) {
  .home .header-branding--logo {
    position: absolute;
    left: 25px;
    top: 50px;
    width: 265px;
  }
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--logo svg {
    width: 265px;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--logo {
    top: 0;
    width: 112px;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--logo svg {
    width: 112px;
  }
}

/*** SITE HEADER CALL TO ACTION ***/
.header-branding--cta-wrapper {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .header-branding--cta-wrapper {
    z-index: 12;
    width: 100%;
    height: 0;
    margin: 0;
  }
}
.header-branding--cta-wrapper .receptionist {
  display: none;
  position: absolute;
  left: -60px;
  bottom: 0px;
  width: 160px;
  padding-right: 0;
}

.header-branding--cta {
  position: relative;
}
.header-branding--cta .desktop-only {
  display: none;
}
.header-branding--cta .header-branding-cta--phone-number {
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  transition: transform 200ms ease-out;
}
@media print, screen and (min-width: 60em) {
  .header-branding--cta .header-branding-cta--phone-number {
    position: absolute;
    right: 80px;
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
}
.header-branding--cta .header-branding-cta--phone-number p {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .header-branding--cta .header-branding-cta--phone-number p {
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
}
.header-branding--cta .header-branding-cta--consultations-available {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.header-branding--cta .green-button--wrapper {
  margin-bottom: 0.625rem;
}
.header-branding--cta .green-button {
  height: 26px;
}
.header-branding--cta .green-button--copy {
  width: auto;
  font-size: 0.9rem;
}
.header-branding--cta .executive-program-wrapper {
  padding-left: 7.5px;
}
.header-branding--cta .executive-program {
  height: 62px;
  background: #000000;
  border-radius: 5px;
  box-shadow: 0 0 black;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  padding: 0.6875rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding--cta-wrapper {
    transform: translateY(0);
  }
}
.is-stuck .header-branding--cta .header-branding-cta--phone-number {
  height: 30px;
  line-height: 30px;
  transform: translateY(-15px);
}
@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding--cta .header-branding-cta--phone-number {
    height: 60px;
    line-height: 60px;
    transform: translateY(0);
  }
}
.is-stuck .header-branding--cta .header-branding-cta--phone-number p {
  height: 30px;
  line-height: 30px;
}
@media print, screen and (min-width: 60em) {
  .is-stuck .header-branding--cta .header-branding-cta--phone-number p {
    font-size: 1.875rem;
    line-height: 60px;
  }
}
.is-stuck .header-branding--cta .header-branding-cta--phone-number a {
  color: #5c8000;
}

@media print, screen and (min-width: 60em) {
  .home .header-branding--cta-wrapper {
    position: absolute;
    right: 0;
    width: 400px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: visible;
  }
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--cta-wrapper .receptionist {
    display: inline-block;
  }
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--cta {
    position: absolute;
    right: 0;
    width: 21.9375rem;
    margin: 0.75rem 0 0 0;
  }
}
.home .header-branding--cta .desktop-only {
  display: none;
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--cta .desktop-only {
    display: block;
  }
}
.home .header-branding--cta .header-branding-cta--phone-number {
  height: 40px;
  line-height: 40px;
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--cta .header-branding-cta--phone-number {
    position: static;
    width: 100%;
  }
  .home .header-branding--cta .header-branding-cta--phone-number a {
    color: #666666;
  }
}
.home .header-branding--cta .header-branding-cta--phone-number p {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .home .header-branding--cta .header-branding-cta--phone-number p {
    height: 60px;
    font-size: 2.25rem;
    color: #666666;
    text-align: center;
    line-height: 2.3rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta-wrapper {
    height: 0;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta-wrapper .receptionist {
    display: none;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta {
    margin: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta .desktop-only {
    display: none;
  }
}
.home .is-stuck .header-branding--cta .header-branding-cta--phone-number {
  height: 30px;
  line-height: 30px;
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta .header-branding-cta--phone-number {
    position: absolute;
    width: auto;
    height: 60px;
    line-height: 60px;
  }
}
.home .is-stuck .header-branding--cta .header-branding-cta--phone-number p {
  height: 30px;
  line-height: 30px;
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-branding--cta .header-branding-cta--phone-number p {
    font-size: 1.875rem;
    line-height: 60px;
  }
}
.home .is-stuck .header-branding--cta .header-branding-cta--phone-number a {
  color: #5c8000;
}

/*** TOPBAR ***/
.header-topbar--wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 200ms ease-out;
}
@media print, screen and (min-width: 60em) {
  .header-topbar--wrapper {
    background: transparent;
    border-bottom: none;
    transform: none;
    transition: background 1s ease-out;
  }
}

.header-topbar {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .header-topbar {
    height: 60px;
    background-image: none;
  }
}

.is-stuck .header-topbar--wrapper {
  position: fixed;
  transform: none;
}
@media print, screen and (min-width: 60em) {
  .home .header-topbar--wrapper {
    top: 180px;
    background-color: #000000;
  }
}
@media print, screen and (min-width: 60em) {
  .home .header-topbar .contact-block-global-header {
    display: none;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-topbar--wrapper {
    position: fixed;
    top: 0;
    background: transparent;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .header-topbar .contact-block-global-header {
    display: block;
  }
}

/*** HEADER MENU ****/
.navigation--header-main-menu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  justify-content: center;
}
.navigation--header-main-menu li {
  padding: 0 1rem;
}
.navigation--header-main-menu li a {
  color: #5c8000;
  line-height: 60px;
  padding: 0 1rem;
}
.navigation--header-main-menu li .navigation-header-main-menu--submenu {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #CCC;
  padding: 1rem;
  cursor: pointer;
}
.navigation--header-main-menu li .navigation-header-main-menu--submenu li {
  display: block;
  line-height: 0;
  padding: 0;
}
.navigation--header-main-menu li .navigation-header-main-menu--submenu li:not(:last-child) {
  padding-bottom: 0.7rem;
}
.navigation--header-main-menu li .navigation-header-main-menu--submenu li a {
  color: #5c8000;
  line-height: 1.5rem;
  padding: 0;
}
.navigation--header-main-menu li .navigation-header-main-menu--submenu li a:hover {
  color: #93cb00;
}

.home .navigation--header-main-menu li a {
  color: #ffffff;
}
.home .navigation--header-main-menu li .navigation-header-main-menu--submenu li a {
  color: #5c8000;
}
.home .navigation--header-main-menu li .navigation-header-main-menu--submenu li a:hover {
  color: #93cb00;
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .navigation--header-main-menu li a {
    color: #5c8000;
  }
}
.home .is-stuck .navigation--header-main-menu li .navigation-header-main-menu--submenu li a {
  color: #5c8000;
}
.home .is-stuck .navigation--header-main-menu li .navigation-header-main-menu--submenu li a:hover {
  color: #93cb00;
}

/*** HAMBURGER AND BOOKING ****/
.site-header--hamburger, .site-header--book {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
  transition: transform 200ms ease-out;
}
@media print, screen and (min-width: 60em) {
  .site-header--hamburger, .site-header--book {
    width: 60px;
    height: 60px;
  }
}

.site-header-hamburger--menu-icon, .site-header-book--booking-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 19px;
  line-height: 80px;
  transition: line-height 200ms;
}
@media print, screen and (min-width: 60em) {
  .site-header-hamburger--menu-icon, .site-header-book--booking-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    transform: none;
    transition: background 1s ease-out;
  }
}

.site-header--hamburger {
  left: 0;
}

.site-header-hamburger--menu-icon .menu-icon {
  height: 22px;
}
.site-header-hamburger--menu-icon .menu-icon:after {
  background: #5c8000;
  box-shadow: 0 7px 0 #5c8000, 0 14px 0 #5c8000;
}

.site-header--book {
  right: 0;
}

.site-header-book--booking-icon {
  color: #5c8000;
}

.is-stuck .site-header--hamburger, .is-stuck .site-header--book {
  height: 60px;
}
.is-stuck .site-header-hamburger--menu-icon, .is-stuck .site-header-book--booking-icon {
  height: 60px;
  line-height: 60px;
}

@media print, screen and (min-width: 60em) {
  .home .site-header--hamburger .site-header-hamburger--menu-icon .menu-icon:after {
    background: #ffffff;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  }
}
@media print, screen and (min-width: 60em) {
  .home .site-header--book .site-header-book--booking-icon {
    color: #ffffff;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .site-header--hamburger .site-header-hamburger--menu-icon .menu-icon:after {
    background: #5c8000;
    box-shadow: 0 7px 0 #5c8000, 0 14px 0 #5c8000;
  }
}
@media print, screen and (min-width: 60em) {
  .home .is-stuck .site-header--book .site-header-book--booking-icon {
    color: #5c8000;
  }
}

/*** SITE HERO HEADER ***/
.hero-header {
  position: relative;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .hero-header {
    margin-bottom: 0.9375rem;
  }
}

.hero-header--gallery img {
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
  max-height: 720px;
  object-fit: cover;
}
.hero-header--gallery .hero-header--caption {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  background: rgba(100, 100, 100, 0.25);
  border: #fff 1px solid;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.375rem;
  line-height: 1.8rem;
  text-align: center;
  padding: 2%;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .hero-header--gallery .hero-header--caption {
    font-size: 28pt;
    line-height: 32pt;
    padding: 2%;
  }
}
@media screen and (min-width: 64em) {
  .hero-header--gallery .hero-header--caption {
    font-size: 32pt;
    line-height: 36pt;
    padding: 2%;
  }
}

.hero-header--spacer {
  position: relative;
}

.hero-header--quote {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .hero-header--quote {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 20%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 75em) {
  .hero-header--quote {
    width: 240px;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--quote .cell {
    padding: 0;
  }
}
.hero-header--quote blockquote {
  display: block;
  position: relative;
  padding: 1.25rem;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .hero-header--quote blockquote {
    float: right;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--quote blockquote {
    float: none;
    padding: 20px;
  }
}
@media print, screen and (max-width: 59.9375em) {
  .hero-header--quote blockquote {
    border-bottom: #cccccc solid 2px;
  }
}
@media screen and (min-width: 64em) {
  .hero-header--quote blockquote {
    padding: 25px;
  }
}
.hero-header--quote p {
  font-family: "Lato", cursive;
  font-size: 80%;
  color: #333333;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 60em) {
  .hero-header--quote p {
    color: #ffffff;
  }
}
.hero-header--quote cite {
  font-family: "Lato", cursive;
  font-size: 60%;
  color: #333333;
  font-weight: normal;
  text-align: right;
  line-height: 1.2;
}
@media print, screen and (min-width: 60em) {
  .hero-header--quote cite {
    color: #ffffff;
  }
}
.hero-header--quote .quote-icon:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  top: 0.6875rem;
  font-size: 50px;
  color: rgba(92, 128, 0, 0.7);
  opacity: 0.3;
}
@media screen and (min-width: 64em) {
  .hero-header--quote .quote-icon:before {
    color: rgba(92, 255, 0, 0.5);
  }
}

.hero-header--headers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers {
    height: 100%;
  }
}
.hero-header--headers .hero-header--page-title-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 15rem);
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-title-background {
    height: auto;
  }
}
.hero-header--headers .hero-header--page-title-background .cell {
  position: absolute;
  bottom: 0;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-title-background .cell {
    position: relative;
    bottom: auto;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-title-background .cell {
    width: 80%;
    height: 96px;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-title-background .cell {
    width: calc(100% - 240px);
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .hero-header--headers .hero-header--page-title-background .cell {
    height: 176px;
  }
}
.hero-header--headers .hero-header--page-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 15rem);
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-title {
    height: auto;
  }
}
.hero-header--headers .hero-header--page-title .cell {
  position: absolute;
  bottom: 0;
  height: 60px;
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-title .cell {
    position: relative;
    bottom: auto;
    height: 80px;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-title .cell {
    height: 96px;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-title .cell {
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .hero-header--headers .hero-header--page-title .cell {
    height: 176px;
  }
}
.hero-header--headers .hero-header--page-title h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-title h1 {
    text-align: left;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-title h1 {
    font-size: 3.5rem;
    font-weight: 300;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-title h1 {
    font-size: 4.5rem;
  }
}
.hero-header--headers .hero-header--page-tag-background {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-tag-background {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.hero-header--headers .hero-header--page-tag-background .cell {
  height: 50px;
  background-color: rgba(0, 150, 0, 0.12);
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-tag-background .cell {
    position: absolute;
    bottom: 0;
    height: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    bottom: auto;
    width: 80%;
    height: 66px;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-tag-background .cell {
    width: calc(100% - 240px);
    height: 70px;
  }
}
.hero-header--headers .hero-header--page-tag {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-tag {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.hero-header--headers .hero-header--page-tag .cell {
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-tag .cell {
    position: absolute;
    bottom: 0;
    height: 60px;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    bottom: auto;
    height: 66px;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-tag .cell {
    height: 70px;
  }
}
.hero-header--headers .hero-header--page-tag h4 {
  text-align: center;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .hero-header--headers .hero-header--page-tag h4 {
    color: #fff;
    text-align: left;
    text-shadow: 0px 0px 5px #000;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--headers .hero-header--page-tag h4 {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--headers .hero-header--page-tag h4 {
    font-size: 2rem;
  }
}
.hero-header--default .hero-header--gallery img {
  height: clamp(7.5rem, 0rem + 37.5vw, 9.375rem);
}
@media print, screen and (min-width: 40em) {
  .hero-header--default .hero-header--gallery img {
    height: clamp(9.375rem, 0rem + 23.4375vw, 11.25rem);
  }
}
@media screen and (min-width: 75em) {
  .hero-header--default .hero-header--gallery img {
    height: 240px;
  }
}
.hero-header--default .hero-header--headers {
  height: clamp(7.5rem, 0rem + 37.5vw, 9.375rem);
}
@media print, screen and (min-width: 40em) {
  .hero-header--default .hero-header--headers {
    height: clamp(9.375rem, 0rem + 23.4375vw, 11.25rem);
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--default .hero-header--headers {
    display: flex;
    height: 180px;
  }
}
@media screen and (min-width: 75em) {
  .hero-header--default .hero-header--headers {
    height: 240px;
  }
}
.hero-header--default .hero-header--headers .hero-header--page-title {
  height: 100%;
}
@media print, screen and (min-width: 60em) {
  .hero-header--default .hero-header--headers .hero-header--page-title {
    position: relative;
    height: auto;
  }
}
.hero-header--default .hero-header--headers .hero-header--page-title .cell {
  position: absolute;
  bottom: 0;
}
@media print, screen and (max-width: 29.9375em) {
  .hero-header--default .hero-header--headers .hero-header--page-title .cell {
    height: 60px;
  }
}
@media print, screen and (min-width: 60em) {
  .hero-header--default .hero-header--headers .hero-header--page-title .cell {
    position: relative;
  }
}
.hero-header--default .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}

/*** SITE FOOTER ***/
.site-footer--wrapper {
  position: relative;
  width: 100%;
  background-color: #fefefe;
}

.site-footer {
  position: relative;
  width: 100%;
}

/*** FOOTER SOCIAL MEDIA & ABOUT ****/
.footer-navbar--wrapper {
  position: relative;
  width: 100%;
}

.footer-navbar {
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .footer-navbar .large-4 {
    width: 33.3333333333%;
  }
}
@media print, screen and (min-width: 60em) {
  .footer-navbar .large-8 {
    width: 66.6666666667%;
  }
}

.navigation--footer-social-media-menu {
  justify-content: space-between;
}
.navigation--footer-social-media-menu li {
  font-weight: normal;
}
.navigation--footer-social-media-menu li a {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: baseline;
  color: #5c8000;
  line-height: 1;
  padding: 0.7rem;
}
.navigation--footer-social-media-menu li .svg-icon {
  top: 12px;
  width: 25px;
  height: 25px;
  fill: #5c8000;
}

.footer-navbar--about p {
  color: #666666;
  text-align: justify;
}

/*** FOOTER MENU ****/
.navigation--footer-main-menu-wrapper {
  margin-top: 0.75rem;
}

.navigation--footer-main-menu {
  justify-content: space-between;
}
.navigation--footer-main-menu li {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .navigation--footer-main-menu li {
    width: 33%;
    padding: 0 0.15625rem;
  }
}
.navigation--footer-main-menu li a {
  background-color: #5c8000;
  color: #fefefe;
  border-radius: 0.625rem;
  padding: 0.3125rem 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .navigation--footer-main-menu li a {
    text-align: left;
    padding: 0.3125rem 0.875rem;
  }
}
.navigation--footer-main-menu li.active > a {
  background-color: #5c8000;
  color: #fefefe;
}
.navigation--footer-main-menu li .navigation-footer-main-menu--submenu {
  margin-left: 0;
  margin-top: 0.3125rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .navigation--footer-main-menu li .navigation-footer-main-menu--submenu {
    margin-top: 0.5625rem;
    margin-bottom: 1.5rem;
  }
}
.navigation--footer-main-menu li .navigation-footer-main-menu--submenu li {
  list-style-type: none;
}
@media print, screen and (min-width: 40em) {
  .navigation--footer-main-menu li .navigation-footer-main-menu--submenu li {
    width: 100%;
  }
}
.navigation--footer-main-menu li .navigation-footer-main-menu--submenu li a {
  background-color: transparent;
  color: #666666;
  line-height: 1.5;
  padding: 0.3125rem 0;
  text-align: center;
}
.navigation--footer-main-menu li .navigation-footer-main-menu--submenu li a:hover {
  color: #5c8000;
}
@media print, screen and (min-width: 40em) {
  .navigation--footer-main-menu li .navigation-footer-main-menu--submenu li a {
    text-align: left;
    padding: 0.3125rem 0.875rem;
  }
}
.navigation--footer-main-menu li .navigation-footer-main-menu--submenu li.active > a {
  color: #666666;
}

/** FOOTER CONTACT **/
.footer-contact--wrapper {
  position: relative;
}
@media print, screen and (min-width: 56.25em) {
  .footer-contact--wrapper .grid-container {
    max-width: 900px;
  }
}

.footer-contact {
  position: relative;
}
@media print, screen and (min-width: 56.25em) {
  .footer-contact .fbm900 {
    width: 33.3333333333%;
  }
}

@media print, screen and (min-width: 40em) {
  .footer-contact--mailing-address, .footer-contact--email-addresses, .footer-contact--business-hours {
    align-items: center;
  }
}
.footer-contact--mailing-address ul, .footer-contact--email-addresses ul, .footer-contact--business-hours ul {
  margin-left: 0;
}

.footer-contact--logo {
  width: 128px;
  margin-left: -5px;
}
@media print, screen and (min-width: 40em) {
  .footer-contact--logo {
    width: 160px;
  }
}
.footer-contact--logo svg {
  width: 128px;
  height: auto;
  vertical-align: bottom;
}
@media print, screen and (min-width: 40em) {
  .footer-contact--logo svg {
    width: 160px;
  }
}

.footer-contact--header {
  font-size: 1.5rem;
  color: #5c8000;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .footer-contact--header {
    font-weight: 200;
  }
}

.footer-contact--address {
  color: #666666;
  font-style: normal;
  margin-bottom: 1rem;
}
.footer-phone-email-list--item {
  display: list-item;
  list-style: none;
  color: #666666;
  line-height: 1.6;
}
.footer-phone-email-list--item a {
  font-family: "Lato", Roboto, Arial, sans-serif;
  font-weight: 400;
  margin-left: 0.3125rem;
}

.footer-business-hours-list--item {
  display: list-item;
  list-style: none;
  color: #666666;
  line-height: 1.6;
}
.footer-business-hours-list--item span {
  font-family: "Lato", Roboto, Arial, sans-serif;
}
.footer-business-hours-list--item strong {
  margin-left: 0.3125rem;
}

/**** FOOTER SEO ****/
.footer-seo--wrapper {
  position: relative;
}
@media print, screen and (min-width: 43.75em) {
  .footer-seo--wrapper .grid-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-seo {
  position: relative;
}
.footer-seo p {
  font-size: 0.625rem;
  color: #999999;
  text-align: center;
}

/**** FOOTER TERMS & CONDITIONS ****/
.footer-terms-conditions--wrapper {
  position: relative;
}
@media print, screen and (min-width: 43.75em) {
  .footer-terms-conditions--wrapper .grid-container {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-terms-conditions {
  position: relative;
}
.footer-terms-conditions p {
  font-size: 0.625rem;
  color: #999999;
  text-align: center;
}
.footer-terms-conditions a {
  font-size: 0.625rem;
  color: #999999;
  text-decoration: underline;
}

/**** FOOTER LEGAL ****/
.footer-legal--wrapper {
  position: relative;
}

.footer-legal p {
  font-size: 10px;
  color: #999999;
  text-align: center;
}
.footer-legal a {
  display: inline-block;
  color: #999999;
  text-decoration: underline;
}

/* PAGE CONTENT */
.page .main h1,
.editor-styles-wrapper h1 {
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .page .main h1,
  .editor-styles-wrapper h1 {
    font-weight: 300;
  }
}
.page .main h4,
.editor-styles-wrapper h4 {
  background-color: rgba(0, 150, 0, 0.12);
  border-radius: 0.625rem;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .page .main h4,
  .editor-styles-wrapper h4 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page .main p,
  .editor-styles-wrapper p {
    font-size: 125%;
  }
}
@media screen and (min-width: 64em) {
  .page .main p,
  .editor-styles-wrapper p {
    font-size: 150%;
  }
}
@media print, screen and (min-width: 40em) {
  .page .main li,
  .editor-styles-wrapper li {
    font-size: 1.125rem;
  }
}
.page .main figure,
.editor-styles-wrapper figure {
  margin: 0 0 1rem;
}
@media screen and (min-width: 64em) {
  .page .main .page-content--columns > .cell:first-of-type,
  .editor-styles-wrapper .page-content--columns > .cell:first-of-type {
    padding-right: 0.9375rem;
  }
}
.page .main .page-content--tag,
.editor-styles-wrapper .page-content--tag {
  border: 1px #5c8000 solid;
  border-radius: 6.25rem;
  padding: 1.5625rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .page .main .page-content--tag,
  .editor-styles-wrapper .page-content--tag {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 64em) {
  .page .main .page-content--tag,
  .editor-styles-wrapper .page-content--tag {
    border-width: 3px;
  }
}
.page .main .page-content--tag p,
.editor-styles-wrapper .page-content--tag p {
  color: #5c8000;
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .page .main .page-content--tag p,
  .editor-styles-wrapper .page-content--tag p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page .main .page-content--tag p,
  .editor-styles-wrapper .page-content--tag p {
    font-size: 1.5rem;
  }
}
.page .main .page-content--quote-wrapper,
.editor-styles-wrapper .page-content--quote-wrapper {
  margin: 0 0 1rem;
}
@media print, screen and (min-width: 22.5em) {
  .page .main .page-content--quote-wrapper,
  .editor-styles-wrapper .page-content--quote-wrapper {
    display: flex;
    width: 340px;
    align-self: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 60em) {
  .page .main .page-content--quote-wrapper,
  .editor-styles-wrapper .page-content--quote-wrapper {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .page .main .page-content--quote-wrapper.separator,
  .editor-styles-wrapper .page-content--quote-wrapper.separator {
    border-top: #cccccc solid 2px;
    border-bottom: #cccccc solid 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 1rem;
  }
}
.page .main .page-content--quote,
.editor-styles-wrapper .page-content--quote {
  display: flex;
  flex-flow: column;
  position: relative;
  margin-top: 1rem;
}
.page .main .page-content--quote p,
.editor-styles-wrapper .page-content--quote p {
  font-family: "Lato", cursive;
  font-size: 80%;
  color: #333333;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.page .main .page-content--quote cite,
.editor-styles-wrapper .page-content--quote cite {
  font-family: "Lato", cursive;
  font-size: 60%;
  color: #333333;
  font-weight: normal;
  text-align: right;
  line-height: 1.2;
}
.page .main .quote-icon:before,
.editor-styles-wrapper .quote-icon:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  top: 0;
  font-size: 50px;
  color: rgba(92, 128, 0, 0.7);
  opacity: 0.3;
}
@media screen and (min-width: 64em) {
  .page .main .quote-icon:before,
  .editor-styles-wrapper .quote-icon:before {
    left: 25px;
    top: 5px;
  }
}

.background .background--overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

.error404 .main .cell {
  max-width: 600px;
  min-height: 600px;
}
.error404 .main h2, .error404 .main p {
  text-align: center;
}

.bio-technology-icons {
  margin-bottom: 1rem;
}
.bio-technology-icons div:first-child {
  justify-content: end;
}
.bio-technology-icons div:first-child svg {
  width: 50%;
  height: 50%;
}
.bio-technology-icons div:nth-child(2) svg {
  width: 65%;
  height: 65%;
}
.bio-technology-icons div:nth-child(3) svg {
  width: 100%;
  height: 100%;
}
.bio-technology-icons div:nth-child(4) svg {
  width: 63%;
  height: 63%;
}
.bio-technology-icons div:nth-child(5) {
  justify-content: end;
}
.bio-technology-icons div:nth-child(5) svg {
  width: 46%;
  height: 46%;
}
.bio-technology-icons .cell {
  width: 20%;
}
.bio-technology-icons picture {
  display: flex;
  justify-content: center;
}

/***************** HOME PAGE *****************/
/*** HOME PAGE ***/
.home .background--overlay,
.editor-styles-wrapper .background--overlay {
  background-color: rgba(255, 255, 255, 0.75);
}
.home .main,
.editor-styles-wrapper .main {
  position: relative;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .home .main,
  .editor-styles-wrapper .main {
    padding-bottom: 0.9375rem;
  }
}
.home .main h1,
.editor-styles-wrapper .main h1 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .home .main h1,
  .editor-styles-wrapper .main h1 {
    font-weight: 300;
  }
}
.home .main h2,
.editor-styles-wrapper .main h2 {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .home .main h2,
  .editor-styles-wrapper .main h2 {
    font-weight: 300;
  }
}
.home .main h4,
.editor-styles-wrapper .main h4 {
  background: transparent;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .home .main h4,
  .editor-styles-wrapper .main h4 {
    font-weight: 300;
  }
}
.home .main hr,
.editor-styles-wrapper .main hr {
  border-top: 6px solid rgba(92, 128, 0, 0.3);
  border-radius: 3px;
}
@media screen and (min-width: 64em) {
  .home .main p,
  .editor-styles-wrapper .main p {
    font-size: 150%;
  }
}

.home .hero-header--gallery img {
  width: 100%;
  min-height: 320px;
  max-height: 720px;
  object-fit: cover;
}
@media print, screen and (max-width: 39.9375em) {
  .home .hero-header--gallery img {
    height: clamp(20rem, 0rem + 100vw, 39.9375rem);
  }
}

/*** FRONT PAGE BUTTONS ***/
.front-page--buttons {
  background-color: #ffffff;
  margin-bottom: 1.25rem;
}
.front-page--buttons .grid-container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .front-page--buttons .grid-container {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.front-page-buttons--green .left, .front-page-buttons--green .right {
  width: 42.1875%;
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--green .left, .front-page-buttons--green .right {
    width: clamp(27.5rem, 0rem + 45.8333vw, 34.375rem);
  }
}
.front-page-buttons--green .center {
  width: 15.625%;
  padding: 0;
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--green .center {
    width: clamp(5rem, 0rem + 8.3333vw, 6.25rem);
  }
}
.front-page-buttons--green .green-button {
  width: clamp(7.1875rem, -0.9189rem + 40.5321vw, 23.375rem);
  height: clamp(3.1875rem, 1.8036rem + 6.9196vw, 5.125rem);
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--green .green-button {
    width: clamp(25.625rem, -1.875rem + 45.8333vw, 32.5rem);
    height: clamp(4.1875rem, -0.0625rem + 7.0833vw, 5.25rem);
  }
}
.front-page-buttons--green .green-button--copy {
  width: clamp(5rem, 3rem + 10vw, 7rem);
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--green .green-button--copy {
    width: auto;
  }
}
.front-page-buttons--green .leaf-button {
  width: clamp(3.125rem, 1.2471rem + 9.3897vw, 6.875rem);
  height: clamp(2.5625rem, 1.3438rem + 6.0938vw, 5rem);
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--green .leaf-button {
    width: clamp(5.625rem, 3.125rem + 4.1667vw, 6.25rem);
    height: clamp(4rem, 0rem + 6.6667vw, 5rem);
  }
}

.front-page-buttons--picture {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--picture {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.front-page-buttons--picture .left, .front-page-buttons--picture .right {
  width: 50%;
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .left, .front-page-buttons--picture .right {
    width: 27%;
  }
}
.front-page-buttons--picture .center {
  display: none;
  padding: 0;
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .center {
    display: block;
    width: 46%;
  }
}
.front-page-buttons--picture .left {
  padding-right: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--picture .left {
    padding-right: 0.46875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .left {
    padding-right: 0.9375rem;
  }
}
.front-page-buttons--picture .right {
  padding-left: 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--picture .right {
    padding-left: 0.46875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .right {
    padding-left: 0.9375rem;
  }
}
.front-page-buttons--picture .picture-button--wrapper {
  margin-bottom: 0;
}
.front-page-buttons--picture .picture-button--wrapper:first-child {
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--picture .picture-button--wrapper:first-child {
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .picture-button--wrapper:first-child {
    margin-bottom: 0.9375rem;
  }
}
.front-page-buttons--picture .picture-button {
  width: clamp(9.0625rem, -0.7028rem + 48.8263vw, 28.5625rem);
  height: clamp(7rem, 0.9593rem + 30.2034vw, 19.0625rem);
}
@media print, screen and (min-width: 40em) {
  .front-page-buttons--picture .picture-button {
    width: clamp(18.5625rem, -1.5002rem + 50.1567vw, 28.5625rem);
    height: clamp(13.125rem, 1.5889rem + 28.8401vw, 18.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .front-page-buttons--picture .picture-button {
    justify-content: left;
  }
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--picture .picture-button {
    width: clamp(14.3125rem, -1.9375rem + 27.0833vw, 18.375rem);
    height: clamp(9.5625rem, -2.1875rem + 19.5833vw, 12.5rem);
  }
}
.front-page-buttons--picture .picture-button--background {
  width: 100%;
  height: 100%;
}
.front-page-buttons--picture .picture-button--border {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 48em) {
  .front-page-buttons--picture .picture-button--border {
    background-color: transparent;
  }
}
.front-page-buttons--picture .picture-button--copy {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .front-page-buttons--picture .picture-button--copy {
    text-align: left;
  }
}

.front-page-buttons--hear-more .hear-more-button--line {
  width: 75%;
  height: 0;
  background: rgba(92, 128, 0, 0.3);
  border: none;
  margin: 8px auto;
}
.front-page-buttons--hear-more .hear-more-button--wrapper {
  display: flex;
  position: relative;
}
.front-page-buttons--hear-more .hear-more-button--wrapper a {
  flex: 0 0 100%;
}
.front-page-buttons--hear-more .hear-more-button {
  display: flex;
  position: relative;
  width: clamp(9.1875rem, -0.0625rem + 15.4167vw, 11.5rem);
  height: 56px;
  font-size: 0.9rem;
  border-radius: 0.9375rem;
}
.front-page-buttons--hear-more .hear-more-button--border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #5c8000 1px solid;
  border-radius: clamp(0.625rem, 0.3125rem + 1.5625vw, 0.9375rem);
}
.front-page-buttons--hear-more .hear-more-button--copy {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  font-size: clamp(1rem, 0.625rem + 1.875vw, 1.75rem);
  color: #5c8000;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 60em) {
  .front-page-buttons--hear-more .hear-more-button--copy {
    font-size: clamp(1.5rem, 0.5rem + 1.6667vw, 1.75rem);
  }
}

.responsive-embed iframe {
  border-radius: 0.9375rem;
}

/**************** CONTACT PAGE ***************/
/*** DENTAL ANN ARBOR - CONTACT PAGE ***/
.page-id-102 .hero-header--gallery-wrapper {
  display: none;
  border-bottom: 2px #000000 solid;
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .hero-header--gallery-wrapper {
    display: block;
  }
}
.page-id-102 .hero-header--gallery img {
  height: clamp(11.625rem, -0.375rem + 20vw, 14.625rem);
}
.page-id-102 .map {
  background-color: #ffffff;
}
@media screen and (min-width: 64em) {
  .page-id-102 .map {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .page-id-102 .map {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.page-id-102 .map .grid-container {
  padding: 0;
}
@media screen and (min-width: 64em) {
  .page-id-102 .map .grid-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .page-id-102 .map .grid-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page-id-102 .map iframe {
  width: 100% !important;
  height: 320px !important;
}
@media print, screen and (min-width: 40em) {
  .page-id-102 .map iframe {
    height: 400px !important;
  }
}
@media screen and (min-width: 64em) {
  .page-id-102 .map iframe {
    border-radius: 0.9375rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .hero-header--quote {
    height: clamp(11.625rem, -0.375rem + 20vw, 14.625rem);
  }
}
.page-id-102 .hero-header--headers {
  display: none;
  height: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .hero-header--headers {
    display: block;
  }
}
.page-id-102 .hero-header--headers .hero-header--page-title {
  height: clamp(11.625rem, -0.375rem + 20vw, 14.625rem);
}
.page-id-102 .hero-header--headers .hero-header--page-title .grid-container,
.page-id-102 .hero-header--headers .hero-header--page-title .grid-x,
.page-id-102 .hero-header--headers .hero-header--page-title .cell {
  height: clamp(11.625rem, -0.375rem + 20vw, 14.625rem);
}
.page-id-102 .hero-header--headers .hero-header--page-title h1 {
  font-weight: 300;
  text-align: center;
  text-shadow: none;
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .hero-header--headers .hero-header--page-title h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 75em) {
  .page-id-102 .hero-header--headers .hero-header--page-title h1 {
    font-size: 6rem;
  }
}
.page-id-102 .main {
  position: relative;
}
.page-id-102 .main h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .main h2 {
    font-weight: 300;
  }
}
.page-id-102 .main p {
  margin: 0;
}
.page-id-102 .main span, .page-id-102 .main a {
  font-family: "Lato", Roboto, Arial, sans-serif;
  font-weight: 400;
  margin-left: 0.625rem;
}
.page-id-102 .main ul {
  margin-left: 0;
}
.page-id-102 .main li {
  display: list-item;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.6;
}
.page-id-102 .main li:before {
  font-family: "Font Awesome 6 Free";
}
.page-id-102 .main strong, .page-id-102 .main b {
  font-family: "Lato", Roboto, Arial, sans-serif;
  font-weight: 600;
}
.page-id-102 .main address {
  font-size: 1.125rem;
  font-style: normal;
  margin-bottom: 1rem;
}
.page-id-102 .main .fa-phone,
.page-id-102 .main .fa-fax,
.page-id-102 .main .fa-check {
  font-weight: 900;
}
.page-id-102 .main .phone-number {
  display: none;
  position: relative;
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .main .phone-number {
    display: flex;
    border-bottom: 1px #5c8000 solid;
  }
}
.page-id-102 .main .phone-number span, .page-id-102 .main .phone-number a {
  font-weight: 200;
  margin-left: 0;
}
.page-id-102 .main .contact-information:first-child {
  padding-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-102 .main .contact-information:first-child {
    padding-top: 0.9375rem;
  }
}
.page-id-102 .main .contact-information:last-child {
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-102 .main .contact-information:last-child {
    padding-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-102 .main .contact-information {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
@media print, screen and (min-width: 60em) and (min-width: 40em) {
  .page-id-102 .main .contact-information {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.page-id-102 .main .contact-page--convenient-hours strong {
  margin-left: 0.625rem;
}
.editor-styles-wrapper ul li {
  display: list-item;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.6;
}
.editor-styles-wrapper ul li:before {
  font-family: "Font Awesome 6 Free";
}
.editor-styles-wrapper ul li .block-editor-rich-text__editable {
  display: inline;
}
.editor-styles-wrapper .fa-phone,
.editor-styles-wrapper .fa-fax,
.editor-styles-wrapper .fa-check {
  font-weight: 900;
}

/*** EMAIL US - CONTACT PAGE ***/
@media print, screen and (max-width: 39.9375em) {
  .page-id-103 .hero-header--gallery {
    margin-bottom: 75px;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-103 .hero-header--gallery img {
    max-height: 225px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--gallery img {
    height: clamp(14.0625rem, -2.8125rem + 42.1875vw, 22.5rem);
  }
}
.page-id-103 .hero-header--headers {
  height: clamp(7.5rem, 0rem + 37.5vw, 14.0625rem);
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers {
    height: clamp(14.0625rem, -2.8125rem + 42.1875vw, 22.5rem);
    background: rgba(0, 0, 0, 0.5);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers {
    display: flex;
    flex-flow: column;
    height: 360px;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-title-background {
  height: clamp(7.5rem, 0rem + 37.5vw, 14.0625rem);
  background: rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-title-background {
    height: auto;
    background: transparent;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-title-background .cell {
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-title {
  height: clamp(7.5rem, 0rem + 37.5vw, 14.0625rem);
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-title {
    height: auto;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-103 .hero-header--headers .hero-header--page-tag-background {
  top: clamp(7.5rem, 0rem + 37.5vw, 14.0625rem);
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag-background {
    top: clamp(14.0625rem, -2.8125rem + 42.1875vw, 22.5rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag-background {
    top: auto;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-tag-background .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag-background .cell {
    height: 95px;
    background: rgba(0, 150, 0, 0.12);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag-background .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag-background .cell {
    height: 115px;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-tag {
  top: clamp(7.5rem, 0rem + 37.5vw, 14.0625rem);
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag {
    top: clamp(14.0625rem, -2.8125rem + 42.1875vw, 22.5rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag {
    top: auto;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-tag .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag .cell {
    height: 115px;
  }
}
.page-id-103 .hero-header--headers .hero-header--page-tag h4 {
  text-transform: none;
}
@media print, screen and (min-width: 22.5em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag h4 {
    text-transform: uppercase;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-103 .hero-header--headers .hero-header--page-tag h4 {
    text-align: center;
  }
}
.page-id-103 .email-form .nf-response-msg {
  border-top: 2px #5c8000 solid;
  border-bottom: 2px #5c8000 solid;
  margin-bottom: 1rem;
}

/******************* Pages *******************/
/* Our Pledge */
.page-id-105 .background--overlay {
  background-color: rgba(255, 255, 255, 0.75);
}
@media print, screen and (min-width: 60em) {
  .page-id-105 .background--overlay {
    background-color: transparent;
  }
}
.page-id-105 .main .our-pledge {
  max-width: 70rem;
  padding: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 60em) {
  .page-id-105 .main .our-pledge {
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 12.5rem;
    padding: 1.875rem;
    margin-bottom: 0.9375rem;
  }
}
.page-id-105 .main .our-pledge h1 {
  font-family: "Allura", "Alex Brush", cursive;
  font-size: 4rem;
  color: #5C8000;
  text-align: center;
  text-transform: none;
}
.page-id-105 .main .our-pledge p {
  font-family: "Allura", "Alex Brush", cursive;
  font-size: 2rem;
  color: #333333;
  text-align: center;
  line-height: 3rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-105 .main .our-pledge p {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-105 .main .our-pledge p {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}
.page-id-105 .main .our-pledge svg text tspan {
  font-family: "Allura";
}
.page-id-105 .main .our-pledge .allura {
  font-family: "Allura";
}
.page-id-105 .main .our-pledge .alex-brush {
  font-family: "Alex Brush";
}
.page-id-105 .main .page-content--quote-wrapper {
  margin-top: 1rem;
}
@media print, screen and (min-width: 60em) {
  .page-id-105 .main .page-content--quote-wrapper {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    border-radius: 3.125rem;
  }
}

/* Why We Are Different */
.page-id-106 .background--overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-106 .hero-header--gallery {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-106 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-106 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-106 .hero-header--headers .hero-header--page-tag-background .cell,
.page-id-106 .hero-header--headers .hero-header--page-tag .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-106 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-106 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-106 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-106 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-106 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-106 .hero-header--headers .hero-header--page-tag .cell {
    height: 115px;
  }
}
.page-id-106 .hero-header--headers .hero-header--page-tag-background h4,
.page-id-106 .hero-header--headers .hero-header--page-tag h4 {
  text-transform: none;
}
@media print, screen and (min-width: 22.5em) {
  .page-id-106 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-106 .hero-header--headers .hero-header--page-tag h4 {
    text-transform: uppercase;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-106 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-106 .hero-header--headers .hero-header--page-tag h4 {
    text-align: center;
  }
}
.page-id-106 .main .page-content--quote-wrapper {
  border-top: #cccccc solid 2px;
  border-bottom: #cccccc solid 2px;
}
@media print, screen and (min-width: 22.5em) {
  .page-id-106 .main .page-content--quote-wrapper {
    height: 170px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-106 .main .page-content--quote-wrapper {
    width: 300px;
    height: 200px;
  }
}
.page-id-106 .main .holistic-care {
  padding: 15px;
}
@media print, screen and (min-width: 40em) {
  .page-id-106 .main .holistic-care {
    padding: 25px;
  }
}
.page-id-106 .main .ann-arbor-kids .picture-button--background {
  top: auto;
  bottom: 0;
  height: auto;
}
.page-id-106 .main .ann-arbor-kids .picture-button--copy {
  font-family: "Nanum Pen Script";
  font-size: 2rem;
  text-align: center;
  align-items: baseline;
  padding: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-106 .main .ann-arbor-kids .picture-button--copy {
    font-size: 3rem;
  }
}
.page-id-106 .main .dental-anxiety .picture-button--copy {
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-106 .main .dental-anxiety .picture-button--copy {
    padding-left: 0.9375rem;
  }
}

/* Ann Arbor Kids */
@media print, screen and (max-width: 39.9375em) {
  .page-id-107 .hero-header--gallery {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-107 .hero-header--headers {
    height: clamp(22.5rem, 0rem + 37.5vw, 45rem);
    padding-top: 0;
  }
}
.page-id-107 .hero-header--headers .hero-header--page-title-background .cell {
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .hero-header--headers .hero-header--page-title-background .cell {
    height: 110px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-107 .hero-header--headers .hero-header--page-title-background .cell {
    height: 125px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-107 .hero-header--headers .hero-header--page-title-background .cell {
    height: 175px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-107 .hero-header--headers .hero-header--page-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.page-id-107 .hero-header--headers .hero-header--page-title .cell {
  height: 50px;
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .hero-header--headers .hero-header--page-title .cell {
    height: 110px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-107 .hero-header--headers .hero-header--page-title .cell {
    height: 125px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-107 .hero-header--headers .hero-header--page-title .cell {
    height: 175px;
  }
}
.page-id-107 .hero-header--headers .hero-header--page-title h1 {
  font-family: "Nanum Pen Script";
  font-size: 3rem;
  line-height: 0.9;
  text-shadow: 2px 2px #ff0000;
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .hero-header--headers .hero-header--page-title h1 {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-107 .hero-header--headers .hero-header--page-title h1 {
    color: #ffffff;
    text-align: left;
  }
}
@media screen and (min-width: 90em) {
  .page-id-107 .hero-header--headers .hero-header--page-title h1 {
    font-size: 8rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .hero-header--headers .hero-header--page-tag-background .cell {
    background: none;
    background-color: rgba(0, 150, 0, 0.12);
  }
}
.page-id-107 .main .biological-and-holistic-options .picture-button--background svg {
  width: 120px;
  height: 140px;
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .main .biological-and-holistic-options .picture-button--background svg {
    width: 160px;
    height: 200px;
  }
}
.page-id-107 .main .biological-and-holistic-options .picture-button--copy {
  justify-content: left;
  padding-left: 10px;
}
@media print, screen and (min-width: 40em) {
  .page-id-107 .main .biological-and-holistic-options .picture-button--copy {
    padding-left: 15px;
  }
}

/* Dental Ann Arbor MI */
@media print, screen and (max-width: 39.9375em) {
  .page-id-108 .hero-header--gallery {
    margin-bottom: 75px;
  }
}
.page-id-108 .hero-header--headers .hero-header--page-tag-background .cell,
.page-id-108 .hero-header--headers .hero-header--page-tag .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-108 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-108 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-108 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-108 .hero-header--headers .hero-header--page-tag .cell {
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-108 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-108 .hero-header--headers .hero-header--page-tag .cell {
    height: 115px;
  }
}
/* Referral Program */
.page-id-109 .background {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.page-id-109 .background picture {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.page-id-109 .background picture img {
  width: auto;
}
@media screen and (min-width: 64em) {
  .page-id-109 .background {
    background-position: right bottom;
    background-size: 40%;
  }
}
@media screen and (min-width: 90em) {
  .page-id-109 .background {
    background-position-y: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-109 .background .background--overlay.referral-program {
    background-color: transparent;
  }
}
.page-id-109 .main .page-content--quote {
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .page-id-109 .main .quote {
    margin-left: auto;
    margin-right: 60%;
  }
}
@media screen and (min-width: 64em) {
  .page-id-109 .main .quote p {
    width: auto;
  }
}
.page-id-109 .main .new-patients .picture-button--background {
  right: -75px;
}
.page-id-109 .main .new-patients .picture-button--copy {
  justify-content: left;
  padding-left: 10px;
}
@media print, screen and (min-width: 40em) {
  .page-id-109 .main .new-patients .picture-button--copy {
    padding-left: 15px;
  }
}

/* Consultations */
@media print, screen and (min-width: 60em) {
  .page-id-110 .hero-header--headers .hero-header--page-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.page-id-110 .main .ask-the-doctor .picture-button--copy {
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-110 .main .ask-the-doctor .picture-button--copy {
    padding-left: 0.9375rem;
  }
}

/* New Patients */
@media print, screen and (min-width: 60em) {
  .page-id-111 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-111 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-111 .hero-header--headers .hero-header--page-tag-background .cell,
.page-id-111 .hero-header--headers .hero-header--page-tag .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-111 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-111 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-111 .hero-header--headers .hero-header--page-tag .cell {
    height: 115px;
  }
}
.page-id-111 .hero-header--headers .hero-header--page-tag-background h4,
.page-id-111 .hero-header--headers .hero-header--page-tag h4 {
  text-transform: none;
}
@media print, screen and (min-width: 22.5em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-111 .hero-header--headers .hero-header--page-tag h4 {
    text-transform: uppercase;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-111 .hero-header--headers .hero-header--page-tag h4 {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-111 .hero-header--headers .hero-header--page-tag-background .cell {
    background: none;
    background-color: rgba(0, 150, 0, 0.12);
  }
}

/* Meet Your Doctors */
@media print, screen and (max-width: 39.9375em) {
  .page-id-113 .hero-header--gallery {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-113 .hero-header--gallery {
    margin-bottom: 217px;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-title-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-title-background {
    height: auto;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-title-background .cell {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-title-background .cell {
    height: clamp(5rem, 3rem + 5vw, 6rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-title-background .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (min-width: 75em) {
  .page-id-113 .hero-header--headers .hero-header--page-title-background .cell {
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-113 .hero-header--headers .hero-header--page-title-background .cell {
    height: 176px;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-title {
    height: auto;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-title .cell {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-title .cell {
    height: clamp(5rem, 3rem + 5vw, 6rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-title .cell {
    position: relative;
    bottom: auto;
    height: 96px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-113 .hero-header--headers .hero-header--page-title .cell {
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-113 .hero-header--headers .hero-header--page-title .cell {
    height: 176px;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-title h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}
.page-id-113 .hero-header--headers .hero-header--page-tag-background {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag-background {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag-background .cell {
  height: 160px;
  background: transparent;
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    height: 217px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 106px;
    background: rgba(255, 255, 255, 0.3);
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell {
  height: 160px;
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    height: 217px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 106px;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x img {
  width: 60px;
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x img {
    width: 80px;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .cell {
  height: auto;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .cell {
    width: 10%;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .badge {
  height: auto;
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc {
  order: 1;
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc {
    order: 0;
  }
}
.page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
  width: 30px;
}
@media print, screen and (min-width: 40em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
    width: 40px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-113 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
    width: 40%;
  }
}

/* Meet Your Team */
@media print, screen and (max-width: 39.9375em) {
  .page-id-114 .hero-header--gallery {
    margin-bottom: 160px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-114 .hero-header--gallery {
    margin-bottom: 217px;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-title-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-title-background {
    height: auto;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-title-background .cell {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-title-background .cell {
    height: clamp(5rem, 3rem + 5vw, 6rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-title-background .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (min-width: 75em) {
  .page-id-114 .hero-header--headers .hero-header--page-title-background .cell {
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-114 .hero-header--headers .hero-header--page-title-background .cell {
    height: 176px;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-title {
    height: auto;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-title .cell {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-title .cell {
    height: clamp(5rem, 3rem + 5vw, 6rem);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-title .cell {
    position: relative;
    bottom: auto;
    height: 96px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-114 .hero-header--headers .hero-header--page-title .cell {
    height: 112px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-114 .hero-header--headers .hero-header--page-title .cell {
    height: 176px;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-title h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}
.page-id-114 .hero-header--headers .hero-header--page-tag-background {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag-background {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag-background .cell {
  height: 160px;
  background: transparent;
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    height: 217px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 106px;
    background: rgba(255, 255, 255, 0.3);
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag {
  position: absolute;
  left: 0;
  top: clamp(7.5rem, 0rem + 37.5vw, 22.5rem);
  width: 100%;
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell {
  height: 160px;
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    height: 217px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 106px;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x img {
  width: 60px;
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x img {
    width: 80px;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .cell {
  height: auto;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .cell {
    width: 10%;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .badge {
  height: auto;
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc {
  order: 1;
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc {
    order: 0;
  }
}
.page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
  width: 30px;
}
@media print, screen and (min-width: 40em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
    width: 40px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-114 .hero-header--headers .hero-header--page-tag .cell .grid-x .mom-doc img {
    width: 40%;
  }
}

/* Amenities */
@media print, screen and (min-width: 60em) {
  .page-id-117 .hero-header--headers .hero-header--page-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/* Elite Technology */
@media print, screen and (min-width: 60em) {
  .page-id-118 .hero-header--headers .hero-header--page-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
/* Biological and Holistic Options */
.page-id-119 .hero-header--headers .hero-header--page-title-background .cell {
  height: 94px;
}
@media print, screen and (min-width: 40em) {
  .page-id-119 .hero-header--headers .hero-header--page-title-background .cell {
    height: 148px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-119 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
    height: 175px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-119 .hero-header--headers .hero-header--page-title-background .cell {
    height: 213px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-119 .hero-header--headers .hero-header--page-title-background .cell {
    height: 277px;
  }
}
.page-id-119 .hero-header--headers .hero-header--page-title .cell {
  height: 94px;
}
@media print, screen and (min-width: 40em) {
  .page-id-119 .hero-header--headers .hero-header--page-title .cell {
    height: 148px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-119 .hero-header--headers .hero-header--page-title .cell {
    height: 175px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-119 .hero-header--headers .hero-header--page-title .cell {
    height: 213px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-119 .hero-header--headers .hero-header--page-title .cell {
    height: 277px;
  }
}
.page-id-119 .hero-header--headers .hero-header--page-title h1 {
  width: 260px;
  text-align: center;
  align-self: center;
}
@media print, screen and (min-width: 23.4375em) and (max-width: 39.9375em) {
  .page-id-119 .hero-header--headers .hero-header--page-title h1 {
    width: 350px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-119 .hero-header--headers .hero-header--page-title h1 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .page-id-119 .hero-header--headers .hero-header--page-title h1 {
    width: 650px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-119 .hero-header--headers .hero-header--page-title h1 {
    width: 800px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-119 .hero-header--headers .hero-header--page-title h1 {
    width: 1000px;
  }
}
.page-id-119 .main .page-content--quote-wrapper {
  border-top: #cccccc solid 2px;
  border-bottom: #cccccc solid 2px;
}
@media print, screen and (min-width: 60em) {
  .page-id-119 .main .page-content--quote-wrapper {
    width: 300px;
  }
}
.page-id-119 .holistic-biological-dentistry--badges .small-3 {
  width: 20%;
}
.page-id-119 .holistic-biological-dentistry--badges .badge-small {
  width: 2.5rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-119 .holistic-biological-dentistry--badges .badge-small {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-119 .holistic-biological-dentistry--badges .badge-small {
    width: 8.4375rem;
  }
}
.page-id-119 .holistic-biological-dentistry--badges .badge-large {
  width: 3.75rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-119 .holistic-biological-dentistry--badges .badge-large {
    width: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-119 .holistic-biological-dentistry--badges .badge-large {
    width: 12.5rem;
  }
}
.page-id-119 .holistic-biological-dentistry--badges .badge-outer {
  margin-top: 25%;
}
/* Tooth Meridian Chart */
.page-id-120 {
  /*		.main {
  			padding-top: 117px;
  			@include breakpoint(fbm960) {
  				padding-top: 0;
  			};
  		}; */
}
.page-id-120 .hero-header {
  margin: 0;
}
@media print, screen and (min-width: 60em) {
  .page-id-120 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-120 .hero-header--headers .hero-header--page-title .cell {
  bottom: 0;
}
@media print, screen and (max-width: 29.9375em) {
  .page-id-120 .hero-header--headers .hero-header--page-title .cell {
    height: 60px;
  }
}
.page-id-120 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-120 .main .page-content--quote-wrapper {
  border-top: #cccccc solid 2px;
  border-bottom: #cccccc solid 2px;
}
@media print, screen and (min-width: 60em) {
  .page-id-120 .main .page-content--quote-wrapper {
    width: 300px;
  }
}
.page-id-120 .holistic-biological-dentistry--badges .small-3 {
  width: 20%;
}
.page-id-120 .holistic-biological-dentistry--badges .badge-small {
  width: 2.5rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-120 .holistic-biological-dentistry--badges .badge-small {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-120 .holistic-biological-dentistry--badges .badge-small {
    width: 8.4375rem;
  }
}
.page-id-120 .holistic-biological-dentistry--badges .badge-large {
  width: 3.75rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-120 .holistic-biological-dentistry--badges .badge-large {
    width: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-120 .holistic-biological-dentistry--badges .badge-large {
    width: 12.5rem;
  }
}
.page-id-120 .holistic-biological-dentistry--badges .badge-outer {
  margin-top: 25%;
}
/* Eco-Responsible Dentistry */
@media print, screen and (max-width: 39.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title-background .cell {
    height: 94px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title-background .cell {
    height: 148px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-121 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title .cell {
    height: 94px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title .cell {
    height: 148px;
  }
}
.page-id-121 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
  align-self: center;
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title h1 {
    width: 260px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 47.9375em) {
  .page-id-121 .hero-header--headers .hero-header--page-title h1 {
    width: 500px;
  }
}
.page-id-121 .holistic-biological-dentistry--badges .small-3 {
  width: 20%;
}
.page-id-121 .holistic-biological-dentistry--badges .badge-small {
  width: 2.5rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-121 .holistic-biological-dentistry--badges .badge-small {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-121 .holistic-biological-dentistry--badges .badge-small {
    width: 8.4375rem;
  }
}
.page-id-121 .holistic-biological-dentistry--badges .badge-large {
  width: 3.75rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-121 .holistic-biological-dentistry--badges .badge-large {
    width: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-121 .holistic-biological-dentistry--badges .badge-large {
    width: 12.5rem;
  }
}
.page-id-121 .holistic-biological-dentistry--badges .badge-outer {
  margin-top: 25%;
}
/* Bio-Active Dentistry */
@media print, screen and (min-width: 60em) {
  .page-id-122 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-122 .hero-header--headers .hero-header--page-title .cell h1 {
  text-align: center;
}
.page-id-122 .holistic-biological-dentistry--badges .small-3 {
  width: 20%;
}
.page-id-122 .holistic-biological-dentistry--badges .badge-small {
  width: 2.5rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-122 .holistic-biological-dentistry--badges .badge-small {
    width: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-122 .holistic-biological-dentistry--badges .badge-small {
    width: 8.4375rem;
  }
}
.page-id-122 .holistic-biological-dentistry--badges .badge-large {
  width: 3.75rem;
  height: auto;
  margin: 0 0.3125rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-122 .holistic-biological-dentistry--badges .badge-large {
    width: 11.25rem;
  }
}
@media screen and (min-width: 64em) {
  .page-id-122 .holistic-biological-dentistry--badges .badge-large {
    width: 12.5rem;
  }
}
.page-id-122 .holistic-biological-dentistry--badges .badge-outer {
  margin-top: 25%;
}
/* Elite Sterilization */
@media print, screen and (min-width: 60em) {
  .page-id-123 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-123 .hero-header--headers .hero-header--page-title .cell h1 {
  text-align: center;
}

/* Preferred Product Provider */
@media print, screen and (max-width: 39.9375em) {
  .page-id-124 .hero-header--gallery {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title-background .cell {
    height: 94px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title-background .cell {
    height: 148px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-124 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title .cell {
    height: 94px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title .cell {
    height: 148px;
  }
}
@media print, screen and (max-width: 39.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title h1 {
    text-align: center;
    align-self: center;
    width: 350px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-124 .hero-header--headers .hero-header--page-title h1 {
    width: 550px;
  }
}
.page-id-124 .hero-header--headers .hero-header--page-tag-background .cell,
.page-id-124 .hero-header--headers .hero-header--page-tag .cell {
  height: 100px;
}
@media print, screen and (min-width: 40em) {
  .page-id-124 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-124 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-124 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-124 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-124 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-124 .hero-header--headers .hero-header--page-tag .cell {
    height: 95px;
  }
}

/* Services */
.page-id-125 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-125 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 60em) {
  .page-id-125 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
    border-radius: 50px;
  }
}
.page-id-125 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-125 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-125 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-125 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-125 .main {
    margin-top: 0.9375rem;
  }
}
.page-id-125 .main .ann-arbor-kids .picture-button--copy {
  margin-top: 10px;
}

/* Reviews */
@media print, screen and (max-width: 39.9375em) {
  .page-id-126 .hero-header--gallery {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-126 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-126 .hero-header--headers .hero-header--page-title .cell h1 {
  text-align: center;
}
@media print, screen and (min-width: 60em) {
  .page-id-126 .hero-header--headers .hero-header--page-tag-background .cell,
  .page-id-126 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
  }
}
.page-id-126 .hero-header--headers .hero-header--page-tag-background h4,
.page-id-126 .hero-header--headers .hero-header--page-tag h4 {
  text-transform: none;
}
@media print, screen and (min-width: 22.5em) {
  .page-id-126 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-126 .hero-header--headers .hero-header--page-tag h4 {
    text-transform: uppercase;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-126 .hero-header--headers .hero-header--page-tag-background h4,
  .page-id-126 .hero-header--headers .hero-header--page-tag h4 {
    text-align: center;
  }
}
.page-id-126 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-126 .main {
    margin-top: 0.9375rem;
  }
}

/* Philanthropy */
@media print, screen and (min-width: 60em) {
  .page-id-127 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-127 .hero-header--headers .hero-header--page-title .cell h1 {
  text-align: center;
}
.page-id-127 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-127 .main {
    margin-top: 0.9375rem;
  }
}

/*********************
EMPLOYMENT OPPORTUNITIES
*********************/
.page-id-2727 .nf-form-cont {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-2727 .nf-form-title {
  background-color: rgba(0, 150, 0, 0.12);
  border-radius: 0.625rem;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  margin: 1.25rem 0 1.25rem 0;
}
.page-id-2727 .nf-form-title h3 {
  line-height: 1.4;
}
.page-id-2727 .nf-form-content .nf-field-container.submit-container {
  margin-bottom: 0;
}
.page-id-2727 .nf-form-content .experience-level ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.page-id-2727 .nf-form-content .experience-level li {
  width: 20px;
}
@media print, screen and (min-width: 40em) {
  .page-id-2727 .nf-form-content .experience-level li {
    width: 40px;
  }
}
.page-id-2727 .nf-form-content .experience-level li input {
  width: 20px !important;
}
.page-id-2727 .nf-form-content .experience-level li label {
  width: 20px;
  margin: 0 7px;
}
.page-id-2727 .nf-form-content .experience-level li:last-child label {
  margin: 0 2px;
}

/* Meet Como and Destin */
@media print, screen and (max-width: 39.9375em) {
  .page-id-134 .hero-header--gallery {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-134 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-134 .hero-header--headers .hero-header--page-title h1 {
  font-family: "Nanum Pen Script";
  font-size: clamp(2.1875rem, 0.375rem + 9.0625vw, 4rem);
  line-height: 0.9;
  text-shadow: 2px 2px #ff0000;
}
@media print, screen and (min-width: 60em) {
  .page-id-134 .hero-header--headers .hero-header--page-title h1 {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-134 .hero-header--headers .hero-header--page-tag-background .cell {
    background: none;
    background-color: rgba(0, 150, 0, 0.12);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-134 .hero-header--headers .hero-header--page-tag-background .cell {
    width: 100%;
  }
}
.page-id-134 .main .destin-tricks--item {
  display: list-item;
  list-style: none;
  line-height: 1.6;
}
.page-id-134 .main .destin-tricks--item span {
  font-family: "Lato", Roboto, Arial, sans-serif;
  font-weight: normal;
  margin-left: 0.3125rem;
}
.page-id-134 .main .biological-and-holistic-options .picture-button--copy {
  justify-content: left;
  padding-left: 10px;
}
@media print, screen and (min-width: 40em) {
  .page-id-134 .main .biological-and-holistic-options .picture-button--copy {
    padding-left: 15px;
  }
}

/* Outside X-rays */
@media print, screen and (min-width: 60em) {
  .page-id-137 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
  }
}
.page-id-137 .hero-header--headers .hero-header--page-title .cell h1 {
  text-align: center;
}

/* Biological Crowns */
.page-id-141 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-141 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-141 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
  }
}
.page-id-141 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-141 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-141 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-141 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-141 .main {
    margin-top: 0.9375rem;
  }
}

/* Implant Crowns */
.page-id-145 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-145 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-145 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
  }
}
.page-id-145 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-145 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-145 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-145 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-145 .main {
    margin-top: 0.9375rem;
  }
}

/* Tongue Or Lip Ties */
.page-id-149 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-149 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-149 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
  }
}
.page-id-149 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-149 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-149 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-149 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-149 .main {
    margin-top: 0.9375rem;
  }
}

/* Porcelain Veneers */
.page-id-153 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-153 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-153 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
  }
}
.page-id-153 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-153 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-153 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-153 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-153 .main {
    margin-top: 0.9375rem;
  }
}

/* Painless Dentistry */
.page-id-157 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-157 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media print, screen and (min-width: 60em) {
  .page-id-157 .hero-header--headers .hero-header--page-title-background .cell {
    width: 40%;
    height: 80%;
  }
}
.page-id-157 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-157 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-157 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-157 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-157 .main {
    margin-top: 0.9375rem;
  }
}

/* Same-Day Existing Patient Dentistry */
@media print, screen and (max-width: 39.9375em) {
  .page-id-161 .hero-header--gallery {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 59.9375em) {
  .page-id-161 .hero-header--gallery {
    margin-bottom: 95px;
  }
}
.page-id-161 .hero-header--headers .hero-header--page-title-background .cell {
  height: 94px;
}
@media print, screen and (min-width: 40em) {
  .page-id-161 .hero-header--headers .hero-header--page-title-background .cell {
    height: 146px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-161 .hero-header--headers .hero-header--page-title-background .cell {
    width: 100%;
    height: 175px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-161 .hero-header--headers .hero-header--page-title-background .cell {
    height: 213px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-161 .hero-header--headers .hero-header--page-title-background .cell {
    height: 277px;
  }
}
.page-id-161 .hero-header--headers .hero-header--page-title .cell {
  height: 94px;
}
@media print, screen and (min-width: 40em) {
  .page-id-161 .hero-header--headers .hero-header--page-title .cell {
    height: 146px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-161 .hero-header--headers .hero-header--page-title .cell {
    height: 175px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-161 .hero-header--headers .hero-header--page-title .cell {
    height: 213px;
  }
}
@media screen and (min-width: 90em) {
  .page-id-161 .hero-header--headers .hero-header--page-title .cell {
    height: 277px;
  }
}
.page-id-161 .hero-header--headers .hero-header--page-title h1 {
  text-align: center;
}
.page-id-161 .hero-header--headers .hero-header--page-tag-background .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag-background .cell {
    position: relative;
    height: 95px;
    background: rgba(0, 150, 0, 0.12);
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag-background .cell {
    width: 100%;
    height: 106px;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 75em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag-background .cell {
    height: 115px;
  }
}
.page-id-161 .hero-header--headers .hero-header--page-tag .cell {
  height: 75px;
}
@media print, screen and (min-width: 40em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag .cell {
    position: relative;
    height: 95px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag .cell {
    width: 100%;
    height: 106px;
  }
}
@media screen and (min-width: 75em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag .cell {
    height: 115px;
  }
}
@media print, screen and (min-width: 40em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag h4 {
    color: #5c8000;
    text-shadow: none;
    text-align: center;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-161 .hero-header--headers .hero-header--page-tag h4 {
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
}

/* Financing Options */
.page-id-165 .hero-header--headers .hero-header--page-title-background .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-165 .hero-header--headers .hero-header--page-title-background .cell {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-id-165 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-165 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-165 .hero-header--headers .hero-header--page-title h1 {
  display: flex;
  width: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 50px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-165 .hero-header--headers .hero-header--page-title h1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.page-id-165 .main {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .page-id-165 .main {
    margin-top: 0.9375rem;
  }
}
.page-id-165 .main .ann-arbor-kids .picture-button--copy {
  margin-top: 10px;
}

/* Executive Program */
.page-id-170 .background--overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.page-id-170 .hero-header {
  margin: 0;
}
.page-id-170 .hero-header--headers .hero-header--page-title .grid-x {
  height: clamp(7.5rem, 0rem + 37.5vw, 45rem);
}
.page-id-170 .hero-header--headers .hero-header--page-title .cell {
  position: relative;
}
.page-id-170 .hero-header--headers .hero-header--page-title .hero-header--logo {
  width: 100px;
}
@media print, screen and (min-width: 40em) {
  .page-id-170 .hero-header--headers .hero-header--page-title .hero-header--logo {
    width: 200px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-170 .hero-header--headers .hero-header--page-title .hero-header--logo {
    width: auto;
  }
}
.page-id-170 .hero-header--headers .hero-header--page-title .hero-header--logo svg {
  width: 100%;
  height: 100%;
}
.page-id-170 .hero-header--headers .hero-header--page-title h1 {
  display: flex;
  text-align: center;
}
.page-id-170 .main {
  min-height: 600px;
}
.page-id-170 .main form {
  width: 100%;
}
@media screen and (min-width: 26.25em) {
  .page-id-170 .main form {
    width: 400px;
  }
}
@media print, screen and (min-width: 60em) {
  .page-id-170 .main form {
    width: 600px;
  }
}
.page-id-170 .main label,
.page-id-170 .main span {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .page-id-170 .main label,
  .page-id-170 .main span {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
.page-id-170 .main input,
.page-id-170 .main select,
.page-id-170 .main textarea {
  max-width: 100%;
  width: 100%;
  height: 2.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  font-size: 1rem;
  color: #fff;
  box-shadow: none;
  padding: 0 1rem;
}
.page-id-170 .main input:focus,
.page-id-170 .main select:focus,
.page-id-170 .main textarea:focus {
  background-color: transparent;
}
@media print, screen and (min-width: 40em) {
  .page-id-170 .main input,
  .page-id-170 .main select,
  .page-id-170 .main textarea {
    height: 3rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
  }
}
.page-id-170 .main button,
.page-id-170 .main input[type=button],
.page-id-170 .main input[type=submit] {
  width: auto;
  padding: 0.625rem 2rem;
}
.page-id-170 .main button:hover, .page-id-170 .main button:hover,
.page-id-170 .main input[type=button]:hover,
.page-id-170 .main input[type=button]:hover,
.page-id-170 .main input[type=submit]:hover,
.page-id-170 .main input[type=submit]:hover {
  background-color: rgba(92, 128, 0, 0.1);
}
@media print, screen and (min-width: 40em) {
  .page-id-170 .main button,
  .page-id-170 .main input[type=button],
  .page-id-170 .main input[type=submit] {
    font-size: 1.5rem;
    font-weight: 300;
  }
}
