/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #3D4652;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
  overflow-x: hidden; }

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

.footer-social-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 3px; }

.u-center {
  margin: 0 auto;
  text-align: center; }

.vertical-line-left::before {
  position: absolute;
  content: '';
  top: 0;
  left: -20px;
  margin: auto;
  height: 60%;
  width: 4px;
  background: #0C55A5;
  display: block; }

.vertical-line-right::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: -20px;
  margin: auto;
  height: 30%;
  width: 4px;
  background: #0C55A5;
  display: block; }

.bg-blk {
  background: #eeeeee; }

#map {
  width: 100%;
  height: 500px; }

.container {
  position: relative;
  margin: 0 auto;
  max-width: 140.0rem;
  padding: 2.0rem;
  width: 95%; }

section {
  position: relative;
  padding: 100px 0;
  margin: -10px 0 0 0;
  display: block; }
  section:after {
    content: "";
    display: table;
    clear: both; }

.row {
  flex-direction: column;
  padding: 0;
  width: 100%; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.column {
  position: relative;
  float: left;
  display: block;
  flex: 1;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 9999;
  min-height: auto !important; }
  .column:after {
    content: "";
    display: table;
    clear: both; }

.col-top {
  align-self: flex-start; }

.col-bottom {
  align-self: baseline; }

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

.column-10, .column-20, .column-25, .column-33, .column-34, .column-40, .column-50, .column-60, .column-66, .column-67, .column-75, .column-80, .column-90 {
  flex: 0 0 98%;
  max-width: 98%;
  margin: 0 1%; }

@media (min-width: 900px) {
  main {
    width: 97.5%; }
  .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-left: -1.0rem;
    width: calc(100% + 2.0rem);
    clear: none; }
    .row .column {
      margin-bottom: inherit;
      padding: 0 1.0rem;
      clear: none; }
  .column-10 {
    flex: 0 0 08%;
    max-width: 08%;
    margin: 0 1%; }
  .column-20 {
    flex: 0 0 18%;
    max-width: 18%;
    margin: 0 1%; }
  .column-25 {
    flex: 0 0 23%;
    max-width: 23%;
    margin: 0 1%; }
  .column-33, .column-34 {
    flex: 0 0 31.3333%;
    max-width: 31.3333%;
    margin: 0 1%; }
  .column-40 {
    flex: 0 0 38%;
    max-width: 38%;
    margin: 0 1%; }
  .column-50 {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0 1%; }
  .column-60 {
    flex: 0 0 58%;
    max-width: 58%;
    margin: 0 1%; }
  .column-66, .column-67 {
    flex: 0 0 64.6666%;
    max-width: 64.6666%;
    margin: 0 1%; }
  .column-75 {
    flex: 0 0 73%;
    max-width: 73%;
    margin: 0 1%; }
  .column-80 {
    flex: 0 0 78%;
    max-width: 78%;
    margin: 0 1%; }
  .column-90 {
    flex: 0 0 88%;
    max-width: 88%;
    margin: 0 1%; }
  .column-offset-10 {
    margin-left: 8%; }
  .column-offset-20 {
    margin-left: 18%; }
  .column-offset-25 {
    margin-left: 26%; }
  .column-offset-33, .column-offset-34 {
    margin-left: 31.3333%; }
  .column-offset-50 {
    margin-left: 48%; }
  .column-offset-66, .column-offset-67 {
    margin-left: 64.6666%; }
  .column-offset-75 {
    margin-left: 73%; }
  .column-offset-80 {
    margin-left: 78%; }
  .column-offset-90 {
    margin-left: 88%; } }

@media (min-width: 1024px) {
  .container {
    width: 97.5%; }
  .row {
    padding: 20px 0; } }

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

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

* {
  font-family: 'Oxygen', sans-serif; }

h1 {
  font-size: 2em;
  line-height: 1.25em; }

h2 {
  font-size: 1.625em;
  line-height: 1.15384615em; }

h3 {
  font-size: 1.375em;
  line-height: 1.13636364em; }

h4 {
  font-size: 1.125em;
  line-height: 1.1em;
  color: #0C55A5; }

p {
  font-size: 1em;
  line-height: 1.25em; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em; }
  h2 {
    font-size: 2em;
    line-height: 1.25em; }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em; }
  h4 {
    line-height: 1.2em; }
  p {
    font-size: 1.15em;
    line-height: 1.375em; } }

@media (min-width: 1024px) {
  h1 {
    font-size: 3em;
    line-height: 1.05em; }
  h2 {
    font-size: 2.25em;
    line-height: 1.25em; }
  h3 {
    font-size: 1.75em; } }

.banner-img {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block; }

#about-us {
  background: url("../images/banner-img/our-values.png");
  background-size: cover;
  background-position: center center; }

#msk-service {
  background: url("../images/banner-img/msk-service.png");
  background-size: cover;
  background-position: center center; }

#neuro-service {
  background: url("../images/banner-img/neuro-service.png");
  background-size: cover;
  background-position: center center; }

#paediatric-service {
  background: url("../images/banner-img/paed-service.png");
  background-size: cover;
  background-position: center center; }

#vestibular-service {
  background: url("../images/banner-img/vestibular-service.png");
  background-size: cover;
  background-position: center center; }

#massage-service {
  background: url("../images/banner-img/massage-service.png");
  background-size: cover;
  background-position: center center; }

#testimonials-01 {
  background: url("../images/banner-img/testimonials-01.png");
  background-size: cover;
  background-position: center center; }

#testimonials-02 {
  background: url("../images/banner-img/testimonials-02.png");
  background-size: cover;
  background-position: center center; }

#testimonials-03 {
  background: url("../images/banner-img/testimonials-03.png");
  background-size: cover;
  background-position: center center; }

@media (min-width: 1024px) {
  .banner-img {
    display: none; }
  .msk-01-banner {
    background: url("../images/banner-img/msk-01.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .neuro-01-banner {
    background: url("../images/banner-img/neuro-01.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .massage-01-banner {
    background: url("../images/banner-img/massage-01.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .massage-02-banner {
    background: url("../images/banner-img/massage-02.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .hydrotherapy-01-banner {
    background: url("../images/banner-img/hydrotherapy.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .paediatric-01-banner {
    background: url("../images/banner-img/paeds-01.png");
    background-size: cover;
    background-position: center center;
    height: 600px; }
  .providers-01-banner {
    background: url("../images/banner-img/providers-01.png");
    background-size: cover;
    background-position: center center;
    height: 600px; } }

.pulse-button {
  margin: 50px auto;
  position: relative;
  z-index: 999999;
  text-align: center;
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 rgba(61, 70, 82, 0.7);
  border-radius: 50%;
  border: 2px solid #3D4652;
  background-image: url("../images/icons/play-button-dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1); }

.pulse-button:hover {
  cursor: pointer; }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0); } }

@media (min-width: 900px) {
  .pulse-button {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

a {
  color: #fff;
  font-size: 1em;
  line-height: 1.25em;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1ABC9D; }

.arrow-cta {
  float: right;
  position: relative;
  z-index: 9999;
  margin: 10px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 40px;
  background: url(../images/icons/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  color: #0C55A5; }

.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 99999999;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(12, 85, 165, 0.8) url(../images/icons/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1; }
  .no-touch .cd-top:hover {
    background-color: #0c55a5;
    opacity: 1; }

@media (min-width: 768px) {
  a {
    font-size: 1em;
    line-height: 1.375em; } }

.footer-ql {
  list-style: none;
  margin: 0;
  padding: 0; }

::selection {
  background: #1ABC9D; }

::-moz-selection {
  background: #1ABC9D; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #1ABC9D; }

header {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  padding: 0; }
  header nav {
    display: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; }
  header * {
    background-repeat: no-repeat;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  header .nav-logo {
    position: relative;
    z-index: 9999;
    max-width: 200px;
    float: right; }
  header .book-link {
    color: #1ABC9D; }
  header .nav-social-icon {
    margin: 20px 0; }
  header .nav-social-icon img {
    float: left;
    width: 35px;
    height: auto;
    margin: 0 20px 0 0; }
  header .nav-background .container .row {
    margin: 50px 0 0 0; }
  header .nav-cta {
    display: none; }
  header nav ul {
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
    header nav ul li {
      list-style: none;
      text-align: left; }
      header nav ul li p {
        font-size: 0.75em;
        margin: 0;
        font-weight: 700;
        color: #eeeeee; }
      header nav ul li a {
        display: block;
        color: #fff;
        margin: 0 0 1em 0;
        width: 100%;
        display: block;
        font-size: 0.75em;
        font-weight: 700;
        line-height: 1.25em;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
        z-index: 9999999;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s; }
      header nav ul li a:focus {
        outline: 0; }
      header nav ul li a:hover, header nav ul li a:active {
        color: #1ABC9D; }
  header .social-links {
    display: none; }
  header .nav-background {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: table;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63); }

  #toggle {position: relative;z-index: 999999999;padding: 20px;margin: -10px 0 0 45px;z-index: 999;cursor: pointer;float: left;}
  .hamburger-menu {position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 30px;height: 10px + 25px*2;cursor: pointer;}
  .bar,.bar:after,.bar:before {width: 30px;height: 3px;}
  .bar {position: relative;transform: translateY(25px);background: rgba(255, 255, 255, 1);transition: all 0ms 300ms;}
  .bar.animate {background: rgba(255, 255, 255, 0);}
  .bar:before {content: "";position: absolute;left: 0;bottom: 10px;background: rgba(255, 255, 255, 1);transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {content: "";position: absolute;left: 0;top: 10px;background: rgba(255, 255, 255, 1);transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {top: 0;transform: rotate(45deg);transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:before {bottom: 0;transform: rotate(-45deg);transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

.js-open {
  height: 100%;
  overflow-y: hidden; }
  .js-open body {
    overflow: hidden; }
  .js-open nav {
    display: block; }
  .js-open .hero-section--scroll {
    display: none; }
  .js-open .nav-background {
    background: #0C55A5; }
  .js-open header {
    margin-top: 0px;
    background: none; }
  .js-open .menubars {
    background: none !important; }
  .js-open .menubars:after {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .js-open .menubars:before {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .js-open ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg); }

@media (min-width: 335px) {
  .social-links {
    display: block !important; }
  nav ul p {
    font-size: 0.9em !important; }
  nav ul a {
    font-size: 1em !important; } }

@media (min-width: 350px) {
  .nav-logo {
    max-width: 250px; } }

@media (min-width: 920px) {
  .nav-background .container .row {
    margin: 150px 0 0 0 !important; }
  .nav-cta {
    display: block !important; }
  .nav-logo {
    float: none !important;
    margin: 0 0 0 100px !important; }
  nav ul li a {
    font-size: 1.75em !important; } }

.hero-section {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: #3D4652;
  overflow: hidden; }
  .hero-section:after {
    content: "";
    display: table;
    clear: both; }

.hero-section .arrow-cta {
  padding-right: 40px;
  background: url(../images/icons/right-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  color: #fff; }

.hero-section--info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }

.hero-section--scroll {
  position: absolute;
  z-index: 999;
  width: 30px;
  height: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.background-image-container--overlay {
  height: 100vh;
  width: 100%;
  background: #fff url("../images/overlay.png");
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4; }

.video-bg video {
  display: none; }

.mobile-background {
  display: block;
  min-width: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
  .video-bg video {
    display: block; }
  .mobile-background {
    display: none; } }

.carousel-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.carousel {
  width: 100%;
  position: relative;
  z-index: 9999;
  cursor: pointer; }
  .carousel:after {
    content: "";
    display: table;
    clear: both; }

.testimonial {
  padding: 100px 0; }

.carousel-cell {
  text-align: center;
  min-width: 100%;
  min-height: 100%; }

.carousel-cell-img {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 50px 0; }

img.carousel-logo {
  width: 100%; }

.flickity-prev-next-button.next, .flickity-prev-next-button.previous {
  display: none; }

.carousel-arrow .flickity-prev-next-button.next, .carousel-arrow .flickity-prev-next-button.previous {
  display: block; }

.flickity-page-dots {
  display: none; }

.carousel-logo {
  max-width: 350px; }

.flickity-viewport {
  min-height: 200px;
  position: relative; }

@media (min-width: 1024px) {
  .carousel-cell {
    text-align: center;
    width: 75%;
    margin: 0 10%; }
  .carousel-cell-img {
    text-align: center;
    width: 31%;
    margin: 0 1%; } }

.main-bg {
  height: 100vh; }

video {
  min-height: 100%; }

.cross {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 9999999999;
  width: 35px;
  height: auto;
  cursor: pointer; }

.embed-container {
  position: relative;
  height: auto;
  top: 100px;
  margin: 0 auto;
  text-align: center; }

.embed-container iframe, .embed-container object, .embed-container embed {
  width: 70%;
  height: 70%;
  margin: 0 auto; }

@media (min-width: 768px) {
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
    height: 65%; } }

.feature-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin: 50px 0;
  background: #eeeeee;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }

.large-clinic-blk {
  cursor: pointer;
  color: #3D4652; }

.large-clinic-blk:hover .feature-img {
  transform: scale(1.025); }

.small-clinic-wrap {
  width: 100%; }

.small-clinic-blk {
  margin: 50px 0;
  padding: 15px;
  cursor: pointer;
  color: #3D4652; }

.small-clinic-blk:hover .small-clinic-img {
  transform: scale(1.025); }

.small-clinic-blk h4 {
  margin: 0; }

.small-clinic-img {
  width: 100%;
  margin: 20px 0;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }

.tele-link {
  font-weight: 700;
  padding-left: 35px;
  background: url(../images/icons/phone-call.svg);
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-size: 20px; }

@media (min-width: 500px) {
  .small-clinic-img {
    width: auto;
    max-width: 155px;
    float: left;
    margin: 0 20px; } }

.small-blk {
  position: relative;
  background: #eeeeee;
  text-align: center;
  height: 325px; }

.small-blk h3, a {
  position: relative;
  z-index: 9;
  color: #3D4652;
  text-decoration: none;}

.small-blk h3 a:hover{
  text-decoration: underline;
}

.small-blk-events h3, .small-blk-events h4, .small-blk-events a{
  color:#fff;
}

.small-blk-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
width:100%; }

.small-blk-num {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 15em;
  font-weight: 700;
  line-height: 0.75em;
  color: #ebebeb;
  z-index: 1;
  overflow: hidden; }

.small-blk-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover; }

.footer-blk-content a:hover {
  text-decoration: underline;
}
.footer-blk {
  position:relative;
  background:#eeeeee;
  text-align:center;
  height:325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.footer-blk-content {
  position: relative;
}

.event-block {
  cursor: pointer; }

footer {
  position: absolute;
  bottom: 0; }

footer a {
  position: relative;
  z-index: 99999;
  color: #0C55A5; }

.footer-logo {
  max-width: 200px;
  vertical-align: middle;
  display: block;
  margin: 50px auto 20px auto; }

ul.quicklinks {
  width: 100%;
  float: right;
  list-style: none;
  position: relative;
  z-index: 99999;
  display: block;
  text-align: center;
  margin: 20px auto; }

ul.quicklinks li {
  position: relative;
  display: block;
  margin: 0 10px;
  vertical-align: middle; }

ul.quicklinks li:hover {
  cursor: pointer; }

.footer-left {
  float: left; }

.footer-right {
  float: right; }

@media (min-width: 768px) {
  .footer-logo {
    margin: 20px auto; }
  ul.quicklinks li {
    display: inline-block;
    margin: 0 10px; } }
	
	
.row-center{
	justify-content:center;
}
