/* Raleway */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600&display=swap");
/* Roboto */
@import url("https://fonts.googleapis.com/css?family=Roboto:500&display=swap");
/* Proxima Nova */
@import url("https://use.typekit.net/rrk7olv.css");
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 1rem; }

img {
  max-width: 100%; }

section, header, footer {
  width: 100%;
  position: relative; }

div.container {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative; }

section {
  position: relative;
  font-family: "Raleway", "proxima-nova", "Roboto", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.333rem;
  padding: 3rem 0; }
  @media screen and (min-width: 64rem) {
    section {
      padding: 6.25rem 0; } }
  section.no-padding {
    padding: 0; }
  section img {
    margin: 2rem 0; }
  section .copy .heading {
    font-size: 1.125rem; }
  section p {
    letter-spacing: 0.0666rem;
    line-height: 1.625; }

.page {
  margin: 0;
  padding: 0; }

.heading {
  font-family: "Roboto", "proxima-nova", "Raleway", "Arial", sans-serif;
  text-transform: uppercase; }

.subheading {
  font-weight: 600; }

.stand-out {
  display: block;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1; }
  .stand-out > * {
    display: block;
    margin-bottom: 2rem; }
    .stand-out > *:last-child {
      margin-bottom: 0; }
  .stand-out.large, .stand-out.symbol, .stand-out > .large, .stand-out > .symbol {
    font-weight: 600;
    display: block; }
  .stand-out.large, .stand-out > .large {
    font-size: 2.625rem; }
  .stand-out.symbol, .stand-out > .symbol {
    font-size: 1.625rem; }

.see-more {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 0.5rem; }

.cta {
  display: inline-block;
  margin-top: 1rem;
  border: 1px solid #707070;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  padding: 0.5rem 1.375rem;
  font-family: "Roboto", "proxima-nova", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1.25;
  background-color: transparent;
  cursor: pointer;
  outline: none; }

.bg-black {
  background: #475279;
  color: #FFFFFF; }
  .bg-black a, .bg-black a:active, .bg-black a:hover, .bg-black a:visited {
    color: #FFFFFF; }
  .bg-black .cta {
    border: 1px solid #FFFFFF; }

.bg-gray {
  background-color: #F4F4F4;
  color: #000000; }
  .bg-gray a, .bg-gray a:active, .bg-gray a:hover, .bg-gray a:visited {
    color: #000000; }

.bg-white {
  background-color: #FFFFFF;
  color: #000000; }
  .bg-white a, .bg-white a:active, .bg-white a:hover, .bg-white a:visited {
    color: #000000; }
  .bg-white .cta {
    border: 1px solid #707070; }

br {
  display: none; }
  @media screen and (min-width: 85.375rem) {
    br {
      display: block; } }

.clip-badge {
  /* Badge */
  clip-path: polygon(0 0, 100% 0, 100% 55%, 95% 61%, 51% 100%, 4% 61%, 0 55%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 95% 61%, 51% 100%, 4% 61%, 0 55%); }

.clip-m-shape {
  /* M shape */
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 40%);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 40%); }

.header-dark .logo.logo-light {
  display: block; }

.header-dark .logo.logo-dark {
  display: none; }

.text-align-center {
  text-align: center; }

.showPhone #header-phone {
  top: 0px; }

@media screen and (min-width: 48rem) {
  .showPhone #page {
    margin-top: 0px; } }

.showPhone.slowly #header-phone {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.showPhone.slowly #page {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.skip-link.screen-reader-text {
  display: none !important; }

#header-phone {
  text-align: center;
  color: #FFF;
  background: #000;
  line-height: 65px;
  /*height: 65px;*/
  top: -90px;
  left: 0;
  width: 100%;
  position: fixed;
  font-family: sans-serif;
  z-index: 10; }
  #header-phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-decoration: none; }
  #header-phone svg {
    margin-right: 1rem;
    width: 1.5rem;
    color: #FFF; }
    #header-phone svg path {
      fill: #FFF; }
  @media screen and (max-width: 48rem) {
    #header-phone {
      position: absolute;
      z-index: 100;
      margin: auto;
      left: 0;
      right: 0;
      margin-top: 5px;
      width: 210px;
      background: initial; }
      #header-phone a, #header-phone svg, #header-phone svg path {
        color: #000;
        fill: #000; } }
/* Logo Height - NM*/
.logo.logo-desktop.logo-light {
    height: 2rem;
}
header {
  position: relative;
  z-index: 9;
  background-color: #F4F4F4;
  padding: 0.5rem 0; }
  @media screen and (min-width: 64rem) {
    header {
      padding: 0;
      position: absolute;
      background-color: transparent; } }
  header .container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 81.25rem; }
    @media screen and (min-width: 64rem) {
      header .container {
        align-items: flex-end;
        min-height: 6.25rem; } }
  header .branding {
    z-index: 9999; }
    header .branding .logo {
      display: block; }
      @media screen and (min-width: 64rem) {
        header .branding .logo {
          display: none; } }
      header .branding .logo-desktop {
        display: none; }
        @media screen and (min-width: 64rem) {
          header .branding .logo-desktop {
            display: inline-block; } }
  header .hamburger {
    height: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    header .hamburger-container {
      width: 48px;
      height: 30px;
      cursor: pointer;
      display: block;
      z-index: 9999; }
      @media screen and (min-width: 64rem) {
        header .hamburger-container {
          display: none; } }
    header .hamburger li {
      height: 2px;
      background: #000000;
      content: "";
      position: relative;
      transition: 0.25s ease-in-out; }
      header .hamburger li:nth-child(1) {
        top: 0; }
      header .hamburger li:nth-child(2) {
        top: 12px; }
      header .hamburger li:nth-child(3) {
        top: 24px; }
    header .hamburger.is-active li:nth-child(1) {
      transform: rotate(45deg);
      top: 14px; }
    header .hamburger.is-active li:nth-child(2) {
      transform: rotate(-45deg); }
    header .hamburger.is-active li:nth-child(3) {
      opacity: 0; }
  header.header-theme-dark a, header.header-theme-dark a:active, header.header-theme-dark a:hover, header.header-theme-dark a:visited {
    color: #000000; }
  header.header-theme-light a, header.header-theme-light a:active, header.header-theme-light a:hover, header.header-theme-light a:visited {
    color: #000000; }
    @media screen and (min-width: 64rem) {
      header.header-theme-light a, header.header-theme-light a:active, header.header-theme-light a:hover, header.header-theme-light a:visited {
        color: #FFFFFF; } }

footer {
  padding: 1.5rem 0;
  font-family: "Proxima Nova", "Roboto", "Raleway", sans;
  font-weight: 500; }
  footer .container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    max-width: 78.75rem; }
    @media screen and (min-width: 64rem) {
      footer .container {
        flex-flow: row wrap;
        justify-content: space-between; } }
  footer nav {
    background-color: transparent;
    margin: 1rem; }
    footer nav a {
      font-size: 0.875rem;
      color: #FFFFFF; }
  footer .nav-and-logo {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center; }
    @media screen and (min-width: 64rem) {
      footer .nav-and-logo {
        justify-content: center;
        flex-flow: row wrap; } }
  footer .address-and-notes {
    display: flex;
    flex-flow: column wrap;
    text-align: center; }
    @media screen and (min-width: 64rem) {
      footer .address-and-notes {
        text-align: left;
        align-items: flex-end;
        justify-content: flex-end; } }
  footer address {
    font-size: 0.875rem;
    font-style: normal;
    margin-bottom: 0.5rem; }
  footer .notes {
    font-size: 0.625rem; }
    footer .notes:first-child {
      margin-bottom: 0.5rem; }
    footer .notes > * {
      display: block; }
      @media screen and (min-width: 64rem) {
        footer .notes > * {
          display: inline; } }
    footer .notes a {
      color: #FFFFFF;
      margin: 0 0 0.25rem 0; }
      @media screen and (min-width: 64rem) {
        footer .notes a {
          margin: 0 0.25rem 0 0; } }

form input[type=text], form label {
  border-radius: 0;
  display: block;
  color: #000000;
  font-size: 0.875rem;
  height: 2.625rem;
  line-height: 2.625rem;
  margin: 0;
  font-weight: 500; }

form input[type=text], form textarea {
  position: relative;
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  position: relative; }

form input[type=text] {
  border-bottom: 1px solid #000000; }

form input[type=submit] {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  line-height: 1; }

form ul {
  list-style: none;
  padding: 0;
  margin: 0; }

form textarea {
  border: 1px solid #000000;
  color: #000000;
  font-size: 0.875rem;
  line-height: 2.625rem;
  padding-left: 1rem;
  height: 12rem; }

form .validation_error {
  display: none; }

form .validation_message {
  position: absolute;
  font-size: 0.85rem;
  color: #000000;
  font-weight: 600;
  color: #ff0000; }

form .gform_footer {
  text-align: center;
  position: relative; }

form .gform_ajax_spinner {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  margin: auto; }

form .gform_validation_container {
  display: none; }

form .gform_title {
  display: none; }

form .gfield {
  position: relative;
  margin-bottom: 1rem; }
  form .gfield label {
    position: absolute; }
  form .gfield .hidden_sub_label {
    display: none; }
  form .gfield:last-child {
    margin: 4rem 0; }
  form .gfield.field-message {
    margin: 3rem 0 2rem; }

form .field-message label {
  left: 1rem; }

form .message-field label {
  text-transform: lowercase;
  margin: 0 1rem 0 1rem; }

section .row, section .multi-column {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  @media screen and (min-width: 48rem) {
    section .row, section .multi-column {
      width: auto; } }
  @media screen and (min-width: 48rem) {
    section .row.order-invert-desktop > div:first-child, section .row.image-first > div:first-child, section .multi-column.order-invert-desktop > div:first-child, section .multi-column.image-first > div:first-child {
      order: 2; } }
  @media screen and (min-width: 48rem) {
    section .row.order-invert-desktop > div:last-child, section .row.image-first > div:last-child, section .multi-column.order-invert-desktop > div:last-child, section .multi-column.image-first > div:last-child {
      order: 1; } }
  section .row.align-vertical-center, section .multi-column.align-vertical-center {
    align-items: center; }
  section .row .column, section .row .content, section .multi-column .column, section .multi-column .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    flex: 0 1 100%; }
    @media screen and (min-width: 48rem) {
      section .row .column, section .row .content, section .multi-column .column, section .multi-column .content {
        margin: 0 6.5%;
        flex: 1 1 0; } }

section .copy {
  text-align: left; }
  @media screen and (min-width: 48rem) {
    section .copy {
      max-width: 30rem; } }
  @media screen and (min-width: 48rem) {
    section .copy-narrow {
      max-width: 22rem; } }
  @media screen and (min-width: 48rem) {
    section .copy-wide {
      max-width: 40rem; } }
  section .copy.centered {
    text-align: center; }
    section .copy.centered p {
      text-align: left; }
  section .copy.align-center {
    margin: 0 auto;
    text-align: center; }

section .container.justify-left, section .column.justify-left, section .multi-column.justify-left {
  justify-content: flex-start; }

section .container.justify-center, section .column.justify-center, section .multi-column.justify-center {
  justify-content: center; }

section .container.justify-right, section .column.justify-right, section .multi-column.justify-right {
  justify-content: flex-end; }

section .container.align-center, section .column.align-center, section .multi-column.align-center {
  align-items: center;
  align-content: center; }

.multi-col ~ .multi-col {
  padding-top: 0;
  padding-bottom: 0; }
  .multi-col ~ .multi-col:first-of-type {
    padding-top: 3.5em; }
  .multi-col ~ .multi-col:last-of-type {
    padding-bottom: 3.5em; }

.two_col_copy_and_image.no-padding {
  padding: 1em 0; }

.two_col_copy_and_image.full-size-image {
  padding-bottom: 0; }
  .two_col_copy_and_image.full-size-image .image.column {
    margin: 0; }
    .two_col_copy_and_image.full-size-image .image.column img {
      margin-left: -5em;
      margin-right: -5em;
      margin-bottom: 0;
      display: block;
      object-fit: cover; }

@media screen and (min-width: 48rem) {
  .two_col_copy_and_image.full-size-image {
    padding: 0; }
    .two_col_copy_and_image.full-size-image .image.column img {
      margin: 0;
      height: 100%; } }

nav {
  background-color: #F4F4F4;
  font-family: "proxima-nova", "Roboto", "Raleway", "Arial", sans-serif;
  font-weight: 600; }
  @media screen and (min-width: 64rem) {
    nav {
      position: relative;
      display: none;
      width: auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      background-color: transparent; } }
  @media screen and (max-width: 63rem) {
    nav.dropdown {
      position: fixed;
      display: none;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      top: 0;
      bottom: 0;
      width: 100%; } }
  nav.dropdown a {
    font-size: 1.2rem;
    padding: 1rem; }
    @media screen and (min-width: 64rem) {
      nav.dropdown a {
        display: inline-block;
        padding: 0.5rem; } }
  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    margin: 0 auto;
    padding: 0; }
    @media screen and (min-width: 64rem) {
      nav ul {
        justify-content: flex-start;
        flex-flow: row wrap;
        justify-content: space-evenly; } }
  nav li {
    margin: 0;
    padding: 0; }
  nav a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    padding: 0.5rem; }
    @media screen and (min-width: 64rem) {
      nav a {
        display: inline-block;
        padding: 0.5rem; } }

.gallery {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  @media screen and (min-width: 48rem) {
    .gallery {
      margin: 4rem 5% 0; } }
  .gallery .swiper-container {
    height: 100vw;
    max-height: 40rem; }
    @media screen and (min-width: 48rem) {
      .gallery .swiper-container {
        height: 50vw;
        max-height: 40rem; } }
  .gallery .swiper-container-wrapper {
    position: relative; }
  .gallery .swiper-slide {
    position: relative; }
    .gallery .swiper-slide .bg-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .gallery .swiper-button-prev, .gallery .swiper-button-next {
    outline: none;
    background-size: cover; }
    @media screen and (min-width: 48rem) {
      .gallery .swiper-button-prev, .gallery .swiper-button-next {
        height: 5.375rem;
        width: 2.5rem;
        display: block; } }
  .gallery .swiper-button-prev {
    left: 0.75rem;
    background-image: url("../img/icon-img-arrow-left-light.svg"); }
    @media screen and (min-width: 48rem) {
      .gallery .swiper-button-prev {
        right: calc(100% + 2.5%);
        left: auto;
        background-image: url("../img/icon-img-arrow-left.svg"); } }
    .gallery .swiper-button-prev.light-arrow {
      background-image: url("../img/icon-img-arrow-left-light.svg"); }
  .gallery .swiper-button-next {
    right: 0.75rem;
    background-image: url("../img/icon-img-arrow-right-light.svg"); }
    @media screen and (min-width: 48rem) {
      .gallery .swiper-button-next {
        left: calc(100% + 2.5%);
        right: auto;
        background-image: url("../img/icon-img-arrow-right.svg"); } }
    .gallery .swiper-button-next.light-arrow {
      background-image: url("../img/icon-img-arrow-right-light.svg"); }
  .gallery .swiper-pagination-bullets {
    bottom: 1.5rem; }
  .gallery .swiper-pagination-bullet {
    background-color: #FFFFFF;
    height: 0.5rem;
    width: 0.5rem; }
    @media screen and (min-width: 48rem) {
      .gallery .swiper-pagination-bullet {
        height: 1rem;
        width: 1rem; } }
  .gallery.with-description .swiper-container {
    height: auto;
    max-height: none; }
  .gallery.with-description .swiper-slide {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end; }
  .gallery.with-description .swiper-button-prev, .gallery.with-description .swiper-button-next {
    top: 50vw; }
    @media screen and (min-width: 48rem) {
      .gallery.with-description .swiper-button-prev, .gallery.with-description .swiper-button-next {
        top: 50%;
        transform: translateY(-100%); } }
  .gallery.with-description .bg-image {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    height: 100vw; }
    @media screen and (min-width: 48rem) {
      .gallery.with-description .bg-image {
        max-height: 45rem; } }
  .gallery.with-description .copy {
    width: 90%;
    margin: 1rem auto 0;
    max-width: 34rem;
    color: #FFFFFF;
    z-index: 2; }

@media screen and (min-width: 64rem) {
  section.hero {
    padding: 11.25rem 0 6.25rem; } }

section.hero.bg-image {
  padding: initial; }
  section.hero.bg-image .container {
    min-height: 100vw;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: center; }
    @media screen and (min-width: 48rem) {
      section.hero.bg-image .container {
        min-height: 60vw; } }
  section.hero.bg-image .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 48rem) {
      section.hero.bg-image .background-image {
        background-size: 120%; } }
  section.hero.bg-image a, section.hero.bg-image a:active, section.hero.bg-image a:hover, section.hero.bg-image a:visited {
    color: #ffffff; }

section.hero .multi-column {
  align-items: center; }

section.hero .callout {
  text-align: center; }
  section.hero .callout > * {
    margin-bottom: 2rem; }
    section.hero .callout > *:last-child {
      margin-bottom: 0; }

section.hero .page-heading {
  margin: 0;
  padding: 0;
  font-size: 0rem; }
  @media screen and (min-width: 48rem) {
    section.hero .page-heading {
      left: 1.25rem;
      top: 0;
      position: absolute;
      writing-mode: vertical-rl;
      text-transform: uppercase; } }

section.hero .stand-out {
  font-family: "Roboto", "proxima-nova", "Raleway", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.125; }
  section.hero .stand-out .large {
    font-family: "Raleway", "proxima-nova", "Roboto", "Arial", sans-serif;
    font-weight: 600; }

@media screen and (min-width: 48rem) {
  section.hero .column {
    margin: 0 2%; } }

.page-template-page-home .page-heading {
  display: none; }

@media screen and (min-width: 48rem) {
  .page-template-page-home .heading:not(.heading-contact-us) {
    margin-bottom: 2.5rem; } }

@media screen and (min-width: 48rem) {
  .page-template-page-home #the-doctors {
    padding: 0; } }

.page-template-page-home #the-doctors .column:last-child {
  margin: 0; }

.page-template-page-home #the-doctors img {
  object-fit: cover;
  margin: 0 -1.5rem -3.25rem; }
  @media screen and (min-width: 48rem) {
    .page-template-page-home #the-doctors img {
      margin: 0 0 -0.5rem;
      height: 100%;
      max-height: 45rem; } }

.page-template-page-home #gallery .gallery {
  margin-top: 4rem;
  margin-bottom: -3rem; }

.page-template-page-about section.multi-col .stand-out {
  line-height: 1.25; }

.page-template-page-about section.multi-col .cta {
  margin-bottom: 1rem; }

.page-template-page-about section.multi-col .column {
  margin: 0 2%; }
  @media screen and (max-width: 63rem) {
    .page-template-page-about section.multi-col .column {
      flex: 1 1 100%;
      margin: 0; } }
  @media screen and (min-width: 64rem) {
    .page-template-page-about section.multi-col .column {
      padding-top: 5.5rem; } }
  .page-template-page-about section.multi-col .column:first-child {
    padding-top: 0;
    margin-left: 0; }
  .page-template-page-about section.multi-col .column:last-child {
    margin-right: 0; }

@media screen and (max-width: 63rem) {
  .page-template-page-about section.multi-col .copy {
    max-width: 100%; } }

.page-template-page-services #services .stand-out .large {
  font-size: 3.125rem; }

@media screen and (min-width: 48rem) {
  .page-template-page-services #procedure-package img {
    margin-bottom: 6.25rem; } }

.page-template-page-gallery #hero .copy p {
  text-align: center; }

.page-template-page-gallery #gallery .heading {
  color: #FFFFFF; }

.page-template-page-doctors .two_col_copy_and_image + .two_col_copy_and_image,
.page-template-page-doctors .two_col_copy_and_image + .multi-col,
.page-template-page-doctors .multi-col + .two_col_copy_and_image {
  padding-top: 0; }

.page-template-page-doctors .expandable p {
  display: none; }
  .page-template-page-doctors .expandable p:first-child {
    display: block; }

.page-template-page-doctors .expandable.is-expanded p {
  display: block; }

@media screen and (min-width: 48rem) {
  .page-template-page-contact #hero img {
    margin: 0; } }

.page-template-page-contact #hero .stand-out {
  margin: 0; }

.page-template-page-contact .location-and-contact-info {
  margin: 0 auto;
  width: 100%;
  resize: both;
  max-width: 24rem;
  padding: 55% 0 10%;
  background: url("../img/shape-img-m.svg") no-repeat center/contain;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 30rem) {
    .page-template-page-contact .location-and-contact-info {
      padding: 44% 0 4.5%; } }
  @media screen and (min-width: 64rem) {
    .page-template-page-contact .location-and-contact-info {
      padding: 11rem 0 2rem; } }
  .page-template-page-contact .location-and-contact-info .heading {
    margin-bottom: 0; }
  .page-template-page-contact .location-and-contact-info .cta {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .page-template-page-contact .location-and-contact-info address {
    font-weight: 600;
    font-style: normal;
    color: #000000;
    text-align: center; }
    .page-template-page-contact .location-and-contact-info address div:first-child {
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 64rem) {
        .page-template-page-contact .location-and-contact-info address div:first-child {
          margin-bottom: 1rem; } }
  .page-template-page-contact .location-and-contact-info .contact-data {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 1em; }
    .page-template-page-contact .location-and-contact-info .contact-data a {
      color: #000000;
      text-decoration: none; }
    .page-template-page-contact .location-and-contact-info .contact-data dt, .page-template-page-contact .location-and-contact-info .contact-data dd {
      margin: 0.125rem 0; }
    .page-template-page-contact .location-and-contact-info .contact-data dt {
      font-family: "Roboto", "proxima-nova", "Raleway", "Arial", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-align: left;
      width: 4em;
      margin: 0;
      margin-bottom: 0.5em; }
    .page-template-page-contact .location-and-contact-info .contact-data dd {
      font-family: "Raleway", "proxima-nova", "Roboto", "Arial", sans-serif;
      text-align: left;
      margin: 0;
      margin-left: 0;
      width: calc(100% - 6em); }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999; }

.modal__container {
  background-color: #F4F4F4;
  max-width: 40rem;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1rem 0; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0;
  outline: none; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  padding: 2rem; }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.location-hero .container {
  display: flex;
  align-items: center; }
  .location-hero .container .location-info {
    padding: 0;
    width: auto;
    min-width: 20rem; }
    .location-hero .container .location-info .copy {
      max-width: initial; }
  .location-hero .container .locations {
    align-self: center; }

.locations {
  background: #626363;
  padding: 0;
  font-size: 0;
  height: 21.8rem; }
  .locations aside {
    display: inline-flex;
    vertical-align: top;
    width: 37%;
    height: 100%;
    font-size: 1rem;
    padding: 0.5rem; }
    .locations aside .column {
      display: flex;
      flex-direction: column;
      margin: 0; }
    .locations aside .addresses {
      width: 100%; }
    .locations aside header {
      padding-right: 1rem; }
      .locations aside header h2 {
        text-transform: uppercase;
        margin: 0;
        padding-top: 2.5rem; }
      .locations aside header p {
        margin: 0;
        padding-bottom: 2.5rem;
        font-size: 0.9rem; }
      .locations aside header .location-select {
        margin-bottom: 0.5rem;
        display: block; }
        .locations aside header .location-select .selectric .label {
          font-size: 0.8rem; }
    .locations aside .locations-list .location-window {
      margin-bottom: 0.5rem;
      background: #494949;
      padding: 0.6rem;
      cursor: pointer;
      position: relative;
      text-transform: uppercase; }
      .locations aside .locations-list .location-window strong {
        font-weight: 600;
        font-size: 0.8rem;
        display: block; }
      .locations aside .locations-list .location-window p,
      .locations aside .locations-list .location-window a {
        margin: 0;
        font-size: 0.6rem; }
      .locations aside .locations-list .location-window a {
        color: white;
        text-decoration: underline; }
        .locations aside .locations-list .location-window a:hover, .locations aside .locations-list .location-window a:focus {
          color: #DDD; }
      .locations aside .locations-list .location-window .label {
        background: #ff0000;
        color: white;
        position: absolute;
        right: 0.5rem;
        top: calc(50% - 0.75rem);
        height: 1.5rem;
        width: 1.5rem;
        text-align: center;
        border-radius: 999em; }
  .locations main {
    display: inline-block;
    width: 63%;
    height: 100%; }
    .locations main .close {
      display: none; }
    .locations main #google-map {
      height: 100%; }
      .locations main #google-map .location-window {
        color: #333; }
        .locations main #google-map .location-window strong {
          font-size: 1.5rem; }

@media screen and (min-width: 48rem) {
  .locations {
    margin-top: 6rem;
    margin-left: 1rem; } }

@media screen and (min-width: 48rem) {
  .locations {
    margin-top: 6rem;
    margin-left: 1rem; } }

@media screen and (max-width: 767px) {
  .location-hero .container {
    flex-flow: column; }
    .location-hero .container .location-info {
      min-width: initial; }
  .locations {
    height: auto;
    position: relative; }
    .locations aside {
      position: relative;
      width: 100%;
      padding-right: 0; }
      .locations aside .addresses {
        width: 100%;
        margin-right: 0.5rem; }
    .locations main {
      position: fixed;
      width: 100%;
      top: 0;
      left: 100%;
      transition: left 0.5s ease-in-out; }
      .locations main .close {
        display: block;
        background: black;
        color: white;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1rem;
        padding: 0 1rem; }
    .locations.open main {
      left: 0%;
      height: calc(100vh - 1.5rem);
      z-index: 1; } }

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