@charset "UTF-8";
/* typography measures */
/* text sizes */
/* radiuses */
/* icons */
/* animation stuff */
/* block sizes */
/* forms */
/* opacity */
/* the website's header take the height from the logo  */
/*
 * colors
 */
/* overlays */
/* borders */
/* forms */
/* block backgrounds */
/* wireframe */
/* shadows */
/* Hamburger Menu */
@import url("https://use.typekit.net/xaq6svj.css");
/* font families */
.title-font {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}

.copy-font {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
}

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

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.hide {
  display: none;
}

.show {
  display: block;
}

.display-block {
  display: block;
}

/*
 * compass compatibility
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.container.with-content, .field-group h3.container, .hero .container.content {
  padding-left: 20px;
  padding-right: 20px;
}

.row, .fields-box.collapse-fields .row {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
}
.row.collapse .col, .fields-box.collapse-fields .row .col {
  padding-left: 0;
  padding-right: 0;
}
.row.no-margin > [class^=col]:first-child {
  padding-left: 0;
}
.row.no-margin > [class^=col]:last-child {
  padding-right: 0;
}

.col-1 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 8.3333333333%;
  vertical-align: top;
}

.row.collapse .col-1, .fields-box.collapse-fields .row .col-1 {
  padding-left: 0;
  padding-right: 0;
}

.col-2 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 16.6666666667%;
  vertical-align: top;
}

.row.collapse .col-2, .fields-box.collapse-fields .row .col-2 {
  padding-left: 0;
  padding-right: 0;
}

.col-3 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 25%;
  vertical-align: top;
}

.row.collapse .col-3, .fields-box.collapse-fields .row .col-3 {
  padding-left: 0;
  padding-right: 0;
}

.col-4 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333333333%;
  vertical-align: top;
}

.row.collapse .col-4, .fields-box.collapse-fields .row .col-4 {
  padding-left: 0;
  padding-right: 0;
}

.col-5 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 41.6666666667%;
  vertical-align: top;
}

.row.collapse .col-5, .fields-box.collapse-fields .row .col-5 {
  padding-left: 0;
  padding-right: 0;
}

.col-6 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  vertical-align: top;
}

.row.collapse .col-6, .fields-box.collapse-fields .row .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.col-7 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 58.3333333333%;
  vertical-align: top;
}

.row.collapse .col-7, .fields-box.collapse-fields .row .col-7 {
  padding-left: 0;
  padding-right: 0;
}

.col-8 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 66.6666666667%;
  vertical-align: top;
}

.row.collapse .col-8, .fields-box.collapse-fields .row .col-8 {
  padding-left: 0;
  padding-right: 0;
}

.col-9 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 75%;
  vertical-align: top;
}

.row.collapse .col-9, .fields-box.collapse-fields .row .col-9 {
  padding-left: 0;
  padding-right: 0;
}

.col-10 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 83.3333333333%;
  vertical-align: top;
}

.row.collapse .col-10, .fields-box.collapse-fields .row .col-10 {
  padding-left: 0;
  padding-right: 0;
}

.col-11 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 91.6666666667%;
  vertical-align: top;
}

.row.collapse .col-11, .fields-box.collapse-fields .row .col-11 {
  padding-left: 0;
  padding-right: 0;
}

.col-12 {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  vertical-align: top;
}

.row.collapse .col-12, .fields-box.collapse-fields .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

/* push and pull, desktop only */
@media only screen and (min-width: 768px) {
  .push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .push-3 {
    position: relative;
    left: 25%;
  }
  .pull-3 {
    position: relative;
    left: -25%;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .push-6 {
    position: relative;
    left: 50%;
  }
  .pull-6 {
    position: relative;
    left: -50%;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .push-9 {
    position: relative;
    left: 75%;
  }
  .pull-9 {
    position: relative;
    left: -75%;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .push-12 {
    position: relative;
    left: 100%;
  }
  .pull-12 {
    position: relative;
    left: -100%;
  }
}
.row.border > *[class*=col] {
  border: 1px solid #222;
}

.row.vcenter, .fields-box.collapse-fields .vcenter.row {
  vertical-align: middle;
}
.row.vcenter > *[class*=col] {
  vertical-align: middle;
}

.row.vbottom, .fields-box.collapse-fields .vbottom.row {
  vertical-align: bottom;
}
.row.vbottom > *[class*=col] {
  vertical-align: bottom;
}

.row.vtop, .fields-box.collapse-fields .vtop.row {
  vertical-align: top;
}
.row.vtop > *[class*=col] {
  vertical-align: top;
}

.row.auto, .fields-box.collapse-fields .auto.row {
  width: 100%;
  table-layout: auto;
}

.col {
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}

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

.vcenter {
  vertical-align: middle;
}

.col-full {
  padding-left: 20px;
  padding-right: 20px;
}

.n-up {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.n-up:after {
  content: "";
  display: table;
  clear: both;
}
.n-up > li {
  width: 33.3%;
  display: block;
  float: left;
  margin-bottom: 20px;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}
.n-up.single-short-row {
  text-align: center;
}
.n-up.single-short-row > li {
  display: inline-block;
  text-align: left;
  float: none;
}

.up-1 > li {
  width: 100%;
}
.up-1 > li:nth-child(1n+1) {
  clear: left;
}

.up-2 > li {
  width: 50%;
}
.up-2 > li:nth-child(2n+1) {
  clear: left;
}

.up-3 > li {
  width: 33.3333333333%;
}
.up-3 > li:nth-child(3n+1) {
  clear: left;
}

.up-4 > li {
  width: 25%;
}
.up-4 > li:nth-child(4n+1) {
  clear: left;
}

.up-5 > li {
  width: 20%;
}
.up-5 > li:nth-child(5n+1) {
  clear: left;
}

.up-6 > li {
  width: 16.6666666667%;
}
.up-6 > li:nth-child(6n+1) {
  clear: left;
}

.up-7 > li {
  width: 14.2857142857%;
}
.up-7 > li:nth-child(7n+1) {
  clear: left;
}

.up-8 > li {
  width: 12.5%;
}
.up-8 > li:nth-child(8n+1) {
  clear: left;
}

.up-9 > li {
  width: 11.1111111111%;
}
.up-9 > li:nth-child(9n+1) {
  clear: left;
}

.up-10 > li {
  width: 10%;
}
.up-10 > li:nth-child(10n+1) {
  clear: left;
}

.up-11 > li {
  width: 9.0909090909%;
}
.up-11 > li:nth-child(11n+1) {
  clear: left;
}

.up-12 > li {
  width: 8.3333333333%;
}
.up-12 > li:nth-child(12n+1) {
  clear: left;
}

.grid-up-1 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-1.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-2 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-2.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-3 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-3.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-4 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-4.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-5 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-5.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-6 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-6.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-7 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-7.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-8 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(8, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-8.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-9 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(9, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-9.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-10 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(10, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-10.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-11 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(11, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-11.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-12 {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(5rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
}
.grid-up-12.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-auto {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
  align-items: stretch;
}
.grid-up-auto.grid-equalize-heights {
  align-items: stretch;
}

.grid-up-auto-10 {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
  align-items: start;
}
.grid-up-auto-10.grid-equalize-heights {
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .row, .fields-box.collapse-fields .row {
    display: table;
    width: 100%;
  }
  .row.mobile-stack, .fields-box.collapse-fields .mobile-stack.row {
    display: block;
  }
  .col {
    display: block;
    width: 100%;
  }
  .mob-stack {
    display: block;
  }
  .col-1 {
    display: block;
    width: 100%;
  }
  .col-2 {
    display: block;
    width: 100%;
  }
  .col-3 {
    display: block;
    width: 100%;
  }
  .col-4 {
    display: block;
    width: 100%;
  }
  .col-5 {
    display: block;
    width: 100%;
  }
  .col-6 {
    display: block;
    width: 100%;
  }
  .col-7 {
    display: block;
    width: 100%;
  }
  .col-8 {
    display: block;
    width: 100%;
  }
  .col-9 {
    display: block;
    width: 100%;
  }
  .col-10 {
    display: block;
    width: 100%;
  }
  .col-11 {
    display: block;
    width: 100%;
  }
  .col-12 {
    display: block;
    width: 100%;
  }
  .mob-1 {
    width: 8.3333333333%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-2 {
    width: 16.6666666667%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-3 {
    width: 25%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-4 {
    width: 33.3333333333%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-5 {
    width: 41.6666666667%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-6 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-7 {
    width: 58.3333333333%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-8 {
    width: 66.6666666667%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-9 {
    width: 75%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-10 {
    width: 83.3333333333%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-11 {
    width: 91.6666666667%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-12 {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .n-up > li,
  .n-up.auto-width > li {
    display: block;
    width: 100%;
    float: none;
  }
  .mobile-n-up-1 > li {
    width: 100%;
  }
  .mobile-n-up-1 > li:nth-child(1n+1) {
    clear: left;
  }
  .mobile-n-up-2 > li {
    width: 50%;
  }
  .mobile-n-up-2 > li:nth-child(2n+1) {
    clear: left;
  }
  .mobile-n-up-3 > li {
    width: 33.3333333333%;
  }
  .mobile-n-up-3 > li:nth-child(3n+1) {
    clear: left;
  }
  .mobile-n-up-4 > li {
    width: 25%;
  }
  .mobile-n-up-4 > li:nth-child(4n+1) {
    clear: left;
  }
  .mobile-n-up-5 > li {
    width: 20%;
  }
  .mobile-n-up-5 > li:nth-child(5n+1) {
    clear: left;
  }
  .mobile-n-up-6 > li {
    width: 16.6666666667%;
  }
  .mobile-n-up-6 > li:nth-child(6n+1) {
    clear: left;
  }
  .mobile-n-up-7 > li {
    width: 14.2857142857%;
  }
  .mobile-n-up-7 > li:nth-child(7n+1) {
    clear: left;
  }
  .mobile-n-up-8 > li {
    width: 12.5%;
  }
  .mobile-n-up-8 > li:nth-child(8n+1) {
    clear: left;
  }
  .mobile-n-up-9 > li {
    width: 11.1111111111%;
  }
  .mobile-n-up-9 > li:nth-child(9n+1) {
    clear: left;
  }
  .mobile-n-up-10 > li {
    width: 10%;
  }
  .mobile-n-up-10 > li:nth-child(10n+1) {
    clear: left;
  }
  .mobile-n-up-11 > li {
    width: 9.0909090909%;
  }
  .mobile-n-up-11 > li:nth-child(11n+1) {
    clear: left;
  }
  .mobile-n-up-12 > li {
    width: 8.3333333333%;
  }
  .mobile-n-up-12 > li:nth-child(12n+1) {
    clear: left;
  }
  .grid-up-1 {
    display: block;
  }
  .grid-up-1 > * {
    margin-bottom: 20px;
  }
  .grid-up-2 {
    display: block;
  }
  .grid-up-2 > * {
    margin-bottom: 20px;
  }
  .grid-up-3 {
    display: block;
  }
  .grid-up-3 > * {
    margin-bottom: 20px;
  }
  .grid-up-4 {
    display: block;
  }
  .grid-up-4 > * {
    margin-bottom: 20px;
  }
  .grid-up-5 {
    display: block;
  }
  .grid-up-5 > * {
    margin-bottom: 20px;
  }
  .grid-up-6 {
    display: block;
  }
  .grid-up-6 > * {
    margin-bottom: 20px;
  }
  .grid-up-7 {
    display: block;
  }
  .grid-up-7 > * {
    margin-bottom: 20px;
  }
  .grid-up-8 {
    display: block;
  }
  .grid-up-8 > * {
    margin-bottom: 20px;
  }
  .grid-up-9 {
    display: block;
  }
  .grid-up-9 > * {
    margin-bottom: 20px;
  }
  .grid-up-10 {
    display: block;
  }
  .grid-up-10 > * {
    margin-bottom: 20px;
  }
  .grid-up-11 {
    display: block;
  }
  .grid-up-11 > * {
    margin-bottom: 20px;
  }
  .grid-up-12 {
    display: block;
  }
  .grid-up-12 > * {
    margin-bottom: 20px;
  }
  .mobile-grid-up-1 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(1, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-1.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-2.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-3 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-3.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-4 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-4.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-5 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(5, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-5.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-6 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-6.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-7 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(7, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-7.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-8 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(8, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-8.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-9 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(9, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-9.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-10 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(10, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-10.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-11 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(11, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-11.grid-equalize-heights {
    align-items: stretch;
  }
  .mobile-grid-up-12 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    grid-template-columns: repeat(12, minmax(5rem, 1fr));
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 20px;
  }
  .mobile-grid-up-12.grid-equalize-heights {
    align-items: stretch;
  }
}
/**
 *
FOR REFERENCE

.col-1 {
  width: 8.333333%;
  display: table-cell;
}

.col-2 {
  width: 16.666667%;
display: table-cell;
}

.col-3 {
  width: 25%;
  display: table-cell;
}

.col-4 {
  width: 33.333333%;
  display: table-cell;
}

.col-5 {
  width: 41.666667%;
  display: table-cell;
}

.col-6 {
  width: 50%;
  display: table-cell;
}

.col-7 {
  width: 58.333333%;
  display: table-cell;
}

.col-8 {
  width: 66.666667%;
  display: table-cell;
}

.col-9 {
  width: 75%;
  display: table-cell;
}

.col-10 {
  width: 83.333333%;
  display: table-cell;
}

.col-11 {
  width: 91.666667%;
  display: table-cell;
}

.col-12 {
  width: 100%;
  display: table-cell;
}

*/
.grid-page, .component-type--gallery, .component-type--sub-pages-menu, .component-type--figure, .component-type--text {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) 990px minmax(40px, 1fr);
}
@media only screen and (max-width: 1070px) {
  .grid-page, .component-type--gallery, .component-type--sub-pages-menu, .component-type--figure, .component-type--text {
    grid-template-columns: 20px 1fr 20px;
  }
}

.iconFont {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* sizes */
/* example of glyph */
.iconArrowRight {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\eddb";
}

[class^=figure-icon-]:before, [class*=" figure-icon-"]:before {
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  display: inline-block;
  line-height: 1em;
  margin-left: 0.2em;
}

.figure-icon-1::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "1";
}

.figure-icon-2::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "2";
}

.figure-icon-3::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "3";
}

.figure-icon-4::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "4";
}

.figure-icon-5::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "5";
}

.figure-icon-6::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "6";
}

.figure-icon-7::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "7";
}

.figure-icon-8::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "8";
}

.figure-icon-9::before {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  content: "9";
}

.icon-section:before {
  content: "\e815";
}

.huge-text {
  font-size: 2.44rem;
}

.large-text {
  font-size: 1.44rem;
}

.big-text {
  font-size: 2rem;
}

.small-text {
  font-size: 0.75rem;
}

.tiny-text, .children-menu a {
  font-size: 0.5rem;
}

.normal-text {
  font-size: 1rem;
}

.hero-text {
  font-size: 3rem;
}

.bold-text {
  font-weight: 700;
}
.bold-text strong {
  color: #ef7747;
}

/* text-container */
.text-container, .component-type--text .component--content, .cke_editable {
  max-width: 35em;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  hyphens: none;
  line-height: 1.64;
  /*
   * headings
   */
}
.text-container:after, .component-type--text .component--content:after, .cke_editable:after {
  content: "";
  display: table;
  clear: both;
}
.text-container a, .component-type--text .component--content a, .cke_editable a {
  color: #222;
}
.text-container img, .component-type--text .component--content img, .cke_editable img {
  max-width: 100%;
  height: auto;
}
.text-container blockquote, .component-type--text .component--content blockquote, .cke_editable blockquote {
  display: block;
  position: relative;
  padding-left: 3em;
}
.text-container blockquote:after, .component-type--text .component--content blockquote:after, .cke_editable blockquote:after {
  content: "“";
  font-family: "Times New Roman", "Times", serif;
  position: absolute;
  display: block;
  line-height: 1;
  top: -24px;
  left: -24px;
  font-size: 6em;
}
.text-container h1, .component-type--text .component--content h1, .cke_editable h1 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 0.5em;
}
.text-container h2, .component-type--text .component--content h2, .cke_editable h2 {
  font-size: 2em;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}
.text-container h3, .component-type--text .component--content h3, .cke_editable h3 {
  font-size: 1.5em;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.text-container h4, .component-type--text .component--content h4, .cke_editable h4 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.text-container h2, .component-type--text .component--content h2, .cke_editable h2, .text-container h3, .component-type--text .component--content h3, .cke_editable h3, .text-container h4, .component-type--text .component--content h4, .cke_editable h4 {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.text-container h2, .component-type--text .component--content h2, .cke_editable h2 {
  margin-top: 1em;
}
.text-container h2:first-child, .component-type--text .component--content h2:first-child, .cke_editable h2:first-child {
  margin-top: 0;
}
.text-container *.sticker, .component-type--text .component--content *.sticker, .cke_editable *.sticker {
  margin-bottom: 0;
}
.text-container ul, .component-type--text .component--content ul, .cke_editable ul {
  list-style: none;
}
.text-container ol, .component-type--text .component--content ol, .cke_editable ol {
  padding-left: 40px;
}
.text-container ol li::marker, .component-type--text .component--content ol li::marker, .cke_editable ol li::marker {
  font-weight: 700;
  color: #808080;
}
.text-container em, .component-type--text .component--content em, .cke_editable em {
  color: #ef7747;
}
.text-container strong, .component-type--text .component--content strong, .cke_editable strong {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.text-container ul, .component-type--text .component--content ul, .cke_editable ul, .text-container ol, .component-type--text .component--content ol, .cke_editable ol, .text-container dl, .component-type--text .component--content dl, .cke_editable dl {
  margin-bottom: 0.5em;
}
.text-container ul li, .component-type--text .component--content ul li, .cke_editable ul li, .text-container dt, .component-type--text .component--content dt, .cke_editable dt {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.text-container ul li:before, .component-type--text .component--content ul li:before, .cke_editable ul li:before, .text-container dt:before, .component-type--text .component--content dt:before, .cke_editable dt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "–";
}
.text-container dd, .component-type--text .component--content dd, .cke_editable dd {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.text-container .no-bullets li, .component-type--text .component--content .no-bullets li, .cke_editable .no-bullets li, .text-container .no-bullets dt, .component-type--text .component--content .no-bullets dt, .cke_editable .no-bullets dt, .text-container .no-bullets dd, .component-type--text .component--content .no-bullets dd, .cke_editable .no-bullets dd {
  padding-left: 0;
}
.text-container .no-bullets li:before, .component-type--text .component--content .no-bullets li:before, .cke_editable .no-bullets li:before, .text-container .no-bullets dt:before, .component-type--text .component--content .no-bullets dt:before, .cke_editable .no-bullets dt:before, .text-container .no-bullets dd:before, .component-type--text .component--content .no-bullets dd:before, .cke_editable .no-bullets dd:before {
  content: "";
}
.text-container.last *:last-child, .component-type--text .last.component--content *:last-child, .last.cke_editable *:last-child {
  margin-bottom: 0;
}
.text-container.align-center, .component-type--text .align-center.component--content, .align-center.cke_editable {
  margin: 0 auto;
}

/* hanging quotes */
.hangingQuotes:before, .hangingQuotes:after {
  font-size: 180px;
  z-index: 50;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
}
.hangingQuotes:before {
  position: absolute;
  content: "“";
  left: 0px;
  top: -70px;
}
.hangingQuotes:after {
  position: absolute;
  content: "”";
  bottom: -100px;
  right: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 22px;
}

body {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  background: #F9F2EA;
  color: #222;
  line-height: 1.64;
}

a {
  color: #222;
}
a.break {
  word-break: break-word;
}
a.external:not([class~=action]) {
  padding-right: 1.2em;
  position: relative;
}
a.external:not([class~=action]):after {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  color: #222;
  text-decoration: none;
}

abbr {
  cursor: help;
}

code {
  white-space: pre-wrap;
  font-family: monospace;
}

p {
  margin-bottom: 0.72em;
  line-height: 1.64;
}
.invisible,
.element-invisible {
  display: none !important;
}

/* headings */
h1 {
  line-height: 1.2;
}

h2 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #ef7747;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  line-height: 1.2;
}
h2 span {
  display: block;
}
h2 small {
  font-size: 1.5rem;
  display: block;
}

p.definition {
  font-family: Georgia, serif;
  color: #999;
  font-size: 0.5rem;
}
p.definition strong {
  color: #ef7747;
}

h2 + p {
  margin-top: -1rem;
}

h3 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.1;
  color: #ef7747;
  letter-spacing: -0.02em;
}
h3:first-of-type {
  margin-top: 0;
}
h3 small {
  display: block;
  text-transform: uppercase;
  font-size: 50%;
}

h4 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.44rem;
  line-height: 1.2;
  padding-bottom: 0.5em;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.bg-overlay .text-container, .bg-overlay .component-type--text .component--content, .component-type--text .bg-overlay .component--content, .bg-overlay .cke_editable {
  position: relative;
  z-index: 2;
}

.clickable {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
}

.view-all {
  text-align: center;
  position: relative;
  margin-top: -10px;
}
.view-all a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  padding: 5px 10px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0.5em 0.5em 0.5em;
  text-transform: uppercase;
}

strong {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
}

blockquote {
  font-family: "playfair-display";
  font-weight: 700;
  font-style: ital ic;
}
blockquote strong {
  display: block;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
}

.block {
  padding: 40px 20px 80px 20px;
}
.block h3 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

table th {
  font-weight: bold;
}
table td,
table th {
  padding: 0.25em;
  vertical-align: top;
}

/* lists */
.inline-list li {
  display: inline;
}
.inline-list li * {
  display: inline;
}

.comma-separated li:after {
  content: ", ";
}
.comma-separated li:last-child:after {
  content: "";
}

.bar-separated li {
  border-right: 2px solid #F9F2EA;
}
.bar-separated li:last-child {
  border-right: none;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.action, .more-link a, .actions a, .component .actions a, .webform-submit, .form-managed-file input[type=submit] {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  background: #ef7747;
  padding: 8px 10px 8px 10px;
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  font-style: normal;
  border-radius: 5px;
  /*
   *
  border: 2px solid $red;
  background: $white !important;
  color: $red !important;

   */
}
.action:hover, .more-link a:hover, .actions a:hover, .webform-submit:hover, .form-managed-file input[type=submit]:hover {
  background: rgb(243.08, 153.68, 117.92);
}
.action + .action, .more-link a + .action, .more-link .action + a, .more-link a + a, .actions a + .action, .actions .action + a, .actions a + a, .component .actions a + a, .webform-submit + .action, .more-link .webform-submit + a, .actions .webform-submit + a, .action + .webform-submit, .more-link a + .webform-submit, .actions a + .webform-submit, .webform-submit + .webform-submit, .form-managed-file input[type=submit] + .action, .form-managed-file .more-link input[type=submit] + a, .more-link .form-managed-file input[type=submit] + a, .form-managed-file .actions input[type=submit] + a, .actions .form-managed-file input[type=submit] + a, .form-managed-file input[type=submit] + .webform-submit, .form-managed-file .action + input[type=submit], .form-managed-file .more-link a + input[type=submit], .more-link .form-managed-file a + input[type=submit], .form-managed-file .actions a + input[type=submit], .actions .form-managed-file a + input[type=submit], .form-managed-file .webform-submit + input[type=submit], .form-managed-file input[type=submit] + input[type=submit] {
  margin-left: 20px;
}
.action.tiny, .more-link a, .actions a.tiny, .tiny.webform-submit, .form-managed-file input[type=submit] {
  font-size: 0.5rem;
  color: #FFFFFF;
  letter-spacing: 0;
}
.action.big, .more-link a.big, .actions a.big, .big.webform-submit, .form-managed-file input.big[type=submit] {
  font-size: 2rem;
  color: #FFFFFF;
  padding: 20px;
}
.action.light, .more-link a, .actions a.light, .light.webform-submit, .form-managed-file input[type=submit] {
  background: transparent;
  color: #ef7747;
  border: 1px solid #ef7747;
  top: 0;
  box-shadow: none;
}
.action.light:hover, .more-link a:hover, .actions a.light:hover, .light.webform-submit:hover, .form-managed-file input[type=submit]:hover {
  color: #FFFFFF;
  background: #ef7747;
}
.action em, .more-link a em, .actions a em, .component .actions a em, .webform-submit em, .form-managed-file input[type=submit] em {
  display: block;
  font-weight: 700;
}
.action.with-right-arrow:after, .more-link a.with-right-arrow:after, .actions a.with-right-arrow:after, .with-right-arrow.webform-submit:after, .form-managed-file input.with-right-arrow[type=submit]:after {
  content: "";
  width: 1em;
  height: 0.75em;
  display: inline-block;
  background: url(../images/arrow-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.action.with-right-arrow:hover:after, .more-link a.with-right-arrow:hover:after, .actions a.with-right-arrow:hover:after, .with-right-arrow.webform-submit:hover:after, .form-managed-file input.with-right-arrow[type=submit]:hover:after {
  background-image: url(../images/arrow-white.svg);
}

.secondary-action {
  display: inline-block;
  margin-top: 20px;
  color: #ef7747;
  text-decoration: none;
  border-bottom: 1px dotted #ef7747;
}

.page-title-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  color: #ef7747;
  position: relative;
  z-index: 20;
}
.page-title-wrapper h1 {
  display: block;
  font-size: 2.44rem;
  text-transform: uppercase;
  text-align: left;
  margin-left: -0.05em;
  color: #ef7747;
  line-height: 1;
  padding-bottom: 0;
}
.page-title-wrapper.negative {
  background: #ef7747;
  color: #FFFFFF;
}
.page-title-wrapper.negative h1 {
  color: #FFFFFF;
}

.breadcrumbs li {
  display: inline-block;
  margin-bottom: auto;
  padding-left: 0;
  color: #222;
}
.breadcrumbs li:before {
  content: none;
}
.breadcrumbs li a {
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  font-size: 0.75rem;
}
.negative .breadcrumbs li a {
  color: #FFFFFF;
}
.breadcrumbs li:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e811";
  font-size: 0.75rem;
}
.negative .breadcrumbs li *, .negative .breadcrumbs li:after {
  color: #FFFFFF;
}

.children-menu {
  margin-top: 0.5rem;
}
.children-menu li {
  display: inline-block;
  margin-bottom: auto;
  padding-left: 0;
}
.children-menu li:before {
  content: none;
}
.children-menu li a {
  color: #ef7747;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  font-size: 0.75rem;
  border: 2px solid #ef7747;
  padding: 3px 10px;
}
.negative .children-menu li a {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.wireframe-box {
  position: relative;
}
.wireframe-box:before {
  content: "";
  position: absolute;
  z-index: 8000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/wireframe.svg), rgba(100, 97, 94, 0.3) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #64615E;
}
.wireframe-box .content {
  z-index: 9000;
  position: relative;
}
.wireframe-box.light:before, .more-link a.wireframe-box:before, .form-managed-file input.wireframe-box[type=submit]:before {
  background: url(../img/wireframe.svg), rgba(100, 97, 94, 0.2) no-repeat;
}
.wireframe-box.dark:before {
  background: url(../img/wireframe.svg), rgba(100, 97, 94, 0.5) no-repeat;
}

.expander {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1em;
}
.expander:before {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.expander.open:before {
  box-shadow: rotate(180deg);
}
.expander.no-icon {
  padding-left: 0;
}
.expander.no-icon:before {
  display: none;
}
.expander + .expandable {
  padding-left: 1.5em;
}

/* hero section */
.hero {
  position: relative;
  min-height: 25vw;
}
.hero .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero figure {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.pager {
  display: block;
  width: 100%;
  text-align: center;
}
.pager li {
  display: inline-block;
  border-radius: 2px;
  margin: 0 2px;
}
.pager li.pager-current {
  background: #ef7747;
  color: #FFFFFF;
  padding: 2px 7px;
}
.pager li a {
  display: block;
  padding: 2px 7px;
  text-decoration: none;
  color: #222;
  background: #f2f2f2;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.pager li a:hover {
  color: #FFFFFF;
  background: #ef7747;
}

.popup-container {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

.popup {
  z-index: 9999;
  position: fixed;
  top: 50%;
  box-shadow: translateY(-50%);
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container.vertical-video {
  width: 325px;
  padding-bottom: 77.8%;
  margin: 0 auto;
}
.video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

input, textarea, select {
  border: 1px solid rgba(249, 242, 234, 0.7);
  padding: 5px 10px;
  font-size: 1rem;
  background: #FFFFFF;
  color: #222;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 400;
}
input.disabled, textarea.disabled, select.disabled {
  user-select: none;
  background: #EAE8DB !important;
}

select {
  max-width: 100%;
}

input[type=checkbox] {
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

input {
  max-width: 100%;
}
input.tel {
  border: 1px solid #F9F2EA;
  font-size: 30px;
  color: #F9F2EA;
  padding: 10px;
}
input.underline {
  box-shadow: none;
  border: 1px dotted #222;
  border-width: 0 0 1px 0;
  padding: 5px;
  position: relative;
  height: 50px;
}
input.error {
  box-shadow: 0 0 6px 2px #900 inset;
  border: none;
  -webkit-appearance: none;
}
input[type=radio] {
  height: auto !important;
}

.form-type-checkbox input {
  display: inline-block;
}
.form-type-checkbox label {
  display: inline;
}

.field-group {
  padding-top: 20px;
  border-radius: 5px;
}
.field-group h3 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  color: #900;
  margin-bottom: 20px;
}
.field-group.expand-above {
  background: #ef7747;
  padding: 20px;
  margin-bottom: 20px;
}

.inline-fields input, .inline-fields .form-item {
  display: inline-block;
  width: auto;
}

.fields-box {
  border: 1px solid #F9F2EA;
  background: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 40px;
}
.fields-box.collapse-fields {
  padding-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.fields-box.collapse-fields .row *[class*=col] {
  border-left: 1px dotted #222;
}
.fields-box.collapse-fields .row *[class*=col]:nth-child(1) {
  border-left: 0;
}
.fields-box.collapse-fields .field-container {
  padding-bottom: 0;
  min-height: 50px;
  vertical-align: middle;
}
.fields-box.collapse-fields input, .fields-box.collapse-fields textarea {
  background: transparent;
  padding-left: 10px;
}

.field-with-icon {
  padding-left: 30px;
  position: relative;
  padding-left: 50px !important;
}
.field-with-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 32px;
  color: #222;
}

.field-inline-label {
  /*
   * labels can be put inside a markup component
   */
}
.field-inline-label .webform-component-markup {
  display: inline-block;
}
.field-inline-label label, .field-inline-label .form-radios {
  display: inline-block;
  vertical-align: middle;
}
.field-inline-label .form-radios {
  line-height: 50px;
}
.field-inline-label label {
  line-height: 50px;
  margin-right: 1em;
}
.field-inline-label.field-with-icon label {
  padding-left: 10px;
}

form {
  position: relative;
}
form input, form textarea, form select, form option {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  color: #222;
}
form .description {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.5rem;
  background: #FFFFFF;
  padding: 6.6666666667px;
  position: relative;
  margin-top: 10px;
}
form .description:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 10px solid #FFFFFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
form .field-container {
  position: relative;
  padding-bottom: 20px;
}
form .field-container .show-description {
  position: absolute;
  right: 8px;
  top: 8px;
}
form .field-container .show-description:before {
  color: #F9F2EA;
  font-size: 32px;
}
form .field-container.with-hint {
  padding-right: 20px;
}
form .field-container.with-hint .description {
  position: absolute;
  right: 40px;
  top: 30px;
}
form .field-container.required {
  position: relative;
}
form .field-container.required label .form-required {
  display: none;
}
form .field-container.required:after {
  position: absolute;
  content: "*";
  top: 5px;
  right: 5px;
  color: #900;
  font-size: 18px;
}
form .field-container.field-no-border input {
  border: none;
}
form .field-container.full-width-fields input, form .field-container.full-width-fields textarea {
  width: 100%;
}

label {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  color: #ef7747;
  display: block;
  /*
   * no placeholder support
   */
}
label.no-ph {
  padding: 10px 0 10px 10px;
  font-size: 0.5rem;
}
label.error {
  /*
   * TODO: responsive
   */
  display: none !important;
  background: #900;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  top: 10px;
}
label.error:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  content: "";
  border-bottom: 10px solid #900;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -5px;
  left: 50%;
  margin-left: -10px;
}
.show-errors label.error {
  display: block !important;
}
.show-errors label.error[style*=none] {
  display: none !important;
}
.radio-option label, .form-item.form-type-radio label {
  color: #222;
  display: inline-block;
  vertical-align: baseline;
}
.radio-options label, .form-item.form-type-radio label {
  display: inline-block;
  vertical-align: baseline;
}
label.option {
  padding-left: 0 !important;
}

.radio-option, .form-item.form-type-radio {
  display: inline-block;
}

/*
 * radio as button
 */
.form-radios.as-buttons {
  margin-top: 7px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
}
.form-radios.as-buttons input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-radios.as-buttons .radio-option, .form-radios.as-buttons .form-item.form-type-radio {
  display: block;
  float: left;
}
.form-radios.as-buttons .radio-option:first-child label, .form-radios.as-buttons .form-item.form-type-radio:first-child label {
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 0 0 5px;
}
.form-radios.as-buttons .radio-option:last-child label, .form-radios.as-buttons .form-item.form-type-radio:last-child label {
  border-width: 1px 1px 1px 0;
  border-radius: 0 5px 5px 0;
}
.form-radios.as-buttons .form-item.form-type-radio {
  margin-bottom: 10px;
}
.form-radios.as-buttons .form-item.form-type-radio label {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  margin: 0;
  color: #222;
  padding: 6.6666666667px 10px !important;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  border: 1px solid rgba(249, 242, 234, 0.7);
}
.form-radios.as-buttons .form-item.form-type-radio input:checked + label,
.form-radios.as-buttons .form-item.form-type-radio label:hover {
  background: #ef7747;
  color: #FFFFFF;
}
.form-radios.as-buttons .form-item.form-type-radio input.error + label {
  box-shadow: 0 0 6px 2px #900;
}

.inline-dropdown {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  border-bottom: 2px dotted #EAE8DB;
}

.hide-label label {
  display: none;
}

/* file upload */
.form-managed-file input[type=file] {
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 10px;
}
.form-managed-file .file {
  margin-bottom: 0.5em;
}
.form-managed-file input[type=submit] {
  width: auto !important;
}

/* webform */
/* tooltips */
.form-tooltip, form .field-container.with-hint .description {
  font-size: 0.5rem;
  background: #FFFFFF;
  width: 300px;
  border: 1px solid #EAE8DB;
  padding: 10px;
  z-index: 8000;
  color: #222;
  text-align: left;
  box-shadow: 0 5px 3px 1px rgba(0, 0, 0, 0.3);
}

/*
 * chosen
 */
.chosen-container {
  font-size: 1rem;
}

/*
 * required fields information
 */
.required-notice {
  font-size: 0.5rem;
  /* 
   position: absolute;
   top: 20px;
   right: 10px;
   text-align: right;
   @include transform(rotate(-90deg));
   @include transform-origin(100%, 0);
   */
}
.required-notice span {
  color: #900;
}

/*
 * placeholders
 */
::-webkit-input-placeholder {
  color: #F9F2EA;
  padding-right: 10px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #F9F2EA;
  padding-right: 10px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #F9F2EA;
  padding-right: 10px;
}

:-ms-input-placeholder {
  color: #F9F2EA;
  padding-right: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ajax-progress {
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 0 20px;
  width: auto;
  height: auto;
  font-weight: 700;
  font-size: 10vw;
  left: 50%;
  transform: translateX(-50%);
}

.ajax-progress:before {
  content: "loading...";
  display: block;
  text-transform: uppercase;
}

.ajax-progress * {
  display: none;
}

/* general purpose formatting for blocks */
.padded {
  padding: 40px;
}

.padded-half {
  padding: 20px;
}

.padded-double {
  padding: 80px;
}

.v-padded {
  padding-top: 40px;
  padding-bottom: 40px;
}

.v-padded-half {
  padding-top: 20px;
  padding-bottom: 20px;
}

.v-padded-double {
  padding-top: 80px;
  padding-bottom: 80px;
}

.v-padded-top {
  padding-top: 40px;
}

.v-padded-bottom {
  padding-bottom: 40px;
}

.h-padded, .theme--content h2 {
  padding-left: 40px;
  padding-right: 40px;
}

.h-padded-half {
  padding-left: 20px;
  padding-right: 20px;
}

.h-padded-double {
  padding-left: 80px;
  padding-right: 80px;
}

.with-border {
  /*
    position: relative;

    &:after {
      position: absolute;
      bottom: -200px;
      left: 50%;
      margin-left: -200px;
      @extend .iconOrganicLine;
      display: block;
      text-align: center;
      color: $biscuit;
      font-size: 400px;
    }
  */
}
.with-border + .with-border {
  border-top: none;
}

.bottom-padded {
  padding-bottom: 40px;
}

.filled {
  background: #ef7747;
  color: #FFFFFF;
  /* if padding a row, compensate column padding
   * on outmost columns
   */
}
.filled .filled {
  background: #FFFFFF;
  color: #222;
}
.filled.row, .fields-box.collapse-fields .filled.row {
  padding-top: 20px;
}

.with-bg {
  position: relative;
  background-repeat: no-repeat;
}
.with-bg figure {
  display: none;
}
.with-bg.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* block width */
.width-75 {
  max-width: 750px;
  margin: 0 auto;
}

.width-50 {
  max-width: 500px;
  margin: 0 auto;
}

/* block min height */
.min-height-30 {
  min-height: 30vh;
}

.min-height-50 {
  min-height: 50vh;
}

.min-height-70 {
  min-height: 70vh;
}

.min-height-100 {
  min-height: 70vh;
}

/* background */
.full-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.with-white-overlay,
.with-black-overlay {
  position: relative;
}
.with-white-overlay .content,
.with-black-overlay .content {
  position: relative;
  z-index: 1;
}
.with-white-overlay:before,
.with-black-overlay:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.with-white-overlay:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.with-black-overlay:before {
  background-color: rgba(34, 34, 34, 0.8);
}

.bg-align-top-left {
  background-position: top left !important;
}

.bg-align-top-center {
  background-position: top center !important;
}

.bg-align-top-right {
  background-position: top right !important;
}

.bg-align-center-left {
  background-position: center left !important;
}

.bg-align-center-center {
  background-position: center center !important;
}

.bg-align-center-right {
  background-position: center right !important;
}

.bg-align-bottom-left {
  background-position: bottom left !important;
}

.bg-align-bottom-center {
  background-position: bottom center !important;
}

.bg-align-bottom-right {
  background-position: bottom right !important;
}

/* text-alignment */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
  margin-left: auto;
}

.align-center {
  text-align: center;
}
.align-center .text-container, .align-center .component-type--text .component--content, .component-type--text .align-center .component--content, .align-center .cke_editable {
  margin-left: auto;
  margin-right: auto;
}

.as-bg, .node--view-mode-slide figure:after,
.term--view-mode-slide figure:after, .node--view-mode-slide figure,
.term--view-mode-slide figure, .component .component--bg {
  object-position: 50% 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100%;
  z-index: 0;
}

.p-relative {
  position: relative;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-m-10 {
  z-index: -10;
}

.z-m-20 {
  z-index: -20;
}

/* single paddings and margins */
.pad-t {
  padding-top: 20px;
}

.pad-b {
  padding-bottom: 20px;
}

.pad-r {
  padding-right: 20px;
}

.pad-l {
  padding-left: 20px;
}

.pad-t2 {
  padding-top: 40px;
}

.pad-b2 {
  padding-bottom: 40px;
}

.pad-r2 {
  padding-right: 40px;
}

.pad-l2 {
  padding-left: 40px;
}

.pad-t3 {
  padding-top: 60px;
}

.pad-b3 {
  padding-bottom: 60px;
}

.pad-r3 {
  padding-right: 60px;
}

.pad-l3 {
  padding-left: 60px;
}

.pad-th {
  padding-top: 10px;
}

.pad-bh {
  padding-bottom: 10px;
}

.pad-rh {
  padding-right: 10px;
}

.pad-lh {
  padding-left: 10px;
}

.mar-t {
  margin-top: 20px;
}

.mar-b {
  margin-bottom: 20px;
}

.mar-r {
  margin-right: 20px;
}

.mar-l {
  margin-left: 20px;
}

.mar-t2 {
  margin-top: 40px;
}

.mar-b2 {
  margin-bottom: 40px;
}

.mar-r2 {
  margin-right: 40px;
}

.mar-l2 {
  margin-left: 40px;
}

.mar-t3 {
  margin-top: 60px;
}

.mar-b3 {
  margin-bottom: 60px;
}

.mar-r3 {
  margin-right: 60px;
}

.mar-l3 {
  margin-left: 60px;
}

.mar-th {
  margin-top: 10px;
}

.mar-bh {
  margin-bottom: 10px;
}

.mar-rh {
  margin-right: 10px;
}

.mar-lh {
  margin-left: 10px;
}

.visually-hidden, #block-filtermessages h2 {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.time-table {
  table-layout: fixed;
  min-width: 50%;
  text-align: left;
  margin: 1em 0;
}
.time-table td, .time-table th {
  padding: 0 10px 0 0;
}
.time-table th {
  padding-top: 1em;
}

.team img {
  max-width: 10vw;
  opacity: 0.7;
}

.team li {
  display: inline-block;
  text-align: center;
  margin-right: 2rem;
}

.children-menu {
  margin-top: 10px;
  margin-bottom: -10px;
}
.children-menu li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.children-menu a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  padding: 5px;
}

.fun-stuff {
  background: #222;
  color: #FFFFFF;
}
.fun-stuff a {
  color: #FFFFFF;
}

.taxonomy-term--hero,
.home-hero {
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .taxonomy-term--hero,
  .home-hero {
    padding: 80px 0;
  }
}

.vertical-navbar {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 9999;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}
.touch .vertical-navbar {
  display: none;
}
.vertical-navbar ul, .vertical-navbar li {
  list-style: none;
}
.vertical-navbar li {
  padding: 0 50px 0 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
}
.vertical-navbar li:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-navbar li i {
  position: absolute;
  right: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.vertical-navbar li:before {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.vertical-navbar li:hover:before, .vertical-navbar li.active:before {
  background: #ef7747;
}
.vertical-navbar li.active span {
  background: #ef7747;
  color: #FFFFFF;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.vertical-navbar li span {
  white-space: nowrap;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  color: #ef7747;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  display: none;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.95);
  text-align: right;
}
.vertical-navbar.hover {
  /*
  & + .body-wrapper {

    @include opacity(0.2);

  }
  */
}
.vertical-navbar.hover li span {
  display: block;
}
.vertical-navbar .scroll-top {
  padding-left: 4px;
  padding-bottom: 6px;
  padding-top: 20px;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  display: block;
  display: none;
}
.vertical-navbar .scroll-top:before {
  display: block;
  font-size: 12px;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 7px solid #ef7747;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  color: #ef7747;
}

.body-wrapper {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.page-header {
  background: #F9F2EA;
}

.top-nav-bar {
  height: auto;
  background: white;
  z-index: 400;
  overflow: visible;
}
.top-nav-bar nav {
  display: block;
}
.top-nav-bar li a {
  display: block;
  width: 100%;
}
.top-nav-bar h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
}
.top-nav-bar h1 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-nav-bar ul {
  text-align: right;
}
.top-nav-bar li {
  display: inline-block;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  padding-left: 0.4em;
}
.top-nav-bar li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
  font-size: 1.5vw;
}
.top-nav-bar li a.active {
  border-bottom: 2px solid #ef7747;
}
.top-nav-bar .secondary-menu li a {
  font-size: 0.75rem;
  font-weight: normal;
}

.main-menu a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#logo {
  overflow: visible;
}
#logo path, #logo circle {
  fill: #ef7747;
}

#page-header {
  padding: 20px 40px;
  background: #F9F2EA;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
#page-header h2 {
  display: none;
}
#page-header h1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
#page-header nav {
  grid-column: 2/3;
}
#page-header .primary-menu {
  grid-row: 2/3;
}
#page-header .secondary-menu {
  grid-row: 1/2;
}
#page-header h1 {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0rem;
  vertical-align: top;
  color: #FFFFFF;
}
#page-header h1 span {
  display: inline-block;
}
#page-header h1 small {
  display: inline-block;
  font-size: 0.5rem;
}
#page-header h1 svg {
  fill: #222;
  height: 4vh;
  min-height: 25px;
}
#page-header h1 svg rect {
  stroke: #222;
}
#page-header nav ul {
  text-align: right;
}
#page-header nav li {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
#page-header nav li ul {
  display: none;
  position: absolute;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.0666666667);
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  z-index: 900002;
  padding: 1em;
  min-width: max-content;
}
#page-header nav li ul li {
  display: block;
}
#page-header nav li ul li a {
  font-weight: normal;
}
#page-header nav li.menu-item--expanded span:after {
  content: "";
  width: 1em;
  height: 0.75em;
  display: inline-block;
  background: url(../images/arrow-black-top-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#page-header nav li:hover ul {
  display: block;
}
#page-header nav a, #page-header nav span {
  color: #222;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5vw;
  font-size: clamp(12px, 1.5vw, 24px);
  cursor: hand;
  cursor: pointer;
}
#page-header nav .secondary a {
  font-weight: normal;
}
#page-header nav.secondary-menu a {
  font-size: 0.75rem;
  font-weight: normal;
}
@media only screen and (max-width: 1000px) {
  #page-header {
    padding: 10px;
  }
  #page-header h2 {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    text-align: right;
    font-size: 1rem;
    color: #222;
    padding: 0 30px 0 0;
    line-height: clamp(25px, 4vh, 50px);
    /* hamburger */
  }
  #page-header h2:after, #page-header h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    background: #222;
    height: 4px;
    transform-origin: 50% 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
  }
  #page-header h2:before {
    box-shadow: 0 -8px 0 0 #222, 0 8px 0 0 #222;
  }
  #page-header.expanded h2:after {
    transform: translateY(-1px) rotate(-45deg) scaleX(1.3);
  }
  #page-header.expanded h2:before {
    transform: translateY(-1px) rotate(45deg) scaleX(1.3);
    box-shadow: none;
  }
  #page-header ul {
    display: none;
    margin-left: 0;
  }
  #page-header.expanded {
    transform: translateY(0);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #F9F2EA;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #page-header.expanded h1 {
    flex-grow: 1;
    width: 100%;
  }
  #page-header.expanded .secondary-menu {
    order: 3;
    flex-grow: 2;
  }
  #page-header.expanded .primary-menu {
    order: 2;
    flex-grow: 3;
  }
  #page-header.expanded nav {
    flex-grow: 1;
    display: block;
  }
  #page-header.expanded ul {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    justify-content: space-around;
    gap: 8px;
    margin-top: 40px;
  }
  #page-header.expanded ul li {
    text-align: center;
    padding: 0;
    cursor: pointer;
  }
  #page-header.expanded ul li a, #page-header.expanded ul li span {
    font-size: 1.3rem;
  }
  #page-header.expanded ul li.menu-item:not(.menu-item--expanded) {
    border: 1px solid #222;
    font-size: 0.75rem;
  }
  #page-header.expanded ul li.menu-item--expanded .menu {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px 0;
  }
  #page-header.expanded ul li.menu-item--expanded .menu li {
    border: 1px solid #222;
    font-size: 0.75rem;
  }
  #page-header.expanded ul li:nth-child(1) {
    order: 1;
  }
  #page-header.expanded ul li:nth-child(2) {
    order: 5;
  }
  #page-header.expanded ul li:nth-child(3) {
    order: 6;
  }
  #page-header.expanded ul li:nth-child(4) {
    order: 2;
  }
  #page-header.expanded ul li:nth-child(5) {
    order: 7;
  }
  #page-header.expanded ul li:nth-child(6) {
    order: 3;
  }
  #page-header.expanded ul li:nth-child(7) {
    order: 4;
  }
  #page-header.expanded ul li ul {
    min-width: 0;
    position: static;
    display: block;
    text-align: center;
  }
  #page-header.expanded ul li ul li {
    display: inline-block;
    padding: 0.5em;
  }
}

.squeeze {
  height: 0;
  display: none;
}

#page-footer {
  background: #FFFFFF;
  padding: 40px 20px;
}

.footer--contacts {
  margin-bottom: 40px;
}

.footer--social--icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 10px 10px 0;
}

.footer--facebook {
  background-image: url(../img/social/001-facebook.svg);
}

.footer--twitter {
  background-image: url(../img/social/002-twitter.svg);
}

.footer--instagram {
  background-image: url(../img/social/003-instagram.svg);
}

.footer--youtube {
  background-image: url(../img/social/004-youtube.svg);
}

#ilri-footer-logo {
  width: 150px;
}

.node.node--view-mode-teaser {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 18px -11px #757575;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.node.node--view-mode-teaser:not(.node--type-event):not(:has(figure)):before {
  content: "";
  display: block;
  background-color: #f2f2f2;
  aspect-ratio: 16/9;
  background-image: url(../wlm2.svg);
  background-size: 7rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.node.node--view-mode-teaser .node--content {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.node.node--view-mode-teaser h4 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0;
}
.node.node--view-mode-teaser figure {
  display: block;
}
.node.node--view-mode-teaser figure img {
  display: block;
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.node.node--view-mode-teaser .node--type {
  text-transform: uppercase;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef7747;
  letter-spacing: 0.05em;
}
.node.node--view-mode-teaser .node--meta {
  font-size: 0.5rem;
}
.node.node--view-mode-teaser .node--actions {
  font-size: 0.75rem;
}
.node.node--view-mode-teaser .node--actions .node--action {
  text-decoration: none;
  margin-right: 1em;
}
.node.node--view-mode-teaser .node--actions .node--action:last-child {
  margin-right: 0;
}
.node.node--view-mode-teaser .node--actions .node--action span {
  border-bottom: 1px dotted rgba(34, 34, 34, 0.8);
}

.node--view-mode-full .node--main {
  padding-top: 80px;
}
.node--view-mode-full.with-header-picture .node--header {
  min-height: 80vh;
}
.node--view-mode-full.with-header-picture .node--metadata .node--tags a,
.node--view-mode-full.with-header-picture .node--metadata .node--tags span,
.node--view-mode-full.with-header-picture .node--metadata .node--themes a,
.node--view-mode-full.with-header-picture .node--metadata .node--themes span {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.node--view-mode-full header .content--type {
  font-size: 1rem;
  color: #ef7747;
}
.node--view-mode-full header .content--type + h2 {
  padding-top: 0 !important;
}
.node--view-mode-full .node--tags h3,
.node--view-mode-full .node--themes h3 {
  vertical-align: middle;
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin-right: 0.25em;
}
.node--view-mode-full .node--tags a,
.node--view-mode-full .node--tags span,
.node--view-mode-full .node--themes a,
.node--view-mode-full .node--themes span {
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  border: 1px solid #222;
  color: #222;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 3px 10px 3px 10px;
  font-size: 0.6rem;
  margin: 0 0.25em 0.25em 0;
  white-space: pre;
}
.node--view-mode-full .node--header {
  padding-top: 80px;
  overflow: visible;
}
.node--view-mode-full .node--statement {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 400;
  position: relative;
}
.node--view-mode-full .node--statement strong {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}
.node--view-mode-full .node--statement--content {
  width: 800px;
  max-width: 100%;
  background: rgba(34, 34, 34, 0.8);
  padding: 20px 20px 20px 0;
  overflow: visible;
  position: relative;
  color: #FFFFFF;
}
.node--view-mode-full .node--statement--content h2 {
  padding-top: 1rem;
}
.node--view-mode-full .node--statement--content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  background: rgba(34, 34, 34, 0.8);
}
.node--view-mode-full .node--statement--quote--author {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
.node--view-mode-full .node--picture {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  filter: contrast(1);
}
.node--view-mode-full .node--section {
  margin-bottom: 80px;
}
.node--view-mode-full .node--section .section--subtitle {
  display: block;
  margin-top: -1em;
  margin-bottom: 2em;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
}
.node--view-mode-full .node--shareable,
.node--view-mode-full .node--share {
  display: inline-block;
  margin-right: 20px;
}
.node--view-mode-full .node--shareable {
  margin-bottom: 20px;
}
.node--view-mode-full .node--shareable a {
  text-decoration: none;
}
.node--view-mode-full .node--shareable figure {
  position: relative;
}
.node--view-mode-full .node--shareable figure img {
  max-height: 100px;
}
.node--view-mode-full .node--shareable figcaption strong,
.node--view-mode-full .node--shareable figcaption span {
  display: block;
}
.node--view-mode-full .node--shareable figcaption span {
  font-size: 0.75rem;
}
.node--view-mode-full .node--shareable.node--shareable-pdf img {
  filter: brightness(2) contrast(2) grayscale(1);
}
.node--view-mode-full .node--share-container {
  border-top: 1px dotted #222;
}
.node--view-mode-full .node--share {
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.node--view-mode-full .node--share i {
  font-size: 1.44rem;
}
.node--view-mode-full .node--share i,
.node--view-mode-full .node--share span {
  vertical-align: middle;
}
.node--view-mode-full .node--metadata table {
  font-size: 0.75rem;
}
.node--view-mode-full .node--metadata table th,
.node--view-mode-full .node--metadata table td {
  text-align: left;
}
.node--view-mode-full .node--metadata table a {
  color: inherit;
}

.page-node-type-page .node--header {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.page-node-type-page .node--header:after {
  position: absolute;
  width: 201%;
  height: 200%;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
  z-index: -1;
}

.node-solution figure img, .node-video figure img, .node-profile figure img,
.node-media-mention figure img {
  width: 100%;
  height: auto;
}
.node-solution .component-type--text .component--title, .node-video .component-type--text .component--title, .node-profile .component-type--text .component--title,
.node-media-mention .component-type--text .component--title {
  margin-bottom: 0;
}
.node-solution.node--view-mode-full.with-header-picture .node--header, .node-video.node--view-mode-full.with-header-picture .node--header, .node-profile.node--view-mode-full.with-header-picture .node--header,
.node-media-mention.node--view-mode-full.with-header-picture .node--header {
  min-height: auto;
  padding-top: 20px;
}
.node-solution.node--view-mode-full .node--section, .node-video.node--view-mode-full .node--section, .node-profile.node--view-mode-full .node--section,
.node-media-mention.node--view-mode-full .node--section {
  margin-bottom: 10px;
}
.node-solution.node--view-mode-full .node--section .component--title-results, .node-video.node--view-mode-full .node--section .component--title-results, .node-profile.node--view-mode-full .node--section .component--title-results,
.node-media-mention.node--view-mode-full .node--section .component--title-results {
  text-transform: none;
  font-size: 2rem;
}
.node-solution.node--view-mode-full .node--statement--content, .node-video.node--view-mode-full .node--statement--content, .node-profile.node--view-mode-full .node--statement--content,
.node-media-mention.node--view-mode-full .node--statement--content {
  background-color: transparent;
}
.node-solution.node--view-mode-full .node--statement--content::before, .node-video.node--view-mode-full .node--statement--content::before, .node-profile.node--view-mode-full .node--statement--content::before,
.node-media-mention.node--view-mode-full .node--statement--content::before {
  display: none;
}
.node-solution.node--view-mode-full .node--statement--content .node--metadata, .node-video.node--view-mode-full .node--statement--content .node--metadata, .node-profile.node--view-mode-full .node--statement--content .node--metadata,
.node-media-mention.node--view-mode-full .node--statement--content .node--metadata {
  color: #222;
}
.node-solution.node--view-mode-full .node--statement--content .node--metadata a, .node-video.node--view-mode-full .node--statement--content .node--metadata a, .node-profile.node--view-mode-full .node--statement--content .node--metadata a,
.node-media-mention.node--view-mode-full .node--statement--content .node--metadata a {
  color: #222;
  border-color: #222;
}

.node--type-message.node--view-mode-teaser {
  position: relative;
  box-shadow: 10px 7px 18px -11px #757575;
  flex-direction: row;
}
.node--type-message.node--view-mode-teaser h4 {
  font-size: 1rem;
}

.node--type-event.node--view-mode-teaser {
  flex-direction: column;
}

.node--type-profile.node--view-mode-teaser h4 {
  font-size: 1rem;
}
.node--type-profile.node--view-mode-teaser h4 a {
  color: #ef7747;
}
.node--type-profile.node--view-mode-teaser em, .node--type-profile.node--view-mode-teaser strong {
  font-size: 0.75rem;
}
.node--type-profile.node--view-mode-teaser strong {
  text-transform: uppercase;
}

.node-publication.node--view-mode-full .publication--picture {
  background: #FFFFFF;
}
.node-publication.node--view-mode-full .publication--picture img {
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.plain-card, .node--type-publication.node--view-mode-teaser {
  margin-bottom: 40px;
}
.plain-card .node--content, .node--type-publication.node--view-mode-teaser .node--content {
  padding: 13.3333333333px;
  background: rgba(255, 255, 255, 0.7);
}
.plain-card .node--actions, .node--type-publication.node--view-mode-teaser .node--actions {
  padding: 10px 20px 0 20px;
}
.plain-card .publication--authors, .node--type-publication.node--view-mode-teaser .publication--authors {
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 0.5rem;
  line-height: 1.2;
  display: block;
}
.plain-card .publication--source, .node--type-publication.node--view-mode-teaser .publication--source {
  display: block;
  font-size: 0.5rem;
  line-height: 1.2;
}
.plain-card h4 a, .node--type-publication.node--view-mode-teaser h4 a {
  text-decoration: none;
}

.photo-card, .node--type-message.node--view-mode-teaser {
  background: #ef7747;
  transition: all 0.4s linear;
  position: relative;
}
.photo-card .node--content:after, .node--type-message.node--view-mode-teaser .node--content:after {
  transition: all 0.4s ease-out;
  content: "";
  position: absolute;
  opacity: 0.9;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 15px;
  background: #FFFFFF;
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scale(1.2) translateY(-120%);
}
.photo-card:before, .node--type-message.node--view-mode-teaser:before {
  content: "";
  display: block;
  float: left;
  padding-top: 75%;
}
.photo-card figure, .node--type-message.node--view-mode-teaser figure {
  display: block;
  padding-bottom: 56.25%;
  transition: all 0.4s linear;
  opacity: 0.15;
  filter: contrast(1.5) grayscale(1);
}
.photo-card figure img, .node--type-message.node--view-mode-teaser figure img {
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.photo-card a, .node--type-message.node--view-mode-teaser a {
  color: #FFFFFF;
  text-decoration: none;
}
.photo-card > a, .node--type-message.node--view-mode-teaser > a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9882;
}
.photo-card h4, .node--type-message.node--view-mode-teaser h4 {
  color: #FFFFFF;
  font-size: 1.25rem;
  position: relative;
}
.photo-card h4 a, .node--type-message.node--view-mode-teaser h4 a {
  color: #FFFFFF;
}
.photo-card .card--read-more, .node--type-message.node--view-mode-teaser .card--read-more {
  background: #000;
  padding: 2px 8px 2px 8px;
  margin-top: 1em;
  opacity: 0;
  transition: opacity 0.4s linear;
  font-weight: 700;
}
.photo-card .node--tags, .node--type-message.node--view-mode-teaser .node--tags {
  padding: 20px;
}
.photo-card .node--tags .tag, .node--type-message.node--view-mode-teaser .node--tags .tag {
  font-size: 0.5em;
  background: #222;
  color: #FFFFFF;
  border-radius: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.photo-card .node--content, .node--type-message.node--view-mode-teaser .node--content {
  padding: 20px;
  z-index: 10;
}
.photo-card .message--statement, .node--type-message.node--view-mode-teaser .message--statement {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1em;
}
.photo-card:hover, .node--type-message.node--view-mode-teaser:hover {
  background: #FFFFFF;
}
.photo-card:hover .node--content:after, .node--type-message.node--view-mode-teaser:hover .node--content:after {
  transform: scale(1.2) translateY(0%) rotate(-3deg);
}
.photo-card:hover .card--read-more, .node--type-message.node--view-mode-teaser:hover .card--read-more {
  opacity: 1;
}
.photo-card:hover h4, .node--type-message.node--view-mode-teaser:hover h4 {
  color: #ef7747;
}
.photo-card:hover h4 a, .node--type-message.node--view-mode-teaser:hover h4 a {
  color: #ef7747;
}
.photo-card:hover figure, .node--type-message.node--view-mode-teaser:hover figure {
  opacity: 1;
  filter: contrast(1) grayscale(0);
}

h2.with-subtitle {
  padding-bottom: 0;
  font-size: 2rem;
}
h2 + .subtitle {
  margin-bottom: 40px;
}

.wlm-download .node--statement .container {
  max-width: 100vw;
}
.wlm-download .node--statement .node--statement--content {
  width: 1200px;
  padding: 40px 40px 40px 20px;
}

#download-url {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8vw;
  background: #222;
  color: #FFFFFF;
  padding: 0 5px;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
}

#download-logo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 13vmax;
  background: rgba(0, 0, 0, 0.2666666667);
  padding: 5px 9px 0 10px;
  box-shadow: 0 0 19px 14px rgba(0, 0, 0, 0.2666666667);
}
#download-logo svg {
  fill: #fff;
}

.view--with--filters--sidebar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .view--with--filters--sidebar {
    display: block;
  }
  .view--with--filters--sidebar .region-content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .view--with--filters--sidebar .region-filters {
    position: sticky;
    align-self: start;
    top: 1em;
  }
}

.filter-form {
  text-align: center;
  /*
  padding: $unit;
  border-radius: 100px;
  background:$white;
  */
}
.filter-form h2 {
  font-size: 1rem;
  text-align: left;
}
.filter-form .filter-container {
  display: inline-block;
}
.filter-form .filter {
  display: inline-block;
  background: #222;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: #FFFFFF;
  text-decoration: none;
  padding: 6.6666666667px 20px 6.6666666667px 10px;
  border-radius: 50px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0.5rem 0.5rem 0;
}
.filter-form .filter.is-active {
  background: #ef7747;
  color: #FFFFFF;
  padding-right: 0;
}
.filter-form .filter.is-active:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "\e813";
  color: #FFFFFF;
  margin: 0 6.6666666667px;
}
.filter-form .filter-type-content-types .filter {
  padding: 6.6666666667px 10px 4.6666666667px 10px;
}

@media only screen and (min-width: 767px) {
  .filter-form .filter {
    background: transparent;
    color: #222;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
  }
  .filter-form .filter:after {
    position: absolute;
  }
  .filter-form .filter.is-active:after {
    content: "";
    width: 0;
    margin: 0;
    padding: 0;
  }
  .filter-form .filter.is-active, .filter-form .filter:hover {
    background: #FFFFFF;
    color: #222;
    padding: 10px 20px;
  }
  .filter-form .filter:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    padding: 10px 20px;
  }
  .filter-form .filter:hover:after {
    position: absolute;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\f0b0";
    top: 5px;
    right: 3px;
    color: #ef7747;
    margin: 0;
  }
  .filter-form .filter.is-active:hover {
    color: rgba(34, 34, 34, 0.8);
  }
  .filter-form .filter.is-active:hover:after {
    position: absolute;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: "\e813";
    top: 5px;
    right: 3px;
    color: #ef7747;
    margin: 0;
  }
  .filter-form i {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
/* specific filters */
.report--case-container {
  background: #F9F2EA;
  box-shadow: 0 5px 16px -12px Rgb(0, 0, 0, 0.4) inset;
}
.report--case-container:nth-child(odd) {
  background: #eff6f7;
}

.report--infographic {
  display: block;
  border-radius: 15px;
  border: 3px solid #FFFFFF;
}

.one-health-report-banner {
  text-align: center;
  background: #fcfcf9;
  border-radius: 4px;
  padding: 30px 20px;
  background: #eee;
  font-size: 0.8rem;
}
.one-health-report-banner img {
  max-width: 50%;
  height: auto;
}
.one-health-report-banner .action, .one-health-report-banner .more-link a, .more-link .one-health-report-banner a, .one-health-report-banner .actions a, .actions .one-health-report-banner a, .one-health-report-banner .form-managed-file input[type=submit], .form-managed-file .one-health-report-banner input[type=submit], .one-health-report-banner .webform-submit {
  margin-top: 20px;
}

.user-logged-in nav.tabs {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "futura-pt";
  z-index: 98000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.user-logged-in nav.tabs ul.tabs {
  margin: 0;
}

.cke_editable {
  padding: 20px;
}

.contextual-links {
  font-family: "futura-pt", Helvetica, sans-serif !important;
}
.contextual-links li:before {
  display: none;
}
.contextual-links a {
  color: #222 !important;
}

.node--unpublished {
  position: relative;
  background-color: transparent;
}
.node--unpublished:before {
  content: "unpublished";
  text-transform: uppercase;
  position: absolute;
  font-size: 9vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 99999;
  opacity: 0.2;
  background: #ff7;
  padding: 30px;
  transform-origin: 50% 50%;
  pointer-events: none;
}

.contextual-links .paragraphs-editclone-form {
  display: none !important;
}

.component {
  position: relative;
}
.component .component--content {
  position: relative;
  width: 100%;
  z-index: 500;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}
.component .component--content .grid {
  padding-left: 0;
  padding-right: 0;
}
.component .component--bg {
  background-position: 50% 50%;
  z-index: 1;
}
.component .component--title {
  font-size: 2rem;
  color: #ef7747;
}
.component.with-page-grid {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) 990px minmax(40px, 1fr);
}
@media only screen and (max-width: 1070px) {
  .component.with-page-grid {
    grid-template-columns: 20px 1fr 20px;
  }
}
.component .actions {
  padding-top: 20px;
  text-align: right;
}
.actions {
  padding-top: 20px;
}
.background-fixed .component--bg {
  background-attachment: fixed;
}

.position--center .component--content {
  grid-column: 2;
}

.component-type--cards-list,
.component-type--pzt-downloads {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) 990px minmax(40px, 1fr);
}
@media only screen and (max-width: 1070px) {
  .component-type--cards-list,
  .component-type--pzt-downloads {
    grid-template-columns: 20px 1fr 20px;
  }
}

.position--full-bleed-left {
  padding-left: 0;
}
.position--full-bleed-left .component--content {
  grid-column: 1/3;
  max-width: none;
}
.position--full-bleed-left .component--title {
  text-align: right;
}

.position--full-bleed-right {
  padding-right: 0;
}
.position--full-bleed-right .component--content {
  max-width: none;
  grid-column: 2/4;
}

.position--full-bleed {
  padding-left: 0;
  padding-right: 0;
}
.position--full-bleed .component--content {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  grid-column: 1/4;
}

.position--full-screen {
  padding: 0;
}
.position--full-screen .component--content {
  max-width: none;
  height: 100vh;
  grid-column: 1/4;
}

.position--page-width {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .component-type--text .component--content {
    padding-left: 0;
    padding-right: 0;
  }
}

.component-type--figure img {
  display: block;
  width: 100%;
  height: auto;
}
.component-type--figure figcaption {
  font-size: 0.75rem;
}
.component-type--figure.position--full-bleed-left figcaption {
  text-align: right;
}
.component-type--figure.position--full-bleed figcaption {
  text-align: center;
}
.component-type--figure.position--full-screen .component--content {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.component-type--figure.position--full-screen .component--content img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.component-type--figure.position--full-screen .component--content figcaption {
  color: #FFFFFF;
  z-index: 42;
  font-size: 4vw;
  padding: 20px;
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  max-width: 45rem;
}
.component-type--figure.position--full-screen .component--content figcaption, .component-type--figure.position--full-screen .component--content figcaption * {
  line-height: 1.2;
}

.component-type--sub-pages-menu .component--content {
  grid-column: 2;
}
.component-type--sub-pages-menu .component--content h2 {
  font-size: 1rem;
}

.component-type--cards-list .component--content {
  padding: 20px;
}
.component-type--cards-list .grid {
  display: grid;
  position: relative;
  gap: 20px;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .component-type--cards-list .grid {
    display: block;
  }
  .component-type--cards-list .grid > * {
    margin-bottom: 20px;
  }
}
.component-type--cards-list .up-3 {
  grid-template-columns: repeat(3, 1fr);
}
.component-type--cards-list .up-4 {
  grid-template-columns: repeat(4, 1fr);
}
.component-type--cards-list .up-4 .card {
  font-size: 0.8rem;
  min-height: 255px;
}
.component-type--cards-list .up-5 {
  grid-template-columns: repeat(5, 1fr);
}
.component-type--cards-list .up-5 .card {
  font-size: 0.6rem;
  min-height: 180px;
}
.component-type--cards-list .up-auto {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.component-type--cards-list .up-auto .card {
  font-size: 0.8rem;
  min-height: 180px;
}
.component-type--cards-list .up-auto.items-count-1, .component-type--cards-list .up-auto.items-count-2 {
  grid-template-columns: repeat(auto-fit, minmax(350px, 300px));
}

.vertical-cards-container article {
  margin-bottom: 20px;
  min-height: 250px;
}
.vertical-cards-container article h3 {
  font-size: 1.5rem;
}

.horizontal-cards-container,
.vertical-cards-container {
  gap: 20px;
}
.horizontal-cards-container article,
.vertical-cards-container article {
  border-radius: 20px;
  overflow: hidden;
}
.horizontal-cards-container.full-bleed,
.vertical-cards-container.full-bleed {
  gap: 0;
}
.horizontal-cards-container.full-bleed article,
.vertical-cards-container.full-bleed article {
  border-radius: 0;
}

.mono-type .card .article--type {
  display: none;
}

.component--type-breadcrumbs {
  width: 100%;
  opacity: 80%;
  background: #ef7747;
  padding: 0 40px;
  color: #222;
}
.component--type-breadcrumbs ul {
  display: flex;
}
.component--type-breadcrumbs li {
  margin-bottom: auto;
  /* &:after {
          @include iconFont;
          font-size: $smallFontSize;
          content: "\E811";
      }*/
}
.component--type-breadcrumbs li:before {
  content: none;
}
.component--type-breadcrumbs li a {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  font-size: 0.75rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: 700;
  background-image: url("../img/ui/breadcrumbs-separator.svg");
  background-repeat: no-repeat;
  background-position: 99% 100%;
  padding: 6.6666666667px 20px 6.6666666667px 10px;
}
.negative .component--type-breadcrumbs li a {
  color: #FFFFFF;
}
.component--type-breadcrumbs li:first-child a {
  padding-left: 0;
}

.component--type-filter-form {
  padding: 20px 40px 0 40px;
}
.component--type-filter-form .component--content {
  display: flex;
  flex-wrap: wrap;
}
.component--type-filter-form .field-container {
  margin: 0 20px 20px 0;
}

.component--type-article--header {
  position: relative;
  min-height: 50vw;
  display: flex;
  flex-direction: column;
}
.component--type-article--header.no-image {
  background: #ef7747;
  min-height: 0;
  padding-top: 80px;
}
.component--type-article--header .article--type {
  margin: 0 40px 0.5em 40px;
}
.component--type-article--header .component--content {
  flex-grow: 10;
  position: relative;
  z-index: 29;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.component--type-article--header .mask {
  z-index: 10;
}
.component--type-article--header h1 {
  position: relative;
  z-index: 2;
  font-size: max(4vw, 20px);
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  color: #ef7747;
  line-height: 1.2;
}
.component--type-article--header h1 span {
  max-width: 1100px;
  line-height: 1.6;
  opacity: 0.9;
  color: #ef7747;
}
.component--type-article--header h1 {
  padding: 0 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .component--type-article--header img {
    position: relative;
    order: 1;
  }
  .component--type-article--header .component--content {
    order: 2;
    padding: 40px 0;
  }
  .component--type-article--header h1 {
    padding: 0 20px 0 40px;
  }
}

.component--type-publication--header .component--content {
  padding: 80px 40px 40px 40px;
}
.component--type-publication--header .article--type {
  margin: 0 0 10px 0;
}
.component--type-publication--header h1 {
  display: block;
  font-size: 2rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #ef7747;
}
.component--type-publication--header img {
  width: 15vw;
  display: block;
  height: auto;
  margin-left: 40px;
}

.playing-cards .card {
  position: relative;
  overflow: visible;
  perspective: 500px;
  background-color: #FFFFFF;
  min-height: 15em;
  border-radius: 10px;
}
.playing-cards .card figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-start-start-radius: 10px;
  border-top-right-radius: 10px;
}
.playing-cards .card .card-front {
  overflow: visible;
  transform: rotateY(0);
  backface-visibility: hidden;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max-content;
  bottom: 0;
  right: 0;
  will-change: transform;
  background: #FFFFFF;
  color: #404E65;
}
.playing-cards .card .card-front .field--type-text-long {
  padding: 20px;
}
.playing-cards .card .card-front .field--type-text-long h4 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (hover: hover) {
  .playing-cards .card:hover .card-front {
    transform: rotateY(-180deg);
  }
}
@media only screen and (hover: hover) and (max-width: 1023px) {
  .playing-cards .card:hover .card-front {
    transform: rotate(0);
  }
}
@media (hover: hover) {
  .playing-cards .card:hover .card-front figure::before {
    visibility: hidden;
  }
}
@media only screen and (hover: hover) and (max-width: 1023px) {
  .playing-cards .card:hover .card-front figure::before {
    display: block;
  }
}
@media (hover: hover) {
  .playing-cards .card:hover .card-back {
    transform: rotateY(0);
  }
}
.playing-cards .card .card-back {
  transform: rotateY(180deg);
  padding: 20px;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  color: #404E65;
  backface-visibility: hidden;
}
.playing-cards .card .card-back a {
  color: #C34628;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
}
.playing-cards .card .card-back h4 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.playing-cards .card .card-back p {
  color: #808080;
  line-height: 1;
}

.component-type--gallery {
  margin-top: 20px;
  margin-bottom: 40px;
}
.component-type--gallery .component--content {
  padding: 0 20px;
}
.component-type--gallery .component--content--gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  grid-template-rows: auto;
  row-gap: 20px;
  column-gap: 20px;
  align-items: start;
}
.component-type--gallery .component--content--gallery img {
  display: block;
  margin: 0 20px 20px 0;
  height: auto;
  width: 100%;
  border-radius: 15px;
}
.component-type--gallery figcaption {
  font-size: 0.75rem;
}
.component-type--gallery.position--full-bleed-left figcaption {
  text-align: right;
}
.component-type--gallery.position--full-bleed figcaption {
  text-align: center;
}
.component-type--gallery.position--full-screen .component--content {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.component-type--gallery.position--full-screen .component--content img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.component-type--gallery.position--full-screen .component--content figcaption {
  color: #FFFFFF;
  z-index: 42;
  font-size: 4vw;
  padding: 20px;
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  max-width: 45rem;
}

.mobile-menu-trigger {
  display: none;
  padding: 10px;
}

/*
 * Media Queries
 */
/* size targeted contents */
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
/*
 * from tablet down
 */
@media only screen and (max-width: 1023px) {
  html {
    font-size: 20px;
  }
  .home-hero {
    padding: 80px 20px;
  }
  /*
   * common elements
   */
  .vertical-navbar {
    display: none;
  }
  .top-nav-bar h1 {
    height: 40px;
  }
}
/*
 * from phone down
 */
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .mobile-menu-trigger {
    display: block;
    font-family: "futura-pt", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ef7747;
    text-decoration: underline;
    text-align: center;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: hand;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    outline: none;
  }
  .mobile-menu-trigger svg {
    height: 30px;
    fill: #3f5f98;
  }
  .mobile-menu-trigger .svg-close {
    display: none;
  }
  .mobile-menu-trigger.is-active > svg {
    display: none;
  }
  .mobile-menu-trigger.is-active .svg-close {
    display: block;
  }
  .mobile-menu-trigger span {
    font-size: 16px;
  }
  .node--tags {
    display: none;
  }
  .top-nav-bar {
    padding-top: 0;
    height: auto !important;
    text-align: center;
  }
  .top-nav-bar .logo-container {
    position: relative;
  }
  .top-nav-bar ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-nav-bar ul.hide {
    display: none;
  }
  .top-nav-bar li {
    width: 100%;
    line-height: 1;
    border-bottom: 1px dotted #ef7747;
    padding: 0;
  }
  .top-nav-bar li a {
    font-size: 1rem;
    padding: 20px;
    border: none;
    text-align: center;
  }
  .top-nav-bar li a.active {
    background: #ef7747;
    color: #FFFFFF;
    border: none;
  }
  .top-nav-bar .secondary-menu li a {
    font-size: 1rem;
    font-weight: 700;
  }
  .top-nav-bar .secondary-menu li:last-child {
    border-bottom: none;
  }
  .top-nav-bar .primary-menu {
    order: 1;
  }
  .top-nav-bar .secondary-menu {
    order: 2;
  }
  .hero {
    position: relative;
  }
  .hero:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.8);
  }
  .form-radios.as-buttons .radio-option, .form-radios.as-buttons .form-item.form-type-radio {
    display: block;
    width: 100%;
    margin: 0 5px 5px 0;
  }
  .form-radios.as-buttons label {
    width: 100%;
    display: block;
    float: none;
  }
  .form-radios.as-buttons label, .form-radios.as-buttons label:first-child, .form-radios.as-buttons label:last-child {
    border-radius: 5px !important;
    border-width: 1px !important;
  }
  /*
   * general purpose
   */
  .mobile-hide {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .page-header {
    border-top: none;
  }
}
@media print {
  @page {
    margin: 1cm;
    size: A4;
  }
  iframe, embed, object {
    display: none;
  }
  body {
    margin: 0;
    background: transparent;
  }
  .container {
    margin: 0;
  }
  html {
    font-size: 12pt;
  }
  .vertical-navbar {
    display: none;
  }
  #sliding-popup {
    display: none !important;
  }
  #page-header {
    background: transparent;
    padding: 0 20px;
  }
  #page-header h1 svg {
    fill: #000;
  }
  #page-header ul {
    display: none;
  }
  .node--picture img {
    display: none;
  }
  .node--impact, .node--reuse-share, .node--investment, .node--publications, #page-footer {
    display: none;
  }
  .node--view-mode-full .node--statement--content:before {
    display: none;
  }
  .node--header * {
    color: #000;
  }
  .node--tags {
    display: none;
  }
  .col-8 {
    width: 100%;
  }
  .container  {
    width: 100%;
    max-width: 100%;
  }
  .node--view-mode-full .node--statement--content {
    background: transparent;
  }
  .node--header {
    min-height: 0 !important;
  }
}
.cke_editable {
  padding: 20px;
}

.homepage--highlights {
  padding: 60px 20px;
}
.homepage--highlights .grid-up-3, .homepage--highlights h2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.one-health--page {
  counter-reset: onehealth-card;
  background-color: #FFFFFF;
}
.one-health--page .node--header {
  display: none;
}
.one-health--page .block-content--type-image {
  height: 45vw;
  display: flex;
  align-items: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  /*.as-bg {
      z-index: -4;
  }*/
}
.one-health--page .block-content--type-image .content-block {
  z-index: 78;
}
.one-health--page .block-content--type-image .text-container h1, .one-health--page .block-content--type-image .cke_editable h1, .one-health--page .block-content--type-image .component-type--text .component--content h1, .component-type--text .one-health--page .block-content--type-image .component--content h1 {
  color: #FFFFFF;
}
.one-health--page .block-content--type-image .text-container h1 small, .one-health--page .block-content--type-image .cke_editable h1 small, .one-health--page .block-content--type-image .component-type--text .component--content h1 small, .component-type--text .one-health--page .block-content--type-image .component--content h1 small {
  font-size: 1.4rem;
}
.one-health--page .block-content--type-image .video img {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 13%;
  height: auto;
}
.one-health--page .node--statement {
  background-color: #FFFFFF;
  color: #808080;
}
.one-health--page .node--statement .action, .one-health--page .node--statement .more-link a, .more-link .one-health--page .node--statement a, .one-health--page .node--statement .form-managed-file input[type=submit], .form-managed-file .one-health--page .node--statement input[type=submit], .one-health--page .node--statement .webform-submit, .one-health--page .node--statement .actions a, .actions .one-health--page .node--statement a {
  text-transform: initial;
}
.one-health--page .action, .one-health--page .more-link a, .more-link .one-health--page a, .one-health--page .form-managed-file input[type=submit], .form-managed-file .one-health--page input[type=submit], .one-health--page .webform-submit, .one-health--page .actions a, .actions .one-health--page a {
  background-color: #C34628;
}
.one-health--page .node--opportunities,
.one-health--page .node--get-in-touch {
  background: rgba(249, 242, 234, 0.6156862745);
}
.one-health--page .node--opportunities h2,
.one-health--page .node--get-in-touch h2 {
  color: #404E65;
}
.one-health--page .node--opportunities p,
.one-health--page .node--get-in-touch p {
  color: #808080;
  margin-bottom: 0;
}
.one-health--page .node--opportunities h2 .section--subtitle {
  margin-top: 0;
  margin-bottom: 0;
}
.one-health--page .node--opportunities p {
  line-height: 1;
  margin-top: 10px;
}
.one-health--page .node--opportunities .card-container-core .node--content,
.one-health--page .node--opportunities .card-container-supporting .node--content {
  padding: 0;
}
.one-health--page .node--opportunities .card-container-core .node--content h4,
.one-health--page .node--opportunities .card-container-supporting .node--content h4 {
  padding: 10px 20px;
}
.one-health--page .node--opportunities .card-container-core .node--content figure,
.one-health--page .node--opportunities .card-container-supporting .node--content figure {
  position: relative;
}
.one-health--page .node--opportunities .card-container-core .node--content figure img,
.one-health--page .node--opportunities .card-container-supporting .node--content figure img {
  border-radius: 0;
}
.one-health--page .node--opportunities .card-container-core .node--content figure::before,
.one-health--page .node--opportunities .card-container-supporting .node--content figure::before {
  counter-increment: onehealth-card;
  content: counter(onehealth-card) "/18";
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background: rgba(113, 44, 61, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 5px 0 20px 0;
  font-size: 0.75rem;
  padding: 0 10px;
}
.one-health--page .node--opportunities .card-container-supporting .node--content figure::before {
  background: rgba(83, 89, 62, 0.6);
}
.one-health--page .node--opportunities h2 small {
  color: #C34628;
  font-weight: 400;
}
.one-health--page .node--opportunities .one-health--selection {
  display: flex;
  margin: 40px 0;
  align-items: center;
  justify-content: center;
  justify-content: space-evenly;
}
.one-health--page .node--opportunities .one-health--selection h3 {
  margin: 0;
  font-size: 1rem;
}
.one-health--page .node--opportunities .one-health--selection h3 a {
  color: #404E65;
  text-decoration: none;
  font-weight: 700;
}
.one-health--page .node--opportunities .one-health--selection h3 a:hover, .one-health--page .node--opportunities .one-health--selection h3 a.active {
  text-decoration: underline #C34628;
}
.one-health--page .node--help {
  background-color: #FFFFFF;
}
.one-health--page .node--help h2 {
  color: #404E65;
}
.one-health--page .node--help p {
  color: #808080;
}
.one-health--page .node--help figcaption {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}
.one-health--page .node--help figcaption i {
  color: #C34628;
}
.one-health--page .node--help figcaption .link {
  color: #404E65;
  font-weight: 400;
  text-decoration: underline;
  padding: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  cursor: pointer;
}
.one-health--page .node--help strong {
  background-color: #C34628;
  position: relative;
  bottom: 65px;
  left: 15%;
  text-transform: initial;
  padding: 20px 80px;
  cursor: auto;
}
.one-health--page .node--help .research figcaption {
  padding-left: 60px;
}
.one-health--page .node--get-in-touch p a {
  color: #C34628;
}
.one-health--page .node--get-in-touch .social .social--icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 10px 10px 0;
  background-repeat: no-repeat;
}
.one-health--page .node--get-in-touch .social .social--icon a {
  cursor: pointer;
}
.one-health--page .node--get-in-touch .social .social--icon--twitter {
  background-image: url(../images/one-health-page/twitter.svg);
}
.one-health--page .node--get-in-touch .social .social--icon--linkedin {
  background-image: url(../images/one-health-page/linkedin.svg);
}
.one-health--page .node--get-in-touch .social .social--icon--instagram {
  background-image: url(../images/one-health-page/instagram.svg);
}
.one-health--page .node--get-in-touch .social .social--icon--facebook {
  background-image: url(../images/one-health-page/facebook.svg);
}

.hide-tab {
  height: 1px;
  overflow: hidden;
  width: 1px;
  /* Keep the layout */
  position: absolute;
  /* Remove any visible trace (e.g. background color) */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  /* browsers in the future */
  /* Prevent the screen reader to skip spaces between words */
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .one-health--page .block-content--type-image .video img {
    right: 40px;
  }
  .one-health--page .node--help .campaign {
    display: flex;
    flex-direction: column;
  }
  .one-health--page .node--help .campaign .order-1 {
    order: 1;
  }
  .one-health--page .node--help .campaign .order-2 {
    order: 2;
  }
  .one-health--page .node--help .col-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .one-health--page .node--help strong {
    left: 0;
  }
  .one-health--page .node--help .research figcaption {
    padding-left: 0;
  }
  .one-health--page .grid-up-3 {
    grid-template-columns: repeat(2, minmax(5rem, 1fr));
  }
  .one-health--page .node--opportunities p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .one-health--page .playing-cards .card {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  }
  .one-health--page .playing-cards .card .card-front {
    position: relative;
  }
  .one-health--page .playing-cards .card .card-front img {
    width: 100%;
  }
  .one-health--page .playing-cards .card .card-back {
    transform: rotateY(0);
    padding-top: 0;
  }
  .one-health--page .playing-cards .card .card-back h4 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .one-health--page .block-content--type-image {
    padding-left: 10px;
    padding-right: 10px;
  }
  .one-health--page .block-content--type-image .text-container h1, .one-health--page .block-content--type-image .cke_editable h1, .one-health--page .block-content--type-image .component-type--text .component--content h1, .component-type--text .one-health--page .block-content--type-image .component--content h1 {
    font-size: 1.5rem;
  }
  .one-health--page .block-content--type-image .text-container h1 small, .one-health--page .block-content--type-image .cke_editable h1 small, .one-health--page .block-content--type-image .component-type--text .component--content h1 small, .component-type--text .one-health--page .block-content--type-image .component--content h1 small {
    font-size: 0.8rem;
  }
  .one-health--page .block-content--type-image .video img {
    margin-bottom: 10px;
  }
  .one-health--page .node--help .col-6 {
    align-items: stretch;
  }
  .one-health--page .node--help img {
    width: 100%;
  }
  .one-health--page .node--help strong {
    bottom: 30px;
    padding: 10px 20px;
    font-size: 1rem;
  }
  .one-health--page .playing-cards .card {
    width: 100%;
  }
  .one-health--page .playing-cards .card .card-front img {
    width: 100%;
  }
}

.component-type--landing-page-header {
  height: clamp(20rem, 15vw, 65rem);
  display: flex;
  align-items: flex-end;
  padding: 0 clamp(1.25rem, 4.55vw, 3.75rem);
  padding-bottom: clamp(1rem, 5.45vw, 4rem);
}
.component-type--landing-page-header .component--content {
  padding-left: 0;
  padding-right: 0;
}
.component-type--landing-page-header .component--content .component--content-text .field--type-text-long {
  color: #FFFFFF;
}
.component-type--landing-page-header .component--content .component--content-text .field--type-text-long p {
  font-size: 0.75rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.component-type--landing-page-header .component--content .component--content-text .field--type-text-long h2 {
  color: #FFFFFF;
  font-weight: 700;
  padding-bottom: clamp(0.625rem, 3.41vw, 2.5rem);
}
@media only screen and (max-width: 450px) {
  .component-type--landing-page-header .component--content .component--content-text .field--type-text-long h2 {
    font-size: 1.44rem;
  }
}
.component-type--landing-page-header .component--content .component--content-text .field--name-field-main-action {
  text-transform: uppercase;
}
.component-type--landing-page-header .component--content .component--content-text .field--name-field-main-action a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.75rem;
  position: relative;
  padding-right: 1.5rem;
  font-weight: 700;
}
.component-type--landing-page-header .component--content .component--content-text .field--name-field-main-action a::before {
  content: "";
  background-image: url(../images/arrow-white.svg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.component-type--landing-page-header .component--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 2%;
}

.component-type--landing-page-header.block-style--grid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: auto;
  background-color: #FFFFFF;
  z-index: 2;
}
.component-type--landing-page-header.block-style--grid .component--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  align-content: stretch;
  gap: 40px;
  max-width: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .component-type--landing-page-header.block-style--grid .component--content {
    display: block;
    margin-bottom: 0;
  }
}
.component-type--landing-page-header.block-style--grid .component--content .component--content-text {
  background-color: #C34628;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: clamp(1.25rem, 4.55vw, 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .component-type--landing-page-header.block-style--grid .component--content .component--content-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.component-type--landing-page-header.block-style--grid .component--content .component--content-text h3 {
  color: #FFFFFF;
}
.component-type--landing-page-header.block-style--grid .component--content .component--content-text p {
  margin-bottom: 20px;
  text-transform: none;
  font-size: 1rem;
}
.component-type--landing-page-header.block-style--grid .component--content .component--content-image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .component-type--landing-page-header.block-style--grid .component--content .component--content-image {
    height: 50vw;
  }
}
.component-type--landing-page-header.block-style--grid .component--content .component--content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .component-type--landing-page-header.block-style--grid .component--content .component--content-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.bg-white {
  background-color: white;
}

.component-type--pzt-markup {
  background-color: #FFFFFF;
}
.component-type--pzt-markup .node--get-in-touch {
  background: #F9F2EA;
}
.component-type--pzt-markup .node--get-in-touch h2 {
  color: #C34628;
  font-size: 2rem;
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0 10px 10px 0;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon a {
  cursor: pointer;
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon--twitter {
  background-image: url(../images/social/twitter.svg);
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon--linkedin {
  background-image: url(../images/social/linkedin.svg);
  fill: #C34628;
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon--instagram {
  background-image: url(../images/social/instagram.svg);
  fill: #C34628;
}
.component-type--pzt-markup .node--get-in-touch .social .social--icon--facebook {
  background-image: url(../images/social/facebook.svg);
  fill: #C34628;
}

.text--wrapper {
  background: white;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 60px;
  max-width: 1300px;
}
@media only screen and (max-width: 767px) {
  .text--wrapper {
    display: block;
  }
}
.text--wrapper .text--left h3 {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .text--wrapper .text--left h3 {
    font-size: 1rem;
  }
}
.text--wrapper .text--left p {
  font-size: 0.75rem;
  max-width: 16rem;
}

.home-hero.resources {
  padding-left: 40px;
  padding-right: 40px;
}
.home-hero.resources .subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 75vw;
}

.home-hero.events {
  padding-left: 40px;
  padding-right: 40px;
}
.home-hero.events .subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  width: 75vw;
}

.events-filters--wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}
@media only screen and (max-width: 1023px) {
  .events-filters--wrapper {
    display: block;
  }
  .events-filters--wrapper .region-content {
    margin-top: 20px;
  }
}

.node--type-event.node--view-mode-teaser {
  margin-bottom: 0;
}
.node--type-event.node--view-mode-teaser figure {
  border-bottom: 3px solid #C34628;
  margin-bottom: 0;
}
.node--type-event.node--view-mode-teaser figure img {
  border-radius: 0;
}
.node--type-event.node--view-mode-teaser .node--content {
  border: 0;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
.node--type-event.node--view-mode-teaser .node--content .node--date-time {
  display: block;
  color: #C34628;
  font-size: 0.75rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
.node--type-event.node--view-mode-teaser .node--content h4 {
  margin-bottom: 0;
}
.node--type-event.node--view-mode-teaser .node--content h4 a {
  color: #222;
  text-decoration: none;
}
.node--type-event.node--view-mode-teaser .node--content .node--location {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  margin-bottom: 20px;
}
.node--type-event.node--view-mode-teaser .node--content .node--location i, .node--type-event.node--view-mode-teaser .node--content .node--date-time i {
  display: inline-block;
  font-size: 1em;
  position: relative;
  margin-left: -0.5ch;
  width: 2em;
  flex-shrink: 0;
}
.node--type-event.node--view-mode-teaser .node--content .node--details {
  padding: 20px;
  font-size: 0.75rem;
  color: #C34628;
  letter-spacing: 0.02em;
}

.view-events .view-content .events--date-group {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 3fr;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px dotted #ef7747;
}
@media only screen and (max-width: 1023px) {
  .view-events .view-content .events--date-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}
.view-events .view-content .events--date-group h3 {
  margin: 0;
  font-size: 1.44rem;
}

.node-profile .node--statement {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.node-profile .region-breadcrumb {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .node-profile .region-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.node-profile .profile--wrapper {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .node-profile .profile--wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node-profile .profile--wrapper {
    display: block;
  }
}
.node-profile .profile--wrapper .profile--info {
  order: 2;
}
.node-profile .profile--wrapper .profile--info strong {
  color: #222;
  font-size: 1.44rem;
}
.node-profile .profile--wrapper .profile--info .profile--affiliation {
  color: #222;
  font-size: 1rem;
}
.node-profile .profile--wrapper .profile--picture {
  padding-top: 40px;
  width: 13rem;
  padding-right: 20px;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .node-profile .profile--wrapper .profile--picture {
    padding-top: 0;
  }
}
.node-profile .profile--wrapper .profile--picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.node-profile .node--main {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .region-filters {
    border-right: none;
    margin-bottom: 2em;
  }
  .region-filters .filter-form i {
    display: none;
  }
  .region-filters .facet-item__count {
    color: #FFFFFF;
  }
}
.region-filters .filter-form {
  text-align: left;
}
.region-filters .facet-item {
  margin-left: 0;
  margin-right: 1em;
}
.region-filters h3 {
  color: #64615E;
  font-size: 1rem;
}
.region-filters span {
  color: #64615E;
  font-size: 0.75rem;
  margin-left: 10px;
}

/* vertical facets styling */
@media only screen and (min-width: 767px) {
  .view--with--filters--sidebar .filter-form {
    margin-bottom: 2em;
  }
  .view--with--filters--sidebar .filter-form .facet-item {
    margin-left: 0;
    display: block;
  }
  .view--with--filters--sidebar .filter-form .facet-item {
    margin-bottom: 0.2em;
  }
  .view--with--filters--sidebar .filter-form .filter {
    display: flex;
    display: inline-block;
    margin: 0;
    padding: 0.25em 1.5em 0.25em 0.5em;
    margin-left: -0.5em;
    align-items: center;
  }
  .view--with--filters--sidebar .filter-form .filter:hover:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .view--with--filters--sidebar .filter-form .filter i {
    display: none;
  }
}
.facets-widget-checkbox {
  margin-bottom: 40px;
}
.facets-widget-checkbox h3 {
  margin-bottom: 10px;
}

.facets-wrapper {
  display: grid;
  grid-template-columns: 0.08fr 1fr;
}

.js-facet-block-id-facet-block--filter-resource-type h3,
.js-facet-block-id-facet-block--filter-topics h3,
.js-facet-block-id-facet-block--filter-locations h3 {
  position: relative;
  margin-left: 1.5rem;
}
.js-facet-block-id-facet-block--filter-resource-type h3::before,
.js-facet-block-id-facet-block--filter-topics h3::before,
.js-facet-block-id-facet-block--filter-locations h3::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.js-facet-block-id-facet-block--filter-resource-type h3::before {
  content: url("../images/facets/types.png");
}

.js-facet-block-id-facet-block--filter-topics h3::before {
  content: url("../images/facets/topics.png");
}

.js-facet-block-id-facet-block--filter-locations h3::before {
  content: url("../images/facets/locations.png");
}

.more-link {
  margin-top: 1em;
}
.component-type--pzt-highlight {
  padding-top: 80px;
  padding-bottom: 80px;
}
.component-type--pzt-highlight .component--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
}
.component-type--pzt-highlight .component--content figure img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 40em) {
  .component-type--pzt-highlight {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .component-type--pzt-highlight .component--content {
    display: block;
  }
  .component-type--pzt-highlight .component--content figure {
    margin-bottom: 20px;
  }
}
.component-type--pzt-highlight:nth-child(odd) {
  background: linear-gradient(90deg, #F9F2EA 0%, #FFFFFF 100%);
}
.component-type--pzt-highlight:nth-child(even) {
  background: linear-gradient(-90deg, #F9F2EA 0%, #FFFFFF 100%);
}
.component-type--pzt-highlight:nth-child(even) figure {
  grid-column: 2/3;
  grid-row: 1;
}
.component-type--pzt-highlight:nth-child(even) .component--text {
  grid-column: 1/2;
  grid-row: 1;
}

.node--view-mode-slide,
.term--view-mode-slide {
  padding: 80px 40px;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16/9;
}
.node--view-mode-slide figure,
.term--view-mode-slide figure {
  display: block;
}
.node--view-mode-slide figure img,
.term--view-mode-slide figure img {
  object-position: top center;
}
.node--view-mode-slide figure:after,
.term--view-mode-slide figure:after {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8666666667) 100%);
}
.node--view-mode-slide.no-image,
.term--view-mode-slide.no-image {
  background: #ef7747;
}
.node--view-mode-slide .slide--content,
.term--view-mode-slide .slide--content {
  position: relative;
  z-index: 901;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}
.node--view-mode-slide .slide--content h2,
.term--view-mode-slide .slide--content h2 {
  color: #FFFFFF;
  line-height: 1.2;
  font-size: clamp(1em, 3vw, 2.44rem);
}
.node--view-mode-slide .slide--content .action, .node--view-mode-slide .slide--content .form-managed-file input[type=submit], .form-managed-file .node--view-mode-slide .slide--content input[type=submit], .node--view-mode-slide .slide--content .webform-submit, .node--view-mode-slide .slide--content .actions a, .actions .node--view-mode-slide .slide--content a, .node--view-mode-slide .slide--content .more-link a, .more-link .node--view-mode-slide .slide--content a,
.term--view-mode-slide .slide--content .action,
.term--view-mode-slide .slide--content .form-managed-file input[type=submit],
.form-managed-file .term--view-mode-slide .slide--content input[type=submit],
.term--view-mode-slide .slide--content .webform-submit,
.term--view-mode-slide .slide--content .actions a,
.actions .term--view-mode-slide .slide--content a,
.term--view-mode-slide .slide--content .more-link a,
.more-link .term--view-mode-slide .slide--content a {
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-size: clamp(1em, 2vw, 1.44rem);
  margin-top: 1em;
}
.node--view-mode-slide .slide--content .action:after, .node--view-mode-slide .slide--content .form-managed-file input[type=submit]:after, .form-managed-file .node--view-mode-slide .slide--content input[type=submit]:after, .node--view-mode-slide .slide--content .webform-submit:after, .node--view-mode-slide .slide--content .actions a:after, .actions .node--view-mode-slide .slide--content a:after, .node--view-mode-slide .slide--content .more-link a:after, .more-link .node--view-mode-slide .slide--content a:after,
.term--view-mode-slide .slide--content .action:after,
.term--view-mode-slide .slide--content .form-managed-file input[type=submit]:after,
.form-managed-file .term--view-mode-slide .slide--content input[type=submit]:after,
.term--view-mode-slide .slide--content .webform-submit:after,
.term--view-mode-slide .slide--content .actions a:after,
.actions .term--view-mode-slide .slide--content a:after,
.term--view-mode-slide .slide--content .more-link a:after,
.more-link .term--view-mode-slide .slide--content a:after {
  content: "";
  width: 1em;
  height: 0.75em;
  display: inline-block;
  background: url(../images/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.swiper {
  background: #222;
}
.swiper .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  background: rgba(34, 34, 34, 0.8);
  border: 2px solid #FFFFFF;
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.views-infinite-scroll-content-wrapper > div {
  margin-bottom: 20px;
}

.field--field-downloads .field__label,
.field--field-media-document .field__label,
.field--name-field-downloads .field__label {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2.44rem;
}
@media only screen and (max-width: 767px) {
  .field--field-downloads .field__label,
  .field--field-media-document .field__label,
  .field--name-field-downloads .field__label {
    font-size: 1.952rem;
  }
}
.field--field-downloads a,
.field--field-media-document a,
.field--name-field-downloads a {
  padding: 10px;
  background: #fefefe;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .field--field-downloads a,
  .field--field-media-document a,
  .field--name-field-downloads a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.field--field-downloads a:last-child,
.field--field-media-document a:last-child,
.field--name-field-downloads a:last-child {
  margin-bottom: 0;
}
.field--field-downloads .document--icon,
.field--field-media-document .document--icon,
.field--name-field-downloads .document--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.field--field-downloads .document--icon .document--mime-type,
.field--field-media-document .document--icon .document--mime-type,
.field--name-field-downloads .document--icon .document--mime-type {
  font-size: 1rem;
  font-family: "futura-pt", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.field--field-downloads .document--icon .document--file-size,
.field--field-media-document .document--icon .document--file-size,
.field--name-field-downloads .document--icon .document--file-size {
  font-size: 0.5rem;
}
.field--field-downloads .document--label,
.field--field-media-document .document--label,
.field--name-field-downloads .document--label {
  font-weight: 700;
}
.field--field-downloads .field--field-media-document,
.field--field-media-document .field--field-media-document,
.field--name-field-downloads .field--field-media-document {
  margin-bottom: 20px;
}

.field--field-media-document {
  margin-bottom: 20px;
}

.node--shareable-container {
  display: none;
}

a.link-external:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-right: 10px;
  background: url("../images/external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.25em;
}

.node--type-media-mention small {
  display: block;
  font-size: 0.75rem;
  color: #C34628;
}/*# sourceMappingURL=style.css.map */