@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.eot");
  src: url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.eot?#iefix") format("embedded-opentype"), url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.woff2") format("woff2"), url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.woff") format("woff"), url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.ttf") format("truetype"), url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons_96598d069d2e8e6d6c8404f9fa130f05.svg#icons") format("svg");
  }
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-arrow-down:before,
.icon-arrow-left:before,
.gallery__control--prev:before,
.icon-arrow-right:before,
.gallery__control--next:before,
.icon-check:before,
.icon-delete:before,
.form__block__button__icon--reset:before,
.icon-email:before,
.icon-exit:before,
.tag__remove:before,
.icon-facebook:before,
.icon-instagram:before,
.icon-linkedin:before,
.icon-magnifier:before,
.form__block__button__icon--search:before,
.icon-map-marker:before,
.icon-phone:before,
.icon-play:before,
.icon-plus:before,
.accordion__trigger__icon:before,
.icon-sort-down:before,
.icon-sort-up:before,
.icon-twitter:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-arrow-down:before {
  content: "\f10d";
}


.icon-arrow-left:before,
.gallery__control--prev:before {
  content: "\f108";
}


.icon-arrow-right:before,
.gallery__control--next:before {
  content: "\f109";
}

.icon-check:before {
  content: "\f102";
}


.icon-delete:before,
.form__block__button__icon--reset:before {
  content: "\f118";
}

.icon-email:before {
  content: "\f114";
}


.icon-exit:before,
.tag__remove:before {
  content: "\f10b";
}

.icon-facebook:before {
  content: "\f110";
}

.icon-instagram:before {
  content: "\f111";
}

.icon-linkedin:before {
  content: "\f112";
}


.icon-magnifier:before,
.form__block__button__icon--search:before {
  content: "\f10a";
}

.icon-map-marker:before {
  content: "\f115";
}

.icon-phone:before {
  content: "\f116";
}

.icon-play:before {
  content: "\f107";
}


.icon-plus:before,
.accordion__trigger__icon:before {
  content: "\f117";
}

.icon-sort-down:before {
  content: "\f10e";
}

.icon-sort-up:before {
  content: "\f10f";
}

.icon-twitter:before {
  content: "\f113";
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

body {
  margin: 0;
}

*:focus {
  outline: none;
}

a:focus {
  outline: thin dotted;
}

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

b,
strong {
  font-weight: 500;
}

blockquote {
  margin: 0;
}

q:after, q:before {
  content: "";
}

h1,
h2,
h3,
h4,
h5,
p,
pre {
  margin: 0;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dl ul,
dl ol,
menu ul,
menu ol,
ol ul,
ol ol,
ul ul,
ul ol {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

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

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

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F4F4F4;
}

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

.ng-cloak {
  display: none !important;
}

@media (min-width: 500px) {
  body:after {
    content: 'small';
  }
}

@media (min-width: 800px) {
  body:after {
    content: 'medium';
  }
}

@media (min-width: 1100px) {
  body:after {
    content: 'large';
  }
}

@media (min-width: 1400px) {
  body:after {
    content: 'xlarge';
  }
}

body:after {
  display: none;
}

.container {
  position: relative;
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.container--extra-narrow {
  max-width: 500px;
}

.container--narrow {
  max-width: 750px;
}

.container--wide {
  max-width: 1500px;
}

html {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1F323F;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.05em;
}

@media (min-width: 500px) {
  html {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 1.25rem;
  }
}

.h1, .title,
.h2,
.accordion__trigger,
.accordion__trigger__title,
.h3,
.column__item--card .column__item__content h1,
.column__item--card .column__item__content h2,
.column__item--card .column__item__content h3,
.column__item--card .column__item__content h4,
.column__item--card .column__item__content h5,
.column__item--card .column__item__content h6,
.accordion__content h2,
.h4,
.tagline,
.emergency__item__tagline,
.accordion__content h3,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  display: block;
}

.h1, .title,
h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

@media (min-width: 800px) {
  .h1, .title,
  h1 {
    font-size: 2.75rem;
  }
}


.h2,
.accordion__trigger,
.accordion__trigger__title,
h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}


.h3,
.column__item--card .column__item__content h1,
.column__item--card .column__item__content h2,
.column__item--card .column__item__content h3,
.column__item--card .column__item__content h4,
.column__item--card .column__item__content h5,
.column__item--card .column__item__content h6,
.accordion__content h2,
h3 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}


.h4,
.tagline,
.emergency__item__tagline,
.accordion__content h3,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.p,
p {
  display: block;
  max-width: 32rem;
  margin-bottom: 2rem;
}

.p + .button, .p + .navbar__nav-toggle,
p + .button,
p + .navbar__nav-toggle {
  margin-top: 0.5rem;
}

.tagline {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.normal {
  font-size: 1rem !important;
}

.small, .meta, .button--small, .form__block__note, .checkbox__item__note, .gallery__page__figure__caption, .figure__caption, .column__item--card .column__item__content p, .column__item--profile .column__item__content,
small {
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
}

.meta {
  text-transform: uppercase;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

.error {
  color: #E51F2D;
}

.success {
  color: #008839;
}

a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover {
  cursor: pointer;
  color: #eb6e1f;
}

a:focus *, a:hover * {
  color: #eb6e1f;
}

a[href]:not([class]) {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #eb6e1f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a[href]:not([class]):focus, a[href]:not([class]):hover {
  color: #eb6e1f;
}

.link, .button--secondary span {
  text-decoration: none;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #eb6e1f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link:focus, .button--secondary span:focus, .link:hover, .button--secondary span:hover, .link--hover, .button--secondary:active span, .button--secondary:focus span, .button--secondary:hover span, .link--selected {
  color: #eb6e1f !important;
}

.blockquote, .wysiwyg blockquote,
blockquote {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 2rem;
  font-style: normal;
  color: #54626C;
  position: relative;
  border-left: 2px solid #eb6e1f;
  padding-left: 1.5rem;
}

.q,
q {
  quotes: '«' '»' '‘' '’';
}

.strong, .table th,
table th,
strong {
  font-weight: 500;
}

.ol,
.ul,
ol,
ul {
  max-width: 32rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}

.ol li,
.ul li,
ol li,
ul li {
  margin-bottom: 0;
}

.ol ul,
.ul ul,
ol ul,
ul ul {
  padding-top: 1rem;
}

.hr,
hr {
  clear: both;
  height: 1px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #FFF;
}

.hr:after,
hr:after {
  content: "";
  display: table;
  clear: both;
}

.wysiwyg {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}

.wysiwyg img {
  width: auto;
  max-width: 100%;
}

.wysiwyg blockquote strong {
  font-style: normal;
  font-weight: 500;
}

::-moz-selection {
  color: #FFF;
  background: #eb6e1f;
  text-shadow: none;
}

::selection {
  color: #FFF;
  background: #eb6e1f;
  text-shadow: none;
}

.touch a:focus, .touch a:hover {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
}

.animated {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated--fade {
  opacity: 0;
}

.animated--fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.animated--fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}

.animated--fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}

.animated--fall-down {
  -webkit-animation: fall-down 600ms linear both;
          animation: fall-down 600ms linear both;
}

.animated--delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0;
  }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
  }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1;
  }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
  }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
  }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0;
  }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
  }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1;
  }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
  }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
  }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
  }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.loader {
  padding: 1rem;
  text-align: center;
}

.button, .navbar__nav-toggle {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #000;
  background-color: transparent;
  border: 1px solid #eb6e1f;
  border-radius: 6px;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.button span, .navbar__nav-toggle span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button:active, .navbar__nav-toggle:active, .button:focus, .navbar__nav-toggle:focus, .button:hover, .navbar__nav-toggle:hover {
  color: #000;
  border-color: #eb6e1f;
  background-color: #eb6e1f;
  text-decoration: none;
  text-shadow: none;
}

.button:active span, .navbar__nav-toggle:active span, .button:focus span, .navbar__nav-toggle:focus span, .button:hover span, .navbar__nav-toggle:hover span {
  color: #000;
}

.button--solid {
  background-color: #eb6e1f;
  border-color: #eb6e1f;
  color: #000;
}

.button--solid:active, .button--solid:focus, .button--solid:hover {
  background-color: transparent;
  border-color: #eb6e1f;
}

.button--secondary {
  border: none !important;
}

.button--secondary:active, .button--secondary:focus, .button--secondary:hover {
  border: none !important;
  background: none !important;
}

.button--small {
  padding: 0 0.5rem;
  line-height: calc(1.5rem - (1px * 2)) !important;
}

.button--full {
  width: 100%;
  margin-right: 0;
}

.label {
  display: block;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-weight: 500;
  color: #1F323F;
}

.input, .textarea {
  display: inline-block;
  padding: 0.5em 0.75em;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #FFF;
  border: 1px solid #BABABA;
  border-radius: 6px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.input::-webkit-inner-spin-button, .textarea::-webkit-inner-spin-button, .input::-webkit-outer-spin-button, .textarea::-webkit-outer-spin-button {
  margin: 0;
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  font-weight: 300;
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  font-weight: 300;
}

.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  font-weight: 300;
}

.input::placeholder, .textarea::placeholder {
  font-weight: 300;
}

.input:hover, .textarea:hover, .input:focus, .textarea:focus {
  outline: none;
  border-color: #eb6e1f;
}

.input--error {
  border-color: #E51F2D;
}

.input--error:hover, .input--error:focus {
  border-color: #E51F2D;
}

.input--success {
  border-color: #008839;
}

.input--success:hover, .input--success:focus {
  border-color: #008839;
}

.input--phone {
  max-width: 11rem;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

.textarea {
  display: block;
  min-height: 5em;
}

.mask:before, .figure--filter-light:before, .figure--filter-dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mask--light:before, .figure--filter-light:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.mask--dark:before, .figure--filter-dark:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.box {
  padding: 2rem;
  background-color: #FFF;
}

.box > *:last-child {
  margin-bottom: 0;
}

.box > *:last-child > *:last-child {
  margin-bottom: 0;
}

.box > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.box > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.login {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.login__form {
  width: 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  border-radius: 6px;
  padding: 1.5rem;
  text-align: center;
}

.login__form > *:last-child {
  margin-bottom: 0;
}

.login__form > *:last-child > *:last-child {
  margin-bottom: 0;
}

.login__form > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.login__form > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .body--no-scroll-mobile {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }
}

.body--no-scroll {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.body--no-scroll .header {
  position: relative;
  z-index: -1 !important;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  background-color: #000;
  color: #FFF;
  background-image: url("../img/footer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5rem;
}

@media (min-width: 800px) {
  .footer {
    padding-bottom: 7rem;
  }
}

.footer * {
  color: #FFF;
}

.footer a {
  color: #eb6e1f !important;
}

.footer .hr,
.footer hr {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 800px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 800px) {
  .footer__wrapper__part {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .footer__wrapper__part:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: calc(75% - 2rem);
        flex-basis: calc(75% - 2rem);
  }
}

.footer .emergency__item {
  border-color: #FFF;
}

.navbar {
  width: 100%;
}

@media (min-width: 1100px) {
  .navbar__nav-toggle, .navbar__nav__item {
    font-size: 1rem;
  }
}

@media (min-width: 1100px) {
  .navbar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar__brand {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 10000;
}

.navbar__brand__figure {
  width: 7rem;
  -ms-flex-preferred-size: 7rem;
      flex-basis: 7rem;
}

@media (min-width: 1100px) {
  .navbar__brand__figure {
    width: 10rem;
    -ms-flex-preferred-size: 10rem;
        flex-basis: 10rem;
  }
}

.navbar__brand__figure__img {
  width: 100%;
  display: block;
}

.navbar__nav-toggle {
  margin: 0 0 0 0;
  float: right;
}

.navbar__nav-toggle:hover span {
  color: #000 !important;
}

@media (min-width: 1100px) {
  .navbar__nav-toggle {
    display: none;
  }
}

@media (max-width: 1100px) {
  .navbar__nav {
    display: none;
  }
}

@media (min-width: 1100px) {
  .navbar__nav {
    -ms-flex-preferred-size: calc(100% - 3.5rem);
        flex-basis: calc(100% - 3.5rem);
  }
}

@media (min-width: 1100px) {
  .navbar__nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navbar__nav__item {
  color: #000;
}

@media (max-width: 1100px) {
  .navbar__nav__item {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-animation: fall-down 800ms linear both;
            animation: fall-down 800ms linear both;
    width: 100%;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .navbar__nav__item:last-child {
    border-bottom: 0;
  }
  .navbar__nav__item:nth-child(1) {
    -webkit-animation-delay: 50ms;
            animation-delay: 50ms;
  }
  .navbar__nav__item:nth-child(2) {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
  }
  .navbar__nav__item:nth-child(3) {
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
  }
  .navbar__nav__item:nth-child(4) {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .navbar__nav__item:nth-child(5) {
    -webkit-animation-delay: 250ms;
            animation-delay: 250ms;
  }
  .navbar__nav__item:nth-child(6) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  .navbar__nav__item:nth-child(7) {
    -webkit-animation-delay: 350ms;
            animation-delay: 350ms;
  }
  .navbar__nav__item:nth-child(8) {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
  .navbar__nav__item:nth-child(9) {
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
  }
  .navbar__nav__item:nth-child(10) {
    -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
  }
}

@media (min-width: 1100px) {
  .navbar__nav__item--kontakt {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #000;
    background-color: transparent;
    border: 1px solid #eb6e1f;
    border-radius: 6px;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 2rem;
  }
  .navbar__nav__item--kontakt span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar__nav__item--kontakt:active, .navbar__nav__item--kontakt:focus, .navbar__nav__item--kontakt:hover {
    color: #000;
    border-color: #eb6e1f;
    background-color: #eb6e1f;
    text-decoration: none;
    text-shadow: none;
  }
  .navbar__nav__item--kontakt:active span, .navbar__nav__item--kontakt:focus span, .navbar__nav__item--kontakt:hover span {
    color: #000;
  }
}

@media (min-width: 1100px) {
  .navbar__nav__item + .navbar__nav__item {
    margin-left: 2rem;
  }
}

@media (max-width: 1100px) {
  .navbar--expanded {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    background-color: #000;
    height: 100%;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navbar--expanded .navbar__nav {
    display: block;
    padding-top: 5rem;
  }
}

.section {
  background-color: #F4F4F4;
}

.section:after {
  content: "";
  display: table;
  clear: both;
}

.section > *:last-child {
  margin-bottom: 0;
}

.section > *:last-child > *:last-child {
  margin-bottom: 0;
}

.section > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.section > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.section__figure__img {
  display: block;
  height: 40vh;
  margin-top: -20vh;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1000;
}

.section:nth-child(odd) {
  background-color: #FFF;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.section--figure {
  margin-top: 20vh;
}

.section--white {
  background-color: #FFF !important;
  border-top: 1px solid #EBEBEB !important;
  border-bottom: 1px solid #EBEBEB !important;
}

.section--gray {
  background-color: #F4F4F4 !important;
  border: none !important;
}

.section--dark {
  background-color: #000 !important;
  border: none !important;
}

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

.section--404 .wysiwyg {
  margin-left: auto;
  margin-right: auto;
}

.section--404 .button, .section--404 .navbar__nav-toggle {
  margin-right: 0;
}

.section--404 .button + .button, .section--404 .navbar__nav-toggle + .button, .section--404 .button + .navbar__nav-toggle, .section--404 .navbar__nav-toggle + .navbar__nav-toggle {
  margin-left: 1rem;
}

.module {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-x: hidden;
}

.module > *:last-child {
  margin-bottom: 0;
}

.module > *:last-child > *:last-child {
  margin-bottom: 0;
}

.module > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.module > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .module {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.module--air {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 800px) {
  .module--air {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.module--no-air {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 800px) {
  .module--no-air {
    padding-left: 0;
    padding-right: 0;
  }
}

.module--less-spacing {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 800px) {
  .module--less-spacing {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.module--no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 800px) {
  .module--no-spacing {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.module--page-header, .module--featured {
  text-align: center;
}

.module--section-figure {
  overflow-x: visible;
}

.module--map {
  padding: 0;
}

@media (min-width: 800px) {
  .module--map {
    padding: 0;
  }
}

.module--page-header, .module--featured, .module--section-figure, .module--1 {
  padding-top: 0;
}

@media (min-width: 800px) {
  .module--page-header, .module--featured, .module--section-figure, .module--1 {
    padding-top: 0;
  }
}

.module + .module,
.module--text + .module--button {
  padding-top: 0;
}

@media (min-width: 800px) {
  .module + .module,
  .module--text + .module--button {
    padding-top: 0;
  }
}

.module--map + .module {
  padding-top: 2rem;
}

@media (min-width: 800px) {
  .module--map + .module {
    padding-top: 3rem;
  }
}

.media:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 800px) {
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.media__figure__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 800px) {
  .media__figure {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
  }
}

.media__content > *:last-child {
  margin-bottom: 0;
}

.media__content > *:last-child > *:last-child {
  margin-bottom: 0;
}

.media__content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.media__content > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .media__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media__content .wysiwyg {
  margin-left: 0;
  margin-right: 0;
}

.media--img-width-full {
  position: relative;
}

@media (min-width: 800px) {
  .media--img-width-full .media__figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 800px) {
  .media--img-width-full .media__content {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

@media (min-width: 800px) {
  .media--img-width-half .media__figure {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 800px) {
  .media--img-width-half .media__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 800px) {
  .media--img-width-third .media__figure {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media (min-width: 800px) {
  .media--img-width-third .media__content {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
  }
}

@media (min-width: 800px) {
  .media--order-right .media__figure, .media:nth-child(even) .media__figure {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}

.media--order-right .media__content {
  right: auto;
  left: 0;
}

@media (min-width: 800px) {
  .media--align-top .media__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 800px) {
  .media--align-center .media__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 800px) {
  .media--align-bottom .media__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.media--text-align-left .media__content {
  text-align: left;
}

.media--text-align-center .media__content {
  width: 100%;
  text-align: center;
}

.media--text-align-center .media__content *:not(.button):not(.navbar__nav-toggle) {
  margin-left: auto;
  margin-right: auto;
}

.media--text-align-right .media__content {
  text-align: right;
}

.media--theme-light {
  background-color: #FFF !important;
}

@media (min-width: 800px) {
  .media--theme-light.media--img-width-full .media__content {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .media--theme-light.media--img-width-full .media__content * {
    color: #000 !important;
  }
}

.media--theme-dark {
  background-color: #000 !important;
}

.media--theme-dark .media__content * {
  color: #FFF !important;
}

@media (min-width: 800px) {
  .media--theme-dark.media--img-width-full .media__content {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .media--theme-dark.media--img-width-full .media__content * {
    color: #FFF !important;
  }
}

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

.form > *:last-child {
  margin-bottom: 0;
}

.form > *:last-child > *:last-child {
  margin-bottom: 0;
}

.form > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.form > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.form__block {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 1rem;
  position: relative;
}

.form__block:after {
  content: "";
  display: table;
  clear: both;
}

.form__block__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  text-align: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.form__block__button__icon {
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: 0.05em;
}

.form__block__button__icon--search {
  color: #BABABA;
  pointer-events: none;
}

.form__block__button__icon--reset {
  color: #eb6e1f;
}

.form__block__note {
  margin-top: 0.5rem;
}

.form__block__note--error {
  color: #E51F2D;
}

.form__block__error {
  padding-top: 1rem;
  color: #E51F2D;
}

.form__block--submit {
  padding-top: 1rem;
}

.form__block--error {
  color: #E51F2D;
}

.checkbox {
  text-align: left;
}

.checkbox:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox__item {
  display: block;
  clear: both;
  position: relative;
  clear: both;
}

.checkbox__item:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox__item__input {
  position: absolute;
  width: .75rem;
  height: .75rem;
  top: .5rem;
  left: .5rem;
  cursor: pointer;
  font-size: inherit;
}

.checkbox__item__input:before, .checkbox__item__input:after {
  content: '';
  position: absolute;
  margin-top: -.5rem;
  margin-left: -.5rem;
}

.checkbox__item__input:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  background-color: #FFF;
  border: 2px solid #BABABA;
  border-radius: 6px;
}

.checkbox__item__input:after {
  width: 0.75rem;
  height: 0.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  border: 2px solid #BABABA;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkbox__item__input:hover {
  border-color: #1F323F;
}

.checkbox__item__input:hover:before {
  border-color: #eb6e1f;
}

.checkbox__item__input:checked:before {
  border-color: #eb6e1f;
  background-color: #eb6e1f;
}

.checkbox__item__input:checked:after {
  border-color: #FFF;
  opacity: 1;
}

.checkbox__item__helper {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  display: block;
  cursor: pointer;
}

.checkbox__item__helper--disable-on-mobile {
  pointer-events: none;
}

@media (min-width: 800px) {
  .checkbox__item__helper--disable-on-mobile {
    pointer-events: all;
  }
}

.checkbox__item__options {
  padding-left: 2.5rem;
  -webkit-animation: fall-down 600ms linear both;
          animation: fall-down 600ms linear both;
}

.checkbox__item__note {
  padding-left: 2.5rem;
  margin-top: -0.5rem;
}

.checkbox__item--inline {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  clear: none;
}

.video {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.video:after {
  content: "";
  display: table;
  clear: both;
}

.video__embed {
  position: relative;
  padding-top: 56.25%;
}

.video__embed__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video__player {
  width: 100%;
  display: block;
}

.video--large {
  max-width: 1500px;
}

.video--medium {
  max-width: 1125px;
}

.video--small {
  max-width: 750px;
}

.gallery {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery__page {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}

.gallery__page__figure {
  position: relative;
  text-align: center;
}

.gallery__page__figure__img {
  display: inline;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border: 0.5rem solid #FFF;
  background-color: #FFF;
  max-width: calc(100% - 2rem);
  width: auto;
  max-height: 75vh;
}

.gallery__page__figure__caption {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
}

.gallery__wrapper {
  white-space: nowrap;
  position: relative;
}

.gallery__offset {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (min-width: 500px) {
  .gallery__offset {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
}

@media (min-width: 800px) {
  .gallery__offset {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.gallery__offset--transition-reset {
  -webkit-transition: none;
  transition: none;
}

.gallery__control {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -2rem;
  width: 2rem;
  height: 2rem;
  border: 2px solid #eb6e1f;
  background-color: transparent;
  color: #eb6e1f;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery__control:hover {
  background-color: #eb6e1f;
  color: #eb6e1f;
}

.gallery__control:hover:before {
  color: #eb6e1f;
}

.gallery__control--prev:before, .gallery__control--next:before {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery__control--prev {
  left: 1rem;
}

@media (min-width: 800px) {
  .gallery__control--prev {
    left: 2rem;
  }
}

.gallery__control--prev:before {
  margin-left: -2px;
}

.gallery__control--next {
  right: 1rem;
}

@media (min-width: 800px) {
  .gallery__control--next {
    right: 2rem;
  }
}

.gallery__control--next:before {
  margin-right: -2px;
}

.gallery__control_is_disabled {
  opacity: 0.2;
}

.gallery__control_is_disabled:hover {
  background-color: inherit;
  color: inherit;
  cursor: default;
}

.gallery__indicator {
  position: absolute;
  bottom: 1rem;
  height: 1rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery__indicator__item {
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #eb6e1f;
}

.gallery__indicator__item:hover, .gallery__indicator__item_is_active {
  background-color: #eb6e1f;
}

.touch .gallery__control {
  display: none;
}

.figure {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.figure:after {
  content: "";
  display: table;
  clear: both;
}

.figure__img {
  display: block;
}

.figure__caption {
  background-color: #FFF;
  padding: 0.5rem;
  position: relative;
  z-index: 1000;
}

@media (min-width: 800px) {
  .figure__caption {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    max-width: 500px;
    padding: 1rem;
  }
}

.figure--format-large {
  max-width: 1500px;
}

.figure--format-medium {
  max-width: 1125px;
}

.figure--format-small {
  max-width: 750px;
}

.figure--filter-bw .figure__img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.map {
  position: relative;
}

.map__canvas {
  width: 100%;
  height: 60vh;
}

.map__marker {
  width: 4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.map__marker img {
  display: block;
}

.column {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column__item {
  margin: 1rem !important;
  display: block;
}

.column__item > *:last-child {
  margin-bottom: 0;
}

.column__item > *:last-child > *:last-child {
  margin-bottom: 0;
}

.column__item > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.column__item > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 500px) {
  .column__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}

@media (min-width: 800px) {
  .column__item {
    -ms-flex-preferred-size: calc(33.33% - 2rem);
        flex-basis: calc(33.33% - 2rem);
  }
}

@media (min-width: 1100px) {
  .column__item {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
  }
}

.column__item__figure__img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.column__item__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.column__item--card {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  background-color: #FFF;
}

.column__item--card .column__item__figure {
  overflow: hidden;
}

.column__item--card .column__item__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.column__item--card:hover .column__item__figure__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.column__item--profile {
  margin-top: 4rem !important;
  background-color: #FFF;
  border-radius: 6px;
}

.column__item--profile:after {
  content: "";
  display: table;
  clear: both;
}

.column__item--profile .column__item__figure__img {
  display: block;
  background-color: #FFF;
  border: 5px solid #FFF;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
  margin-top: -3rem;
  margin-left: auto;
  margin-right: auto;
}

.column__item--profile .column__item__content {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.column a.column__item h1, .column a.column__item h2, .column a.column__item h3, .column a.column__item h4, .column a.column__item h5, .column a.column__item h6 {
  color: #eb6e1f;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.profile__item {
  margin: 1rem !important;
}

.profile__item > *:last-child {
  margin-bottom: 0;
}

.profile__item > *:last-child > *:last-child {
  margin-bottom: 0;
}

.profile__item > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.profile__item > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .profile__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}

@media (min-width: 1100px) {
  .profile__item {
    -ms-flex-preferred-size: calc(33.33% - 2rem);
        flex-basis: calc(33.33% - 2rem);
  }
}

.profile__item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.profile__item__media__figure {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  border-radius: 100%;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
}

.profile__item__media__figure img {
  display: block;
  width: 6rem;
  height: 6rem;
}

@media (min-width: 500px) {
  .emergency {
    float: right;
  }
}

.emergency__item {
  border: 2px solid #000;
  border-radius: 6px;
  margin-bottom: 2rem;
  display: block;
}

.emergency__item:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 500px) {
  .emergency__item {
    max-width: 20rem;
    display: inline-block;
  }
  .emergency__item:first-child {
    margin-right: 2rem;
  }
}

.emergency__item__icon {
  font-size: 3rem;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  float: left;
  margin: 1.5rem;
  margin-right: 0;
}

.emergency__item__vcard {
  float: left;
  margin: 1.5rem !important;
}

.emergency__item__tagline {
  white-space: nowrap;
}

.emergency__item__tel {
  color: #eb6e1f;
  font-size: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}

.some {
  font-size: 1.5rem;
  display: inline-block;
  clear: both;
  display: block;
}

.some__item + .some__item {
  margin-left: 0.5rem;
}

.table,
table {
  width: 100%;
  border: 1px solid #BABABA;
}

@media (max-width: 800px) {
  .table,
  table {
    font-size: 0.75em;
  }
}

.table thead,
table thead {
  background-color: #000;
  color: #FFF;
}

.table th,
table th {
  white-space: nowrap;
}

.table th, .table td,
table th,
table td {
  border: 1px solid #BABABA;
  padding: 0.5rem 1rem;
  text-align: left;
}

.accordion {
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

.accordion__trigger {
  display: block;
  position: relative;
  padding: 1rem 0;
  padding-right: 2rem;
  cursor: pointer;
  margin: 0;
  color: #eb6e1f;
}

.accordion__trigger__title {
  margin: 0;
}

.accordion__trigger__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 1em;
  line-height: 1em;
  width: 1em;
  height: 1em;
  text-align: center;
}

.accordion__content {
  display: none;
}

.accordion__content > *:last-child {
  margin-bottom: 0;
}

.accordion__content > *:last-child > *:last-child {
  margin-bottom: 0;
}

.accordion__content > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.accordion__content > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.accordion__item {
  -webkit-animation: fall-down 400ms linear both;
          animation: fall-down 400ms linear both;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.accordion__item:nth-child(1) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.accordion__item:nth-child(2) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.accordion__item:nth-child(3) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.accordion__item:nth-child(4) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.accordion__item:nth-child(5) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.accordion__item:nth-child(6) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.accordion__item:nth-child(7) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.accordion__item:nth-child(8) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.accordion__item:nth-child(9) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

.accordion__item:nth-child(10) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.accordion__item--expanded .accordion__trigger {
  color: #1F323F;
}

.accordion__item--expanded .accordion__trigger__title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion__item--expanded .accordion__trigger__icon:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.accordion__item--expanded .accordion__content {
  display: block;
  padding-top: 1rem;
  padding-bottom: 2rem;
  -webkit-animation: fall-down 800ms linear both;
          animation: fall-down 800ms linear both;
}

.accordion__item + .accordion__item {
  border-top: 1px solid #BABABA;
}

.no-js .accordion {
  border: none;
}

.no-js .accordion__trigger__title {
  color: #1F323F;
}

.no-js .accordion__trigger__icon {
  display: none;
}

.no-js .accordion__content {
  display: block;
}

.no-js .accordion__item {
  border: none !important;
}

.instafeed {
  width: 100%;
  border: 1px solid transparent;
  background-color: #FFF;
}

.instafeed:after {
  content: "";
  display: table;
  clear: both;
}

.instafeed__item {
  position: relative;
  width: 33.33%;
  padding: 1px;
  float: left;
  overflow: hidden;
}

.instafeed__item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (min-width: 800px) {
  .instafeed__item {
    width: 16.667%;
  }
}

.instafeed__item__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.instafeed__item:hover .instafeed__item__img, .instafeed__item:focus .instafeed__item__img {
  -webkit-filter: none;
          filter: none;
}

@media (min-width: 800px) {
  .archive__filter {
    width: 25%;
    float: left;
  }
}

@media (max-width: 800px) {
  .archive__filter__content {
    display: none;
  }
}

@media (max-width: 800px) {
  .archive__filter__content__update {
    display: none;
  }
}

@media (max-width: 800px) {
  .archive__filter__bar {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    z-index: 10000000;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 800px) {
  .archive__filter__bar__info {
    float: left;
  }
}

@media (min-width: 800px) {
  .archive__filter__bar__info {
    display: none;
  }
}

@media (max-width: 800px) {
  .archive__filter__bar__toggle {
    float: right;
  }
}

@media (min-width: 800px) {
  .archive__filter__bar__toggle {
    display: none;
  }
}

@media (max-width: 800px) {
  .archive__filter--expanded .archive__filter__content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 100000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10rem;
  }
}

@media (min-width: 800px) {
  .archive__results {
    width: 75%;
    float: left;
  }
}

.tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 6px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  padding-right: 2rem;
}

.tag__remove {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  line-height: 1;
}

.tag__remove:before {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #eb6e1f;
}

.o-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.o-clear-both {
  clear: both;
}

.o-clear-left {
  clear: left;
}

.o-clear-right {
  clear: right;
}

.o-right {
  float: right;
}

.o-left {
  float: left;
}

.o-table {
  display: table;
}

.o-table-cell {
  display: table-cell;
}

.o-block {
  display: block;
}

.o-inline {
  display: inline;
}

.o-inline-block {
  display: inline-block;
}

.o-oh {
  overflow: hidden;
}

.o-ov {
  overflow: visible;
}

.o-center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.o-center-horizontal {
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.o-space {
  margin-bottom: 1rem;
}

.o-space-grid-gutter {
  margin-bottom: 2rem;
}

.o-space-gutter {
  margin-bottom: 1rem;
}

.o-space-gutter-half {
  margin-bottom: 0.5rem;
}

.o-space-gutter-1 {
  margin-bottom: 1rem;
}

.o-space-gutter-2 {
  margin-bottom: 2rem;
}

.o-space-gutter-3 {
  margin-bottom: 3rem;
}

.o-space-top {
  margin-top: 1rem;
}

.o-space-top-gutter-half {
  margin-top: 0.5rem;
}

.o-relative {
  position: relative;
}

.o-static {
  position: static;
}

.o-no-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.o-element {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.o-component {
  display: block;
  margin-bottom: 3rem;
}

.o-no-margin {
  margin: 0;
}

.o-no-margin-top {
  margin-top: 0;
}

.o-no-margin-right {
  margin-right: 0;
}

.o-no-margin-bottom {
  margin-bottom: 0;
}

.o-no-margin-left {
  margin-left: 0;
}

.o-no-padding {
  padding: 0;
}

.o-no-padding-top {
  padding-top: 0;
}

.o-no-padding-right {
  padding-right: 0;
}

.o-no-padding-bottom {
  padding-bottom: 0;
}

.o-no-padding-left {
  padding-left: 0;
}

.o-no-border {
  border: 0;
}

.o-no-border-top {
  border-top: 0;
}

.o-no-border-right {
  border-right: 0;
}

.o-no-border-bottom {
  border-bottom: 0;
}

.o-no-border-left {
  border-left: 0;
}

.o-show {
  display: block;
}

.o-hide {
  display: none;
}

.o-shadow {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}

.o-text-uppercase {
  text-transform: uppercase;
}

.o-text-lowercase {
  text-transform: lowercase;
}

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

.o-text-center p {
  margin-left: auto;
  margin-right: auto;
}

.o-text-right {
  text-align: right;
}

.o-text-left {
  text-align: left;
}

.o-text-strong {
  font-weight: 500;
}

.o-text-italic {
  font-style: italic;
}

.o-text-nowrap {
  white-space: nowrap;
}

.o-text-hide, .tag__remove__title {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.o-text-disable-select, .checkbox__item__helper {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.o-text-antialiased, .input, .textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o-text-emboss {
  -webkit-box-shadow: #FFF 0.8 0 1px 0, inset #000 0.05 0 1px 0;
          box-shadow: #FFF 0.8 0 1px 0, inset #000 0.05 0 1px 0;
}

.o-text-letterpress {
  text-shadow: #FFF 0.5 0 1px 0;
}

.o-reset-float {
  float: none;
}

.o-reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.o-reset-list li {
  margin: 0;
  padding: 0;
}

.o-reset-list li:before, .o-reset-list li:after {
  display: none;
}

.o-reset-appearance, .input, .textarea, .checkbox__item__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.o-reset-clearfix:after {
  display: inline;
  clear: none;
}

.o-reset-spacing > *:last-child {
  margin-bottom: 0;
}

.o-reset-spacing > *:last-child > *:last-child {
  margin-bottom: 0;
}

.o-reset-spacing > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.o-reset-spacing > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.o-reset-pointer {
  pointer-events: none;
}

.o-max {
  max-width: 32rem;
}

.o-color-primary {
  color: #eb6e1f;
}

.o-color-secondary {
  color: #D2451E;
}

.o-color-link {
  color: #eb6e1f;
}

.o-color-text {
  color: #1F323F;
}

.o-color-text-lighter {
  color: #54626C;
}

.o-color-border {
  color: #BABABA;
}

.o-color-background-darker {
  color: #565655;
}

.o-color-background {
  color: #EBEBEB;
}

.o-color-background-lighter {
  color: #F4F4F4;
}

.o-color-light {
  color: #FFF;
}

.o-color-dark {
  color: #000;
}

.o-color-error {
  color: #E51F2D;
}

.o-color-success {
  color: #008839;
}

.o-background-color-primary {
  background-color: #eb6e1f;
}

.o-background-color-secondary {
  background-color: #D2451E;
}

.o-background-color-link {
  background-color: #eb6e1f;
}

.o-background-color-text {
  background-color: #1F323F;
}

.o-background-color-text-lighter {
  background-color: #54626C;
}

.o-background-color-border {
  background-color: #BABABA;
}

.o-background-color-background-darker {
  background-color: #565655;
}

.o-background-color-background {
  background-color: #EBEBEB;
}

.o-background-color-background-lighter {
  background-color: #F4F4F4;
}

.o-background-color-light {
  background-color: #FFF;
}

.o-background-color-dark {
  background-color: #000;
}

.o-background-color-error {
  background-color: #E51F2D;
}

.o-background-color-success {
  background-color: #008839;
}

.o-background-negative {
  color: #FFF;
}

.o-background-negative a[href]:not([class]) {
  color: #FFF;
  border-bottom-color: #FFF;
}

.o-background-negative a[href]:not([class]):focus, .o-background-negative a[href]:not([class]):hover {
  color: #FFF;
  border-bottom-color: #FFF;
}
