/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0; }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block; }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent; }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */ }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder; }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  
  sub {
    bottom: -0.25em; }
  
  sup {
    top: -0.5em; }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none; }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible; }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none; }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em; }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline; }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto; }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block; }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item; }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none; }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none; }
  
  @font-face {
    font-family: 'RedHatDisplay';
    src: url("https://www.antelope-familydental.com/fonts/red_hat_display/RedHatDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap; }
  
  @font-face {
    font-family: 'RedHatDisplay';
    src: url("https://www.antelope-familydental.com/fonts/red_hat_display/RedHatDisplay-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
  
  @font-face {
    font-family: 'RedHatDisplay';
    src: url("https://www.antelope-familydental.com/fonts/red_hat_display/RedHatDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }
  
  @font-face {
    font-family: 'PlayfairDisplay';
    src: url("https://www.antelope-familydental.com/fonts/playfair_display/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
    font-weight: 400 900;
    font-display: swap; }
  
  .nav {
    --bg-light: #F1F1F1;
    --ham-color: #F1F1F1;
    --nav-bg-color: #008BC9;
    --color-links: #F1F1F1;
    --color-links-hover: #013740;
    --coa-bg-color: #00C9C8;
    --coa-boxshadow-color: #F1F1F1;
    --logo-text1-color: #F1F1F1;
    --logo-text2-color: #008BC9;
    position: fixed;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    min-height: 100px;
    width: 100%; }
    .nav input {
      display: block;
      width: 35px;
      height: 25px;
      margin: 0;
      position: absolute;
      cursor: pointer;
      opacity: 0;
      /* hide this */
      z-index: 2;
      /* and place it over the hamburger */
      -webkit-touch-callout: none; }
      .nav input:checked ~ span {
        opacity: 1;
        -webkit-transform: rotate(45deg) translate(3px, -1px);
                transform: rotate(45deg) translate(3px, -1px);
        background: var(--ham-color); }
      .nav input:checked ~ span:nth-child(4) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0.2, 0.2);
                transform: rotate(0deg) scale(0.2, 0.2); }
      .nav input:checked ~ span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(-5px, 11px);
                transform: rotate(-45deg) translate(-5px, 11px); }
    .nav--scrolled {
      background: #F1F1F1;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      -webkit-box-shadow: 0px 1px 10px #999;
              box-shadow: 0px 1px 10px #999;
      --ham-color: #232323;
      --coa-bg-color: #008BC9;
      --coa-boxshadow-color: #00C9C8;
      --logo-text1-color: #013740;
      --color-links: #F1F1F1;
      --color-links-hover: #013740; }
      @media only screen and (min-width: 992px) {
        .nav--scrolled {
          --color-links: #013740;
          --color-links-hover: #008BC9; } }
    .nav span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: var(--ham-color);
      border-radius: 3px;
      z-index: 1;
      -webkit-transform-origin: 4px 0px;
              transform-origin: 4px 0px;
      -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .nav span:first-child {
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%; }
      .nav span:nth-child(3) {
        -webkit-transform-origin: 0% 100%;
                transform-origin: 0% 100%; }
    .nav-menu {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .nav-list {
      list-style: none;
      text-align: center;
      margin-top: auto;
      padding: 0; }
      .nav-list li {
        padding: 10px 0;
        font-size: 22px; }
      .nav-list-item {
        font-weight: 700;
        text-decoration: none;
        color: var(--color-links);
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .nav-list-item:hover {
          color: var(--color-links-hover); }
        .nav-list-item__active {
          color: var(--color-links-hover); }
    .nav-logo {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 100;
      line-height: 0;
      margin: 0 20px; }
      .nav-logo svg {
        max-height: 75px;
        max-width: 100px;
        flex-shrink: 0; }
    .nav-coa {
      margin: auto 0 5rem 0;
      color: #F1F1F1;
      background-color: #00C9C8;
      text-decoration: none;
      text-align: center;
      font-family: RedHatDisplay;
      font-size: 19px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 13px 21px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .nav .logo-text {
      -webkit-transition: fill 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: fill 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .nav .logo-text-1 {
        fill: var(--logo-text1-color); }
      .nav .logo-text-2 {
        fill: var(--logo-text2-color); }
  
  /* mobile styles */
  @media only screen and (max-width: 992px) {
    .nav-menu {
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100vh;
      width: 100vw;
      right: -100vw;
      top: 0;
      padding: 75px 50px 50px;
      background: var(--nav-bg-color);
      -webkit-font-smoothing: antialiased;
      /* to stop flickering of text in safari */
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
      transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .nav input:checked ~ .nav-menu {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .nav input:checked ~ .nav-logo {
      --logo-text1-color: #F1F1F1;
      --logo-text2-color: #F1F1F1; }
    .nav input:checked ~ span {
      --ham-color: #F1F1F1; } }
  
  /* desktop styles */
  @media only screen and (min-width: 992px) {
    .nav {
      flex-direction: row;
      align-items: center;
      /* Burger nav */ }
      .nav-list {
        margin: 0; }
      .nav input {
        display: none; }
      .nav span {
        display: none; }
      .nav-menu {
        position: relative;
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center; }
        .nav-menu ul {
          display: flex;
          padding: 0; }
        .nav-menu li {
          padding: 0 20px; }
      .nav-coa {
        margin: 0 0 0 3vh;
        background: var(--coa-bg-color);
        -webkit-box-shadow: 6px -6px var(--coa-boxshadow-color);
                box-shadow: 6px -6px var(--coa-boxshadow-color);
        -webkit-transform: translate(-6px, 6px);
                transform: translate(-6px, 6px); }
        .nav-coa:hover {
          -webkit-box-shadow: 0px 0px var(--coa-boxshadow-color);
                  box-shadow: 0px 0px var(--coa-boxshadow-color);
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0); } }
  
  footer {
    background-color: #002638; }
  
  .footer {
    margin: 0 auto;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    background-color: #002638;
    color: rgba(241, 241, 241, 0.9);
    display: flex;
    flex-direction: column;
    max-width: 1700px; }
    @media only screen and (min-width: 768px) {
      .footer {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        padding: 0.5rem 3rem 0.5rem 3rem; } }
    .footer a {
      color: rgba(241, 241, 241, 0.9);
      text-decoration: none;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .footer a:hover {
        color: #00C9C8; }
    .footer-section {
      margin: 2.75rem 1.8rem 0 1.8rem; }
    .footer-header {
      margin-bottom: 2.5rem;
      position: relative; }
      .footer-header:after {
        content: " ";
        position: absolute;
        display: block;
        z-index: 1;
        background-image: url("https://www.antelope-familydental.com/images/shapes/underline.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 200px;
        height: 15px;
        top: 100%;
        left: -10px; }
    .footer-hours table {
      border: none;
      border-collapse: collapse; }
    .footer-hours td {
      border-left: 2px solid rgba(241, 241, 241, 0.7);
      padding: 0.2rem 0.6rem; }
    .footer-hours td:nth-child(1) {
      text-align: right;
      border-left: none; }
    .footer-hours td:nth-child(2) {
      text-align: left; }
    .footer-nav ul {
      z-index: 88;
      list-style: none;
      padding: 0;
      font-weight: 600;
      font-size: 1.2rem; }
    .footer-nav li {
      margin-bottom: 0.6rem; }
    .footer-questions h2 {
      font-family: RedHatDisplay;
      font-size: 1.2rem;
      margin-bottom: 0.6rem; }
    .footer-logo {
      display: flex;
      justify-content: center;
      text-align: center; }
      .footer-logo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .footer-logo-container-svg {
          margin-bottom: 1.5rem; }
      .footer-logo-address {
        margin-top: 0; }
    .footer-copyright {
      color: rgba(241, 241, 241, 0.5);
      text-align: center;
      font-size: 0.75rem;
      padding-top: 2rem; }
      .footer-copyright a {
        color: rgba(241, 241, 241, 0.5); }
      @media only screen and (min-width: 768px) {
        .footer-copyright {
          width: 100%;
          flex-basis: 100%; } }
  .social-icons {
    display: flex; }
    .social-icons a:first-child {
      margin-right: 1rem; }
    .social-icons svg {
      fill: rgba(241, 241, 241, 0.9);
      width: 35px;
      height: 35px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .social-icons svg:hover {
        fill: #00C9C8;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  
  .btn {
    color: #F1F1F1;
    background-color: #00C9C8;
    text-decoration: none;
    text-align: center;
    font-family: RedHatDisplay;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 21px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* offset-x | offset-y | color */
    -webkit-box-shadow: -6px 6px #F1F1F1;
            box-shadow: -6px 6px #F1F1F1;
    -webkit-transform: translate(6px, -6px);
            transform: translate(6px, -6px); }
    .btn:hover {
      -webkit-box-shadow: 0px 0px #F1F1F1;
              box-shadow: 0px 0px #F1F1F1;
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px); }
    .btn:active {
      background-color: #00b0af; }
  
  .form {
    width: 100%;
    position: relative;
    z-index: 0;
    min-height: 200px;
    min-width: 250px; }
    .form-container {
      background-color: white;
      padding: 1.5rem 1rem 1.75rem 1rem;
      border-radius: 6px;
      -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
              box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1); }
    .form-heading {
      margin-top: 0; }
    .form-success-message {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 2rem;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .form-success-message--show {
        opacity: 100%; }
    .form-field {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      min-width: 250px;
      width: 100%;
      margin: 1rem 0; }
      @media only screen and (min-width: 768px) {
        .form-field {
          max-width: 350px; } }
      .form-field-label {
        margin-bottom: 7.5px; }
        .form-field-label--required:after {
          content: " *";
          color: #ea1b1b; }
      .form-field-input, .form-field-text-area {
        -webkit-appearance: none;
        border: none;
        padding: 10px;
        margin: 0px 0px 16px 0px;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
                box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
        .form-field-input:focus, .form-field-text-area:focus {
          outline: none;
          -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 139, 201, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
                  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 139, 201, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
      .form-field > [type="submit"] {
        border-radius: 0; }
      .form-field-text-area {
        max-width: 450px;
        min-height: 7rem; }
      .form-field .btn {
        margin-top: 2rem;
        border: none;
        background: #008BC9;
        -webkit-box-shadow: -6px 6px #00C9C8;
                box-shadow: -6px 6px #00C9C8; }
        .form-field .btn:hover {
          -webkit-box-shadow: 0px 0px #00C9C8;
                  box-shadow: 0px 0px #00C9C8;
          -webkit-transform: translate(0px, 0px);
                  transform: translate(0px, 0px); }
        .form-field .btn:active {
          background-color: #0079b0; }
  
  .hero-common-text {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .hero-common-text {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 1200px) {
      .hero-common-text {
        font-size: 3rem; } }
    @media only screen and (min-width: 1680px) {
      .hero-common-text {
        font-size: 3.5rem; } }
  @media only screen and (min-width: 768px) {
    .hero-common-sec {
      font-size: 1.3rem; } }
  
  .hero-no-img {
    padding: 50px;
    background-color: #002638; }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth; }
  
  ::-moz-selection {
    background: #856195;
    color: #ffffff; }
  
  ::selection {
    background: #856195;
    color: #ffffff; }
  
  html {
    min-height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px; }
  
  body {
    overflow-x: hidden;
    min-height: 100%;
    background-color: #F1F1F1;
    font-family: RedHatDisplay;
    line-height: 1.6; }
  
  .site {
    display: flex;
    flex-direction: column;
    overflow-x: hidden; }
  
  .content h1, .content h2, .content h3 {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  
  .content p {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  
  h1 {
    font-family: PlayfairDisplay, Helvetica, Arial, sans-serif; }
  
  h2 {
    font-family: PlayfairDisplay, Helvetica, Arial, sans-serif; }
  
  h3 {
    font-size: 1.1em;
    font-weight: normal; }
  
  #control-height {
    height: 100vh;
    width: 0;
    position: absolute; }
  
  .hero {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative; }
    @media only screen and (min-width: 992px) {
      .hero {
        display: flex;
        flex-direction: row;
        position: static; } }
    .hero-image {
      position: absolute;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      width: 100vw;
      top: 0;
      background-image: url("https://www.antelope-familydental.com/img/cb88.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 100% 70%;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
      @media only screen and (min-width: 992px) {
        .hero-image {
          height: 100%;
          background-position: 100% 70%;
          position: static; } }
    .hero-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      color: #F1F1F1; }
      @media only screen and (min-width: 992px) {
        .hero-container {
          position: static;
          display: flex;
          flex-direction: column;
          justify-content: center;
          background: #008BC9;
          overflow: visible;
          max-width: 600px; } }
      .hero-container-bg {
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        fill: #008BC9; }
        @media only screen and (min-width: 576px) {
          .hero-container-bg {
            -webkit-transform: translateY(35%);
                    transform: translateY(35%); } }
        @media only screen and (min-width: 992px) {
          .hero-container-bg {
            display: none; } }
      .hero-container-content {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-bottom: 2rem;
        z-index: 1; }
        @media only screen and (min-width: 992px) {
          .hero-container-content {
            position: static;
            align-items: flex-start; } }
      @media only screen and (min-width: 992px) {
        .hero-container {
          height: 100%;
          align-items: normal; } }
      .hero-container-text {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: right;
        margin-left: 4rem; }
        @media only screen and (min-width: 768px) {
          .hero-container-text {
            font-size: 3.5rem; } }
        @media only screen and (min-width: 992px) {
          .hero-container-text {
            margin-left: 1rem;
            text-align: left; } }
        .hero-container-text span {
          display: inline-block; }
    .hero-btn {
      display: block;
      font-size: 1rem;
      padding: 0.5rem 0.7rem;
      width: 100%; }
      .hero-btn-container {
        position: relative;
        width: 50vw;
        min-width: 285px; }
      @media only screen and (min-width: 992px) {
        .hero-btn-container {
          max-width: 450px;
          display: flex;
          flex-direction: column;
          -webkit-transform: translateX(-2rem);
                  transform: translateX(-2rem); }
          .hero-btn-container:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: -1.5rem;
            left: -0.5rem;
            -webkit-transform: rotate(15deg);
                    transform: rotate(15deg);
            width: 100px;
            height: 100px;
            background-image: url("https://www.antelope-familydental.com/images/shapes/arrow.svg");
            background-size: 100%;
            background-repeat: no-repeat; } }
    .hero-phone {
      display: none;
      color: #F1F1F1;
      font-weight: 600; }
      .hero-phone-btn {
        text-decoration: none;
        color: #F1F1F1; }
      @media only screen and (min-width: 992px) {
        .hero-phone {
          display: inline;
          align-self: flex-end; } }
  .section-sub {
    margin: 0 auto;
    padding: 1.5rem 1rem;
    max-width: 90%; }
    @media only screen and (min-width: 576px) {
      .section-sub {
        max-width: 80%; } }
    @media only screen and (min-width: 992px) {
      .section-sub {
        max-width: 90%;
        font-size: 20px; } }
    @media only screen and (min-width: 1680px) {
      .section-sub {
        max-width: 1340px; } }
    .section-sub-spacious {
      padding: 3rem 1rem; }
      @media only screen and (min-width: 992px) {
        .section-sub-spacious {
          padding: 7rem 1rem; } }
  .section-spacer {
    padding: 1rem 0;
    background-color: #00C9C8; }
  
  .section-one {
    background-color: #F1F1F1;
    min-height: 450px; }
    @media only screen and (min-width: 992px) {
      .section-one {
        display: flex;
        align-items: center; } }
    .section-one-sub {
      display: flex;
      flex-direction: column; }
      .section-one-sub h2 {
        color: #231F20;
        display: flex;
        align-items: center; }
      @media only screen and (min-width: 992px) {
        .section-one-sub {
          flex-direction: row;
          justify-content: space-between; } }
    .section-one .highlight {
      margin: 1rem 0; }
      .section-one .highlight p {
        max-width: 400px; }
      @media only screen and (min-width: 992px) {
        .section-one .highlight {
          margin: 1rem 1.5rem; } }
      .section-one .highlight-one h2:before {
        content: " ";
        display: block;
        z-index: 1;
        margin-right: 0.5rem;
        background-image: url("https://www.antelope-familydental.com/images/shapes/bullet2.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 32px;
        height: 28px; }
      .section-one .highlight-two {
        position: relative;
        align-self: flex-end;
        padding-left: 3rem; }
        .section-one .highlight-two-svg {
          position: absolute;
          left: -1.5rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .section-one .highlight-two h2:before {
          content: " ";
          display: block;
          z-index: 1;
          margin-right: 0.5rem;
          background-image: url("https://www.antelope-familydental.com/images/shapes/bullet1.svg");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 29px;
          height: 31px; }
        @media only screen and (min-width: 992px) {
          .section-one .highlight-two {
            -ms-grid-row-align: auto;
                align-self: auto; }
            .section-one .highlight-two-svg {
              display: none; } }
      .section-one .highlight-three h2:before {
        content: " ";
        display: block;
        z-index: 1;
        margin-right: 0.5rem;
        background-image: url("https://www.antelope-familydental.com/images/shapes/bullet1.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 29px;
        height: 31px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  
  .section-two {
    background-color: #008BC9;
    color: #F1F1F1; }
    .section-two h2 .underline {
      position: relative; }
      .section-two h2 .underline:after {
        content: " ";
        position: absolute;
        display: block;
        z-index: 1;
        background-image: url("https://www.antelope-familydental.com/images/shapes/underline1.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 150%;
        height: 15px;
        bottom: -15px;
        left: -8px; }
    .section-two-sub {
      display: flex;
      flex-direction: column;
      padding-bottom: 3rem; }
      @media only screen and (min-width: 992px) {
        .section-two-sub {
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 7rem; } }
      .section-two-sub-map {
        display: flex;
        justify-content: center; }
        @media only screen and (min-width: 992px) {
          .section-two-sub-map {
            flex-direction: row;
            order: 2; } }
        .section-two-sub-map a {
          display: flex;
          flex-direction: column;
          position: relative;
          z-index: 0;
          margin-top: 0.5rem;
          margin-bottom: 2.9rem;
          max-width: 375px; }
          .section-two-sub-map a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0.5rem;
            left: -0.5rem;
            background: #00C9C8;
            z-index: -1; }
          .section-two-sub-map a:after {
            content: "";
            position: absolute;
            top: -3.5rem;
            left: 1.5rem;
            width: 130%;
            height: 130%;
            z-index: -2;
            background-image: url("https://www.antelope-familydental.com/images/shapes/loopy.svg");
            background-size: 100% 100%;
            background-repeat: no-repeat; }
        .section-two-sub-map img {
          width: 100%;
          height: 100%;
          z-index: 1;
          max-width: 375px; }
      @media only screen and (min-width: 992px) {
        .section-two-sub-description {
          max-width: 500px; } }
      .section-two-sub-description p {
        margin: 2rem 0; }
      .section-two-sub-description .btn {
        display: block;
        width: 100%;
        max-width: 400px;
        margin-top: 3rem;
        -webkit-box-shadow: 6px 6px #F1F1F1;
                box-shadow: 6px 6px #F1F1F1;
        -webkit-transform: translate(-6px, -6px);
                transform: translate(-6px, -6px); }
        .section-two-sub-description .btn:hover {
          -webkit-box-shadow: 0px 0px #F1F1F1;
                  box-shadow: 0px 0px #F1F1F1;
          -webkit-transform: translate(0px, 0px);
                  transform: translate(0px, 0px); }
  
  .section-three {
    background-color: #249B9A;
    color: #F1F1F1; }
    .section-three .section-sub {
      padding: 0;
      max-width: none; }
    .section-three-description {
      display: -ms-grid;
      display: grid;
      margin: 0 auto;
      padding: 1.5rem 1rem 0 0;
      max-width: 90%;
      max-height: 480px;
      -ms-grid-columns: 0.3fr (1fr)[2];
      grid-template-columns: 0.3fr repeat(2, 1fr);
      -ms-grid-rows: 0.5fr 1fr 0.5fr;
      grid-template-rows: 0.5fr 1fr 0.5fr;
      justify-items: center;
      align-items: center; }
      @media only screen and (min-width: 576px) {
        .section-three-description {
          max-width: 80%; } }
      @media only screen and (min-width: 992px) {
        .section-three-description {
          max-width: 90%;
          -ms-grid-columns: 0.5fr 0.3fr 1fr;
          grid-template-columns: 0.5fr 0.3fr 1fr;
          padding: 2.5rem 1rem 0 0; } }
      @media only screen and (min-width: 1680px) {
        .section-three-description {
          max-width: 1340px; } }
      .section-three-description-scribble {
        height: 100%;
        max-width: 50px;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
        -webkit-transform: translateX(-1rem);
                transform: translateX(-1rem); }
        @media only screen and (min-width: 768px) {
          .section-three-description-scribble {
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1/4;
            max-width: 75px; } }
        @media only screen and (min-width: 992px) {
          .section-three-description-scribble {
            -ms-grid-row: 1;
            -ms-grid-row-span: 4;
            grid-row: 1/5;
            -ms-grid-column: 2;
            grid-column: 2/2;
            max-width: 100px;
            -ms-grid-column-align: end;
                justify-self: end;
            -webkit-transform: translateX(-3rem);
                    transform: translateX(-3rem); } }
      .section-three-description h2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-column-align: start;
            justify-self: start;
        padding-left: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .section-three-description h2 {
            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
            grid-column: 2/4;
            padding-left: 0; } }
        @media only screen and (min-width: 992px) {
          .section-three-description h2 {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4; } }
      .section-three-description p {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-column-align: start;
            justify-self: start;
        margin: 2rem 0;
        margin-top: 0;
        max-width: 500px; }
        @media only screen and (min-width: 992px) {
          .section-three-description p {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4;
            max-width: 600px; } }
      .section-three-description .btn {
        display: block;
        width: 100%;
        max-width: 400px;
        margin-top: 3rem;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4; }
        @media only screen and (min-width: 768px) {
          .section-three-description .btn {
            -ms-grid-column: 2;
            -ms-grid-column-span: 2;
            grid-column: 2/4;
            -ms-grid-column-align: start;
                justify-self: start; } }
        @media only screen and (min-width: 992px) {
          .section-three-description .btn {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4;
            -ms-grid-column-align: center;
                justify-self: center; } }
    .section-three-image-container {
      display: flex;
      margin-top: 2rem;
      align-items: flex-start; }
      .section-three-image-container img {
        width: 100%;
        max-width: 800px; }
      @media only screen and (min-width: 576px) {
        .section-three-image-container {
          max-width: 80%; } }
      @media only screen and (min-width: 992px) {
        .section-three-image-container {
          margin: 0 auto;
          padding: 1.5rem 1rem 0 0;
          max-width: 90%; } }
      @media only screen and (min-width: 1680px) {
        .section-three-image-container {
          max-width: 1340px; } }
  .phone {
    text-decoration: none;
    font-weight: 600;
    color: #F1F1F1; }
    .phone-icon {
      position: relative;
      margin-left: 25px; }
      .phone-icon:before {
        content: "";
        position: absolute;
        left: -25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-size: cover;
        background-image: url("https://www.antelope-familydental.com/images/icons/phone-black.svg"); }
  
  .main-content-appointment {
    background-color: #F1F1F1; }
  
  .hero-appointment {
    width: 100vw;
    height: 60vh;
    background-image: url("https://www.antelope-familydental.com/images/hero/appointment-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .hero-appointment {
        background-position: 100% 50%; } }
    .hero-appointment-content {
      height: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 100px 1rem 1rem 1rem;
      background-color: rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #F1F1F1; }
      @media only screen and (min-width: 768px) {
        .hero-appointment-content {
          text-align: right;
          justify-content: flex-start;
          padding: 150px 8vw 1rem 1rem; } }
  .section-appointment-one {
    margin-bottom: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .section-appointment-one {
        position: relative;
        background: transparent;
        top: -7rem; } }
    @media only screen and (min-width: 992px) {
      .section-appointment-one {
        margin-bottom: 3.5rem; } }
  .section-appointment-one-sub {
    display: -ms-grid;
    display: grid;
    grid-gap: 3rem; }
    .section-appointment-one-sub-descr-txt {
      margin-bottom: 1rem; }
    .section-appointment-one-sub .phone {
      color: #231F20; }
    @media only screen and (min-width: 768px) {
      .section-appointment-one-sub {
        grid-gap: 0;
        grid-auto-flow: column;
        align-items: center;
        max-width: 780px; }
        .section-appointment-one-sub-descr {
          background-color: #008BC9;
          color: #F1F1F1;
          padding: 1.75rem 2rem;
          -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
                  box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1); }
        .section-appointment-one-sub .phone {
          color: #F1F1F1; }
          .section-appointment-one-sub .phone-icon:before {
            background-image: url("https://www.antelope-familydental.com/images/icons/phone-white.svg"); } }
    @media only screen and (min-width: 992px) {
      .section-appointment-one-sub {
        max-width: 1340px; }
        .section-appointment-one-sub-descr {
          padding: 1.75rem 4rem;
          max-width: 800px;
          -ms-grid-column-align: end;
              justify-self: end; } }
    .section-appointment-one-sub .separator {
      fill: #008BC9;
      width: 150px;
      height: 20px;
      margin: 1rem 0; }
      @media only screen and (min-width: 768px) {
        .section-appointment-one-sub .separator {
          fill: #F1F1F1;
          margin: 0.5rem 0; } }
    .section-appointment-one-sub .step-table-container {
      position: relative; }
    .section-appointment-one-sub .step-table td {
      padding: 1rem 1rem 1rem 0; }
    .section-appointment-one-sub .step-table td:first-child {
      min-width: 70px;
      text-transform: uppercase;
      font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .section-appointment-one-sub .form-container {
        -webkit-transform: translateX(-1rem);
                transform: translateX(-1rem); } }
  .section-appointment-wrap {
    display: -ms-grid;
    display: grid; }
    @media only screen and (min-width: 992px) {
      .section-appointment-wrap {
        grid-auto-flow: column;
        grid-gap: 10vw;
        padding: 2rem 0;
        background-color: #008BC9; } }
  .section-appointment-two {
    background-color: #249B9A;
    color: #F1F1F1; }
    @media only screen and (min-width: 992px) {
      .section-appointment-two {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        background-color: transparent; }
        .section-appointment-two:before {
          content: "";
          position: absolute;
          height: 70%;
          width: 100%;
          background-color: #249B9A;
          border-radius: 0px 5px 5px 0;
          z-index: 0;
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%);
          -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
                  box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1); }
        .section-appointment-two-sub {
          z-index: 1;
          max-width: 700px;
          height: 70%;
          padding: 1.5rem;
          margin: 0;
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%);
          margin: 0 2rem; } }
  .section-appointment-three {
    background-color: #008BC9;
    color: #F1F1F1; }
    .section-appointment-three .phone-icon {
      z-index: 3; }
      .section-appointment-three .phone-icon:before {
        background-image: url("https://www.antelope-familydental.com/images/icons/phone-white.svg"); }
    @media only screen and (min-width: 992px) {
      .section-appointment-three {
        background-color: #008BC9; }
        .section-appointment-three-sub {
          display: flex;
          padding: 1.5rem;
          max-width: 500px;
          margin: 0; } }
  .section-appointment-four {
    background-image: url("https://www.antelope-familydental.com/images/hero/appointment-bottom.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 30%;
    min-height: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #F1F1F1;
    text-align: right; }
    .section-appointment-four h2 {
      padding-right: 1rem; }
    .section-appointment-four-backdrop {
      position: absolute;
      top: 0;
      background-color: rgba(0, 0, 0, 0.2);
      width: 100vw;
      height: 100%; }
    @media only screen and (min-width: 576px) {
      .section-appointment-four {
        min-height: 70vh; } }
    @media only screen and (min-width: 768px) {
      .section-appointment-four {
        justify-content: center;
        align-items: center;
        text-align: left; }
        .section-appointment-four h2 {
          font-size: 2rem;
          -webkit-transform: translateX(-4rem);
                  transform: translateX(-4rem); } }
    @media only screen and (min-width: 992px) {
      .section-appointment-four:before {
        content: " ";
        position: absolute;
        top: -7rem;
        height: 7rem;
        width: 100%;
        background-color: #008BC9; } }
    @media only screen and (min-width: 1200px) {
      .section-appointment-four h2 {
        font-size: 3rem; } }
  .hero-contact {
    width: 100vw;
    height: 60vh;
    background-image: url("https://www.antelope-familydental.com/images/hero/contact-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 100%; }
    @media only screen and (min-width: 768px) {
      .hero-contact {
        background-position: 100% 30%; } }
    .hero-contact-content {
      height: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 100px 1rem 1rem 1rem;
      background-color: rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #F1F1F1; }
      @media only screen and (min-width: 768px) {
        .hero-contact-content {
          text-align: right;
          justify-content: flex-start;
          padding: 150px 8vw 1rem 1rem; } }
  .section-contact-one .form-container {
    margin: 0 auto;
    max-width: 500px;
    -webkit-transform: translateY(-5rem);
            transform: translateY(-5rem); }
  
  .section-contact-one .form-field {
    max-width: none; }
  
  .section-contact-two {
    background-color: #008BC9;
    color: #F1F1F1; }
    .section-contact-two-office {
      max-width: 430px; }
      .section-contact-two-office-address {
        font-weight: 600;
        font-size: 1.1rem;
        max-width: 240px; }
    .section-contact-two-links {
      display: -ms-grid;
      display: grid;
      grid-gap: 1.5rem;
      color: #F1F1F1;
      margin-top: 2rem; }
      .section-contact-two-links a {
        display: flex;
        text-decoration: none;
        color: #F1F1F1; }
        .section-contact-two-links a span {
          display: block; }
          .section-contact-two-links a span:first-child {
            width: 28px;
            height: 28px;
            margin-right: 1rem; }
    @media only screen and (min-width: 992px) {
      .section-contact-two {
        font-size: 1.2rem; }
        .section-contact-two-sub {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .section-contact-two-links {
          min-height: 150px;
          width: 300px; }
        .section-contact-two-office {
          max-width: 650px; } }
  .section-contact-three {
    background-color: #249B9A;
    color: #F1F1F1; }
    .section-contact-three-sub {
      display: flex;
      flex-direction: column; }
    .section-contact-three-hours {
      margin-top: 2rem; }
    .section-contact-three-office-picture img {
      width: 100%;
      max-width: 500px;
      -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
              box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 992px) {
      .section-contact-three {
        font-size: 1.2rem; }
        .section-contact-three-sub {
          flex-direction: row;
          justify-content: space-between; }
        .section-contact-three-hours {
          width: 300px; } }
  .section-contact-four {
    height: 40vh; }
    .section-contact-four iframe {
      width: 100%;
      height: 100%; }
  
  .hero-services {
    width: 100vw;
    height: 60vh;
    background-image: url("https://www.antelope-familydental.com/images/hero/services-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80% 100%; }
    .hero-services-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.2);
      color: #F1F1F1; }
      .hero-services-content-wrap {
        padding: 100px 1rem 1rem 1rem; }
    @media only screen and (min-width: 992px) {
      .hero-services {
        background-position: 80% 70%; }
        .hero-services-content-wrap {
          margin-left: 15vw;
          padding: 1.5rem 1rem;
          max-width: 1340px; } }
  @media only screen and (min-width: 992px) {
    .section-sub-text {
      max-width: 50%; } }
  
  .section-services-one .team-pic {
    width: 100%;
    height: auto;
    -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
            box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
    margin: 1.5rem 0; }
    @media only screen and (min-width: 992px) {
      .section-services-one .team-pic {
        max-width: 600px;
        -ms-grid-row-align: center;
            align-self: center;
        margin: 0; } }
  @media only screen and (min-width: 992px) {
    .section-services-one-sub {
      display: flex;
      justify-content: space-between; } }
  
  .section-services-two {
    background-color: #008BC9;
    color: #F1F1F1; }
    .section-services-two .tool-pic {
      display: block;
      width: 100%;
      height: auto;
      -webkit-box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
              box-shadow: -10px 10px 80px rgba(0, 0, 0, 0.1);
      margin: 2rem 0; }
      @media only screen and (min-width: 992px) {
        .section-services-two .tool-pic {
          max-width: 600px;
          -ms-grid-row-align: center;
              align-self: center; } }
    @media only screen and (min-width: 992px) {
      .section-services-two-sub {
        display: flex;
        justify-content: space-between; } }
  .hero-staff {
    width: 100vw;
    height: 60vh;
    background-image: url("https://www.antelope-familydental.com/images/hero/staff-hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 100%; }
    .hero-staff-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      width: 100%;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.2);
      color: #F1F1F1; }
      .hero-staff-content-wrap {
        padding: 100px 1rem 1rem 1rem; }
      .hero-staff-content-hi {
        margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      .hero-staff-content-wrap {
        margin-left: 15vw;
        padding: 1.5rem 1rem;
        max-width: 1340px; } }
  .section-staff-two:nth-child(2n + 1) {
    background: #008BC9; }
  
  .section-staff-two:nth-child(2n) {
    background: #249B9A; }
  
  .section-staff-two .staff-member-container {
    color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-staff-two .staff-member-container-nobio .staff-member-text-heading {
      margin-bottom: 0.2rem; }
  
  .section-staff-two .staff-member-pic {
    width: 100%;
    height: 100%; }
    .section-staff-two .staff-member-pic-container {
      width: 220px;
      height: 248px;
      position: relative;
      z-index: 0; }
      .section-staff-two .staff-member-pic-container:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0.5rem;
        left: -0.5rem;
        z-index: -1;
        background: #00C9C8; }
  
  .section-staff-two .staff-member-text-heading {
    text-align: center; }
  
  .section-staff-two .staff-member-title {
    margin-top: 0; }
  
  .section-staff-two-nobio-wrap {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 2.5rem; }
  
  @media only screen and (min-width: 768px) {
    .section-staff-two .staff-member-container {
      color: #F1F1F1;
      display: flex;
      flex-direction: row; }
      .section-staff-two .staff-member-container-nobio {
        flex-direction: column; }
        .section-staff-two .staff-member-container-nobio:nth-child(2n+1) {
          align-items: flex-start; }
        .section-staff-two .staff-member-container-nobio:nth-child(2n) {
          align-items: flex-end; }
          .section-staff-two .staff-member-container-nobio:nth-child(2n) .staff-member-text-heading {
            text-align: right; }
        .section-staff-two .staff-member-container-nobio .staff-member-pic-container {
          margin-right: 0; }
    .section-staff-two .staff-member-pic {
      width: 100%;
      height: 100%; }
      .section-staff-two .staff-member-pic-container {
        width: 220px;
        height: 248px;
        flex-shrink: 0;
        margin-right: 1.5rem; }
    .section-staff-two .staff-member-text {
      max-width: 750px; }
      .section-staff-two .staff-member-text-heading {
        text-align: left; }
    .section-staff-two-nobio-wrap {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  
  @media only screen and (min-width: 992px) {
    .section-staff-two-nobio-wrap {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); }
      .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(2n) .staff-member-text-heading {
        text-align: left; }
      .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(n) {
        align-items: flex-start; }
      .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(3n+2) {
        align-items: center; }
        .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(3n+2) .staff-member-text-heading {
          text-align: center; }
      .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(3n) {
        align-items: flex-end; }
        .section-staff-two-nobio-wrap .staff-member-container-nobio:nth-child(3n) .staff-member-text-heading {
          text-align: right; } }
  
  /*
       FILE ARCHIVED ON 23:08:57 Jan 19, 2025 AND RETRIEVED FROM THE
       INTERNET ARCHIVE ON 12:40:50 Sep 03, 2025.
       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  
       ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
       SECTION 108(a)(3)).
  */
  /*
  playback timings (ms):
    captures_list: 0.74
    exclusion.robots: 0.03
    exclusion.robots.policy: 0.017
    esindex: 0.011
    cdx.remote: 123.136
    LoadShardBlock: 302.57 (3)
    PetaboxLoader3.datanode: 184.159 (4)
    PetaboxLoader3.resolve: 374.958 (2)
    load_resource: 294.039
  */