@charset "UTF-8";
/* ==================== */
/* ==================== */
/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* Mobile first */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* line 24, ../sass/_base.scss */
html {
  box-sizing: border-box;
  font-size: 16px;
}

/* line 29, ../sass/_base.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 35, ../sass/_base.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
/* line 87, ../sass/_base.scss */
.label, .hero-image__overlay__label, .hero-image h2, .panels__intro h1, .panels__intro h2, .panels__intro h3, .panels__intro h4, .text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5, .awards h5, .page-header__label, .jobs h1, .logos h1, .people h1, .sign-up-form h1, .post-list .post-category, .holder--post > header p, [role="contentinfo"] h5, html, .password-form input, #show-hide button {
  font-family: "Open Sans", sans-serif;
}

/* line 91, ../sass/_base.scss */
.text-block .title--large, .page-header h1, h1,
h2,
h3,
h4,
h5,
h6, nav li, blockquote p, .feature-fact {
  font-family: "Whitney SSm A", "Whitney SSm B","Open Sans", sans-serif;
}

/* line 96, ../sass/_base.scss */
.holder:after, .person:after {
  content: "";
  display: table;
  clear: both;
}

/* line 112, ../sass/_base.scss */
.holder {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 119, ../sass/_base.scss */
nav ul, .panels--alt ul, .logos ul, .gallery ul, .filters, .footer-notes ul, .footnotes-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 136, ../sass/_base.scss */
.btn, .btn--alt, .btn--alt2, .text-block--grey .btn, .text-block--blue .btn, .text-block--dark .btn, .text-block--custom .btn, .page-header__link a, .page-header a {
  text-transform: uppercase;
  text-decoration: none;
  color: #00aef0;
  border-width: 3px;
  border-style: solid;
  border-color: #00aef0;
  display: inline-block;
  padding: 1.1em 2.9em;
  cursor: pointer;
  background: transparent;
}
/* line 149, ../sass/_base.scss */
.btn:hover, .btn--alt:hover, .btn--alt2:hover, .page-header__link a:hover, .page-header a:hover {
  background: #00aef0;
  color: #fff;
}

/* line 156, ../sass/_base.scss */
.btn--alt, .text-block--grey .btn, .page-header a {
  color: #21262c;
  border: 3px solid #21262c;
}
/* line 160, ../sass/_base.scss */
.btn--alt:hover, .text-block--grey .btn:hover, .page-header a:hover {
  background: #21262c;
  color: #fff;
}

/* line 167, ../sass/_base.scss */
.btn--alt2, .text-block--blue .btn, .text-block--dark .btn, .text-block--custom .btn, .page-header__link a {
  color: #fff;
  border: 3px solid #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}
/* line 175, ../sass/_base.scss */
.btn--alt2:hover, .text-block--blue .btn:hover, .text-block--dark .btn:hover, .text-block--custom .btn:hover, .page-header__link a:hover {
  background: #fff;
  color: #21262c;
}

/* line 199, ../sass/_base.scss */
.label, .hero-image__overlay__label, .hero-image h2, .panels__intro h1, .panels__intro h2, .panels__intro h3, .panels__intro h4, .text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5, .awards h5, .page-header__label, .jobs h1, .logos h1, .people h1, .sign-up-form h1, .post-list .post-category, .holder--post > header p, [role="contentinfo"] h5 {
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 2vw;
}
@media (max-width: 850px) {
  /* line 199, ../sass/_base.scss */
  .label, .hero-image__overlay__label, .hero-image h2, .panels__intro h1, .panels__intro h2, .panels__intro h3, .panels__intro h4, .text-block h1,
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5, .awards h5, .page-header__label, .jobs h1, .logos h1, .people h1, .sign-up-form h1, .post-list .post-category, .holder--post > header p, [role="contentinfo"] h5 {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  /* line 199, ../sass/_base.scss */
  .label, .hero-image__overlay__label, .hero-image h2, .panels__intro h1, .panels__intro h2, .panels__intro h3, .panels__intro h4, .text-block h1,
  .text-block h2,
  .text-block h3,
  .text-block h4,
  .text-block h5, .awards h5, .page-header__label, .jobs h1, .logos h1, .people h1, .sign-up-form h1, .post-list .post-category, .holder--post > header p, [role="contentinfo"] h5 {
    font-size: 24px;
  }
}

/* line 207, ../sass/_base.scss */
.text-block .title--large, .page-header h1 {
  font-size: 72px;
  font-size: 5.8vw;
  text-transform: uppercase;
  max-width: 920px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 800;
}
@media (max-width: 655.17241px) {
  /* line 207, ../sass/_base.scss */
  .text-block .title--large, .page-header h1 {
    font-size: 38px;
  }
}
@media (min-width: 1379.31034px) {
  /* line 207, ../sass/_base.scss */
  .text-block .title--large, .page-header h1 {
    font-size: 80px;
  }
}

/* line 217, ../sass/_base.scss */
.label {
  font-size: 18px;
  font-size: 2vw;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  /* line 217, ../sass/_base.scss */
  .label {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  /* line 217, ../sass/_base.scss */
  .label {
    font-size: 18px;
  }
}

/* line 223, ../sass/_base.scss */
.panel__text a, .post-list .post-summary .posted-on + a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6vw;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 875px) {
  /* line 223, ../sass/_base.scss */
  .panel__text a, .post-list .post-summary .posted-on + a {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 223, ../sass/_base.scss */
  .panel__text a, .post-list .post-summary .posted-on + a {
    font-size: 16px;
  }
}
/* line 228, ../sass/_base.scss */
.panel__text a:hover, .post-list .post-summary .posted-on + a:hover {
  text-decoration: none;
}

/* ------------------------------------------- */
/* -- Mixins */
/* ------------------------------------------- */
/* https://gist.github.com/taupecat/4090271 */
/* Usage:
div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 }
 */
/* Aspect ratio */
/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* line 288, ../sass/_base.scss */
* {
  box-sizing: border-box;
}

/* line 294, ../sass/_base.scss */
.chromeframe {
  position: absolute;
  top: 0;
  padding: 20px;
  background: #fff;
  color: #666;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* -------------------------------------------------------------------------------*/
/* line 320, ../sass/_base.scss */
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/* line 325, ../sass/_base.scss */
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/* line 331, ../sass/_base.scss */
a:link {
  -webkit-tap-highlight-color: #333;
}

/* Basics
---------------------------------- */
/* line 338, ../sass/_base.scss */
html {
  background-color: #21262c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 345, ../sass/_base.scss */
body {
  font-size: 16px;
  font-size: 1.6vw;
  color: #252525;
}
@media (max-width: 875px) {
  /* line 345, ../sass/_base.scss */
  body {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 345, ../sass/_base.scss */
  body {
    font-size: 16px;
  }
}

/* line 350, ../sass/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  margin: 0 0 15px 0;
}

/* line 361, ../sass/_base.scss */
h1 {
  letter-spacing: -1px;
  line-height: 130%;
}

/* line 366, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 372, ../sass/_base.scss */
main ul {
  margin-left: 45px;
}
/* line 374, ../sass/_base.scss */
main ul li {
  padding-left: 20px;
}

/* line 379, ../sass/_base.scss */
p {
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 379, ../sass/_base.scss */
  p {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 379, ../sass/_base.scss */
  p {
    font-size: 16px;
  }
}

/* line 393, ../sass/_base.scss */
section {
  padding: 30px 0;
  background-color: #fff;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 43.75em) {
  /* line 393, ../sass/_base.scss */
  section {
    padding: 60px 0;
  }
}

/* line 411, ../sass/_base.scss */
section:not(.hero-image) {
  z-index: 2;
}

/* line 415, ../sass/_base.scss */
a {
  text-decoration: none;
}

/* line 428, ../sass/_base.scss */
main article p a,
main article li a,
main .panel__text a,
main a.more {
  position: relative;
}
/* line 434, ../sass/_base.scss */
main article p a::after,
main article li a::after,
main .panel__text a::after,
main a.more::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #00aef0;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}
/* line 445, ../sass/_base.scss */
main article p a:hover::after,
main article li a:hover::after,
main .panel__text a:hover::after,
main a.more:hover::after {
  content: none;
}

/* line 451, ../sass/_base.scss */
main {
  background: #fff;
}

/* line 455, ../sass/_base.scss */
main p,
main li {
  line-height: 170%;
}

/* line 460, ../sass/_base.scss */
main p + p {
  margin-top: 30px;
}

/* line 464, ../sass/_base.scss */
main li + li {
  margin-top: 7.5px;
}

/* line 468, ../sass/_base.scss */
main ul {
  margin-top: 30px;
}
/* line 470, ../sass/_base.scss */
main ul + * {
  margin-top: 30px;
}

/* line 475, ../sass/_base.scss */
.note {
  font-size: 12px;
}

/* line 479, ../sass/_base.scss */
.holder {
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 43.75em) {
  /* line 479, ../sass/_base.scss */
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* ---------- */
/* line 497, ../sass/_base.scss */
body [class*="--blue"] {
  background-color: #00aef0;
}
/* line 502, ../sass/_base.scss */
body [class*="--blue"] .btn {
  color: #fff;
  border-color: #fff;
}
/* line 506, ../sass/_base.scss */
body [class*="--blue"] .btn:hover {
  background-color: #fff;
  color: #00aef0;
}
/* line 512, ../sass/_base.scss */
body [class*="--blue"] [class*="footer-notes"] .social svg path {
  fill: #00aef0;
}

/* line 519, ../sass/_base.scss */
body [class*="--grey"] {
  background-color: #f4f4f4;
  color: #252525;
}
/* line 525, ../sass/_base.scss */
body [class*="--grey"] [class*="footer-notes"] .social svg path {
  fill: #f4f4f4;
}

/* line 540, ../sass/_base.scss */
body [class*="--white"] {
  background-color: #fff;
  color: #252525;
}
/* line 546, ../sass/_base.scss */
body [class*="--white"] [class*="footer-notes"] .social svg path {
  fill: #ccc;
}

/* line 561, ../sass/_base.scss */
body [class*="--dark"] {
  background-color: #111;
}
/* line 566, ../sass/_base.scss */
body [class*="--dark"] [class*="footer-notes"] .social svg path {
  fill: #111;
}
/* line 570, ../sass/_base.scss */
body [class*="--dark"] .btn {
  color: #fff;
  border-color: #fff;
}
/* line 574, ../sass/_base.scss */
body [class*="--dark"] .btn:hover {
  background-color: #fff;
  color: #111;
}

/* line 584, ../sass/_base.scss */
.holder[style*="color"] * {
  color: inherit;
  border-color: inherit;
}

/* Links
================================= */
/* line 616, ../sass/_base.scss */
a {
  color: #00aef0;
}

/* line 620, ../sass/_base.scss */
a:hover {
  color: #00aef0;
}

/* line 624, ../sass/_base.scss */
a.more {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* ---------- */
/* line 647, ../sass/_base.scss */
address {
  font-style: normal;
}

/* line 651, ../sass/_base.scss */
.fixed {
  position: fixed;
}

/* line 655, ../sass/_base.scss */
cite {
  display: block;
}

/* line 659, ../sass/_base.scss */
.dashlink {
  font-size: 14px !important;
}

/* line 665, ../sass/_base.scss */
.video-background {
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
/* line 678, ../sass/_base.scss */
.video-background--mobile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 685, ../sass/_base.scss */
.desktop .video-background {
  position: fixed;
}

/* line 689, ../sass/_base.scss */
.video-foreground,
.video-background iframe,
.video-background video {
  position: absolute;
  pointer-events: none;
  top: -60%;
  height: 210%;
  left: -60%;
  width: 210%;
}
@media (min-width: 34.375em) {
  /* line 689, ../sass/_base.scss */
  .video-foreground,
  .video-background iframe,
  .video-background video {
    top: -30%;
    height: 160%;
    left: -30%;
    width: 160%;
  }
}
@media (min-width: 48.125em) {
  /* line 689, ../sass/_base.scss */
  .video-foreground,
  .video-background iframe,
  .video-background video {
    top: -20%;
    height: 140%;
    left: -20%;
    width: 140%;
  }
}
@media (min-width: 61.25em) {
  /* line 689, ../sass/_base.scss */
  .video-foreground,
  .video-background iframe,
  .video-background video {
    top: -10%;
    height: 120%;
    left: -10%;
    width: 120%;
  }
}

/* line 727, ../sass/_base.scss */
.panels__intro p:first-of-type,
.page-template-page-builder .large-intro .text-block__col-1 p:first-of-type,
.logos__intro p:first-of-type {
  font-weight: 300;
  font-size: 28px;
  font-size: 2vw;
}
@media (max-width: 1050px) {
  /* line 727, ../sass/_base.scss */
  .panels__intro p:first-of-type,
  .page-template-page-builder .large-intro .text-block__col-1 p:first-of-type,
  .logos__intro p:first-of-type {
    font-size: 21px;
  }
}
@media (min-width: 1400px) {
  /* line 727, ../sass/_base.scss */
  .panels__intro p:first-of-type,
  .page-template-page-builder .large-intro .text-block__col-1 p:first-of-type,
  .logos__intro p:first-of-type {
    font-size: 28px;
  }
}

/* line 734, ../sass/_base.scss */
.all-links {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6vw;
  z-index: 5;
  letter-spacing: 1px;
  font-weight: 700;
}
/* line 736, ../sass/_base.scss */
.desktop .all-links {
  position: fixed;
}
@media (max-width: 875px) {
  /* line 734, ../sass/_base.scss */
  .all-links {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 734, ../sass/_base.scss */
  .all-links {
    font-size: 16px;
  }
}
/* line 751, ../sass/_base.scss */
.all-links svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
/* line 759, ../sass/_base.scss */
.all-links svg * {
  fill: #fff;
  stroke: #fff;
  transition: fill 0.5s ease, stroke 0.5s ease;
}
/* line 764, ../sass/_base.scss */
.light .all-links svg * {
  fill: #111;
  stroke: #111;
}
/* line 780, ../sass/_base.scss */
.all-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  transition: color 0.5s ease;
  min-height: 30px;
}
/* line 786, ../sass/_base.scss */
.light .all-links a {
  color: #111;
}
/* line 801, ../sass/_base.scss */
.all-links a:hover {
  opacity: 0.7;
}

/* line 810, ../sass/_base.scss */
.tint {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 101%;
  z-index: 1;
  background-color: #111;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes fadeOutDown__small {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.6);
            transform: translateY(20px) scale(0.6);
  }
}
@keyframes fadeOutDown__small {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.6);
            transform: translateY(20px) scale(0.6);
  }
}
/* line 868, ../sass/_base.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* line 875, ../sass/_base.scss */
.remove {
  -webkit-animation: fadeOutDown__small 1s both;
          animation: fadeOutDown__small 1s both;
}
@media (min-width: 43.75em) {
  /* line 875, ../sass/_base.scss */
  .remove {
    -webkit-animation: fadeOutDown 1s both;
            animation: fadeOutDown 1s both;
  }
}

/* line 916, ../sass/_base.scss */
.nav-trigger svg {
  fill: #111;
}

/* line 921, ../sass/_base.scss */
main.page-template-default {
  padding: 60px 0;
}
/* line 924, ../sass/_base.scss */
main.page-template-default h1 {
  font-size: 32px;
  font-size: 2.2vw;
}
@media (max-width: 818.18182px) {
  /* line 924, ../sass/_base.scss */
  main.page-template-default h1 {
    font-size: 18px;
  }
}
@media (min-width: 1454.54545px) {
  /* line 924, ../sass/_base.scss */
  main.page-template-default h1 {
    font-size: 32px;
  }
}
@media (min-width: 43.75em) {
  /* line 929, ../sass/_base.scss */
  main.page-template-default article {
    width: 75%;
  }
}

/* line 936, ../sass/_base.scss */
.slideshare-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
}

/* line 946, ../sass/_base.scss */
.slideshare-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0 !important;
}

/* line 959, ../sass/_base.scss */
article.post * + h2,
article.post * + h3,
article.post * + h4,
article.post * + h5,
.text-block * + h2,
.text-block * + h3,
.text-block * + h4,
.text-block * + h5 {
  margin-top: 30px;
}

/* line 967, ../sass/_base.scss */
table {
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 30px 0 !important;
}
/* line 973, ../sass/_base.scss */
table td {
  border: 0;
  padding: 8px;
  border-bottom: 1px #666 solid;
  vertical-align: top;
}
/* line 980, ../sass/_base.scss */
table tr {
  border-bottom: 1px #666 solid;
  padding-bottom: 25px;
}

/* line 3, ../sass/_forms.scss */
footer form {
  border-bottom: 1px #fff solid;
  padding: 15px 0;
}
/* line 8, ../sass/_forms.scss */
footer input {
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 0;
  font-size: 16px;
  padding: 8px;
  color: #fff;
  width: 35%;
  min-width: 200px;
}
/* line 19, ../sass/_forms.scss */
footer [type="email"] {
  padding: 8px 8px 8px 0;
  outline: none;
}
/* line 24, ../sass/_forms.scss */
footer [type="submit"] {
  float: right;
  width: auto;
  border: 0;
  min-width: inherit;
  background: #00aef0;
  padding: 8px 20px;
  cursor: pointer;
}
/* line 35, ../sass/_forms.scss */
footer [type="submit"]:hover {
  opacity: 0.9;
}

/* line 47, ../sass/_forms.scss */
.password-form {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 52, ../sass/_forms.scss */
.password-form p + p {
  margin-top: 0;
}
/* line 56, ../sass/_forms.scss */
.password-form form > * {
  margin-bottom: 20px;
}
/* line 60, ../sass/_forms.scss */
.password-form input {
  height: 54px;
}
/* line 69, ../sass/_forms.scss */
.password-form input:not([type="submit"]) {
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  padding: 10px;
}
/* line 76, ../sass/_forms.scss */
.password-form [type="password"] {
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 20px 0;
}
/* line 83, ../sass/_forms.scss */
.password-form [type="submit"] {
  width: auto;
  border: 0;
  min-width: inherit;
  background: #00aef0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 98, ../sass/_forms.scss */
.password-form [type="submit"]:hover {
  opacity: 0.9;
}

/* Magnific Popup CSS */
/* @import "settings"; */
/* line 77, ../sass/_magnific.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 94, ../sass/_magnific.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 106, ../sass/_magnific.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 121, ../sass/_magnific.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 132, ../sass/_magnific.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 139, ../sass/_magnific.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 149, ../sass/_magnific.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 70%;
  cursor: auto;
  background: #FFF;
  padding: 10%;
  margin-top: 35px;
}

/* line 162, ../sass/_magnific.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 166, ../sass/_magnific.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

/* line 172, ../sass/_magnific.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 179, ../sass/_magnific.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 184, ../sass/_magnific.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 195, ../sass/_magnific.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 214, ../sass/_magnific.scss */
.mfp-hide {
  display: none !important;
}

/* line 225, ../sass/_magnific.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 235, ../sass/_magnific.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 237, ../sass/_magnific.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 245, ../sass/_magnific.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 252, ../sass/_magnific.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 259, ../sass/_magnific.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
/* line 273, ../sass/_magnific.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 281, ../sass/_magnific.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 299, ../sass/_magnific.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 304, ../sass/_magnific.scss */
.mfp-close:active {
  top: 1px;
}

/* line 309, ../sass/_magnific.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 315, ../sass/_magnific.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 325, ../sass/_magnific.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

/* line 336, ../sass/_magnific.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 346, ../sass/_magnific.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 349, ../sass/_magnific.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 353, ../sass/_magnific.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 369, ../sass/_magnific.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 377, ../sass/_magnific.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 385, ../sass/_magnific.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 388, ../sass/_magnific.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 393, ../sass/_magnific.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 400, ../sass/_magnific.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 402, ../sass/_magnific.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 407, ../sass/_magnific.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 418, ../sass/_magnific.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 421, ../sass/_magnific.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 426, ../sass/_magnific.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 430, ../sass/_magnific.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 435, ../sass/_magnific.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 455, ../sass/_magnific.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 470, ../sass/_magnific.scss */
.mfp-figure {
  line-height: 0;
}
/* line 472, ../sass/_magnific.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 486, ../sass/_magnific.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 493, ../sass/_magnific.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 501, ../sass/_magnific.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 510, ../sass/_magnific.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 517, ../sass/_magnific.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 530, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 535, ../sass/_magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 539, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  /* line 541, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 545, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 550, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 560, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 564, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 568, ../sass/_magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 588, ../sass/_magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 592, ../sass/_magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 596, ../sass/_magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 600, ../sass/_magnific.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 612, ../sass/_magnific.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 615, ../sass/_magnific.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 622, ../sass/_magnific.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 625, ../sass/_magnific.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 628, ../sass/_magnific.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Simple fade transition
 */
/* line 641, ../sass/_magnific.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* line 647, ../sass/_magnific.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 650, ../sass/_magnific.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 654, ../sass/_magnific.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* line 660, ../sass/_magnific.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 663, ../sass/_magnific.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* http://kenwheeler.github.io/slick/ */
/* Slider */
/* line 3, ../sass/_slider.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 19, ../sass/_slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/_slider.scss */
.slick-list:focus {
  outline: none;
}

/* line 29, ../sass/_slider.scss */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* line 32, ../sass/_slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 37, ../sass/_slider.scss */
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 45, ../sass/_slider.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 51, ../sass/_slider.scss */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, ../sass/_slider.scss */
.slick-track:after {
  clear: both;
}

/* line 59, ../sass/_slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/_slider.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 69, ../sass/_slider.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 72, ../sass/_slider.scss */
.slick-slide img {
  display: block;
}

/* line 75, ../sass/_slider.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 78, ../sass/_slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 81, ../sass/_slider.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 84, ../sass/_slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 87, ../sass/_slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
/* line 94, ../sass/_slider.scss */
.slick-prev,
.slick-next {
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -33px;
  padding: 0;
  border: none;
  outline: none;
}

/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; } */
/* line 109, ../sass/_slider.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  /*  opacity: 1; */
}

/* line 116, ../sass/_slider.scss */
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.35;
}

/* line 121, ../sass/_slider.scss */
.slick-prev,
.slick-next {
  opacity: 0.8;
  padding: 15px;
  color: #222;
}

/* line 128, ../sass/_slider.scss */
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

/* line 133, ../sass/_slider.scss */
.slick-arrow {
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 139, ../sass/_slider.scss */
.slick-prev {
  left: 0px;
  border: 1px red solid;
}

/* line 148, ../sass/_slider.scss */
.slick-next {
  right: 0px;
  border: 1px blue solid;
}

@media (max-width: 43.75rem) {
  /* line 156, ../sass/_slider.scss */
  .wrapper--slide-caption {
    padding-bottom: 70px;
  }
}

/* line 162, ../sass/_slider.scss */
.wrapper--slide-caption:after {
  content: " ";
  border-bottom-width: 250px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/* On homepage - slide content can vary - we use equal heights JS on load, do we need more? better? */
/*
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {

 opacity: 1;

 }
*/
/* Dots */
/* line 184, ../sass/_slider.scss */
ul.slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
/* line 191, ../sass/_slider.scss */
ul.slick-dots li {
  display: inline-block;
}
/* line 194, ../sass/_slider.scss */
ul.slick-dots li button {
  transition: all 0.5s ease;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: none;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  opacity: 1;
  outline: none;
  background-clip: padding-box;
}
/* line 216, ../sass/_slider.scss */
ul.slick-dots li.slick-active button {
  background-color: transparent;
  border-color: white;
}

/* line 228, ../sass/_slider.scss */
.dots-dark ul.slick-dots li button {
  background-color: #21262c;
}

/* line 232, ../sass/_slider.scss */
.dots-dark ul.slick-dots li.slick-active button {
  border-color: #21262c;
  background-color: transparent;
}

/* line 238, ../sass/_slider.scss */
button[aria-label="1 of 1"] {
  display: none !important;
}

/* line 246, ../sass/_slider.scss */
.slideshow .slick-slide {
  text-align: center;
}
/* line 250, ../sass/_slider.scss */
.slideshow .slideshow img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

/*
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }
*/
/* line 1, ../sass/_big-nav.scss */
.nav-trigger {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 10;
  cursor: pointer;
}
/* line 2, ../sass/_big-nav.scss */
.nav-trigger button {
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
}
/* line 28, ../sass/_big-nav.scss */
.nav-trigger svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  transition: all 0.5s ease;
}
@media (min-width: 43.75em) {
  /* line 28, ../sass/_big-nav.scss */
  .nav-trigger svg {
    width: 60px;
    height: 60px;
  }
}
/* line 39, ../sass/_big-nav.scss */
.light .nav-trigger svg {
  fill: #111;
}

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* line 52, ../sass/_big-nav.scss */
nav {
  opacity: 0;
  box-sizing: border-box;
  background-color: #21262c;
  position: fixed;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  pointer-events: none;
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 52, ../sass/_big-nav.scss */
  nav {
    z-index: 8;
  }
}
/* line 78, ../sass/_big-nav.scss */
nav ul {
  margin-right: 20px;
}
@media (min-width: 43.75em) {
  /* line 78, ../sass/_big-nav.scss */
  nav ul {
    margin-right: 50px;
  }
}
/* line 86, ../sass/_big-nav.scss */
nav li {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 55px;
  font-size: 4vw;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 950px) {
  /* line 86, ../sass/_big-nav.scss */
  nav li {
    font-size: 38px;
  }
}
@media (min-width: 1375px) {
  /* line 86, ../sass/_big-nav.scss */
  nav li {
    font-size: 55px;
  }
}
/* line 105, ../sass/_big-nav.scss */
nav li:nth-child(1) {
  transition-delay: 0.3s;
}
/* line 109, ../sass/_big-nav.scss */
nav li:nth-child(2) {
  transition-delay: 0.4s;
}
/* line 113, ../sass/_big-nav.scss */
nav li:nth-child(3) {
  transition-delay: 0.5s;
}
/* line 117, ../sass/_big-nav.scss */
nav li:nth-child(4) {
  transition-delay: 0.6s;
}
/* line 121, ../sass/_big-nav.scss */
nav li:nth-child(5) {
  transition-delay: 0.7s;
}
/* line 125, ../sass/_big-nav.scss */
nav li:nth-child(6) {
  transition-delay: 0.8s;
}
/* line 129, ../sass/_big-nav.scss */
nav li:nth-child(7) {
  transition-delay: 0.9s;
}
/* line 135, ../sass/_big-nav.scss */
nav a {
  text-decoration: none;
  color: #fff;
  transition: color 0.25s ease;
  display: inline-block;
  padding: 2px;
}
/* line 141, ../sass/_big-nav.scss */
nav a:hover {
  color: #fff;
  opacity: 0.75;
}
@media (max-width: 700px) {
  /* line 135, ../sass/_big-nav.scss */
  nav a {
    font-size: 2rem;
  }
}
/* line 151, ../sass/_big-nav.scss */
nav .ar-guide-menu a {
  background: white;
  color: #21262c;
  padding: 1px 14px;
  border: solid 3px #fff;
  transition: none;
  margin-top: 40px;
}
/* line 160, ../sass/_big-nav.scss */
nav .ar-guide-menu a:hover {
  opacity: 1;
  background: none;
  color: #fff;
  border: solid 3px #fff;
  transition: none;
}

/* line 172, ../sass/_big-nav.scss */
.open-menu nav {
  opacity: 1;
  padding: 0;
  z-index: 8;
  pointer-events: auto;
}
/* line 179, ../sass/_big-nav.scss */
.open-menu nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* line 195, ../sass/_big-nav.scss */
.nav-trigger > button {
  position: relative;
  width: 40px;
  height: 40px;
}
@media (min-width: 43.75em) {
  /* line 195, ../sass/_big-nav.scss */
  .nav-trigger > button {
    width: 60px;
    height: 60px;
  }
}

/* line 215, ../sass/_big-nav.scss */
.nav-trigger > button > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 223, ../sass/_big-nav.scss */
.x {
  width: 40px;
  height: 40px;
  position: relative;
}
@media (min-width: 43.75em) {
  /* line 223, ../sass/_big-nav.scss */
  .x {
    width: 60px;
    height: 60px;
  }
}
/* line 233, ../sass/_big-nav.scss */
.x svg {
  fill: #111;
}

/* line 238, ../sass/_big-nav.scss */
.x-circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 250, ../sass/_big-nav.scss */
.nav-trigger > button.ready .x-circle {
  -webkit-animation-name: puffdown;
          animation-name: puffdown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 269, ../sass/_big-nav.scss */
.nav-trigger > button.ready #o {
  -webkit-animation-name: grow;
          animation-name: grow;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 280, ../sass/_big-nav.scss */
.nav-trigger > button.active #o {
  -webkit-animation-name: puffdown;
          animation-name: puffdown;
  -webkit-animation-duration: 0.65s;
          animation-duration: 0.65s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}

/* line 288, ../sass/_big-nav.scss */
.nav-trigger > button.active .x-circle {
  -webkit-animation-name: grow;
          animation-name: grow;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes puffdown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes puffdown {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(13);
            transform: scale(13);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(13);
            transform: scale(13);
  }
}
/* Layouts */
/* line 1, ../sass/_layout--large-text-block.scss */
.large-text-block {
  /* --------------------------------------------------- */
  background-color: #00aef0;
  position: relative;
  /* --------------------------------------------------- */
}
/* line 7, ../sass/_layout--large-text-block.scss */
.large-text-block h2 {
  margin: 0;
  padding: 30px 0;
  font-size: 42px;
  font-size: 3.8vw;
  letter-spacing: -1px;
  color: #fff;
}
@media (min-width: 43.75em) {
  /* line 7, ../sass/_layout--large-text-block.scss */
  .large-text-block h2 {
    padding: 90px 0;
  }
}
@media (max-width: 789.47368px) {
  /* line 7, ../sass/_layout--large-text-block.scss */
  .large-text-block h2 {
    font-size: 30px;
  }
}
@media (min-width: 1105.26316px) {
  /* line 7, ../sass/_layout--large-text-block.scss */
  .large-text-block h2 {
    font-size: 42px;
  }
}
@media (min-width: 43.75em) {
  /* line 7, ../sass/_layout--large-text-block.scss */
  .large-text-block h2 {
    max-width: 960px;
  }
}
/* line 38, ../sass/_layout--large-text-block.scss */
.large-text-block--spill {
  padding: 60px 0 calc(120px - 150px) 0;
}
@media (min-width: 43.75em) {
  /* line 38, ../sass/_layout--large-text-block.scss */
  .large-text-block--spill {
    padding: 120px 0 calc(120px - 150px) 0;
  }
}
/* line 45, ../sass/_layout--large-text-block.scss */
.large-text-block--spill + .panels::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #00aef0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 59, ../sass/_layout--large-text-block.scss */
.large-text-block--spill + * img {
  position: relative;
  z-index: 1;
}

/* line 1, ../sass/_layout--hero-image.scss */
.hero-wrapper {
  min-height: 250px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 10, ../sass/_layout--hero-image.scss */
.hero-image {
  background-color: #21262c;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 19, ../sass/_layout--hero-image.scss */
.desktop .hero-image {
  position: fixed;
  will-change: transform;
}
/* line 31, ../sass/_layout--hero-image.scss */
.hero-image .preloaded-logo,
.hero-image .preloaded-logo ~ * {
  position: relative;
  bottom: 10px;
}
/* line 37, ../sass/_layout--hero-image.scss */
.hero-image .holder {
  margin: 0;
  width: 100%;
}
/* line 43, ../sass/_layout--hero-image.scss */
.hero-image__overlay {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media (min-width: 43.75em) {
  /* line 43, ../sass/_layout--hero-image.scss */
  .hero-image__overlay {
    padding: 50px 0;
  }
}
/* line 51, ../sass/_layout--hero-image.scss */
.hero-image__overlay__label {
  color: #fff;
}
/* line 57, ../sass/_layout--hero-image.scss */
.hero-image__overlay a {
  margin-top: 20px;
}
@media (min-width: 43.75em) {
  /* line 57, ../sass/_layout--hero-image.scss */
  .hero-image__overlay a {
    margin-top: 50px;
  }
}
/* line 69, ../sass/_layout--hero-image.scss */
.hero-image--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/* line 73, ../sass/_layout--hero-image.scss */
.hero-image--center svg.preloaded-logo {
  left: 0;
}
/* line 78, ../sass/_layout--hero-image.scss */
.hero-image svg.preloaded-logo {
  fill: #fff;
  position: relative;
  left: -5px;
  min-width: 240px;
  max-width: 53%;
}
/* line 94, ../sass/_layout--hero-image.scss */
.hero-image h1,
.hero-image h2 {
  color: #fff;
}
/* line 100, ../sass/_layout--hero-image.scss */
.hero-image h1 {
  font-size: 72px;
  font-size: 5.8vw;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 655.17241px) {
  /* line 100, ../sass/_layout--hero-image.scss */
  .hero-image h1 {
    font-size: 38px;
  }
}
@media (min-width: 1379.31034px) {
  /* line 100, ../sass/_layout--hero-image.scss */
  .hero-image h1 {
    font-size: 80px;
  }
}
/* line 113, ../sass/_layout--hero-image.scss */
.hero-image h2 {
  font-size: 38px;
  font-size: 2.8vw;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 607.14286px) {
  /* line 113, ../sass/_layout--hero-image.scss */
  .hero-image h2 {
    font-size: 17px;
  }
}
@media (min-width: 1357.14286px) {
  /* line 113, ../sass/_layout--hero-image.scss */
  .hero-image h2 {
    font-size: 38px;
  }
}

/* line 124, ../sass/_layout--hero-image.scss */
.sub-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
@media (min-width: 43.75em) {
  /* line 124, ../sass/_layout--hero-image.scss */
  .sub-logo {
    top: 45px;
  }
}
/* line 132, ../sass/_layout--hero-image.scss */
.sub-logo svg.preloaded-logo {
  min-width: inherit;
  max-width: none;
  width: 125px;
}
@media (min-width: 26.25em) {
  /* line 132, ../sass/_layout--hero-image.scss */
  .sub-logo svg.preloaded-logo {
    width: 200px;
  }
}

/* line 142, ../sass/_layout--hero-image.scss */
.go-down {
  position: absolute;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  width: 30px;
  height: 30px;
  right: 50%;
  margin-left: -15px;
  bottom: 40px;
  z-index: 1;
}
@media (min-width: 43.75em) {
  /* line 142, ../sass/_layout--hero-image.scss */
  .go-down {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 43.75em) {
  /* line 142, ../sass/_layout--hero-image.scss */
  .go-down {
    bottom: 60px;
  }
}
/* line 164, ../sass/_layout--hero-image.scss */
.go-down:hover {
  opacity: 0.7;
}

/* line 169, ../sass/_layout--hero-image.scss */
.hero-image[style*="100vh"] .go-down {
  bottom: 100px;
}
@media (min-width: 43.75em) {
  /* line 169, ../sass/_layout--hero-image.scss */
  .hero-image[style*="100vh"] .go-down {
    bottom: 60px;
  }
}

/* line 1, ../sass/_layout--panels.scss */
.panels {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
}
/* line 4, ../sass/_layout--panels.scss */
.panels > .holder {
  color: #21262c;
}
/* line 8, ../sass/_layout--panels.scss */
.panels--grey {
  background-color: #f4f4f4;
}
/* line 12, ../sass/_layout--panels.scss */
.panels__intro {
  margin: 0 0 45px 0;
}
@media (min-width: 43.75em) {
  /* line 12, ../sass/_layout--panels.scss */
  .panels__intro {
    max-width: 750px;
  }
}
/* line 20, ../sass/_layout--panels.scss */
.panels__intro p {
  font-size: 24px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 20, ../sass/_layout--panels.scss */
  .panels__intro p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 20, ../sass/_layout--panels.scss */
  .panels__intro p {
    font-size: 24px;
  }
}
/* line 25, ../sass/_layout--panels.scss */
.panels__link {
  width: 100%;
  margin: 35px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 43.75em) {
  /* line 25, ../sass/_layout--panels.scss */
  .panels__link {
    margin: 70px 0 0 0;
  }
}

/* line 42, ../sass/_layout--panels.scss */
.panels-wrapper {
  padding-top: 30px;
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 42, ../sass/_layout--panels.scss */
  .panels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media (min-width: 40.625em) {
    /* line 42, ../sass/_layout--panels.scss */
    .panels-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  /* line 55, ../sass/_layout--panels.scss */
  .panels--x3 .panels-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media (min-width: 50em) {
    /* line 55, ../sass/_layout--panels.scss */
    .panels--x3 .panels-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
}

/* line 65, ../sass/_layout--panels.scss */
.panel {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  min-height: 560px;
  float: left;
  margin-right: 20px;
}
/* line 68, ../sass/_layout--panels.scss */
.panel .label {
  font-size: 18px;
  font-size: 2vw;
}
@media (max-width: 850px) {
  /* line 68, ../sass/_layout--panels.scss */
  .panel .label {
    font-size: 17px;
  }
}
@media (min-width: 900px) {
  /* line 68, ../sass/_layout--panels.scss */
  .panel .label {
    font-size: 18px;
  }
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 65, ../sass/_layout--panels.scss */
  .panel {
    min-height: inherit;
  }
}
@supports (display: grid) {
  /* line 65, ../sass/_layout--panels.scss */
  .panel {
    margin-bottom: 30px;
  }
  /* line 86, ../sass/_layout--panels.scss */
  .blog-panels .panel {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.625em) {
  /* line 65, ../sass/_layout--panels.scss */
  .panel {
    width: 48%;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
/* line 97, ../sass/_layout--panels.scss */
.panels--x3 .panel {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 50em) {
  /* line 97, ../sass/_layout--panels.scss */
  .panels--x3 .panel {
    width: 32%;
    width: calc(33% - 10px);
    margin-bottom: 0;
  }
}
@media (min-width: 50em) {
  /* line 106, ../sass/_layout--panels.scss */
  .panels--x3 .panel img {
    max-height: 196px;
  }
}
/* line 115, ../sass/_layout--panels.scss */
.panel:last-child {
  margin-right: 0;
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 65, ../sass/_layout--panels.scss */
  .panel {
    float: none;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 126, ../sass/_layout--panels.scss */
  .panel__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* line 132, ../sass/_layout--panels.scss */
  .panel__text h2 + a {
    padding-top: 15px;
  }
  /* line 136, ../sass/_layout--panels.scss */
  .panel__text a {
    margin-top: auto;
  }
}
/* line 144, ../sass/_layout--panels.scss */
.panel__image {
  background-color: #00aef0;
  position: relative;
}
/* line 148, ../sass/_layout--panels.scss */
.panel__image a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
}
/* line 158, ../sass/_layout--panels.scss */
.panel__image a:hover {
  opacity: 0.3;
}
/* line 162, ../sass/_layout--panels.scss */
.panel__image img {
  display: block;
  width: 100%;
}
/* line 168, ../sass/_layout--panels.scss */
.panel__text {
  padding: 30px;
  background: #fff;
  border-left: 1px #f4f4f4 solid;
  border-right: 1px #f4f4f4 solid;
  position: relative;
}
/* line 176, ../sass/_layout--panels.scss */
.panel__text::after {
  content: "";
  display: block;
  height: 10px;
  background-color: rgba(17, 17, 17, 0.1);
  position: absolute;
  bottom: -10px;
  left: -1px;
  width: calc(2px + 100%);
}
/* line 188, ../sass/_layout--panels.scss */
.panel__text h2 {
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 2.2vw;
}
@media (max-width: 954.54545px) {
  /* line 188, ../sass/_layout--panels.scss */
  .panel__text h2 {
    font-size: 21px;
  }
}
@media (min-width: 1454.54545px) {
  /* line 188, ../sass/_layout--panels.scss */
  .panel__text h2 {
    font-size: 32px;
  }
}
/* line 194, ../sass/_layout--panels.scss */
.panel__text p,
.panel__text a {
  font-size: 17px;
}
/* line 201, ../sass/_layout--panels.scss */
.panel__text p {
  line-height: 160%;
  margin-bottom: 30px;
}

/* line 216, ../sass/_layout--panels.scss */
.work .panels-wrapper .panel {
  width: 100%;
}
@media (min-width: 50em) {
  /* line 216, ../sass/_layout--panels.scss */
  .work .panels-wrapper .panel {
    width: 29%;
  }
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 215, ../sass/_layout--panels.scss */
  .work .panels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media (min-width: 50em) {
    /* line 234, ../sass/_layout--panels.scss */
    .work .panels-wrapper .panel {
      width: 30%;
      margin-bottom: 30px;
    }
  }
}
@supports (display: grid) {
  @media (min-width: 50em) {
    /* line 215, ../sass/_layout--panels.scss */
    .work .panels-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px 20px;
    }
    /* line 256, ../sass/_layout--panels.scss */
    .work .panels-wrapper .panel {
      grid-column: auto;
      width: 100%;
      margin-bottom: 0;
    }
  }
}

/* line 279, ../sass/_layout--panels.scss */
.panels--alt li > div {
  padding: 20px 30px 10px 30px;
}
/* line 283, ../sass/_layout--panels.scss */
.panels--alt li + li {
  margin-top: 0;
}
/* line 287, ../sass/_layout--panels.scss */
.panels--alt img {
  display: block;
}
/* line 293, ../sass/_layout--panels.scss */
.panels--alt li {
  width: 100%;
  margin: 0 20px 40px 0;
  height: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  padding-left: 0;
}
@media (min-width: 41.25em) {
  /* line 293, ../sass/_layout--panels.scss */
  .panels--alt li {
    width: 30%;
  }
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 309, ../sass/_layout--panels.scss */
  .panels--alt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media (min-width: 34.375em) {
    /* line 309, ../sass/_layout--panels.scss */
    .panels--alt ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  /* line 319, ../sass/_layout--panels.scss */
  .panels--alt li {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
    height: auto;
  }
  @media (min-width: 34.375em) {
    /* line 319, ../sass/_layout--panels.scss */
    .panels--alt li {
      width: 48%;
    }
  }
  @media (min-width: 48.75em) {
    /* line 319, ../sass/_layout--panels.scss */
    .panels--alt li {
      width: 31%;
    }
  }
}
@supports (display: grid) {
  /* line 335, ../sass/_layout--panels.scss */
  .panels--alt ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  @media (min-width: 34.375em) {
    /* line 335, ../sass/_layout--panels.scss */
    .panels--alt ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 48.75em) {
    /* line 335, ../sass/_layout--panels.scss */
    .panels--alt ul {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  /* line 348, ../sass/_layout--panels.scss */
  .panels--alt li {
    width: auto;
    margin: 0;
  }
}

/* line 357, ../sass/_layout--panels.scss */
.panels__intro h2, .logos h2 {
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}

/* line 370, ../sass/_layout--panels.scss */
.panels__intro .btn:hover {
  background-color: white;
  color: black;
  border-color: white;
}

/* line 376, ../sass/_layout--panels.scss */
.panels.has-right-cta {
  padding-top: 0;
}
/* line 379, ../sass/_layout--panels.scss */
.panels.has-right-cta .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
/* line 386, ../sass/_layout--panels.scss */
.panels.has-right-cta .panels__intro {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  width: 59%;
  padding: 60px 30px;
  padding-bottom: 32px;
}
/* line 394, ../sass/_layout--panels.scss */
.panels.has-right-cta .panels__right-cta {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  width: 40%;
  padding: 69px 30px;
  padding-bottom: 36px;
  padding-right: 60px;
  position: relative;
}
/* line 403, ../sass/_layout--panels.scss */
.panels.has-right-cta .panels__right-cta:after {
  content: "";
  background-color: inherit;
  width: 300%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
/* line 413, ../sass/_layout--panels.scss */
.panels.has-right-cta .panels__right-cta h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans";
  letter-spacing: 2px;
}
/* line 421, ../sass/_layout--panels.scss */
.panels.has-right-cta .panels-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
  width: 100%;
}

/* line 428, ../sass/_layout--panels.scss */
.panels__intro {
  margin: 0 0 0px 0;
}

/* line 431, ../sass/_layout--panels.scss */
.panels__intro a {
  text-decoration: underline;
  text-underline-position: under;
}

/* line 436, ../sass/_layout--panels.scss */
.panels__intro a:hover, .panels__intro a.btn {
  text-decoration: none;
}

/* line 440, ../sass/_layout--panels.scss */
.panels--alt.centre-items li {
  text-align: center;
}
/* line 443, ../sass/_layout--panels.scss */
.panels--alt.centre-items li img {
  margin: 0 auto;
}

/* line 450, ../sass/_layout--panels.scss */
.panels--alt.heavy-titles h2 {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0;
}
/* line 456, ../sass/_layout--panels.scss */
.panels--alt.heavy-titles .panels-wrapper h2 {
  font-size: 1.5em;
}

@media (max-width: 900px) {
  /* line 464, ../sass/_layout--panels.scss */
  .panels--alt.heavy-titles h2 {
    font-size: 30px;
  }

  /* line 468, ../sass/_layout--panels.scss */
  .panels.has-right-cta {
    padding-bottom: 0;
  }
  /* line 471, ../sass/_layout--panels.scss */
  .panels.has-right-cta .holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 475, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels__intro {
    width: 100%;
    padding-bottom: 30px;
  }
  /* line 480, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels__right-cta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-order: 3;
    width: 100%;
  }
  /* line 486, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-order: 2;
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
  }
  /* line 493, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels-wrapper ul {
    text-align: center;
  }
  /* line 496, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels-wrapper ul li > img {
    margin: 0 auto;
  }

  /* line 505, ../sass/_layout--panels.scss */
  .panels--alt li {
    overflow: visible;
  }

  /* line 509, ../sass/_layout--panels.scss */
  .panels.has-right-cta .panels__right-cta:after {
    content: none;
    width: 0;
  }
}
@media (min-width: 900px) {
  /* line 518, ../sass/_layout--panels.scss */
  section.has-right-cta {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
/* line 530, ../sass/_layout--panels.scss */
.panel__image {
  overflow: hidden;
}

/* line 534, ../sass/_layout--panels.scss */
.panel__image a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all .7s;
}

/* line 540, ../sass/_layout--panels.scss */
.panel__image a {
  transition: all .7s;
}

@media (min-width: 43.75em) {
  /* line 554, ../sass/_layout--panels.scss */
  section {
    padding: 70px 0;
  }
}
@media (max-width: 699px) {
  /* line 566, ../sass/_layout--panels.scss */
  .panels__intro {
    padding: 40px 0;
  }
}
/* line 573, ../sass/_layout--panels.scss */
.panels--alt li + li {
  margin-bottom: 15px;
}

/* line 1, ../sass/_layout--testimonials.scss */
.testimonials {
  /* --------------------------------------------------- */
  background: #00aef0;
  color: #fff;
  /* --------------------------------------------------- */
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--testimonials.scss */
  .testimonials {
    padding: 90px 0;
  }
}
/* line 12, ../sass/_layout--testimonials.scss */
.testimonials blockquote,
.testimonials cite,
.testimonials ul.slick-dots {
  padding-left: 30px;
}
/* line 18, ../sass/_layout--testimonials.scss */
.testimonials .slick-slider {
  left: -20px;
}
/* line 24, ../sass/_layout--testimonials.scss */
.testimonials ul.slick-dots {
  text-align: left;
  margin-top: 40px;
}
@media (min-width: 43.75em) {
  /* line 24, ../sass/_layout--testimonials.scss */
  .testimonials ul.slick-dots {
    margin-top: 80px;
  }
}

@media (min-width: 43.75em) {
  /* line 37, ../sass/_layout--testimonials.scss */
  figure {
    max-width: 950px;
  }
}

/* line 43, ../sass/_layout--testimonials.scss */
blockquote {
  margin: 0 0 45px 0;
}
/* line 46, ../sass/_layout--testimonials.scss */
blockquote p {
  position: relative;
  font-size: 40px;
  font-size: 3.8vw;
  font-weight: 300;
  line-height: 130%;
}
@media (max-width: 552.63158px) {
  /* line 46, ../sass/_layout--testimonials.scss */
  blockquote p {
    font-size: 21px;
  }
}
@media (min-width: 1052.63158px) {
  /* line 46, ../sass/_layout--testimonials.scss */
  blockquote p {
    font-size: 40px;
  }
}
/* line 54, ../sass/_layout--testimonials.scss */
blockquote p span {
  position: absolute;
  display: block;
  width: 18px;
  left: -15px;
  top: 0;
}
@media (min-width: 43.75em) {
  /* line 54, ../sass/_layout--testimonials.scss */
  blockquote p span {
    left: -20px;
  }
}

/* line 68, ../sass/_layout--testimonials.scss */
cite {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
}

@media (max-width: 43.75em) {
  /* line 80, ../sass/_layout--testimonials.scss */
  .single-case-study blockquote p {
    letter-spacing: -1px;
  }
}

/* line 1, ../sass/_layout--feature-fact.scss */
.feature-fact {
  background-color: #00aef0;
  color: #FFF;
  font-weight: 800;
}
/* line 10, ../sass/_layout--feature-fact.scss */
.feature-fact span {
  display: block;
}
/* line 15, ../sass/_layout--feature-fact.scss */
.feature-fact__big-text {
  line-height: 100%;
  font-size: 32px;
}
@media (max-width: 43.75em) {
  /* line 15, ../sass/_layout--feature-fact.scss */
  .feature-fact__big-text {
    width: 100% !important;
  }
}
/* line 26, ../sass/_layout--feature-fact.scss */
.feature-fact__small-text {
  font-size: 24px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 26, ../sass/_layout--feature-fact.scss */
  .feature-fact__small-text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 26, ../sass/_layout--feature-fact.scss */
  .feature-fact__small-text {
    font-size: 24px;
  }
}

/* line 1, ../sass/_layout--video.scss */
.video {
  padding: 0;
  background-color: #111;
}

/* line 10, ../sass/_layout--video.scss */
.video-wrap {
  background-color: #000;
}

/* line 3, ../sass/_layout--slideshow.scss */
.slideshow {
  background-color: #111;
  padding: 0;
}
/* line 7, ../sass/_layout--slideshow.scss */
.slideshow img {
  max-width: none;
  width: 100%;
  height: auto;
}
/* line 13, ../sass/_layout--slideshow.scss */
.slideshow ul.slick-dots {
  bottom: 30px;
  position: absolute;
  display: none !important;
}
@media (min-width: 60em) {
  /* line 13, ../sass/_layout--slideshow.scss */
  .slideshow ul.slick-dots {
    bottom: 40px;
    display: block !important;
  }
}

/* line 25, ../sass/_layout--slideshow.scss */
.slider .image-caption {
  left: 0;
  top: 0;
  padding: 6px 10px;
  color: #919191;
  font-size: 14px;
  font-size: 1vw;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 1100px) {
  /* line 25, ../sass/_layout--slideshow.scss */
  .slider .image-caption {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  /* line 25, ../sass/_layout--slideshow.scss */
  .slider .image-caption {
    font-size: 14px;
  }
}
@media (min-width: 60em) {
  /* line 25, ../sass/_layout--slideshow.scss */
  .slider .image-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 12px 20px;
  }
}

/* line 1, ../sass/_layout--text-block.scss */
.text-block {
  /* --------------------------------------------------- */
  background-color: #fff;
  /* --------------------------------------------------- */
}
/* line 6, ../sass/_layout--text-block.scss */
.text-block + .text-block {
  padding-top: 0;
}
/* line 10, ../sass/_layout--text-block.scss */
.text-block + .spacer + .text-block {
  padding-top: 30px;
}
/* line 14, ../sass/_layout--text-block.scss */
.text-block .btn {
  margin-top: 30px;
}
@media (min-width: 43.75em) {
  /* line 14, ../sass/_layout--text-block.scss */
  .text-block .btn {
    margin-top: 60px;
  }
}
/* line 21, ../sass/_layout--text-block.scss */
.text-block figcaption {
  padding: 20px 0;
}
/* line 25, ../sass/_layout--text-block.scss */
.text-block blockquote {
  color: #00aef0;
  position: relative;
}
/* line 28, ../sass/_layout--text-block.scss */
.text-block blockquote p {
  letter-spacing: -1.5px;
  line-height: 130%;
  font-size: 28px;
  font-size: 2.2vw;
}
@media (max-width: 909.09091px) {
  /* line 28, ../sass/_layout--text-block.scss */
  .text-block blockquote p {
    font-size: 20px;
  }
}
@media (min-width: 1272.72727px) {
  /* line 28, ../sass/_layout--text-block.scss */
  .text-block blockquote p {
    font-size: 28px;
  }
}
/* line 34, ../sass/_layout--text-block.scss */
.text-block blockquote > div {
  background-color: #00aef0;
}
/* line 39, ../sass/_layout--text-block.scss */
.text-block blockquote > div::after {
  display: block;
  content: "";
  height: 10px;
  width: 50%;
  max-width: 148px;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: inherit;
}
/* line 52, ../sass/_layout--text-block.scss */
.text-block--blue {
  background-color: #00aef0;
  color: #fff;
}
/* line 56, ../sass/_layout--text-block.scss */
.text-block--blue blockquote {
  color: #fff;
}
/* line 59, ../sass/_layout--text-block.scss */
.text-block--blue blockquote > div {
  background-color: #fff;
}
/* line 65, ../sass/_layout--text-block.scss */
.text-block--grey {
  background-color: #f4f4f4;
}
/* line 69, ../sass/_layout--text-block.scss */
.text-block--white {
  background-color: #fff;
  color: #252525;
}
/* line 75, ../sass/_layout--text-block.scss */
.text-block--custom blockquote {
  color: #fff;
}
/* line 78, ../sass/_layout--text-block.scss */
.text-block--custom blockquote > div {
  background-color: #fff;
}
/* line 96, ../sass/_layout--text-block.scss */
.text-block p {
  font-size: 17px;
}
@media (min-width: 43.75em) {
  /* line 102, ../sass/_layout--text-block.scss */
  .text-block .text-block__col-1 {
    float: left;
    width: 65%;
    margin-bottom: 0;
  }
}
@media (min-width: 43.75em) {
  /* line 111, ../sass/_layout--text-block.scss */
  .text-block .text-block__col-2 {
    float: right;
    width: 26%;
    margin-bottom: 0;
  }
}
/* line 120, ../sass/_layout--text-block.scss */
.text-block [class*="text-block__"] + [class*="text-block__"] {
  margin-top: 30px;
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 125, ../sass/_layout--text-block.scss */
  .text-block .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @media (min-width: 43.75em) {
    /* line 125, ../sass/_layout--text-block.scss */
    .text-block .holder {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  /* line 135, ../sass/_layout--text-block.scss */
  .text-block .text-block__col-1,
  .text-block .text-block__col-2 {
    float: none;
  }
  /* line 140, ../sass/_layout--text-block.scss */
  .text-block .text-block__col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 1, ../sass/_layout--awards.scss */
.awards-panel--1--holder,
.awards-panel--2--holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--awards.scss */
  .awards-panel--1--holder,
  .awards-panel--2--holder {
    width: 50%;
  }
}

/* line 15, ../sass/_layout--awards.scss */
.awards-panel--1--holder {
  left: 0;
}

/* line 19, ../sass/_layout--awards.scss */
.awards-panel--2--holder {
  right: 0;
}

/* line 23, ../sass/_layout--awards.scss */
.awards {
  /* --------------------------------------------------- */
  padding: 0;
  position: relative;
  background-color: #00aef0;
  color: #fff;
  /* --------------------------------------------------- */
}
/* line 30, ../sass/_layout--awards.scss */
.awards > .holder {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 43.75em) {
  /* line 30, ../sass/_layout--awards.scss */
  .awards > .holder {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 43, ../sass/_layout--awards.scss */
.awards h5 {
  font-weight: 400;
  font-size: 18px;
  font-size: 2vw;
  margin: 0;
}
@media (max-width: 600px) {
  /* line 43, ../sass/_layout--awards.scss */
  .awards h5 {
    font-size: 12px;
  }
}
@media (min-width: 900px) {
  /* line 43, ../sass/_layout--awards.scss */
  .awards h5 {
    font-size: 18px;
  }
}
/* line 52, ../sass/_layout--awards.scss */
.awards-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 15px;
}
@media (min-width: 43.75em) {
  /* line 52, ../sass/_layout--awards.scss */
  .awards-panel {
    padding: 30px 0;
  }
}
@media (min-width: 43.75em) {
  /* line 61, ../sass/_layout--awards.scss */
  .awards-panel--1 {
    width: 66.666666%;
  }
}
/* line 68, ../sass/_layout--awards.scss */
.awards-panel--2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 43.75em) {
  /* line 68, ../sass/_layout--awards.scss */
  .awards-panel--2 {
    width: 33.333333%;
    padding-left: 40px;
    height: 100%;
  }
}
/* line 77, ../sass/_layout--awards.scss */
.awards-panel [class$="__text"] {
  margin-bottom: 16px;
}
/* line 80, ../sass/_layout--awards.scss */
.awards-panel [class$="__text"] p {
  font-size: 24px;
  font-size: 2vw;
  line-height: 150%;
}
@media (max-width: 800px) {
  /* line 80, ../sass/_layout--awards.scss */
  .awards-panel [class$="__text"] p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 80, ../sass/_layout--awards.scss */
  .awards-panel [class$="__text"] p {
    font-size: 24px;
  }
}
/* line 86, ../sass/_layout--awards.scss */
.awards-panel__text-title {
  margin-top: auto;
}
/* line 90, ../sass/_layout--awards.scss */
.awards-panel__image {
  margin-bottom: 30px;
}
@media (min-width: 43.75em) {
  /* line 90, ../sass/_layout--awards.scss */
  .awards-panel__image {
    margin-bottom: 60px;
  }
}
/* line 96, ../sass/_layout--awards.scss */
.awards-panel__image img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
/* line 99, ../sass/_layout--awards.scss */
.awards-panel__image img.landscape {
  max-width: 140px;
  height: auto;
}
/* line 103, ../sass/_layout--awards.scss */
.awards-panel__image img.portrait, .awards-panel__image img.square {
  max-height: 90px;
  width: auto;
}
@media (min-width: 60em) {
  /* line 110, ../sass/_layout--awards.scss */
  .awards-panel__image img.landscape {
    max-width: 180px;
    height: auto;
  }
  /* line 114, ../sass/_layout--awards.scss */
  .awards-panel__image img.portrait, .awards-panel__image img.square {
    max-height: 120px;
    width: auto;
  }
}

/* line 2, ../sass/_layout--work-header.scss */
.page-header {
  /* --------------------------------------------------- */
  color: #fff;
  background-color: #00aef0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 45px 0;
  /* --------------------------------------------------- */
}
@media (min-width: 43.75em) {
  /* line 2, ../sass/_layout--work-header.scss */
  .page-header {
    padding: 90px 0;
  }
}
/* line 17, ../sass/_layout--work-header.scss */
.page-header__label {
  margin-bottom: 6px;
}
@media (min-width: 43.75em) {
  /* line 17, ../sass/_layout--work-header.scss */
  .page-header__label {
    margin-bottom: 12px;
  }
}
/* line 29, ../sass/_layout--work-header.scss */
.page-header h2 {
  max-width: 800px;
  font-weight: 300;
  font-size: 24px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 29, ../sass/_layout--work-header.scss */
  .page-header h2 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 29, ../sass/_layout--work-header.scss */
  .page-header h2 {
    font-size: 24px;
  }
}
/* line 36, ../sass/_layout--work-header.scss */
.page-header__footer {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 43.75em) {
  /* line 36, ../sass/_layout--work-header.scss */
  .page-header__footer {
    margin-top: 70px;
  }
}
/* line 59, ../sass/_layout--work-header.scss */
.page-header__link a {
  font-size: 17px;
}
/* line 66, ../sass/_layout--work-header.scss */
.page-header__logos {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 43.75em) {
  /* line 66, ../sass/_layout--work-header.scss */
  .page-header__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 76, ../sass/_layout--work-header.scss */
.page-header__logos img {
  display: block;
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 43.75em) {
  /* line 76, ../sass/_layout--work-header.scss */
  .page-header__logos img {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
/* line 89, ../sass/_layout--work-header.scss */
.page-header__logos img.landscape {
  max-width: 110px;
  height: auto;
}
/* line 93, ../sass/_layout--work-header.scss */
.page-header__logos img.portrait, .page-header__logos img.square {
  max-height: 80px;
  width: auto;
}
@media (min-width: 60em) {
  /* line 100, ../sass/_layout--work-header.scss */
  .page-header__logos img.landscape {
    max-width: 180px;
    height: auto;
  }
  /* line 104, ../sass/_layout--work-header.scss */
  .page-header__logos img.portrait, .page-header__logos img.square {
    max-height: 120px;
    width: auto;
  }
}

/* line 1, ../sass/_layout--work.scss */
.work {
  padding: 0 0 60px 0;
}

/* line 7, ../sass/_layout--work.scss */
.loadmore {
  padding: 40px 0 0 0;
  font-size: 17px;
  clear: both;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 50em) {
  /* line 7, ../sass/_layout--work.scss */
  .loadmore {
    padding: 70px 0 0 0;
  }
}

/* line 1, ../sass/_layout--jobs.scss */
.jobs {
  /* --------------------------------------------------- */
  background-color: #00aef0;
  /* --------------------------------------------------- */
}
/* line 7, ../sass/_layout--jobs.scss */
.jobs h1 {
  color: #FFF;
}

/* line 2, ../sass/_layout--logos.scss */
.logos--grey {
  background-color: #d7d7d7;
}
/* line 10, ../sass/_layout--logos.scss */
.logos__intro {
  max-width: 740px;
  margin-bottom: 40px;
}
@media (min-width: 43.75em) {
  /* line 10, ../sass/_layout--logos.scss */
  .logos__intro {
    margin-bottom: 100px;
  }
}
/* line 19, ../sass/_layout--logos.scss */
.logos ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em;
}
/* line 26, ../sass/_block-grid.scss */
.logos ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 33, ../sass/_block-grid.scss */
.logos ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 1.25em 2.5em;
}
/* line 42, ../sass/_block-grid.scss */
.logos ul > li {
  width: 50%;
  padding: 0 1.25em 2.5em;
}
/* line 46, ../sass/_block-grid.scss */
.logos ul > li:nth-of-type(n) {
  clear: none;
}
/* line 47, ../sass/_block-grid.scss */
.logos ul > li:nth-of-type(2n+1) {
  clear: both;
}
@media (min-width: 43.75em) {
  /* line 19, ../sass/_layout--logos.scss */
  .logos ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .logos ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .logos ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .logos ul > li {
    width: 25%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .logos ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .logos ul > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 19, ../sass/_layout--logos.scss */
  .logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 30, ../sass/_layout--logos.scss */
  .logos ul::after {
    content: "";
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  /* line 38, ../sass/_layout--logos.scss */
  .logos ul li {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
    width: 50%;
  }
  @media (min-width: 43.75em) {
    /* line 38, ../sass/_layout--logos.scss */
    .logos ul li {
      width: 25%;
    }
  }
}
/* line 53, ../sass/_layout--logos.scss */
.logos ul img {
  opacity: 0.5;
}

/* line 1, ../sass/_layout--image.scss */
.image {
  padding: 0;
}
/* line 4, ../sass/_layout--image.scss */
.image img {
  width: 100%;
  display: block;
}
/* line 9, ../sass/_layout--image.scss */
.image .image-caption {
  text-align: center;
  color: #919191;
  font-size: 14px;
  font-size: 1vw;
  padding: 20px;
}
@media (max-width: 1100px) {
  /* line 9, ../sass/_layout--image.scss */
  .image .image-caption {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  /* line 9, ../sass/_layout--image.scss */
  .image .image-caption {
    font-size: 14px;
  }
}

/* line 1, ../sass/_layout--people.scss */
.people {
  background: #f4f4f4;
}

/* line 9, ../sass/_layout--people.scss */
.person {
  padding: 22px 0;
  max-width: 800px;
}
@media (min-width: 31.25em) {
  /* line 14, ../sass/_layout--people.scss */
  .person__image {
    width: 30%;
    padding-right: 30px;
    float: left;
  }
}
/* line 21, ../sass/_layout--people.scss */
.person__image img {
  display: block;
  margin-bottom: 15px;
  border-radius: 50%;
}
@media (min-width: 31.25em) {
  /* line 28, ../sass/_layout--people.scss */
  .person__text {
    float: right;
    width: 70%;
  }
}

/* line 1, ../sass/_layout--spacer.scss */
hr.spacer {
  position: relative;
  margin: 0;
  height: 20px;
  border: 0;
  background-color: inherit;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--spacer.scss */
  hr.spacer {
    height: 30px;
  }
}

/* line 1, ../sass/_layout--gallery.scss */
.gallery {
  padding: 0;
}
/* line 3, ../sass/_layout--gallery.scss */
.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #999;
}
/* line 11, ../sass/_layout--gallery.scss */
.gallery li {
  margin: 0;
  padding: 0;
}
/* line 16, ../sass/_layout--gallery.scss */
.gallery img {
  display: block;
  border-radius: 0.1px;
}
/* line 22, ../sass/_layout--gallery.scss */
.gallery .gallery--1x2 li {
  width: 100%;
}
@media (min-width: 37.5em) {
  /* line 22, ../sass/_layout--gallery.scss */
  .gallery .gallery--1x2 li {
    width: 50%;
  }
}
/* line 34, ../sass/_layout--gallery.scss */
.gallery .gallery--1x3 li {
  width: 100%;
}
@media (min-width: 34.375em) {
  /* line 34, ../sass/_layout--gallery.scss */
  .gallery .gallery--1x3 li {
    width: 33.333333%;
  }
}
/* line 44, ../sass/_layout--gallery.scss */
.gallery .gallery--2x3 li {
  width: 100%;
}
@media (min-width: 31.25em) {
  /* line 44, ../sass/_layout--gallery.scss */
  .gallery .gallery--2x3 li {
    width: 50%;
  }
}
@media (min-width: 50em) {
  /* line 44, ../sass/_layout--gallery.scss */
  .gallery .gallery--2x3 li {
    width: 33.333333%;
  }
}

/* line 56, ../sass/_layout--gallery.scss */
.gallery-caption {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-size: 1vw;
  color: #666;
  text-align: center;
}
@media (max-width: 1100px) {
  /* line 56, ../sass/_layout--gallery.scss */
  .gallery-caption {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  /* line 56, ../sass/_layout--gallery.scss */
  .gallery-caption {
    font-size: 14px;
  }
}

/* line 1, ../sass/_loader.scss */
.loader {
  background-color: #00aef0;
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  top: 0;
  background-image: url(../img/loader.gif);
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1, ../sass/_posts.scss */
.post-list {
  background-color: #fff;
  position: relative;
  padding: 0;
}
/* line 6, ../sass/_posts.scss */
.post-list .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px #d7d7d7 solid;
  border-right: 1px #d7d7d7 solid;
  border-bottom: 10px #d7d7d7 solid;
  border-left: 1px #d7d7d7 solid;
  margin-bottom: 30px;
}
/* line 16, ../sass/_posts.scss */
.post-list .post-category {
  font-size: 18px;
  font-size: 2.8vw;
}
@media (max-width: 428.57143px) {
  /* line 16, ../sass/_posts.scss */
  .post-list .post-category {
    font-size: 12px;
  }
}
@media (min-width: 642.85714px) {
  /* line 16, ../sass/_posts.scss */
  .post-list .post-category {
    font-size: 18px;
  }
}
/* line 30, ../sass/_posts.scss */
.post-list .post-summary {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 56.25em) {
  /* line 30, ../sass/_posts.scss */
  .post-list .post-summary {
    width: 25%;
  }
}
/* line 39, ../sass/_posts.scss */
.post-list .post-summary p {
  margin-bottom: 30px;
}
/* line 43, ../sass/_posts.scss */
.post-list .post-summary .posted-on {
  margin-bottom: auto;
}
/* line 51, ../sass/_posts.scss */
.post-list .post-summary h2 a {
  text-decoration: none;
  color: #252525;
  display: inline-block;
  margin-top: 10px;
}
/* line 59, ../sass/_posts.scss */
.post-list .post-image {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #21262c;
  width: 100%;
}
/* line 267, ../sass/_base.scss */
.post-list .post-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
/* line 273, ../sass/_base.scss */
.post-list .post-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 56.25em) {
  /* line 59, ../sass/_posts.scss */
  .post-list .post-image {
    width: 75%;
  }
}

/* line 81, ../sass/_posts.scss */
.holder--post > header {
  padding-top: 100px;
}

/* line 90, ../sass/_posts.scss */
.single-post article.post {
  padding-bottom: 80px;
  background-color: #fff;
}
/* line 95, ../sass/_posts.scss */
.single-post article.post header {
  background-color: #fff;
}
/* line 99, ../sass/_posts.scss */
.single-post article.post h1 {
  font-size: 50px;
  font-size: 4vw;
}
@media (max-width: 500px) {
  /* line 99, ../sass/_posts.scss */
  .single-post article.post h1 {
    font-size: 20px;
  }
}
@media (min-width: 1250px) {
  /* line 99, ../sass/_posts.scss */
  .single-post article.post h1 {
    font-size: 50px;
  }
}
/* line 108, ../sass/_posts.scss */
.single-post article.post ul {
  margin: 20px 0 40px 30px;
}
/* line 112, ../sass/_posts.scss */
.single-post article.post * + h2 {
  margin-top: 45px;
}
/* line 116, ../sass/_posts.scss */
.single-post article.post .posted-on {
  margin-bottom: 30px;
}

/* line 123, ../sass/_posts.scss */
.single-post .text-block__col-1 p,
.single-post .text-block__col-1 li {
  font-size: 18px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 123, ../sass/_posts.scss */
  .single-post .text-block__col-1 p,
  .single-post .text-block__col-1 li {
    font-size: 14px;
  }
}
@media (min-width: 1125px) {
  /* line 123, ../sass/_posts.scss */
  .single-post .text-block__col-1 p,
  .single-post .text-block__col-1 li {
    font-size: 18px;
  }
}
/* line 130, ../sass/_posts.scss */
.single-post .text-block ul,
.single-post .text-block ol {
  margin: 15px 0 30px 30px;
}

/* line 138, ../sass/_posts.scss */
.single-post article.post {
  max-width: 75%;
  margin: 40px 0;
}
/* line 142, ../sass/_posts.scss */
.single-post article.post p,
.single-post article.post li {
  font-size: 18px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 142, ../sass/_posts.scss */
  .single-post article.post p,
  .single-post article.post li {
    font-size: 14px;
  }
}
@media (min-width: 1125px) {
  /* line 142, ../sass/_posts.scss */
  .single-post article.post p,
  .single-post article.post li {
    font-size: 18px;
  }
}

/* line 152, ../sass/_posts.scss */
.single-post article a {
  color: #00aef0;
}
/* line 156, ../sass/_posts.scss */
.single-post article p a::after,
.single-post article li a::after {
  background-color: #00aef0 !important;
}

/* line 166, ../sass/_posts.scss */
.single-post .hero-image,
.blog .hero-image,
.archive .hero-image {
  min-height: 250px;
}
@media (min-width: 43.75em) {
  /* line 166, ../sass/_posts.scss */
  .single-post .hero-image,
  .blog .hero-image,
  .archive .hero-image {
    height: 60vh;
  }
}
/* line 174, ../sass/_posts.scss */
.desktop .single-post .hero-image, .desktop
.blog .hero-image, .desktop
.archive .hero-image {
  position: relative;
}
/* line 179, ../sass/_posts.scss */
.single-post .text-block blockquote,
.blog .text-block blockquote,
.archive .text-block blockquote {
  color: #252525;
}
/* line 183, ../sass/_posts.scss */
.single-post .text-block blockquote > div,
.blog .text-block blockquote > div,
.archive .text-block blockquote > div {
  background-color: #252525;
}

/* line 189, ../sass/_posts.scss */
.blog-loadmore {
  padding: 40px 0 60px 0;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 197, ../sass/_posts.scss */
.page-header {
  background-color: #d7d7d7;
  color: #fff;
}

/* line 1, ../sass/_pagination.scss */
.pagination {
  text-align: center;
  margin: 20px 0 60px 0;
}
/* line 6, ../sass/_pagination.scss */
.pagination .page-numbers {
  display: inline-block;
  color: #21262c;
  margin-right: 2px;
  padding: 0.5em 0.75em;
}
/* line 13, ../sass/_pagination.scss */
.pagination a.page-numbers {
  color: #FFF;
  background: #21262c;
}
/* line 17, ../sass/_pagination.scss */
.pagination a.page-numbers:hover {
  background: #00aef0;
}

/* line 1, ../sass/_filters.scss */
.filters-wrapper {
  border-bottom: 10px #f4f4f4 solid;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 0;
}

/* line 8, ../sass/_filters.scss */
.filters-wrapper {
  top: -1px;
  z-index: 2;
  margin-bottom: 0;
}
@media (min-width: 40.625em) {
  /* line 8, ../sass/_filters.scss */
  .filters-wrapper {
    position: -webkit-sticky;
    position: sticky;
  }
}

/* line 17, ../sass/_filters.scss */
.filters {
  overflow: hidden;
  max-height: 0;
  min-height: 90px;
  transition: max-height 0.4s ease-in-out;
  color: #a5a5a5;
}
@supports ((display: -webkit-box) or (display: -ms-flexbox) or (display: flex)) {
  /* line 17, ../sass/_filters.scss */
  .filters {
    min-height: inherit;
  }
}
@media (min-width: 40.625em) {
  /* line 17, ../sass/_filters.scss */
  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: none;
    padding: 20px 0;
  }
}
/* line 35, ../sass/_filters.scss */
.filters.active {
  max-height: 1000px;
  min-height: 90px;
}
/* line 42, ../sass/_filters.scss */
.filters > *:hover {
  cursor: pointer;
  color: #00aef0;
}
/* line 47, ../sass/_filters.scss */
.filters > *:not(:last-child) {
  position: relative;
}
/* line 51, ../sass/_filters.scss */
.filters > *:not(:last-child)::after {
  content: "";
  display: none;
  height: 12px;
  width: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
@media (min-width: 40.625em) {
  /* line 51, ../sass/_filters.scss */
  .filters > *:not(:last-child)::after {
    display: block;
  }
}
/* line 67, ../sass/_filters.scss */
.filters li {
  padding-left: 0;
}
/* line 71, ../sass/_filters.scss */
.filters li + li {
  margin-top: 0;
}
/* line 75, ../sass/_filters.scss */
.filters a {
  text-decoration: none;
  display: inline-block;
  padding: 12px;
  color: #a5a5a5;
}
/* line 80, ../sass/_filters.scss */
.filters a:hover {
  color: #00aef0;
}
/* line 85, ../sass/_filters.scss */
.blog .filters .all,
.filters .active,
.filters .current-cat a {
  color: #252525;
  font-weight: 700;
}

/* line 94, ../sass/_filters.scss */
.show-hide {
  padding: 15px 0;
}

/* line 98, ../sass/_filters.scss */
#show-hide {
  display: block;
}
@media (min-width: 40.625em) {
  /* line 98, ../sass/_filters.scss */
  #show-hide {
    display: none;
  }
}
/* line 104, ../sass/_filters.scss */
#show-hide button {
  border: 0;
  font-size: 16px;
  font-size: 1.6vw;
  background-color: transparent;
  font-weight: 700;
  display: block;
  outline: none;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 875px) {
  /* line 104, ../sass/_filters.scss */
  #show-hide button {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 104, ../sass/_filters.scss */
  #show-hide button {
    font-size: 16px;
  }
}
/* line 115, ../sass/_filters.scss */
#show-hide button svg {
  position: relative;
  top: 3px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all 0.15s linear;
}
/* line 123, ../sass/_filters.scss */
#show-hide button.active svg {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* Mixitup */
/* ------------------------------------------- */
/* Tabs */
/* ------------------------------------------- */
/* line 5, ../sass/_tabs.scss */
#tabwrap {
  overflow: hidden;
  width: 100%;
}

/* line 9, ../sass/_tabs.scss */
#tabs {
  overflow: hidden;
  /* tuck under border below */
  position: relative;
  top: -9px;
}
@media (min-width: 40.625em) {
  /* line 9, ../sass/_tabs.scss */
  #tabs {
    top: 1px;
  }
}

/* line 18, ../sass/_tabs.scss */
#tabs li {
  list-style: none;
}

/* line 33, ../sass/_tabs.scss */
.tab-content .current {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/* line 39, ../sass/_tabs.scss */
#tabs li.current a {
  font-weight: 700;
  color: #21262c;
}

/* line 44, ../sass/_tabs.scss */
.tab-content > div {
  display: none;
}

/* line 48, ../sass/_tabs.scss */
.tab-content ul {
  margin-bottom: 0;
}

/* line 52, ../sass/_tabs.scss */
.tab-content .current {
  display: block;
}

/* line 1, ../sass/_author-info.scss */
.author-info {
  /* --------------------------------------------------- */
  background-color: #f4f4f4;
  /* --------------------------------------------------- */
}
/* line 7, ../sass/_author-info.scss */
.author-info > .holder {
  display: grid;
  grid-template-columns: 125px .9fr;
  grid-gap: 50px;
}
@media (min-width: 50em) {
  /* line 7, ../sass/_author-info.scss */
  .author-info > .holder {
    grid-template-columns: 125px .7fr;
  }
}
/* line 24, ../sass/_author-info.scss */
.author-info__image {
  margin-bottom: 30px;
  width: 125px;
}
@media (min-width: 31.25em) {
  /* line 24, ../sass/_author-info.scss */
  .author-info__image {
    float: left;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
/* line 37, ../sass/_author-info.scss */
.author-info__image img {
  display: block;
  border-radius: 50%;
}
@media (min-width: 31.25em) {
  /* line 44, ../sass/_author-info.scss */
  .author-info__bio {
    float: left;
    width: calc(80% - 125px);
  }
}
@media (min-width: 50em) {
  /* line 44, ../sass/_author-info.scss */
  .author-info__bio {
    width: calc(70% - 125px);
  }
}
/* line 57, ../sass/_author-info.scss */
.author-info__bio h5 {
  font-size: 24px;
  font-size: 2vw;
  color: #00aef0;
}
@media (max-width: 800px) {
  /* line 57, ../sass/_author-info.scss */
  .author-info__bio h5 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 57, ../sass/_author-info.scss */
  .author-info__bio h5 {
    font-size: 24px;
  }
}
@supports (display: grid) {
  /* line 69, ../sass/_author-info.scss */
  .author-info__image, .author-info__bio {
    width: auto;
    float: none;
  }
  /* line 75, ../sass/_author-info.scss */
  .author-info__image {
    margin-bottom: 0;
    margin-right: 0;
    grid-column: 1 / -1;
  }
  @media (min-width: 31.25em) {
    /* line 75, ../sass/_author-info.scss */
    .author-info__image {
      grid-column: 1;
    }
  }
  /* line 86, ../sass/_author-info.scss */
  .author-info__bio {
    grid-column: 1 / -1;
  }
  @media (min-width: 31.25em) {
    /* line 86, ../sass/_author-info.scss */
    .author-info__bio {
      grid-column: 2 / 3;
    }
  }
}

/* line 1, ../sass/_footer.scss */
[role="contentinfo"] {
  color: #fff;
  padding: 45px 0 0 0;
  position: relative;
  z-index: 2;
  background-color: #21262c;
}
/* line 8, ../sass/_footer.scss */
[role="contentinfo"] a {
  color: #fff;
}
/* line 15, ../sass/_footer.scss */
[role="contentinfo"] h5 {
  color: #00aef0;
}

/* line 21, ../sass/_footer.scss */
.footer-main {
  font-size: 24px;
  font-size: 2vw;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 800px) {
  /* line 21, ../sass/_footer.scss */
  .footer-main {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 21, ../sass/_footer.scss */
  .footer-main {
    font-size: 24px;
  }
}

/* line 31, ../sass/_footer.scss */
.footer__contact {
  margin-bottom: 30px;
}
@media (min-width: 43.75em) {
  /* line 31, ../sass/_footer.scss */
  .footer__contact {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 43.75em) {
  /* line 42, ../sass/_footer.scss */
  .footer__signup {
    float: left;
    width: 50%;
  }
}
/* line 48, ../sass/_footer.scss */
.footer__signup p {
  font-size: 24px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 48, ../sass/_footer.scss */
  .footer__signup p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 48, ../sass/_footer.scss */
  .footer__signup p {
    font-size: 24px;
  }
}

@supports (display: grid) {
  /* line 54, ../sass/_footer.scss */
  .footer__contact,
  .footer__signup {
    width: auto;
    padding-right: 0;
    float: none;
  }

  /* line 61, ../sass/_footer.scss */
  .footer__contact {
    grid-column: 1 / -1;
  }
  @media (min-width: 43.75em) {
    /* line 61, ../sass/_footer.scss */
    .footer__contact {
      grid-column: 1 / 2;
    }
  }

  /* line 69, ../sass/_footer.scss */
  .footer__signup {
    grid-column: 1 / -1;
  }
  @media (min-width: 43.75em) {
    /* line 69, ../sass/_footer.scss */
    .footer__signup {
      grid-column: 2 / 3;
    }
  }
}
/* --------------------------------------------------- */
/* line 80, ../sass/_footer.scss */
.footer-notes {
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (min-width: 43.75em) {
  /* line 80, ../sass/_footer.scss */
  .footer-notes {
    padding-bottom: 100px;
    margin-top: 50px;
  }
}
/* line 91, ../sass/_footer.scss */
.footer-notes address {
  line-height: 160%;
}
/* line 95, ../sass/_footer.scss */
.footer-notes a {
  text-decoration: none;
}
/* line 97, ../sass/_footer.scss */
.footer-notes a:hover {
  text-decoration: underline;
  text-decoration-skip: ink;
}
/* line 107, ../sass/_footer.scss */
.footer-notes li + li {
  margin-top: 4px;
}
/* line 111, ../sass/_footer.scss */
.footer-notes h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 111, ../sass/_footer.scss */
  .footer-notes h6 {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 111, ../sass/_footer.scss */
  .footer-notes h6 {
    font-size: 16px;
  }
}
/* line 116, ../sass/_footer.scss */
.footer-notes > div {
  margin-bottom: 40px;
}
@media (min-width: 51.25em) {
  /* line 116, ../sass/_footer.scss */
  .footer-notes > div {
    width: 33.333333%;
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 43.75em) {
  /* line 116, ../sass/_footer.scss */
  .footer-notes > div {
    grid-column: 1 / -1;
  }
}
@supports (display: grid) {
  /* line 131, ../sass/_footer.scss */
  .footer-notes > div {
    width: auto;
    float: none;
  }
}

/* line 151, ../sass/_footer.scss */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 154, ../sass/_footer.scss */
.social li {
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 159, ../sass/_footer.scss */
.social li + li {
  margin-top: 0;
}
/* line 163, ../sass/_footer.scss */
.social li:not(:last-child) {
  margin-right: 20px;
}
/* line 167, ../sass/_footer.scss */
.social a:hover {
  opacity: 0.7;
}
/* line 171, ../sass/_footer.scss */
.social svg path {
  fill: #21262c;
}
/* line 175, ../sass/_footer.scss */
.social svg rect {
  fill: #fff;
}

/* line 182, ../sass/_footer.scss */
.colophon {
  padding: 35px 0 50px 0;
  background-color: #111;
  color: #fff;
}
/* line 187, ../sass/_footer.scss */
.colophon .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 53.125em) {
  /* line 187, ../sass/_footer.scss */
  .colophon .holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 197, ../sass/_footer.scss */
.colophon .colophon__col-1 {
  margin-right: auto;
  padding-right: 30px;
  padding-top: 30px;
  max-width: 500px;
  width: 60%;
  color: #666;
}
/* line 205, ../sass/_footer.scss */
.colophon .colophon__col-1 a {
  color: #666;
  text-decoration: underline;
}
/* line 208, ../sass/_footer.scss */
.colophon .colophon__col-1 a:hover {
  color: #fff;
}
/* line 213, ../sass/_footer.scss */
.colophon .colophon__col-1 p {
  display: inline;
}
@media (min-width: 53.125em) {
  /* line 218, ../sass/_footer.scss */
  .colophon .colophon__col-2 {
    text-align: right;
    width: 35%;
  }
}
/* line 226, ../sass/_footer.scss */
.colophon p {
  font-size: 13px;
}
/* line 230, ../sass/_footer.scss */
.colophon img[src*="ltg"] {
  width: 55px;
  height: auto;
  position: relative;
  top: 10px;
  display: inline-block;
  margin-left: 5px;
}

/* line 240, ../sass/_footer.scss */
.footnotes-nav {
  padding: 20px 0;
}
/* line 242, ../sass/_footer.scss */
.footnotes-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -10px;
}
@media (min-width: 53.125em) {
  /* line 242, ../sass/_footer.scss */
  .footnotes-nav ul {
    left: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 253, ../sass/_footer.scss */
.footnotes-nav li {
  font-size: 13px;
}
/* line 255, ../sass/_footer.scss */
.footnotes-nav li + li {
  margin-top: 10px;
}
@media (min-width: 53.125em) {
  /* line 255, ../sass/_footer.scss */
  .footnotes-nav li + li {
    margin-top: 0;
  }
}
/* line 263, ../sass/_footer.scss */
.footnotes-nav a {
  padding: 5px 10px;
}

/* line 270, ../sass/_footer.scss */
.microkingdoms-footer.main-footer {
  background: #e7e7e7;
}
/* line 273, ../sass/_footer.scss */
.microkingdoms-footer.main-footer .colophon {
  background: #f4f4f4;
}
/* line 277, ../sass/_footer.scss */
.microkingdoms-footer.main-footer.white-text {
  color: white !important;
}
/* line 279, ../sass/_footer.scss */
.microkingdoms-footer.main-footer.white-text .footer-email--container a:hover {
  color: white !important;
}
/* line 282, ../sass/_footer.scss */
.microkingdoms-footer.main-footer.white-text .social svg rect, .microkingdoms-footer.main-footer.white-text .preloaded-logo path {
  fill: white !important;
}

/* line 289, ../sass/_footer.scss */
.main-footer .footer-email--container, .contact-email--container {
  position: relative;
}
/* line 292, ../sass/_footer.scss */
.main-footer .footer-email--container .copy-tip, .contact-email--container .copy-tip {
  display: none;
  font-size: 10px;
  color: black;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: -25px;
  left: 60px;
  background: white;
  width: 140px;
  z-index: 10;
}
/* line 306, ../sass/_footer.scss */
.main-footer .footer-email--container .copy-tip:after, .contact-email--container .copy-tip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -5px;
}
/* line 318, ../sass/_footer.scss */
.main-footer .footer-email--container .copy-highlight, .contact-email--container .copy-highlight {
  display: none;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
}
/* line 330, ../sass/_footer.scss */
.main-footer .footer-email--container a:hover, .contact-email--container a:hover {
  text-decoration: none;
  color: black !important;
  cursor: pointer;
}
/* line 336, ../sass/_footer.scss */
.main-footer .footer-email--container a:hover .copy-tip, .contact-email--container a:hover .copy-tip {
  display: block;
}

/* line 344, ../sass/_footer.scss */
.contact-email--container .copy-tip {
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  top: -45px;
  left: 70px;
  background: #000;
  width: 140px;
  letter-spacing: 0px !important;
}
/* line 355, ../sass/_footer.scss */
.contact-email--container .copy-tip:after {
  border-top: 5px solid #000;
}
/* line 359, ../sass/_footer.scss */
.contact-email--container .copy-highlight {
  width: auto;
}
/* line 363, ../sass/_footer.scss */
.contact-email--container a {
  position: relative;
}

@media (max-width: 700px) {
  /* line 370, ../sass/_footer.scss */
  .microkingdoms-footer .preloaded-logo, .microkingdoms-footer .colophon .preloaded-logo {
    margin-top: 55px;
  }

  /* line 374, ../sass/_footer.scss */
  .microkingdoms-footer .social li {
    margin-bottom: 5px;
  }
}
@-webkit-keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes circle {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes tick {
  90% {
    -webkit-transform: translate(-30%, -40%) rotate(-45deg) scale(1.1);
            transform: translate(-30%, -40%) rotate(-45deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-30%, -40%) rotate(-45deg) scale(1);
            transform: translate(-30%, -40%) rotate(-45deg) scale(1);
  }
}
@keyframes tick {
  90% {
    -webkit-transform: translate(-30%, -40%) rotate(-45deg) scale(1.1);
            transform: translate(-30%, -40%) rotate(-45deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-30%, -40%) rotate(-45deg) scale(1);
            transform: translate(-30%, -40%) rotate(-45deg) scale(1);
  }
}
@-webkit-keyframes fade {
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  100% {
    opacity: 0;
  }
}
/* line 22, ../sass/_protected.scss */
.password-protected {
  max-height: 100vh;
  overflow: hidden;
}
/* line 26, ../sass/_protected.scss */
.password-protected * {
  visibility: hidden;
}

/* line 31, ../sass/_protected.scss */
.password-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #f4f4f4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: visible;
  z-index: 10;
}
/* line 45, ../sass/_protected.scss */
.password-overlay * {
  visibility: visible !important;
}

/* line 50, ../sass/_protected.scss */
.password-overlay.success {
  -webkit-animation: fade 300ms 1.5s forwards ease;
          animation: fade 300ms 1.5s forwards ease;
}

/* line 54, ../sass/_protected.scss */
.password-overlay__content {
  width: 100%;
  max-width: 500px;
  min-height: 200px;
  border-bottom: 10px solid rgba(17, 17, 17, 0.1);
}

/* line 62, ../sass/_protected.scss */
.password-overlay__form {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
/* line 68, ../sass/_protected.scss */
.password-overlay__form input {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
/* line 77, ../sass/_protected.scss */
.password-overlay__form input[type="hidden"] {
  display: none;
}
/* line 81, ../sass/_protected.scss */
.password-overlay__form .password-overlay__input input:focus,
.password-overlay__form .password-overlay__input.error input:focus {
  outline: none;
  background: white;
  border-bottom: 1px solid #00aef0;
  box-shadow: -1px -1px 1px 0 white, 1px -1px 1px 0 white, 0 2px 1px 0 rgba(0, 174, 240, 0.3);
}
/* line 92, ../sass/_protected.scss */
.password-overlay__form .password-overlay__input.error input {
  border-bottom: 1px solid #ed2b47;
  box-shadow: -1px -1px 1px 0 white, 1px -1px 1px 0 white;
}
/* line 99, ../sass/_protected.scss */
.password-overlay__form .password-overlay__input.error label {
  display: block;
  margin-top: 5px;
  color: #ed2b47;
  font-size: 12px;
  text-align: left;
}
/* line 107, ../sass/_protected.scss */
.password-overlay__form button {
  margin-top: 20px;
}

/* line 112, ../sass/_protected.scss */
.password-overlay__success {
  position: relative;
  width: 60px;
  height: 60px;
}
/* line 117, ../sass/_protected.scss */
.password-overlay__success svg {
  width: 70px;
  height: 70px;
}
/* line 122, ../sass/_protected.scss */
.password-overlay__success circle {
  fill: none;
  stroke: #50c878;
  stroke-width: 5px;
  stroke-dasharray: 376px;
  stroke-dashoffset: 376px;
  -webkit-animation: circle 2s forwards ease;
          animation: circle 2s forwards ease;
}
/* line 131, ../sass/_protected.scss */
.password-overlay__success::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 15px;
  border: 5px solid #50c878;
  border-top: none;
  border-right: none;
  -webkit-transform: translate(-30%, -40%) rotate(-45deg) scale(0);
          transform: translate(-30%, -40%) rotate(-45deg) scale(0);
  -webkit-animation: tick 300ms 1s forwards ease;
          animation: tick 300ms 1s forwards ease;
}

/* line 1, ../sass/_page--microkingdom.scss */
.microkingdoms-hero {
  background-position: cover;
}

/* line 6, ../sass/_page--microkingdom.scss */
.microkingdoms-content {
  padding-top: 52vh;
  text-align: center;
}
/* line 10, ../sass/_page--microkingdom.scss */
.microkingdoms-content * {
  z-index: 90;
}
/* line 14, ../sass/_page--microkingdom.scss */
.microkingdoms-content h1, .microkingdoms-content h2, .microkingdoms-content span, .microkingdoms-content p {
  color: white;
}
/* line 19, ../sass/_page--microkingdom.scss */
.microkingdoms-content span, .microkingdoms-content p, .microkingdoms-content h2 {
  font-family: 'Open Sans';
}
/* line 23, ../sass/_page--microkingdom.scss */
.microkingdoms-content .microsite_small-header {
  font-size: 48px;
}
/* line 27, ../sass/_page--microkingdom.scss */
.microkingdoms-content h1 {
  font-size: 85px;
  line-height: 1;
  margin-bottom: 70px;
}
/* line 33, ../sass/_page--microkingdom.scss */
.microkingdoms-content h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
/* line 40, ../sass/_page--microkingdom.scss */
.microkingdoms-content p {
  font-size: 35px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.4;
}
/* line 47, ../sass/_page--microkingdom.scss */
.microkingdoms-content a {
  color: #fff;
  font-weight: bold;
}
/* line 51, ../sass/_page--microkingdom.scss */
.microkingdoms-content a:after {
  content: none;
}
/* line 57, ../sass/_page--microkingdom.scss */
.microkingdoms-content .press-enquiries p {
  font-size: 21px;
  color: #fff;
  display: block;
  margin-top: 70px;
}
/* line 64, ../sass/_page--microkingdom.scss */
.microkingdoms-content .press-enquiries a {
  color: #ee2644;
  text-decoration: underline;
}
/* line 68, ../sass/_page--microkingdom.scss */
.microkingdoms-content .press-enquiries a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 75, ../sass/_page--microkingdom.scss */
.microkingdoms-content .margin-top {
  margin-top: 115px;
}
/* line 79, ../sass/_page--microkingdom.scss */
.microkingdoms-content .credits-logo {
  float: left;
  text-align: center;
  padding-right: 0;
  margin-bottom: 100px;
  width: 33%;
}
/* line 86, ../sass/_page--microkingdom.scss */
.microkingdoms-content .credits-logo span {
  font-size: 16px;
  display: block;
}
/* line 91, ../sass/_page--microkingdom.scss */
.microkingdoms-content .credits-logo img {
  max-width: 80%;
  max-height: 65px;
}
/* line 97, ../sass/_page--microkingdom.scss */
.microkingdoms-content .wow {
  visibility: hidden;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
/* line 103, ../sass/_page--microkingdom.scss */
.microkingdoms-content .credits span {
  clear: both;
  font-size: 14px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 190px;
}

/* line 118, ../sass/_page--microkingdom.scss */
.micro-fadein {
  position: fixed;
  background: #030303;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}

/* line 130, ../sass/_page--microkingdom.scss */
.animated {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 137, ../sass/_page--microkingdom.scss */
.microkingdoms-bottom-fade {
  padding-top: 115px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#030303+44,313131+100 */
  background: #030303;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #030303 0%, #313131 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#313131',GradientType=0 );
  /* IE6-9 */
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
/* line 152, ../sass/_page--microkingdom.scss */
.microkingdoms-bottom-fade .quote {
  font-size: 28px;
}
/* line 156, ../sass/_page--microkingdom.scss */
.microkingdoms-bottom-fade .quote-attr {
  font-size: 18px;
  display: block;
  margin-top: 30px;
  margin-bottom: 175px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 185, ../sass/_page--microkingdom.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 218, ../sass/_page--microkingdom.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* line 223, ../sass/_page--microkingdom.scss */
.microkingdoms-footer, .microkingdoms-footer .colophon {
  background-color: #f3f3f3;
  color: #000;
  padding: 20px 0 0 0;
}
/* line 228, ../sass/_page--microkingdom.scss */
.microkingdoms-footer a, .microkingdoms-footer .colophon a {
  color: #000;
}
/* line 231, ../sass/_page--microkingdom.scss */
.microkingdoms-footer a:hover, .microkingdoms-footer .colophon a:hover {
  text-decoration: none;
  color: #00aef0 !important;
}
/* line 239, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .social svg path, .microkingdoms-footer .colophon .social svg path {
  fill: #fff;
}
/* line 243, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .social svg rect, .microkingdoms-footer .colophon .social svg rect {
  fill: #000;
}
/* line 249, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .preloaded-logo, .microkingdoms-footer .colophon .preloaded-logo {
  max-width: 120px;
}
/* line 253, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .preloaded-logo path, .microkingdoms-footer .colophon .preloaded-logo path {
  fill: #000;
}
/* line 257, ../sass/_page--microkingdom.scss */
.microkingdoms-footer span > a, .microkingdoms-footer .colophon span > a {
  text-decoration: underline;
}
/* line 261, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .footer-notes, .microkingdoms-footer .colophon .footer-notes {
  padding-bottom: 20px;
}

/* line 267, ../sass/_page--microkingdom.scss */
.microkingdoms-footer .colophon {
  background-color: #fff;
  padding-bottom: 20px;
}

/* line 272, ../sass/_page--microkingdom.scss */
.microkingdoms-background-dark {
  background-color: #1c1c1c;
  color: white;
  position: relative;
  display: block;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
/* line 282, ../sass/_page--microkingdom.scss */
.microkingdoms-background-dark .panels-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto;
}
/* line 288, ../sass/_page--microkingdom.scss */
.microkingdoms-background-dark .panel:nth-of-type(3),
.microkingdoms-background-dark .panel:nth-of-type(5),
.microkingdoms-background-dark .panel:nth-of-type(7),
.microkingdoms-background-dark .panel:nth-of-type(9) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/* line 296, ../sass/_page--microkingdom.scss */
.microkingdoms-background-dark p {
  font-size: 22px;
}
/* line 300, ../sass/_page--microkingdom.scss */
.microkingdoms-background-dark h4 {
  text-transform: uppercase;
  font-size: 32px;
}

/* line 308, ../sass/_page--microkingdom.scss */
.circle-img {
  border-radius: 50%;
  max-width: 400px;
}

/* line 316, ../sass/_page--microkingdom.scss */
.background-white {
  background-color: #fff;
  color: #000;
  position: relative;
  display: block;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
/* line 326, ../sass/_page--microkingdom.scss */
.background-white h2 {
  display: block;
  text-align: center;
  font-size: 32px;
}
/* line 332, ../sass/_page--microkingdom.scss */
.background-white p {
  color: #000;
  font-size: 16px;
  margin-bottom: 2rem;
}
/* line 338, ../sass/_page--microkingdom.scss */
.background-white iframe {
  width: 100%;
}
/* line 343, ../sass/_page--microkingdom.scss */
.background-white .video-wrap {
  padding: 5px;
  background: white;
}

/* line 352, ../sass/_page--microkingdom.scss */
.microkingdoms-dev h3 {
  text-align: center;
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 360, ../sass/_page--microkingdom.scss */
.microkingdoms-dev .panel {
  padding: 5px;
}
/* line 364, ../sass/_page--microkingdom.scss */
.microkingdoms-dev p {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 15px;
}

@media (max-width: 1070px) {
  /* line 378, ../sass/_page--microkingdom.scss */
  .microkingdoms-content {
    padding-top: 0;
    background: #050505;
    margin-top: -290px;
  }
  /* line 383, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .bbc-earth-logo {
    max-height: 230px;
    margin-bottom: 10px;
  }
  /* line 388, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .microsite_small-header {
    font-size: 30px;
  }
  /* line 392, ../sass/_page--microkingdom.scss */
  .microkingdoms-content h1 {
    font-size: 39px;
    margin-bottom: 70px;
  }
  /* line 397, ../sass/_page--microkingdom.scss */
  .microkingdoms-content h2 {
    font-size: 25px;
  }
  /* line 401, ../sass/_page--microkingdom.scss */
  .microkingdoms-content p {
    font-size: 24px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 500px;
  }
  /* line 408, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .microkingdoms-dev p {
    font-size: 15px !important;
  }
  /* line 412, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .press-enquiries {
    font-size: 16px;
  }
  /* line 416, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits-logo {
    padding-right: 5px;
    width: 100%;
  }
  /* line 419, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits-logo span {
    font-size: 13px;
  }

  /* line 434, ../sass/_page--microkingdom.scss */
  .microkingdoms-bottom-fade .quote {
    font-size: 22px;
  }

  /* line 438, ../sass/_page--microkingdom.scss */
  .microkingdoms-bottom-fade .quote-attr {
    font-size: 16px;
  }

  /* line 443, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits-left, .microkingdoms-content .credits-middle, .microkingdoms-content .credits-right {
    margin-bottom: 30px;
  }

  /* line 447, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits span {
    margin-top: 50px;
  }

  /* line 451, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark {
    text-align: center;
  }
  /* line 454, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .panels-wrapper, .microkingdoms-background-dark .panel {
    display: block;
  }
  /* line 458, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .panel:nth-of-type(3),
  .microkingdoms-background-dark .panel:nth-of-type(5),
  .microkingdoms-background-dark .panel:nth-of-type(7),
  .microkingdoms-background-dark .panel:nth-of-type(9) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  /* line 466, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .panel {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  /* line 471, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark p, .microkingdoms-background-dark h2, .microkingdoms-background-dark h3 {
    text-align: center;
  }
  /* line 475, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .circle-img {
    margin: 0 auto;
  }
  /* line 480, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark p {
    margin-bottom: 40px;
    font-size: 20px;
  }
  /* line 485, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark h4 {
    font-size: 22px;
  }

  /* line 492, ../sass/_page--microkingdom.scss */
  .microkingdoms-dev .panels-wrapper .panel p {
    padding-left: 0;
  }

  /* line 496, ../sass/_page--microkingdom.scss */
  .microkingdoms-bottom-fade .quote-attr {
    margin-bottom: 150px;
  }

  /* line 500, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .btn--alt2 {
    margin: 40px auto !important;
  }

  /* line 504, ../sass/_page--microkingdom.scss */
  .microkingdoms-hero, .desktop .hero-image.microkingdoms-hero {
    background-position-y: top;
    position: static;
    height: 582px;
  }

  /* line 510, ../sass/_page--microkingdom.scss */
  .micro-fadein {
    display: none !important;
  }

  /* line 514, ../sass/_page--microkingdom.scss */
  .microkingdoms-bottom-fade {
    padding-top: 90px;
  }

  /* line 518, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .margin-top {
    margin-top: 80px;
  }

  /* line 522, ../sass/_page--microkingdom.scss */
  .circle-img {
    max-width: 65%;
    height: auto !important;
    margin-top: 40px !important;
  }

  /* line 527, ../sass/_page--microkingdom.scss */
  .microkingdoms-background-dark .panels-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 532, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits-logo {
    margin-bottom: 50px;
  }

  /* line 536, ../sass/_page--microkingdom.scss */
  .microkingdoms-content .credits span {
    margin-bottom: 120px;
  }
}
/* line 1, ../sass/_playspace.scss */
.playspace-page > main {
  padding: 50px;
  background: #f8f8f8;
}

/* line 6, ../sass/_playspace.scss */
.playspace-signup {
  max-width: 800px;
  margin: 0 auto;
}
/* line 10, ../sass/_playspace.scss */
.playspace-signup h1 {
  font-size: 20px;
  font-family: 'Open Sans';
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 8px;
}
/* line 19, ../sass/_playspace.scss */
.playspace-signup p {
  text-align: center;
}

/* line 24, ../sass/_playspace.scss */
.playspace-header {
  display: block;
  padding: 60px 30px;
  text-align: center;
  background-color: #1a97ca;
}
/* line 30, ../sass/_playspace.scss */
.playspace-header > img {
  max-height: 250px;
}

/* line 35, ../sass/_playspace.scss */
.playspace-content {
  background-color: #f8f8f8;
  padding: 50px 30px;
}

/* line 41, ../sass/_playspace.scss */
.playspace-cta > .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 47, ../sass/_playspace.scss */
.playspace-cta .playspace-intro {
  font-size: 24px;
  color: white;
  max-width: 550px;
  padding-right: 25px;
  margin-top: 5px;
  margin-bottom: 60px;
}
/* line 56, ../sass/_playspace.scss */
.playspace-cta .playspace-left {
  width: 70%;
  float: left;
  display: inline-block;
}
/* line 62, ../sass/_playspace.scss */
.playspace-cta .playspace-right {
  width: 30%;
  display: inline-block;
}

@media (max-width: 800px) {
  /* line 72, ../sass/_playspace.scss */
  .playspace-page > main {
    padding: 20px;
  }

  /* line 76, ../sass/_playspace.scss */
  .playspace-cta {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  /* line 80, ../sass/_playspace.scss */
  .playspace-cta .playspace-intro {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /* line 85, ../sass/_playspace.scss */
  .playspace-cta .playspace-right {
    display: none;
  }
  /* line 88, ../sass/_playspace.scss */
  .playspace-cta .playspace-left {
    width: 100%;
  }
}
