@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

@font-face {
  font-family: "Brandon Grotesque Regular";
  src: url("/media/fonts/Brandon-Grotesque-Web-Regular.woff2") format("woff2"), url("/media/fonts/Brandon-Grotesque-Web-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque Medium";
  src: url("/media/fonts/Brandon-Grotesque-Web-Medium.woff2") format("woff2"), url("/media/fonts/Brandon-Grotesque-Web-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brandon Grotesque Bold";
  src: url("/media/fonts/Brandon-Grotesque-Web-Bold.woff2") format("woff2"), url("/media/fonts/Brandon-Grotesque-Web-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
[v-cloak] {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html,
body {
  color: #2E2E2D;
  background-color: #F5F3EB;
  font-family: "Brandon Grotesque Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  height: auto;
  width: 100%;
  margin: 0;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1360px) {
  html,
  body {
    letter-spacing: 0.5px;
  }
}
html.mobile-nav-visible,
body.mobile-nav-visible {
  height: 100%;
  overflow: hidden;
}

html.no-padding {
  padding: 0;
}

#app {
  width: 100%;
  position: relative;
  background-color: #F5F3EB;
}
.home #app {
  background-color: #fff;
}

.app-inner {
  position: relative;
  background-color: #fff;
}
.home .app-inner {
  background-color: transparent;
}

body.no-css-transitions {
  transition: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

a {
  transition: all 200ms ease-in;
  display: inline-block;
  outline: none;
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}
@media screen and (min-width: 980px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 768px) {
  .container.container--small {
    max-width: 472px;
  }
}
@media screen and (min-width: 980px) {
  .container.container--small {
    max-width: 564px;
  }
}
@media screen and (min-width: 1360px) {
  .container.container--small {
    max-width: 708px;
  }
}
@media screen and (min-width: 768px) {
  .container.container--medium {
    max-width: 660px;
  }
}
@media screen and (min-width: 980px) {
  .container.container--medium {
    max-width: 752px;
  }
}
@media screen and (min-width: 1360px) {
  .container.container--medium {
    max-width: 944px;
  }
}
@media screen and (min-width: 768px) {
  .container.container--offset-1 {
    padding-left: 140px;
  }
}
@media screen and (min-width: 980px) {
  .container.container--offset-1 {
    padding-left: 188px;
  }
}
@media screen and (min-width: 1360px) {
  .container.container--offset-1 {
    padding-left: 236px;
  }
}
@media screen and (min-width: 768px) {
  .container.container--offset-2 {
    padding-left: 280px;
  }
}
@media screen and (min-width: 980px) {
  .container.container--offset-2 {
    padding-left: 376px;
  }
}
@media screen and (min-width: 1360px) {
  .container.container--offset-2 {
    padding-left: 472px;
  }
}
@media screen and (min-width: 1360px) {
  .container.container--justify {
    display: flex;
    justify-content: space-between;
  }
}

#page {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  #page {
    padding-top: 100px;
  }
}
@media screen and (min-width: 980px) {
  #page {
    padding-top: 130px;
  }
}
.home #page {
  padding-top: 0;
}

.text-container {
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (min-width: 768px) {
  .text-container {
    padding-left: 0;
    padding-right: 20px;
  }
}
.text-container p a {
  color: #7FB2CC;
  text-decoration: underline;
}
.text-container p a:hover {
  color: #e37d11;
}

.section-content {
  overflow: hidden;
}

.section-bg {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.section-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: #F5F3EB;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1074px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .section-bg:before {
    transform: translateX(-185px);
    padding: 0 20px;
  }
}
@media screen and (min-width: 980px) {
  .section-bg:before {
    transform: translateX(-282px);
  }
}
@media screen and (min-width: 1360px) {
  .section-bg:before {
    transform: translateX(-354px);
  }
}

#homepage {
  height: 100vh;
}

.page-header {
  position: relative;
}
.page-header .page-header___img-holder {
  position: relative;
}
.page-header .page-header__image {
  width: 100%;
  max-width: none;
}
.page-header .page-header__label {
  background-color: #fff;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .page-header .page-header__label {
    left: -30px;
    padding: 18px 30px;
  }
}
@media screen and (min-width: 980px) {
  .page-header .page-header__label {
    left: -40px;
    padding: 25px 40px;
  }
}
.page-header .page-header__title {
  color: #B7DB57;
  font-family: "Brandon Grotesque Bold";
  text-transform: uppercase;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .page-header .page-header__title {
    font-size: 2em;
  }
}
@media screen and (min-width: 980px) {
  .page-header .page-header__title {
    font-size: 3.4375em;
  }
}
.page-header .photo-caption {
  bottom: 10px;
}

.page-header picture + .container .page-header__label {
  top: -30px;
}
@media screen and (min-width: 768px) {
  .page-header picture + .container .page-header__label {
    top: -40px;
  }
}
@media screen and (min-width: 980px) {
  .page-header picture + .container .page-header__label {
    top: -60px;
  }
}

.hidden {
  display: none;
}

.no-css-transition {
  transition: none !important;
}

.read-more {
  text-decoration: underline;
  font-family: "Brandon Grotesque Bold";
  letter-spacing: -0.01em;
  font-size: 0.875em;
}
.read-more:hover {
  color: #7FB2CC;
}
.read-more.read-more--icon:after {
  content: " »";
}
.read-more.read-more--blue {
  color: #7FB2CC;
}
.read-more.read-more--blue:hover {
  color: #e37d11;
}
.read-more.read-more--no-transform {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .read-more {
    font-size: 1em;
  }
}
@media screen and (min-width: 980px) {
  .read-more {
    font-size: 1.25em;
  }
}

.back-link {
  text-decoration: underline;
  font-family: "Brandon Grotesque Bold";
  font-size: 0.75em;
  color: #7FB2CC;
}
.back-link:hover {
  color: #e37d11;
}
@media screen and (min-width: 768px) {
  .back-link {
    font-size: 1em;
  }
}
@media screen and (min-width: 980px) {
  .back-link {
    font-size: 1.125em;
  }
}

.border-small-left {
  position: relative;
}
.border-small-left:before {
  content: "";
  width: 2px;
  height: 75px;
  background-color: #B7DB57;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translateX(-14px);
}
@media screen and (min-width: 768px) {
  .border-small-left:before {
    transform: translateX(-20px);
  }
}
@media screen and (min-width: 980px) {
  .border-small-left:before {
    height: 100px;
    transform: translateX(-30px);
  }
}

.show-more {
  text-decoration: underline;
  font-family: "Brandon Grotesque Medium";
  text-transform: lowercase;
  font-size: 1.125em;
  color: #7FB2CC;
  text-align: center;
  width: 100%;
}
.show-more:after {
  content: "»";
  display: inline-block;
  margin-left: 5px;
  transform: rotate(90deg);
}
.show-more:hover {
  color: #e37d11;
}
@media screen and (min-width: 768px) {
  .show-more {
    font-size: 1.125em;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .show-more {
    font-size: 1.5em;
  }
  .show-more:after {
    margin-left: 10px;
  }
}

.download-link {
  display: flex;
  text-decoration: underline;
  font-family: "Brandon Grotesque Medium";
  font-size: 1em;
  line-height: 1.5;
  color: #7FB2CC;
  position: relative;
  padding-left: 50px;
  min-height: 37px;
  margin-bottom: 20px;
}
.download-link:last-of-type {
  margin-bottom: 0;
}
.download-link:hover {
  color: #e37d11;
}
.download-link svg {
  fill: #462a5e;
  width: 32px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 980px) {
  .download-link svg {
    width: 42px;
    height: 42px;
  }
}
.download-link span {
  align-self: center;
  transform: translateY(2px);
}
@media screen and (min-width: 980px) {
  .download-link {
    font-size: 1.25em;
    line-height: 1.5;
    min-height: 50px;
    margin-bottom: 30px;
  }
}

form .error-indicator {
  color: red;
  margin-top: 15px;
  margin-left: 20px;
}

.newsletter-form input.error {
  border: 1px solid red;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Brandon Grotesque Bold";
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}

a {
  color: #2E2E2D;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}
p:last-child {
  margin-bottom: 0 !important;
}

form input {
  box-sizing: border-box;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-left-enter-active, .slide-left-leave-active {
  transition: transform 0.8s ease;
}

.slide-left-enter, .slide-left-leave-to {
  transform: translateX(100%);
}

form {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Brandon Grotesque Regular";
}
@media screen and (min-width: 980px) {
  form {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
form#jobApplication-form {
  margin-top: -14px;
  margin-bottom: 5px;
}
form#jobApplication-form .field.file-field .errors.holder {
  margin-top: 13px;
  margin-left: 20px;
}
form fieldset {
  padding: 0;
  border: none;
}
form fieldset legend {
  margin-bottom: 5px;
}
form fieldset label {
  display: block;
  margin-bottom: 20px;
}
form .field-group {
  display: inline-block;
  margin-top: -1px;
}
form .field-group.field-group-2 {
  width: 100%;
}
form .field-group.field-group-2 .field {
  float: none;
}
form .field-group.field-group-2 .field.email2354635676-field, form .field-group.field-group-2 .field.singleLine8-field {
  float: left;
}
@media screen and (max-width: 980px) {
  form .field-group.field-group-2 .field {
    width: 100%;
  }
}
form .field-group.field-group-2 .field:first-child {
  margin-right: 20px;
}
form .field-group.field-group-2 input[type=text],
form .field-group.field-group-2 input[type=email],
form .field-group.field-group-2 input[type=tel],
form .field-group.field-group-2 input[type=number],
form .field-group.field-group-2 select {
  font-family: "Brandon Grotesque Regular";
  width: 334px;
}
@media screen and (max-width: 980px) {
  form .field-group.field-group-2 input[type=text],
  form .field-group.field-group-2 input[type=email],
  form .field-group.field-group-2 input[type=tel],
  form .field-group.field-group-2 input[type=number],
  form .field-group.field-group-2 select {
    max-width: 334px;
    width: 100%;
  }
}
form .field-group.field-group-2 select {
  background-color: #e8e8e8;
  background-image: url("/media/images/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 7px 15px;
  background-position: 95% 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 35px;
}
form .field-group.field-group-1 {
  width: 100%;
  padding-right: 21px;
}
form .field-group.field-group-1 .field {
  width: 100%;
  float: left;
}
form .field-group.field-group-1 input[type=text],
form .field-group.field-group-1 input[type=email],
form .field-group.field-group-1 input[type=tel],
form .field-group.field-group-1 input[type=number],
form .field-group.field-group-1 select,
form .field-group.field-group-1 textarea {
  width: 100%;
  max-width: none;
}
form .field-group.field-group-1 textarea {
  height: 180px;
  margin-bottom: 0px;
}
form .field-group .text-element {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
form .field .heading {
  display: none;
}
form .field.file-field .heading {
  display: block;
  margin-bottom: -3px;
  margin-top: 15px;
  font-weight: bold;
}
form .field.file-field .errors.holder {
  margin-top: 20px;
  margin-left: 20px;
}
form .field.file-field.hidden-field {
  display: none;
}
form .multi-select .heading {
  margin-bottom: 20px;
}
form input,
form select {
  float: none;
  font-size: 1em;
  border: none;
  float: left;
  clear: both;
  outline: none;
  margin-top: 15px;
  margin-bottom: 3px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form select {
  border: none;
  font-family: "Brandon Grotesque Regular";
  width: 100%;
  max-width: 349px;
  background-color: #e8e8e8;
  padding: 22px 20px 20px 20px;
  color: #2E2E2D;
}
form input[type=submit],
form button[type=submit] {
  font-family: "Brandon Grotesque Bold";
  color: #fff;
  background-color: #7FB2CC;
  border: none;
  width: 165px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
form input[type=submit]:hover,
form button[type=submit]:hover {
  background-color: #B7DB57;
}
form input[type=submit].disabled,
form button[type=submit].disabled {
  text-indent: -99999px;
  background: url("/media/images/button-spinner.gif") center no-repeat;
  background-size: 40px 40px;
  background-color: #e8e8e8;
}
form textarea {
  font-size: 1em;
  border: none;
  clear: both;
  outline: none;
  margin-top: 20px;
  font-family: "Brandon Grotesque Regular";
  width: 100%;
  max-width: 349px;
  background-color: #e8e8e8;
  padding: 21px 20px;
  color: #2E2E2D;
}
form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #e8e8e8;
  display: inline-block;
  position: absolute;
  padding: 15px;
  margin-left: -45px;
  margin-top: -5px;
}
form input[type=checkbox]:active, form input[type=checkbox]:checked {
  content: "";
  background-color: #7FB2CC;
}
form input[type=checkbox]:active:after, form input[type=checkbox]:checked:after {
  content: "L";
  position: absolute;
  font-size: 1.5em;
  top: 0px;
  left: 9px;
  color: #fff;
  transform: rotate(45deg) scale(-1, 1);
}
form fieldset.checkboxes {
  padding-top: 17px;
}
form fieldset.checkboxes label {
  margin-left: -2px;
  padding-left: 45px;
  padding-top: 5px;
  margin-bottom: 29px;
}
form fieldset.checkboxes label:last-child {
  margin-bottom: 14px;
}
form .submit {
  margin-top: 9px;
}
form .errors.holder {
  position: relative;
  display: inline-block;
  list-style: none;
  color: red;
  padding: 0;
  margin-left: 20px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-right: 0px;
}
form .error-indicator {
  float: left;
  clear: both;
  margin-top: 8px;
}
form .errors input {
  border: 1px solid red;
}

#fields-bcMotivationLetter-instructions {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2;
  margin-top: 10px;
}

.form-holder .form-success {
  margin-top: 30px;
  margin-bottom: 10px;
}

.event-form-subtext {
  margin-top: 35px;
}

.event-form .checkbox-holder {
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-form .checkbox-holder.has-errors .checkbox__label::before {
  border-color: red;
}
.event-form .checkbox {
  display: none;
}
.event-form .checkbox:checked + .checkbox__label::before {
  background-color: #7FB2CC;
}
.event-form .checkbox:checked + .checkbox__label::after {
  content: "L";
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  left: 9px;
  color: #fff;
  transform: rotate(45deg) scale(-1, 1) translate(110%, -38%);
}
@media screen and (min-width: 768px) {
  .event-form .checkbox:checked + .checkbox__label::after {
    top: 50%;
    transform: rotate(45deg) scale(-1, 1) translate(92%, -40%);
  }
}
.event-form .checkbox__label {
  display: block;
  font-size: 1em;
  padding-left: 45px;
  position: relative;
  opacity: 1;
  padding-top: 1px;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .event-form .checkbox__label {
    line-height: 1.3;
  }
}
.event-form .checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #e8e8e8;
}
@media screen and (min-width: 768px) {
  .event-form .checkbox__label::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.event-form .checkbox__icon {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: auto;
  display: none;
  transform: translateY(-50%);
}
.event-form .checkbox__icon path {
  stroke: #000;
}
.event-form .checkbox__link {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.event-form .checkbox__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -2px;
  left: 0;
}
.event-form .form__input-holder-error {
  display: block;
  margin-top: 15px;
  color: red;
}
.event-form .input-holder input {
  margin-bottom: 15px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 10;
  height: 60px;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0 45px;
    height: 100px;
  }
}
@media screen and (min-width: 980px) {
  #header {
    padding: 0 40px;
    height: 130px;
  }
}

#logo svg {
  width: 117.5px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #logo svg {
    width: 180px;
  }
}
@media screen and (min-width: 1360px) {
  #logo svg {
    width: 235px;
  }
}
#logo svg .logo-fill {
  fill: #3C3C3B;
  transition: all 200ms ease-in;
}
.invert #logo svg .logo-fill {
  fill: #fff;
}
.mobile-nav-visible #logo svg .logo-fill {
  fill: #3C3C3B;
}

.header-bottom {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#hamburger {
  display: block;
  height: 18px;
  width: 22px;
}
@media screen and (min-width: 1024px) {
  #hamburger {
    display: none;
  }
}

.hamburger-inner {
  position: relative;
  margin-top: 7px;
  margin-bottom: 8px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #2E2E2D;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.invert .hamburger-inner, .invert .hamburger-inner:before, .invert .hamburger-inner:after {
  background-color: #fff;
}
.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  position: absolute;
  left: 0;
}
.hamburger-inner:before {
  top: -7px;
}
.hamburger-inner:after {
  bottom: -7px;
}
.mobile-nav-visible .hamburger-inner {
  background-color: transparent;
}
.mobile-nav-visible .hamburger-inner:before, .mobile-nav-visible .hamburger-inner:after {
  background-color: #2E2E2D;
}
.mobile-nav-visible .hamburger-inner:before {
  transform: translateY(7px) rotate(45deg);
}
.mobile-nav-visible .hamburger-inner:after {
  transform: translateY(-7px) rotate(-45deg);
}

#footer {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 980px) {
  #footer {
    margin-top: 118px;
  }
}
.home #footer {
  display: none;
}
#footer .container {
  position: relative;
}
#footer .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 50%;
  background-color: #B7DB57;
  transform: translate(-50%, 10px);
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #footer .container:before {
    height: 15px;
    transform: translate(-50%, 15px);
  }
}
@media screen and (min-width: 980px) {
  #footer .container:before {
    height: 20px;
    transform: translate(-50%, 20px);
  }
}
@media screen and (min-width: 768px) {
  #footer .clearfix {
    padding-bottom: 20px;
  }
}
#footer .social-media-icons {
  position: relative;
  float: none;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 440px) {
  #footer .social-media-icons {
    float: left;
    text-align: left;
  }
}

.footer__logos {
  width: 280px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  margin: auto;
}
@media screen and (min-width: 440px) {
  .footer__logos {
    width: 260px;
    float: right;
    padding-top: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__logos {
    width: 290px;
  }
}

.footer__logo {
  margin: 5px 7px;
}
.footer__logo img {
  height: 42px;
  width: auto;
}
@media screen and (min-width: 440px) {
  .footer__logo {
    margin: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer__logo:last-of-type {
    margin-right: 0;
  }
}

.nen-logo {
  float: right;
}
@media screen and (min-width: 768px) {
  .nen-logo {
    transform: translateY(7px);
  }
}

.crkbo-logo {
  float: right;
  transform: translateY(-3px);
}
@media screen and (min-width: 440px) {
  .crkbo-logo {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 768px) {
  .crkbo-logo {
    transform: translateY(5px);
  }
}

.bsi-logo {
  float: right;
}
@media screen and (min-width: 768px) {
  .bsi-logo {
    transform: translateY(7px);
  }
}

.copyright {
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 0.625em;
  line-height: 1.625em;
  font-family: "Brandon Grotesque Regular";
}
@media screen and (min-width: 768px) {
  .copyright {
    clear: none;
    font-size: 0.875em;
    line-height: 1.8571428571em;
    padding: 0;
    min-height: 40px;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(8px);
  }
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-switcher {
  font-size: 0.75em;
  float: right;
  color: #c0c0c0;
  background-color: #F5F3EB;
  padding: 10px;
}
.invert .language-switcher {
  background-color: #fff;
}
.language-switcher li {
  display: inline-block;
}
.language-switcher li + li:before {
  content: "/";
  margin-right: 3px;
}
.language-switcher li.language-current a {
  color: #2E2E2D;
}
.language-switcher a {
  color: #c0c0c0;
}
.language-switcher a:hover {
  color: #2E2E2D;
}
#mobile-nav .language-switcher {
  margin-top: 55px;
  float: left;
  background-color: #fff;
  padding: 0;
  font-size: 1.125em;
}

.main-navigation {
  font-family: "Brandon Grotesque Medium";
  text-transform: lowercase;
  letter-spacing: 0.3px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation li {
  display: inline-block;
}
.main-navigation li + li {
  margin-left: 14px;
}
@media screen and (min-width: 1360px) {
  .main-navigation li + li {
    margin-left: 30px;
  }
}
.main-navigation li.page-current a:after {
  transform: scaleX(1);
}
.main-navigation li.language a {
  color: #c0c0c0;
}
.main-navigation li.language a + a:before {
  content: "/";
  margin-right: 3px;
}
.main-navigation li.language a.language-current {
  color: #2E2E2D;
}
.invert .main-navigation li.language a.language-current {
  color: #fff;
}
.main-navigation a {
  color: #2E2E2D;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 0.875em;
}
@media screen and (min-width: 1360px) {
  .main-navigation a {
    font-size: 0.9375em;
  }
}
.invert .main-navigation a {
  color: #fff;
}
.main-navigation a:after {
  content: "";
  background-color: #B7DB57;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
  height: 2px;
}
.main-navigation a:hover:after {
  transform: scaleX(1);
}
.main-navigation a.menu-btn {
  color: #fff;
  background-color: #B7DB57;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
  text-decoration: none;
  padding: 15px 16px;
}
.main-navigation a.menu-btn::after {
  display: none;
}
.main-navigation a.menu-btn:hover {
  background-color: #7FB2CC;
  color: #fff;
}
.main-navigation a.menu-btn:hover::after {
  display: none;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: #fff;
  padding: 105px 20px 35px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.3s;
}
.mobile-nav-visible #mobile-nav {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 980px) {
  .mobile-nav-visible #mobile-nav {
    opacity: 0;
    visibility: hidden;
  }
}

.mobile-navigation {
  font-family: "Brandon Grotesque Medium";
  font-size: 1.5em;
  text-transform: lowercase;
  letter-spacing: 0.3px;
}
.mobile-navigation li {
  display: block;
}
.mobile-navigation li.page-current a:after {
  transform: scaleX(1);
}
.mobile-navigation a {
  color: #2E2E2D;
  padding: 10px 0 5px;
  position: relative;
}
.invert .mobile-navigation a {
  color: #fff;
}
.mobile-navigation a:after {
  content: "";
  background-color: #B7DB57;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 200ms ease-in-out;
  height: 2px;
}
.mobile-navigation a:hover:after {
  transform: scaleX(1);
}
.mobile-navigation a.menu-btn {
  margin-top: 20px;
  color: #fff;
  background-color: #B7DB57;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
  text-decoration: none;
  padding: 14px 12px;
  text-transform: none;
  font-size: 0.75em;
}

.page-links {
  font-family: "Brandon Grotesque Medium";
  font-size: 1.125em;
  line-height: 1.2916666667em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .page-links {
    margin-top: 40px;
    margin-bottom: 75px;
  }
}
.page-links li + li {
  margin-top: 15px;
}
.page-links a {
  position: relative;
  text-decoration: underline;
  color: #7FB2CC;
  padding-left: 15px;
}
.page-links a:before {
  content: "»";
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.page-links a:hover {
  color: #e37d11;
}
@media screen and (min-width: 980px) {
  .page-links {
    font-size: 1.5em;
    line-height: 1.2916666667em;
  }
}

#cookie {
  bottom: 0;
  position: fixed;
  left: 10px;
  right: 10px;
  z-index: 10;
  background-color: rgba(127, 178, 204, 0.9);
  padding: 15px 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 1s ease;
}
#cookie.visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #cookie {
    left: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 980px) {
  #cookie {
    left: 20px;
    right: 20px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 980px) {
  #cookie .container {
    display: flex;
    align-items: center;
  }
}
#cookie p {
  font-size: 0.75em;
  line-height: 1.5555555556em;
  margin: 0 0 10px;
  font-family: "Brandon Grotesque Regular";
}
@media screen and (min-width: 980px) {
  #cookie p {
    max-width: 570px;
    margin: 0;
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}
#cookie .button {
  border: 1px solid currentColor;
  border-radius: 20px;
  cursor: pointer;
  font-size: 0.65625em;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Brandon Grotesque Medium";
}
@media screen and (min-width: 980px) {
  #cookie .button {
    font-size: 0.875em;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
  }
}
#cookie .button:hover {
  opacity: 0.75;
}

body.home #cookie {
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.home #cookie {
    bottom: 15px;
  }
}
@media screen and (min-width: 1360px) {
  body.home #cookie {
    bottom: 20px;
  }
}

.reference-tag {
  font-size: 0.75em;
  padding: 10px 0 10px 14px;
  font-family: "Brandon Grotesque Medium";
}
@media screen and (min-width: 980px) {
  .reference-tag {
    font-size: 1em;
    padding: 18px 0 18px 20px;
  }
}

.reference-tag,
.reference-quote {
  position: relative;
}
.reference-tag:before,
.reference-quote:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #7FB2CC;
  position: absolute;
  top: 0;
  left: 0;
}
.project-reference--green .reference-tag:before,
.project-reference--green .reference-quote:before {
  background-color: #B7DB57;
}

.reference-title {
  margin-top: 32.5px;
}
@media screen and (min-width: 980px) {
  .reference-title {
    margin-top: 50px;
  }
}
.reference-title h2 {
  font-size: 1.5em;
  line-height: 1.0833333333em;
}
@media screen and (min-width: 768px) {
  .reference-title h2 {
    font-size: 1.875em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 980px) {
  .reference-title h2 {
    font-size: 2.5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1360px) {
  .reference-title h2 {
    font-size: 3em;
    line-height: 1.0833333333em;
  }
}
.reference-title p {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-family: "Brandon Grotesque Regular";
}

@media screen and (min-width: 768px) {
  .reference-title,
  .reference-content,
  .reference-article {
    padding-left: 140px;
  }
}
@media screen and (min-width: 980px) {
  .reference-title,
  .reference-content,
  .reference-article {
    padding-left: 188px;
  }
}
@media screen and (min-width: 1360px) {
  .reference-title,
  .reference-content,
  .reference-article {
    padding-left: 236px;
  }
}

.reference-img,
.reference-quote {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .reference-img,
  .reference-quote {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .reference-img,
  .reference-quote {
    margin-top: 87px;
  }
}
@media screen and (min-width: 1360px) {
  .reference-img,
  .reference-quote {
    margin-top: 100px;
  }
}

.reference-img {
  width: 132px;
}
@media screen and (min-width: 768px) {
  .reference-img {
    float: right;
    width: 195px;
    transform: translateX(40px);
  }
}
@media screen and (min-width: 768px) {
  .reference-img {
    width: 260px;
    transform: translateX(20px);
  }
}
@media screen and (min-width: 1360px) {
  .reference-img {
    width: 300px;
  }
}

.reference-quote {
  padding-left: 12.5px;
  font-family: "Georgia W01 Italic", serif;
}
@media screen and (min-width: 768px) {
  .reference-quote {
    margin-left: 85px;
    max-width: 215px;
    float: left;
  }
}
@media screen and (min-width: 980px) {
  .reference-quote {
    margin-left: 118px;
    max-width: 300px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .reference-quote {
    margin-left: 130px;
    max-width: 360px;
  }
}
.reference-quote blockquote {
  margin: 0;
  font-size: 1.40625em;
  line-height: 1.5333333333em;
  padding-left: 12.5px;
  position: relative;
}
.reference-quote blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .reference-quote blockquote {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .reference-quote blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1360px) {
  .reference-quote blockquote {
    font-size: 1.875em;
    line-height: 1.5333333333em;
  }
}

.reference-content {
  margin-top: 30px;
  margin-bottom: 40px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .reference-content {
    margin-top: 47.5px;
    margin-bottom: 62.5px;
  }
}
@media screen and (min-width: 980px) {
  .reference-content {
    margin-top: 60px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1360px) {
  .reference-content {
    margin-top: 30px;
  }
}
.reference-content p {
  font-size: 1em;
  line-height: 1.7222222222em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .reference-content p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
  }
}

.reference-article {
  margin-top: 30px;
  margin-bottom: 40px;
  clear: both;
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .reference-article {
    margin-top: 47.5px;
    margin-bottom: 62.5px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .reference-article {
    margin-top: 55px;
    margin-bottom: 60px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  .reference-article:last-of-type {
    margin-bottom: 120px;
  }
}
.reference-article .border-small-left:before {
  height: 100%;
  background-color: #7FB2CC;
}
.reference-article h2 {
  font-size: 1.40625em;
  line-height: 1.1333333333em;
}
@media screen and (min-width: 980px) {
  .reference-article h2 {
    font-size: 1.875em;
    line-height: 1.1333333333em;
    margin-bottom: 15px;
  }
}
.reference-article p {
  font-size: 1em;
  line-height: 1.7222222222em;
  margin-bottom: 0;
  font-family: "Brandon Grotesque Regular";
}
@media screen and (min-width: 768px) {
  .reference-article p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
  }
}
.reference-article .read-more {
  font-size: 0.84375em;
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .reference-article .read-more {
    font-size: 1.125em;
  }
}

section.post-navigation {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  section.post-navigation {
    margin-top: 115px;
  }
}
section.post-navigation.no-padding {
  margin-top: 0;
}
section.post-navigation .read-more {
  margin-top: 30px;
  color: #7FB2CC;
  font-size: 1em;
  display: block;
  text-align: center;
}
section.post-navigation .read-more:hover {
  color: #e37d11;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  section.post-navigation .read-more {
    font-size: 1.5em;
    margin-top: 70px;
  }
}

.post-next-link {
  padding: 30px 15px;
  display: block;
}
.post-next-link:hover {
  background-color: #7FB2CC;
  color: #fff;
}

.post-next-label {
  font-size: 1.625em;
  line-height: 1.3846153846em;
  font-family: "Brandon Grotesque Bold";
  margin: 0;
  color: currentColor;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .post-next-label {
    font-size: 2.375em;
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .post-next-label {
    font-size: 3.375em;
  }
}

.post-next-title {
  color: currentColor;
  font-size: 0.875em;
  line-height: 1.2857142857em;
}
@media screen and (min-width: 768px) {
  .post-next-title {
    font-size: 1.6875em;
    line-height: 1em;
  }
}
@media screen and (min-width: 980px) {
  .post-next-title {
    font-size: 2.25em;
  }
}

.post-navigation-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation-inner .column-left,
.post-navigation-inner .column-right {
  width: 50%;
  height: 100%;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .post-navigation-inner .column-left,
  .post-navigation-inner .column-right {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .post-navigation-inner .column-left,
  .post-navigation-inner .column-right {
    padding: 64px 70px;
  }
}
.post-navigation-inner .column-right {
  border-left: 2px solid currentColor;
}

.social-media-icons {
  float: left;
}
.social-media-icons .social-link.desktop {
  display: none;
}
.social-media-icons .social-link + a {
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .social-media-icons .social-link + a {
    margin-left: 6px;
  }
}
.social-media-icons .social-link:hover {
  color: #B7DB57;
}
@media screen and (min-width: 980px) {
  .social-media-icons .social-link.desktop {
    display: inline-block;
  }
  .social-media-icons .social-link.mobile {
    display: none;
  }
}
.social-media-icons .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid currentColor;
  text-align: center;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .social-media-icons .social-icon {
    border: 2px solid currentColor;
  }
}
.social-media-icons .social-icon svg {
  height: auto;
  width: 18px;
  fill: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs-container {
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #F5F3EB;
}
@media screen and (min-width: 768px) {
  .tabs-container {
    background-color: #fff;
  }
}
.tabs-container .tabs {
  background-color: #F5F3EB;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs {
    min-height: 243px;
  }
}
@media screen and (min-width: 980px) {
  .tabs-container .tabs {
    min-height: 325px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-container .tabs {
    min-height: 408px;
  }
}
.tabs-container .tabs .tab {
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tabs-container .tabs .tab .content {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab .content {
    box-sizing: border-box;
    float: left;
    padding: 30px 30px 0;
    width: 60%;
  }
}
@media screen and (min-width: 980px) {
  .tabs-container .tabs .tab .content {
    padding: 70px 75px 0;
  }
}
.tabs-container .tabs .tab .content h2 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media screen and (min-width: 1360px) {
  .tabs-container .tabs .tab .content h2 {
    font-size: 1.5625em;
    line-height: 1.2;
    margin: 0 0 50px;
  }
}
.tabs-container .tabs .tab .content .quote {
  font-style: italic;
  font-size: 1.25em;
  line-height: 1.4;
  position: relative;
  font-family: "Brandon Grotesque Medium";
}
.tabs-container .tabs .tab .content .quote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab .content .quote:before {
    left: -12px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab .content .quote {
    font-size: 1.125em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 980px) {
  .tabs-container .tabs .tab .content .quote {
    font-size: 1.5625em;
    line-height: 1.4;
  }
}
.tabs-container .tabs .tab .content .quote-name {
  font-family: "Brandon Grotesque Bold";
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 0.6875em;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab .content .quote-name {
    font-size: 0.8125em;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  .tabs-container .tabs .tab .content .quote-name {
    font-size: 0.9375em;
  }
}
.tabs-container .tabs .tab .image img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs-container .tabs .tab .image {
    float: right;
    width: 40%;
    margin: 0;
  }
}
.tabs-container .tab-pagination {
  font-size: 0.75em;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  padding: 12px 11px;
  font-family: "Brandon Grotesque Regular";
  color: #c0c0c0;
}
@media screen and (min-width: 980px) {
  .tabs-container .tab-pagination {
    font-size: 1em;
    bottom: 30px;
    right: 30px;
    padding: 28px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-container .tab-pagination {
    font-size: 1em;
    bottom: 40px;
    right: 40px;
    padding: 28px 30px;
  }
}
.tabs-container .tab-pagination li {
  display: inline-block;
}
.tabs-container .tab-pagination li.pagination-number + li.pagination-number:before {
  content: "/";
  margin-right: 3px;
}
.tabs-container .tab-pagination li.pagination-prev a, .tabs-container .tab-pagination li.pagination-next a {
  color: #2E2E2D;
}
.tabs-container .tab-pagination li.pagination-prev a:hover svg polygon, .tabs-container .tab-pagination li.pagination-next a:hover svg polygon {
  fill: #c0c0c0;
}
.tabs-container .tab-pagination li.pagination-current {
  color: #2E2E2D;
}
.tabs-container .tab-pagination li.pagination-prev {
  margin-right: 15px;
}
@media screen and (min-width: 1360px) {
  .tabs-container .tab-pagination li.pagination-prev {
    margin-right: 30px;
  }
}
.tabs-container .tab-pagination li.pagination-next {
  margin-left: 15px;
}
@media screen and (min-width: 1360px) {
  .tabs-container .tab-pagination li.pagination-next {
    margin-left: 30px;
  }
}
.tabs-container .tab-pagination li.pagination-current a {
  font-family: "Brandon Grotesque Medium";
}
.tabs-container .tab-pagination a {
  color: #c0c0c0;
  cursor: pointer;
}
.tabs-container .tab-pagination a:hover {
  color: #2E2E2D;
}
.tabs-container .tab-pagination svg {
  width: 6px;
  height: 11px;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 1360px) {
  .tabs-container .tab-pagination svg {
    width: 9px;
    height: 16px;
    top: 2px;
  }
}
.tabs-container .tab-pagination svg polygon {
  fill: #2E2E2D;
  transition: all 200ms ease-in;
}
.tabs-container .tab-navigation {
  display: none;
  margin-top: 20px;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .tabs-container .tab-navigation {
    display: flex;
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
    display: none;
  }
}
.tabs-container .tab-navigation .item {
  box-sizing: border-box;
  border-left: 1px solid #c0c0c0;
  cursor: pointer;
  font-family: "Brandon Grotesque Medium";
  font-size: 0.875em;
  margin-bottom: 5px;
  padding: 5px 0px 10px 7px;
}
@media screen and (min-width: 768px) {
  .tabs-container .tab-navigation .item {
    padding: 5px 20px 10px;
    flex: 1;
    font-size: 1em;
  }
}
@media screen and (min-width: 980px) {
  .tabs-container .tab-navigation .item {
    font-size: 1.125em;
  }
}
.tabs-container .tab-navigation .item span {
  color: #B7DB57;
  display: block;
  margin-bottom: 5px;
  font-size: 0.643em;
}
@media screen and (min-width: 768px) {
  .tabs-container .tab-navigation .item span {
    font-size: 1em;
  }
}
.tabs-container .tab-navigation .item.active {
  border-left: 2px solid #B7DB57;
  color: #B7DB57;
}

.iframe {
  border: none;
  width: 100%;
  height: 100%;
}

body.home .app-inner {
  overflow: hidden;
}

.home-slider {
  height: 100%;
  width: 100%;
  position: relative;
}

.home-slide {
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  transition: transform 1s ease;
  z-index: 2;
  overflow: hidden;
}
.home-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 31, 33, 0.35);
  z-index: 1;
}
.home-slide picture.object-fit-polyfill {
  width: 100%;
}
.home-slide img,
.home-slide video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-slide .container {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  z-index: 2;
}
.home-slide[data-type=video] img {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .home-slide[data-type=video] video {
    display: none;
  }
  .home-slide[data-type=video] img {
    display: block;
  }
}

.home-slide-inner {
  padding: 0px 20px 75px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-slide-inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 183px;
    max-width: 370px;
  }
}
@media screen and (min-width: 980px) {
  .home-slide-inner {
    padding-bottom: 105px;
    max-width: 725px;
  }
}
@media screen and (min-width: 1360px) {
  .home-slide-inner {
    max-width: 610px;
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 980px) and (max-height: 900px) {
  .home-slide-inner {
    padding-bottom: 100px;
  }
}
.home-slide-inner h2, .home-slide-inner h3 {
  color: #fff;
  margin: 0;
}
.home-slide-inner h2 {
  font-size: 1.625em;
  line-height: 1.28;
  font-family: "Brandon Grotesque Bold";
}
@media screen and (min-width: 768px) {
  .home-slide-inner h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 980px) {
  .home-slide-inner h2 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1360px) {
  .home-slide-inner h2 {
    font-size: 3.25em;
  }
}
.home-slide-inner h3 {
  font-size: 0.8125em;
  line-height: 1.28;
  font-family: "Brandon Grotesque Medium";
}
@media screen and (min-width: 768px) {
  .home-slide-inner h3 {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 980px) {
  .home-slide-inner h3 {
    font-size: 1.375em;
  }
}
@media screen and (min-width: 1360px) {
  .home-slide-inner h3 {
    font-size: 1.875em;
  }
}
.home-slide-inner .read-more {
  color: #fff;
  font-family: "Brandon Grotesque Regular";
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .home-slide-inner .read-more {
    margin-top: 25px;
  }
}

.home-slide-author {
  position: absolute;
  left: 40px;
  bottom: 35px;
  display: none;
  opacity: 0.5;
  color: #fff;
  font-size: 0.75em;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .home-slide-author {
    display: block;
  }
}
@media screen and (min-width: 980px) and (max-height: 900px) {
  .home-slide-author {
    bottom: 20px;
  }
}

.home-slider-pagination {
  font-size: 0.75em;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  padding: 12px 11px;
  font-family: "Brandon Grotesque Regular";
  color: #c0c0c0;
}
@media screen and (min-width: 980px) {
  .home-slider-pagination {
    font-size: 1em;
    bottom: 30px;
    right: 30px;
    padding: 28px 30px;
  }
}
@media screen and (min-width: 1360px) {
  .home-slider-pagination {
    font-size: 1em;
    bottom: 40px;
    right: 40px;
    padding: 28px 30px;
  }
}
.home-slider-pagination li {
  display: inline-block;
}
.home-slider-pagination li.pagination-number + li.pagination-number:before {
  content: "/";
  margin-right: 3px;
}
.home-slider-pagination li.pagination-prev a, .home-slider-pagination li.pagination-next a {
  color: #2E2E2D;
}
.home-slider-pagination li.pagination-prev a:hover svg polygon, .home-slider-pagination li.pagination-next a:hover svg polygon {
  fill: #c0c0c0;
}
.home-slider-pagination li.pagination-current {
  color: #2E2E2D;
}
.home-slider-pagination li.pagination-prev {
  margin-right: 15px;
}
@media screen and (min-width: 1360px) {
  .home-slider-pagination li.pagination-prev {
    margin-right: 30px;
  }
}
.home-slider-pagination li.pagination-next {
  margin-left: 15px;
}
@media screen and (min-width: 1360px) {
  .home-slider-pagination li.pagination-next {
    margin-left: 30px;
  }
}
.home-slider-pagination li.pagination-current a {
  font-family: "Brandon Grotesque Bold";
}
.home-slider-pagination a {
  color: #c0c0c0;
  cursor: pointer;
}
.home-slider-pagination a:hover {
  color: #2E2E2D;
}
.home-slider-pagination svg {
  width: 6px;
  height: 11px;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 1360px) {
  .home-slider-pagination svg {
    width: 9px;
    height: 16px;
    top: 2px;
  }
}
.home-slider-pagination svg polygon {
  fill: #2E2E2D;
  transition: all 200ms ease-in;
}

.home-slide-inner h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease 0.8s;
}
.home-slide-inner h3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease 1s;
}
.home-slide-inner .read-more {
  opacity: 0;
  transition: all 1s ease 1.5s;
}

.slide-next-enter {
  transform: translateX(100%);
}

.slide-next-enter-to .home-slide-inner h2 {
  transform: translateY(0px);
  opacity: 1;
}
.slide-next-enter-to .home-slide-inner h3 {
  transform: translateY(0px);
  opacity: 1;
}
.slide-next-enter-to .home-slide-inner .read-more {
  opacity: 1;
}

.slide-next-leave-to {
  transform: translateX(-100%);
}

.slide-previous-enter {
  transform: translateX(-100%);
}
.slide-previous-enter .home-slide-inner h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease 0s;
}
.slide-previous-enter .home-slide-inner h3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease 0s;
}
.slide-previous-enter .home-slide-inner .read-more {
  opacity: 0;
  transition: all 1s ease 1s;
}

.slide-previous-enter-to .home-slide-inner h2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease 1s;
}
.slide-previous-enter-to .home-slide-inner h3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease 0.8s;
}
.slide-previous-enter-to .home-slide-inner .read-more {
  opacity: 1;
  transition: all 1s ease 1.5s;
}

.slide-previous-leave-to {
  transform: translateX(100%);
}

.project-header-img {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .project-header-img {
    margin-bottom: 90px;
  }
}
.project-header-img img {
  display: block;
  width: 100%;
}

.project-top {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .project-top {
    padding-left: 0;
    padding-right: 0;
  }
}
.project-top.project-top--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project-top.project-top--center {
    text-align: left;
  }
}
.project-top.project-top--no-img .project-top-inner {
  position: relative;
}
.project-top.project-top--no-img .project-top-inner:before {
  content: "";
  display: block;
  height: calc(100% + 10px);
  width: 30vw;
  max-width: 582px;
  left: -20px;
  top: -5px;
  position: absolute;
  background-color: #B7DB57;
}
@media screen and (min-width: 768px) {
  .project-top.project-top--no-img .project-top-inner:before {
    left: 50%;
    width: 100vw;
    height: calc(100% + 20px);
    top: -10px;
    transform: translateX(calc(-100% - 140px / 2));
  }
}
@media screen and (min-width: 980px) {
  .project-top.project-top--no-img .project-top-inner:before {
    transform: translateX(calc(-100% - 188px / 2));
    height: calc(100% + 50px);
    top: -30px;
  }
}
@media screen and (min-width: 1360px) {
  .project-top.project-top--no-img .project-top-inner:before {
    transform: translateX(calc(-100% - 236px / 2));
  }
}
.project-top.project-top--no-img .project-top-inner .back-link,
.project-top.project-top--no-img .project-top-inner h1 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .project-top {
    margin-top: 80px;
  }
}
.project-top .back-link {
  color: #7FB2CC;
  margin-bottom: 26px;
}
.project-top .back-link:hover {
  color: #e37d11;
}
@media screen and (min-width: 980px) {
  .project-top .back-link {
    margin-bottom: 45px;
  }
}
.project-top h1 {
  font-size: 1.625em;
  line-height: 1.0322580645em;
  font-family: "Brandon Grotesque Bold";
}
@media screen and (min-width: 768px) {
  .project-top h1 {
    font-size: 2.8125em;
  }
}
@media screen and (min-width: 980px) {
  .project-top h1 {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 1360px) {
  .project-top h1 {
    font-size: 4.5em;
    line-height: 1;
  }
}
.project-top .project-categories {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .project-top .project-categories {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .project-top .project-categories {
    margin-top: 57px;
  }
}

.project-categories {
  margin: 0 -1px;
  padding: 0;
  list-style: none;
}
.project-categories li {
  display: inline-block;
  margin: 0 1px 10px;
}
.project-categories--featured {
  margin-left: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .project-categories--expertises {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.project-category {
  font-size: 0.75em;
  display: inline-block;
  padding: 9px 15px 9px 40px;
  font-family: "Brandon Grotesque Regular";
  position: relative;
}
@media screen and (min-width: 980px) {
  .project-category {
    font-size: 0.9375em;
  }
}
.project-category.project-category--purple {
  color: #462a5e;
}
.project-category.project-category--green {
  color: #818f30;
}
.project-category.project-category--orange {
  color: #e37d11;
}
.project-category.project-category--blue {
  color: #7FB2CC;
}
.project-category.project-category--icon {
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 0.875em;
  font-family: "Brandon Grotesque Regular";
  border: 1px solid #707070;
  color: #707070;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  .project-category.project-category--icon {
    padding: 4px 12px;
    top: -3px;
  }
}
.project-category svg {
  width: 24px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .project-category svg {
    top: 4px;
  }
}

.project-category .plus-filter-icon {
  display: none;
}
.project-category .minus-filter-icon {
  display: block;
}

.project-category.active .plus-filter-icon {
  display: block;
}
.project-category.active .minus-filter-icon {
  display: none;
}

.project-intro {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .project-intro {
    padding-right: 20%;
  }
}
.section-content--article .project-intro {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .section-content--article .project-intro {
    margin-top: 97px;
  }
}
.project-intro p {
  font-family: "Brandon Grotesque Medium";
  font-size: 1em;
  line-height: 1.33;
}
@media screen and (min-width: 768px) {
  .project-intro p {
    font-size: 1.3125em;
    line-height: 1.33;
  }
}
@media screen and (min-width: 980px) {
  .project-intro p {
    font-size: 1.875em;
    line-height: 1.33;
  }
}

.project-intro.--research {
  margin-top: 0;
}
.project-intro.--research p a {
  color: #7fb2cc;
  text-decoration: underline;
}

.project-intro--awards {
  margin-bottom: 40px;
}
@media screen and (min-width: 1360px) {
  .project-intro--awards {
    margin-bottom: 80px;
  }
}

.project-img {
  max-width: 100%;
  width: 768px;
  margin-top: 20px;
}
.project-img img {
  display: block;
}
.project-featured-wrapper .project-img {
  width: 40%;
}
@media screen and (min-width: 480px) {
  .project-featured-wrapper .project-img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .project-featured-wrapper .project-img {
    width: 225px;
  }
}
@media screen and (min-width: 980px) {
  .project-featured-wrapper .project-img {
    width: 300px;
  }
}
@media screen and (min-width: 1360px) {
  .project-featured-wrapper .project-img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .project-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .project-img {
    width: 300px;
  }
}
@media screen and (min-width: 1360px) {
  .project-img {
    width: 400px;
  }
}

.photo-caption {
  position: absolute;
  width: 100%;
  font-size: 0.75em;
  left: 0;
  bottom: -18px;
  color: #c0c0c0;
  font-family: "Brandon Grotesque Regular";
}
.photo-caption.right {
  left: auto;
  right: 10px;
  text-align: right;
}
.photo-caption a {
  color: #c0c0c0;
  text-decoration: none;
}

.project-content-wrapper {
  padding-bottom: 49px;
  overflow: hidden;
}
.project-content-wrapper.no-overflow {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .project-content-wrapper {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 980px) {
  .project-content-wrapper {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1360px) {
  .project-content-wrapper {
    padding-bottom: 150px;
  }
}

.project-content {
  margin-top: 26px;
}
@media screen and (min-width: 1360px) {
  .project-content {
    margin-top: 45px;
  }
}
.project-content h2 {
  font-size: 1.09375em;
  line-height: 1.2777777778em;
  margin: 0 0 15px;
}
@media screen and (min-width: 980px) {
  .project-content h2 {
    font-size: 1.5em;
    line-height: 1.2916666667em;
  }
}
.project-content p {
  font-size: 1em;
  line-height: 1.6428571429em;
  margin: 0 0 32.5px;
}
@media screen and (min-width: 980px) {
  .project-content p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
    margin: 0 0 42px;
  }
}
.project-content ul,
.project-content ol {
  font-size: 0.875em;
  line-height: 1.6428571429em;
  margin: 0 0 32.5px;
  padding-left: 20px;
}
@media screen and (min-width: 980px) {
  .project-content ul,
  .project-content ol {
    font-size: 1.125em;
    line-height: 1.7222222222em;
    margin: 0 0 42px;
  }
}
.project-content img {
  margin: 15px 0;
}
@media screen and (min-width: 980px) {
  .project-content img {
    margin: 42px 0;
  }
}

.project-content.--research p a {
  color: #7fb2cc;
  text-decoration: underline;
}

.project-reference {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.project-reference + .project-reference {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .project-reference + .section-content {
    margin-top: 75px;
  }
}
.project-reference:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: #F5F3EB;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1074px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .project-reference:before {
    transform: translateX(-185px);
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .project-reference:before {
    transform: translateX(-282px);
  }
}
@media screen and (min-width: 1360px) {
  .project-reference:before {
    transform: translateX(-354px);
  }
}

.project-featured-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .project-featured-wrapper {
    margin-top: 60px;
    margin-bottom: 85px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .project-featured-wrapper {
    min-height: 337.5px;
  }
}
@media screen and (min-width: 980px) {
  .project-featured-wrapper {
    min-height: 450px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1360px) {
  .project-featured-wrapper {
    min-height: 600px;
    margin-top: 120px;
  }
}

.project-content-featured {
  width: 60%;
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .project-content-featured {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .project-content-featured {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .project-content-featured {
    padding-top: 30px;
  }
}
.project-content-featured .project-content {
  display: none;
  padding-left: 17px;
  padding-top: 40px;
}
.project-content-featured .project-content p {
  font-family: "Brandon Grotesque Regular";
  font-size: 1em;
  line-height: 1.9518518519em;
}
@media screen and (min-width: 980px) {
  .project-content-featured .project-content p {
    font-size: 1.125em;
    line-height: 1.9444444444em;
  }
}
@media screen and (min-width: 768px) {
  .project-content-featured .project-content {
    display: block;
    padding-left: 22px;
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .project-content-featured .project-content {
    margin-top: 20px;
    padding-left: 32px;
  }
}
.project-content-featured h2 {
  font-size: 0.875em;
  line-height: 1.2857142857em;
}
@media screen and (min-width: 768px) {
  .project-content-featured h2 {
    font-size: 2.25em;
    line-height: 1.1041666667em;
  }
}
@media screen and (min-width: 980px) {
  .project-content-featured h2 {
    font-size: 3em;
    line-height: 1.1041666667em;
  }
}
.project-content-featured .read-more {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .project-content-featured .read-more {
    margin-top: 30px;
  }
}
.project-content-featured .link-anchor {
  display: none;
}
@media screen and (min-width: 768px) {
  .project-content-featured .link-anchor {
    display: inline-block;
    color: #7FB2CC;
    padding-right: 15px;
    position: relative;
  }
  .project-content-featured .link-anchor::after {
    content: "»";
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.project-content-featured .text-container {
  padding-left: 12.5px;
}
@media screen and (min-width: 768px) {
  .project-content-featured .text-container {
    padding-left: 0;
  }
}

.project-featured-title,
.project-category-title {
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 2px;
}
@media screen and (min-width: 980px) {
  .project-featured-title,
  .project-category-title {
    margin-bottom: 15px;
    padding-top: 4px;
    min-height: 35px;
  }
}
.project-featured-title p,
.project-category-title p {
  font-size: 0.75em;
  font-family: "Brandon Grotesque Medium";
  float: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .project-featured-title p,
  .project-category-title p {
    font-size: 1em;
  }
}
@media screen and (min-width: 980px) {
  .project-featured-title p,
  .project-category-title p {
    font-size: 1.125em;
  }
}
.project-featured-title .project-categories,
.project-category-title .project-categories {
  float: left;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .project-featured-title .project-categories,
  .project-category-title .project-categories {
    top: 0;
  }
}
@media screen and (min-width: 980px) {
  .project-featured-title .project-categories,
  .project-category-title .project-categories {
    top: 1px;
  }
}

.project-content-featured .project-featured-title p {
  margin-bottom: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 980px) {
  .project-content-featured .project-featured-title p {
    margin-right: 8px;
  }
}
.project-content-featured .project-featured-title .project-categories {
  margin-left: 0px;
}
@media screen and (min-width: 980px) {
  .project-content-featured .project-featured-title .project-categories {
    top: 2px;
  }
}

.fiter-section {
  background-color: #F5F3EB;
  padding: 20px;
}

.project-overview-title h2 {
  font-size: 1.5em;
  line-height: 1.0833333333em;
}
@media screen and (min-width: 768px) {
  .project-overview-title h2 {
    font-size: 1.875em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 980px) {
  .project-overview-title h2 {
    font-size: 2.1875em;
    line-height: 1.3em;
  }
}

.reset-button-holder {
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
  padding-left: 16px;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .reset-button-holder {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .reset-button-holder {
    top: 40px;
  }
}
.reset-button-holder span {
  position: relative;
  font-family: "Brandon Grotesque Medium";
  font-size: 0.84375em;
}
@media screen and (min-width: 480px) {
  .reset-button-holder span {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 980px) {
  .reset-button-holder span {
    font-size: 0.9375em;
  }
}
.reset-button-holder span svg {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.project-filters {
  margin-top: 25px;
  border-top: 2px solid #3C3C35;
  display: flex;
}

.no-filter-items {
  font-family: "Brandon Grotesque Medium";
  font-size: 0.84375em;
  line-height: 1.7222222222em;
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .no-filter-items {
    font-size: 1.125em;
    line-height: 1.7222222222em;
    margin-top: 40px;
  }
}

.project-filter {
  width: 50%;
}
.project-filter.project-filter {
  margin-top: 40px;
}
.project-filter p {
  font-family: "Brandon Grotesque Bold";
  font-size: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  .project-filter p {
    font-size: 1.25em;
  }
}
.project-filter .project-categories li {
  display: block;
}
.project-filter .project-category {
  cursor: pointer;
}
.project-filter .project-category.disabled {
  opacity: 0.5;
}

.projects-overview {
  margin-top: 33px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .projects-overview {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 980px) {
  .projects-overview {
    margin-bottom: 66px;
  }
}

@media screen and (min-width: 768px) {
  .gutter-sizer {
    width: 4%;
  }
}

article.project-overview {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  article.project-overview {
    width: 48%;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 980px) {
  article.project-overview {
    margin-bottom: 80px;
  }
}

.project-category-title {
  margin-bottom: 10px;
}
.project-category-title p {
  font-size: 1em;
}
.project-category-title .project-categories {
  top: 0;
}

.project-overview-title-wrapper {
  display: block;
  background-color: #F5F3EB;
}
@media screen and (min-width: 1360px) {
  .project-overview-title-wrapper {
    height: 100%;
    display: flex;
  }
}
.project-overview-title-wrapper:hover .read-more {
  color: #7FB2CC;
}
.project-overview-title-wrapper .project-overview-img-holder {
  position: relative;
}
@media screen and (min-width: 1360px) {
  .project-overview-title-wrapper .project-overview-img-holder {
    width: 195px;
  }
}
.project-overview-title-wrapper .project-overview-img-holder img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1360px) {
  .project-overview-title-wrapper .project-overview-img-holder img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.project-overview-title-wrapper .read-more {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .project-overview-title-wrapper .read-more {
    margin-top: 13.5px;
  }
}
@media screen and (min-width: 980px) {
  .project-overview-title-wrapper .read-more {
    margin-top: 20px;
    font-size: 1.25em;
  }
}
.project-overview-title-wrapper h2 {
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .project-overview-title-wrapper h2 {
    font-size: 1.375em;
  }
}
.project-overview-title-wrapper .project-categories li {
  margin: 0 1px 3px;
  display: inline-block;
}
.project-overview-title-wrapper .project-category-title p {
  margin-bottom: 25px;
  margin-right: 5px;
}
.project-overview-title-wrapper .project-category-title .project-categories {
  margin-left: 0;
}

.project-overview-content-holder {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .project-overview-content-holder {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 300px;
  }
}
@media screen and (min-width: 980px) {
  .project-overview-content-holder {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
  }
}
@media screen and (min-width: 1360px) {
  .project-overview-content-holder {
    min-height: 410px;
  }
}

.projects-view-all {
  margin-bottom: 22.5px;
}
@media screen and (min-width: 768px) {
  .projects-view-all {
    margin-bottom: 62.5px;
  }
}
@media screen and (min-width: 980px) {
  .projects-view-all {
    margin-bottom: 100px;
  }
}

.project-content-wrapper .project-content .text-container > figure {
  margin: 0;
}
.project-content-wrapper .project-content .text-container > figure img {
  display: block;
}

.project-columns-holder {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .project-columns-holder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80%;
    width: 100%;
    background-color: #F5F3EB;
  }
}

.project-columns {
  position: relative;
}
@media screen and (min-width: 768px) {
  .project-columns {
    display: flex;
    justify-content: space-between;
  }
}

.project-column {
  padding: 0 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .project-column {
    padding: 0;
    margin-top: 0;
    width: 45%;
  }
}

.project-column__img-holder {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .project-column__img-holder {
    margin-bottom: 80px;
  }
}
.project-column__img-holder img {
  width: 100%;
  display: block;
}

.project-column__title-holder h2 {
  line-height: 1.5;
}
.project-column__title-holder p {
  margin-top: 5px;
  font-size: 1em;
  line-height: 1.3;
}

.project-column__quote {
  margin-top: 30px;
}
.project-column__quote blockquote {
  margin: 0;
  font-family: "Brandon Grotesque Medium";
  font-style: italic;
  color: #707070;
  font-size: 1.25em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .project-column__quote blockquote {
    font-size: 1.5625em;
  }
}

.article-back,
.article-top {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .article-back,
  .article-top {
    width: 280px;
    text-align: right;
  }
}
@media screen and (min-width: 980px) {
  .article-back,
  .article-top {
    width: 376px;
    padding-right: 45px;
  }
}
@media screen and (min-width: 1360px) {
  .article-back,
  .article-top {
    width: 472px;
  }
}
.article-back .back-link,
.article-top .back-link {
  color: #7FB2CC;
  margin-bottom: 26px;
}
.article-back .back-link:hover,
.article-top .back-link:hover {
  color: #e37d11;
}
@media screen and (min-width: 980px) {
  .article-back .back-link,
  .article-top .back-link {
    margin-bottom: 45px;
  }
}

.article-back {
  margin-top: 25px;
}
@media screen and (min-width: 980px) {
  .article-back {
    margin-top: 80px;
    padding-top: 40px;
  }
}

.article-top {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .article-top {
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .article-top {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .article-top {
    min-height: 539px;
  }
}
.article-top h1 {
  font-size: 1.875em;
  line-height: 1.0322580645em;
  font-family: "Brandon Grotesque Bold";
}
@media screen and (min-width: 768px) {
  .article-top h1 {
    font-size: 1.625em;
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .article-top h1 {
    font-size: 2.125em;
  }
}
@media screen and (min-width: 1200px) {
  .article-top h1 {
    font-size: 2.625em;
  }
}
@media screen and (min-width: 1360px) {
  .article-top h1 {
    font-size: 3.25em;
    line-height: 1;
  }
}
@media screen and (min-width: 1600px) {
  .article-top h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 1800px) {
  .article-top h1 {
    font-size: 4.5em;
  }
}
.article-top .project-categories {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .article-top .project-categories {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .article-top .project-categories {
    margin-top: 57px;
  }
}

.article-img {
  width: 100%;
}
.article-img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .article-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .article-img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: 440px;
    transform: translateX(-70px);
  }
}
@media screen and (min-width: 980px) {
  .article-img {
    max-width: 584px;
    transform: translateX(-94px);
  }
}
@media screen and (min-width: 1360px) {
  .article-img {
    max-width: 818px;
    transform: translateX(-118px);
  }
}

.article-date {
  position: relative;
  display: inline-block;
}
.article-date p {
  font-size: 0.84375em;
  font-family: "Brandon Grotesque Regular";
}
@media screen and (min-width: 768px) {
  .article-date p {
    font-size: 0.9375em;
  }
}

.article-intro {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .article-intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .article-intro {
    margin-top: 97px;
  }
}
.article-intro p {
  font-size: 1em;
  line-height: 1.4375em;
}
@media screen and (min-width: 768px) {
  .article-intro p {
    font-size: 1.3125em;
    line-height: 1.2380952381em;
  }
}
@media screen and (min-width: 980px) {
  .article-intro p {
    font-size: 1.75em;
    line-height: 1.25em;
  }
}

.article-featured-title {
  margin-bottom: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 980px) {
  .article-featured-title {
    margin-bottom: 20px;
  }
}
.article-featured-title p {
  font-size: 0.8125em;
  font-family: "Brandon Grotesque Bold";
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article-featured-title p {
    font-size: 0.9375em;
  }
}

.article-featured-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .article-featured-wrapper {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 1360px) {
  .article-featured-wrapper {
    margin-bottom: 105px;
  }
}
@media screen and (min-width: 980px) {
  .article-featured-wrapper .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.article-featured-wrapper .artice-featured__info {
  display: flex;
}
.article-featured-wrapper .article-date {
  display: none;
}
@media screen and (min-width: 768px) {
  .article-featured-wrapper .article-date {
    display: inline-block;
  }
}
.article-featured-wrapper .read-more {
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
  color: #7FB2CC;
}
@media screen and (min-width: 980px) {
  .article-featured-wrapper .read-more {
    margin-top: 20px;
  }
}
.article-featured-wrapper .link-anchor {
  display: none;
}
@media screen and (min-width: 768px) {
  .article-featured-wrapper .link-anchor {
    display: inline-block;
    color: #7FB2CC;
    padding-right: 15px;
    position: relative;
  }
  .article-featured-wrapper .link-anchor::after {
    content: "»";
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.article-featured-top {
  padding-left: 34px;
  padding-right: 24px;
  border-right: 10px solid #B7DB57;
}
@media screen and (min-width: 768px) {
  .article-featured-top {
    padding-left: 0;
  }
}
.article-featured-top .project-content {
  max-width: 80%;
}

@media screen and (min-width: 980px) {
  .article-top-inner h2 {
    font-size: 1.5625em;
    line-height: 1.3;
    max-width: 70%;
  }
}
@media screen and (min-width: 1360px) {
  .article-top-inner h2 {
    font-size: 1.875em;
    line-height: 1.3;
  }
}

.career-content a.read-more-btn,
.job-application-form-holder a.read-more-btn {
  font-family: "Brandon Grotesque Bold";
  color: #fff;
  background-color: #7FB2CC;
  border: none;
  width: 165px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
  padding-top: 16px;
  text-decoration: none;
}
.career-content a.read-more-btn:hover,
.job-application-form-holder a.read-more-btn:hover {
  background-color: #B7DB57;
  color: #fff;
}
.career-content a.read-more-btn--job-application,
.job-application-form-holder a.read-more-btn--job-application {
  width: 310px;
  height: auto;
  padding-bottom: 16px;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .career-content a.read-more-btn--job-application,
  .job-application-form-holder a.read-more-btn--job-application {
    margin-left: 0;
    margin-right: 0;
  }
}

.course-openener {
  height: 0px;
  overflow: hidden;
}
.course-openener.open {
  height: auto;
}

.career-quote {
  position: relative;
}
.career-quote:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #B7DB57;
  position: absolute;
  top: 0;
  left: 0;
}

.career-title {
  margin-top: 32.5px;
}
@media screen and (min-width: 980px) {
  .career-title {
    margin-top: 50px;
  }
}
.career-title h2 {
  font-size: 1.5em;
  line-height: 1.0833333333em;
}
@media screen and (min-width: 768px) {
  .career-title h2 {
    font-size: 1.875em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 980px) {
  .career-title h2 {
    font-size: 2.5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1360px) {
  .career-title h2 {
    font-size: 3em;
    line-height: 1.0833333333em;
  }
}
.career-title p {
  font-size: 1.125em;
  line-height: 1.1111111111em;
  font-family: "Brandon Grotesque Regular";
}
.career-title.career-form-title {
  padding-left: 0;
  margin-left: 2px;
  margin-top: 66px;
  margin-bottom: -14px;
}
.career-title.career-form-sub-title {
  padding-left: 0;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 4px;
}
.career-title.career-form-sub-title h3 {
  font-size: 1.5em;
}
.career-title.career-form-sub-title.job-application-title {
  margin-bottom: 15px;
}

.career-title,
.career-content,
.career-article {
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .career-title,
  .career-content,
  .career-article {
    padding-left: 140px;
  }
}
@media screen and (min-width: 980px) {
  .career-title,
  .career-content,
  .career-article {
    padding-left: 188px;
  }
}
@media screen and (min-width: 1360px) {
  .career-title,
  .career-content,
  .career-article {
    padding-left: 236px;
  }
}

.career-img,
.career-quote {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .career-img,
  .career-quote {
    margin-top: 0;
  }
}

.career-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .career-img {
    float: right;
    width: 195px;
    transform: translateX(40px);
  }
}
@media screen and (min-width: 768px) {
  .career-img {
    width: 260px;
    transform: translateX(20px);
  }
}
@media screen and (min-width: 1360px) {
  .career-img {
    width: 300px;
  }
}

.career-quote {
  padding-left: 12.5px;
}
@media screen and (min-width: 768px) {
  .career-quote {
    margin-left: 85px;
    max-width: 215px;
    float: left;
  }
}
@media screen and (min-width: 980px) {
  .career-quote {
    margin-left: 118px;
    max-width: 300px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1360px) {
  .career-quote {
    margin-left: 130px;
    max-width: 415px;
  }
}
.career-quote blockquote {
  margin: 0;
  font-size: 1.40625em;
  line-height: 1.5333333333em;
  padding-left: 12.5px;
  position: relative;
  font-style: italic;
}
.career-quote blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .career-quote blockquote {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .career-quote blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1360px) {
  .career-quote blockquote {
    font-size: 1.875em;
    line-height: 1.5333333333em;
  }
}

.career-content {
  margin-top: 20px;
  margin-bottom: 30px;
  clear: both;
}
@media screen and (min-width: 768px) {
  .career-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .career-content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1360px) {
  .career-content {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.career-content a {
  color: #7FB2CC;
  text-decoration: underline;
}
.career-content a:hover {
  color: #e37d11;
}
.career-content h2 {
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  .career-content h2 {
    margin-bottom: 15px;
  }
}
.career-content p {
  font-size: 1em;
  line-height: 1.6428571429em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .career-content p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
  }
}

#business-course .form-success {
  padding-top: 10px;
}

.page-content {
  margin-top: 40px;
}
@media screen and (min-width: 1360px) {
  .page-content {
    margin-top: 80px;
  }
}
.page-content h2 {
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media screen and (min-width: 980px) {
  .page-content h2 {
    font-size: 1.5625em;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}
.page-content h3 {
  font-size: 1.125em;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media screen and (min-width: 980px) {
  .page-content h3 {
    font-size: 1.5625em;
    line-height: 1.2;
    margin: 0 0 20px;
  }
}
.page-content p {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 32.5px;
}
@media screen and (min-width: 980px) {
  .page-content p {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 42px;
  }
}
.page-content p + h2 {
  margin-top: 32px;
}
@media screen and (min-width: 980px) {
  .page-content p + h2 {
    margin-top: 80px;
  }
}
.page-content ul,
.page-content ol {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0 0 32.5px;
  padding-left: 20px;
}
@media screen and (min-width: 980px) {
  .page-content ul,
  .page-content ol {
    font-size: 1.25em;
    line-height: 1.5;
    margin: 0 0 42px;
  }
}
.page-content ul + h2,
.page-content ol + h2 {
  margin-top: 32px;
}
@media screen and (min-width: 980px) {
  .page-content ul + h2,
  .page-content ol + h2 {
    margin-top: 80px;
  }
}
.page-content img {
  margin: 30px 0 40px;
}
@media screen and (min-width: 980px) {
  .page-content img {
    margin: 60px 0 80px;
  }
}
.page-content .text-container figure {
  margin: 0;
}
.page-content .text-container figure img {
  display: block;
}

.page-content .text-container figure img {
  width: 100%;
}

.job-application-form-holder {
  margin-top: 116px;
}

.job-application-form {
  padding-left: 34px;
  padding-right: 30px;
  height: 0px;
  overflow: hidden;
}
.job-application-form .text-element a {
  color: #034871;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .job-application-form {
    padding-left: 0px;
  }
}
.job-application-form.open {
  height: auto;
}
.job-application-form .field-group.field-group-1 {
  padding-right: 0;
}

.newsletter-message {
  color: #B7DB57;
  font-size: 1.25em;
  font-family: "Brandon Grotesque Bold";
}

.scroll-top {
  display: none;
}
@media screen and (min-width: 980px) {
  .scroll-top {
    display: block;
    position: fixed;
    width: 47px;
    height: 47px;
    text-align: center;
    border: 1px solid #c0c0c0;
    z-index: 10;
    bottom: 120px;
    left: 20px;
    transform: rotate(-90deg);
  }
}
.scroll-top span {
  font-family: "Brandon Grotesque Medium";
  color: #7FB2CC;
  font-size: 3em;
  position: absolute;
  display: block;
  margin-top: -3px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#how-we-work {
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  #how-we-work {
    margin-bottom: 80px;
  }
}

.privacy-checkbox {
  clear: both;
  padding-top: 15px;
  margin-bottom: 15px;
}
.privacy-checkbox div {
  margin-bottom: 15px;
}
.privacy-checkbox #fields-accorderen-1 {
  margin-left: 0px;
}
.privacy-checkbox span {
  margin-left: 45px;
}

.team-overview {
  overflow: hidden;
  margin: 30px -10px 0;
}
@media screen and (min-width: 980px) {
  .team-overview {
    margin-top: 90px;
  }
}

.team-block {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 22px;
}
.team-block:nth-child(2n+1) {
  clear: both;
}
.team-block a.image-holder {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .team-block {
    width: 33.3333%;
    padding-bottom: 40px;
  }
  .team-block:nth-child(2n+1) {
    clear: none;
  }
  .team-block:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1360px) {
  .team-block {
    width: 25%;
  }
  .team-block:nth-child(3n+1) {
    clear: none;
  }
  .team-block:nth-child(4n+1) {
    clear: both;
  }
}
.team-block h2 {
  font-size: 0.75em;
  line-height: 1.7222222222em;
  margin: 7.5px 0;
}
@media screen and (min-width: 980px) {
  .team-block h2 {
    font-size: 1.125em;
    margin: 15px 0 12px;
  }
}

.team-aside {
  margin-top: 35px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}
.team-aside h1 {
  font-size: 1.625em;
  line-height: 1.2307692308em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .team-aside {
    float: left;
    width: 280px;
    padding-left: 0;
    padding-right: 40px;
  }
  .team-aside h1 {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .team-aside {
    width: 376px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1360px) {
  .team-aside {
    width: 472px;
    padding-right: 72px;
  }
}

.team-inner {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .team-inner {
    float: left;
    width: 420px;
  }
}
@media screen and (min-width: 980px) {
  .team-inner {
    width: 564px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1360px) {
  .team-inner {
    width: 708px;
  }
}
.team-inner h1 {
  display: none;
  font-size: 1.625em;
  line-height: 1.2307692308em;
  margin: 0 0 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .team-inner h1 {
    display: block;
    font-size: 3.25em;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .team-inner h1 {
    font-size: 4.5em;
    line-height: 1em;
  }
}

.team-back {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .team-back {
    position: absolute;
    top: 5px;
  }
}
@media screen and (min-width: 980px) {
  .team-back {
    top: 55px;
  }
}
.team-back a.back-link {
  color: #7FB2CC;
}
.team-back a.back-link:hover {
  color: #e37d11;
}

.team-icons {
  margin-top: 10px;
  float: none;
}
@media screen and (min-width: 980px) {
  .team-icons {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .team-icons .social-link {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .team-icons .social-link + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .team-icons .social-icon {
    display: block;
    float: left;
  }
}
.team-icons .social-text {
  display: none;
}
@media screen and (min-width: 980px) {
  .team-icons .social-text {
    display: block;
    float: left;
    width: calc(100% - 50px);
    line-height: 40px;
    margin-left: 10px;
    color: #7FB2CC;
    font-family: "Brandon Grotesque Bold";
    font-size: 0.875em;
    transition: all 200ms ease-in;
  }
}
@media screen and (min-width: 1360px) {
  .team-icons .social-text {
    font-size: 1.0625em;
  }
}
@media screen and (min-width: 980px) {
  .team-icons .social-text.email {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 40px;
    line-height: 1.2;
  }
}

.team-background {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (min-width: 980px) {
  .team-background {
    margin-bottom: 50px;
  }
}
.team-background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F3EB;
  width: 100vw;
  max-width: 818px;
  z-index: 0;
}

.team-background-inner {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .team-background-inner {
    padding-left: 35px;
  }
}
@media screen and (min-width: 980px) {
  .team-background-inner {
    padding-left: 40px;
    padding-bottom: 50px;
  }
}
.team-background-inner h2 {
  font-size: 1.40625em;
  line-height: 1.1333333333em;
  margin: 0 0 12.5px;
}
@media screen and (min-width: 980px) {
  .team-background-inner h2 {
    font-size: 1.875em;
    line-height: 1.7333333333em;
  }
}
.team-background-inner ul {
  font-family: "Brandon Grotesque Bold";
  font-size: 0.875em;
  line-height: 1.6428571429em;
  padding-left: 16px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .team-background-inner ul {
    font-size: 1.125em;
    line-height: 1.7222222222em;
  }
}

.team-content {
  padding-bottom: 45px;
}
.team-content h2 {
  font-size: 1.125em;
  line-height: 1.1612903226em;
  margin: 0 0 5px;
}
@media screen and (min-width: 980px) {
  .team-content h2 {
    font-size: 1.5em;
    line-height: 1.2916666667em;
    margin: 0 0 15px;
  }
}
.team-content p {
  font-size: 1em;
  line-height: 1.6428571429em;
  margin: 0 0 32.5px;
}
@media screen and (min-width: 980px) {
  .team-content p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
    margin: 0 0 42px;
  }
}

.recruitment-reference {
  overflow: hidden;
}
.recruitment-reference h2 {
  font-size: 1.125em;
  line-height: 1.16129032em;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .recruitment-reference h2 {
    font-size: 1.5em;
    line-height: 1.29166667em;
  }
}

.recruitment-aside {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruitment-aside {
    float: left;
    width: 280px;
    padding: 40px;
  }
}
@media screen and (min-width: 980px) {
  .recruitment-aside {
    width: 376px;
    padding: 65px 60px 65px 0;
  }
}
@media screen and (min-width: 1360px) {
  .recruitment-aside {
    width: 472px;
  }
}

.recruitment-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.recruitment-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F3EB;
  width: 100vw;
  max-width: 1054px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .recruitment-content:before {
    transform: translateX(-140px);
  }
}
@media screen and (min-width: 980px) {
  .recruitment-content:before {
    transform: translateX(-188px);
  }
}
@media screen and (min-width: 1360px) {
  .recruitment-content:before {
    transform: translateX(-236px);
  }
}
@media screen and (min-width: 768px) {
  .recruitment-content {
    float: left;
    width: 420px;
    min-height: 280px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .recruitment-content {
    width: 564px;
    min-height: 446px;
  }
}
@media screen and (min-width: 1360px) {
  .recruitment-content {
    width: 708px;
    min-height: 530px;
  }
}
.recruitment-content p {
  font-size: 1em;
  line-height: 1.7222222222em;
}
@media screen and (min-width: 980px) {
  .recruitment-content p {
    font-size: 1.125em;
    line-height: 1.7222222222em;
  }
}
@media screen and (min-width: 980px) {
  .recruitment-content .read-more {
    margin-top: 30px;
  }
}

.recruitment-content-inner {
  position: relative;
  z-index: 1;
}

.large-cta {
  font-family: "Brandon Grotesque Bold";
  color: #fff;
  background-color: #7FB2CC;
  border: none;
  width: 165px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 1360px) {
  .large-cta {
    margin-top: 50px;
  }
}
.large-cta:hover {
  background-color: #B7DB57;
}
.large-cta.disabled {
  text-indent: -99999px;
  background: url("/media/images/button-spinner.gif") center no-repeat;
  background-size: 40px 40px;
  background-color: #e8e8e8;
}
