/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  min-width: 320px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
}

button {
  border: none;
  cursor: pointer;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #292F36;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
}

p {
  margin-top: 0;
}

ol, ul {
  list-style: none;
}

dl, dt, dd, ol, ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

tbody {
  vertical-align: top;
}

thead {
  visibility: hidden;
  height: 0;
  display: none;
}

.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.o-grid__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 0.75rem;
}
.o-grid--equal-height > .o-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-grid__item--unflex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.o-grid__item > .o-grid {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

@media (max-width: 640px) {
  .u-first\@phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-mw-1\/1\@phone {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .u-mw-1\/4\@phone {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .u-mw-1\/2\@phone,
  .u-mw-2\/4\@phone {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .u-mw-3\/4\@phone {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .u-first\@tablet-p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-mw-1\/1\@tablet-p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .u-mw-1\/2\@tablet-p {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .u-mw-1\/4\@tablet-p {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .u-mw-3\/4\@tablet-p {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .u-mw-1\/3\@tablet-p {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .u-mw-2\/3\@tablet-p {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
}
@media (min-width: 960px) {
  .u-first\@tablet {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-mw-1\/1\@tablet {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 1000%;
  }
  .u-mw-1\/2\@tablet {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .u-mw-1\/4\@tablet {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .u-mw-3\/4\@tablet {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .u-mw-1\/3\@tablet {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .u-mw-2\/3\@tablet {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
}
@media (min-width: 1280px) {
  .u-first\@desktop {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .u-mw-1\/1\@desktop {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 1000%;
  }
  .u-mw-1\/2\@desktop {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .u-mw-1\/4\@desktop {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .u-mw-3\/4\@desktop {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .u-mw-1\/3\@desktop {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
  .u-mw-2\/3\@desktop {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
    max-width: 66.6666%;
  }
}
.o-container {
  width: 100%;
  max-width: 1100px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 auto;
}

.c-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-header__logo,
.c-header__nav {
  padding: 0.75rem;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 41em) {
  .c-header__logo {
    margin-right: auto;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.o-page__footer {
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 0.75rem;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 0.75rem;
}

.o-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.o-media__img {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.o-media__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.c-icon--ambulance {
  width: 1.107421875em;
}

.c-box-border {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 1rem;
  padding: 1rem;
}
@media (min-width: 40em) {
  .c-box-border {
    padding: 1.5rem;
  }
}

.c-rounded-box {
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: #2da2c5;
  color: white;
}

.c-ratio {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-ratio::before {
  content: "";
  display: block;
  padding-bottom: 42.8571428571%;
}

.c-ratio--42\/9::before {
  padding-bottom: 21.4285714286%;
}

.c-ratio__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(45, 162, 197, 0.9)), color-stop(50%, rgba(41, 137, 216, 0.24)), color-stop(68%, rgba(71, 154, 222, 0)), to(rgba(125, 185, 232, 0)));
  background-image: -o-linear-gradient(left, rgba(45, 162, 197, 0.9) 0%, rgba(41, 137, 216, 0.24) 50%, rgba(71, 154, 222, 0) 68%, rgba(125, 185, 232, 0) 100%);
  background-image: linear-gradient(to right, rgba(45, 162, 197, 0.9) 0%, rgba(41, 137, 216, 0.24) 50%, rgba(71, 154, 222, 0) 68%, rgba(125, 185, 232, 0) 100%);
}

.c-callout {
  font-family: Amaranth;
  line-height: 1.125;
}
@media (min-width: 20em) and (max-width: 40em) {
  .c-callout {
    font-size: calc(18px + 6 * (100vw - 320px) / 320);
  }
}
@media (min-width: 40em) and (max-width: 60em) {
  .c-callout {
    font-size: calc(24px + 24 * (100vw - 640px) / 320);
  }
}
@media (min-width: 60em) {
  .c-callout {
    font-size: 48px;
  }
}

.c-title, .s-article > h1, .s-article h2 {
  font-family: Amaranth;
}
@media (max-width: 40em) {
  .c-title, .s-article > h1, .s-article h2 {
    font-size: 24px;
  }
}
@media (min-width: 40em) and (max-width: 60em) {
  .c-title, .s-article > h1, .s-article h2 {
    font-size: calc(24px + 8 * (100vw - 640px) / 320);
  }
}
@media (min-width: 60em) {
  .c-title, .s-article > h1, .s-article h2 {
    font-size: 32px;
  }
}

.c-title--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-title--center::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-color: #dddddd;
}
.c-title--center::after {
  margin: 0 1.5rem;
}
@media (min-width: 40em) {
  .c-title--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-title--center::before, .c-title--center::after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    background-color: #dddddd;
  }
  .c-title--center::before {
    margin: 0 1.5rem;
  }
}

.c-title--invert {
  color: #EEF8FF;
}

.c-heading, .s-article h3 {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: Amaranth;
}
@media (min-width: 20em) and (max-width: 60em) {
  .c-heading, .s-article h3 {
    font-size: calc(18px + 6 * (100vw - 320px) / 640);
  }
}
@media (min-width: 60em) {
  .c-heading, .s-article h3 {
    font-size: 24px;
  }
}

.c-caption {
  font-size: 14px;
  font-family: Amaranth;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 40em) and (max-width: 60em) {
  .c-caption {
    font-size: calc(14px + 2 * (100vw - 640px) / 320);
  }
}

.leadtext {
  line-height: 1.125;
  max-width: 20em;
}
@media (min-width: 20em) and (max-width: 40em) {
  .leadtext {
    font-size: calc(14px + 6 * (100vw - 320px) / 320);
  }
}
@media (min-width: 40em) and (max-width: 60em) {
  .leadtext {
    font-size: calc(24px + 4 * (100vw - 640px) / 320);
  }
}
@media (min-width: 60em) {
  .leadtext {
    font-size: 24px;
  }
}

.c-logo {
  display: inline-block;
  text-decoration: none;
}

.c-logo__img {
  width: 300px;
  max-width: 100%;
  height: auto;
}

.c-link, .s-article a {
  color: #2da2c5;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2da2c5), to(#2da2c5));
  background-image: -o-linear-gradient(#2da2c5, #2da2c5);
  background-image: linear-gradient(#2da2c5, #2da2c5);
  background-repeat: no-repeat;
  background-size: 100% 1.5px;
  padding: 0.75rem 0;
  background-position: center bottom 29%;
  background-origin: padding-box;
  text-shadow: 3px 0 white, 2px 0 white, 1px 0 white, -1px 0 white, -2px 0 white, -3px 0 white;
}

.c-link:hover, .s-article a:hover {
  text-decoration: none;
}

.c-link--muted {
  color: #898989;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#898989));
  background-image: -o-linear-gradient(#898989, #898989);
  background-image: linear-gradient(#898989, #898989);
}

.c-link--red {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  text-shadow: 3px 0 #EC7DA2, 2px 0 #EC7DA2, 1px 0 #EC7DA2, -1px 0 #EC7DA2, -2px 0 #EC7DA2, -3px 0 #EC7DA2;
}

.c-link--green {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  text-shadow: 3px 0 #5fd88f, 2px 0 #5fd88f, 1px 0 #5fd88f, -1px 0 #5fd88f, -2px 0 #5fd88f, -3px 0 #5fd88f;
}

.c-link--blue {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  text-shadow: 3px 0 #2DA2C5, 2px 0 #2DA2C5, 1px 0 #2DA2C5, -1px 0 #2DA2C5, -2px 0 #2DA2C5, -3px 0 #2DA2C5;
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 100px;
  padding: 0.375rem;
  font-size: 14px;
}

.c-button + .c-button {
  margin-left: 0.75rem;
}

.c-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  padding: 0.75rem;
  margin-right: 0.375rem;
}

.c-button__text {
  text-decoration: inherit;
  font-weight: bold;
  line-height: 1;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.c-button__icon + .c-button__text {
  margin-left: 0.375rem;
  padding-right: 0.375rem;
}

.c-button--red {
  background-color: #fcecf2;
}
.c-button--red .c-button__icon {
  background: #EC7DA2;
  color: white;
}
.c-button--red .c-button__text {
  color: #EC7DA2;
}

.c-button--blue {
  background-color: #e0f2f8;
}
.c-button--blue .c-button__icon {
  background: #2da2c5;
  color: white;
}
.c-button--blue .c-button__text {
  color: #2da2c5;
}

.c-map-box__map {
  display: block;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
}

.c-table {
  width: 100%;
  line-height: 1.5;
  border-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .c-table {
    margin-bottom: 0;
  }
}
.c-table tr > td {
  vertical-align: text-top;
  text-align: left;
}
.c-table tr > td:not(:first-child) {
  padding-left: 0.75rem;
  text-align: right;
}

.c-table__day {
  max-width: 150px;
}

.c-table__time {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media (min-width: 26em) {
  .c-table__time {
    width: auto;
  }
}

@media (min-width: 23em) {
  .c-table__time + .c-table__time {
    padding-left: 0.75rem;
  }
}

.c-table__day--current {
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  .c-table {
    font-size: 14px;
  }
}
.c-table-zebra tr:nth-child(even) {
  background-color: #EEF8FF;
}

.c-text, .s-article p {
  line-height: 1.5;
}

.c-text--muted {
  color: #898989;
}

.s-article * + * {
  margin-top: 1.5rem;
}
.u-list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-bullet-list {
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: circle;
}
.u-bullet-list li + li {
  margin-top: 0.25em;
}

.u-text-center {
  text-align: center !important;
}

.c-major-teaser {
  border-radius: 1rem;
  overflow: hidden;
}

.c-major-teaser__content {
  margin-top: auto;
  margin-bottom: auto;
  color: white;
  padding: 5%;
}

.c-estee-lauder {
  color: inherit;
  text-decoration: none;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 50em) {
  .c-estee-lauder {
    display: none;
  }
}

.c-estee-lauder__content {
  color: black;
  left: 37.5%;
  top: 100px;
  position: relative;
  max-width: 20em;
  line-height: 1.5;
}
@media (max-width: 40em) {
  .c-estee-lauder__content {
    font-size: 12px;
  }
}
@media (min-width: 40em) and (max-width: 60em) {
  .c-estee-lauder__content {
    font-size: calc(12px + 4 * (100vw - 640px) / 320);
  }
}
@media (min-width: 60em) {
  .c-estee-lauder__content {
    font-size: 16px;
  }
}

.u-float-right {
  float: right;
}

.c-location-opening {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 40em) {
  .c-location-opening {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.owl > * + *,
.u-baseline-owl > * + * {
  margin-top: 1.5rem;
}

@media (max-width: 40em) {
  .u-hide\@phone {
    display: none;
  }
}
.c-opening-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-currentStatus {
  font-weight: bold;
}

.c-currentStatus--closed {
  color: #EC7DA2;
}

.c-currentStatus--open {
  color: #5fd88f;
}