body.fixed-nav nav {
  position: fixed;
  top: 0;
  left: 0; }

body.fixed-nav .page-wrapper {
  margin-top: 80px;
  margin-bottom: 50px; }

body.lock-scroll {
  overflow: hidden; }

body .section-wrapper {
  -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #FEF9F4;
  width: 100%;
  position: relative; }
  body .section-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #011C0C;
    opacity: 0;
    z-index: 324;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }

.header-wrap {
  width: 100%;
  position: relative;
  height: 80px;
  -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.header {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  height: 80px;
  padding: 0 30px; }
  .header .logo {
    background: url("../img/full_logo.svg") center center no-repeat;
    background-size: contain;
    width: 150px;
    height: 60px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px; }
  .header .hamburger-menu {
    display: none; }
  .header .quick-contacts {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px; }
    .header .quick-contacts .location {
      display: inline-block;
      cursor: pointer;
      text-align: right; }
      .header .quick-contacts .location:first-child {
        padding-right: 30px; }
      .header .quick-contacts .location:hover .number {
        color: #10A84F; }
      .header .quick-contacts .location .title {
        color: #011C0C; }
      .header .quick-contacts .location .number {
        color: #06C254; }

nav {
  background-color: #FAF3E5;
  width: 100%;
  padding: 0 30px;
  height: 80px;
  z-index: 325;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  border-bottom: 1px solid rgba(1, 28, 12, 0.2); }
  nav ul {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    height: 100%; }
    nav ul li {
      display: inline-block;
      vertical-align: middle;
      opacity: 0.3;
      font-size: 13px;
      font-weight: 700;
      color: #011C0C;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: -moz-calc( (100% - 100px) / 6);
      width: -webkit-calc( (100% - 100px) / 6);
      width: -o-calc( (100% - 100px) / 6);
      width: calc( (100% - 100px) / 6);
      text-align: center;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      cursor: pointer; }
      nav ul li.sel {
        opacity: 1; }
      nav ul li:hover {
        opacity: 0.6; }
      nav ul li.logo {
        background: url("../img/logo.svg") center center no-repeat;
        background-size: contain;
        opacity: 0.8;
        width: 100px;
        margin: 10px 0;
        padding: 0;
        height: -moz-calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height: -o-calc(100% - 20px);
        height: calc(100% - 20px);
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        nav ul li.logo:hover {
          opacity: 1;
          -webkit-transform: rotate(5deg) scale(1.05);
          -moz-transform: rotate(5deg) scale(1.05);
          -ms-transform: rotate(5deg) scale(1.05);
          -o-transform: rotate(5deg) scale(1.05);
          transform: rotate(5deg) scale(1.05); }
      nav ul li a {
        width: 100%;
        color: #011C0C;
        padding: 30px 0; }

.directions-wrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 150px; }
  .directions-wrap h2 {
    text-align: center;
    margin-bottom: 80px; }
  .directions-wrap form#directions input, .directions-wrap form#directions label {
    text-align: center; }
  .directions-wrap form#directions input[type=submit], .directions-wrap button.submit {
    margin: 0 auto; }
  .directions-wrap .info {
    margin-top: 100px; }
    .directions-wrap .info .top {
      text-align: center; }
    .directions-wrap .info .bottom {
      margin-top: 30px; }
      .directions-wrap .info .bottom .office-info, .directions-wrap .info .bottom .office-hours {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
      .directions-wrap .info .bottom .office-info .address, .directions-wrap .info .bottom .office-info .numbers {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
      .directions-wrap .info .bottom .office-info .numbers {
        text-align: right;
        padding-right: 30px; }
      .directions-wrap .info .bottom .office-hours .grouping {
        display: block; }
        .directions-wrap .info .bottom .office-hours .grouping > * {
          display: inline-block;
          width: 50%;
          vertical-align: middle; }
        .directions-wrap .info .bottom .office-hours .grouping .days {
          padding-left: 30px; }
        .directions-wrap .info .bottom .office-hours .grouping .hours {
          text-align: right; }
      .directions-wrap .info .bottom .rate-us {
        margin-top: 20px; }
        .directions-wrap .info .bottom .rate-us .rate-item {
          height: 20px;
          width: auto;
          display: inline-block;
          vertical-align: bottom;
          opacity: 0.8;
          -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
          transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
          .directions-wrap .info .bottom .rate-us .rate-item:hover {
            opacity: 1; }
          .directions-wrap .info .bottom .rate-us .rate-item.yelp {
            height: 30px;
            margin-left: 10px; }

section {
  width: 100%;
  text-align: center;
  padding-bottom: 150px; }
  section:last-child {
    padding-bottom: 50px; }
  section.hero {
    margin-bottom: 0;
    background-image: -moz-linear-gradient(top, #fff, #FAF3E5);
    /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #fff, #FAF3E5);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #fff, #FAF3E5);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #fff, #FAF3E5);
    /* IE10+ */
    background-image: linear-gradient(to top, #FAF3E5, #fff);
    /* W3C */
    min-height: 100vh;
    position: relative; }
    section.hero.image {
      background: url("../img/header_acupuncture1.jpg") center center no-repeat;
      background-size: cover;
      color: #fff; }
      section.hero.image:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1; }
      section.hero.image .header .logo {
        background-image: url("../img/full_logo_white.svg"); }
      section.hero.image a .down-cta {
        z-index: 3;
        background-image: url("../img/dropdown_white.svg"); }
      section.hero.image .content {
        z-index: 2; }
        section.hero.image .content .chinese {
          background: url("../img/chinese_characters_white.svg") center center no-repeat;
          background-size: contain; }
          section.hero.image .content .chinese img {
            opacity: 0; }
      section.hero.image h2, section.hero.image p, section.hero.image a.button, section.hero.image a.primary, section.hero.image .quick-contacts .location * {
        color: #fff; }
      section.hero.image a.button {
        border-color: #fff; }
        section.hero.image a.button:hover {
          background-color: #fff;
          color: #000; }
      section.hero.image a.primary:after {
        background-color: #fff; }
    section.hero .content {
      max-width: 800px;
      width: 80%;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      section.hero .content img {
        max-width: 350px;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 30px; }
    section.hero .down-cta {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 30px;
      opacity: 0.2;
      background: url("../img/dropdown.svg") center center no-repeat;
      height: 25px;
      width: 100%;
      cursor: pointer;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-animation: arrowbounce 1s ease-out infinite alternate;
      -moz-animation: arrowbounce 1s ease-out infinite alternate;
      -ms-animation: arrowbounce 1s ease-out infinite alternate;
      -o-animation: arrowbounce 1s ease-out infinite alternate;
      animation: arrowbounce 1s ease-out infinite alternate; }
      section.hero .down-cta:hover {
        opacity: 0.5; }
  section.acupuncture .common-conditions ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
    section.acupuncture .common-conditions ul li {
      margin-bottom: 10px;
      line-height: 1.4em; }
  section.staff .employees-grid {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 60px; }
    section.staff .employees-grid .employee-wrap {
      padding: 30px 0;
      width: 33.33%;
      float: left;
      position: relative;
      cursor: pointer;
      background-color: rgba(75, 75, 43, 0);
      height: -moz-calc(5.1em + 60px);
      height: -webkit-calc(5.1em + 60px);
      height: -o-calc(5.1em + 60px);
      height: calc(5.1em + 60px);
      -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
      section.staff .employees-grid .employee-wrap:hover {
        background-color: rgba(75, 75, 43, 0.08); }
    section.staff .employees-grid .employee {
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      padding: 0 20px; }
      section.staff .employees-grid .employee p {
        padding: 0; }
  section.contact .contact-form {
    width: 100%;
    padding: 0 20px; }
  section.contact form {
    background-color: #fcfcfc;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(1, 28, 12, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(0, 28, 12, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-top: 60px;
    padding: 60px; }
  section.contact .insurance-info {
    padding-top: 30px;
    font-size: 16px; }
  section.clinics .location-wrap {
    max-width: 800px;
    margin: 60px auto 0 auto;
    text-align: left;
    padding: 0 20px; }
    section.clinics .location-wrap:nth-child(even) .map-image-wrap > * {
      float: right; }
    section.clinics .location-wrap .map-image-wrap {
      margin-bottom: 30px;
      width: 100%;
      height: 33vh;
      min-height: 225px; }
      section.clinics .location-wrap .map-image-wrap > * {
        width: 50%;
        height: 100%;
        float: left; }
      section.clinics .location-wrap .map-image-wrap .image {
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        section.clinics .location-wrap .map-image-wrap .image .inner {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
        section.clinics .location-wrap .map-image-wrap .image:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #10A84F;
          opacity: 0;
          -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
        section.clinics .location-wrap .map-image-wrap .image:before {
          content: "View";
          width: 100%;
          text-align: center;
          top: 50%;
          position: absolute;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #fff;
          font-weight: 300;
          font-size: 28px;
          z-index: 2;
          opacity: 0;
          -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
          transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
        section.clinics .location-wrap .map-image-wrap .image:hover .inner {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
        section.clinics .location-wrap .map-image-wrap .image:hover:after {
          opacity: 0.8; }
        section.clinics .location-wrap .map-image-wrap .image:hover:before {
          opacity: 1; }
      section.clinics .location-wrap .map-image-wrap .map {
        border: 1px solid rgba(0, 0, 0, 0.05); }
    section.clinics .location-wrap .info .top {
      margin-bottom: 20px; }
      section.clinics .location-wrap .info .top .directions-cta-wrap, section.clinics .location-wrap .info .top h3 {
        display: inline-block;
        vertical-align: middle; }
      section.clinics .location-wrap .info .top h3 {
        width: -moz-calc(100% - 150px);
        width: -webkit-calc(100% - 150px);
        width: -o-calc(100% - 150px);
        width: calc(100% - 150px);
        text-align: left;
        padding: 0; }
      section.clinics .location-wrap .info .top .directions-cta-wrap {
        width: 150px;
        text-align: right; }
      section.clinics .location-wrap .info .top a {
        margin: 0;
        text-align: right;
        width: auto; }
    section.clinics .location-wrap .info .bottom .office-info, section.clinics .location-wrap .info .bottom .office-hours {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    section.clinics .location-wrap .info .bottom .office-info .address, section.clinics .location-wrap .info .bottom .office-info .numbers {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    section.clinics .location-wrap .info .bottom .office-info .numbers {
      text-align: right;
      padding-right: 30px; }
    section.clinics .location-wrap .info .bottom .rate-us {
      margin-top: 20px; }
      section.clinics .location-wrap .info .bottom .rate-us .rate-item {
        height: 20px;
        width: auto;
        display: inline-block;
        vertical-align: bottom;
        opacity: 0.8;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
        section.clinics .location-wrap .info .bottom .rate-us .rate-item:hover {
          opacity: 1; }
        section.clinics .location-wrap .info .bottom .rate-us .rate-item.yelp {
          height: 30px;
          margin-left: 10px; }
    section.clinics .location-wrap .info .bottom .office-hours .grouping {
      display: block; }
      section.clinics .location-wrap .info .bottom .office-hours .grouping > * {
        display: inline-block;
        width: 50%;
        vertical-align: middle; }
      section.clinics .location-wrap .info .bottom .office-hours .grouping .days {
        padding-left: 30px; }
      section.clinics .location-wrap .info .bottom .office-hours .grouping .hours {
        text-align: right; }
  section .hero {
    height: 50vh;
    max-height: 500px;
    position: relative;
    margin-bottom: 80px;
    width: 100%; }
    section .hero .image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top; }
      section .hero .image img {
        opacity: 0; }
    section .hero h1 {
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      left: 0;
      width: 100%; }
    section .hero .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #011C0C;
      opacity: 0.4; }
  section .part {
    margin-top: 80px; }
  section .spacer {
    height: 30px;
    width: 100%; }

@-webkit-keyframes arrowbounce {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.2; } }

@-moz-keyframes arrowbounce {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.2; } }

@-o-keyframes arrowbounce {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.2; } }

@keyframes arrowbounce {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0.2; } }

@font-face {
  font-family: Gotham;
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Gotham-Thin.eot");
  src: url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Thin.ttf") format("truetype");
  src: url("../fonts/Gotham-Thin.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Gotham-ExtraLight.eot");
  src: url("../fonts/Gotham-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-ExtraLight.ttf") format("truetype");
  src: url("../fonts/Gotham-ExtraLight.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.ttf") format("truetype");
  src: url("../fonts/Gotham-Light.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.ttf") format("truetype");
  src: url("../fonts/Gotham-Book.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  src: url("../fonts/Gotham-Medium.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.ttf") format("truetype");
  src: url("../fonts/Gotham-Bold.woff") format("woff"); }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.7em;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0; }

body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #FEF9F4;
  font-family: Gotham, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7E897A; }
  body.no-scroll {
    overflow: hidden; }

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

.hidden {
  display: none; }

.sml {
  display: none; }

.lrg {
  display: block; }

img {
  display: block;
  width: 100%; }

.smallCaps {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px; }

a, button {
  cursor: pointer;
  outline: none; }

.clearfix {
  clear: both;
  float: none; }

h1, h2, h3, h4, h5 {
  font-weight: 300;
  color: #011C0C;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  h1.white, h2.white, h3.white, h4.white, h5.white {
    color: #fff; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4em; }
  h2 br {
    line-height: 1.4em; }

h3 {
  font-weight: 700;
  font-size: 18px;
  color: #4A4B2B; }

p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 60px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  p.subhead {
    font-size: 18px;
    font-weight: 400; }
  p.bold {
    font-weight: 700;
    color: #4A4B2B; }

a, form input[type=submit], button.submit {
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  color: #06C254;
  font-weight: 700;
  text-decoration: none;
  outline: none; }
  a.in-text, form input[type=submit].in-text, button.submit.in-text {
    border-bottom: 1px dotted #06C254;
    padding-bottom: 1px; }
    a.in-text:hover, form input[type=submit].in-text:hover, button.submit.in-text:hover {
      color: #10A84F;
      border-color: #10A84F; }
  a.primary, form input[type=submit].primary, button.submit.primary {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 30px;
    position: relative; }
    a.primary:after, form input[type=submit].primary:after, button.submit.primary:after {
      content: "";
      width: 0;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: transparent;
      bottom: -4px;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    a.primary:hover, form input[type=submit].primary:hover, button.submit.primary:hover {
      color: #10A84F;
      padding-bottom: 1px; }
      a.primary:hover:after, form input[type=submit].primary:hover:after, button.submit.primary:hover:after {
        width: 100%;
        background-color: #10A84F; }
  a.button, form input[type=submit].button, button.submit.button {
    text-transform: uppercase;
    font-size: 12px;
    color: #06C254;
    letter-spacing: 1px;
    background: 0;
    font-weight: 700;
    padding: 20px 30px;
    border: 2px solid #06C254;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    max-width: 250px;
    width: 80%;
    margin: 30px auto;
    background-color: transparent;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    a.button:hover, form input[type=submit].button:hover, button.submit.button:hover {
      border-color: #10A84F;
      background-color: #10A84F;
      color: #fff; }

.loading {
  position: fixed;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 350;
  -webkit-transition: 0.3s 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.3s 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 0.3s 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.3s 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.3s 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: #FEF9F4; }
  .loading.loaded {
    opacity: 0; }

.modal {
  position: fixed;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 350;
  overflow: auto; }
  .modal.bio {
    overflow: hidden; }
  .modal.open {
    background-color: rgba(254, 249, 244, 0.9);
    height: 100vh;
    pointer-events: auto; }
    .modal.open + .section-wrapper {
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      -o-filter: blur(10px);
      filter: blur(10px); }
  .modal.photo .photo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80vw;
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
    .modal.photo .photo.eb_map {
      background-image: url("../img/header_clinics-eb2.jpg"); }
    .modal.photo .photo.lebanon_map {
      background-image: url("../img/header_clinics-leb2.jpg"); }
  .modal .modal-wrap {
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateY(60px) scale(1.1);
    -moz-transform: translateY(60px) scale(1.1);
    -ms-transform: translateY(60px) scale(1.1);
    -o-transform: translateY(60px) scale(1.1);
    transform: translateY(60px) scale(1.1);
    opacity: 0;
    height: 100%; }
    .modal .modal-wrap.displayContents {
      -webkit-transform: translateY(0) scale(1);
      -moz-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
      -o-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
      opacity: 1; }
  .modal .close {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 60px;
    right: 60px;
    cursor: pointer; }
    .modal .close:hover:before {
      opacity: 1;
      -webkit-transform: scale(1.1) rotate(-45deg);
      -moz-transform: scale(1.1) rotate(-45deg);
      -ms-transform: scale(1.1) rotate(-45deg);
      -o-transform: scale(1.1) rotate(-45deg);
      transform: scale(1.1) rotate(-45deg); }
    .modal .close:hover:after {
      opacity: 1;
      -webkit-transform: scale(1.1) rotate(45deg);
      -moz-transform: scale(1.1) rotate(45deg);
      -ms-transform: scale(1.1) rotate(45deg);
      -o-transform: scale(1.1) rotate(45deg);
      transform: scale(1.1) rotate(45deg); }
    .modal .close:before, .modal .close:after {
      content: "";
      width: 100%;
      height: 3px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      background-color: #06C254;
      opacity: 0.5;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      position: absolute;
      top: 50%; }
    .modal .close:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .modal .close:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .modal .arrow {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    opacity: 0.5;
    z-index: 300; }
    .modal .arrow:after {
      content: "";
      width: 42.4285714286px;
      height: 42.4285714286px;
      border: 3px solid #06C254;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .modal .arrow:hover {
      opacity: 1; }
      .modal .arrow:hover.left:after {
        -webkit-transform: scale(1.1) rotate(-45deg);
        -moz-transform: scale(1.1) rotate(-45deg);
        -ms-transform: scale(1.1) rotate(-45deg);
        -o-transform: scale(1.1) rotate(-45deg);
        transform: scale(1.1) rotate(-45deg); }
      .modal .arrow:hover.right:after {
        -webkit-transform: scale(1.1) rotate(135deg);
        -moz-transform: scale(1.1) rotate(135deg);
        -ms-transform: scale(1.1) rotate(135deg);
        -o-transform: scale(1.1) rotate(135deg);
        transform: scale(1.1) rotate(135deg); }
    .modal .arrow.left {
      left: 60px; }
      .modal .arrow.left:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .modal .arrow.right {
      right: 60px; }
      .modal .arrow.right:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
  .modal .carousel {
    width: 100%;
    height: 100%; }
    .modal .carousel .carousel-wrap {
      width: 100%;
      height: 100%; }
      .modal .carousel .carousel-wrap.transition {
        width: 200%; }
        .modal .carousel .carousel-wrap.transition .person-wrap {
          width: 50%;
          float: left; }
      .modal .carousel .carousel-wrap .person-wrap {
        overflow: auto;
        height: 100%; }
      .modal .carousel .carousel-wrap .person {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative; }
        .modal .carousel .carousel-wrap .person.no-bio .image {
          position: static;
          margin: 0 auto;
          padding-left: 0; }
          .modal .carousel .carousel-wrap .person.no-bio .image img {
            margin-top: 0;
            float: none;
            padding-right: 0;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            margin: 0 auto; }
        .modal .carousel .carousel-wrap .person.no-bio .info-wrap {
          position: static;
          overflow: hidden;
          height: auto;
          padding-right: 0; }
          .modal .carousel .carousel-wrap .person.no-bio .info-wrap .info {
            position: static;
            padding-top: 0;
            left: auto;
            text-align: center;
            margin: 0 auto;
            margin-top: 20px;
            max-width: 800px;
            width: -moz-calc( 100% - 120px);
            width: -webkit-calc( 100% - 120px);
            width: -o-calc( 100% - 120px);
            width: calc( 100% - 120px);
            padding-bottom: 0; }
            .modal .carousel .carousel-wrap .person.no-bio .info-wrap .info h2, .modal .carousel .carousel-wrap .person.no-bio .info-wrap .info p {
              margin-left: 0;
              width: 100%; }
        .modal .carousel .carousel-wrap .person h2 {
          margin-bottom: 0; }
        .modal .carousel .carousel-wrap .person p {
          margin-bottom: 20px; }
        .modal .carousel .carousel-wrap .person .image {
          width: 50%;
          position: absolute;
          top: 0;
          left: 0;
          padding-top: 25vh;
          padding-left: 120px; }
          .modal .carousel .carousel-wrap .person .image img {
            margin-top: 10px;
            max-width: 300px;
            float: right;
            width: 75%;
            padding-right: 30px;
            -webkit-transform: translateX(-25%);
            -moz-transform: translateX(-25%);
            -ms-transform: translateX(-25%);
            -o-transform: translateX(-25%);
            transform: translateX(-25%); }
        .modal .carousel .carousel-wrap .person .info-wrap {
          width: 100%;
          left: 0;
          top: 0;
          position: absolute;
          overflow: auto;
          height: 100%;
          padding-right: 120px; }
          .modal .carousel .carousel-wrap .person .info-wrap .info {
            position: absolute;
            left: 50%;
            width: -moz-calc( 50% - 120px);
            width: -webkit-calc( 50% - 120px);
            width: -o-calc( 50% - 120px);
            width: calc( 50% - 120px);
            padding-bottom: 60px;
            padding-top: 25vh;
            max-width: 400px; }
          .modal .carousel .carousel-wrap .person .info-wrap h2, .modal .carousel .carousel-wrap .person .info-wrap p {
            margin-left: -20%;
            margin-right: 0;
            width: 125%; }
          .modal .carousel .carousel-wrap .person .info-wrap:only-child {
            padding-right: 0; }
            .modal .carousel .carousel-wrap .person .info-wrap:only-child .info {
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              padding-top: 0;
              top: 50%;
              position: absolute;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 100%;
              max-width: 800px;
              text-align: center; }
              .modal .carousel .carousel-wrap .person .info-wrap:only-child .info h2, .modal .carousel .carousel-wrap .person .info-wrap:only-child .info p {
                margin: 0 auto;
                width: 100%; }

form {
  width: 100%;
  position: relative; }
  form#message input[type=submit], form button.submit {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
    form#message input[type=submit]:hover, form button.submit:hover {
      -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4); }
  form .form-error {
    position: absolute;
    bottom: -135px;
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 500;
    left: 0;
    width: 100%;
    height: 95px;
    text-align: center;
    color: #ec1010;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    form .form-error p {
      font-size: 12px;
      margin-bottom: 0;
      padding: 0; }
      form .form-error p:first-child {
        font-weight: 600; }
      form .form-error p:last-child {
        margin-top: 15px; }
    form .form-error a {
      color: #ec1010;
      font-weight: 600;
      border-bottom: 1px dotted #ec1010;
      padding-bottom: 1px; }
    form .form-error.show {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  form input[type=submit], form button.submit {
    text-align: center;
    width: 150px;
    height: 60px;
    z-index: 101;
    background-color: #011C0C;
    padding: 10px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
    cursor: pointer;
    background-position: 20px center;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-property: background-color, text-indent, background-position, box-shadow, border;
    -moz-transition-property: background-color, text-indent, background-position, box-shadow, border;
    -ms-transition-property: background-color, text-indent, background-position, box-shadow, border;
    -o-transition-property: background-color, text-indent, background-position, box-shadow, border;
    transition-property: background-color, text-indent, background-position, box-shadow, border;
    border: 0; }
    form input[type=submit]:hover, form button.submit:hover {
      background-color: #053B1B; }
    form input[type=submit].sent, form button.submit.sent {
      background-color: #06C254;
      background-image: url("../img/white-checkmark.svg");
      background-position: 35px center;
      background-repeat: no-repeat;
      background-size: 18px 15px;
      text-indent: 25px;
      pointer-events: none; }
    form input[type=submit].failed, form button.submit.failed {
      background-color: #ec1010;
      background-image: url("../img/white-x.svg");
      background-position: 30px center;
      background-repeat: no-repeat;
      background-size: 18px 15px;
      text-indent: 25px;
      pointer-events: none; }
    form input[type=submit].submitting, form button.submit.submitting {
      background-image: url("../img/ajax-loader.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 30px 30px; }
  form .field-row {
    width: 100%;
    display: block; }
    form .field-row.comment {
      margin-top: -20px; }
      form .field-row.comment .field {
        margin-bottom: 0; }
  form .field {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    min-height: 40px; }
    form .field.half {
      width: 47.5%; }
      form .field.half:first-child {
        margin-right: 5%; }
  form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #9BA8A1;
    font-weight: 400;
    width: 100%;
    text-align: left;
    pointer-events: none;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    form label:after {
      width: 0;
      height: 1px;
      background-color: #06C254;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-property: width;
      -moz-transition-property: width;
      -ms-transition-property: width;
      -o-transition-property: width;
      transition-property: width; }
    form label span.error {
      display: none; }
  form textarea {
    height: 1.7em;
    min-height: 1.7em;
    overflow-y: hidden;
    padding-top: 1.1em; }
  form .field .copytext {
    margin-top: -1.7em;
    display: none;
    pointer-events: none;
    min-height: 1.7em; }
  form input[type=text], form textarea, form .fakeSelect, form .copytext {
    background-color: transparent;
    border: 0;
    border-bottom: 1px dotted rgba(1, 28, 12, 0.2);
    font-size: 24px;
    color: #06C254;
    font-weight: 400;
    font-family: Gotham;
    width: 100%;
    outline: 0;
    position: relative;
    display: block;
    padding: 0;
    text-align: left;
    letter-spacing: 0px;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    resize: none; }
    form input[type=text].wrong, form textarea.wrong, form .fakeSelect.wrong, form .copytext.wrong {
      border-bottom: 1px solid #ec1010;
      color: #ec1010; }
      form input[type=text].wrong ~ label, form textarea.wrong ~ label, form .fakeSelect.wrong ~ label, form .copytext.wrong ~ label {
        color: #ec1010 !important; }
        form input[type=text].wrong ~ label .error, form textarea.wrong ~ label .error, form .fakeSelect.wrong ~ label .error, form .copytext.wrong ~ label .error {
          font-weight: 400; }
      form input[type=text].wrong.missing ~ label span.missing, form textarea.wrong.missing ~ label span.missing, form .fakeSelect.wrong.missing ~ label span.missing, form .copytext.wrong.missing ~ label span.missing {
        display: inline; }
      form input[type=text].wrong.missing ~ label span.invalid, form textarea.wrong.missing ~ label span.invalid, form .fakeSelect.wrong.missing ~ label span.invalid, form .copytext.wrong.missing ~ label span.invalid {
        display: none; }
      form input[type=text].wrong.invalid ~ label span.missing, form textarea.wrong.invalid ~ label span.missing, form .fakeSelect.wrong.invalid ~ label span.missing, form .copytext.wrong.invalid ~ label span.missing {
        display: none; }
      form input[type=text].wrong.invalid ~ label span.invalid, form textarea.wrong.invalid ~ label span.invalid, form .fakeSelect.wrong.invalid ~ label span.invalid, form .copytext.wrong.invalid ~ label span.invalid {
        display: inline; }
      form input[type=text].wrong:focus ~ label:after, form textarea.wrong:focus ~ label:after, form .fakeSelect.wrong:focus ~ label:after, form .copytext.wrong:focus ~ label:after {
        background-color: #ec1010; }
      form input[type=text].wrong:hover, form input[type=text].wrong:focus, form textarea.wrong:hover, form textarea.wrong:focus, form .fakeSelect.wrong:hover, form .fakeSelect.wrong:focus, form .copytext.wrong:hover, form .copytext.wrong:focus {
        border-bottom: 1px solid #ec1010 !important; }
    form input[type=text]:focus, form input[type=text]:focus:hover, form textarea:focus, form textarea:focus:hover, form .fakeSelect:focus, form .fakeSelect:focus:hover, form .copytext:focus, form .copytext:focus:hover {
      border-bottom: 1px dotted transparent; }
    form input[type=text]:focus ~ label, form input[type=text]:valid ~ label, form input[type=text].wrong ~ label, form textarea:focus ~ label, form textarea:valid ~ label, form textarea.wrong ~ label, form .fakeSelect:focus ~ label, form .fakeSelect:valid ~ label, form .fakeSelect.wrong ~ label, form .copytext:focus ~ label, form .copytext:valid ~ label, form .copytext.wrong ~ label {
      font-weight: 700;
      color: #011C0C;
      font-size: 12px;
      padding-bottom: 45px;
      -webkit-transform: translateY(-25px);
      -moz-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      -o-transform: translateY(-25px);
      transform: translateY(-25px); }
    form input[type=text]:focus ~ label:after, form input[type=text]:focus:valid + label:after, form textarea:focus ~ label:after, form textarea:focus:valid + label:after, form .fakeSelect:focus ~ label:after, form .fakeSelect:focus:valid + label:after, form .copytext:focus ~ label:after, form .copytext:focus:valid + label:after {
      width: 100%;
      opacity: 1; }
    form input[type=text]:valid ~ label:after, form textarea:valid ~ label:after, form .fakeSelect:valid ~ label:after, form .copytext:valid ~ label:after {
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s;
      opacity: 0;
      width: 100%; }
    form input[type=text]:focus, form textarea:focus, form .fakeSelect:focus, form .copytext:focus {
      border-bottom: 1px dotted transparent; }
    form input[type=text]:hover, form textarea:hover, form .fakeSelect:hover, form .copytext:hover {
      border-bottom: 1px dotted rgba(1, 28, 12, 0.5); }
      form input[type=text]:hover ~ label, form textarea:hover ~ label, form .fakeSelect:hover ~ label, form .copytext:hover ~ label {
        color: #7E897A; }
      form input[type=text]:hover:focus ~ label, form input[type=text]:hover:valid ~ label, form textarea:hover:focus ~ label, form textarea:hover:valid ~ label, form .fakeSelect:hover:focus ~ label, form .fakeSelect:hover:valid ~ label, form .copytext:hover:focus ~ label, form .copytext:hover:valid ~ label {
        color: #011C0C; }
  form .fakeSelect {
    text-align: left;
    width: -moz-calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    width: -o-calc(100% + 60px);
    width: calc(100% + 60px);
    padding: 10px 0;
    border: 1px solid transparent;
    margin-left: -30px;
    margin-top: -20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    height: 60px;
    cursor: pointer;
    position: relative; }
    form .fakeSelect.open {
      background-color: #fff; }
      form .fakeSelect.open:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
      form .fakeSelect.open .itemWrap {
        margin-bottom: 60px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
        z-index: 320;
        border-radius: 5px; }
    form .fakeSelect:hover {
      border: 1px solid transparent;
      background-color: #fff; }
      form .fakeSelect:hover .itemWrap {
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
      form .fakeSelect:hover .item.selected .item-wrap {
        border-bottom: 1px dotted transparent; }
        form .fakeSelect:hover .item.selected .item-wrap:after {
          opacity: 1; }
    form .fakeSelect label {
      font-weight: 700;
      color: #011C0C;
      font-size: 12px;
      left: 30px;
      top: -20px; }
    form .fakeSelect .item {
      padding: 0 30px;
      cursor: pointer !important;
      width: 100%;
      -webkit-transition: background-color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: background-color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: background-color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: background-color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: background-color 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      form .fakeSelect .item .item-wrap {
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        padding: 20px 0;
        border-bottom: 1px dotted rgba(1, 28, 12, 0.2);
        position: relative; }
      form .fakeSelect .item.prompt {
        color: #9BA8A1;
        font-weight: 400; }
        form .fakeSelect .item.prompt ~ label {
          display: none; }
      form .fakeSelect .item.selected {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        form .fakeSelect .item.selected .item-wrap {
          padding: 5px 0; }
          form .fakeSelect .item.selected .item-wrap:after {
            content: "";
            width: 12px;
            height: 12px;
            background: url("../img/dropdown.svg") right center no-repeat;
            background-size: contain;
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            opacity: 0.4;
            -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
            -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
            -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
            -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
            transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    form .fakeSelect select {
      display: none;
      pointer-events: none; }
    form .fakeSelect .itemWrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      form .fakeSelect .itemWrap .options {
        opacity: 0;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
      form .fakeSelect .itemWrap .item {
        color: #9BA8A1;
        width: 100%; }
        form .fakeSelect .itemWrap .item:hover {
          background-color: #E9F6E7;
          opacity: 1;
          color: #58615D; }
          form .fakeSelect .itemWrap .item:hover:first-child .item-wrap, form .fakeSelect .itemWrap .item:hover.sel .item-wrap {
            padding-left: 0; }
        form .fakeSelect .itemWrap .item:first-child {
          background-color: transparent;
          color: #011C0C;
          font-weight: 500; }
          form .fakeSelect .itemWrap .item:first-child .item-wrap {
            border-bottom: 0;
            -webkit-transition: 0s;
            -moz-transition: 0s;
            -ms-transition: 0s;
            -o-transition: 0s;
            transition: 0s; }
        form .fakeSelect .itemWrap .item:last-child .item-wrap, form .fakeSelect .itemWrap .item:hover:last-child .item-wrap {
          border-bottom: none; }
        form .fakeSelect .itemWrap .item.sel .item-wrap {
          color: #06C254;
          position: relative; }
          form .fakeSelect .itemWrap .item.sel .item-wrap:after {
            content: "";
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            width: 20px;
            height: 20px;
            background: url("../img/checkmark_green.svg") center right no-repeat;
            background-size: contain;
            opacity: 0.5; }

@media screen and (max-width: 800px) {
  body.fixed-nav nav {
    position: static;
    top: auto;
    left: auto;
    display: none; }
  body.fixed-nav .page-wrapper {
    margin-top: 0; }
  body.fixed-nav .header {
    background-color: #FAF3E5;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    body.fixed-nav .header .page-name {
      opacity: 1; }
  body.fixed-nav section.hero.image .header {
    background-color: #10A84F; }
  body.mobile-menu .section-wrapper:after {
    opacity: 0.8; }
  body.mobile-menu .mobile-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .sml {
    display: block; }
  .lrg {
    display: none; }
  a.button, form input[type=submit].button, button.submit.button {
    padding: 15px 20px;
    width: 90%; }
  p {
    font-size: 14px; }
  * {
    line-height: 1.7em; }
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 24px; }
  nav {
    display: none; }
  .modal .close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px; }
  .modal .arrow {
    width: 40px;
    height: 40px; }
    .modal .arrow:after {
      width: 28.2857142857px;
      height: 28.2857142857px; }
    .modal .arrow.left {
      left: 20px; }
    .modal .arrow.right {
      right: 20px; }
  .modal .carousel .carousel-wrap .person-wrap {
    overflow: auto; }
  .modal .carousel .carousel-wrap .person {
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    overflow: visible;
    margin: 0 auto; }
    .modal .carousel .carousel-wrap .person.no-bio .info-wrap {
      overflow: visible; }
      .modal .carousel .carousel-wrap .person.no-bio .info-wrap .info {
        width: 100%; }
    .modal .carousel .carousel-wrap .person .image {
      padding-left: 0;
      width: 100%;
      position: static;
      top: auto;
      left: auto;
      padding-top: 25vh; }
      .modal .carousel .carousel-wrap .person .image img {
        margin-top: 0;
        float: none;
        padding-right: 0;
        width: 100%;
        margin: 0 auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
    .modal .carousel .carousel-wrap .person .info-wrap {
      padding-right: 0;
      position: static;
      top: auto;
      left: auto;
      overflow: visible; }
      .modal .carousel .carousel-wrap .person .info-wrap .info {
        position: static;
        left: auto;
        width: 100%;
        padding-top: 30px;
        max-width: none;
        text-align: center;
        padding-bottom: 0; }
      .modal .carousel .carousel-wrap .person .info-wrap h2, .modal .carousel .carousel-wrap .person .info-wrap p {
        margin-left: 0;
        width: 100%;
        padding: 0; }
  .modal .info .bottom .office-info, .modal .info .bottom .office-hours {
    width: 100%;
    display: block; }
  .modal .info .bottom .office-hours .grouping .days {
    padding-left: 0; }
  .modal .info .bottom .office-info .numbers {
    padding-right: 0; }
  .modal .info .bottom .office-hours {
    margin-top: 30px;
    margin-bottom: 30px; }
    .modal .info .bottom .office-hours:before {
      content: "Hours of operation:";
      font-weight: 700;
      color: #4A4B2B;
      display: block;
      margin-bottom: 10px; }
  form label, form input[type=text], form textarea, form .fakeSelect, form .copytext {
    font-size: 16px;
    font-weight: 500; }
  form input[type=text]:focus + label, form input[type=text]:valid + label, form input[type=text].wrong + label, form textarea:focus + label, form textarea:valid + label, form textarea.wrong + label, form .fakeSelect:focus + label, form .fakeSelect:valid + label, form .fakeSelect.wrong + label, form .copytext:focus + label, form .copytext:valid + label, form .copytext.wrong + label {
    padding-bottom: 34px; }
  form .field-row.comment {
    margin-top: -10px; }
  form .field {
    margin-bottom: 50px; }
    form .field.half {
      width: 100%; }
      form .field.half:first-child {
        margin-right: 0; }
  form .fakeSelect {
    margin-left: -20px;
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: calc(100% + 40px); }
    form .fakeSelect .item {
      padding: 0 20px; }
      form .fakeSelect .item .item-wrap, form .fakeSelect .item.selected .item-wrap {
        line-height: 1.3em;
        padding-right: 20px; }
    form .fakeSelect .itemWrap .item:hover .item-wrap {
      padding-left: 5px; }
    form .fakeSelect label {
      left: 20px; }
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 323;
    height: 70px; }
  .header {
    height: 70px;
    padding: 0 20px;
    background-color: #FEF9F4;
    -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .header .logo {
      background: url("../img/logo.svg") center center no-repeat;
      width: 40px;
      background-size: contain;
      height: 50px;
      left: 20px;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      cursor: pointer; }
      .header .logo:hover {
        opacity: 1;
        -webkit-transform: translateY(-50%) rotate(5deg) scale(1.05);
        -moz-transform: translateY(-50%) rotate(5deg) scale(1.05);
        -ms-transform: translateY(-50%) rotate(5deg) scale(1.05);
        -o-transform: translateY(-50%) rotate(5deg) scale(1.05);
        transform: translateY(-50%) rotate(5deg) scale(1.05); }
    .header .page-name {
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 80px;
      font-size: 18px;
      font-weight: 400;
      color: #011C0C;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
      transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1); }
    .header .hamburger-menu {
      display: block;
      right: 10px;
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      padding: 10px; }
      .header .hamburger-menu .line {
        height: 3px;
        width: 30px;
        background-color: #06C254;
        margin-bottom: 6px;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px; }
        .header .hamburger-menu .line:last-child {
          margin-bottom: 0; }
      .header .hamburger-menu:hover .line {
        background-color: #10A84F;
        margin-bottom: 7px; }
        .header .hamburger-menu:hover .line:first-child {
          margin-top: 4px; }
  .mobile-nav {
    width: 85vw;
    height: 100vh;
    background-color: #F5F0E8;
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 325;
    padding: 20px;
    border-left: 1px solid rgba(1, 28, 12, 0.2);
    -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: translateX(85vw);
    -moz-transform: translateX(85vw);
    -ms-transform: translateX(85vw);
    -o-transform: translateX(85vw);
    transform: translateX(85vw); }
    .mobile-nav .mobile-nav-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0; }
    .mobile-nav .logo {
      width: 100%;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/full_logo.svg") left center no-repeat;
      background-size: contain; }
    .mobile-nav .close {
      width: 30px;
      height: 30px;
      top: 0;
      right: 0;
      position: absolute;
      cursor: pointer;
      z-index: 101; }
      .mobile-nav .close:hover:before {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(-45deg);
        -moz-transform: scale(1.1) rotate(-45deg);
        -ms-transform: scale(1.1) rotate(-45deg);
        -o-transform: scale(1.1) rotate(-45deg);
        transform: scale(1.1) rotate(-45deg); }
      .mobile-nav .close:hover:after {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(45deg);
        -moz-transform: scale(1.1) rotate(45deg);
        -ms-transform: scale(1.1) rotate(45deg);
        -o-transform: scale(1.1) rotate(45deg);
        transform: scale(1.1) rotate(45deg); }
      .mobile-nav .close:before, .mobile-nav .close:after {
        content: "";
        width: 100%;
        height: 3px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-color: #06C254;
        opacity: 0.5;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        position: absolute;
        top: 50%; }
      .mobile-nav .close:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .mobile-nav .close:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .mobile-nav ul {
      top: 50%;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 100%; }
      .mobile-nav ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 3.2em;
        border-bottom: 1px dotted rgba(1, 28, 12, 0.2);
        color: #58615D;
        -webkit-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
        cursor: pointer; }
        .mobile-nav ul li:last-child {
          border-bottom: 0; }
        .mobile-nav ul li.sel {
          color: #10A84F; }
        .mobile-nav ul li:hover {
          padding-left: 10px;
          color: #4A4B2B; }
    .mobile-nav .quick-contacts {
      position: absolute;
      bottom: 0;
      width: 100%;
      font-size: 12px; }
      .mobile-nav .quick-contacts .location {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        cursor: pointer;
        font-weight: 500; }
        .mobile-nav .quick-contacts .location:first-child {
          padding-right: 20px; }
        .mobile-nav .quick-contacts .location:hover .number {
          color: #10A84F; }
        .mobile-nav .quick-contacts .location .title {
          color: #011C0C; }
        .mobile-nav .quick-contacts .location .number {
          color: #06C254; }
  .section-wrapper {
    position: relative;
    z-index: 1; }
  section.hero {
    background-color: #FEF9F4;
    background-image: none; }
    section.hero.image .header {
      background-color: transparent; }
      section.hero.image .header .logo {
        background-image: url("../img/logo_white.svg"); }
      section.hero.image .header .hamburger-menu .line {
        background-color: #fff; }
      section.hero.image .header .page-name {
        color: #fff;
        font-weight: 400; }
  section.acupuncture .common-conditions ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
  section.staff .employees-grid .employee-wrap {
    width: 50%; }
  section.contact form {
    padding: 60px 20px; }
  section.clinics .location-wrap .info .top h3 {
    line-height: 1.3em; }
  section.clinics .location-wrap .info .bottom .office-info, section.clinics .location-wrap .info .bottom .office-hours {
    width: 100%;
    display: block; }
  section.clinics .location-wrap .info .bottom .office-hours .grouping .days {
    padding-left: 0; }
  section.clinics .location-wrap .info .bottom .office-info .numbers {
    padding-right: 0; }
  section.clinics .location-wrap .info .bottom .office-hours {
    margin-top: 30px; }
    section.clinics .location-wrap .info .bottom .office-hours:before {
      content: "Hours of operation:";
      font-weight: 700;
      color: #4A4B2B;
      display: block;
      margin-bottom: 10px; } }
