/*
 * Theme Name:   Changing Markets
 * Theme URI:    https://fiasco.design
 * Description:  Changing markets site
 * Version:      0.1
 * Author:       Fiasco Design
 * Author URI:   https://fiasco.design
 * Tags:         Basic
 * Run: stylus -w -u nib wp-content/themes/changing-markets/stylus/style.styl -o wp-content/themes/changing-markets
 * Text Domain:  changing-markets
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: $textFont;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadownone: !important;
    text-shadow: none !important;
    filternone: !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@-o-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -o-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -o-transform: translate3d(-50%, -50%, 0) scale(0.3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.3);
    transform: translate3d(-50%, -50%, 0) scale(0.3);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(3);
    -moz-transform: translate3d(-50%, -50%, 0) scale(3);
    -o-transform: translate3d(-50%, -50%, 0) scale(3);
    -ms-transform: translate3d(-50%, -50%, 0) scale(3);
    transform: translate3d(-50%, -50%, 0) scale(3);
  }
}
@-moz-keyframes pulseBtn {
  0% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  20% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  30% {
    -webkit-transform: translateZ(0px) scale(1.2);
    -moz-transform: translateZ(0px) scale(1.2);
    -o-transform: translateZ(0px) scale(1.2);
    -ms-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2);
  }
  43% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
}
@-webkit-keyframes pulseBtn {
  0% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  20% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  30% {
    -webkit-transform: translateZ(0px) scale(1.2);
    -moz-transform: translateZ(0px) scale(1.2);
    -o-transform: translateZ(0px) scale(1.2);
    -ms-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2);
  }
  43% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
}
@-o-keyframes pulseBtn {
  0% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  20% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  30% {
    -webkit-transform: translateZ(0px) scale(1.2);
    -moz-transform: translateZ(0px) scale(1.2);
    -o-transform: translateZ(0px) scale(1.2);
    -ms-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2);
  }
  43% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
}
@keyframes pulseBtn {
  0% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  20% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  30% {
    -webkit-transform: translateZ(0px) scale(1.2);
    -moz-transform: translateZ(0px) scale(1.2);
    -o-transform: translateZ(0px) scale(1.2);
    -ms-transform: translateZ(0px) scale(1.2);
    transform: translateZ(0px) scale(1.2);
  }
  43% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  60% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
  100% {
    -webkit-transform: translateZ(0px) scale(1);
    -moz-transform: translateZ(0px) scale(1);
    -o-transform: translateZ(0px) scale(1);
    -ms-transform: translateZ(0px) scale(1);
    transform: translateZ(0px) scale(1);
  }
}
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes ink {
  from {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-webkit-keyframes ink {
  from {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-o-keyframes ink {
  from {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@keyframes ink {
  from {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-moz-keyframes noink {
  from {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-webkit-keyframes noink {
  from {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-o-keyframes noink {
  from {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@keyframes noink {
  from {
    background-position: -15330px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
  to {
    background-position: 0;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
  }
}
@-moz-keyframes inkSection09 {
  from {
    background-position: 0;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
}
@-webkit-keyframes inkSection09 {
  from {
    background-position: 0;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
}
@-o-keyframes inkSection09 {
  from {
    background-position: 0;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
}
@keyframes inkSection09 {
  from {
    background-position: 0;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
  to {
    background-position: -15330px;
    -webkit-transform: translateX(-50%) translateZ(0px);
    -moz-transform: translateX(-50%) translateZ(0px);
    -o-transform: translateX(-50%) translateZ(0px);
    -ms-transform: translateX(-50%) translateZ(0px);
    transform: translateX(-50%) translateZ(0px);
  }
}
@font-face {
  font-family: 'Dada Floda';
  src: url("./fonts/DalaFloda-Roman.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dada Floda';
  src: url("./fonts/DalaFloda-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bolton';
  src: url("./fonts/F37Bolton-Regular.eot");
  src: url("./fonts/F37Bolton-Regular.eot?#iefix") format('embedded-opentype'), url("./fonts/F37Bolton-Regular.woff2") format('woff2'), url("./fonts/F37Bolton-Regular.woff") format('woff'), url("./fonts/F37Bolton-Regular.ttf") format('truetype'), url("./fonts/F37Bolton-Regular.svg#F37Bolton-Regular") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'fiascons';
  src: url("./fonts/fiascons.eot");
  src: url("./fonts/fiascons.eot?#iefix") format('embedded-opentype'), url("./fonts/fiascons.woff2") format('woff2'), url("./fonts/fiascons.woff") format('woff'), url("./fonts/fiascons.ttf") format('truetype'), url("./fonts/fiascons.svg#fiascons") format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Dada Floda', serif;
  color: inherit;
  letter-spacing: 0.01em;
  text-align: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: 'Dada Floda', serif;
  font-size: 38px;
  line-height: 48px;
  margin: 1em 0 0.5em 0;
  font-weight: 500;
}
h2 {
  font-size: 34px;
  line-height: 36px;
  margin: 0.6em 0 0.3em;
  font-weight: 400;
}
h3 {
  font-size: 29px;
  line-height: 39px;
  margin: 0.6em 0 0.3em;
  font-weight: 400;
}
h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0.6em 0 0.3em;
  font-weight: 400;
}
h5 {
  font-size: 23px;
  line-height: 24px;
  margin: 0.6em 0 0.3em;
  font-weight: 400;
}
p {
  margin: 0 0 1em 0;
  line-height: 1.6em;
}
body {
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-content p a:after,
.post-content p a:link:after,
.post-content p a:visited:after {
  display: none;
}
.post-content p span {
  display: inline-block;
}
b,
strong {
  display: inline-block;
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: inherit;
}
i,
em {
  display: inline-block;
  font-style: normal;
}
u {
  display: inline-block;
}
ul,
ol {
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.body-wrapper ul li {
  font-size: 16px;
  line-height: 20px;
}
ol {
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 55px;
}
ol li {
  counter-increment: item;
  font-family: 'Bolton', 'Helvetica', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 8px 0 0;
  position: relative;
  color: inherit;
}
ol li:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: counter(item);
  margin-right: 10px;
  font-size: 15px;
  line-height: 30px;
  color: #17394d;
  border: 2px solid #17394d;
  text-align: center;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
}
ol li:last-of-type {
  margin-bottom: 0;
}
blockquote {
  display: block;
  width: auto;
  margin: 60px 30px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
blockquote p {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 600;
  margin: 0 !important;
  color: inherit;
  text-align: center;
}
.quote {
  display: block;
  width: 100%;
  max-width: 660px;
  margin: 60px auto;
  padding-top: 38px;
  position: relative;
}
.quote:before {
  display: block;
  content: '\201c';
  color: inherit;
  font-family: 'Dada Floda', serif;
  font-size: 90px;
  position: absolute;
  top: -6px;
  left: 0px;
  line-height: 100%;
}
.quote h4 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0px 0 35px;
}
.quote p {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
}
.mono {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
.mono a,
.mono a:link {
  color: $pink !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mono a:hover,
.mono a:link:hover,
.mono a:focus,
.mono a:link:focus {
  color: $dark-pink !important;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.intro-text {
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
h1 a.post-edit-link,
h2 a.post-edit-link,
h3 a.post-edit-link,
h4 a.post-edit-link,
.published-date a.post-edit-link {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 100;
  margin-left: 15px;
  color: inherit;
  opacity: 0.5;
}
h1 a.post-edit-link:after,
h2 a.post-edit-link:after,
h3 a.post-edit-link:after,
h4 a.post-edit-link:after,
.published-date a.post-edit-link:after {
  display: none;
}
h1 a.post-edit-link:hover,
h2 a.post-edit-link:hover,
h3 a.post-edit-link:hover,
h4 a.post-edit-link:hover,
.published-date a.post-edit-link:hover {
  opacity: 8;
}
.caps {
  font-size: 13px;
  text-transform: uppercase;
  color: #4e5bb1;
  font-family: 'Helvetica', serif;
}
@media (min-width: 768px) {
  body {
    font-size: 17.5px;
    line-height: 23px;
  }
  ol {
    padding: 0 20px 0 66px;
  }
  ol li {
    font-size: 17.5px;
    line-height: 23px;
    padding-top: 12px;
  }
  ol li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .body-wrapper ul li {
    font-size: 17.5px;
    line-height: 23px;
  }
  h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h2 {
    font-size: 50px;
    line-height: 49px;
  }
}
@media (min-width: 1024px) {
  blockquote {
    margin: 60px;
  }
  blockquote p {
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.2em;
    margin: 0.8em 0 0.3em;
  }
  ol {
    padding: 0 50px 0 66px;
  }
  ol li {
    font-size: 24px;
    line-height: 1.6em;
    padding-top: 5px;
  }
  .body-wrapper ul li {
    font-size: 24px;
    line-height: 1.6em;
  }
  p {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  ol {
    padding: 0 50px 0 116px;
  }
}
@media (min-width: 1600px) {
  ol {
    padding: 0 50px 0 66px;
  }
}
*,
html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #110619;
  overflow-x: hidden;
}
html.overflow-hide {
  overflow: hidden !important;
}
html.no-js main,
html.no-js footer {
  opacity: 1;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  color: #fff;
  background: #110619;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: hidden;
  font-variant-ligatures: common-ligatures;
}
body.overflow-hide {
  overflow: hidden !important;
}
body.home {
  background: -moz-linear-gradient(top, #fff 0%, #110619 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #110619 100%);
  background: linear-gradient(to bottom, #fff 0%, #110619 100%);
}
::selection {
  background: rgba(0,2,123,0.1);
  color: inherit;
}
::-moz-selection {
  background: rgba(0,2,123,0.1);
  color: inherit;
}
a {
  color: inherit;
  outline: none;
}
a:link,
a:visited {
  color: inherit;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button {
  background-color: transparent;
}
main {
  width: 100%;
  height: 100%;
}
body.fp-viewing-sectionOne .particles,
body.fp-viewing-sectionEleven .particles,
body.fp-viewing-sectionOne #single-page-menu,
body.fp-viewing-sectionEleven #single-page-menu {
  opacity: 0;
}
.particles {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  opacity: 0.6;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.particles svg {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.post-edit-link {
  display: block;
  font-size: 13px;
  text-decoration: none;
}
#single-page-menu {
  display: none;
  width: 75px;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#single-page-menu li {
  display: block;
  list-style: none;
  color: rgba(255,255,255,0.25);
  margin: 0;
  font-size: 13px;
  line-height: 100%;
  position: relative;
}
#single-page-menu li:hover {
  color: #fff;
}
#single-page-menu li.active-link {
  color: #fff;
}
#single-page-menu li.active-link span {
  background-color: #fff;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#single-page-menu li.active-link span:nth-of-type(1) {
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
#single-page-menu li.active-link span:nth-of-type(2) {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
#single-page-menu li.active-link span:nth-of-type(3) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#single-page-menu li.active-link span:nth-of-type(4) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
#single-page-menu li.active-link span:nth-of-type(5) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
#single-page-menu li.active-link a {
  -o-transition: color 0.3s 0.4s;
  -moz-transition: color 0.3s 0.4s;
  -webkit-transition: color 0.3s 0.4s;
  transition: color 0.3s 0.4s;
}
#single-page-menu li span {
  display: block;
  width: 5px;
  height: 2px;
  margin-bottom: 4px;
  background-color: rgba(255,255,255,0.25);
  margin-right: 0;
  margin-left: auto;
}
#single-page-menu li span:nth-of-type(1) {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
#single-page-menu li span:nth-of-type(2) {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
#single-page-menu li span:nth-of-type(3) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
#single-page-menu li span:nth-of-type(4) {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
#single-page-menu li span:nth-of-type(5) {
  width: 16px;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
#single-page-menu li a {
  width: 32px;
  text-decoration: none;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -7px;
  text-align: right;
  -o-transition: color 0.3s 0s;
  -moz-transition: color 0.3s 0s;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}
#single-page-menu li a:active,
#single-page-menu li a:visited {
  color: inherit;
}
.scroll-indicator {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-indicator #scroll-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: rgba(255,255,255,0.7);
}
footer {
  color: #fff;
  padding: 100px 0 0;
  text-align: center;
  background-color: #110619;
}
footer:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("./img/footer-water-colour-mobile.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
footer h2 {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
footer p {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
footer .column {
  padding-bottom: 30px;
}
footer .column:nth-of-type(2) {
  padding-bottom: 0;
}
footer .footer-top {
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 0 20px;
}
footer .footer-middle,
footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 30px 20px;
}
footer .footer-middle p,
footer .footer-bottom p {
  opacity: 0.3;
  font-size: 13px;
  line-height: 16px;
  max-width: 100%;
}
footer .footer-middle img {
  display: block;
  width: auto;
  height: auto;
  margin: 10px auto 10px;
}
footer .button {
  width: 100%;
  margin-bottom: 20px;
}
footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
footer ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Dada Floda', serif;
  font-size: 29px !important;
  line-height: 100% !important;
}
footer ul li a {
  text-decoration: none;
}
footer ul.social-nav {
  margin: 20px auto 20px;
}
footer ul.social-nav li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-family: 'fiascons' !important;
  font-size: 20px !important;
  margin-bottom: 0;
}
footer ul.social-nav li:last-of-type {
  margin-right: 0;
}
@media (min-width: 600px) {
  footer:after {
    background-image: url("./img/footer-water-colour-tablet.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  footer .footer-middle {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .footer-middle img {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  footer .footer-top {
    padding-bottom: 40px;
  }
  footer .footer-middle {
    padding-top: 60px;
  }
  footer .column h2 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .column h2:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("./img/watercolour-2.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
  }
  footer h3 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #single-page-menu {
    display: block;
  }
  .scroll-indicator {
    display: none;
  }
  footer .footer-top {
    padding: 0;
    padding-bottom: 50px;
  }
  footer .footer-top p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 0;
  }
  footer .column {
    padding-bottom: 0;
  }
  footer .column:nth-of-type(1) {
    padding-bottom: 0;
  }
  footer .column:nth-of-type(1) h2 {
    margin: 0 auto 0;
  }
  footer .column h2 {
    margin: 100px auto 0;
  }
  footer .column h3 {
    margin: 50px auto 20px;
  }
  footer .footer-middle,
  footer .footer-bottom {
    padding: 40px 0;
  }
  footer .footer-middle p,
  footer .footer-bottom p {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-middle {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .footer-middle p {
    font-size: 15px;
    margin-bottom: 30px;
  }
  footer .button {
    width: auto;
    margin-bottom: 0;
  }
  footer ul.footer-nav li {
    font-size: 29px !important;
    margin-bottom: 0;
  }
  footer ul li {
    width: auto;
    margin-right: 30px;
  }
  footer ul li:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  footer:after {
    -webkit-background-size: 1000px auto;
    background-size: 1000px auto;
  }
  footer .column {
    width: 50%;
    float: left;
    padding: 100px;
  }
  footer .column h2 {
    margin: 0 auto;
  }
  footer .column h3 {
    margin: 70px auto 20px;
  }
  footer .column:last-of-type {
    position: relative;
  }
  footer .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  footer .footer-middle {
    padding-left: 0px;
    padding-right: 0px;
  }
  footer .footer-middle img {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  footer ul li {
    margin-right: 50px;
  }
}
@media (min-width: 1400px) {
  footer .footer-top {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    min-height: 100vh;
  }
  footer .column {
    width: 50%;
    padding: 0 100px;
    min-height: 600px;
  }
  footer .column p {
    font-size: 23px;
    line-height: 26px;
    max-width: 560px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.wysiwyg-section h1,
.wysiwyg-section h2,
.wysiwyg-section h3,
.wysiwyg-section h4,
.wysiwyg-section h5,
.wysiwyg-section p {
  margin: 1em auto;
  max-width: 700px;
}
.wysiwyg-section h1:first-child,
.wysiwyg-section h2:first-child,
.wysiwyg-section h3:first-child,
.wysiwyg-section h4:first-child,
.wysiwyg-section h5:first-child,
.wysiwyg-section p:first-child {
  margin-top: 0;
}
.wysiwyg-section h1,
.wysiwyg-section h2,
.wysiwyg-section h3,
.wysiwyg-section h4,
.wysiwyg-section h5 {
  letter-spacing: -0.01em;
}
.wysiwyg-section h1,
.wysiwyg-section h2,
.wysiwyg-section h3 {
  margin: 0.5em auto;
  line-height: 1em;
}
.wysiwyg-section h3 {
  margin: 1em auto 0.5em auto;
}
.wysiwyg-section b,
.wysiwyg-section strong {
  color: inherit;
}
.wysiwyg-section blockquote {
  margin: 60px auto;
  max-width: 700px;
}
.wysiwyg-section blockquote p {
  text-align: center;
  padding: 0 30px;
  color: inherit;
}
.wysiwyg-section blockquote p .last-word:after {
  display: none;
}
.wysiwyg-section p a,
.wysiwyg-section ul a,
.wysiwyg-section ol a {
  border-bottom: 1px solid #fff;
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  text-decoration: none;
}
.wysiwyg-section p a:hover,
.wysiwyg-section ul a:hover,
.wysiwyg-section ol a:hover {
  -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wysiwyg-section p {
  color: #fff;
}
.wysiwyg-section ul {
  text-align: left;
  margin: 2em 0;
}
.wysiwyg-section ul li {
  margin: 0.2em 0;
  padding-right: 30px;
  padding-left: 10px;
  font-size: 1em;
}
.wysiwyg-section img.aligncenter,
.wysiwyg-section img.alignnone {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}
.wysiwyg-section .wp-block-image,
.wysiwyg-section .wp-caption,
.wysiwyg-section .wp-caption.alignright,
.wysiwyg-section .wp-caption.alignleft,
.wysiwyg-section img {
  max-width: 700px;
  width: auto;
  height: auto;
  margin: 1.6em auto;
}
.wysiwyg-section .wp-block-image img,
.wysiwyg-section .wp-caption img,
.wysiwyg-section .wp-caption.alignright img,
.wysiwyg-section .wp-caption.alignleft img {
  margin: 0;
}
.wysiwyg-section .wp-caption,
.wysiwyg-section figcaption {
  position: relative;
}
.wysiwyg-section .wp-caption .wp-caption-text,
.wysiwyg-section figcaption .wp-caption-text {
  z-index: 1;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 80%;
  margin: 0;
  color: inherit;
  opacity: 0.7;
  font-size: 0.8em;
  line-height: 1.3em;
  font-family: 'Dada Floda', serif;
  padding: 6px 12px 8px 0px;
  vertical-align: middle;
}
.wysiwyg-section .gallery .gallery-item,
.wysiwyg-section .gallery .gallery__item {
  position: relative;
  margin: 0 !important;
}
.wysiwyg-section .gallery .gallery-item img,
.wysiwyg-section .gallery .gallery__item img {
  border: 3px solid #fff !important;
  margin: 0;
}
.wysiwyg-section .gallery .gallery-item:hover .gallery-caption,
.wysiwyg-section .gallery .gallery__item:hover .gallery-caption {
  bottom: 3px;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.wysiwyg-section .gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 3px;
  max-width: 90%;
  background: #f8f5f3;
  padding: 0.2em 0.5em 0.4em 0.5em;
  line-height: 1em;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.wysiwyg-section .gallery.swiper-container-horizontal .gallery__item {
  width: 100%;
}
.wysiwyg-section video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .wysiwyg-section .wp-caption .wp-caption-text {
    font-size: 0.65em;
    line-height: 1.3em;
  }
  .wysiwyg-section .wp-caption.alignright,
  .wysiwyg-section img.alignright,
  .wysiwyg-section .wp-caption.alignleft,
  .wysiwyg-section img.alignleft {
    display: inline-block;
    float: right;
    margin: 40px 60px;
    margin-right: -60px;
    word-wrap: normal;
  }
  .wysiwyg-section .wp-caption.alignleft,
  .wysiwyg-section img.alignleft {
    margin-right: 60px;
    margin-left: -60px;
  }
  .wysiwyg-section a.pill-button {
    font-size: 20px;
  }
}
.no-js {
  display: block;
}
body.ie,
body.edge {
  max-width: 100vw;
  overflow-x: hidden !important;
}
body.ie main,
body.edge main {
  max-width: 100vw;
  overflow-x: hidden !important;
}
body.ie .section.active .text-left,
body.edge .section.active .text-left,
body.ie .section.active .text-right,
body.edge .section.active .text-right,
body.ie .section.active .text-center,
body.edge .section.active .text-center,
body.ie .section.active .text-center-two,
body.edge .section.active .text-center-two {
  opacity: 1;
  -o-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
body.ie .section .text-left,
body.edge .section .text-left,
body.ie .section .text-right,
body.edge .section .text-right,
body.ie .section .text-center,
body.edge .section .text-center,
body.ie .section .text-center-two,
body.edge .section .text-center-two {
  background-image: none;
  -webkit-background-clip: none;
  -moz-background-clip: none;
  -o-background-clip: none;
  background-clip: none;
  color: #fff !important;
  opacity: 0;
}
body.loaded .section-one .gul-left {
  opacity: 1;
  -o-transition: opacity 1.5s 0.5s;
  -moz-transition: opacity 1.5s 0.5s;
  -webkit-transition: opacity 1.5s 0.5s;
  transition: opacity 1.5s 0.5s;
  -webkit-animation: float 8s ease-in-out infinite 1s;
  -moz-animation: float 8s ease-in-out infinite 1s;
  -o-animation: float 8s ease-in-out infinite 1s;
  -ms-animation: float 8s ease-in-out infinite 1s;
  animation: float 8s ease-in-out infinite 1s;
}
body.loaded .section-one .gul-right {
  opacity: 1;
  -o-transition: opacity 1.5s 0.5s;
  -moz-transition: opacity 1.5s 0.5s;
  -webkit-transition: opacity 1.5s 0.5s;
  transition: opacity 1.5s 0.5s;
  -webkit-animation: float 8s ease-in-out infinite 1.6s;
  -moz-animation: float 8s ease-in-out infinite 1.6s;
  -o-animation: float 8s ease-in-out infinite 1.6s;
  -ms-animation: float 8s ease-in-out infinite 1.6s;
  animation: float 8s ease-in-out infinite 1.6s;
}
body.loaded .section-one h1,
body.loaded .section-one h2,
body.loaded .section-one a.more-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
body.loaded .section-one a.more-link:after {
  -webkit-animation: bounce 2.8s 5;
  -moz-animation: bounce 2.8s 5;
  -o-animation: bounce 2.8s 5;
  -ms-animation: bounce 2.8s 5;
  animation: bounce 2.8s 5;
}
body.loaded .section-one h1 {
  -o-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  -moz-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  -webkit-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
}
body.loaded .section-one h2 {
  -o-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  -moz-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  -webkit-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
}
body.loaded .section-one a.more-link {
  -o-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  -moz-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  -webkit-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  transition: opacity 1.5s 2s, transform 0.6s 1.2s;
}
main.body-wrapper {
  display: block;
  background-image: url("./img/background_image.jpg");
  background-image: url("./img/background_image_mobile.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
main.body-wrapper section {
  width: 100%;
  min-height: 100vh;
  posiiton: relative;
  overflow: hidden;
}
main.body-wrapper footer {
  background-image: url("./img/watercolour-1.jpg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.section {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  oveflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section.active {
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.section.active:first-of-type {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
.section.active .text-left,
.section.active .text-center {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: ink 2s steps(24);
  -moz-animation: ink 2s steps(24);
  -o-animation: ink 2s steps(24);
  -ms-animation: ink 2s steps(24);
  animation: ink 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.section.active .text-right,
.section.active .text-center-two {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: ink 2s steps(24);
  -moz-animation: ink 2s steps(24);
  -o-animation: ink 2s steps(24);
  -ms-animation: ink 2s steps(24);
  animation: ink 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.section .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section .text-left,
.section .text-right,
.section .text-center,
.section .text-center-two {
  width: 640px;
  opacity: 0;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  background-image: url("./img/ink_tidy.png");
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section video {
  width: auto;
  height: auto;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.section h2 {
  margin: 0 0 0.3em;
  padding: 0 20px 0 0;
}
.section p {
  font-size: 16px;
  line-height: 23px;
  max-width: 400px;
  padding: 0 20px 0 0 0;
}
.section .text-center h2,
.section .text-center-two h2,
.section .text-center p,
.section .text-center-two p {
  padding: 0 20px;
}
.section .tooltip {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  font-family: 'Helvetica', sans-serif;
}
.section .tooltip:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url("./img/tooltip-shadow.svg");
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -moz-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -o-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -ms-transform: scale(0.3) translate3d(-50%, -50%, 0);
  transform: scale(0.3) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 3s infinite;
  -moz-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  -ms-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: -1;
}
.section .tooltip .launch-tooltip {
  -webkit-apprearance: none;
  apprearance: none;
  background-color: transparent;
  background-image: url("./img/small-eye-icon.svg");
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  width: 30px;
  height: 30px;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: pointer;
  outline: none;
  font-family: 'Helvetica', sans-serif;
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -o-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-animation: pulseBtn 3s infinite;
  -moz-animation: pulseBtn 3s infinite;
  -o-animation: pulseBtn 3s infinite;
  -ms-animation: pulseBtn 3s infinite;
  animation: pulseBtn 3s infinite;
}
.section-one {
  background-image: url("./img/Mobile/Scene01.jpg");
}
.section-one .content-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.section-one h1 {
  color: #17394d;
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
  line-height: 100%;
  padding: 0 1rem;
  max-width: 770px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one h2 {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
  color: #17394d;
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one .more-link {
  color: #17394d;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one .gul-left,
.section-one .gul-right {
  display: none;
  width: 85px;
  height: auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.section-one .gul-left {
  top: 70px;
  left: 40px;
  width: 120px;
}
.section-one .gul-right {
  top: 100px;
  right: 60px;
}
.section-two {
  background-image: url("./img/Mobile/Scene02.jpg");
}
.section-two .text-left {
  position: absolute;
  bottom: 20%;
  left: 20px;
}
.section-two .text-left h2 {
  max-width: 500px;
}
.section-two .text-left p {
  max-width: 370px;
}
.section-two .tooltip {
  top: 20%;
  right: 20%;
}
.section-three {
  background-image: url("./img/Mobile/Scene03.jpg");
}
.section-three .text-left,
.section-three .text-right {
  position: absolute;
}
.section-three .text-left {
  top: 30%;
  left: 20px;
}
.section-three .text-left h2,
.section-three .text-left p {
  max-width: 510px;
}
.section-three .text-right {
  bottom: 30px;
  left: 20px;
}
.section-three .text-right h2,
.section-three .text-right p {
  max-width: 460px;
}
.section-three .tooltip {
  top: 16%;
  right: 20%;
}
.section-four {
  background-image: url("./img/Mobile/Scene04.jpg");
}
.section-four .text-left,
.section-four .text-right {
  position: absolute;
}
.section-four .text-left h2,
.section-four .text-right h2,
.section-four .text-left p,
.section-four .text-right p {
  max-width: 490px;
}
.section-four .text-left {
  top: 30px;
  left: 20px;
}
.section-four .text-right {
  bottom: 30px;
  left: 20px;
}
.section-four .text-right p {
  max-width: 360px;
}
.section-four .tooltip {
  top: 45%;
  right: 20%;
}
.section-five {
  background-image: url("./img/Mobile/Scene05.jpg");
}
.section-five .text-left {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 20px;
}
.section-five .text-left h2,
.section-five .text-left p {
  max-width: 459px;
}
.section-five .text-left p {
  margin-top: 20px;
}
.section-five .tooltip {
  top: 64%;
  right: 23%;
}
.section-six {
  background-image: url("./img/Mobile/Scene06.jpg");
}
.section-six .text-left {
  position: absolute;
  top: 30px;
  left: 20px;
}
.section-six .text-left h2,
.section-six .text-left p {
  max-width: 550px;
}
.section-six .tooltip {
  top: 60%;
  right: 20%;
}
.section-seven {
  background-image: url("./img/Mobile/Scene07.jpg");
}
.section-seven .text-left {
  position: absolute;
  top: 30px;
  left: 20px;
}
.section-seven .text-left h2,
.section-seven .text-left p {
  max-width: 510px;
}
.section-eight .content-wrapper,
.section-nine .content-wrapper,
.section-ten .content-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-eight .text-center,
.section-nine .text-center,
.section-ten .text-center {
  max-width: 490px;
  text-align: center;
}
.section-eight .text-center h2,
.section-nine .text-center h2,
.section-ten .text-center h2,
.section-eight .text-center p,
.section-nine .text-center p,
.section-ten .text-center p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.section-eight .text-center-two,
.section-nine .text-center-two,
.section-ten .text-center-two {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-eight .text-center-two h2,
.section-nine .text-center-two h2,
.section-ten .text-center-two h2,
.section-eight .text-center-two p,
.section-nine .text-center-two p,
.section-ten .text-center-two p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.section-eight {
  background-image: url("./img/Mobile/Scene08.jpg");
}
.section-nine {
  background-image: url("./img/Mobile/Scene09.jpg");
}
.section-nine.active .text-center {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: inkSection09 2s steps(24);
  -moz-animation: inkSection09 2s steps(24);
  -o-animation: inkSection09 2s steps(24);
  -ms-animation: inkSection09 2s steps(24);
  animation: inkSection09 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.section-nine.active .text-center-two {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: inkSection09 2s steps(24);
  -moz-animation: inkSection09 2s steps(24);
  -o-animation: inkSection09 2s steps(24);
  -ms-animation: inkSection09 2s steps(24);
  animation: inkSection09 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.section-nine .text-center {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.section-nine .text-center-two {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.section-ten .text-center h2 {
  max-width: 510px;
}
.section-ten .text-center-two {
  margin-top: 50px;
}
.section-ten a.more-link {
  opacity: 0;
  color: #fff !important;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  margin-top: 65px;
}
.section-ten a.more-link:after {
  width: 28px;
  height: 28px;
  background-image: url("./img/small-down-arrow-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -50px;
  z-index: 1;
}
.section-ten a.more-link:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -66px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url("./img/tooltip-shadow.svg");
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -moz-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -o-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -ms-transform: scale(0.3) translate3d(-50%, -50%, 0);
  transform: scale(0.3) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 3s infinite;
  -moz-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  -ms-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: 0;
}
.section-ten.active a.more-link {
  opacity: 1;
  -o-transition: opacity 0.5s 6s;
  -moz-transition: opacity 0.5s 6s;
  -webkit-transition: opacity 0.5s 6s;
  transition: opacity 0.5s 6s;
}
.section-ten.active:after {
  opacity: 1;
  -o-transition: opacity 4s 1s;
  -moz-transition: opacity 4s 1s;
  -webkit-transition: opacity 4s 1s;
  transition: opacity 4s 1s;
}
.section-ten:after {
  display: block;
  content: "";
  width: 1100px;
  height: 500px;
  background-image: url("./img/watercolour-4.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
@media (max-width: 650px) {
  .section-two .text-left,
  .section-three .text-left,
  .section-four .text-left,
  .section-five .text-left,
  .section-six .text-left,
  .section-seven .text-left,
  .section-eight .text-left,
  .section-nine .text-left,
  .section-ten .text-left,
  .section-two .text-right,
  .section-three .text-right,
  .section-four .text-right,
  .section-five .text-right,
  .section-six .text-right,
  .section-seven .text-right,
  .section-eight .text-right,
  .section-nine .text-right,
  .section-ten .text-right,
  .section-two .text-center,
  .section-three .text-center,
  .section-four .text-center,
  .section-five .text-center,
  .section-six .text-center,
  .section-seven .text-center,
  .section-eight .text-center,
  .section-nine .text-center,
  .section-ten .text-center,
  .section-two .text-center-two,
  .section-three .text-center-two,
  .section-four .text-center-two,
  .section-five .text-center-two,
  .section-six .text-center-two,
  .section-seven .text-center-two,
  .section-eight .text-center-two,
  .section-nine .text-center-two,
  .section-ten .text-center-two,
  .section-two h2,
  .section-three h2,
  .section-four h2,
  .section-five h2,
  .section-six h2,
  .section-seven h2,
  .section-eight h2,
  .section-nine h2,
  .section-ten h2,
  .section-two p,
  .section-three p,
  .section-four p,
  .section-five p,
  .section-six p,
  .section-seven p,
  .section-eight p,
  .section-nine p,
  .section-ten p {
    max-width: 280px !important;
  }
  .section-one h1 {
    margin-top: -70px;
  }
}
@media (max-width: 650px) and (max-height: 450px) {
  .section h2,
  .section h3 {
    font-size: 19px;
    line-height: 21px;
  }
  .section p {
    font-size: 12px;
    line-height: 19px;
  }
  .section-one h2 {
    max-width: 400px !important;
  }
  .section-ten .text-center-two {
    margin-top: 30px;
  }
  .section-ten a.more-link {
    margin-top: 30px;
  }
  .section-ten a.more-link:after {
    width: 20px;
    height: 20px;
    bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .section video {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.translate-german #fullpage .section h2 {
    font-size: 40px;
    line-height: 42px;
  }
  body.translate-spanish #fullpage .section h2 {
    font-size: 45px;
    line-height: 47px;
  }
  .section h2 {
    padding: 0;
  }
  .section p {
    max-width: 430px;
    padding: 0;
  }
  .section .text-center h2,
  .section .text-center-two h2,
  .section .text-center p,
  .section .text-center-two p {
    padding: 0;
  }
  .section-one h1 {
    font-size: 70px;
  }
  .section-one h2 {
    margin: 60px auto 0;
    font-size: 40px;
    line-height: 50px;
    padding: 0 30px;
  }
  .section-one .more-link {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .section-one .gul-left,
  .section-one .gul-right {
    display: block;
  }
  .section-two .text-left {
    bottom: auto;
    top: 30%;
    left: 20px;
  }
  .section-two .text-left p {
    max-width: 390px;
  }
  .section-three .text-left {
    top: 10%;
    left: 70px;
  }
  .section-three .text-left p {
    padding: 0;
  }
  .section-three .text-right {
    bottom: 10%;
    left: auto;
    right: 70px;
  }
  .section-four .text-left {
    top: 10%;
    left: 70px;
  }
  .section-four .text-right {
    bottom: 10%;
    left: 150px;
  }
  .section-five .text-left {
    top: auto;
    bottom: 10%;
    left: 70px;
  }
  .section-five .text-left p {
    margin-top: 50px;
  }
  .section-six .text-left {
    top: 30%;
    left: 70px;
  }
  .section-seven .text-left {
    top: 30%;
    left: 70px;
  }
  .section-eight .text-center p {
    padding: 0;
  }
  .section-nine {
    background-image: url("./img/Tablet/Scene09.jpg");
  }
  .section-nine .text-center {
    top: 170px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
  .section-nine .text-center-two h2 {
    max-width: 510px;
  }
  .section-ten .text-center {
    max-width: 711px;
  }
  .section-ten .text-center-two {
    margin-top: 80px;
  }
  .section-ten .text-center-two h2 {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .section-one,
  .section-two,
  .section-three,
  .section-four,
  .section-five,
  .section-six,
  .section-seven,
  .section-eight,
  .section-nine,
  .section-ten {
    background-image: none !important;
  }
  .section-nine .text-center {
    top: 140px;
  }
  .section-nine .text-center-two {
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  main.body-wrapper {
    background-image: url("./img/background_image.jpg");
  }
  .section p {
    font-size: 19px;
    line-height: 26px;
  }
  .section-one .content-wrapper {
    padding: 0;
  }
  .section-one .gul-left,
  .section-one .gul-right {
    width: 110px;
  }
  .section-one .gul-left {
    top: 20%;
    left: 10%;
    width: 160px;
  }
  .section-one .gul-right {
    top: 20%;
    right: 10%;
  }
  .section-two .text-left {
    top: 200px;
    left: 200px;
  }
  .section-two .tooltip {
    top: 60%;
    right: 25%;
  }
  .section-three .text-left {
    top: 120px;
    left: 120px;
  }
  .section-three .text-right {
    bottom: 120px;
    right: -40px;
  }
  .section-three .tooltip {
    top: 60%;
    right: 45%;
  }
  .section-four .text-left {
    top: 120px;
    left: 120px;
  }
  .section-four .text-right {
    bottom: 120px;
    left: 250px;
  }
  .section-four .tooltip {
    top: 45%;
    right: 20%;
  }
  .section-five .text-left {
    bottom: 120px;
    left: 120px;
  }
  .section-five .tooltip {
    top: 60%;
    right: 37%;
  }
  .section-six .text-left {
    top: 120px;
    left: 120px;
  }
  .section-six .tooltip {
    top: 60%;
    right: 20%;
  }
  .section-seven .text-left {
    top: 120px;
    left: 120px;
  }
  .section-nine .text-center {
    top: 140px;
  }
  .section-nine .text-center-two {
    bottom: 90px;
  }
}
@media (min-width: 1400px) {
  .section-nine .text-center {
    top: 160px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .section-two .text-left {
    top: 230px;
    left: 230px;
  }
  .section-five .text-left {
    bottom: 200px;
    left: 200px;
  }
  .section-six .text-left {
    top: 200px;
    left: 200px;
  }
  .section-seven .text-left {
    top: 200px;
    left: 200px;
  }
  .section-nine .text-center {
    top: 160px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
}
.button {
  display: inline-block;
  background-image: url("./img/ink_tidy.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  width: auto;
  height: 50px;
  padding: 0 70px 0 70px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none;
  outline: none;
  -o-transition: color 0.2s 0.3s ease;
  -moz-transition: color 0.2s 0.3s ease;
  -webkit-transition: color 0.2s 0.3s ease;
  transition: color 0.2s 0.3s ease;
  -webkit-animation: noink 0.3s steps(24);
  -moz-animation: noink 0.3s steps(24);
  -o-animation: noink 0.3s steps(24);
  -ms-animation: noink 0.3s steps(24);
  animation: noink 0.3s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
}
.button:hover {
  color: #0f191c;
  -o-transition: color 0.2s 0.2s ease;
  -moz-transition: color 0.2s 0.2s ease;
  -webkit-transition: color 0.2s 0.2s ease;
  transition: color 0.2s 0.2s ease;
  background-position: 100% 0;
  -webkit-animation: ink 0.8s steps(24);
  -moz-animation: ink 0.8s steps(24);
  -o-animation: ink 0.8s steps(24);
  -ms-animation: ink 0.8s steps(24);
  animation: ink 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
}
.button.button--icon {
  padding: 0 55px 0 20px;
  text-align: left;
  position: relative;
}
.button.button--icon:after {
  display: block;
  content: "";
  width: 24px;
  height: 50px;
  line-height: 46px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 20px;
  color: inherit;
  font-family: 'fiascons' !important;
  font-size: 17px;
  text-align: right;
}
.button.button--arrow:after {
  content: "h";
}
.button.button--petition:after {
  content: "l";
  font-size: 15px;
}
.button.button--copy:after {
  content: "d";
}
.button.button--twitter:after {
  content: "z";
}
.button.button--facebook:after {
  content: "1";
}
.button.button--linkedin:after {
  content: "4";
}
.button.button--copied {
  background: #fff;
  color: #2e1744;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button.button--copied:after {
  content: "l";
}
.more-link {
  display: block;
  width: auto;
  text-align: center;
  margin: 40px auto 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  line-height: 100%;
}
.more-link:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--dark.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .button.button--arrow,
  .button.button--petition,
  .button.button--copy,
  .button.button--twitter-conversation {
    min-width: 290px;
  }
}
@media (min-width: 1200px) {
  .button.button--twitter,
  .button.button--facebook {
    margin-right: 10px;
  }
  .button.button--twitter-conversation {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .button.button--twitter,
  .button.button--facebook {
    margin-right: 20px;
  }
  .button.button--twitter-conversation {
    margin-right: 0px;
  }
}
body.loaded #nav {
  opacity: 1;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
#nav {
  position: relative;
  z-index: 4;
  visibility: visible;
  opacity: 0;
}
.nav {
  display: block;
  width: 100%;
  color: #fff;
}
.nav.dark {
  color: #17394d;
}
.nav.dark .page-nav.desktop {
  border-bottom: 1px solid rgba(23,58,79,0.13);
}
.nav.dark .page-nav.desktop .top-level .home-link {
  color: #17394d;
}
.nav.dark .page-nav.desktop .top-level .menu .menu-item:after {
  background-color: #17394d;
}
.nav.dark .page-nav.desktop .lang-toggle,
.nav.dark .page-nav.desktop .menu-toggle {
  color: #17394d;
}
.nav.dark .page-nav.desktop .menu-toggle span {
  background: #17394d;
}
.nav.dark .page-nav.desktop .menu-toggle span:before,
.nav.dark .page-nav.desktop .menu-toggle span:after {
  background: #17394d;
}
.nav.dark .page-nav.desktop .lang-toggle span {
  color: #94b9cc;
  background-color: #17394d;
}
.nav .page-nav {
  display: block;
  margin: 0;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 5;
}
.nav .page-nav.mobile {
  display: block;
  width: auto;
  margin: 0;
}
.nav .page-nav.desktop {
  display: none;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}
.nav .page-nav.desktop .top-level {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: right;
}
.nav .page-nav.desktop .top-level > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.nav .page-nav.desktop .top-level .home-link {
  font-family: 'Dada Floda', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  text-decoration: none;
  vertical-align: middle;
}
.nav .page-nav.desktop .top-level .menu-toggle:after {
  display: none;
}
.nav .page-nav.desktop .top-level .menu .menu-item {
  display: inline-block;
  width: auto;
  margin: 0 40px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 13px;
  position: relative;
}
.nav .page-nav.desktop .top-level .menu .menu-item:after {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -35px;
  -o-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.nav .page-nav.desktop .top-level .menu .menu-item:hover:after,
.nav .page-nav.desktop .top-level .menu .menu-item.current-menu-item:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.nav .page-nav.desktop .top-level .menu .menu-item a,
.nav .page-nav.desktop .top-level .menu .menu-item a:link,
.nav .page-nav.desktop .top-level .menu .menu-item a:visited {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  width: 30px;
  height: 30px;
  padding-left: 0;
  text-transform: uppercase;
  outline: none;
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #94b9cc;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle:before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./img/menu-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.menu-toggle span {
  position: absolute;
  top: 15px;
  left: 7px;
  width: 15px;
  background: #17394d;
  display: block;
  height: 1px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.menu-toggle span:before,
.menu-toggle span:after {
  width: 15px;
  height: 1px;
  background: #17394d;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  backface-visibility: hidden;
}
.menu-toggle span:before {
  top: -4px;
  -o-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -moz-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -webkit-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
}
.menu-toggle span:after {
  bottom: -4px;
  -o-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -moz-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -webkit-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
}
.menu-toggle.active {
  color: #94b9cc;
}
.menu-toggle.active span {
  -webkit-transform: translateX(-40px) rotate(0deg);
  -moz-transform: translateX(-40px) rotate(0deg);
  -o-transform: translateX(-40px) rotate(0deg);
  -ms-transform: translateX(-40px) rotate(0deg);
  transform: translateX(-40px) rotate(0deg);
  background: transparent !important;
  -o-transition: transform 300ms 300ms;
  -moz-transition: transform 300ms 300ms;
  -webkit-transition: transform 300ms 300ms;
  transition: transform 300ms 300ms;
}
.menu-toggle.active span:before {
  -webkit-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(-45deg);
  transform: translateX(40px) translateY(0px) rotate(-45deg);
  top: 0;
  -o-transition: top 300ms, transform 300ms 300ms, background 300ms;
  -moz-transition: top 300ms, transform 300ms 300ms, background 300ms;
  -webkit-transition: top 300ms, transform 300ms 300ms, background 300ms;
  transition: top 300ms, transform 300ms 300ms, background 300ms;
}
.menu-toggle.active span:after {
  -webkit-transform: translateX(40px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(45deg);
  transform: translateX(40px) translateY(0px) rotate(45deg);
  bottom: 0;
  -o-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  -moz-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  -webkit-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
}
.lang-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  width: 30px;
  height: 30px;
  padding-left: 0;
  text-transform: uppercase;
  outline: none;
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #17394d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}
.lang-toggle:focus {
  outline: none;
}
.lang-toggle:before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./img/menu-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lang-toggle span {
  display: inline-block;
  font-family: 'fiascons' !important;
  font-weight: bold;
  text-transform: none;
  color: inherit;
  font-size: 5px;
  line-height: 29px;
  vertical-align: middle;
  padding-left: 1px;
}
.nav-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17394d;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  z-index: 4;
  overflow: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-overlay:before,
.nav-overlay:after {
  content: "";
  pointer-events: none;
}
.nav-overlay:before {
  width: 474px;
  height: 215px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-75px) translateX(-125px);
  -moz-transform: translateY(-75px) translateX(-125px);
  -o-transform: translateY(-75px) translateX(-125px);
  -ms-transform: translateY(-75px) translateX(-125px);
  transform: translateY(-75px) translateX(-125px);
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
}
.nav-overlay:after {
  width: 570px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(75px) translateX(200px);
  -moz-transform: translateY(75px) translateX(200px);
  -o-transform: translateY(75px) translateX(200px);
  -ms-transform: translateY(75px) translateX(200px);
  transform: translateY(75px) translateX(200px);
  background-image: url("./img/watercolour-4.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-mix-blend-mode: screen;
  mix-blend-mode: screen;
}
.nav-overlay.open {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-overlay.open .menu .menu-item a,
.nav-overlay.open .menu .menu-item a:link,
.nav-overlay.open .menu .menu-item a:visited {
  -o-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nav-overlay.open .menu .menu-item:nth-of-type(1) a,
.nav-overlay.open .menu .menu-item:nth-of-type(1) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(1) a:visited {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(2) a,
.nav-overlay.open .menu .menu-item:nth-of-type(2) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(2) a:visited {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(3) a,
.nav-overlay.open .menu .menu-item:nth-of-type(3) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(3) a:visited {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(4) a,
.nav-overlay.open .menu .menu-item:nth-of-type(4) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(4) a:visited {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(5) a,
.nav-overlay.open .menu .menu-item:nth-of-type(5) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(5) a:visited {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(6) a,
.nav-overlay.open .menu .menu-item:nth-of-type(6) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(6) a:visited {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(7) a,
.nav-overlay.open .menu .menu-item:nth-of-type(7) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(7) a:visited {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(8) a,
.nav-overlay.open .menu .menu-item:nth-of-type(8) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(8) a:visited {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(9) a,
.nav-overlay.open .menu .menu-item:nth-of-type(9) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(9) a:visited {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(10) a,
.nav-overlay.open .menu .menu-item:nth-of-type(10) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(10) a:visited {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(11) a,
.nav-overlay.open .menu .menu-item:nth-of-type(11) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(11) a:visited {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.nav-overlay .inside {
  display: inline-block;
  width: auto;
  height: initial;
  margin: 0;
  text-align: center;
}
.nav-overlay .home-link {
  display: block;
  font-family: 'Dada Floda', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  color: #94b9cc;
  position: relative;
  text-decoration: none;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.nav-overlay .home-link:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.nav-overlay .menu-main-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.nav-overlay .menu {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-overlay .menu .menu-item {
  display: block;
  color: #94b9cc;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 1;
  margin: 40px 0;
  padding: 0 20px;
  *zoom: 1;
  border: none;
}
.nav-overlay .menu .menu-item:before,
.nav-overlay .menu .menu-item:after {
  content: "";
  display: table;
}
.nav-overlay .menu .menu-item:after {
  clear: both;
}
.nav-overlay .menu .menu-item a,
.nav-overlay .menu .menu-item a:link,
.nav-overlay .menu .menu-item a:visited {
  display: inline-block;
  width: auto;
  color: inherit;
  opacity: 0;
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  text-decoration: none;
  border: none;
}
.nav-overlay .menu .menu-item a:hover,
.nav-overlay .menu .menu-item a:link:hover,
.nav-overlay .menu .menu-item a:visited:hover,
.nav-overlay .menu .menu-item a:active,
.nav-overlay .menu .menu-item a:link:active,
.nav-overlay .menu .menu-item a:visited:active,
.nav-overlay .menu .menu-item a.active,
.nav-overlay .menu .menu-item a:link.active,
.nav-overlay .menu .menu-item a:visited.active {
  color: inherit;
  -o-transition: color 0.25s, opacity 0s, transform 0s !important;
  -moz-transition: color 0.25s, opacity 0s, transform 0s !important;
  -webkit-transition: color 0.25s, opacity 0s, transform 0s !important;
  transition: color 0.25s, opacity 0s, transform 0s !important;
}
@media (min-width: 1024px) {
  .nav .page-nav.mobile {
    display: none;
  }
  .nav .page-nav.desktop {
    display: block;
  }
  .nav .page-nav.desktop .top-level {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .nav.dark .lang-toggle span {
    background-image: url("./img/down-arrow-small.svg");
    background-color: #17394d;
  }
  .nav-overlay {
    width: 500px;
    left: auto;
    right: 0;
    justify-content: flex-end;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .nav-overlay .inside {
    text-align: right;
  }
  .nav-overlay .home-link {
    text-align: right;
    padding-right: 20px;
  }
  .nav-overlay .home-link:after {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  .nav-overlay .menu {
    text-align: right;
  }
  .nav-overlay .menu .menu-item a:link,
  .nav-overlay .menu .menu-item a:visited {
    display: initial;
    background-image: linear-gradient(#94b9cc, #94b9cc);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 0% 1px;
    background-size: 0% 1px;
    line-height: 140%;
  }
  .nav-overlay .menu .menu-item a:link:hover,
  .nav-overlay .menu .menu-item a:visited:hover {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
  .nav-overlay.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .menu-toggle {
    padding-left: 20px;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    margin-left: 30px;
    margin-right: 20px;
  }
  .menu-toggle span {
    width: 12px;
    top: 8px;
    left: 0;
    background: #94b9cc;
  }
  .menu-toggle span:before {
    width: 12px;
    top: -4px;
    background: #94b9cc;
  }
  .menu-toggle span:after {
    width: 12px;
    bottom: -4px;
    background: #94b9cc;
  }
  .menu-toggle:before {
    display: none;
  }
  .menu-toggle.active span:before,
  .menu-toggle.active span:after {
    background: #fff;
  }
  .lang-toggle {
    right: 200px;
    padding-left: 15px;
    width: auto;
    height: auto;
    font-size: 13px;
    letter-spacing: 0.1em;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    color: #94b9cc;
  }
  .lang-toggle:before {
    display: none;
  }
  .lang-toggle span {
    -webkit-font-smoothing: auto;
    width: 11px;
    height: 11px;
    line-height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 0;
    color: transparent;
    background-image: url("./img/down-arrow-small-dark.svg");
    -webkit-background-size: 6px 4px;
    background-size: 6px 4px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
    background-color: #94b9cc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transition: background-color 0.25s, color 0.25s;
    -moz-transition: background-color 0.25s, color 0.25s;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
    overflow: hidden;
    text-indent: -9999px;
  }
  .lang-toggle.active span {
    background-color: transparent !important;
    color: #94b9cc !important;
    font-size: 10px;
    line-height: 10px;
  }
  body.menu-open .menu-toggle {
    color: #94b9cc !important;
  }
  body.menu-open .menu-toggle span {
    background: #94b9cc !important;
  }
  body.menu-open .menu-toggle span:before,
  body.menu-open .menu-toggle span:after {
    background: #94b9cc !important;
  }
  body.menu-open .menu-toggle.active span {
    background: transparent !important;
  }
  body.menu-open .lang-toggle {
    color: #94b9cc !important;
  }
  body.menu-open .lang-toggle span {
    background-color: #94b9cc !important;
    background-image: url("./img/down-arrow-small-dark.svg") !important;
    color: #17394d !important;
  }
  body.menu-open .lang-toggle.active span {
    background-color: transparent !important;
    color: #94b9cc !important;
    text-indent: 0px;
    background-image: none;
    overflow: visible;
  }
}
@media (max-width: 1150px) {
  .nav .page-nav.desktop .top-level {
    text-align: right;
  }
  .nav .page-nav.desktop .top-level .menu .menu-item {
    margin: 0 15px;
  }
  .nav.dark .page-nav.desktop .top-level {
    text-align: center;
  }
  .nav.dark .page-nav.desktop .top-level .menu .menu-item {
    margin: 0 40px;
  }
}
@media (min-width: 1400px) {
  .nav .page-nav.desktop .top-level .home-link {
    left: 45px;
    font-size: 26px;
  }
  .menu-toggle {
    margin-right: 45px;
  }
  .nav-overlay .home-link {
    padding-right: 45px;
  }
  .nav-overlay .home-link:after {
    right: 45px;
  }
  .nav-overlay .menu .menu-item {
    font-size: 19px;
    padding: 0 45px;
  }
}
.hero-section {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 30px;
}
.hero-section img {
  display: block;
  width: 170px;
  height: auto;
  margin: 30px auto;
}
.hero-section h1,
.hero-section h3 {
  padding: 0 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-section h1 {
  margin: 0 auto 30px;
  text-align: center;
}
.hero-section h3 {
  font-size: 24px;
  line-height: 25px;
  padding: 0 30px;
  max-width: 630px;
}
.hero-section:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--light.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -14px;
}
.hero-section.supermarket-hero {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hero-section.supermarket-hero:after {
  display: none;
}
@media (min-width: 768px) {
  .hero-section {
    padding-bottom: 200px;
    margin-bottom: 40px;
  }
  .hero-section h3 {
    font-size: 40px;
    line-height: 42px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding: 0;
    padding-bottom: 140px;
  }
  .hero-section h3 {
    max-width: 795px;
  }
}
body.loaded main.page-wrapper .hero-section.supermarket-hero img {
  opacity: 0.8;
}
body.loaded main.page-wrapper .hero-section img {
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.loaded main.page-wrapper .hero-section h1 {
  max-width: 1000px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  -moz-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  -webkit-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
}
body.loaded main.page-wrapper .hero-section h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  -moz-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  -webkit-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
}
body.loaded main.page-wrapper .hero-section:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  -moz-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  -webkit-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
}
body.loaded main.page-wrapper .downloads,
body.loaded main.page-wrapper .get-involved-section,
body.loaded main.page-wrapper .scorecard-video-flag {
  opacity: 1;
  -o-transition: opacity 0.5s 1.2s;
  -moz-transition: opacity 0.5s 1.2s;
  -webkit-transition: opacity 0.5s 1.2s;
  transition: opacity 0.5s 1.2s;
}
main.page-wrapper {
  display: block;
  padding-top: 100px;
  background-image: url("./img/watercolour-1.jpg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
main.page-wrapper .hero-section img {
  opacity: 0;
}
main.page-wrapper .hero-section h1,
main.page-wrapper .hero-section h3 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
main.page-wrapper .hero-section:after {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
main.page-wrapper .downloads,
main.page-wrapper .get-involved-section {
  opacity: 0;
}
body.page-what-can-you-do section,
body.page-template-what-can-you-do section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.page-what-can-you-do h2,
body.page-template-what-can-you-do h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
body.page-what-can-you-do h2:after,
body.page-template-what-can-you-do h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.get-involved-section .column {
  margin-bottom: 30px;
  padding: 0 20px;
}
.get-involved-section .column:nth-of-type(2) {
  margin-bottom: 0;
}
.get-involved-section .column h3 {
  margin-top: 50px;
  font-size: 24px;
}
.get-involved-section .column p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.get-involved-section .column #copy-url {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.get-involved-section .column .button {
  width: 100%;
  margin-bottom: 20px;
}
.get-involved-section .video-share .video-thumb {
  display: block;
  margin: 10px auto 25px;
  width: 150px;
  height: 100px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background-image: url("./img/video-share.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recommendations h2 {
  margin-top: 100px;
}
.recommendations-list {
  display: block;
  text-align: center;
}
.recommendations-list .recommendation-icon {
  width: auto;
  height: auto;
  max-width: 75px;
  margin: 30px auto 0;
}
.recommendations-list h3 {
  text-align: center;
  padding: 0 30px;
  margin: 10px auto 0;
}
.recommendations-list > ul {
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: left;
}
.recommendations-list > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
}
.recommendations-list > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.recommendations-list hr {
  width: auto;
  padding: 0;
  margin: 0 20px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#recommendations-tabs {
  display: none;
  padding: 0 100px;
  max-width: 1155px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
}
#recommendations-tabs ul.ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}
#recommendations-tabs ul.ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  width: 16.666%;
  float: left;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  opacity: 0.3;
  margin: 0;
  text-align: center;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#recommendations-tabs ul.ui-tabs-nav li.ui-state-active {
  opacity: 1;
}
#recommendations-tabs ul.ui-tabs-nav li.ui-state-active:hover {
  opacity: 1;
}
#recommendations-tabs ul.ui-tabs-nav li:hover {
  opacity: 0.6;
}
#recommendations-tabs ul.ui-tabs-nav li a {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none;
  color: #fff;
}
#recommendations-tabs ul.ui-tabs-nav li img {
  width: auto;
  min-width: 75px;
  max-width: 75px;
  height: auto;
  max-height: 75px;
  margin: 0 auto;
}
#recommendations-tabs ul.ui-tabs-nav li h3 {
  white-space: pre-wrap;
  font-size: 24px;
  line-height: 26px;
  margin: 20px auto 0;
}
#recommendations-tabs .tab-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 35px;
  margin: 30px 20px 50px;
}
#recommendations-tabs .tab-content > img {
  width: 450px;
}
#recommendations-tabs .tab-content > ul {
  width: calc(100% - 450px);
  margin: 0 0 0;
  padding: 0 30px 0 50px;
  text-align: left;
}
#recommendations-tabs .tab-content > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
#recommendations-tabs .tab-content > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
body.translate-german #recommendations-tabs ul.ui-tabs-nav li h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  body.translate-spanish .get-involved-section .video-share .share-buttons .button {
    font-size: 0.85rem;
  }
  .get-involved-section .column {
    margin-bottom: 0;
  }
  .get-involved-section .column h3 {
    margin: 50px auto 20px;
    font-size: 29px;
  }
  .get-involved-section .column .button {
    width: auto;
    margin-bottom: 0;
  }
  .get-involved-section .video-share {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  .get-involved-section .video-share .video-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  .get-involved-section .video-share .share-buttons {
    width: calc(380px - 170px);
    float: left;
  }
  .get-involved-section .video-share .share-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 45px 0 20px;
  }
  .get-involved-section .video-share .share-buttons .button:after {
    line-height: 43px;
  }
  .recommendations-list {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendations-list h3 {
    padding: 0;
    margin: 20px auto 0;
  }
  .recommendations-list > ul li {
    font-size: 21px;
    line-height: 26px;
    padding-left: 30px;
  }
  .recommendations-list > ul li:before {
    top: 4px;
  }
  .recommendations-list hr {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  body.page-what-can-you-do,
  body.page-template-what-can-you-do {
    background-image: url("./img/watercolour-3.png");
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: right 960px;
    background-repeat: no-repeat;
  }
  .get-involved-section .column {
    width: 50%;
    float: left;
    padding: 100px;
  }
  .get-involved-section .column:last-of-type {
    position: relative;
  }
  .get-involved-section .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  .get-involved-section .column h3 {
    margin: 70px auto 20px;
  }
  .recommendations-list {
    display: none;
  }
  #recommendations-tabs {
    display: block;
  }
  #recommendations-tabs .tab-content {
    margin-top: 0;
  }
  #recommendations-tabs .ui-tabs-nav {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: stretch;
    flex-direction: row;
    cursor: -webkit-args;
    cursor: -moz-args;
    cursor: pointer;
  }
  #recommendations-tabs .ui-tabs-tab {
    padding-bottom: 25px;
  }
  #recommendations-tabs .ui-tabs-tab:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: 0;
    border-bottom: 0;
    background: #110619;
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  #recommendations-tabs .ui-tabs-tab.ui-tabs-active:after {
    opacity: 1;
  }
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item,
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: opacity 0.5s, transform 0.6s;
  -moz-transition: opacity 0.5s, transform 0.6s;
  -webkit-transition: opacity 0.5s, transform 0.6s;
  transition: opacity 0.5s, transform 0.6s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(1),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(1) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(2),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(2) {
  transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(3),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(3) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(4),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(4) {
  transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(5),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(5) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(6),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(6) {
  transition-delay: 1.45s;
  -moz-transition-delay: 1.45s;
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(7),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(7) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(8),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(8) {
  transition-delay: 1.55s;
  -moz-transition-delay: 1.55s;
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(9),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(9) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(10),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(10) {
  transition-delay: 1.65s;
  -moz-transition-delay: 1.65s;
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
}
#twitter-timeline {
  display: block;
  width: 100%;
  padding: 0 20px 0;
  min-height: 100vh;
  text-align: center;
}
#twitter-timeline .button {
  margin: 0 auto;
}
#twitter-timeline .ctf .fa {
  font: normal normal normal 12px/1 FontAwesome;
}
#twitter-timeline #ctf {
  position: relative;
  overflow: hidden;
}
#twitter-timeline #ctf:after {
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, rgba(17,6,25,0) 0%, #110619 80%);
  background: -webkit-linear-gradient(top, rgba(17,6,25,0) 0%, #110619 80%);
  background: linear-gradient(to bottom, rgba(17,6,25,0) 0%, #110619 80%);
}
#twitter-timeline #ctf .ctf-item {
  width: 100%;
  max-width: 560px;
  position: relative;
  border: none;
  margin: 0 auto 20px;
  padding: 20px 20px 25px;
  border: 1px solid rgba(255,255,255,0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  text-align: left;
}
#twitter-timeline #ctf .ctf-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 15px 0 -56px;
}
#twitter-timeline #ctf .ctf-author-avatar img {
  width: 100%;
  height: auto;
}
#twitter-timeline #ctf .ctf-author-name,
#twitter-timeline #ctf .ctf-author-screenname,
#twitter-timeline #ctf .ctf-screename-sep,
#twitter-timeline #ctf .ctf-tweet-meta {
  font-size: 13px;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
}
#twitter-timeline #ctf .ctf-author-name {
  margin-top: 0;
  margin-left: 0;
}
#twitter-timeline #ctf .ctf-author-name img.emoji {
  width: 11px;
}
#twitter-timeline #ctf .ctf-author-box {
  margin-left: 56px !important;
}
#twitter-timeline #ctf .ctf-tweet-meta a {
  text-decoration: none;
  border: none;
}
#twitter-timeline #ctf .ctf-author-screenname,
#twitter-timeline #ctf .ctf-screename-sep,
#twitter-timeline #ctf .ctf-tweet-meta {
  opacity: 0.5;
}
#twitter-timeline #ctf .ctf-tweet-content {
  margin-top: 15px;
  margin-left: 62px !important;
}
#twitter-timeline #ctf .ctf-context {
  margin-left: 62px !important;
}
#twitter-timeline #ctf p.ctf-tweet-text {
  font-size: 18px;
  line-height: 23px;
}
#twitter-timeline #ctf p.ctf-tweet-text img.emoji {
  width: 15px;
  height: auto;
  margin: 0;
}
#twitter-timeline #ctf .ctf-retweet-icon {
  background-color: rgba(255,255,255,0.1);
}
@media (min-width: 1024px) {
  #twitter-timeline .ctf-tweets,
  #twitter-timeline .ctf-tweet-items {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #twitter-timeline #ctf .ctf-item {
    flex: 0 0 auto;
    width: calc(50% - 30px);
    max-width: none;
    margin: 15px 15px;
    padding: 30px 30px 40px;
  }
}
@media (min-width: 1200px) {
  #twitter-timeline {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  #twitter-timeline {
    max-width: 1200px;
  }
}
.join-the-conversation {
  text-align: center;
  padding: 50px 20px 100px;
}
.join-the-conversation h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
}
.join-the-conversation h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.join-the-conversation h3 {
  margin-top: 50px;
  font-size: 24px;
}
.join-the-conversation h3:first-of-type {
  margin-top: 10px;
}
.join-the-conversation p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.join-the-conversation #copy-url {
  display: none;
}
.join-the-conversation .button {
  width: 100%;
  margin-bottom: 20px;
}
.join-the-conversation .video-share .video-thumb {
  display: block;
  margin: 10px auto 25px;
  width: 150px;
  height: 100px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background-image: url("./img/video-share.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  body.translate-spanish .join-the-conversation .video-share .share-buttons .button {
    font-size: 0.85rem;
  }
  .join-the-conversation {
    padding: 50px 0 150px;
  }
  .join-the-conversation h3 {
    font-size: 29px;
  }
  .join-the-conversation .button {
    width: auto;
    margin-bottom: 0;
  }
  .join-the-conversation .video-share {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  .join-the-conversation .video-share .video-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  .join-the-conversation .video-share .share-buttons {
    width: calc(380px - 170px);
    float: left;
  }
  .join-the-conversation .video-share .share-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 45px 0 20px;
  }
  .join-the-conversation .video-share .share-buttons .button:after {
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .join-the-conversation h3 {
    margin: 50px auto 20px;
  }
}
.downloads {
  padding: 0 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.downloads .column {
  margin-bottom: 50px;
  padding: 0 20px;
}
.downloads .column h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.downloads .column > ul {
  padding: 0;
  margin: 0;
}
.downloads .download {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  text-align: left;
}
.downloads .download .download-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  float: left;
}
.downloads .download .download-info {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 15px;
  float: left;
}
.downloads .download a {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
.downloads .download a:hover {
  background-color: rgba(255,255,255,0.03);
}
.downloads .download a:visited h3,
.downloads .download a:visited h4 {
  color: rgba(255,255,255,0.5);
}
.downloads .download p {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0;
  letter-spacing: 0.1em;
}
.downloads .download h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 12px 0 5px;
  font-weight: 500;
  color: inherit;
}
.downloads .download h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  color: inherit;
}
.downloads .download .icon {
  display: inline-block;
  color: inherit;
  font-size: 0.8em;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'fiascons' !important;
  text-transform: none;
  -webkit-font-smoothing: auto;
  margin-left: 2px;
}
.what-can-you-do-section {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 20px 50px;
}
.what-can-you-do-section h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
.what-can-you-do-section h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.what-can-you-do-section .button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .downloads .column {
    margin-bottom: 0;
  }
  .downloads .download .download-image {
    width: 100px;
    height: 100px;
  }
  .downloads .download .download-info {
    width: calc(100% - 100px);
    padding-left: 25px;
  }
  .downloads .download a {
    padding: 50px 0;
  }
  .downloads .download p {
    font-size: 13px;
  }
  .downloads .download h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .downloads .download h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .what-can-you-do-section {
    padding: 0 0 50px;
  }
  .what-can-you-do-section .button {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .what-can-you-do-section .button:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .downloads .column {
    width: 50%;
    float: left;
    padding: 50px;
  }
  .downloads .column h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .downloads .column:first-of-type {
    padding-left: 0;
  }
  .downloads .column:last-of-type {
    position: relative;
    padding-right: 0;
  }
  .downloads .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  .downloads .download {
    max-width: none;
  }
}
#scorecard-video {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  object-fit: cover;
}
#scorecard-video.scorecard-video--with-flag {
  padding-top: 25px;
}
.scorecard-video-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
  opacity: 0;
}
.scorecard-video-flag img,
.scorecard-video-flag h4 {
  display: inline-block;
}
.scorecard-video-flag img {
  width: 40px;
  height: auto;
  margin-right: 20px;
}
.scorecard-video-flag h4 {
  margin: 0;
}
.scorecard-video-flag--first {
  padding: 100px 20px 0;
}
#scorecard-video-image {
  display: block;
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
}
#scorecard-video-image.scorecard-video--with-flag {
  margin-top: 25px;
}
.supermarket-scorecard-download {
  padding: 0 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.supermarket-scorecard-download h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
.supermarket-scorecard-download h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.supermarket-scorecard-download .download {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  text-align: left;
}
.supermarket-scorecard-download .download .download-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  float: left;
}
.supermarket-scorecard-download .download .download-info {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 15px;
  padding-right: 10px;
  float: left;
}
.supermarket-scorecard-download .download a {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
.supermarket-scorecard-download .download a:hover {
  background-color: rgba(255,255,255,0.03);
}
.supermarket-scorecard-download .download a:visited h3,
.supermarket-scorecard-download .download a:visited h4 {
  color: rgba(255,255,255,0.5);
}
.supermarket-scorecard-download .download p {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0;
  letter-spacing: 0.1em;
}
.supermarket-scorecard-download .download h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 12px 0 5px;
  font-weight: 500;
  color: inherit;
}
.supermarket-scorecard-download .download h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  color: inherit;
}
.supermarket-scorecard-download .download .icon {
  display: inline-block;
  color: inherit;
  font-size: 0.8em;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'fiascons' !important;
  text-transform: none;
  -webkit-font-smoothing: auto;
  margin-left: 2px;
}
.supermarket-columns {
  padding: 50px 20px;
}
.supermarket-columns p,
.supermarket-columns ol,
.supermarket-columns ul {
  font-size: 1.1em;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.supermarket-columns .columns {
  max-width: 1280px;
  margin: 0 auto;
}
.supermarket-columns .column {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.supermarket-columns .column img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 40px;
}
.supermarket-main-text {
  padding: 50px 20px 120px;
  margin-bottom: 100px;
  position: relative;
}
.supermarket-main-text:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--light.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -14px;
}
.supermarket-main-text h2,
.supermarket-main-text h3,
.supermarket-main-text h4,
.supermarket-main-text h5,
.supermarket-main-text p,
.supermarket-main-text ol,
.supermarket-main-text ul {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.supermarket-main-text p,
.supermarket-main-text ol,
.supermarket-main-text ul {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .supermarket-scorecard-download .download .download-image {
    width: 100px;
    height: 100px;
  }
  .supermarket-scorecard-download .download .download-info {
    width: calc(100% - 100px);
    padding-left: 25px;
  }
  .supermarket-scorecard-download .download a {
    padding: 50px 0;
  }
  .supermarket-scorecard-download .download p {
    font-size: 13px;
  }
  .supermarket-scorecard-download .download h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .supermarket-scorecard-download .download h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 940px) {
  #scorecard-video {
    display: block;
  }
  #scorecard-video-image {
    display: none;
  }
  .supermarket-columns {
    padding: 50px 0;
  }
  .supermarket-columns .columns {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  .supermarket-columns .column {
    width: 33.333%;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .supermarket-columns .column {
    padding: 0 40px;
  }
}
@media (min-width: 1300px) {
  #scorecard-video {
    padding: 50px 0;
  }
  #scorecard-video.scorecard-video--with-flag {
    padding-top: 25px;
  }
  .scorecard-video-flag {
    padding: 50px 0 0;
  }
  .scorecard-video-flag--first {
    padding: 100px 0 0;
  }
  .supermarket-columns .column {
    padding: 0 50px;
  }
}
.modal-window {
  width: calc(100% - 40px);
  max-width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  -moz-transform: translate(-50%, -50%) scale(0.98);
  -o-transform: translate(-50%, -50%) scale(0.98);
  -ms-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98);
  margin: 0;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17,6,25,0.75);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.5s 0.3s ease;
  -moz-transition: all 0.5s 0.3s ease;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-overlay.open .modal-window {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -o-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  -moz-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  -webkit-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  transition: opacity 0.5s 0.4s, transform 0.5s ease;
}
.modal-overlay .modal-window {
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  -moz-transform: translate(-50%, -50%) scale(0.98);
  -o-transform: translate(-50%, -50%) scale(0.98);
  -ms-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.modal-media {
  display: inline-block;
  width: 100%;
  height: auto;
}
.modal-media img,
.modal-media iframe,
.modal-media video {
  display: block;
  width: 100%;
  outline: none;
}
.modal-media video {
  min-height: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-caption {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
  margin-top: 10px;
}
.modal-caption span.copyright {
  display: block;
  font-size: 13px;
  line-height: 100%;
  color: rgba(0,0,0,0.5);
}
.modal-caption p {
  display: block;
  color: #17394d;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 0 0px;
  width: 100%;
  max-width: 100%;
}
.modal-close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: zoom-out;
}
.modal-close-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 1;
  margin-left: -15px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: pointer;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-close-icon:hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) and (max-height: 450px) {
  .modal-close-icon {
    top: -5px;
    margin-left: 10px;
    left: 100%;
  }
}
@media (min-width: 768px) {
  .modal-window {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .modal-window {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-window {
    max-width: 1000px;
  }
  .modal-close-icon {
    top: -5px;
    margin-left: 10px;
    left: 100%;
  }
}
.error404 .error__wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.error404 .error__wrapper .content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.error404 .error__wrapper .content-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}
.error404 .error__wrapper .content-wrapper a {
  color: #fff;
  border-color: #fff;
}
.error404 .error__wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.error404 .error__wrapper .content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.error404 .error__wrapper .content-wrapper p {
  color: #fff;
  font-size: 16px;
  line-height: 100%;
}
.error404 .error__wrapper .content-wrapper a {
  color: #fff;
  border-color: #fff;
}
.button {
  display: inline-block;
  background-image: url("./img/ink_tidy.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  width: auto;
  height: 50px;
  padding: 0 70px 0 70px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none;
  outline: none;
  -o-transition: color 0.2s 0.3s ease;
  -moz-transition: color 0.2s 0.3s ease;
  -webkit-transition: color 0.2s 0.3s ease;
  transition: color 0.2s 0.3s ease;
  -webkit-animation: noink 0.3s steps(24);
  -moz-animation: noink 0.3s steps(24);
  -o-animation: noink 0.3s steps(24);
  -ms-animation: noink 0.3s steps(24);
  animation: noink 0.3s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
}
.button:hover {
  color: #0f191c;
  -o-transition: color 0.2s 0.2s ease;
  -moz-transition: color 0.2s 0.2s ease;
  -webkit-transition: color 0.2s 0.2s ease;
  transition: color 0.2s 0.2s ease;
  background-position: 100% 0;
  -webkit-animation: ink 0.8s steps(24);
  -moz-animation: ink 0.8s steps(24);
  -o-animation: ink 0.8s steps(24);
  -ms-animation: ink 0.8s steps(24);
  animation: ink 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
}
.button.button--icon {
  padding: 0 55px 0 20px;
  text-align: left;
  position: relative;
}
.button.button--icon:after {
  display: block;
  content: "";
  width: 24px;
  height: 50px;
  line-height: 46px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 20px;
  color: inherit;
  font-family: 'fiascons' !important;
  font-size: 17px;
  text-align: right;
}
.button.button--arrow:after {
  content: "h";
}
.button.button--petition:after {
  content: "l";
  font-size: 15px;
}
.button.button--copy:after {
  content: "d";
}
.button.button--twitter:after {
  content: "z";
}
.button.button--facebook:after {
  content: "1";
}
.button.button--linkedin:after {
  content: "4";
}
.button.button--copied {
  background: #fff;
  color: #2e1744;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button.button--copied:after {
  content: "l";
}
.more-link {
  display: block;
  width: auto;
  text-align: center;
  margin: 40px auto 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  line-height: 100%;
}
.more-link:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--dark.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}
@media (min-width: 768px) {
  .button.button--arrow,
  .button.button--petition,
  .button.button--copy,
  .button.button--twitter-conversation {
    min-width: 290px;
  }
}
@media (min-width: 1200px) {
  .button.button--twitter,
  .button.button--facebook {
    margin-right: 10px;
  }
  .button.button--twitter-conversation {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .button.button--twitter,
  .button.button--facebook {
    margin-right: 20px;
  }
  .button.button--twitter-conversation {
    margin-right: 0px;
  }
}
.join-the-conversation {
  text-align: center;
  padding: 50px 20px 100px;
}
.join-the-conversation h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
}
.join-the-conversation h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.join-the-conversation h3 {
  margin-top: 50px;
  font-size: 24px;
}
.join-the-conversation h3:first-of-type {
  margin-top: 10px;
}
.join-the-conversation p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.join-the-conversation #copy-url {
  display: none;
}
.join-the-conversation .button {
  width: 100%;
  margin-bottom: 20px;
}
.join-the-conversation .video-share .video-thumb {
  display: block;
  margin: 10px auto 25px;
  width: 150px;
  height: 100px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background-image: url("./img/video-share.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  body.translate-spanish .join-the-conversation .video-share .share-buttons .button {
    font-size: 0.85rem;
  }
  .join-the-conversation {
    padding: 50px 0 150px;
  }
  .join-the-conversation h3 {
    font-size: 29px;
  }
  .join-the-conversation .button {
    width: auto;
    margin-bottom: 0;
  }
  .join-the-conversation .video-share {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  .join-the-conversation .video-share .video-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  .join-the-conversation .video-share .share-buttons {
    width: calc(380px - 170px);
    float: left;
  }
  .join-the-conversation .video-share .share-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 45px 0 20px;
  }
  .join-the-conversation .video-share .share-buttons .button:after {
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .join-the-conversation h3 {
    margin: 50px auto 20px;
  }
}
body.loaded .section-one .gul-left {
  opacity: 1;
  -o-transition: opacity 1.5s 0.5s;
  -moz-transition: opacity 1.5s 0.5s;
  -webkit-transition: opacity 1.5s 0.5s;
  transition: opacity 1.5s 0.5s;
  -webkit-animation: float 8s ease-in-out infinite 1s;
  -moz-animation: float 8s ease-in-out infinite 1s;
  -o-animation: float 8s ease-in-out infinite 1s;
  -ms-animation: float 8s ease-in-out infinite 1s;
  animation: float 8s ease-in-out infinite 1s;
}
body.loaded .section-one .gul-right {
  opacity: 1;
  -o-transition: opacity 1.5s 0.5s;
  -moz-transition: opacity 1.5s 0.5s;
  -webkit-transition: opacity 1.5s 0.5s;
  transition: opacity 1.5s 0.5s;
  -webkit-animation: float 8s ease-in-out infinite 1.6s;
  -moz-animation: float 8s ease-in-out infinite 1.6s;
  -o-animation: float 8s ease-in-out infinite 1.6s;
  -ms-animation: float 8s ease-in-out infinite 1.6s;
  animation: float 8s ease-in-out infinite 1.6s;
}
body.loaded .section-one h1,
body.loaded .section-one h2,
body.loaded .section-one a.more-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
body.loaded .section-one a.more-link:after {
  -webkit-animation: bounce 2.8s 5;
  -moz-animation: bounce 2.8s 5;
  -o-animation: bounce 2.8s 5;
  -ms-animation: bounce 2.8s 5;
  animation: bounce 2.8s 5;
}
body.loaded .section-one h1 {
  -o-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  -moz-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  -webkit-transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
  transition: opacity 1.5s 1.2s, transform 0.6s 0.5s;
}
body.loaded .section-one h2 {
  -o-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  -moz-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  -webkit-transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
  transition: opacity 1.5s 1.6s, transform 0.6s 0.8s;
}
body.loaded .section-one a.more-link {
  -o-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  -moz-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  -webkit-transition: opacity 1.5s 2s, transform 0.6s 1.2s;
  transition: opacity 1.5s 2s, transform 0.6s 1.2s;
}
main.body-wrapper {
  display: block;
  background-image: url("./img/background_image.jpg");
  background-image: url("./img/background_image_mobile.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
main.body-wrapper section {
  width: 100%;
  min-height: 100vh;
  posiiton: relative;
  overflow: hidden;
}
main.body-wrapper footer {
  background-image: url("./img/watercolour-1.jpg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.section {
  opacity: 0;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  oveflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section.active {
  opacity: 1;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.section.active:first-of-type {
  transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
}
.section.active .text-left,
.section.active .text-center {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: ink 2s steps(24);
  -moz-animation: ink 2s steps(24);
  -o-animation: ink 2s steps(24);
  -ms-animation: ink 2s steps(24);
  animation: ink 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.section.active .text-right,
.section.active .text-center-two {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: ink 2s steps(24);
  -moz-animation: ink 2s steps(24);
  -o-animation: ink 2s steps(24);
  -ms-animation: ink 2s steps(24);
  animation: ink 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.section .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section .text-left,
.section .text-right,
.section .text-center,
.section .text-center-two {
  width: 640px;
  opacity: 0;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  background-image: url("./img/ink_tidy.png");
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section video {
  width: auto;
  height: auto;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.section h2 {
  margin: 0 0 0.3em;
  padding: 0 20px 0 0;
}
.section p {
  font-size: 16px;
  line-height: 23px;
  max-width: 400px;
  padding: 0 20px 0 0 0;
}
.section .text-center h2,
.section .text-center-two h2,
.section .text-center p,
.section .text-center-two p {
  padding: 0 20px;
}
.section .tooltip {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  font-family: 'Helvetica', sans-serif;
}
.section .tooltip:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url("./img/tooltip-shadow.svg");
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -moz-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -o-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -ms-transform: scale(0.3) translate3d(-50%, -50%, 0);
  transform: scale(0.3) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 3s infinite;
  -moz-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  -ms-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: -1;
}
.section .tooltip .launch-tooltip {
  -webkit-apprearance: none;
  apprearance: none;
  background-color: transparent;
  background-image: url("./img/small-eye-icon.svg");
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  width: 30px;
  height: 30px;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: pointer;
  outline: none;
  font-family: 'Helvetica', sans-serif;
  -webkit-transform: translateZ(0px) scale(1);
  -moz-transform: translateZ(0px) scale(1);
  -o-transform: translateZ(0px) scale(1);
  -ms-transform: translateZ(0px) scale(1);
  transform: translateZ(0px) scale(1);
  -o-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-animation: pulseBtn 3s infinite;
  -moz-animation: pulseBtn 3s infinite;
  -o-animation: pulseBtn 3s infinite;
  -ms-animation: pulseBtn 3s infinite;
  animation: pulseBtn 3s infinite;
}
.section-one {
  background-image: url("./img/Mobile/Scene01.jpg");
}
.section-one .content-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.section-one h1 {
  color: #17394d;
  margin: 0 auto;
  text-align: center;
  font-size: 38px;
  line-height: 100%;
  padding: 0 1rem;
  max-width: 770px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one h2 {
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
  color: #17394d;
  font-size: 22px;
  line-height: 25px;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one .more-link {
  color: #17394d;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  position: relative;
  z-index: 1;
}
.section-one .gul-left,
.section-one .gul-right {
  display: none;
  width: 85px;
  height: auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.section-one .gul-left {
  top: 70px;
  left: 40px;
  width: 120px;
}
.section-one .gul-right {
  top: 100px;
  right: 60px;
}
.section-two {
  background-image: url("./img/Mobile/Scene02.jpg");
}
.section-two .text-left {
  position: absolute;
  bottom: 20%;
  left: 20px;
}
.section-two .text-left h2 {
  max-width: 500px;
}
.section-two .text-left p {
  max-width: 370px;
}
.section-two .tooltip {
  top: 20%;
  right: 20%;
}
.section-three {
  background-image: url("./img/Mobile/Scene03.jpg");
}
.section-three .text-left,
.section-three .text-right {
  position: absolute;
}
.section-three .text-left {
  top: 30%;
  left: 20px;
}
.section-three .text-left h2,
.section-three .text-left p {
  max-width: 510px;
}
.section-three .text-right {
  bottom: 30px;
  left: 20px;
}
.section-three .text-right h2,
.section-three .text-right p {
  max-width: 460px;
}
.section-three .tooltip {
  top: 16%;
  right: 20%;
}
.section-four {
  background-image: url("./img/Mobile/Scene04.jpg");
}
.section-four .text-left,
.section-four .text-right {
  position: absolute;
}
.section-four .text-left h2,
.section-four .text-right h2,
.section-four .text-left p,
.section-four .text-right p {
  max-width: 490px;
}
.section-four .text-left {
  top: 30px;
  left: 20px;
}
.section-four .text-right {
  bottom: 30px;
  left: 20px;
}
.section-four .text-right p {
  max-width: 360px;
}
.section-four .tooltip {
  top: 45%;
  right: 20%;
}
.section-five {
  background-image: url("./img/Mobile/Scene05.jpg");
}
.section-five .text-left {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 20px;
}
.section-five .text-left h2,
.section-five .text-left p {
  max-width: 459px;
}
.section-five .text-left p {
  margin-top: 20px;
}
.section-five .tooltip {
  top: 64%;
  right: 23%;
}
.section-six {
  background-image: url("./img/Mobile/Scene06.jpg");
}
.section-six .text-left {
  position: absolute;
  top: 30px;
  left: 20px;
}
.section-six .text-left h2,
.section-six .text-left p {
  max-width: 550px;
}
.section-six .tooltip {
  top: 60%;
  right: 20%;
}
.section-seven {
  background-image: url("./img/Mobile/Scene07.jpg");
}
.section-seven .text-left {
  position: absolute;
  top: 30px;
  left: 20px;
}
.section-seven .text-left h2,
.section-seven .text-left p {
  max-width: 510px;
}
.section-eight .content-wrapper,
.section-nine .content-wrapper,
.section-ten .content-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-eight .text-center,
.section-nine .text-center,
.section-ten .text-center {
  max-width: 490px;
  text-align: center;
}
.section-eight .text-center h2,
.section-nine .text-center h2,
.section-ten .text-center h2,
.section-eight .text-center p,
.section-nine .text-center p,
.section-ten .text-center p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.section-eight .text-center-two,
.section-nine .text-center-two,
.section-ten .text-center-two {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-eight .text-center-two h2,
.section-nine .text-center-two h2,
.section-ten .text-center-two h2,
.section-eight .text-center-two p,
.section-nine .text-center-two p,
.section-ten .text-center-two p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.section-eight {
  background-image: url("./img/Mobile/Scene08.jpg");
}
.section-nine {
  background-image: url("./img/Mobile/Scene09.jpg");
}
.section-nine.active .text-center {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: inkSection09 2s steps(24);
  -moz-animation: inkSection09 2s steps(24);
  -o-animation: inkSection09 2s steps(24);
  -ms-animation: inkSection09 2s steps(24);
  animation: inkSection09 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
.section-nine.active .text-center-two {
  opacity: 1;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-animation: inkSection09 2s steps(24);
  -moz-animation: inkSection09 2s steps(24);
  -o-animation: inkSection09 2s steps(24);
  -ms-animation: inkSection09 2s steps(24);
  animation: inkSection09 2s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
.section-nine .text-center {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.section-nine .text-center-two {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
}
.section-ten .text-center h2 {
  max-width: 510px;
}
.section-ten .text-center-two {
  margin-top: 50px;
}
.section-ten a.more-link {
  opacity: 0;
  color: #fff !important;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  margin-top: 65px;
}
.section-ten a.more-link:after {
  width: 28px;
  height: 28px;
  background-image: url("./img/small-down-arrow-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -50px;
  z-index: 1;
}
.section-ten a.more-link:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -66px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-image: url("./img/tooltip-shadow.svg");
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -moz-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -o-transform: scale(0.3) translate3d(-50%, -50%, 0);
  -ms-transform: scale(0.3) translate3d(-50%, -50%, 0);
  transform: scale(0.3) translate3d(-50%, -50%, 0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 3s infinite;
  -moz-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  -ms-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  z-index: 0;
}
.section-ten.active a.more-link {
  opacity: 1;
  -o-transition: opacity 0.5s 6s;
  -moz-transition: opacity 0.5s 6s;
  -webkit-transition: opacity 0.5s 6s;
  transition: opacity 0.5s 6s;
}
.section-ten.active:after {
  opacity: 1;
  -o-transition: opacity 4s 1s;
  -moz-transition: opacity 4s 1s;
  -webkit-transition: opacity 4s 1s;
  transition: opacity 4s 1s;
}
.section-ten:after {
  display: block;
  content: "";
  width: 1100px;
  height: 500px;
  background-image: url("./img/watercolour-4.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
@media (max-width: 650px) {
  .section-two .text-left,
  .section-three .text-left,
  .section-four .text-left,
  .section-five .text-left,
  .section-six .text-left,
  .section-seven .text-left,
  .section-eight .text-left,
  .section-nine .text-left,
  .section-ten .text-left,
  .section-two .text-right,
  .section-three .text-right,
  .section-four .text-right,
  .section-five .text-right,
  .section-six .text-right,
  .section-seven .text-right,
  .section-eight .text-right,
  .section-nine .text-right,
  .section-ten .text-right,
  .section-two .text-center,
  .section-three .text-center,
  .section-four .text-center,
  .section-five .text-center,
  .section-six .text-center,
  .section-seven .text-center,
  .section-eight .text-center,
  .section-nine .text-center,
  .section-ten .text-center,
  .section-two .text-center-two,
  .section-three .text-center-two,
  .section-four .text-center-two,
  .section-five .text-center-two,
  .section-six .text-center-two,
  .section-seven .text-center-two,
  .section-eight .text-center-two,
  .section-nine .text-center-two,
  .section-ten .text-center-two,
  .section-two h2,
  .section-three h2,
  .section-four h2,
  .section-five h2,
  .section-six h2,
  .section-seven h2,
  .section-eight h2,
  .section-nine h2,
  .section-ten h2,
  .section-two p,
  .section-three p,
  .section-four p,
  .section-five p,
  .section-six p,
  .section-seven p,
  .section-eight p,
  .section-nine p,
  .section-ten p {
    max-width: 280px !important;
  }
  .section-one h1 {
    margin-top: -70px;
  }
}
@media (max-width: 650px) and (max-height: 450px) {
  .section h2,
  .section h3 {
    font-size: 19px;
    line-height: 21px;
  }
  .section p {
    font-size: 12px;
    line-height: 19px;
  }
  .section-one h2 {
    max-width: 400px !important;
  }
  .section-ten .text-center-two {
    margin-top: 30px;
  }
  .section-ten a.more-link {
    margin-top: 30px;
  }
  .section-ten a.more-link:after {
    width: 20px;
    height: 20px;
    bottom: -30px;
  }
}
@media (max-width: 1023px) {
  .section video {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.translate-german #fullpage .section h2 {
    font-size: 40px;
    line-height: 42px;
  }
  body.translate-spanish #fullpage .section h2 {
    font-size: 45px;
    line-height: 47px;
  }
  .section h2 {
    padding: 0;
  }
  .section p {
    max-width: 430px;
    padding: 0;
  }
  .section .text-center h2,
  .section .text-center-two h2,
  .section .text-center p,
  .section .text-center-two p {
    padding: 0;
  }
  .section-one h1 {
    font-size: 70px;
  }
  .section-one h2 {
    margin: 60px auto 0;
    font-size: 40px;
    line-height: 50px;
    padding: 0 30px;
  }
  .section-one .more-link {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .section-one .gul-left,
  .section-one .gul-right {
    display: block;
  }
  .section-two .text-left {
    bottom: auto;
    top: 30%;
    left: 20px;
  }
  .section-two .text-left p {
    max-width: 390px;
  }
  .section-three .text-left {
    top: 10%;
    left: 70px;
  }
  .section-three .text-left p {
    padding: 0;
  }
  .section-three .text-right {
    bottom: 10%;
    left: auto;
    right: 70px;
  }
  .section-four .text-left {
    top: 10%;
    left: 70px;
  }
  .section-four .text-right {
    bottom: 10%;
    left: 150px;
  }
  .section-five .text-left {
    top: auto;
    bottom: 10%;
    left: 70px;
  }
  .section-five .text-left p {
    margin-top: 50px;
  }
  .section-six .text-left {
    top: 30%;
    left: 70px;
  }
  .section-seven .text-left {
    top: 30%;
    left: 70px;
  }
  .section-eight .text-center p {
    padding: 0;
  }
  .section-nine {
    background-image: url("./img/Tablet/Scene09.jpg");
  }
  .section-nine .text-center {
    top: 170px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
  .section-nine .text-center-two h2 {
    max-width: 510px;
  }
  .section-ten .text-center {
    max-width: 711px;
  }
  .section-ten .text-center-two {
    margin-top: 80px;
  }
  .section-ten .text-center-two h2 {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .section-one,
  .section-two,
  .section-three,
  .section-four,
  .section-five,
  .section-six,
  .section-seven,
  .section-eight,
  .section-nine,
  .section-ten {
    background-image: none !important;
  }
  .section-nine .text-center {
    top: 140px;
  }
  .section-nine .text-center-two {
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  main.body-wrapper {
    background-image: url("./img/background_image.jpg");
  }
  .section p {
    font-size: 19px;
    line-height: 26px;
  }
  .section-one .content-wrapper {
    padding: 0;
  }
  .section-one .gul-left,
  .section-one .gul-right {
    width: 110px;
  }
  .section-one .gul-left {
    top: 20%;
    left: 10%;
    width: 160px;
  }
  .section-one .gul-right {
    top: 20%;
    right: 10%;
  }
  .section-two .text-left {
    top: 200px;
    left: 200px;
  }
  .section-two .tooltip {
    top: 60%;
    right: 25%;
  }
  .section-three .text-left {
    top: 120px;
    left: 120px;
  }
  .section-three .text-right {
    bottom: 120px;
    right: -40px;
  }
  .section-three .tooltip {
    top: 60%;
    right: 45%;
  }
  .section-four .text-left {
    top: 120px;
    left: 120px;
  }
  .section-four .text-right {
    bottom: 120px;
    left: 250px;
  }
  .section-four .tooltip {
    top: 45%;
    right: 20%;
  }
  .section-five .text-left {
    bottom: 120px;
    left: 120px;
  }
  .section-five .tooltip {
    top: 60%;
    right: 37%;
  }
  .section-six .text-left {
    top: 120px;
    left: 120px;
  }
  .section-six .tooltip {
    top: 60%;
    right: 20%;
  }
  .section-seven .text-left {
    top: 120px;
    left: 120px;
  }
  .section-nine .text-center {
    top: 140px;
  }
  .section-nine .text-center-two {
    bottom: 90px;
  }
}
@media (min-width: 1400px) {
  .section-nine .text-center {
    top: 160px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .section-two .text-left {
    top: 230px;
    left: 230px;
  }
  .section-five .text-left {
    bottom: 200px;
    left: 200px;
  }
  .section-six .text-left {
    top: 200px;
    left: 200px;
  }
  .section-seven .text-left {
    top: 200px;
    left: 200px;
  }
  .section-nine .text-center {
    top: 160px;
  }
  .section-nine .text-center-two {
    bottom: 100px;
  }
}
.downloads {
  padding: 0 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.downloads .column {
  margin-bottom: 50px;
  padding: 0 20px;
}
.downloads .column h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.downloads .column > ul {
  padding: 0;
  margin: 0;
}
.downloads .download {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  text-align: left;
}
.downloads .download .download-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  float: left;
}
.downloads .download .download-info {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 15px;
  float: left;
}
.downloads .download a {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
.downloads .download a:hover {
  background-color: rgba(255,255,255,0.03);
}
.downloads .download a:visited h3,
.downloads .download a:visited h4 {
  color: rgba(255,255,255,0.5);
}
.downloads .download p {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0;
  letter-spacing: 0.1em;
}
.downloads .download h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 12px 0 5px;
  font-weight: 500;
  color: inherit;
}
.downloads .download h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  color: inherit;
}
.downloads .download .icon {
  display: inline-block;
  color: inherit;
  font-size: 0.8em;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'fiascons' !important;
  text-transform: none;
  -webkit-font-smoothing: auto;
  margin-left: 2px;
}
.what-can-you-do-section {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 0 20px 50px;
}
.what-can-you-do-section h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
.what-can-you-do-section h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.what-can-you-do-section .button {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .downloads .column {
    margin-bottom: 0;
  }
  .downloads .download .download-image {
    width: 100px;
    height: 100px;
  }
  .downloads .download .download-info {
    width: calc(100% - 100px);
    padding-left: 25px;
  }
  .downloads .download a {
    padding: 50px 0;
  }
  .downloads .download p {
    font-size: 13px;
  }
  .downloads .download h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .downloads .download h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .what-can-you-do-section {
    padding: 0 0 50px;
  }
  .what-can-you-do-section .button {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .what-can-you-do-section .button:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .downloads .column {
    width: 50%;
    float: left;
    padding: 50px;
  }
  .downloads .column h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .downloads .column:first-of-type {
    padding-left: 0;
  }
  .downloads .column:last-of-type {
    position: relative;
    padding-right: 0;
  }
  .downloads .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  .downloads .download {
    max-width: none;
  }
}
.hero-section {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 30px;
}
.hero-section img {
  display: block;
  width: 170px;
  height: auto;
  margin: 30px auto;
}
.hero-section h1,
.hero-section h3 {
  padding: 0 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-section h1 {
  margin: 0 auto 30px;
  text-align: center;
}
.hero-section h3 {
  font-size: 24px;
  line-height: 25px;
  padding: 0 30px;
  max-width: 630px;
}
.hero-section:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--light.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -14px;
}
.hero-section.supermarket-hero {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hero-section.supermarket-hero:after {
  display: none;
}
@media (min-width: 768px) {
  .hero-section {
    padding-bottom: 200px;
    margin-bottom: 40px;
  }
  .hero-section h3 {
    font-size: 40px;
    line-height: 42px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding: 0;
    padding-bottom: 140px;
  }
  .hero-section h3 {
    max-width: 795px;
  }
}
.modal-window {
  width: calc(100% - 40px);
  max-width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  -moz-transform: translate(-50%, -50%) scale(0.98);
  -o-transform: translate(-50%, -50%) scale(0.98);
  -ms-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98);
  margin: 0;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  box-shadow: 0 8px 23px rgba(0,0,0,0.5);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17,6,25,0.75);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -o-transition: all 0.5s 0.3s ease;
  -moz-transition: all 0.5s 0.3s ease;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-overlay.open .modal-window {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -o-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  -moz-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  -webkit-transition: opacity 0.5s 0.4s, transform 0.5s ease;
  transition: opacity 0.5s 0.4s, transform 0.5s ease;
}
.modal-overlay .modal-window {
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  -moz-transform: translate(-50%, -50%) scale(0.98);
  -o-transform: translate(-50%, -50%) scale(0.98);
  -ms-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.modal-media {
  display: inline-block;
  width: 100%;
  height: auto;
}
.modal-media img,
.modal-media iframe,
.modal-media video {
  display: block;
  width: 100%;
  outline: none;
}
.modal-media video {
  min-height: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.modal-caption {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
  margin-top: 10px;
}
.modal-caption span.copyright {
  display: block;
  font-size: 13px;
  line-height: 100%;
  color: rgba(0,0,0,0.5);
}
.modal-caption p {
  display: block;
  color: #17394d;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 0 0px;
  width: 100%;
  max-width: 100%;
}
.modal-close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: zoom-out;
}
.modal-close-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 1;
  margin-left: -15px;
  font-family: 'fiascons' !important;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: pointer;
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.modal-close-icon:hover {
  -o-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) and (max-height: 450px) {
  .modal-close-icon {
    top: -5px;
    margin-left: 10px;
    left: 100%;
  }
}
@media (min-width: 768px) {
  .modal-window {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .modal-window {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-window {
    max-width: 1000px;
  }
  .modal-close-icon {
    top: -5px;
    margin-left: 10px;
    left: 100%;
  }
}
body.loaded #nav {
  opacity: 1;
  -o-transition: opacity 0.5s 0s;
  -moz-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
#nav {
  position: relative;
  z-index: 4;
  visibility: visible;
  opacity: 0;
}
.nav {
  display: block;
  width: 100%;
  color: #fff;
}
.nav.dark {
  color: #17394d;
}
.nav.dark .page-nav.desktop {
  border-bottom: 1px solid rgba(23,58,79,0.13);
}
.nav.dark .page-nav.desktop .top-level .home-link {
  color: #17394d;
}
.nav.dark .page-nav.desktop .top-level .menu .menu-item:after {
  background-color: #17394d;
}
.nav.dark .page-nav.desktop .lang-toggle,
.nav.dark .page-nav.desktop .menu-toggle {
  color: #17394d;
}
.nav.dark .page-nav.desktop .menu-toggle span {
  background: #17394d;
}
.nav.dark .page-nav.desktop .menu-toggle span:before,
.nav.dark .page-nav.desktop .menu-toggle span:after {
  background: #17394d;
}
.nav.dark .page-nav.desktop .lang-toggle span {
  color: #94b9cc;
  background-color: #17394d;
}
.nav .page-nav {
  display: block;
  margin: 0;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  z-index: 5;
}
.nav .page-nav.mobile {
  display: block;
  width: auto;
  margin: 0;
}
.nav .page-nav.desktop {
  display: none;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}
.nav .page-nav.desktop .top-level {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: right;
}
.nav .page-nav.desktop .top-level > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.nav .page-nav.desktop .top-level .home-link {
  font-family: 'Dada Floda', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  text-decoration: none;
  vertical-align: middle;
}
.nav .page-nav.desktop .top-level .menu-toggle:after {
  display: none;
}
.nav .page-nav.desktop .top-level .menu .menu-item {
  display: inline-block;
  width: auto;
  margin: 0 40px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 13px;
  position: relative;
}
.nav .page-nav.desktop .top-level .menu .menu-item:after {
  display: block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -35px;
  -o-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.nav .page-nav.desktop .top-level .menu .menu-item:hover:after,
.nav .page-nav.desktop .top-level .menu .menu-item.current-menu-item:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.nav .page-nav.desktop .top-level .menu .menu-item a,
.nav .page-nav.desktop .top-level .menu .menu-item a:link,
.nav .page-nav.desktop .top-level .menu .menu-item a:visited {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.menu-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  width: 30px;
  height: 30px;
  padding-left: 0;
  text-transform: uppercase;
  outline: none;
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #94b9cc;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle:before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./img/menu-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.menu-toggle span {
  position: absolute;
  top: 15px;
  left: 7px;
  width: 15px;
  background: #17394d;
  display: block;
  height: 1px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.menu-toggle span:before,
.menu-toggle span:after {
  width: 15px;
  height: 1px;
  background: #17394d;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  backface-visibility: hidden;
}
.menu-toggle span:before {
  top: -4px;
  -o-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -moz-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -webkit-transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  transition: top 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
}
.menu-toggle span:after {
  bottom: -4px;
  -o-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -moz-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  -webkit-transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
  transition: bottom 300ms 300ms, transform 300ms 0ms, background 300ms 0s;
}
.menu-toggle.active {
  color: #94b9cc;
}
.menu-toggle.active span {
  -webkit-transform: translateX(-40px) rotate(0deg);
  -moz-transform: translateX(-40px) rotate(0deg);
  -o-transform: translateX(-40px) rotate(0deg);
  -ms-transform: translateX(-40px) rotate(0deg);
  transform: translateX(-40px) rotate(0deg);
  background: transparent !important;
  -o-transition: transform 300ms 300ms;
  -moz-transition: transform 300ms 300ms;
  -webkit-transition: transform 300ms 300ms;
  transition: transform 300ms 300ms;
}
.menu-toggle.active span:before {
  -webkit-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(-45deg);
  transform: translateX(40px) translateY(0px) rotate(-45deg);
  top: 0;
  -o-transition: top 300ms, transform 300ms 300ms, background 300ms;
  -moz-transition: top 300ms, transform 300ms 300ms, background 300ms;
  -webkit-transition: top 300ms, transform 300ms 300ms, background 300ms;
  transition: top 300ms, transform 300ms 300ms, background 300ms;
}
.menu-toggle.active span:after {
  -webkit-transform: translateX(40px) translateY(0px) rotate(45deg);
  -moz-transform: translateX(40px) translateY(0px) rotate(45deg);
  -o-transform: translateX(40px) translateY(0px) rotate(45deg);
  -ms-transform: translateX(40px) translateY(0px) rotate(45deg);
  transform: translateX(40px) translateY(0px) rotate(45deg);
  bottom: 0;
  -o-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  -moz-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  -webkit-transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
  transition: bottom 300ms, transform 300ms 300ms, background 300ms 0s;
}
.lang-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 65px;
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  width: 30px;
  height: 30px;
  padding-left: 0;
  text-transform: uppercase;
  outline: none;
  font-family: 'Bolton', 'Helvetica', serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #17394d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
}
.lang-toggle:focus {
  outline: none;
}
.lang-toggle:before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("./img/menu-icon.svg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lang-toggle span {
  display: inline-block;
  font-family: 'fiascons' !important;
  font-weight: bold;
  text-transform: none;
  color: inherit;
  font-size: 5px;
  line-height: 29px;
  vertical-align: middle;
  padding-left: 1px;
}
.nav-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17394d;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  z-index: 4;
  overflow: hidden;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-overlay:before,
.nav-overlay:after {
  content: "";
  pointer-events: none;
}
.nav-overlay:before {
  width: 474px;
  height: 215px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-75px) translateX(-125px);
  -moz-transform: translateY(-75px) translateX(-125px);
  -o-transform: translateY(-75px) translateX(-125px);
  -ms-transform: translateY(-75px) translateX(-125px);
  transform: translateY(-75px) translateX(-125px);
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-mix-blend-mode: overlay;
  mix-blend-mode: overlay;
}
.nav-overlay:after {
  width: 570px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(75px) translateX(200px);
  -moz-transform: translateY(75px) translateX(200px);
  -o-transform: translateY(75px) translateX(200px);
  -ms-transform: translateY(75px) translateX(200px);
  transform: translateY(75px) translateX(200px);
  background-image: url("./img/watercolour-4.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-mix-blend-mode: screen;
  mix-blend-mode: screen;
}
.nav-overlay.open {
  visibility: visible;
  opacity: 1;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-overlay.open .menu .menu-item a,
.nav-overlay.open .menu .menu-item a:link,
.nav-overlay.open .menu .menu-item a:visited {
  -o-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  transition: 1.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.nav-overlay.open .menu .menu-item:nth-of-type(1) a,
.nav-overlay.open .menu .menu-item:nth-of-type(1) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(1) a:visited {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(2) a,
.nav-overlay.open .menu .menu-item:nth-of-type(2) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(2) a:visited {
  transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(3) a,
.nav-overlay.open .menu .menu-item:nth-of-type(3) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(3) a:visited {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(4) a,
.nav-overlay.open .menu .menu-item:nth-of-type(4) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(4) a:visited {
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(5) a,
.nav-overlay.open .menu .menu-item:nth-of-type(5) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(5) a:visited {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(6) a,
.nav-overlay.open .menu .menu-item:nth-of-type(6) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(6) a:visited {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(7) a,
.nav-overlay.open .menu .menu-item:nth-of-type(7) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(7) a:visited {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(8) a,
.nav-overlay.open .menu .menu-item:nth-of-type(8) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(8) a:visited {
  transition-delay: 0.85s;
  -moz-transition-delay: 0.85s;
  -webkit-transition-delay: 0.85s;
  -o-transition-delay: 0.85s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(9) a,
.nav-overlay.open .menu .menu-item:nth-of-type(9) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(9) a:visited {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(10) a,
.nav-overlay.open .menu .menu-item:nth-of-type(10) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(10) a:visited {
  transition-delay: 0.95s;
  -moz-transition-delay: 0.95s;
  -webkit-transition-delay: 0.95s;
  -o-transition-delay: 0.95s;
}
.nav-overlay.open .menu .menu-item:nth-of-type(11) a,
.nav-overlay.open .menu .menu-item:nth-of-type(11) a:link,
.nav-overlay.open .menu .menu-item:nth-of-type(11) a:visited {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.nav-overlay .inside {
  display: inline-block;
  width: auto;
  height: initial;
  margin: 0;
  text-align: center;
}
.nav-overlay .home-link {
  display: block;
  font-family: 'Dada Floda', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  color: #94b9cc;
  position: relative;
  text-decoration: none;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.nav-overlay .home-link:after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.nav-overlay .menu-main-container {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.nav-overlay .menu {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-overlay .menu .menu-item {
  display: block;
  color: #94b9cc;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  letter-spacing: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 1;
  margin: 40px 0;
  padding: 0 20px;
  *zoom: 1;
  border: none;
}
.nav-overlay .menu .menu-item:before,
.nav-overlay .menu .menu-item:after {
  content: "";
  display: table;
}
.nav-overlay .menu .menu-item:after {
  clear: both;
}
.nav-overlay .menu .menu-item a,
.nav-overlay .menu .menu-item a:link,
.nav-overlay .menu .menu-item a:visited {
  display: inline-block;
  width: auto;
  color: inherit;
  opacity: 0;
  -o-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -moz-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  -webkit-transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  transition: 0.4s opacity cubic-bezier(0.275, 0, 0, 1), 0.8s transform cubic-bezier(0.275, 0, 0, 1);
  text-decoration: none;
  border: none;
}
.nav-overlay .menu .menu-item a:hover,
.nav-overlay .menu .menu-item a:link:hover,
.nav-overlay .menu .menu-item a:visited:hover,
.nav-overlay .menu .menu-item a:active,
.nav-overlay .menu .menu-item a:link:active,
.nav-overlay .menu .menu-item a:visited:active,
.nav-overlay .menu .menu-item a.active,
.nav-overlay .menu .menu-item a:link.active,
.nav-overlay .menu .menu-item a:visited.active {
  color: inherit;
  -o-transition: color 0.25s, opacity 0s, transform 0s !important;
  -moz-transition: color 0.25s, opacity 0s, transform 0s !important;
  -webkit-transition: color 0.25s, opacity 0s, transform 0s !important;
  transition: color 0.25s, opacity 0s, transform 0s !important;
}
@media (min-width: 1024px) {
  .nav .page-nav.mobile {
    display: none;
  }
  .nav .page-nav.desktop {
    display: block;
  }
  .nav .page-nav.desktop .top-level {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .nav.dark .lang-toggle span {
    background-image: url("./img/down-arrow-small.svg");
    background-color: #17394d;
  }
  .nav-overlay {
    width: 500px;
    left: auto;
    right: 0;
    justify-content: flex-end;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  .nav-overlay .inside {
    text-align: right;
  }
  .nav-overlay .home-link {
    text-align: right;
    padding-right: 20px;
  }
  .nav-overlay .home-link:after {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  .nav-overlay .menu {
    text-align: right;
  }
  .nav-overlay .menu .menu-item a:link,
  .nav-overlay .menu .menu-item a:visited {
    display: initial;
    background-image: linear-gradient(#94b9cc, #94b9cc);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 0% 1px;
    background-size: 0% 1px;
    line-height: 140%;
  }
  .nav-overlay .menu .menu-item a:link:hover,
  .nav-overlay .menu .menu-item a:visited:hover {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
  .nav-overlay.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .menu-toggle {
    padding-left: 20px;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    margin-left: 30px;
    margin-right: 20px;
  }
  .menu-toggle span {
    width: 12px;
    top: 8px;
    left: 0;
    background: #94b9cc;
  }
  .menu-toggle span:before {
    width: 12px;
    top: -4px;
    background: #94b9cc;
  }
  .menu-toggle span:after {
    width: 12px;
    bottom: -4px;
    background: #94b9cc;
  }
  .menu-toggle:before {
    display: none;
  }
  .menu-toggle.active span:before,
  .menu-toggle.active span:after {
    background: #fff;
  }
  .lang-toggle {
    right: 200px;
    padding-left: 15px;
    width: auto;
    height: auto;
    font-size: 13px;
    letter-spacing: 0.1em;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    color: #94b9cc;
  }
  .lang-toggle:before {
    display: none;
  }
  .lang-toggle span {
    -webkit-font-smoothing: auto;
    width: 11px;
    height: 11px;
    line-height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 0;
    color: transparent;
    background-image: url("./img/down-arrow-small-dark.svg");
    -webkit-background-size: 6px 4px;
    background-size: 6px 4px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
    background-color: #94b9cc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transition: background-color 0.25s, color 0.25s;
    -moz-transition: background-color 0.25s, color 0.25s;
    -webkit-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
    overflow: hidden;
    text-indent: -9999px;
  }
  .lang-toggle.active span {
    background-color: transparent !important;
    color: #94b9cc !important;
    font-size: 10px;
    line-height: 10px;
  }
  body.menu-open .menu-toggle {
    color: #94b9cc !important;
  }
  body.menu-open .menu-toggle span {
    background: #94b9cc !important;
  }
  body.menu-open .menu-toggle span:before,
  body.menu-open .menu-toggle span:after {
    background: #94b9cc !important;
  }
  body.menu-open .menu-toggle.active span {
    background: transparent !important;
  }
  body.menu-open .lang-toggle {
    color: #94b9cc !important;
  }
  body.menu-open .lang-toggle span {
    background-color: #94b9cc !important;
    background-image: url("./img/down-arrow-small-dark.svg") !important;
    color: #17394d !important;
  }
  body.menu-open .lang-toggle.active span {
    background-color: transparent !important;
    color: #94b9cc !important;
    text-indent: 0px;
    background-image: none;
    overflow: visible;
  }
}
@media (max-width: 1150px) {
  .nav .page-nav.desktop .top-level {
    text-align: right;
  }
  .nav .page-nav.desktop .top-level .menu .menu-item {
    margin: 0 15px;
  }
  .nav.dark .page-nav.desktop .top-level {
    text-align: center;
  }
  .nav.dark .page-nav.desktop .top-level .menu .menu-item {
    margin: 0 40px;
  }
}
@media (min-width: 1400px) {
  .nav .page-nav.desktop .top-level .home-link {
    left: 45px;
    font-size: 26px;
  }
  .menu-toggle {
    margin-right: 45px;
  }
  .nav-overlay .home-link {
    padding-right: 45px;
  }
  .nav-overlay .home-link:after {
    right: 45px;
  }
  .nav-overlay .menu .menu-item {
    font-size: 19px;
    padding: 0 45px;
  }
}
.one-year-on-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  background-image: url("./img/watercolour-1.jpg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.one-year-on-wrapper .hero-section img {
  opacity: 0;
}
.one-year-on-wrapper .hero-section h1,
.one-year-on-wrapper .hero-section h3 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.one-year-on-wrapper .hero-section:after {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.one-year-on-wrapper .downloads,
.one-year-on-wrapper .get-involved-section {
  opacity: 0;
}
.supermarket-scorecard {
  text-align: center;
  border-top: 1px solid rgba(23,58,79,0.13);
  border-bottom: 1px solid rgba(23,58,79,0.13);
  padding: 5em 0;
}
.supermarket-scorecard .content-wrapper {
  padding: 0 30px;
}
.supermarket-scorecard .content-wrapper h2 {
  margin-top: 0;
}
.flags-container {
  padding-top: 2em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.flags-container a {
  display: flex;
  width: 90px;
  height: 67px;
  align-items: center;
  justify-content: center;
  margin: 2em 1em;
  flex-basis: 33%;
}
@media (min-width: 1240px) {
  .flags-container a {
    flex-basis: auto;
  }
}
@media (min-width: 1240px) {
  .flags-container a {
    margin: 2em 2em;
  }
}
#gb-flag {
  background: url("img/gb-flag.png");
  width: 90px;
  height: 67px;
}
#swiss-flag {
  background: url("img/swiss-flag.svg");
  width: 90px;
  height: 67px;
}
#german-flag {
  background: url("img/german-flag.svg");
  width: 90px;
  height: 67px;
}
#austrian-flag {
  background: url("img/austria-flag.svg");
  width: 90px;
  height: 67px;
}
#spanish-flag {
  background: url("img/spanish-flag.svg");
  width: 90px;
  height: 67px;
}
#french-flag {
  background: url("img/french-flag.svg");
  width: 90px;
  height: 67px;
}
.where-we-are {
  display: flex;
  padding: 1em 0;
  align-items: center;
  flex-direction: column;
}
.where-we-are .content-wrapper {
  text-align: center;
  margin: 0 30px;
}
@media (min-width: 768px) {
  .where-we-are .content-wrapper {
    width: 80%;
  }
}
@media (min-width: 1240px) {
  .where-we-are .content-wrapper {
    width: 60%;
  }
}
.where-we-are h2,
.where-we-are h1 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
.where-we-are h2:after,
.where-we-are h1:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.where-we-are p {
  font-weight: 300;
}
.where-we-are h2 {
  margin-top: 100px;
}
.where-we-are-list {
  display: block;
  text-align: center;
}
.where-we-are-list .recommendation-icon {
  width: auto;
  height: auto;
  max-width: 75px;
  margin: 30px auto 0;
}
.where-we-are-list h3 {
  text-align: center;
  padding: 0 30px;
  margin: 10px auto 0;
}
.where-we-are-list > ul {
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: left;
}
.where-we-are-list > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
}
.where-we-are-list > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.where-we-are-list hr {
  width: auto;
  padding: 0;
  margin: 0 20px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#where-we-are-tabs {
  display: none;
  padding: 0 100px;
  max-width: 1155px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  justify-content: center;
}
#where-we-are-tabs ul.ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}
#where-we-are-tabs ul.ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  width: 16.666%;
  float: left;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  opacity: 0.3;
  margin: 0;
  text-align: center;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#where-we-are-tabs ul.ui-tabs-nav li.ui-state-active {
  opacity: 1;
}
#where-we-are-tabs ul.ui-tabs-nav li.ui-state-active:hover {
  opacity: 1;
}
#where-we-are-tabs ul.ui-tabs-nav li:hover {
  opacity: 0.6;
}
#where-we-are-tabs ul.ui-tabs-nav li a {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none;
  color: #fff;
}
#where-we-are-tabs ul.ui-tabs-nav li img {
  width: auto;
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  object-fit: contain;
  height: auto;
  max-height: 75px;
  margin: 0 auto;
}
#where-we-are-tabs ul.ui-tabs-nav li h3 {
  white-space: pre-wrap;
  font-size: 24px;
  line-height: 26px;
  margin: 20px auto 0;
}
#where-we-are-tabs .tab-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 35px;
  margin: 30px 20px 50px;
}
#where-we-are-tabs .tab-content > img {
  width: 450px;
}
#where-we-are-tabs .tab-content > ul {
  width: calc(100% - 450px);
  margin: 0 0 0;
  padding: 0 30px 0 50px;
  text-align: left;
}
#where-we-are-tabs .tab-content > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
#where-we-are-tabs .tab-content > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
@media (min-width: 768px) {
  body.translate-spanish .get-involved-section .video-share .share-buttons .button {
    font-size: 0.85rem;
  }
  .get-involved-section .column {
    margin-bottom: 0;
  }
  .get-involved-section .column h3 {
    margin: 50px auto 20px;
    font-size: 29px;
  }
  .get-involved-section .column .button {
    width: auto;
    margin-bottom: 0;
  }
  .get-involved-section .video-share {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  .get-involved-section .video-share .video-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  .get-involved-section .video-share .share-buttons {
    width: calc(380px - 170px);
    float: left;
  }
  .get-involved-section .video-share .share-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 45px 0 20px;
  }
  .get-involved-section .video-share .share-buttons .button:after {
    line-height: 43px;
  }
  .where-we-are-list {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
  .where-we-are-list h3 {
    padding: 0;
    margin: 20px auto 0;
  }
  .where-we-are-list > ul li {
    font-size: 21px;
    line-height: 26px;
    padding-left: 30px;
  }
  .where-we-are-list > ul li:before {
    top: 4px;
  }
  .where-we-are-list hr {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  body.page-what-can-you-do,
  body.page-template-what-can-you-do {
    background-image: url("./img/watercolour-3.png");
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: right 960px;
    background-repeat: no-repeat;
  }
  .get-involved-section .column {
    width: 50%;
    float: left;
    padding: 100px;
  }
  .get-involved-section .column:last-of-type {
    position: relative;
  }
  .get-involved-section .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  .get-involved-section .column h3 {
    margin: 70px auto 20px;
  }
  .where-we-are-list {
    display: none;
  }
  #where-we-are-tabs {
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(23,58,79,0.13);
  }
  #where-we-are-tabs .tab-content {
    margin-top: 0;
  }
  #where-we-are-tabs .ui-tabs-nav {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: stretch;
    flex-direction: row;
    justify-content: center;
    cursor: -webkit-args;
    cursor: -moz-args;
    cursor: pointer;
  }
  #where-we-are-tabs .ui-tabs-tab {
    padding-bottom: 55px;
    padding-top: 30px;
    position: relative;
  }
  #where-we-are-tabs .ui-tabs-tab a {
    text-decoration: none;
  }
  #where-we-are-tabs .ui-tabs-tab:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: 0;
    border-bottom: 0;
    background: #110619;
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  #where-we-are-tabs .ui-tabs-tab.ui-tabs-active:after {
    opacity: 1;
  }
}
.facts-slider {
  width: 100vw;
  position: relative;
  margin: 80px 0;
}
@media (min-width: 768px) {
  .facts-slider {
    margin: 150px 0;
  }
}
@media (min-width: 1240px) {
  .facts-slider {
    margin: 40px 0;
  }
}
.facts-slider__hidden {
  overflow: hidden;
}
.facts-slider__wrapper {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.facts-slider__slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  opacity: 0.3;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-align: center;
  height: inherit;
  position: relative;
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: url("img/cursor-slide.png");
}
@media (min-width: 768px) {
  .facts-slider__slide {
    width: 65%;
    padding: 0 5%;
  }
}
@media (min-width: 1240px) {
  .facts-slider__slide {
    width: 55%;
    padding: 0 10%;
  }
}
.facts-slider__slide a {
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: url("img/cursor-slide.png");
}
.facts-slider__slide .tile {
  width: 100%;
  height: 100%;
  --theme: var(--color-secondary);
  border: 1px solid var(--grey);
}
.facts-slider__slide:nth-child(odd) .tile {
  --tile-primary: var(--white);
  --tile-secondary: var(--black);
  --theme: var(--black);
}
.facts-slider__slide.swiper-slide-active {
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  display: none;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: -webkit-args;
  cursor: -moz-args;
  cursor: pointer;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: inline-block;
  }
}
.swiper-button-next {
  right: 15%;
}
@media (min-width: 1240px) {
  .swiper-button-next {
    right: 25%;
  }
}
.swiper-button-prev {
  left: 15%;
}
@media (min-width: 1240px) {
  .swiper-button-prev {
    left: 25%;
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("./img/swiper-prev.svg");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("./img/swiper-next.svg");
}
.download-report {
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 1240px) {
  .download-report {
    margin-top: 150px;
  }
}
.download-report h2,
.download-report h1 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding: 0 15%;
  z-index: 1;
}
@media (min-width: 1240px) {
  .download-report h2,
  .download-report h1 {
    padding: 0 32.5%;
  }
}
.download-report h2:after,
.download-report h1:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
body.loaded main.page-wrapper .hero-section.supermarket-hero img {
  opacity: 0.8;
}
body.loaded main.page-wrapper .hero-section img {
  opacity: 1;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.loaded main.page-wrapper .hero-section h1 {
  max-width: 1000px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  -moz-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  -webkit-transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.4s 0.3s;
}
body.loaded main.page-wrapper .hero-section h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  -moz-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  -webkit-transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
  transition: opacity 0.5s 0.6s, transform 0.4s 0.6s;
}
body.loaded main.page-wrapper .hero-section:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -o-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  -moz-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  -webkit-transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
  transition: opacity 0.5s 0.9s, transform 0.4s 0.9s;
}
body.loaded main.page-wrapper .downloads,
body.loaded main.page-wrapper .get-involved-section,
body.loaded main.page-wrapper .scorecard-video-flag {
  opacity: 1;
  -o-transition: opacity 0.5s 1.2s;
  -moz-transition: opacity 0.5s 1.2s;
  -webkit-transition: opacity 0.5s 1.2s;
  transition: opacity 0.5s 1.2s;
}
main.page-wrapper {
  display: block;
  padding-top: 100px;
  background-image: url("./img/watercolour-1.jpg");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
main.page-wrapper .hero-section img {
  opacity: 0;
}
main.page-wrapper .hero-section h1,
main.page-wrapper .hero-section h3 {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
main.page-wrapper .hero-section:after {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
main.page-wrapper .downloads,
main.page-wrapper .get-involved-section {
  opacity: 0;
}
#scorecard-video {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  object-fit: cover;
}
#scorecard-video.scorecard-video--with-flag {
  padding-top: 25px;
}
.scorecard-video-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 0;
  opacity: 0;
}
.scorecard-video-flag img,
.scorecard-video-flag h4 {
  display: inline-block;
}
.scorecard-video-flag img {
  width: 40px;
  height: auto;
  margin-right: 20px;
}
.scorecard-video-flag h4 {
  margin: 0;
}
.scorecard-video-flag--first {
  padding: 100px 20px 0;
}
#scorecard-video-image {
  display: block;
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
}
#scorecard-video-image.scorecard-video--with-flag {
  margin-top: 25px;
}
.supermarket-scorecard-download {
  padding: 0 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.supermarket-scorecard-download h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
.supermarket-scorecard-download h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.supermarket-scorecard-download .download {
  list-style: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 30px;
  text-align: left;
}
.supermarket-scorecard-download .download .download-image {
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.15);
  float: left;
}
.supermarket-scorecard-download .download .download-info {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 15px;
  padding-right: 10px;
  float: left;
}
.supermarket-scorecard-download .download a {
  display: block;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  text-decoration: none;
  background-color: transparent;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
.supermarket-scorecard-download .download a:hover {
  background-color: rgba(255,255,255,0.03);
}
.supermarket-scorecard-download .download a:visited h3,
.supermarket-scorecard-download .download a:visited h4 {
  color: rgba(255,255,255,0.5);
}
.supermarket-scorecard-download .download p {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0;
  letter-spacing: 0.1em;
}
.supermarket-scorecard-download .download h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 12px 0 5px;
  font-weight: 500;
  color: inherit;
}
.supermarket-scorecard-download .download h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 5px;
  color: inherit;
}
.supermarket-scorecard-download .download .icon {
  display: inline-block;
  color: inherit;
  font-size: 0.8em;
  line-height: inherit;
  vertical-align: middle;
  font-family: 'fiascons' !important;
  text-transform: none;
  -webkit-font-smoothing: auto;
  margin-left: 2px;
}
.supermarket-columns {
  padding: 50px 20px;
}
.supermarket-columns p,
.supermarket-columns ol,
.supermarket-columns ul {
  font-size: 1.1em;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.supermarket-columns .columns {
  max-width: 1280px;
  margin: 0 auto;
}
.supermarket-columns .column {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.supermarket-columns .column img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 40px;
}
.supermarket-main-text {
  padding: 50px 20px 120px;
  margin-bottom: 100px;
  position: relative;
}
.supermarket-main-text:after {
  display: block;
  content: "";
  width: 28px;
  height: 17px;
  background-image: url("./img/chevron--light.svg");
  -webkit-background-size: 28px 17px;
  background-size: 28px 17px;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -14px;
}
.supermarket-main-text h2,
.supermarket-main-text h3,
.supermarket-main-text h4,
.supermarket-main-text h5,
.supermarket-main-text p,
.supermarket-main-text ol,
.supermarket-main-text ul {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.supermarket-main-text p,
.supermarket-main-text ol,
.supermarket-main-text ul {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .supermarket-scorecard-download .download .download-image {
    width: 100px;
    height: 100px;
  }
  .supermarket-scorecard-download .download .download-info {
    width: calc(100% - 100px);
    padding-left: 25px;
  }
  .supermarket-scorecard-download .download a {
    padding: 50px 0;
  }
  .supermarket-scorecard-download .download p {
    font-size: 13px;
  }
  .supermarket-scorecard-download .download h3 {
    font-size: 40px;
    line-height: 44px;
  }
  .supermarket-scorecard-download .download h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 940px) {
  #scorecard-video {
    display: block;
  }
  #scorecard-video-image {
    display: none;
  }
  .supermarket-columns {
    padding: 50px 0;
  }
  .supermarket-columns .columns {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  .supermarket-columns .column {
    width: 33.333%;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .supermarket-columns .column {
    padding: 0 40px;
  }
}
@media (min-width: 1300px) {
  #scorecard-video {
    padding: 50px 0;
  }
  #scorecard-video.scorecard-video--with-flag {
    padding-top: 25px;
  }
  .scorecard-video-flag {
    padding: 50px 0 0;
  }
  .scorecard-video-flag--first {
    padding: 100px 0 0;
  }
  .supermarket-columns .column {
    padding: 0 50px;
  }
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item,
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: opacity 0.5s, transform 0.6s;
  -moz-transition: opacity 0.5s, transform 0.6s;
  -webkit-transition: opacity 0.5s, transform 0.6s;
  transition: opacity 0.5s, transform 0.6s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(1),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(1) {
  transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(2),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(2) {
  transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(3),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(3) {
  transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(4),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(4) {
  transition-delay: 1.35s;
  -moz-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(5),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(5) {
  transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(6),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(6) {
  transition-delay: 1.45s;
  -moz-transition-delay: 1.45s;
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(7),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(7) {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(8),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(8) {
  transition-delay: 1.55s;
  -moz-transition-delay: 1.55s;
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(9),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(9) {
  transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
}
body.page-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(10),
body.page-template-fishingthefeed.loaded #twitter-timeline #ctf .ctf-item:nth-of-type(10) {
  transition-delay: 1.65s;
  -moz-transition-delay: 1.65s;
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
}
#twitter-timeline {
  display: block;
  width: 100%;
  padding: 0 20px 0;
  min-height: 100vh;
  text-align: center;
}
#twitter-timeline .button {
  margin: 0 auto;
}
#twitter-timeline .ctf .fa {
  font: normal normal normal 12px/1 FontAwesome;
}
#twitter-timeline #ctf {
  position: relative;
  overflow: hidden;
}
#twitter-timeline #ctf:after {
  display: block;
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, rgba(17,6,25,0) 0%, #110619 80%);
  background: -webkit-linear-gradient(top, rgba(17,6,25,0) 0%, #110619 80%);
  background: linear-gradient(to bottom, rgba(17,6,25,0) 0%, #110619 80%);
}
#twitter-timeline #ctf .ctf-item {
  width: 100%;
  max-width: 560px;
  position: relative;
  border: none;
  margin: 0 auto 20px;
  padding: 20px 20px 25px;
  border: 1px solid rgba(255,255,255,0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  text-align: left;
}
#twitter-timeline #ctf .ctf-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 15px 0 -56px;
}
#twitter-timeline #ctf .ctf-author-avatar img {
  width: 100%;
  height: auto;
}
#twitter-timeline #ctf .ctf-author-name,
#twitter-timeline #ctf .ctf-author-screenname,
#twitter-timeline #ctf .ctf-screename-sep,
#twitter-timeline #ctf .ctf-tweet-meta {
  font-size: 13px;
  font-weight: 400 !important;
  color: #fff;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
}
#twitter-timeline #ctf .ctf-author-name {
  margin-top: 0;
  margin-left: 0;
}
#twitter-timeline #ctf .ctf-author-name img.emoji {
  width: 11px;
}
#twitter-timeline #ctf .ctf-author-box {
  margin-left: 56px !important;
}
#twitter-timeline #ctf .ctf-tweet-meta a {
  text-decoration: none;
  border: none;
}
#twitter-timeline #ctf .ctf-author-screenname,
#twitter-timeline #ctf .ctf-screename-sep,
#twitter-timeline #ctf .ctf-tweet-meta {
  opacity: 0.5;
}
#twitter-timeline #ctf .ctf-tweet-content {
  margin-top: 15px;
  margin-left: 62px !important;
}
#twitter-timeline #ctf .ctf-context {
  margin-left: 62px !important;
}
#twitter-timeline #ctf p.ctf-tweet-text {
  font-size: 18px;
  line-height: 23px;
}
#twitter-timeline #ctf p.ctf-tweet-text img.emoji {
  width: 15px;
  height: auto;
  margin: 0;
}
#twitter-timeline #ctf .ctf-retweet-icon {
  background-color: rgba(255,255,255,0.1);
}
@media (min-width: 1024px) {
  #twitter-timeline .ctf-tweets,
  #twitter-timeline .ctf-tweet-items {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #twitter-timeline #ctf .ctf-item {
    flex: 0 0 auto;
    width: calc(50% - 30px);
    max-width: none;
    margin: 15px 15px;
    padding: 30px 30px 40px;
  }
}
@media (min-width: 1200px) {
  #twitter-timeline {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  #twitter-timeline {
    max-width: 1200px;
  }
}
body.page-what-can-you-do section,
body.page-template-what-can-you-do section {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.page-what-can-you-do h2,
body.page-template-what-can-you-do h2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
body.page-what-can-you-do h2:after,
body.page-template-what-can-you-do h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./img/watercolour-2.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.get-involved-section .column {
  margin-bottom: 30px;
  padding: 0 20px;
}
.get-involved-section .column:nth-of-type(2) {
  margin-bottom: 0;
}
.get-involved-section .column h3 {
  margin-top: 50px;
  font-size: 24px;
}
.get-involved-section .column p {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.get-involved-section .column #copy-url {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.get-involved-section .column .button {
  width: 100%;
  margin-bottom: 20px;
}
.get-involved-section .video-share .video-thumb {
  display: block;
  margin: 10px auto 25px;
  width: 150px;
  height: 100px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background-image: url("./img/video-share.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recommendations h2 {
  margin-top: 100px;
}
.recommendations-list {
  display: block;
  text-align: center;
}
.recommendations-list .recommendation-icon {
  width: auto;
  height: auto;
  max-width: 75px;
  margin: 30px auto 0;
}
.recommendations-list h3 {
  text-align: center;
  padding: 0 30px;
  margin: 10px auto 0;
}
.recommendations-list > ul {
  margin: 20px 0 0;
  padding: 0 20px;
  text-align: left;
}
.recommendations-list > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 30px;
}
.recommendations-list > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.recommendations-list hr {
  width: auto;
  padding: 0;
  margin: 0 20px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
#recommendations-tabs {
  display: none;
  padding: 0 100px;
  max-width: 1155px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
}
#recommendations-tabs ul.ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: nowrap;
}
#recommendations-tabs ul.ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  width: 16.666%;
  float: left;
  text-align: center;
  border: none;
  background: none;
  color: #fff;
  opacity: 0.3;
  margin: 0;
  text-align: center;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#recommendations-tabs ul.ui-tabs-nav li.ui-state-active {
  opacity: 1;
}
#recommendations-tabs ul.ui-tabs-nav li.ui-state-active:hover {
  opacity: 1;
}
#recommendations-tabs ul.ui-tabs-nav li:hover {
  opacity: 0.6;
}
#recommendations-tabs ul.ui-tabs-nav li a {
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none;
  color: #fff;
}
#recommendations-tabs ul.ui-tabs-nav li img {
  width: auto;
  min-width: 75px;
  max-width: 75px;
  height: auto;
  max-height: 75px;
  margin: 0 auto;
}
#recommendations-tabs ul.ui-tabs-nav li h3 {
  white-space: pre-wrap;
  font-size: 24px;
  line-height: 26px;
  margin: 20px auto 0;
}
#recommendations-tabs .tab-content {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 35px;
  margin: 30px 20px 50px;
}
#recommendations-tabs .tab-content > img {
  width: 450px;
}
#recommendations-tabs .tab-content > ul {
  width: calc(100% - 450px);
  margin: 0 0 0;
  padding: 0 30px 0 50px;
  text-align: left;
}
#recommendations-tabs .tab-content > ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
#recommendations-tabs .tab-content > ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 16px;
  background-image: url("./img/small-chevron.svg");
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}
body.translate-german #recommendations-tabs ul.ui-tabs-nav li h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  body.translate-spanish .get-involved-section .video-share .share-buttons .button {
    font-size: 0.85rem;
  }
  .get-involved-section .column {
    margin-bottom: 0;
  }
  .get-involved-section .column h3 {
    margin: 50px auto 20px;
    font-size: 29px;
  }
  .get-involved-section .column .button {
    width: auto;
    margin-bottom: 0;
  }
  .get-involved-section .video-share {
    display: block;
    margin: 0 auto;
    width: 380px;
  }
  .get-involved-section .video-share .video-thumb {
    float: left;
    margin: 0 20px 0 0;
  }
  .get-involved-section .video-share .share-buttons {
    width: calc(380px - 170px);
    float: left;
  }
  .get-involved-section .video-share .share-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 48px;
    padding: 0 45px 0 20px;
  }
  .get-involved-section .video-share .share-buttons .button:after {
    line-height: 43px;
  }
  .recommendations-list {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendations-list h3 {
    padding: 0;
    margin: 20px auto 0;
  }
  .recommendations-list > ul li {
    font-size: 21px;
    line-height: 26px;
    padding-left: 30px;
  }
  .recommendations-list > ul li:before {
    top: 4px;
  }
  .recommendations-list hr {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  body.page-what-can-you-do,
  body.page-template-what-can-you-do {
    background-image: url("./img/watercolour-3.png");
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: right 960px;
    background-repeat: no-repeat;
  }
  .get-involved-section .column {
    width: 50%;
    float: left;
    padding: 100px;
  }
  .get-involved-section .column:last-of-type {
    position: relative;
  }
  .get-involved-section .column:last-of-type:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -1px;
    background-color: rgba(255,255,255,0.06);
  }
  .get-involved-section .column h3 {
    margin: 70px auto 20px;
  }
  .recommendations-list {
    display: none;
  }
  #recommendations-tabs {
    display: block;
  }
  #recommendations-tabs .tab-content {
    margin-top: 0;
  }
  #recommendations-tabs .ui-tabs-nav {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: stretch;
    flex-direction: row;
    cursor: -webkit-args;
    cursor: -moz-args;
    cursor: pointer;
  }
  #recommendations-tabs .ui-tabs-tab {
    padding-bottom: 25px;
  }
  #recommendations-tabs .ui-tabs-tab:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    left: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: 0;
    border-bottom: 0;
    background: #110619;
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  #recommendations-tabs .ui-tabs-tab.ui-tabs-active:after {
    opacity: 1;
  }
}
