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

/* Sections
   ========================================================================== */
/**
 * 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 {
  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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 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 {
  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"] {
  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; }

/* Palette */
/* Layout */
/* Breakpoints */
@font-face {
  font-family: 'EB Garamond';
  src: url("/_assets/fonts/EBGaramond-Regular.woff2") format("woff2"), url("/_assets/fonts/EBGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.15rem; }

p, .item-content ul, .item-details ul, .item-location ul {
  font-family: Garamond;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #222828; }

a, a:link, a:hover, a:active, a:visited {
  text-decoration: none; }

.link-animated a {
  display: inline-block;
  text-decoration: none;
  height: 3px; }
.link-animated a b {
  height: 1px;
  background: #ff2d62;
  float: right;
  bottom: -3px;
  width: 0%;
  transition: width .8s; }
.link-animated a:hover b {
  color: #fff;
  width: 100%;
  float: left; }

.contain {
  margin: 0px auto;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 95px;
  max-width: 1100px; }

.lang {
  text-transform: uppercase; }

.map-image img {
  width: 100%; }

.cookie-consent {
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #ff2d62;
  text-align: center;
  height: 150px;
  width: 100vw;
  top: 0;
  position: fixed;
  z-index: 1;
  padding: 0 15px 20px;
  transition: all 1.2s; }
  .cookie-consent.show-banner {
    opacity: 1; }
  .cookie-consent label {
    font-size: .8rem;
    color: #fff; }
  @media (max-width: 480px) {
    .cookie-consent {
      height: 180px; } }

.cms-editor-active .editor-content {
  display: inline-block; }

#item {
  max-width: 960px;
  padding: 20px;
  margin: 0px auto; }
  #item::after {
    display: table;
    content: " ";
    clear: both; }

.item-contact img {
  width: 100%; }
.item-contact a {
  display: block; }

.item-content {
  float: left;
  width: 60%;
  padding: 20px;
  color: #222828;
  font-family: Garamond, 'Times New Roman', Times, serif; }
  .item-content li {
    margin-left: 1.5em; }
  .item-content a {
    color: #ff2d62;
    overflow-wrap: break-word; }
  .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6 {
    padding-bottom: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .item-content p, .item-content ul {
    padding-bottom: 20px; }
  .item-content img {
    float: none;
    width: 100%;
    margin: 20px 0px;
    height: auto; }
  @media (max-width: 768px) {
    .item-content {
      float: none;
      width: 100%; } }
  .item-content .inline-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 45%; }
    .item-content .inline-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.item-meta {
  float: right;
  width: 40%;
  padding: 20px; }
  .item-meta .btn-cta-clear {
    border: 3px solid #ff2d62;
    width: auto; }
    .item-meta .btn-cta-clear b {
      color: #ff2d62; }
    .item-meta .btn-cta-clear:after {
      background: #ff2d62; }
    .item-meta .btn-cta-clear:hover b {
      color: #fff; }
  .item-meta .list-link span {
    display: inline-block;
    text-decoration: none;
    height: 3px;
    color: #7d8080; }
  .item-meta .list-link span b {
    height: 1px;
    background: #ff2d62;
    float: right;
    bottom: -3px;
    width: 0%;
    transition: width .8s; }
  .item-meta .list-link span:hover b {
    width: 100%;
    float: left; }
  .item-meta p, .item-meta .item-content ul, .item-content .item-meta ul, .item-meta .item-details ul, .item-details .item-meta ul, .item-meta .item-location ul, .item-location .item-meta ul,
  .item-meta span:not(.addtocalendar) {
    padding-bottom: 20px; }
  @media (max-width: 768px) {
    .item-meta {
      float: none;
      width: 100%; } }

.item-social {
  position: relative;
  border: 3px solid #222828;
  border-left: none;
  display: flex; }
  .item-social path {
    fill: #222828; }
  .item-social .icon-twitter,
  .item-social .icon-facebook,
  .item-social .icon-mail,
  .item-social div {
    border-left: 2px solid #222828;
    padding: 5px 0px; }
  .item-social a,
  .item-social div,
  .item-social .addtocalendar {
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .item-social div {
    cursor: pointer; }

.item-details, .item-location, .item-material {
  background: #e4e4e4;
  padding: 40px 30px;
  margin-bottom: 20px; }
  .item-details p, .item-location p, .item-material p, .item-material .item-content ul, .item-content .item-material ul, .item-details ul, .item-location ul {
    font-size: 1em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.item-details a, .item-location a {
  color: #ff2d62; }
.item-details h5, .item-location h5 {
  font-size: 0.85em;
  font-weight: bold;
  padding-bottom: 10px; }
.item-details p, .item-details ul, .item-location p, .item-location ul {
  font-size: 0.85em;
  font-weight: 500;
  color: #646868;
  line-height: 1.4em; }
  .item-details p:empty, .item-details ul:empty, .item-location p:empty, .item-location ul:empty {
    display: none; }

.item-material p, .item-material .item-content ul, .item-content .item-material ul, .item-material .item-details ul, .item-details .item-material ul, .item-material .item-location ul, .item-location .item-material ul {
  font-weight: 900;
  color: #222828;
  font-size: 1em;
  line-height: 1.2em; }
.item-material a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #222828;
  padding: 10px;
  text-align: center;
  font-size: 0.8em; }
  .item-material a b {
    display: inline-block;
    padding: 0px 10px; }

.item-location {
  padding-bottom: 265px;
  background-position-y: bottom;
  background-repeat: no-repeat; }

.group-content p:last-of-type, .group-content .item-content ul:last-of-type, .item-content .group-content ul:last-of-type, .group-content .item-details ul:last-of-type, .item-details .group-content ul:last-of-type, .group-content .item-location ul:last-of-type, .item-location .group-content ul:last-of-type {
  margin-bottom: 1rem; }
.group-content .full-content,
.group-content .read-less {
  display: none; }
.group-content img {
  max-width: 100%;
  padding: 10px 10px 10px 10px; }

.top-menu {
  padding: 10px 15%;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 50px;
  transition: 0.5s background ease;
  background: #ff2d62;
  /* logo normal position */
  /* above mobile breakpoint */
  /* below mobile breakpoint */ }
  .top-menu .link-animated em,
  .top-menu .link-animated b {
    display: block;
    font-style: normal;
    color: #2b3535;
    height: 3px; }
  .top-menu .link-animated b {
    background: #fff; }
  .top-menu .logo {
    position: fixed;
    width: 180px;
    top: 12px;
    transition: 0.5s all ease;
    z-index: 101; }
    .top-menu .logo path {
      fill: #fff; }
  .top-menu .top-menu-toggle {
    display: none; }
  .top-menu menu {
    list-style: none;
    float: right; }
    .top-menu menu a,
    .top-menu menu a:link,
    .top-menu menu a:hover,
    .top-menu menu a:active,
    .top-menu menu a:visited {
      text-transform: uppercase;
      display: inline-block;
      color: #fff;
      padding: 5px 0px;
      margin: 0px 10px;
      font-size: 18px; }
  .top-menu li {
    display: inline-block; }
  .top-menu .lang b {
    border-bottom: 1px solid #fff; }
  @media (max-width: 768px) {
    .top-menu {
      padding: 10px 20px; }
      .top-menu menu {
        display: none; }
      .top-menu .logo {
        width: 130px;
        padding-top: 5px; }
      .top-menu .top-menu-links {
        transition: all 0.6s;
        /* opened mobile menu */ }
        .top-menu .top-menu-links .top-menu-toggle {
          display: block;
          width: 30px;
          height: 30px;
          position: absolute;
          top: 10px;
          right: 20px;
          transition: all 0.6s; }
          .top-menu .top-menu-links .top-menu-toggle span {
            transition: all 0.6s;
            transform-origin: 50% 50%;
            background: #fff;
            opacity: 1;
            height: 4px;
            width: 100%;
            position: absolute;
            top: 50%;
            display: block; }
            .top-menu .top-menu-links .top-menu-toggle span:nth-child(1) {
              margin-top: -12px; }
            .top-menu .top-menu-links .top-menu-toggle span:nth-child(2) {
              margin-top: -2px; }
            .top-menu .top-menu-links .top-menu-toggle span:nth-child(3) {
              margin-top: 8px; }
        .top-menu .top-menu-links .top-menu-toggle.open {
          transition: all 0.6s; }
          .top-menu .top-menu-links .top-menu-toggle.open span:nth-child(1) {
            transform: rotate(-135deg) translate(-7px, -7px); }
          .top-menu .top-menu-links .top-menu-toggle.open span:nth-child(2) {
            opacity: 0; }
          .top-menu .top-menu-links .top-menu-toggle.open span:nth-child(3) {
            transform: rotate(135deg) translate(-7px, 7px); }
        .top-menu .top-menu-links.open {
          background: #ff2d62;
          position: fixed;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.6s; }
          .top-menu .top-menu-links.open menu {
            display: block;
            float: none; }
            .top-menu .top-menu-links.open menu a,
            .top-menu .top-menu-links.open menu a:link,
            .top-menu .top-menu-links.open menu a:hover,
            .top-menu .top-menu-links.open menu a:active,
            .top-menu .top-menu-links.open menu a:visited,
            .top-menu .top-menu-links.open menu li {
              text-align: center;
              display: block;
              width: 150px;
              white-space: nowrap;
              font-size: 1.1em;
              font-weight: 200; }
              .top-menu .top-menu-links.open menu a b,
              .top-menu .top-menu-links.open menu a:link b,
              .top-menu .top-menu-links.open menu a:hover b,
              .top-menu .top-menu-links.open menu a:active b,
              .top-menu .top-menu-links.open menu a:visited b,
              .top-menu .top-menu-links.open menu li b {
                display: none; } }

.main-header {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (max-width: 768px) {
    .main-header {
      background-attachment: scroll; } }
  .main-header video {
    width: 100%; }

/*
uses strokedash hack shown here:
https://codepen.io/MyXoToD/post/howto-self-drawing-svg-animation
but a transition rather than a keyed animation
*/
.main-header-logo {
  max-width: 800px;
  margin: 0px auto;
  position: absolute;
  width: 60vw; }
  .main-header-logo svg path {
    transition: all 2s;
    fill: white;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dasharray: 200px;
    stroke-dashoffset: 0px; }
  .main-header-logo.scrolled svg path {
    transition: all 2s;
    fill: rgba(255, 255, 255, 0);
    stroke-dashoffset: 200px; }
  .main-header-logo p, .main-header-logo .item-content ul, .item-content .main-header-logo ul, .main-header-logo .item-details ul, .item-details .main-header-logo ul, .main-header-logo .item-location ul, .item-location .main-header-logo ul {
    color: #fff;
    text-align: center;
    padding: 50px 20px 35px;
    font-size: 1.6em;
    font-weight: lighter;
    font-family: 'Helvetica Neue Extended', Arial, sans-serif; }

.sub-header {
  height: 465px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .sub-header {
      background-attachment: scroll; } }
  .sub-header h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding: 40px 20px;
    margin: 0px;
    color: #fff; }
    @media (max-width: 480px) {
      .sub-header h1 {
        font-size: 2rem; } }
  .sub-header.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 45%; }
    .sub-header.video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.collection-summary {
  /* TILED VIEW */
  /* LIST VIEW */
  /* group controls */ }
  .collection-summary h2 {
    padding: 0px 10px; }
    .collection-summary h2 a {
      color: #222828; }
  @media (max-width: 768px) {
    .collection-summary input,
    .collection-summary label {
      display: none; } }
  .collection-summary .group {
    position: relative; }
  .collection-summary label svg {
    cursor: pointer; }
  .collection-summary .group-content {
    padding: 0 180px 40px;
    text-align: center;
    max-width: 1000px;
    margin: 0px auto; }
    .collection-summary .group-content p, .collection-summary .group-content .item-content ul, .item-content .collection-summary .group-content ul, .collection-summary .group-content .item-details ul, .item-details .collection-summary .group-content ul, .collection-summary .group-content .item-location ul, .item-location .collection-summary .group-content ul {
      line-height: 1.4em; }
    @media (max-width: 480px) {
      .collection-summary .group-content {
        padding: 50px 10px 40px;
        text-align: left; } }
    .collection-summary .group-content a {
      color: #ff2d62;
      transition: color .2s ease; }
      .collection-summary .group-content a:hover {
        color: #fff; }
  .collection-summary .tiles h2,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items h2 {
    padding: 0 10px; }
  .collection-summary .tiles p, .collection-summary .tiles .item-content ul, .item-content .collection-summary .tiles ul, .collection-summary .tiles .item-details ul, .item-details .collection-summary .tiles ul, .collection-summary .tiles .item-location ul, .item-location .collection-summary .tiles ul,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items p,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .item-content ul,
  .item-content .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items ul,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .item-details ul,
  .item-details .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items ul,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .item-location ul,
  .item-location .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items ul {
    max-width: 550px;
    width: 50%;
    margin: 0 auto; }
  .collection-summary .tiles .items,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .items {
    padding-top: 30px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    -moz-column-count: 4;
         column-count: 4; }
    @media (max-width: 960px) {
      .collection-summary .tiles .items,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .items {
        -moz-column-count: 3;
             column-count: 3; } }
    @media (max-width: 768px) {
      .collection-summary .tiles .items,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .items {
        -moz-column-count: 2;
             column-count: 2; } }
    @media (max-width: 480px) {
      .collection-summary .tiles .items,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .items {
        -moz-column-count: 1;
             column-count: 1; } }
  .collection-summary .tiles .box,
  .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box {
    display: flex;
    padding: 10px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    position: relative;
    transition: 0.2s filter linear; }
    .collection-summary .tiles .box:not(.featured),
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box:not(.featured) {
      filter: grayscale(100%); }
    .collection-summary .tiles .box.scrolled,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box.scrolled {
      filter: grayscale(0%);
      transition: 0.2s filter linear; }
    .collection-summary .tiles .box:hover span,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box:hover span {
      color: #7d8080; }
    .collection-summary .tiles .box a,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box a {
      width: 100%; }
    .collection-summary .tiles .box .white,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .white {
      background-color: #fff;
      height: 220px;
      padding: 20px;
      overflow: hidden; }
      .collection-summary .tiles .box .white h3,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .white h3 {
        padding-top: 20px;
        color: #000; }
      .collection-summary .tiles .box .white h4,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .white h4 {
        text-transform: uppercase;
        color: #7d8080;
        font-size: 0.9em; }
      .collection-summary .tiles .box .white .img-container,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .white .img-container {
        display: none; }
    .collection-summary .tiles .box .black,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black {
      background-color: #222828;
      height: 400px; }
      .collection-summary .tiles .box .black a, .collection-summary .tiles .box .black a:link, .collection-summary .tiles .box .black a:hover, .collection-summary .tiles .box .black a:active, .collection-summary .tiles .box .black a:visited,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black a,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black a:link,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black a:hover,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black a:active,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black a:visited {
        color: #fff; }
      .collection-summary .tiles .box .black h3,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black h3 {
        color: #fff;
        padding-top: 20px; }
      .collection-summary .tiles .box .black h4,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black h4 {
        text-transform: uppercase;
        color: #7d8080;
        font-size: 0.9em; }
      .collection-summary .tiles .box .black .details,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black .details {
        padding: 20px;
        display: block; }
      .collection-summary .tiles .box .black .img-container,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black .img-container {
        width: 100%;
        height: 45%;
        background-size: cover;
        background-position: center center;
        display: block; }
      .collection-summary .tiles .box .black .video-wrapper,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black .video-wrapper {
        position: relative;
        padding-bottom: 0;
        /* 16:9 */
        padding-top: 0;
        height: 45%; }
        .collection-summary .tiles .box .black .video-wrapper iframe,
        .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .black .video-wrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .collection-summary .tiles .box .pink,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink {
      background: #ff2d62;
      padding: 20px;
      color: #222828;
      width: 100%; }
      .collection-summary .tiles .box .pink span,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink span {
        display: block;
        padding-bottom: 20px; }
        .collection-summary .tiles .box .pink span a,
        .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink span a {
          color: #0b191c;
          font-weight: bold; }
      .collection-summary .tiles .box .pink h4 a,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink h4 a {
        color: #6a253d; }
      .collection-summary .tiles .box .pink h4:first-child,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink h4:first-child {
        text-transform: uppercase; }
      .collection-summary .tiles .box .pink h4,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink h4 {
        text-transform: none;
        padding-bottom: 40px;
        font-size: 0.9em; }
      .collection-summary .tiles .box .pink .link-animated em, .collection-summary .tiles .box .pink .link-animated b,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink .link-animated em,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink .link-animated b {
        display: block;
        font-style: normal;
        color: #2b3535; }
      .collection-summary .tiles .box .pink .link-animated b,
      .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .pink .link-animated b {
        background: #fff; }
    .collection-summary .tiles .box h5, .collection-summary .tiles .box .teaser,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box h5,
    .collection-summary input[name="view"][value="tiles"]:checked ~ .group-items .box .teaser {
      display: none; }
  .collection-summary .list a,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items a {
    color: #ff2d62; }
  .collection-summary .list .items,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items .items {
    padding-top: 30px;
    max-width: 950px;
    margin: 0px auto; }
  .collection-summary .list .list-link span,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items .list-link span {
    display: inline-block;
    text-decoration: none;
    height: 3px; }
  .collection-summary .list .list-link span b,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items .list-link span b {
    height: 1px;
    background: #ff2d62;
    float: right;
    bottom: -3px;
    width: 0%;
    transition: width .8s; }
  .collection-summary .list .list-link span:hover b,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items .list-link span:hover b {
    width: 100%;
    float: left; }
  .collection-summary .list .box,
  .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px; }
    .collection-summary .list .box h3,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box h3 {
      color: #7d8080;
      font-size: 1.2em;
      padding-bottom: 10px; }
    .collection-summary .list .box h4,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box h4 {
      display: none; }
    .collection-summary .list .box h5,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box h5 {
      color: #7d8080;
      font-size: 0.9em;
      padding-bottom: 10px; }
    .collection-summary .list .box p, .collection-summary .list .box .item-content ul, .item-content .collection-summary .list .box ul, .collection-summary .list .box .item-details ul, .item-details .collection-summary .list .box ul, .collection-summary .list .box .item-location ul, .item-location .collection-summary .list .box ul,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box p,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .item-content ul,
    .item-content .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box ul,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .item-details ul,
    .item-details .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box ul,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .item-location ul,
    .item-location .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box ul {
      color: #7d8080;
      font-size: 1em;
      line-height: 1.2em; }
    .collection-summary .list .box span span,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box span span {
      color: #ff2d62; }
    .collection-summary .list .box:after,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box:after {
      content: " ";
      clear: both;
      display: table; }
    .collection-summary .list .box .details,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .details {
      float: left;
      width: 75%;
      padding: 20px; }
      @media (max-width: 768px) {
        .collection-summary .list .box .details,
        .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .details {
          float: none;
          width: 100%; } }
    .collection-summary .list .box .img-container,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .img-container {
      float: right;
      width: 25%;
      background-size: cover;
      background-position: center center;
      height: 150px; }
      @media (max-width: 768px) {
        .collection-summary .list .box .img-container,
        .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .img-container {
          float: none;
          width: 100%; } }
    .collection-summary .list .box .video-wrapper,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .video-wrapper {
      position: relative;
      padding-bottom: 0;
      /* 16:9 */
      padding-top: 0;
      height: 45%;
      width: 25%;
      float: right; }
      .collection-summary .list .box .video-wrapper iframe,
      .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .video-wrapper iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        float: right;
        display: block; }
    .collection-summary .list .box h5, .collection-summary .list .box .teaser,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box h5,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box .teaser {
      display: block; }
    .collection-summary .list .box a,
    .collection-summary input[name="view"][value="list"]:checked ~ .group-items .box a {
      width: 100%; }
  .collection-summary #blog-selector {
    text-align: center; }
    .collection-summary #blog-selector a {
      display: inline-block;
      padding: 5px 0px;
      margin: 5px 15px;
      color: #222828;
      font-weight: bold;
      text-transform: lowercase;
      font-size: 0.9em; }
      .collection-summary #blog-selector a.active {
        border-bottom: 2px solid #ff2d62;
        margin-bottom: 3px; }
  .collection-summary input[type="radio"] {
    display: none; }
  .collection-summary input[type="radio"] + label {
    position: absolute;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    top: 0px;
    right: 0px; }
    .collection-summary input[type="radio"] + label svg {
      fill: #7d8080; }
  .collection-summary input[type="radio"] + label[for="tiles"] {
    right: 38px; }
  .collection-summary input[type="radio"] + label[for="list"] {
    right: 0px; }
  .collection-summary input[type="radio"]:checked + label svg {
    fill: #222828; }
  .collection-summary #load-more {
    background: #e4e4e4;
    padding: 10px 20px;
    border: 2px solid #ff2d62;
    color: #ff2d62;
    margin: 20px auto;
    font-weight: bold;
    font-size: 1em; }

.logos {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-evenly;
  margin-bottom: -4rem; }
  .logos .logo-container {
    max-width: 325px;
    display: flex;
    flex: 1 1 25%;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem; }
    @media (max-width: 480px) {
      .logos .logo-container {
        flex: 1 1 100%; } }
    .logos .logo-container img {
      height: 160px;
      min-width: 110px; }
      @media (max-width: 480px) {
        .logos .logo-container img {
          width: 100%;
          height: auto; } }

.collection-summary .group-items .list-link {
  display: block; }
  .collection-summary .group-items .list-link .email {
    font-size: .8rem;
    color: #ff2d62;
    cursor: pointer;
    margin-top: .5rem; }
.collection-summary .group-items .single-page-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .collection-summary .group-items .single-page-items {
      flex-direction: column;
      width: 100%; } }
  .collection-summary .group-items .single-page-items .box {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    width: 32%; }
    @media (max-width: 768px) {
      .collection-summary .group-items .single-page-items .box {
        height: 100%;
        width: 100%;
        flex-direction: column;
        margin-bottom: 3rem; } }
    .collection-summary .group-items .single-page-items .box h3 {
      padding-bottom: 0; }
    .collection-summary .group-items .single-page-items .box .details {
      padding: 30px 20px;
      flex: 1; }
      @media (max-width: 768px) {
        .collection-summary .group-items .single-page-items .box .details {
          width: 100%; } }
    .collection-summary .group-items .single-page-items .box .img-container {
      height: 300px;
      width: 100%;
      background-size: cover;
      background-position-y: center; }
      @media (max-width: 768px) {
        .collection-summary .group-items .single-page-items .box .img-container {
          width: 100%;
          height: 240px;
          flex-basis: auto; } }
    .collection-summary .group-items .single-page-items .box .job-title {
      color: #7d8080;
      font-size: .8rem;
      margin-bottom: .8rem;
      line-height: 1.2em;
      font-family: "Helvetica Neue", Arial, sans-serif; }
    .collection-summary .group-items .single-page-items .box .teaser {
      margin-top: 2rem; }

.quote {
  height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 768px) {
    .quote {
      background-attachment: scroll; } }
  .quote .quote-background {
    height: 500px;
    top: -50px; }
  .quote .quote-letters .letter {
    height: 460px; }
  .quote .quote-text {
    padding: 20px;
    padding-top: 115px;
    text-align: center;
    color: #fff; }
    .quote .quote-text h1 {
      width: 60%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      font-size: 2rem;
      font-weight: 500; }
      @media (max-width: 768px) {
        .quote .quote-text h1 {
          font-size: 1.5rem;
          width: 100%; } }
    .quote .quote-text h3 {
      font-family: Garamond, Georgia, 'Times New Roman', Times, serif;
      font-weight: lighter; }
    @media (max-width: 768px) {
      .quote .quote-text h3 {
        font-size: 1.4em; } }

.firstLetterQuote, .secondLetterQuote, .firstLetterCta, .secondLetterCta {
  fill: #ff2d62;
  position: absolute;
  top: 0px; }

.firstLetterQuote {
  right: 70%; }

.secondLetterQuote {
  left: 70%; }

.firstLetterCta {
  right: 81%; }

.secondLetterCta {
  left: 81%; }

.cta-section {
  height: 310px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .cta-section .firstLetterCta .letter, .cta-section .secondLetterCta .letter {
    height: 310px; }
  .cta-section h3 {
    color: #fff;
    padding: 100px 20px 20px; }
  .cta-section .cta {
    text-align: center;
    color: #fff;
    position: relative; }

#lightbox-dimmer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

#lightbox-dimmer:target {
  display: block;
  z-index: 100; }

#lightbox-dimmer:target ~ #lightbox-frame {
  display: block;
  z-index: 100; }

#lightbox-frame {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  max-height: 500px;
  width: 95%;
  max-width: 738px;
  padding: 20px 0;
  border-radius: 10px;
  background: #fff;
  display: none; }

.jotform-close-button {
  position: absolute;
  top: -5px;
  right: -5px; }

#mc_embed_signup {
  text-align: left;
  color: #222828;
  font: 14px "Helvetica Neue",Arial,sans-serif;
  height: 100%;
  max-width: 720px;
  margin: 9px;
  overflow: auto; }
  #mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: #e85c41 !important;
    padding-left: 0 !important; }

#mc-embedded-subscribe-form {
  width: 96%;
  margin: 0 auto; }
  #mc-embedded-subscribe-form .indicates-required {
    text-align: right;
    font-size: 11px; }
  #mc-embedded-subscribe-form .asterisk {
    color: #ff2d62; }
  #mc-embedded-subscribe-form a {
    color: #ff2d62; }
  #mc-embedded-subscribe-form h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em; }
  #mc-embedded-subscribe-form .mc-field-group.input-group input {
    width: 20px;
    height: 20px; }
  #mc-embedded-subscribe-form .mc-field-group input:not([type=checkbox]) {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 1%;
    border-radius: 3px;
    margin: 5px 0;
    border: 1px solid #e4e4e4; }
    #mc-embedded-subscribe-form .mc-field-group input:not([type=checkbox]).mce_inline_error {
      border: 2px solid #e85c41; }
  #mc-embedded-subscribe-form fieldset.gdprRequired {
    border: none; }
    #mc-embedded-subscribe-form fieldset.gdprRequired label {
      display: flex; }
    #mc-embedded-subscribe-form fieldset.gdprRequired input {
      margin-right: 10px; }
  #mc-embedded-subscribe-form label {
    display: block;
    margin-bottom: 12px; }
  #mc-embedded-subscribe-form .gdpr-consent {
    display: flex;
    margin-top: 15px; }
    #mc-embedded-subscribe-form .gdpr-consent input {
      margin-right: 10px; }
  #mc-embedded-subscribe-form .mc-field-group.input-group input + label a {
    color: #ff2d62; }

#mc-subscribe {
  padding: 20px 40px;
  margin: 0 auto;
  box-shadow: none; }

.error {
  color: #e85c41;
  margin-top: 5px; }

#mce-success-response {
  color: green;
  font-weight: 800;
  padding: 8px;
  border: 3px solid green; }

#mce-error-response {
  color: #e85c41;
  font-weight: 800;
  padding: 8px;
  border: 3px solid #e85c41; }

.google-map {
  height: 450px; }

.related-container {
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .related-container .related-header {
    width: 95%;
    align-self: center;
    margin-top: 3rem;
    font-size: 1.5rem; }
    @media (max-width: 768px) {
      .related-container .related-header {
        width: 90%; } }
    @media (max-width: 480px) {
      .related-container .related-header {
        width: 80%; } }
  .related-container .related-items {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .related-container .related-items {
        width: 90%; } }
    @media (max-width: 480px) {
      .related-container .related-items {
        justify-content: center; } }
    .related-container .related-items a {
      background-color: #222828;
      height: 400px;
      width: 24%; }
      .related-container .related-items a:link, .related-container .related-items a:active, .related-container .related-items a:visited {
        color: #fff; }
      .related-container .related-items a:hover h3 {
        color: #646868; }
      @media (max-width: 768px) {
        .related-container .related-items a {
          width: 45%;
          margin-bottom: 2rem; } }
      @media (max-width: 480px) {
        .related-container .related-items a {
          width: 90%;
          margin-bottom: 2rem;
          align-self: center; } }
      .related-container .related-items a .img-container {
        width: 100%;
        height: 45%;
        background-size: cover;
        background-position: center center;
        display: block; }
      .related-container .related-items a .related-item-info {
        padding: 20px; }
        .related-container .related-items a .related-item-info h4 {
          text-transform: uppercase;
          color: #646868;
          font-size: 0.9em;
          font-weight: bold; }
        .related-container .related-items a .related-item-info h3 {
          font-size: 1.5rem;
          font-weight: bold;
          padding-top: 20px; }

.footer {
  min-height: 280px;
  background: #222828;
  font-family: serif;
  color: #fff; }
  .footer a {
    color: #ff2d62; }
  .footer h6 {
    font-family: Garamond, sans-serif;
    font-size: 1.2em;
    padding-bottom: 20px; }
  .footer path {
    fill: #e4e4e4; }

.footer-newsletter .icon-wrapper {
  clear: left;
  padding-top: 20px; }
  .footer-newsletter .icon-wrapper a {
    display: inline-block;
    padding-left: 20px;
    float: right; }

.footer-contact, .footer-sitemap, .footer-about, .footer-newsletter {
  width: 25%;
  float: left;
  padding: 20px; }
  @media (max-width: 768px) {
    .footer-contact, .footer-sitemap, .footer-about, .footer-newsletter {
      clear: both;
      float: none;
      width: auto;
      margin-left: 0px;
      padding-top: 20px; } }

.footer-contact div {
  padding-bottom: 10px; }
  .footer-contact div:last-child {
    color: #ff2d62; }

.footer-sitemap span {
  width: 100%;
  padding: 0px 10px 10px 0px;
  float: left; }

.footer-about div {
  line-height: 28px;
  margin-top: -5px; }

.btn-default {
  background: #ff2d62;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  padding: rem-calc(20px) rem-calc(25px);
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-weight: 700; }
  .btn-default b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-default svg {
    z-index: 99; }
    .btn-default svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-default:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #ff2d62;
    width: 110%; }
  .btn-default:hover {
    color: #fff; }
    .btn-default:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-default:hover b {
      color: #fff; }
    .btn-default:hover svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-default span, .btn-default i {
    z-index: 1;
    position: relative; }

.btn {
  background: #ff2d62;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  display: block;
  border: 3px solid #fff;
  padding: 10px 20px;
  margin: 20px auto;
  width: 250px;
  cursor: pointer; }
  .btn b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn svg {
    z-index: 99; }
    .btn svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #fff;
    width: 110%; }
  .btn:hover {
    color: #ff2d62; }
    .btn:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn:hover b {
      color: #ff2d62; }
    .btn:hover svg path {
      fill: #ff2d62;
      transition: fill 0.5s; }

.btn-cta {
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #ff2d62;
  display: block;
  border: 3px solid #ff2d62;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  width: 300px;
  margin: 0 auto; }
  .btn-cta b {
    color: #ff2d62;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-cta svg {
    z-index: 99; }
    .btn-cta svg path {
      fill: #ff2d62;
      transition: fill 0.5s; }
  .btn-cta:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #ff2d62;
    width: 110%; }
  .btn-cta:hover {
    color: #fff; }
    .btn-cta:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-cta:hover b {
      color: #fff; }
    .btn-cta:hover svg path {
      fill: #fff;
      transition: fill 0.5s; }
  @media (max-width: 768px) {
    .btn-cta {
      width: 200px; } }

.btn-cta-clear {
  background: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  display: block;
  border: 3px solid #fff;
  padding: 15px;
  margin: 0px auto 20px;
  width: 250px; }
  .btn-cta-clear b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-cta-clear svg {
    z-index: 99; }
    .btn-cta-clear svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-cta-clear:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #fff;
    width: 110%; }
  .btn-cta-clear:hover {
    color: #222828; }
    .btn-cta-clear:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-cta-clear:hover b {
      color: #222828; }
    .btn-cta-clear:hover svg path {
      fill: #222828;
      transition: fill 0.5s; }

.btn-cookie-banner-clear {
  background: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  display: block;
  border: 3px solid #fff;
  padding: 5px 15px;
  margin: 10px auto 0;
  width: 100px;
  color: #fff;
  font-size: .8em; }
  .btn-cookie-banner-clear b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-cookie-banner-clear svg {
    z-index: 99; }
    .btn-cookie-banner-clear svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-cookie-banner-clear:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #fff;
    width: 110%; }
  .btn-cookie-banner-clear:hover {
    color: #222828; }
    .btn-cookie-banner-clear:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-cookie-banner-clear:hover b {
      color: #222828; }
    .btn-cookie-banner-clear:hover svg path {
      fill: #222828;
      transition: fill 0.5s; }
  .btn-cookie-banner-clear:after {
    z-index: -1; }

.btn-darkGrey {
  background: #e4e4e4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #222828;
  border: 3px solid #222828; }
  .btn-darkGrey b {
    color: #222828;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-darkGrey svg {
    z-index: 99; }
    .btn-darkGrey svg path {
      fill: #222828;
      transition: fill 0.5s; }
  .btn-darkGrey:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #222828;
    width: 110%; }
  .btn-darkGrey:hover {
    color: #fff; }
    .btn-darkGrey:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-darkGrey:hover b {
      color: #fff; }
    .btn-darkGrey:hover svg path {
      fill: #fff;
      transition: fill 0.5s; }

.btn-cta-hp {
  background: #ff2d62;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  display: block;
  margin: 20px auto;
  width: 250px;
  border: 3px solid #fff;
  color: white;
  padding: 15px; }
  .btn-cta-hp b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-cta-hp svg {
    z-index: 99; }
    .btn-cta-hp svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-cta-hp:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #fff;
    width: 110%; }
  .btn-cta-hp:hover {
    color: #ff2d62; }
    .btn-cta-hp:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-cta-hp:hover b {
      color: #ff2d62; }
    .btn-cta-hp:hover svg path {
      fill: #ff2d62;
      transition: fill 0.5s; }
  .btn-cta-hp:hover {
    color: #ff2d62; }

.btn-icon {
  background: #e4e4e4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #222828; }
  .btn-icon b {
    color: #222828;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-icon svg {
    z-index: 99; }
    .btn-icon svg path {
      fill: #222828;
      transition: fill 0.5s; }
  .btn-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #222828;
    width: 110%; }
  .btn-icon:hover {
    color: #fff; }
    .btn-icon:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-icon:hover b {
      color: #fff; }
    .btn-icon:hover svg path {
      fill: #fff;
      transition: fill 0.5s; }

.btn-footer {
  background: #222828;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #fff;
  width: 100%;
  border: 3px solid #fff;
  padding: 10px; }
  .btn-footer b {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: color 0.5s; }
  .btn-footer svg {
    z-index: 99; }
    .btn-footer svg path {
      fill: #fff;
      transition: fill 0.5s; }
  .btn-footer:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: skew(40deg) translateX(-135%);
    transform-origin: right center;
    background: #fff;
    width: 110%; }
  .btn-footer:hover {
    color: #222828; }
    .btn-footer:hover:after {
      transform: translateX(0);
      transform-origin: left center; }
    .btn-footer:hover b {
      color: #222828; }
    .btn-footer:hover svg path {
      fill: #222828;
      transition: fill 0.5s; }

.btn-white-border {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s; }
  .btn-white-border:hover {
    border-color: white; }

.selector {
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: 2px solid #222828;
  border-radius: 0px;
  font-size: 1em;
  font-weight: bold;
  color: #222828;
  padding: 3px 60px 3px 8px;
  background: #e4e4e4; }

#blog-selector {
  display: none; }

#load-more {
  display: none; }

.parallax {
  overflow: hidden;
  position: relative; }

.parallax-layer, .parallax-layer__far, .parallax-layer__near {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.addtocalendar {
  border-left: 3px solid #222828; }
  .addtocalendar var {
    display: none; }

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
  height: 100%; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  width: 170px;
  z-index: 900;
  border: 3px solid black;
  padding: 10px 23.5px;
  right: -1%; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #e4e4e4; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item a {
  border: none; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

/* Icon */
.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus {
  text-decoration: none;
  outline: none;
  padding: 2px 2px; }
