/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after, header:after, footer:after {
  content: '';
  display: block;
  clear: both; }

.overlay, .primary-cta,
.construction-cta {
  position: relative;
  z-index: 1; }
  .overlay:before, .primary-cta:before,
  .construction-cta:before {
    z-index: 5;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55); }
  .overlay > *, .primary-cta > *,
  .construction-cta > * {
    z-index: 10; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #424559;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

ul {
  list-style: circle;
  margin-left: 15px; }

ol {
  list-style: decimal;
  margin-left: 10px; }

body {
  font-size: 14pxpx;
  line-height: 19pxpx; }
  @media (min-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1270px) {
    body {
      font-size: 20px;
      line-height: 28px; } }

h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit;
  letter-spacing: normal;
  text-transform: none !important; }
  h1.bold, h1 a.bold,
  h2.bold, h2 a.bold,
  h3.bold, h3 a.bold,
  h4.bold, h4 a.bold,
  h5.bold, h5 a.bold,
  h6.bold, h6 a.bold {
    font-weight: 700; }
  h1 a, h1 a a,
  h2 a, h2 a a,
  h3 a, h3 a a,
  h4 a, h4 a a,
  h5 a, h5 a a,
  h6 a, h6 a a {
    color: inherit; }

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px; }
  @media (max-width: 600px) {
    h1 {
      font-size: 25px; } }

h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }
  @media (max-width: 600px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 20px;
  line-height: 25px; }

h4 {
  font-size: 16px;
  line-height: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

p {
  margin: 0 0 14px; }
  @media (min-width: 1024px) {
    p {
      margin: 0 0 20px; } }
  @media (min-width: 1270px) {
    p {
      margin: 0 0 26px; } }

a {
  color: #424559;
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a:hover, a:focus {
    text-decoration: none;
    color: #39A43F; }

a {
  transition: .3s ease-in-out;
  transition-property: opacity, background, color, border, visibility; }

.btn-primary {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  min-width: 180px;
  margin: 0;
  border-radius: 4px;
  border: 0;
  background: #39A43F;
  color: #fff;
  line-height: 18px;
  padding: 11px 15px;
  text-align: center; }
  @media (min-width: 1024px) {
    .btn-primary {
      font-size: 16px;
      line-height: 20px;
      padding: 13px 15px; } }
  @media (min-width: 1270px) {
    .btn-primary {
      padding: 13px 20px; } }
  .btn-primary:visited {
    color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #1f5822;
    color: #fff; }
  .btn-primary.bold {
    font-weight: 700; }
  .btn-primary.with-shadow {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14); }

.green {
  color: #39A43F; }

input[type="text"],
input[type="email"] {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 11px 15px; }
  @media (min-width: 1024px) {
    input[type="text"],
    input[type="email"] {
      padding: 13px 15px; } }
  @media (min-width: 1270px) {
    input[type="text"],
    input[type="email"] {
      padding: 13px 20px; } }
  input[type="text"]:focus,
  input[type="email"]:focus {
    outline: none;
    border-color: #39A43F; }

header {
  position: relative;
  width: 100%;
  z-index: 500;
  background: #fff; }
  header .container {
    align-items: center;
    min-height: 88px;
    position: relative; }
  header .actions {
    align-items: stretch; }
  header .logo {
    background-image: url("images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    align-self: stretch;
    width: 170px;
    text-indent: -9999px; }
  header .mobile-icon {
    display: none;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center; }
  header nav {
    align-self: center; }
    header nav ul {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      list-style-type: none; }
      header nav ul li {
        padding: 0px 20px;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; }
        header nav ul li:first-child {
          padding-left: 0; }
        header nav ul li:last-child {
          padding-right: 0; }
        @media (max-width: 1024px) {
          header nav ul li {
            font-size: 14px;
            line-height: 18px;
            padding: 0 10px; } }
  @media (max-width: 768px) {
    header .mobile-icon {
      display: block; }
    header .book-now {
      display: none; }
    header nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #212529;
      color: #fff;
      padding: 0 20px;
      z-index: 10;
      max-height: 100vh; }
      header nav.active {
        display: block; }
      header nav ul {
        display: block; }
        header nav ul li {
          padding: 20px 0;
          font-size: 18px;
          line-height: 24px; }
          header nav ul li a {
            display: block;
            color: #fff; }
            header nav ul li a:visited, header nav ul li a:hover {
              color: #fff; } }
  @media (max-width: 600px) {
    header .actions {
      display: none; }
    header .mobile-icon {
      width: 30px;
      height: 30px;
      font-size: 30px;
      line-height: 30px; } }

.covid-19 {
  padding: 10px;
  background: #39A43F;
  color: #fff; }
  .covid-19 a,
  .covid-19 a:hover,
  .covid-19 a:visited,
  .covid-19 a:active {
    color: #fff; }
  .covid-19.expanded .intro {
    display: none; }
  .covid-19.expanded .details {
    display: block; }
  .covid-19 .details {
    display: none; }
  .covid-19 p:last-child {
    margin: 0; }

.container {
  width: 100%;
  max-width: 1635px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .container.nowrap {
    flex-wrap: nowrap; }
  .container.small {
    max-width: 1400px; }
  .container.section {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px; }
    .container.section h2 {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      .container.section {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .container p:last-child {
    margin-bottom: 0; }
  @media (max-width: 1635px) {
    .container {
      padding: 0 15px; } }

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

.shadow-box {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14); }

.box-with-shadow {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(33, 37, 41, 0.15);
  border-radius: 4px; }

.column-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .column-container > * {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    align-self: stretch; }
  .column-container.center {
    justify-content: center; }
  .column-container.nowrap {
    flex-wrap: nowrap; }
  .column-container.third > * {
    width: calc(33.33% - 20px); }
    .column-container.third > *:nth-child(3n) {
      margin-right: 0; }
  .column-container.half > * {
    width: calc(50% - 20px); }
    .column-container.half > *:nth-child(2n) {
      margin-right: 0; }
  @media (max-width: 768px) {
    .column-container.third > * {
      width: calc(50% - 20px); }
      .column-container.third > *:nth-child(2n) {
        margin-right: 0; }
      .column-container.third > *:nth-child(3n) {
        margin-right: 20px; }
    .column-container.half > * {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 600px) {
    .column-container.third > * {
      width: 100%;
      margin-right: 0 !important; } }

.action-container {
  font-size: 12px;
  line-height: 18px;
  border-right: 1px solid #707070;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  width: 100%; }
  .action-container .icon {
    font-size: 35px;
    margin-right: 10px; }
  .action-container h4 {
    margin-bottom: 5px;
    font-weight: 700; }
  .action-container p {
    margin: 0; }
  .action-container:first-child {
    padding-left: 0; }
  .action-container:last-child {
    border-right: none;
    padding-right: 0; }
  @media (max-width: 1024px) {
    .action-container h4 {
      font-size: 14px;
      line-height: 18px; }
    .action-container .icon {
      font-size: 25px; } }
  @media (max-width: 768px) {
    .action-container {
      padding: 0 5px;
      margin: 10px 0;
      flex-wrap: wrap;
      text-align: center; }
      .action-container .icon,
      .action-container p {
        width: 100%; }
      .action-container h4 {
        display: none; } }
  @media (max-width: 600px) {
    .action-container {
      border-right: none;
      padding: 0;
      flex-wrap: nowrap; }
      .action-container .icon,
      .action-container p {
        width: auto; } }

.spotlight-content {
  min-height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  align-items: center; }

.primary-cta,
.construction-cta {
  background-image: url("images/family.jpg");
  background-position: center left;
  min-height: 605px; }
  .primary-cta:before,
  .construction-cta:before {
    display: none; }
  .primary-cta h2,
  .construction-cta h2 {
    font-weight: 400; }
  .primary-cta > *,
  .construction-cta > * {
    padding-left: 80px; }
  @media (max-width: 768px) {
    .primary-cta,
    .construction-cta {
      min-height: 305px;
      justify-content: center;
      color: #fff; }
      .primary-cta:before,
      .construction-cta:before {
        display: block; }
      .primary-cta > *,
      .construction-cta > * {
        padding-left: 0;
        text-align: center; } }

.book-cta,
.newsletter-cta {
  background-image: url("images/book-appointment-bg.jpg?1");
  min-height: 290px;
  justify-content: center;
  color: #fff; }
  .book-cta > *,
  .newsletter-cta > * {
    width: 100%;
    max-width: 1000px; }
  .book-cta h2,
  .newsletter-cta h2 {
    color: #fff;
    margin-bottom: 20px; }
  .book-cta p,
  .newsletter-cta p {
    margin-bottom: 15px; }

.newsletter-cta {
  background-image: url("images/newsletter-bg.jpg?1"); }
  .newsletter-cta .newsletter {
    display: flex;
    align-items: stretch; }
    .newsletter-cta .newsletter input[type="email"] {
      width: 100%;
      max-width: 500px;
      color: #424559; }
    .newsletter-cta .newsletter input[type="submit"] {
      margin-left: 10px; }
    @media (max-width: 480px) {
      .newsletter-cta .newsletter {
        flex-wrap: wrap; }
        .newsletter-cta .newsletter input[type="submit"] {
          width: 100%;
          margin-top: 10px;
          margin-left: 0; } }

.companies {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .companies .title {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px; }
  .companies .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .companies .logos img {
      max-width: 10%;
      margin-right: 10px; }
      .companies .logos img:last-child {
        margin-right: 0; }
  @media (max-width: 1024px) {
    .companies .container {
      display: block;
      padding: 0; }
    .companies .title {
      margin-bottom: 10px; }
    .companies .logos {
      flex-wrap: wrap;
      justify-content: space-around; }
      .companies .logos img {
        max-width: 13%;
        margin-bottom: 10px; } }
  @media (max-width: 600px) {
    .companies .title {
      font-size: 16px;
      line-height: 22px; }
    .companies .logos img {
      max-width: 30%; } }

.box-details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .box-details .image {
    height: 100%;
    width: 150px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media (min-width: 769px) {
      .box-details .image {
        width: 250px; } }
    .box-details .image.chiro {
      background-image: url("images/services/chiro-care.jpg?1"); }
    .box-details .image.acupuncture {
      background-image: url("images/services/acupuncture.jpg?1"); }
    .box-details .image.rehab-care {
      background-image: url("images/services/rehab-care.jpg?1"); }
    .box-details .image.pregnancy {
      background-image: url("images/services/pregnancy.jpg?1"); }
    .box-details .image.orthotics {
      background-image: url("images/services/orthotics.jpg?1"); }
    .box-details .image.corporate {
      background-image: url("images/services/corporate.jpg?1"); }
    .box-details .image.dr-katie {
      background-image: url("images/doctors/katie.jpg?1"); }
    .box-details .image.dr-joseph {
      background-image: url("images/doctors/ismail.jpg?1"); }
  .box-details .content {
    padding: 15px 10px;
    width: calc(100% - 150px); }
    .box-details .content h3 {
      margin: 0 0 10px;
      font-weight: 700; }
    .box-details .content p {
      margin-bottom: 10px; }
    .box-details .content p:last-child {
      margin-bottom: 0; }
    @media (min-width: 769px) {
      .box-details .content {
        width: calc(100% - 250px);
        font-size: 14px;
        line-height: 18px;
        padding: 15px; } }
  .box-details.vertical {
    flex-direction: column; }
    .box-details.vertical .image {
      width: 100%;
      height: 150px; }
    .box-details.vertical .content {
      width: 100%; }
  @media (max-width: 1024px) {
    .box-details {
      width: 100% !important;
      margin-right: 0; } }
  @media (max-width: 600px) {
    .box-details {
      flex-direction: column; }
      .box-details .image {
        width: 100%;
        height: 200px;
        background-position: center center; }
      .box-details .content {
        width: 100%; } }

.testimonial {
  font-size: 16px;
  line-height: 22px; }
  .testimonial .box-with-shadow {
    padding: 15px 20px;
    margin-bottom: 10px; }
  .testimonial .fa-quote-left {
    display: block;
    margin-bottom: 5px; }
  .testimonial h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px; }
  .testimonial p {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .testimonial {
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .testimonial:last-child {
      margin-bottom: 0; } }

@media (max-width: 768px) {
  .contact-section > .column-container {
    flex-wrap: wrap !important; }
  .contact-section .column-container.half > * {
    width: calc(50% - 10px);
    margin-right: 10px; }
    .contact-section .column-container.half > *:last-child {
      margin-right: 0; } }

.contact-us {
  width: 30%; }
  @media (max-width: 768px) {
    .contact-us {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  .contact-us .box-with-shadow {
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px; }
    .contact-us .box-with-shadow:last-child {
      margin-bottom: 0; }
    .contact-us .box-with-shadow.clinic-info p {
      margin: 0; }
    .contact-us .box-with-shadow.clinic-info > * {
      padding: 10px 0;
      margin: 0;
      border-bottom: 1px solid rgba(33, 37, 41, 0.15); }
      .contact-us .box-with-shadow.clinic-info > *:first-child {
        padding-top: 0; }
      .contact-us .box-with-shadow.clinic-info > *:last-child {
        padding-bottom: 0;
        border-bottom: none; }
    @media (max-width: 600px) {
      .contact-us .box-with-shadow {
        padding: 10px 10px; } }
  .contact-us #hours .active {
    color: #39A43F; }

.map {
  width: calc(70% - 20px);
  align-self: stretch;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #707070; }
  .map iframe {
    width: 100%;
    height: 100%; }
  @media (max-width: 768px) {
    .map {
      width: 100%;
      height: 150px; } }

.construction header .actions {
  justify-content: center; }
.construction header .action-container {
  width: 25%; }
.construction header .book-now {
  display: block; }
.construction-cta {
  background-image: url("images/construction.png");
  background-position: center right;
  background-size: auto 125%;
  min-height: 200px; }
  .construction-cta > div {
    padding-left: 0;
    max-width: calc(100% - 350px); }
  .construction-cta h2 {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .construction-cta > div {
      max-width: none; } }
@media (min-width: 769px) {
  .construction .contact-section {
    padding-top: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .primary-cta {
    background-image: url("images/family@2x.jpg"); }

  .box-details .image.chiro {
    background-image: url("images/services/chiro-care@2x.jpg?1"); }
  .box-details .image.acupuncture {
    background-image: url("images/services/acupuncture@2x.jpg?1"); }
  .box-details .image.rehab-care {
    background-image: url("images/services/rehab-care@2x.jpg?1"); }
  .box-details .image.pregnancy {
    background-image: url("images/services/pregnancy@2x.jpg?1"); }
  .box-details .image.orthotics {
    background-image: url("images/services/orthotics@2x.jpg?1"); }
  .box-details .image.corporate {
    background-image: url("images/services/corporate@2x.jpg?1"); }
  .box-details .image.dr-katie {
    background-image: url("images/doctors/katie@2x.jpg?1"); }
  .box-details .image.dr-joseph {
    background-image: url("images/doctors/ismail@2x.jpg?1"); } }
@media (max-width: 600px) {
  .hide-mobile {
    display: none !important; } }
footer {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #212529; }
  footer .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px; }
    footer .container a,
    footer .container a:visited {
      color: #39A43F; }
    footer .container a:hover {
      color: #fff; }
    footer .container .designed-by {
      text-align: right; }
  @media (max-width: 600px) {
    footer .container {
      display: block; }
      footer .container .designed-by {
        margin-top: 10px; } }

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