/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

:root {
  --default-font-family: 'Arvo', serif;
  --max-width: 125rem;
  --side-padding: 2rem;
  --color-white: #FFF;
  --color-black: #000;
  --color-red: #b92828;
  --color-dark-blue: #272B3E;
  --color-grey: #E2E8E7;
  --color-grey2: #EAEFF3;
  --color-grey3: #313837;
  --color-grey4: #F1EEEB;
  --color-green: #5D9E8C;
  --color-green2: #8B9D9B;
  --color-green3: #889A72;
  --color-green3-hover: #9fae8e;
  --color-green4: #6C9D98;
  --color-green4-hover: #89b0ac;
  --color-green5: #7FB8B1;
  --color-green6: #DBE0D4;
  --color-green7: #E9F0EF;
  --color-green8: #D8DEDD; }
html {
  min-width: 320px;
  font-size: 62.5%; }

body {
  font-family: 'Arvo', serif;
  font-family: var(--default-font-family);
  font-size: 1.6rem;
  line-height: 1.75;
  color: #272B3E;
  color: var(--color-dark-blue);
  position: relative; }

a {
  text-decoration: underline;
  color: #5D9E8C;
  color: var(--color-green); }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.button, button, .header__navigation-toggle, .navigation__close {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  font-family: 'Arvo', serif;
  font-family: var(--default-font-family);
  font-weight: normal;
  text-align: center;
  cursor: pointer; }
  .button:hover, button:hover, .header__navigation-toggle:hover, .navigation__close:hover, .button:focus, button:focus, .header__navigation-toggle:focus, .navigation__close:focus, .button:active, button:active, .header__navigation-toggle:active, .navigation__close:active {
    text-decoration: none; }

.button, button {
  padding: 1rem 2.9rem 1rem;
  border: 0.1rem solid #889A72;
  border: 0.1rem solid var(--color-green3);
  background-color: #889A72;
  background-color: var(--color-green3);
  border-radius: 2.3rem;
  font-size: 1.5rem;
  color: #FFF;
  color: var(--color-white);
  letter-spacing: .066rem;
  line-height: 1.73;
  transition: background-color .2s ease,  border-color .2s ease, color .2s ease; }
  .button.-transparent, button.-transparent {
    background-color: transparent;
    border-color: #FFF;
    border-color: var(--color-white); }
    .button.-transparent:hover, .button.-transparent:focus, .button.-transparent:active, button.-transparent:hover, button.-transparent:focus, button.-transparent:active {
      color: #000;
      color: var(--color-black);
      background-color: #FFF;
      background-color: var(--color-white); }
  .button:hover, .button:focus, .button:active, button:hover, button:focus, button:active {
    background-color: #9fae8e;
    background-color: var(--color-green3-hover);
    border-color: #9fae8e;
    border-color: var(--color-green3-hover); }

.button-row {
  display: flex;
  justify-content: center; }

svg * {
  fill: currentColor; }

.svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor; }

p {
  margin-bottom: 2.7rem; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6,
.title-1, .title-2, .title-3, .title-4 {
  font-weight: bold;
  line-height: 1.5; }

h1, .title-1 {
  margin-bottom: 2.9rem;
  text-align: center;
  font-size: 3.1rem;
  letter-spacing: .044rem;
  color: #000;
  color: var(--color-black); }

h2, .title-2 {
  margin-bottom: 2.1rem;
  color: #000;
  color: var(--color-black);
  font-size: 2.9rem;
  letter-spacing: .041rem; }

h3, .title-3 {
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
  color: #8B9D9B;
  color: var(--color-green2); }

h4, h5, h6, .title-4 {
  font-size: 2.5rem;
  color: #272B3E;
  letter-spacing: .036px; }

ul:not([class]), ol:not([class]) {
  margin-bottom: 2rem;
  padding-left: 2rem;
  overflow: hidden; }
  ul:not([class]) > li, ol:not([class]) > li {
    margin-bottom: .5rem; }
    ul:not([class]) > li:last-of-type, ol:not([class]) > li:last-of-type {
      margin-bottom: 0; }

ol:not([class]) {
  list-style-type: decimal; }
  ol:not([class]) > li {
    padding-left: 1rem; }

ul:not([class]) {
  list-style-type: disc; }

img {
  max-width: 100%; }

.logo {
  width: 15rem;
  box-sizing: border-box; }

.logo__link {
  display: block; }

.logo__image {
  width: 100%; }

@media (min-width: 768px) {
  .logo {
    width: 20rem;
    border-radius: 26rem;
    padding: .7rem 1.6rem 1rem;
    background-color: #FFF;
    background-color: var(--color-white); } }

@media (min-width: 1080px) {
  .logo {
    width: 23.4rem;
    border-radius: 26rem;
    padding: 1rem 2.3rem 1.4rem; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box; }

.header__navigation-toggle {
  color: #000;
  color: var(--color-black); }
  .header__navigation-toggle svg {
    width: 1.8rem;
    height: 1.4rem; }

.header__contact svg {
  width: 2.3rem;
  height: 1.8rem; }

.header__contact__link {
  color: #000;
  color: var(--color-black); }

.header__navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #6C9D98;
  background-color: var(--color-green4); }
  .header__navigation.-open {
    display: block; }

.header__meta-navigation {
  display: none; }

@media (min-width: 768px) {
  .header {
    display: grid;
    grid-template-columns: 20rem auto;
    max-width: 125rem;
    max-width: var(--max-width);
    margin: 0 auto; }
  .header__logo {
    grid-row: 1;
    grid-column: 1; }
  .header__navigation {
    display: block;
    grid-row: 2;
    grid-column: 1 / 3;
    margin: 1rem 0 0;
    position: static;
    background-color: transparent;
    z-index: unset; }
  .header__meta-navigation {
    display: block;
    grid-row: 1;
    grid-column: 2 / 3; }
  .header__navigation-toggle, .header__contact {
    display: none; } }

@media (min-width: 1080px) {
  .header {
    grid-template-columns: 23.5rem auto; }
  .header__logo {
    grid-row: 1 / 3;
    grid-column: 1; }
  .header__navigation {
    grid-row: 2;
    grid-column: 2; } }

.masthead {
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 1rem 1rem;
  position: relative; }
  .masthead.-text {
    background-color: #E2E8E7;
    background-color: var(--color-grey);
    padding-bottom: 2.2rem;
    box-shadow: none;
    border-radius: 0; }
    .masthead.-text:after {
      content: '';
      height: 2.2rem;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("/assets/image/masthead-bottom.png");
      background-size: 100% 2.2rem; }
    .masthead.-text.-image {
      padding-bottom: 4.4rem;
      background-image: url("/assets/image/masthead-background.jpg"); }
      .masthead.-text.-image:after {
        height: 4.4rem;
        background-size: 100% 4.4rem; }

.masthead__header {
  padding: .8rem 1.5rem 1.1rem 1.5rem;
  background-color: #FFF;
  background-color: var(--color-white);
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box; }

.masthead__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.8rem 1rem;
  margin: 0 auto;
  max-width: 40rem; }

.masthead__content__title, .masthead__content__content {
  max-width: 68rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #EAEFF3;
  color: var(--color-grey2);
  letter-spacing: .02rem;
  text-align: center; }

.masthead__content__content {
  margin-bottom: 1.8rem;
  font-weight: normal;
  letter-spacing: .033rem; }

@media (min-width: 425px) and (max-width: 767px) {
  .masthead__content__title, .masthead__content__content {
    margin-bottom: 2rem;
    font-size: 2rem; }
  .masthead__content {
    max-width: 90%;
    width: 52rem;
    padding-top: 4rem;
    padding-bottom: 2rem; } }

@media (min-width: 768px) {
  .masthead {
    padding: 2rem 2rem 7rem;
    padding: 2rem var(--side-padding) 7rem;
    background-color: #E2E8E7;
    background-color: var(--color-grey);
    box-shadow: none;
    border-radius: 0; }
    .masthead:after {
      content: '';
      height: 5rem;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("/assets/image/masthead-bottom.png");
      background-size: 100% 5rem; }
    .masthead.-image {
      padding-bottom: 10rem;
      background-image: url("/assets/image/masthead-background.jpg"); }
      .masthead.-image:after {
        height: 10rem;
        background-size: 100% 10rem; }
  .masthead__header {
    padding: 0;
    background-color: transparent; }
  .masthead__content {
    max-width: 68rem;
    padding-top: 6rem;
    padding-bottom: 4rem;
    align-items: flex-start; }
  .masthead__content__title, .masthead__content__content {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 2.3rem; }
  .masthead__content__content {
    margin-bottom: 2.9rem; } }

@media (min-width: 1080px) {
  .masthead.-image, .masthead.-image.-text {
    padding-bottom: 18rem; }
    .masthead.-image:after, .masthead.-image.-text:after {
      height: 18rem;
      background-size: 100% 18rem; } }

.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.5rem 1.5rem 1.5rem 1.5rem; }

.navigation__top {
  margin: 0;
  order: 2; }

.navigation__main {
  margin: 0 0 2.5rem;
  order: 1; }

.navigation__close {
  color: #EAEFF3;
  color: var(--color-grey2);
  position: absolute;
  top: 1.4rem;
  left: 1.8rem;
  width: 1.6rem;
  height: 1.5rem; }

@media (min-width: 768px) {
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0; }
  .navigation__top {
    display: none; }
  .navigation__main {
    margin: 0; }
  .navigation__close {
    display: none; } }

@media (min-width: 1080px) {
  .navigation__top {
    display: none; } }

.main-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.main-navigation__item {
  margin-bottom: .85rem; }
  .main-navigation__item:last-child {
    margin-bottom: 0; }

.main-navigation__item__link {
  font-size: 1.5rem;
  font-weight: bold;
  color: #EAEFF3;
  color: var(--color-grey2);
  letter-spacing: .021rem;
  text-align: center;
  text-decoration: none; }
  .main-navigation__item__link:hover, .main-navigation__item__link:focus, .main-navigation__item__link:active {
    text-decoration: underline; }
  .main-navigation__item.-alt .main-navigation__item__link {
    color: #000;
    color: var(--color-black); }

@media (min-width: 768px) {
  .main-navigation {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; }
  .main-navigation__item {
    margin: 0 0 0 3.4rem; }
    .main-navigation__item:first-child {
      margin-left: 0; }
  .main-navigation__item__link {
    font-size: 1.8rem; }
    .main-navigation.-alt .main-navigation__item__link {
      color: #000;
      color: var(--color-black); }
    .main-navigation__item.-alt .main-navigation__item__link {
      color: #7FB8B1;
      color: var(--color-green5); } }

@media (min-width: 1080px) {
  .main-navigation {
    justify-content: flex-end; } }

.top-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.top-navigation__item {
  margin-bottom: .75rem; }
  .top-navigation__item:last-child {
    margin-bottom: 0; }

.top-navigation__item__link {
  font-size: 1.5rem;
  color: #EAEFF3;
  color: var(--color-grey2);
  letter-spacing: .021rem;
  text-align: center;
  text-decoration: none; }
  .top-navigation__item__link:hover, .top-navigation__item__link:focus, .top-navigation__item__link:active {
    text-decoration: underline; }

@media (min-width: 768px) {
  .top-navigation {
    flex-direction: row;
    justify-content: flex-end; }
  .top-navigation__item {
    margin: 0 0 0 2.4rem; }
    .top-navigation__item:first-child {
      margin-left: 0; }
  .top-navigation.-alt .top-navigation__item__link {
    color: #000;
    color: var(--color-black); } }

.footer {
  margin: 0;
  padding: 2rem 1rem;
  background-color: #DBE0D4;
  background-color: var(--color-green6); }

@media (min-width: 768px) {
  .footer {
    padding: 10rem 4.5rem 0; } }

.footer-pattern {
  width: 100%;
  margin-top: 2rem;
  min-height: 4rem;
  position: relative; }
  .footer-pattern:before, .footer-pattern:after {
    display: block;
    content: '';
    height: 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("/assets/image/footer-bottom-pattern.png");
    background-size: 100% 4rem; }
  .footer-pattern:before {
    display: none;
    bottom: auto;
    top: 0;
    background-image: url("/assets/image/footer-top-pattern.png");
    background-size: 100% 4rem; }
  .footer-pattern.-with-content:before {
    display: block; }

@media (min-width: 768px) {
  .footer-pattern {
    margin-top: 4rem;
    min-height: 7rem; }
    .footer-pattern:before, .footer-pattern:after {
      height: 7rem;
      background-size: 100% 7rem; } }

@media (min-width: 1080px) {
  .footer-pattern {
    margin-top: 6rem;
    min-height: 14rem; }
    .footer-pattern:before, .footer-pattern:after {
      height: 14rem;
      background-size: 100% 14rem; } }

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  max-width: 125rem;
  max-width: var(--max-width);
  margin: 0 auto; }

.footer-bottom__logo {
  margin-bottom: 1rem;
  width: 18.8rem; }

.footer-bottom__contact {
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8B9D9B;
  color: var(--color-green2);
  letter-spacing: .023rem; }
  .footer-bottom__contact a {
    color: #8B9D9B;
    color: var(--color-green2); }
  .footer-bottom__contact svg {
    margin-right: .6rem;
    width: 1.8rem;
    height: 1.4rem; }

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4rem 0;
    border-top: 0.1rem solid #8B9D9B;
    border-top: 0.1rem solid var(--color-green2); }
  .footer-bottom__logo {
    margin: 0 4rem 0 0; }
  .footer-bottom__contact {
    margin: 0; }
  .footer-bottom__navigation {
    margin-top: 2rem;
    width: 100%; } }

@media (min-width: 1080px) {
  .footer-bottom {
    flex-wrap: nowrap; }
  .footer-bottom__contact {
    margin: 0 auto 0 0; }
  .footer-bottom__navigation {
    margin-top: 0;
    width: auto; } }

.footer-navigation {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-navigation__item {
  margin-bottom: .5rem;
  color: #000;
  color: var(--color-black);
  letter-spacing: .019rem;
  text-align: center; }
  .footer-navigation__item:last-child {
    margin-bottom: 0; }

.footer-navigation__item__link {
  color: #000;
  color: var(--color-black);
  text-decoration: none; }
  .footer-navigation__item__link:hover, .footer-navigation__item__link:focus {
    text-decoration: underline; }

@media (min-width: 768px) {
  .footer-navigation {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }
  .footer-navigation__item {
    margin: 0 0 0 2.4rem; }
    .footer-navigation__item:first-child {
      margin-left: 0; } }

@media (min-width: 1080px) {
  .footer-navigation {
    justify-content: flex-end; } }

.column-navigation {
  display: flex;
  flex-direction: column;
  align-items: center; }

.column-navigation__item {
  margin-bottom: 1rem;
  font-weight: bold; }
  .column-navigation.-alt .column-navigation__item {
    font-weight: normal; }
  .column-navigation__item:last-child {
    margin-bottom: 0; }

.column-navigation__item__link {
  color: #000;
  color: var(--color-black);
  text-decoration: none; }
  .column-navigation__item__link:hover, .column-navigation__item__link:focus, .column-navigation__item__link:active {
    text-decoration: underline; }

@media (min-width: 1080px) {
  .column-navigation {
    align-items: flex-start; } }

.footer-top {
  max-width: 125rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0; }

.footer-top__column {
  margin-bottom: 4rem; }

@media (min-width: 768px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap; }
  .footer-top__column {
    width: 45%;
    margin: 0 5% 4rem 0; } }

@media (min-width: 768px) and (max-width: 1079px) {
  .footer-top__column:nth-child(2n+1) {
    margin-right: 0; } }

@media (min-width: 1080px) {
  .footer-top {
    display: flex;
    flex-wrap: wrap; }
  .footer-top__column {
    width: 23.5%;
    margin: 0 2% 5rem 0; }
    .footer-top__column:last-child {
      margin-right: 0; } }

.footer-contact-cta {
  display: flex;
  padding: 2rem;
  height: 22rem;
  background-image: url("/assets/image/footer-cta-background.jpg");
  background-size: cover; }
  .footer-contact-cta > * {
    position: relative;
    z-index: 1; }

.footer-contact-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 57rem; }

.footer-contact-cta__text {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: #FFF;
  color: var(--color-white);
  line-height: 1.3; }

@media (min-width: 768px) {
  .footer-contact-cta {
    height: 33rem; }
  .footer-contact-cta__container {
    flex-direction: row; }
  .footer-contact-cta__text {
    margin: 0; } }

@media (min-width: 1080px) {
  .footer-contact-cta {
    height: 44rem; } }

.openinghours {
  display: flex;
  flex-direction: column;
  align-items: center; }

.openinghours__title {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  color: #000;
  color: var(--color-black);
  letter-spacing: .021rem; }

.openinghours__content p {
  margin: 0; }

@media (min-width: 1080px) {
  .openinghours {
    align-items: flex-start; } }

.appointment-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: #FFF;
  background: var(--color-white);
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem; }

.appointment-widget__title, .appointment-widget__subtitle {
  margin: 0;
  font-size: 1.7rem;
  color: #313837;
  color: var(--color-grey3);
  letter-spacing: .024rem;
  text-align: center; }

.appointment-widget__subtitle {
  font-size: 1.6rem;
  font-weight: normal; }

.appointment-widget__select {
  margin: 1.8rem 0 0;
  padding: 1.1rem 5rem .9rem 1.9rem;
  height: 4.6rem;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-image: url("/assets/image/arrow-down.png");
  background-color: #6C9D98;
  background-color: var(--color-green4);
  background-repeat: no-repeat;
  background-position: calc(100% - 2.5rem) center;
  background-size: 1.3rem .7rem;
  border-radius: 2.3rem;
  font-family: 'Arvo', serif;
  font-family: var(--default-font-family);
  font-weight: bold;
  line-height: normal;
  font-size: 1.4rem;
  color: #FFF;
  color: var(--color-white);
  letter-spacing: .061rem;
  text-align: left; }
  .appointment-widget__select:hover, .appointment-widget__select:focus, .appointment-widget__select:active {
    cursor: pointer;
    background-color: #89b0ac;
    background-color: var(--color-green4-hover); }

@media (min-width: 768px) {
  .appointment-widget {
    max-width: 27rem;
    padding: 3rem 2rem; }
  .appointment-widget__title {
    font-size: 1.9rem; }
  .appointment-widget__subtitle {
    font-size: 1.7rem; } }

@media (min-width: 1080px) {
  .appointment-widget {
    max-width: none; } }

.page-content {
  margin: 0 auto;
  max-width: 68rem;
  padding: 0 2rem;
  padding: 0 var(--side-padding); }
  .page-content.-wide {
    max-width: 125rem; }

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

.indications-home__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.indications-home__list__item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 50%;
  margin: 0 0 2.4rem; }

@media (min-width: 425px) {
  .indications-home__list__item {
    width: 33%; } }

@media (min-width: 768px) {
  .indications-home__list__item {
    margin-bottom: 3.5rem; }
  .indications-home__title {
    margin-bottom: 3rem; } }

@media (min-width: 1080px) {
  .indications-home__list__item {
    width: 20%;
    margin-bottom: 0; }
  .indications-home__title {
    margin-bottom: 5.5rem; } }

.indication-home__link {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  align-items: center;
  text-decoration: none; }

.indication-home__icon {
  width: 9.5rem;
  padding: 2rem;
  margin-bottom: .8rem;
  box-sizing: border-box;
  border-radius: 50%;
  transition: background-color .2s linear;
  background-color: #F1EEEB;
  background-color: var(--color-grey4); }
  .indication-home__link:hover .indication-home__icon, .indication-home__link:focus .indication-home__icon {
    background-color: #E9F0EF;
    background-color: var(--color-green7); }

.indication-home__icon__image {
  width: 100%;
  transition: opacity .2s linear; }
  .indication-home__link:hover .indication-home__icon__image, .indication-home__link:focus .indication-home__icon__image {
    opacity: .4; }

.indication-home__title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  transition: color .2s linear; }
  .indication-home__link:hover .indication-home__title, .indication-home__link:focus .indication-home__title {
    color: #8B9D9B;
    color: var(--color-green2); }

@media (min-width: 425px) {
  .indication-home__icon {
    width: 11rem; } }

@media (min-width: 768px) {
  .indication-home__icon {
    width: 12rem; }
  .indication-home__title {
    font-size: 1.75rem; } }

@media (min-width: 1080px) {
  .indication-home__link {
    transition: transform .2s linear; }
    .indication-home__link:hover, .indication-home__link:focus {
      text-decoration: none;
      transform: translateY(-2rem); }
  .indication-home__title {
    font-size: 1.9rem; } }

.indication-detail {
  margin-bottom: 3rem; }

.header-appointment-cta {
  max-width: 34rem;
  padding: 0 2rem;
  margin: 0 auto 4.5rem; }

@media (min-width: 768px) {
  .header-appointment-cta {
    max-width: 77rem;
    margin-top: -7rem;
    margin-bottom: 6.5rem;
    z-index: 1;
    position: relative; } }

@media (min-width: 1080px) {
  .header-appointment-cta {
    margin-top: -10rem; } }

.appointment-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.9rem 1rem;
  margin: 0 auto 2.8rem;
  background: #D8DEDD;
  background: var(--color-green8);
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem; }

.appointment-cta__title, .appointment-cta__subtitle {
  margin: 0;
  font-size: 1.7rem;
  color: #313837;
  color: var(--color-grey3);
  letter-spacing: .024rem;
  text-align: center; }

.appointment-cta__subtitle {
  font-size: 1.6rem;
  font-weight: normal; }

.appointment-cta__select {
  margin: 1.8rem 0 0;
  padding: 1.1rem 5rem .9rem 1.9rem;
  height: 4.6rem;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-image: url("/assets/image/arrow-down.png");
  background-color: #6C9D98;
  background-color: var(--color-green4);
  background-repeat: no-repeat;
  background-position: calc(100% - 2.5rem) center;
  background-size: 1.3rem .7rem;
  border-radius: 2.3rem;
  font-family: 'Arvo', serif;
  font-family: var(--default-font-family);
  font-weight: bold;
  line-height: normal;
  font-size: 1.4rem;
  color: #FFF;
  color: var(--color-white);
  letter-spacing: .061rem;
  text-align: left; }
  .appointment-cta__select:hover, .appointment-cta__select:focus, .appointment-cta__select:active {
    cursor: pointer;
    background-color: #89b0ac;
    background-color: var(--color-green4-hover); }

@media (min-width: 768px) {
  .appointment-cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 77rem;
    padding: 2.8rem 4.5rem;
    border-radius: 50%/35rem; }
  .appointment-cta__title {
    font-size: 2.3rem; }
  .appointment-cta__subtitle {
    font-size: 2.1rem; }
  .appointment-cta__select {
    width: auto;
    margin: 0;
    font-size: 1.5rem; } }

.about-us {
  margin: 3rem auto; }

.about-us__image {
  margin-bottom: 3rem; }

.about-us__image__desktop {
  display: none; }

@media (min-width: 425px) {
  .about-us {
    max-width: 50rem; }
  .about-us__image__mobile {
    display: none; }
  .about-us__image__desktop {
    display: inline; } }

@media (min-width: 768px) {
  .about-us {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin: 5rem auto; }
  .about-us__image {
    width: 52%; }
  .about-us__content {
    margin-top: 2rem;
    width: 45%; } }

@media (min-width: 1080px) {
  .about-us {
    margin: 10rem auto; }
  .about-us__image {
    padding-left: 4rem;
    box-sizing: border-box;
    width: 53%; }
  .about-us__content {
    padding-right: 4rem;
    box-sizing: border-box;
    width: 43%; } }

.osteopaths {
  display: flex;
  flex-direction: column;
  align-items: center; }

.osteopaths__item {
  margin-bottom: 4.5rem; }

@media (min-width: 425px) {
  .osteopaths {
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
  .osteopaths__item {
    margin-left: 2.5rem;
    margin-right: 2.5rem; } }

.osteopath {
  display: flex;
  flex-direction: column;
  align-items: center; }

.osteopath__photo {
  width: 16.9rem;
  height: 16.9rem;
  margin-bottom: 2.1rem;
  border-radius: 50%;
  overflow: hidden; }

.osteopath__name {
  margin-bottom: .3rem;
  font-size: 1.9rem; }

.osteopath__title {
  margin-bottom: 1.9rem;
  font-size: 1.6rem;
  color: #272B3E;
  color: var(--color-dark-blue); }

.osteopath__appointment {
  margin-bottom: 2.4rem; }

.osteopath__email, .osteopath__phone {
  margin-bottom: 0;
  color: #5D9E8C;
  color: var(--color-green);
  font-size: 1.6rem;
  text-decoration: none; }
  .osteopath__email:hover, .osteopath__email:focus, .osteopath__phone:hover, .osteopath__phone:focus {
    text-decoration: underline; }

.osteopath__specialisations {
  margin: 2.5rem 0 0; }

.practices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }

.practices__item {
  width: 20rem;
  margin: 0 2rem 2rem; }

@media (min-width: 768px) {
  .practices {
    margin-bottom: 3rem; } }

.practice__name {
  margin-bottom: 1.1rem; }

.practice__address {
  font-size: 1.8rem;
  color: #272B3E;
  color: var(--color-dark-blue); }

.practice__phone {
  font-size: 1.8rem;
  color: #8B9D9B;
  color: var(--color-green2);
  text-decoration: none; }
  .practice__phone:hover, .practice__phone:focus {
    text-decoration: underline; }

.practice__route {
  display: inline-block;
  margin-top: .1rem;
  color: #272B3E;
  color: var(--color-dark-blue); }

.osteopath-specialisations__title {
  margin-bottom: 1.1rem;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase; }

.osteopath-specialisations__list {
  list-style: disc;
  padding-left: 2rem; }

.osteopath-specialisations__list__item {
  margin-bottom: .4rem;
  font-size: 1.6rem;
  line-height: 1.35; }

.form {
  display: block;
  margin: 0;
  padding: 0; }

.form__field {
  width: 100%;
  margin-bottom: 2rem; }

.form__field__label {
  display: block;
  margin-bottom: .6rem;
  font-size: 1.9rem;
  color: #000;
  color: var(--color-black);
  letter-spacing: .027rem; }

.form__field__input {
  width: 100%;
  margin: 0;
  padding: 1.4rem 2rem;
  border: none;
  outline: none;
  font-size: 1.9rem;
  background: #FFF;
  background: var(--color-white);
  border-radius: .4rem; }

.form__field__error {
  display: inline-block;
  margin: .5rem 0 0;
  font-size: 1.4rem;
  color: #b92828;
  color: var(--color-red); }

.contact-form {
  margin-top: 4rem; }
  .contact-form #eew5cWFamYhlt2VCYL2d {
    display: none; }

.contact-form__note {
  max-width: 68rem;
  margin: 3rem auto 0; }

.contact-form__form {
  max-width: 58.5rem;
  margin: 3rem auto 0;
  box-sizing: border-box;
  background: #E2E8E7;
  background: var(--color-grey);
  box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 2.6rem;
  padding: 1.5rem; }

@media (min-width: 425px) {
  .contact-form {
    margin-top: 7rem; }
  .contact-form__note {
    margin: 5rem auto 0; }
  .contact-form__form {
    margin-top: 5rem;
    padding: 3rem; } }

@media (min-width: 768px) {
  .contact-form {
    position: relative;
    z-index: 1;
    margin-bottom: -13rem; }
  .contact-form__form {
    padding: 4.6rem 5rem; } }

@media (min-width: 1080px) {
  .contact-form {
    margin-bottom: -19rem; } }

.embed {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative; }

.embed__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
