body, p, li, td, th, textarea, .locations-cities div {
  font: 100% "Lora", serif;
  font-weight: 400;
  color: #000000;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 2rem;
  line-height: 1.25;
  color: #000000;
  font-weight: 600; }
  @media only screen and (min-width: 709px) {
    h1 {
      text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
      font-size: 2.375rem;
      line-height: 52px;
      color: #ffffff; } }

h2 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  color: #BB9C5D;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem; }

h2.smaller {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  color: #000;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  text-transform: none; }

h3, h4 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600; }

h3 {
  color: #ffffff; }

.mb24 {
  margin-bottom: 24px; }

.mt48 {
  margin-top: 48px; }

p {
  margin-bottom: 1.0rem; }

ul {
  padding-left: 2rem;
  list-style: disc;
  margin-bottom: 1rem; }

li {
  margin-bottom: .8rem; }

li:last-child {
  margin-bottm: 0; }

textarea {
  border: 1px solid #6d6d6d;
  padding: 2px; }

th {
  color: black;
  font-weight: 600; }

a {
  color: #007abc;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #0061a0; }

label {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Lora", serif;
  color: black; }

input[type=text] {
  padding: 1px;
  font-family: "Lora", serif;
  height: 24px;
  font-size: 14px; }

button {
  display: block;
  background-color: #ffffff;
  color: #BB9C5D;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  border: none;
  padding: 16px 24px;
  cursor: pointer; }
  button:hover {
    background-color: #ddd; }
  button.reverse {
    background-color: #BB9C5D;
    color: #fff;
    padding: 8px 20px; }

strong {
  font-weight: 800;
  font-family: inherit; }

header {
  background-color: #BB9C5D;
  width: 100%;
  padding: .8rem 0; }
  header button {
    font-size: 1.0rem;
    line-height: 1;
    font-weight: 600;
    padding: 12px 20px;
    display: none; }
    @media only screen and (min-width: 709px) {
      header button {
        display: block; } }
  header .inside-header {
    display: flex;
    justify-content: space-between; }
    header .inside-header img {
      width: 12rem; }

nav {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #99A0B7;
  background-image: url("../images/hero_hygienists_mobile_440x280.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  height: 300px; }
  @media only screen and (min-width: 709px) {
    nav {
      background-image: url("../images/hero_hygienists_desktop_2400x1330.jpg");
      height: 315px; } }
  @media only screen and (min-width: 800px) {
    nav {
      height: 350px; } }
  @media only screen and (min-width: 1000px) {
    nav {
      height: 400px; } }
  nav #mobile-ext-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (min-width: 709px) {
      nav #mobile-ext-nav {
        display: block; } }
  nav .navbar {
    background-color: rgba(255, 255, 255, 0.85);
    height: 57px; }
  nav h1 {
    margin-top: 2rem; }
  nav .navbar-control {
    width: 35%;
    min-width: 250px;
    height: 100%; }
    @media only screen and (min-width: 709px) {
      nav .navbar-control {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; } }
  nav ul {
    display: block;
    padding: 0;
    width: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 18px;
    margin: 0; }
    @media only screen and (min-width: 709px) {
      nav ul {
        background-color: inherit;
        padding: 0; } }
    nav ul a {
      color: inherit;
      font-weight: inherit;
      text-decoration: inherit; }
    nav ul #hamburger img {
      height: 25px;
      margin-top: 0px;
      display: inline-block; }
    nav ul li {
      display: none;
      padding: 1rem 0 1rem 2.5rem;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      font-size: 1rem;
      line-height: 1; }
      nav ul li#hamburger {
        display: block;
        padding: 0 0 0 0.5rem;
        cursor: pointer; }
        @media only screen and (min-width: 709px) {
          nav ul li#hamburger {
            display: none; } }
      @media only screen and (min-width: 709px) {
        nav ul li {
          display: inline;
          margin-top: 0;
          padding: 0 0 0 1.5rem; } }
      nav ul li:first-child {
        padding-left: 0; }

.mobile-menu-show {
  display: block; }
  @media only screen and (min-width: 709px) {
    .mobile-menu-show {
      display: inline; } }

.mobile-only {
  display: inherit; }
  @media only screen and (min-width: 709px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media only screen and (min-width: 709px) {
    .desktop-only {
      display: inherit; } }

.hcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.h100 {
  height: 100%; }

.inside-section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0.5rem; }
  @media only screen and (min-width: 709px) {
    .inside-section {
      padding: 0 1rem; } }

.checkerboard {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap; }
  .checkerboard:first-of-type {
    margin-top: 3rem; }
  .checkerboard .pix {
    order: 2;
    width: 100%;
    margin-top: 1rem; }
    @media only screen and (min-width: 709px) {
      .checkerboard .pix {
        order: 1;
        padding-right: 3%;
        width: 53%;
        margin-top: 0rem; } }
    .checkerboard .pix img {
      width: 100%;
      cursor: pointer; }
  @media only screen and (min-width: 709px) {
    .checkerboard:nth-of-type(even) .pix {
      order: 2;
      padding-left: 3%;
      padding-right: 0; } }
  .checkerboard .pullQuote {
    order: 1;
    width: 100%; }
    @media only screen and (min-width: 709px) {
      .checkerboard .pullQuote {
        order: 2;
        width: 47%;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .checkerboard .pullQuote .symbol {
      background-image: url("../images/icon_quotation_mark.svg");
      background-size: auto 100%;
      height: 2.5rem;
      background-repeat: no-repeat;
      margin-bottom: 1rem; }
    .checkerboard .pullQuote .quote {
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 2;
      padding-right: 1rem;
      font-size: 1.2rem; }
      .checkerboard .pullQuote .quote strong {
        font-weight: 700;
        font-family: "Lora", serif;
        color: #BB9C5D; }
      @media only screen and (min-width: 709px) {
        .checkerboard .pullQuote .quote {
          font-size: 1.30rem;
          line-height: 1.5; } }
      @media only screen and (min-width: 800px) {
        .checkerboard .pullQuote .quote {
          font-size: 1.4rem;
          line-height: 1.8; } }
    .checkerboard .pullQuote .name {
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.25;
      text-align: right; }
  @media only screen and (min-width: 709px) {
    .checkerboard:nth-of-type(even) .pullQuote {
      order: 1; } }

.contactUs {
  background-color: #BB9C5D;
  padding: 1.5rem 0;
  text-align: center; }
  .contactUs p {
    color: #ffffff;
    margin-top: 1.5rem; }
  .contactUs button {
    margin: 1.8rem auto 0 auto; }

.locations {
  background-color: silver;
  padding: 1.5rem 0; }
  .locations h3 {
    text-align: center;
    color: #000; }
  .locations .locations-block {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 1.5rem; }
  .locations .locations-state {
    font-weight: 600;
    width: 30%; }
    @media only screen and (min-width: 709px) {
      .locations .locations-state {
        width: 20%; } }
  .locations .locations-cities {
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin-left: 1rem;
    display: grid; }
    @media only screen and (min-width: 709px) {
      .locations .locations-cities {
        width: 80%;
        grid-template-columns: 1fr 1fr 1fr; } }

footer {
  background-color: #000;
  padding: 1rem 0; }
  footer a, footer a:hover {
    color: #fff; }
  footer .inside-section {
    width: 100%; }
    @media only screen and (min-width: 709px) {
      footer .inside-section {
        display: flex;
        flex-wrap: nowrap; } }
    footer .inside-section p {
      color: #fff;
      flex-grow: 1;
      font-family: "Montserrat", sans-serif;
      font-size: 1rem;
      line-height: 1; }
      @media only screen and (min-width: 709px) {
        footer .inside-section p {
          margin-bottom: 0; }
          footer .inside-section p:nth-child(2) {
            text-align: center; }
          footer .inside-section p:nth-child(3) {
            text-align: right; } }

/*# sourceMappingURL=qdp.css.map */
