﻿@charset "UTF-8";
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

html {
  overflow-y: scroll; }

/* Used for the rich text editor */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

html {
  overflow-y: scroll; }

html, body {
  font-family: "futura-pt",Futura,sans-serif; }

h1 {
  color: #7888a1;
  position: relative;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-size: 1.6em;
  text-align: left; }

.home h1 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
  color: #7888a1; }

h2 {
  margin-top: 0;
  font-size: 1em;
  font-weight: 500;
  color: #7888a1; }

h3 {
  font-size: 1em;
  color: #7888a1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em; }

a {
  color: #5371a1; }

a.content-button {
  background-color: #7888a1;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: pointer; }
  a.content-button.full-width {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block; }
  a.content-button:active, a.content-button:visited, a.content-button:focus {
    color: #fff; }
  a.content-button:hover {
    background-color: #96a3b6;
    color: #fff; }

hr {
  border-color: #9aafcf;
  border-width: 2px 0 0;
  margin: 2em 0; }

a:hover {
  color: #42597f; }

strong, b {
  font-weight: 500; }

p.introduction {
  color: #7888a1; }

figure.image-captioned {
  position: relative;
  display: inline-block;
  margin-bottom: 3.5em; }
  figure.image-captioned figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    top: 100%;
    margin-top: 5px;
    background-color: transparent;
    color: #4d4d4f;
    padding: 3px;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: center; }

.image-left {
  float: left;
  margin: 5px 15px 5px 0; }

.image-center {
  display: block;
  margin: 5px auto; }

.image-right {
  float: right;
  margin: 5px 0 5px 15px; }

/* HTML Module only */
.cms-content-html img,
.cke_editable img {
  max-width: 100%;
  height: auto !important; }

.cms-content-html table,
.cke_editable table {
  max-width: 100%;
  margin-bottom: 1em; }
  .cms-content-html table tr td,
  .cke_editable table tr td {
    padding: 3px 5px; }
    .cms-content-html table tr td:first-child,
    .cke_editable table tr td:first-child {
      padding-left: 0; }
    .cms-content-html table tr td:last-child,
    .cke_editable table tr td:last-child {
      padding-right: 0; }

.cms-content-html dl:after,
.cke_editable dl:after {
  content: "";
  display: table;
  clear: both; }

.cms-content-html dl dt,
.cke_editable dl dt {
  font-weight: normal;
  margin: 0;
  padding: 0;
  float: left;
  width: 90px;
  display: block;
  clear: left;
  margin-bottom: 0.5em; }

.cms-content-html dl dd,
.cke_editable dl dd {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 110px;
  margin-bottom: 0.5em; }

@media (max-width: 992px) {
  .cms-content-html dl dt,
  .cke_editable dl dt {
    margin-bottom: 0; }
  .cms-content-html dl dt, .cms-content-html dl dd,
  .cke_editable dl dt,
  .cke_editable dl dd {
    float: none;
    margin-left: 0; } }

p.location-heading {
  color: #7888a1; }

p.location-heading,
p.location-subheading {
  margin: 0.25em 0 0 0;
  text-transform: uppercase;
  font-weight: 500; }

@media (min-width: 600px) {
  ul.two-columns,
  ol.two-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-between; } }

@media (min-width: 600px) {
  ul.two-columns li,
  ol.two-columns li {
    box-sizing: border-box;
    flex: 0 0 100%; } }

@media (min-width: 900px) {
  ul.two-columns li,
  ol.two-columns li {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5em); } }

@media (min-width: 1200px) {
  ul.two-columns li,
  ol.two-columns li {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5em); } }

@media (min-width: 600px) {
  ul.two-columns-on-wide,
  ol.two-columns-on-wide {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-between; } }

@media (min-width: 600px) {
  ul.two-columns-on-wide li,
  ol.two-columns-on-wide li {
    box-sizing: border-box;
    flex: 0 0 100%; } }

@media (min-width: 900px) {
  ul.two-columns-on-wide li,
  ol.two-columns-on-wide li {
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  ul.two-columns-on-wide li,
  ol.two-columns-on-wide li {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5em); } }

@media (min-width: 600px) {
  ul.three-columns,
  ol.three-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-between; } }

@media (min-width: 600px) {
  ul.three-columns li,
  ol.three-columns li {
    box-sizing: border-box;
    flex: 0 0 100%; } }

@media (min-width: 900px) {
  ul.three-columns li,
  ol.three-columns li {
    flex: 0 0 50%;
    flex: 0 0 calc(50% - 0.5em); } }

@media (min-width: 1200px) {
  ul.three-columns li,
  ol.three-columns li {
    flex: 0 0 33%;
    flex: 0 0 calc(33% - 0.5em); } }

.habit-profiles {
  margin-top: 2em; }
  @media (max-width: 992px) {
    .habit-profiles #profileListColumn.with-profile {
      display: none; } }
  .habit-profiles .location-filter {
    padding: 0 10px;
    margin-bottom: 1.5rem; }
    .habit-profiles .location-filter label {
      display: inline-block;
      margin-right: 1em;
      color: #7888a1;
      font-weight: 500; }
    .habit-profiles .location-filter select {
      max-width: 100%;
      font-size: 0.9em;
      border-radius: 0.2em;
      border: solid 1px #999;
      padding: 2px 3px 2px 6px; }
  .habit-profiles .profile h1 {
    text-align: center;
    font-size: 1.8em;
    background-image: url(images/staff/heading-divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 0.75em;
    margin-bottom: 1em;
    position: relative; }
    .habit-profiles .profile h1:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: linear-gradient(to right, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0.7) 25%, #cccccc 50%, rgba(204, 204, 204, 0.7) 75%, rgba(204, 204, 204, 0) 100%); }
  .habit-profiles .profile .profile-description {
    font-size: 1em;
    max-width: 100%; }
  .habit-profiles .profile .profile-testimonials p {
    text-align: right; }
  .habit-profiles .profile .profile-testimonials hr {
    border: 0;
    color: transparent;
    background-color: transparent;
    background-image: url(images/dividers/green-308.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 5px;
    margin: 1em 0; }
  .habit-profiles .profile .profile-description h2 {
    text-transform: uppercase;
    color: #5f635a;
    font-size: 1.1666667em; }
  .habit-profiles .profile .profile-description ul ul {
    padding-left: 0.3em; }
  .habit-profiles .profile .profile-description li {
    margin-bottom: 0.75em; }
  .habit-profiles .profile .profile-description hr {
    border: 0;
    color: transparent;
    background-color: transparent;
    background-image: url(images/staff/testimonial-divider-green.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 5px;
    margin: 1em 0; }
  .habit-profiles .profile-list-heading {
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    .habit-profiles .profile-list-heading img {
      margin: 0 auto;
      display: block;
      padding-bottom: 5px;
      margin-bottom: 20px;
      max-width: 100%; }
  .habit-profiles .profile-list-items {
    display: flex;
    flex-wrap: wrap; }
    .habit-profiles .profile-list-items .profile-list-item {
      flex: 0 0 25%;
      min-width: 220px;
      box-sizing: border-box;
      color: #171e42;
      padding: 10px; }
      @media (max-width: 500px) {
        .habit-profiles .profile-list-items .profile-list-item {
          flex-grow: 1; } }
      .habit-profiles .profile-list-items .profile-list-item a {
        display: block;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 0 0 6px 85px;
        height: 70px;
        text-decoration: none;
        color: #a0a59b;
        outline: none;
        position: relative;
        vertical-align: bottom;
        position: relative; }
        .habit-profiles .profile-list-items .profile-list-item a:hover {
          color: #5f635a; }
        .habit-profiles .profile-list-items .profile-list-item a:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 1px;
          background: linear-gradient(to right, rgba(204, 204, 204, 0.5) 0%, rgba(204, 204, 204, 0.85) 25%, #cccccc 50%, rgba(204, 204, 204, 0.7) 75%, rgba(204, 204, 204, 0) 100%); }
      .habit-profiles .profile-list-items .profile-list-item .photo-placeholder, .habit-profiles .profile-list-items .profile-list-item .profile-photo {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 70px;
        background-color: #eee;
        font-size: 1rem;
        text-align: center;
        text-indent: -9999px; }
  .habit-profiles .with-profile .profile-list-item {
    flex-grow: 1; }
  .habit-profiles .profile-list-item-introduction a {
    display: block;
    background-image: url(images/staff/list-divider.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 1em 0 6px 85px;
    text-decoration: none;
    color: #a0a59b;
    outline: none; }
  .habit-profiles .profile-contact-button {
    margin-top: 40px; }
  .habit-profiles .profile-details .profile-photo {
    max-width: 100%;
    position: relative;
    text-align: center; }
    .habit-profiles .profile-details .profile-photo img {
      /*max-width: 100%;*/
      width: 300px;
      max-width: 100%;
      transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      /* IE 9 */
      -moz-transform: rotate(-4deg);
      /* Firefox */
      -webkit-transform: rotate(-4deg);
      /* Safari and Chrome */
      -o-transform: rotate(-4deg);
      /* Opera */
      padding: 12px;
      -webkit-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
      -moz-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
      box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
      -webkit-backface-visibility: hidden;
      position: relative;
      margin-bottom: 2em; }
  .habit-profiles .profile-details .photo-placeholder {
    max-width: 100%;
    height: 113px;
    text-align: center;
    background-color: #eee;
    color: #bbb;
    font-size: 1.5em;
    border: solid 1px #e7e7e7;
    width: 198px;
    transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    /* IE 9 */
    -moz-transform: rotate(-4deg);
    /* Firefox */
    -webkit-transform: rotate(-4deg);
    /* Safari and Chrome */
    -o-transform: rotate(-4deg);
    /* Opera */
    padding: 12px;
    padding-top: 125px;
    -webkit-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
    box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.6);
    -webkit-backface-visibility: hidden;
    position: relative;
    left: 36px;
    top: 5px;
    margin-bottom: 2em;
    height: 150px; }
  .habit-profiles .detailed-profile-list .photo-placeholder {
    width: 224px;
    height: 180px;
    text-align: center;
    background-color: #eee; }
  .habit-profiles .detailed-profile-list .profile-list-item h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
    .habit-profiles .detailed-profile-list .profile-list-item h2 a {
      text-decoration: none; }
  .habit-profiles .detailed-profile-list .profile-list-item .photo {
    float: left; }
  .habit-profiles .detailed-profile-list .profile-list-item .details {
    padding-right: 10px;
    margin-left: 234px; }
  .habit-profiles .detailed-profile-list .profile-list-item .green-button-26 {
    margin-bottom: 0.5em;
    text-transform: uppercase; }
  .habit-profiles ol.admin-staff-list li {
    line-height: 1.8em;
    font-size: 1.2em; }
  .habit-profiles .profile-list-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 300px; }
  .habit-profiles .profile-introduction .location-selector-section {
    padding: 2em 0 1em 0; }
  .habit-profiles .profile-introduction-personaltrainer .location-selector-section {
    background-image: url(images/staff/personal-trainers-title.png);
    background-position: left 1.3em;
    background-repeat: no-repeat;
    padding: 2em 0 1.5em 160px; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-family: "futura-pt",sans-serif !important;
  color: #464646 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  opacity: 0.5 !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "futura-pt",sans-serif !important;
  color: #464646 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  opacity: 0.5 !important; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "futura-pt",sans-serif !important;
  color: #464646 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  opacity: 0.5 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "futura-pt",sans-serif !important;
  color: #464646 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  opacity: 0.5 !important; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #464646;
  font-style: italic; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #464646;
  font-style: italic; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #464646;
  opacity: 1;
  font-style: italic; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #464646;
  opacity: 1;
  font-style: italic; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #464646;
  font-style: italic; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #464646;
  font-style: italic; }

html, body {
  color: #4d4d4f;
  background-color: #fafafb; }

li {
  margin-bottom: 0.25em; }
  li ul {
    margin: 0.25em 0; }

#page {
  min-width: 320px;
  background-position: right top;
  background-repeat: no-repeat; }

header {
  background-color: #fff; }
  header .logo {
    margin: 20px 0; }
    header .logo img {
      width: 140px;
      max-width: 100%; }
  header .container {
    position: relative; }
  header .search-box {
    position: absolute;
    top: 110px;
    right: 0; }
    header .search-box input {
      background-color: #fff;
      background: transparent;
      color: #000;
      border: none;
      border-bottom: solid 1px #464646;
      padding: 5px 10px; }
    header .search-box button {
      font-size: 2em;
      line-height: 1;
      padding: 0 0.25em;
      border: none;
      color: #928f8f;
      background-color: transparent; }
  @media (max-width: 1200px) {
    header .logo {
      margin: 22px 0 18px 0; }
    header .menu-section,
    header .search-box {
      bottom: auto;
      top: auto;
      right: auto;
      left: auto; }
    header .search-box {
      float: left;
      position: relative;
      width: 60%;
      padding-top: 0; }
      header .search-box input {
        width: 70%;
        border: solid 1px #eee;
        border-bottom: solid 1px #999;
        background-color: #fff;
        padding: 8px;
        vertical-align: middle;
        display: inline-block; }
      header .search-box button {
        vertical-align: middle;
        display: inline-block;
        font-size: 1.8em; }
    header .menu-section {
      pointer-events: none; } }

#footer {
  background-color: #474546;
  box-shadow: 0 100vh 0 100vh #474546;
  color: #fff;
  padding: 20px 0; }
  #footer #footer-logo-section {
    border-top: 2px solid #919396;
    margin-top: 1em;
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: right; }
    #footer #footer-logo-section img {
      max-height: 30px;
      max-width: none; }
  #footer #left-content {
    margin-top: 2em;
    text-align: left; }
  #footer #centre-content {
    margin-top: 2.4em;
    text-align: center; }
  #footer #right-content {
    margin-top: 2em;
    text-align: right; }
  @media only screen and (max-width: 991px) {
    #footer #footer-logo-section {
      border-top: 1px solid #919396;
      margin-left: 20px;
      margin-right: 20px; }
    #footer #left-content, #footer #centre-content, #footer #right-content {
      text-align: center; } }

.home-content {
  margin: 0 0 3em 0; }
  @media (min-width: 600px) {
    .home-content {
      padding-right: 60px;
      background-image: url(images/content-box-tail.png);
      background-position: bottom right;
      background-size: 60px auto;
      background-repeat: no-repeat; } }
  .home-content > .home-content-inner {
    background-color: #f2f3f9;
    border-radius: 30px;
    padding: 30px 40px;
    margin-bottom: 10px;
    border-bottom-right-radius: 0; }
    @media (max-width: 600px) {
      .home-content > .home-content-inner {
        padding: 15px 20px;
        border-radius: 15px; } }

#footer-contact-button-section {
  background-color: #e7e7e8;
  text-align: center;
  padding: 2em; }

.footer-contact-button {
  background-color: #7888a1;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 0.5em;
  line-height: 1.4;
  text-align: center; }
  .footer-contact-button.full-width {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block; }
  .footer-contact-button:active, .footer-contact-button:visited, .footer-contact-button:focus {
    color: #fff; }
  .footer-contact-button:hover {
    background-color: #96a3b6;
    color: #fff; }
  .footer-contact-button .top-line {
    text-transform: uppercase;
    font-weight: 500; }
  .footer-contact-button .bottom-line {
    font-size: 0.7em; }

/* Slideshow Module */
@media (max-width: 768px) {
  #content .pictures-slideshowfade {
    margin-left: -15px;
    margin-right: -15px; } }

.fa-spinner.animate-spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@media (max-width: 768px) {
  .sidebar-content {
    margin-top: 20px; } }

.sidebar-content h3 {
  letter-spacing: 0.1em; }

.sidebar-content strong {
  font-weight: 700; }

.sidebar-content address {
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.8em; }

header nav {
  z-index: 50;
  margin: 15px 0;
  position: relative; }
  header nav:after {
    content: "";
    display: table;
    clear: both; }
  header nav ul.top-menu {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 100; }
    header nav ul.top-menu > li {
      text-align: left;
      width: auto;
      margin-left: 10px;
      padding: 0;
      margin: 0;
      position: relative;
      cursor: pointer;
      color: #464646; }
      header nav ul.top-menu > li > a {
        border: none;
        outline: 0; }
      header nav ul.top-menu > li.has-children > a {
        background-repeat: no-repeat; }
      header nav ul.top-menu > li > ul {
        padding-left: 0;
        display: none;
        list-style: none;
        padding: 0;
        margin: 0; }
        header nav ul.top-menu > li > ul li {
          margin: 0;
          display: block;
          background-color: #fff; }
          header nav ul.top-menu > li > ul li a {
            padding: 5px 15px;
            border-bottom: solid 1px #fff;
            display: block;
            width: 100%;
            color: #7888a1;
            outline: 0; }
          header nav ul.top-menu > li > ul li:last-child a {
            border-bottom: none; }
    header nav ul.top-menu li:last-child a.rich-menu-item .columns {
      border-bottom: none; }
    header nav ul.top-menu .touch-button {
      height: 37px;
      background-color: transparent;
      width: 100%;
      display: block;
      padding: 10px 0; }
      header nav ul.top-menu .touch-button .navicon {
        position: absolute;
        top: 0;
        right: 0;
        height: 37px;
        line-height: 37px; }
  @media (min-width: 1201px) {
    header nav ul.top-menu {
      text-align: right;
      display: flex;
      justify-content: space-between; }
      header nav ul.top-menu .mobile {
        display: none; }
      header nav ul.top-menu > li {
        line-height: 37px;
        background-color: transparent;
        display: inline-block;
        line-height: 1.2;
        margin-right: 0.8em;
        /*&:last-child {
                    min-width: 120px;
                    text-align: right;
                    background-color: grey;

                    > a {
                        visibility: hidden;
                    }

                    ul {
                        display: block !important;
                    }
                }*/ }
        header nav ul.top-menu > li:hover > ul,
        header nav ul.top-menu > li > ul:hover {
          display: block !important; }
        header nav ul.top-menu > li > a {
          display: inline-block;
          color: #4d4d4f;
          padding: 0;
          background-color: transparent;
          font-size: 0.95em;
          font-weight: 500;
          line-height: 1;
          letter-spacing: normal; }
        header nav ul.top-menu > li:hover > a {
          color: #7888a1; }
        header nav ul.top-menu > li.current > a {
          color: #7888a1; }
        header nav ul.top-menu > li:last-child a {
          border-right: none; }
        header nav ul.top-menu > li.has-children > a {
          position: relative;
          padding-right: 1.25em; }
          header nav ul.top-menu > li.has-children > a .expander {
            content: '▼';
            font-size: 0.75em;
            position: absolute;
            right: 0.2em;
            top: 0.26em;
            transform: scale(1, 0.6); }
          header nav ul.top-menu > li.has-children > a .expander:hover {
            color: #7888a1; }
        header nav ul.top-menu > li > ul {
          min-width: 100px;
          position: absolute;
          padding-top: 19px;
          top: 18px;
          left: auto;
          left: 0; }
          header nav ul.top-menu > li > ul li {
            background-color: rgba(245, 245, 251, 0.9); }
            header nav ul.top-menu > li > ul li a {
              white-space: nowrap;
              color: #4d4d4f;
              text-transform: none;
              font-size: 1em;
              border-bottom: dashed 1px #fff;
              font-weight: 400;
              padding: 10px 15px; }
              header nav ul.top-menu > li > ul li a:hover {
                background-color: rgba(216, 216, 241, 0.75); }
            header nav ul.top-menu > li > ul li.current > a {
              color: #7888a1; }
    header nav .menu-hamburger {
      display: none; } }
  @media (max-width: 1200px) {
    header nav {
      padding-top: 5px;
      position: relative;
      padding-bottom: 5px; }
      header nav ul.top-menu {
        pointer-events: all;
        display: none;
        position: absolute;
        top: 55px;
        right: 0;
        width: 100%;
        background-color: #fff;
        max-width: 400px;
        width: 400px;
        min-width: 320px;
        box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.36); } }
    @media (max-width: 1200px) and (max-width: 700px) {
      header nav ul.top-menu {
        max-width: none;
        width: 100vw;
        right: -15px; } }
  @media (max-width: 1200px) {
        header nav ul.top-menu .desktop {
          display: none; }
        header nav ul.top-menu > li {
          font-size: 1em;
          line-height: 1.5em;
          display: block;
          background-color: #8795ab; }
          header nav ul.top-menu > li > a {
            color: #fff;
            display: block;
            padding: 5px 20px;
            letter-spacing: 0.5px;
            border-bottom: solid 1px #fff; }
          header nav ul.top-menu > li:last-child > a {
            border-bottom: none; }
          header nav ul.top-menu > li.has-children > a {
            background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 50%);
            background-size: 50px 100%;
            background-position: right top;
            position: relative;
            padding-right: 50px; }
            header nav ul.top-menu > li.has-children > a .expander {
              opacity: 0.8;
              display: block;
              position: absolute;
              right: 0;
              top: 5px;
              text-align: center;
              width: 50px;
              transform: scale(1, 0.6); }
          header nav ul.top-menu > li > ul {
            width: 100%; }
            header nav ul.top-menu > li > ul li {
              width: 100%;
              background-color: #fff; }
              header nav ul.top-menu > li > ul li a {
                padding-left: 20px;
                padding-right: 20px; }
      header nav .menu-hamburger {
        float: right;
        position: relative;
        pointer-events: all;
        /*position: absolute;
                right: 0;
                top: 0;*/
        height: 30px;
        width: 40px;
        display: block;
        cursor: pointer; }
        header nav .menu-hamburger div {
          position: absolute;
          left: 0;
          width: 100%;
          height: 14%;
          background-color: #7888a1; }
          header nav .menu-hamburger div:nth-child(1) {
            top: 0; }
          header nav .menu-hamburger div:nth-child(2) {
            top: 50%;
            margin-top: -5%; }
          header nav .menu-hamburger div:nth-child(3) {
            bottom: 0; } }

#breakpoint-test-mobile-menu {
  display: none; }
  @media (max-width: 1200px) {
    #breakpoint-test-mobile-menu {
      display: block; } }

#content {
  padding-top: 2em;
  padding-bottom: 2em; }

.centered-intro-text {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }

/* Form */
.cms-content-form {
  background-color: transparent;
  padding: 0; }

.cms-content-form label {
  font-weight: normal;
  text-transform: uppercase; }

.cms-content-form input[type="text"],
.cms-content-form select {
  max-width: 100%;
  width: 440px;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  border-color: #cfd0d2; }

.cms-content-form textarea {
  max-width: 100%;
  width: 440px;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  border-color: #cfd0d2;
  height: 150px; }

.cms-content-form button {
  background-color: #7888a1;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 0.5em;
  padding-left: 2em;
  padding-right: 2em; }
  .cms-content-form button.full-width {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block; }
  .cms-content-form button:active, .cms-content-form button:visited, .cms-content-form button:focus {
    color: #fff; }
  .cms-content-form button:hover {
    background-color: #96a3b6;
    color: #fff; }

.cms-placeholder-labels .cms-content-form-field-text label,
.cms-placeholder-labels .cms-content-form-field-email label,
.cms-placeholder-labels .cms-content-form-field-textarea label {
  display: none; }

/* Buttons */
.button-brand {
  background-color: #7888a1;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 0.5em; }
  .button-brand.full-width {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block; }
  .button-brand:active, .button-brand:visited, .button-brand:focus {
    color: #fff; }
  .button-brand:hover {
    background-color: #96a3b6;
    color: #fff; }

.button-grey {
  background-color: #464646;
  display: inline-block;
  padding: 0.5em 2em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 0.5em; }
  .button-grey.full-width {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    display: block; }
  .button-grey:active, .button-grey:visited, .button-grey:focus {
    color: #fff; }
  .button-grey:hover {
    background-color: #96a3b6;
    color: #fff; }

/* Job List (Blog) */
.job-list .blog-post-info {
  font-size: 0.9em;
  font-weight: 500;
  padding-left: 1px;
  color: 666; }

.job-list .blog-post-list {
  margin-top: 0 !important; }
  .job-list .blog-post-list .blog-post-list-item {
    line-height: 1.3;
    padding: 30px;
    background-color: #f0f1f8;
    border-radius: 1em;
    margin-bottom: 20px;
    /*.blog-post-image {
            margin-bottom: 20px;
        }*/
    /*.left-column {
            max-width: 100%;
            display: block;
            margin: 0 auto;
            float: left;
            width: 165px;

            img {
                width: 100%;
                display: block;
                margin-top: 10px;
            }
        }*/ }
    .job-list .blog-post-list .blog-post-list-item:after {
      content: "";
      display: table;
      clear: both; }
    .job-list .blog-post-list .blog-post-list-item h2 {
      color: #7888a1;
      text-transform: uppercase;
      margin: 0 0 1em 0;
      font-size: 1.1em;
      font-weight: 500; }
    .job-list .blog-post-list .blog-post-list-item a.more-link {
      background-color: #7888a1;
      display: inline-block;
      padding: 0.5em 2em;
      color: #fff;
      text-transform: none;
      font-weight: 400;
      border: none;
      letter-spacing: 1px;
      line-height: 1;
      border-radius: 0.5em;
      padding: 0.3em 1em;
      text-decoration: none;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0;
      font-size: 0.9em;
      margin-top: 1rem; }
      .job-list .blog-post-list .blog-post-list-item a.more-link.full-width {
        width: 100%;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
        display: block; }
      .job-list .blog-post-list .blog-post-list-item a.more-link:active, .job-list .blog-post-list .blog-post-list-item a.more-link:visited, .job-list .blog-post-list .blog-post-list-item a.more-link:focus {
        color: #fff; }
      .job-list .blog-post-list .blog-post-list-item a.more-link:hover {
        background-color: #96a3b6;
        color: #fff; }
    .job-list .blog-post-list .blog-post-list-item .blog-post-details {
      /*margin-left: 185px;*/ }
    .job-list .blog-post-list .blog-post-list-item .blog-post-summary {
      font-size: 0.92em; }
    .job-list .blog-post-list .blog-post-list-item .blog-post-date {
      color: #7888a1;
      font-size: 2em; }
      .job-list .blog-post-list .blog-post-list-item .blog-post-date strong {
        font-size: 1.36em; }
      .job-list .blog-post-list .blog-post-list-item .blog-post-date a {
        color: inherit; }

.job-list .blog-post {
  padding: 15px 40px !important; }
  .job-list .blog-post h1 {
    margin-bottom: 0.2em; }
  .job-list .blog-post .blog-post-info {
    margin-bottom: 20px; }
  .job-list .blog-post .blog-post-image {
    margin-bottom: 20px; }
  .job-list .blog-post .blog-post-summary {
    margin-top: 1em; }

.job-list .blog-sidebar h2 {
  letter-spacing: 0.05em; }

.job-list .blog-archive ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .job-list .blog-archive ul li {
    margin: 0 0 0.333em 0;
    padding: 0; }

.job-post-link-list .job-post-link-list-item {
  margin-bottom: 0.25em; }

.gallery-group-back-link {
  margin-bottom: 1em;
  display: block; }

.nivoSlider {
  margin-left: auto;
  margin-right: auto; }

.ui-widget {
  font-family: "futura-pt",Futura,sans-serif;
  font-weight: 700; }

.blog-calendar div, .blog-calendar a {
  border-radius: 0; }

.blog-calendar .ui-datepicker-inline {
  margin: 0;
  padding: 0;
  border: none; }

.blog-calendar .ui-datepicker-header {
  padding: 2em 0 3em;
  background: #ccc !important;
  color: #fff;
  font-weight: normal;
  border: none; }
  .blog-calendar .ui-datepicker-header .ui-datepicker-month {
    font-size: 1.8em;
    font-weight: 300;
    display: block;
    text-transform: uppercase; }
  .blog-calendar .ui-datepicker-header .ui-datepicker-year {
    font-weight: bold; }

.blog-calendar .ui-datepicker .ui-datepicker-prev,
.blog-calendar .ui-datepicker .ui-datepicker-next {
  top: 40%; }

.blog-calendar .ui-datepicker-calendar th {
  text-transform: uppercase;
  font-size: 0.7em;
  color: #7888a1; }

.blog-calendar .ui-datepicker-calendar td {
  border: none;
  background: none;
  text-align: center;
  font-size: 0.9em; }
  .blog-calendar .ui-datepicker-calendar td a {
    border: none;
    background: none;
    text-align: center;
    position: relative; }
  .blog-calendar .ui-datepicker-calendar td.has-event a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 4px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: red;
    border-radius: 5px; }

.service-icons {
  text-align: center;
  margin: 3em 0; }
  .service-icons a.service-icon {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #4d4d4f;
    position: relative;
    /*&:hover:after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }*/ }
    .service-icons a.service-icon img {
      max-width: 68px;
      height: auto !important;
      display: block;
      margin: 0 auto 0.25em auto; }
    .service-icons a.service-icon:hover {
      color: #7888a1; }

.contact-locations-block {
  background-color: #e7e7e8;
  padding: 20px 40px; }
  .contact-locations-block .contact-locations-block-content {
    max-width: 1280px;
    margin: 0 auto;
    background-image: none;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat; }
  .contact-locations-block .footer-map {
    padding-left: 0;
    padding-right: 0;
    margin-left: -20px; }
  .contact-locations-block .contact-locations-heading {
    font-size: 1.1em;
    color: #7888a1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 500; }
  .contact-locations-block .contact-locations-subheading {
    text-transform: uppercase;
    margin-bottom: 0.75em;
    font-weight: 500; }

.location-rows {
  margin-top: 2em; }
  .location-rows h2 {
    font-weight: 400;
    font-size: 1.33em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    border-bottom: solid 1px #7888a1;
    color: #7888a1;
    background-image: url(images/location-icon.png);
    background-position: left center;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: left 0em;
    padding-left: 1.2em;
    margin-left: -0.7em; }
  .location-rows h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.25em;
    color: #464646; }
  .location-rows p {
    margin-bottom: 0.5em; }
  .location-rows .location {
    padding-bottom: 1.5em; }
    @media (max-width: 768px) {
      .location-rows .location {
        padding-bottom: 1em; } }
  .location-rows .location-footnote {
    padding: 1.5em 0;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    font-size: 0.9em; }
  @media (min-width: 992px) {
    .location-rows {
      border: solid 1px black;
      padding: 0 1em;
      color: #6e6f70; }
      .location-rows h2 {
        padding-top: 1.5em;
        border-bottom: none;
        background-position: left 1.5em; }
      .location-rows > .container-fluid > div.row {
        position: relative; }
        .location-rows > .container-fluid > div.row:before {
          position: absolute;
          display: block;
          left: 15px;
          right: 15px;
          top: 0;
          height: 1px;
          box-sizing: border-box;
          border-top: solid 1px #666;
          content: ''; }
        .location-rows > .container-fluid > div.row:first-child:before {
          display: none; } }

.client-icons {
  margin: 2em 0; }
  @media (min-width: 768px) {
    .client-icons {
      margin-left: -2em;
      margin-right: -2em; }
      .client-icons .row {
        display: flex;
        align-items: center; } }
  .client-icons img {
    display: block;
    margin: 1.5em auto;
    max-width: 80%; }

.other-services-page .other-services-left hr,
.other-services-page .other-services-right hr {
  margin: 1.5em 0;
  border-color: #7888a1; }

@media (min-width: 1200px) {
  .other-services-page .other-services-content {
    margin-left: 20px;
    margin-right: 20px; } }

@media (min-width: 900px) {
  .other-services-page .other-services-left {
    padding-left: 6em; }
    .other-services-page .other-services-left hr {
      margin: 1.5em -4em 1.5em -3em; }
  .other-services-page .other-services-right {
    padding-left: 8em;
    padding-right: 2em; }
    .other-services-page .other-services-right hr {
      margin: 1.5em 1em 1.5em -5em; } }

a.other-service-logo {
  display: block; }

ul.other-service-links {
  color: #7888a1;
  padding-left: 1.25em;
  margin-bottom: 3em; }
  ul.other-service-links li {
    color: #7888a1;
    margin-bottom: 1.5em; }
    ul.other-service-links li a {
      color: #4d4d4f; }
      ul.other-service-links li a:hover {
        color: #7888a1; }

#feature-section {
  background-image: url(images/hero/habit-rehabiliation-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #777571;
  background-position: top right;
  position: relative; }
  .page-13faa7ca-896d-49cc-bb92-1cd297382aff #feature-section,
  .page-eb72ae33-7161-4540-8067-13f1b5754439 #feature-section {
    background-position: bottom right; }
  .page-fe26b3a9-9984-4adc-9503-d77b737af4a5 #feature-section {
    background-image: url(images/hero/PainManagement.jpg); }
  .page-b903f0d6-5059-44c9-8d03-2904b029374b #feature-section {
    background-image: url(images/hero/hero-2.jpg); }
  .page-5f60a29b-40ea-442b-ba56-2166bdff5bb3 #feature-section {
    background-image: url(images/hero/Workplace_Ergonomi.jpg); }
  .page-40569850-f360-49d2-857f-b08cb15673f4 #feature-section {
    background-image: url(images/hero/Workplace_WorkplaceAssessments.jpg); }
  .page-ee56d27f-2cd0-4620-8f1e-a9b390befafc #feature-section {
    background-image: url(images/hero/Workplace_FCE.jpg); }
  .page-812d2bd1-579e-443d-b945-8a067794767c #feature-section {
    background-image: url(images/hero/Workplace_WorkplaceEducation.jpg); }
  .page-59a83879-2da3-40b8-931f-6b34f264131b #feature-section,
  .page-438a1241-448f-4d5e-a598-7efb5be05550 #feature-section,
  .page-e814a586-4ca9-4e78-bc3d-b6288e8def9a #feature-section,
  .page-9756e516-9921-4b03-874a-c22d6ed2c338 #feature-section {
    background-image: url(images/hero/Children_Home_Physiotherapy.jpg); }
  .page-f01ff5e2-49dd-4868-b083-392b63c96bf4 #feature-section {
    background-image: url(images/hero/Children_ClinicalEducation.jpg); }
  .page-15e997f7-57e6-4151-b347-727617afc8c6 #feature-section,
  .page-438a1241-448f-4d5e-a598-7efb5be05550 #feature-section {
    background-image: url(images/hero/Children_SpeechTherapy.jpg); }
  .page-4051666a-ded6-4c79-a2b4-0f5e5ecdac2c #feature-section {
    background-image: url(images/hero/Children_SocialWorker.jpg); }
  .page-9150adb2-9003-4510-b742-23d6945fbf4a #feature-section {
    background-image: url(images/hero/Children_OT.jpg); }
  .page-0bf5a45d-0a3a-4465-a924-af540ba40bd9 #feature-section {
    background-image: url(images/hero/Rehabilitation_Home.jpg); }
  .page-7d7d5ab3-fcd4-4bfb-843e-4c897c1c3bfd #feature-section {
    background-image: url(images/hero/Rehab_Concussion.jpg); }
  .page-0f5b8afe-b298-472f-8601-f5c0fe8a1a1c #feature-section,
  .page-2b3b093e-ee97-4940-8c6e-39d96d415bea #feature-section {
    background-image: url(images/hero/Physiotherapy_Home_Fees.jpg); }
  .page-8c4596d1-4e52-4f4a-8945-2dae72c194e6 #feature-section {
    background-image: url(images/hero/Physiotherapy_Headache.jpg); }
  .page-8825a9da-5e6c-4dca-8cea-bf8b70035631 #feature-section {
    background-image: url(images/hero/Physiotherapy_Accupuncture.jpg); }
  .page-d67e4755-8518-4b2a-a814-bd4f70f295eb #feature-section,
  .page-8be9026a-63b2-4d3e-9891-c160b0c0852f #feature-section,
  .page-d99881da-74f9-4cc0-a7e8-919296fb322b #feature-section {
    background-image: url(images/hero/hero-5.jpg); }
  .page-93b9d304-06f6-4208-8651-d6b17a067b42 #feature-section {
    background-image: url(images/hero/Rehabilitation_HousingAssessments.jpg); }
  .page-675bcc46-348f-4626-96c5-fbb457f79d59 #feature-section {
    background-image: url(images/hero/OtherServices_OccupationalHealth.jpg); }
  .page-df853317-d623-4971-a43b-d0ffe05ce457 #feature-section {
    background-image: url(images/hero/Children_SpeechTherapy.jpg); }
  .page-8b8491ba-c855-4f29-8d5b-6980a4796961 #feature-section {
    background-image: url(images/hero/hero-4.jpg);
    display: none; }
  .page-47cd3b44-ecd1-4a57-b49e-f0c321858969 #feature-section {
    background-image: url(images/hero/hero-2.jpg); }
  #feature-section #feature-logo {
    color: #fff;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10% 20px; }
    #feature-section #feature-logo .logo-container {
      padding-top: 30px; }
      #feature-section #feature-logo .logo-container img {
        width: 360px;
        max-width: 100%; }

.content-box {
  background-color: #f2f3f9;
  border-radius: 30px;
  padding: 30px 40px;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .content-box {
      padding: 15px 20px;
      border-radius: 15px; } }

/* Region Map (SVG) */
.region-map {
  position: relative; }
  .region-map .map-point {
    z-index: 2;
    height: 1.53%;
    width: 1.95%;
    position: absolute;
    border-radius: 30%; }
    .region-map .map-point:hover {
      background-color: rgba(255, 255, 0, 0.1); }
  .region-map #region-hover-display {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    border-radius: 0.3em;
    border: solid 1px #000;
    font-size: 0.8em;
    padding: 0.15em 0.6em;
    line-height: 1.3; }
  .region-map .telehealth-logo {
    display: block;
    position: absolute;
    left: 84%;
    top: 6%;
    height: 15.6%;
    width: 23%; }
  .region-map .region-map-zone {
    position: relative; }
  .region-map.contact-region-map .region-map-zone {
    margin-right: 20px; }
    @media (min-width: 1200px) {
      .region-map.contact-region-map .region-map-zone {
        margin-left: 60px; } }
  .region-map .region-map-list {
    line-height: 1.25;
    font-size: 0.8em; }
    @media (min-width: 800px) {
      .region-map .region-map-list {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
  .region-map .region-map-instructions {
    margin-bottom: 20px;
    font-size: 0.7em;
    text-transform: uppercase; }
    @media (min-width: 800px) {
      .region-map .region-map-instructions {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 60%;
        text-align: right; } }
  .region-map .brand {
    margin-bottom: 0.75rem; }
    @media (min-width: 992px) {
      .region-map .brand {
        margin-left: -2em; } }
  .region-map .brand-intro {
    font-weight: 500;
    margin-top: 3em;
    color: #7888a1;
    font-size: 1.2em; }
  .region-map .region-map-item {
    margin-bottom: 0.5rem;
    display: none; }
    .region-map .region-map-item.head-office {
      display: block; }
  .region-map .brand-heading {
    font-size: 1.2em;
    margin: 0 0 0.2em;
    font-weight: 500;
    text-transform: uppercase;
    color: #7888a1; }
  .region-map svg {
    margin-bottom: 1em;
    width: 100%;
    max-width: 500px;
    overflow: visible; }
    @media (min-width: 800px) {
      .region-map svg {
        margin-left: 10%; } }
    .region-map svg g .region-path {
      fill: #7888a1;
      cursor: pointer; }
    .region-map svg g:hover .region-path {
      fill: #96a3b6; }
    .region-map svg g.selected .region-path {
      fill: #5e6e88; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

hr.location-divider {
  border-color: #a2a4a7;
  margin: 10px -10px 20px -10px;
  border-top-width: 1px; }

.nobr {
  white-space: nowrap; }

.page-list-row, .location-list-row {
  margin-top: 20px; }

.page-list .cms-container {
  padding: 0 0 10px 0; }

.page-list h2 {
  font-weight: 400;
  font-size: 1.3em; }

@media (min-width: 769px) {
  .page-list {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0; }
    .page-list .cms-container {
      display: inline-block;
      font-size: 18px;
      width: 33.3333%;
      padding: 0 10px 40px 10px;
      vertical-align: top; }
    .page-list .cms-container-content {
      padding-bottom: 45px;
      position: relative; }
      .page-list .cms-container-content .button-brand:first-of-type {
        position: absolute;
        bottom: 0; } }

.locations-header {
  margin: 1.25em 0 1.5em; }
  .locations-header strong {
    font-weight: 400;
    color: #7888a1; }

.location-list h2 {
  border-bottom: solid 1px #7888a1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 400; }

.location-list .location-list-left,
.location-list .location-list-middle,
.location-list .location-list-right {
  max-width: 300px; }

@media (min-width: 992px) {
  .location-list .location-list-middle {
    margin-left: auto;
    margin-right: auto; }
  .location-list .location-list-right {
    margin-left: auto; } }

.head-office-address p,
.location-list p {
  margin-bottom: 0.5em; }

.head-office-address iframe, .head-office-address img,
.location-list iframe,
.location-list img {
  width: 120px;
  max-width: 100%;
  margin-bottom: 0.5em; }

/* Page specific */
.page-675bcc46-348f-4626-96c5-fbb457f79d59 #footer-contact-button-section {
  display: none; }

