/*
Theme Name: BKL (2019)
Theme URI: http://bkl.co.uk
Description: Custom theme by Hype London
Version: 1.0
Author: Hype London
Author URI: http://hypelondon.co.uk
*/

:root {
  --bkl-orange: #f39200;
}

/* Page Setup + Mixins */
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

html {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.text-l {
  text-align: left;
}

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

.text-r {
  text-align: right;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* WORDPRESS */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Variables */
/* General Styles */
body {
  color: #1a1a1a;
  font-family: mr-eaves-xl-modern, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}

.overflow-fix {
  overflow: hidden;
}

main {
  background: white;
  position: relative;
  z-index: 10;
}

.top-triangle {
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  position: absolute;
  top: 1px;
  transform: translateY(-100%);
  pointer-events: none;
  /* background: white; */
  /* -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%); */
  margin-bottom: 0;
  z-index: -1;
}

.top-triangle.below-person-image-row {
  z-index: 2;
}

.top-triangle.light-bg,
.top-triangle.highlight-bg,
.bottom-triangle.light-bg,
.bottom-triangle.highlight-bg {
  background: none;
}

.top-triangle.orange svg polygon {
  fill: #f39200;
}
.bottom-triangle.orange svg polygon {
  fill: #f39200;
}

.top-triangle-shadow {
  display: block;
  width: 120%;
  height: 10px;
  position: absolute;
  top: 0px;
  opacity: 0.35;
  left: 0;
  z-index: -2;
  pointer-events: none;
  transform: rotate(-9.1deg);
  transform-origin: 0% 0%;
  box-shadow: -10px -10px 30px 20px #999999;
}
.top-triangle-shadow.rotated {
  transform: rotate(-7.2deg);
}

.top-triangle-shadow.break-out-top-shadow {
  height: 2px;
  z-index: 10;
  box-shadow: 0 20px 20px 10px #999999;
  opacity: 0.6;
}

.bottom-triangle {
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  position: absolute;
  bottom: 1px;
  pointer-events: none;
  transform: translateY(100%);
  /* background: white;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%); */
  margin-bottom: 0;
  z-index: 1;
}

.bottom-triangle-shadow {
  display: block;
  width: 120%;
  height: 10px;
  position: absolute;
  bottom: 0px;
  opacity: 0.65;
  right: 0;
  pointer-events: none;
  z-index: -2;
  transform: rotate(-9deg);
  transform-origin: 100% 0%;
  box-shadow: -10px -10px 40px 20px #999999;
}
.bottom-triangle-shadow.dark {
  box-shadow: -10px -10px 20px 20px rgba(0, 0, 0, 0.5);
}
.top-triangle-shadow.dark {
  box-shadow: -10px -10px 30px 20px rgba(0, 0, 0, 0.5);
}

.passed-over {
  position: relative;
  z-index: -10;
}

.light-bg {
  background-color: #f6f6f6;
}
.light-bg.gradient-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F6F6F6',GradientType=0 );
}
.light-bg.gradient-top > .inner {
  position: relative;
  z-index: 5;
}

.inner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 650px) {
  .inner {
    padding: 0 15px;
  }
}

.breadcrumbs-wrap {
  position: relative;
  top: 107px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  z-index: 20;
  height: 0;
}
.breadcrumbs-wrap a {
  text-decoration: none;
  color: #ff9b00;
}
.breadcrumbs-wrap a:hover {
  color: black;
}
@media all and (max-width: 650px) {
  .breadcrumbs-wrap {
    top: 60px;
  }
}

.breadcrumbs-wrap a.current-item {
  color: #999;
}

.breadcrumbs-wrap.dark-bg,
.breadcrumbs-wrap.dark-bg a.current-item {
  color: white;
}

.page-filters-wrap {
  position: relative;
  z-index: 15;
}
.page-filters {
  max-width: 985px;
  position: relative;
  margin: 0 auto 30px auto;
}
.page-filters.wide {
  max-width: 100%;
}
.page-filters .select {
  position: relative;
  margin: 7px;
  padding: 0 7px;
}
.page-filters .select .select-result:hover {
  color: #ff9b00;
  border-color: #ff9b00;
}
.page-filters .select .select-result .icon {
  color: #ff9b00;
}
.page-filters .select .select-options {
  position: absolute;
  z-index: 10;
  background: #ff9b00;
  width: 100%;
  left: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.page-filters .select .select-options .select-option {
  padding: 7px;
}
.page-filters .select .select-options .select-option a {
  pointer-events: none;
  text-decoration: none;
}
.page-filters .select .select-options .select-option:hover {
  color: white;
}
.page-filters .select.open {
  background: #ff9b00;
}
.page-filters .select.open .select-result {
  color: black;
  border-color: black;
}
.page-filters .select.open .select-result .icon {
  color: white;
}
.page-filters .flex-row {
  align-items: center;
}
.page-filters .flex-row .right {
  flex: 1;
}

.people-page-top .page-filters .select.open {
  background: #fff;
}
.people-page-top .page-filters .select.open .icon {
  transform: translateY(-50%) rotate(45deg);
}
.people-page-top .page-filters .select .select-options {
  background: #fff;
  top: calc(100% - 1px);
  max-height: 250px;
  overflow-y: scroll;
}
.people-page-top .page-filters .select .select-options .select-option:hover {
  background: #ff9b00;
}

.page-filters input[type="text"] {
  margin-bottom: 20px;
}

.page-filters .clear-filters {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.people-page-top .page-filters .clear-filters {
  bottom: -10px;
  color: white;
}
.people-page-top.search-again .page-filters .clear-filters {
  color: black;
}
.clear-filters {
  display: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-decoration: none;
}
.page-filters.active .clear-filters {
  display: block;
}
.clear-filters:hover {
  color: #ff9b00;
}

.page-filters .filters-loading {
  position: absolute;
  bottom: 0px;
  right: 140px;
}

.people-page-top .page-filters .filters-loading {
  bottom: -25px;
}

@media all and (max-width: 580px) {
  .page-filters {
    padding-bottom: 10px;
  }
}

.filters-loading {
  opacity: 0;
  visibility: hidden;
  max-width: 40px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.filters-loading.show {
  opacity: 1;
  visibility: visible;
}

.content-inner {
  max-width: 850px;
  margin: 0 auto;
}

a {
  color: currentColor;
}

.visuallyhide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.mobile-nav-link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: none;
  display: none;
  line-height: 0;
}
.mobile-nav-link .icon {
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-nav-link .closed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.mobile-nav-link.active {
  color: white;
}
.mobile-nav-link.active .open {
  opacity: 0;
}
.mobile-nav-link.active .closed {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .mobile-nav-link {
    display: inline-block;
  }
}

.close-menu {
  color: white !important;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  position: relative;
}
.close-menu .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-menu:hover {
  color: #ff9b00 !important;
  border: 2px solid #ff9b00;
}

.burger-menu-wrap {
  display: inline-block;
  position: relative;
}

.burger-menu {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 35px 20px 20px;
  background: rgba(102, 102, 102, 0.95);
  z-index: 5;
  min-width: 320px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.burger-menu > div {
  transition: transform 0.2s ease;
}

.burger-menu.second-level-open > div {
  transform: translateX(calc(-100% - 20px));
}

.burger-menu.third-level-open > div {
  transform: translateX(calc(-200% - 20px));
}

.burger-second-level-wrap,
.burger-third-level-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 100%;
  height: calc(100% - 90px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transform: translateX(100%);
  transition: all 0.3s $easing;
  padding-left: 20px;
  padding-right: 5px;
  margin-top: 90px;
  padding-bottom: 10px;
  overscroll-behavior: contain;
}

.burger-second-level-wrap.mCS_no_scrollbar,
.burger-third-level-wrap.mCS_no_scrollbar {
  padding-right: 20px;
}

.burger-third-level-wrap {
  left: calc(200% + 20px);
}

.burger-second-level-wrap.show,
.burger-third-level-wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(0);
}

.close-burger-second-level,
.close-burger-third-level {
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.close-burger-second-level .icon,
.close-burger-third-level .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
  font-size: 90%;
}

.burger-menu a.second-level-parent,
.burger-menu a.third-level-parent {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  pointer-events: none;
  cursor: default;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  font-weight: bold;
}

.second-level-parent .icon,
.third-level-parent .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 3px;
  font-size: 90%;
}

/* .burger-second-level-menu,
.burger-third-level-menu {
  height: 220px;
  overflow-y: scroll;
} */

.burger-second-level-menu ul,
.burger-third-level-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.burger-home-link {
  position: relative;
  z-index: 15;
}

.burger-second-level-menu ul li,
.burger-third-level-menu ul li {
  margin-bottom: 15px;
}

.burger-second-level-menu > ul > li.menu-item-has-children > ul,
.burger-third-level-menu > ul > li.menu-item-has-children > ul {
  display: none;
}

.burger-second-level-menu > ul > li.menu-item-has-children > a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.burger-menu-wrap.open .burger-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  max-height: 90vh;
}

.burger-menu > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.burger-menu > div > ul > li {
  margin-bottom: 5px;
}

.burger-menu > div > ul > li.menu-item-has-children > a::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.burger-menu > div > ul > li > ul {
  display: none;
}

.burger-menu a {
  text-decoration: none;
  font-size: 20px;
  color: white !important;
  display: block;
  position: relative;
  padding-right: 14px;
}

.burger-menu a:hover {
  color: #ff9b00 !important;
}

.burger-menu-top {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0;
  margin: 20px 0;
}

.burger-menu-link {
  font-size: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 10;
}
.burger-menu-link:hover {
  color: #ff9b00;
}
.burger-menu-link .icon-close {
  display: none;
}
.burger-menu-link.open .icon-menu {
  display: none;
}
.burger-menu-link.open .icon-close {
  display: inline-block;
}
.burger-menu-link.open {
  color: white !important;
}

header .sub-menu-bg .inner.mobile-menu {
  display: none;
  flex-wrap: nowrap;
  padding-left: 0;
}
@media all and (max-width: 650px) {
  header .sub-menu-bg .inner.mobile-menu {
    display: flex;
  }
}
header .sub-menu-bg .inner.mobile-menu > .flex-row {
  padding-left: 10px;
}
header .sub-menu-bg .inner.mobile-menu > .mobile-menu-pane {
  width: 100vw;
  padding: 0 10px;
  flex: 0 0 auto;
}
header .sub-menu-bg .inner.mobile-menu > ul,
header .sub-menu-bg .inner.mobile-menu > ul.sub-menu {
  list-style: none;
  margin: 0;
  width: 100vw;
  padding: 0 10px;
  flex: 0 0 auto;
}
header .sub-menu-bg .inner.mobile-menu > ul > li,
header .sub-menu-bg .inner.mobile-menu > ul.sub-menu > li {
  margin-bottom: 18px;
}
header .sub-menu-bg .inner.mobile-menu > ul > li > a,
header .sub-menu-bg .inner.mobile-menu > ul.sub-menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-decoration: none;
}
header .sub-menu-bg .inner.mobile-menu > ul > li > ul.sub-menu,
header .sub-menu-bg .inner.mobile-menu > ul.sub-menu > li > ul.sub-menu {
  display: none;
}
header .sub-menu-bg .inner.mobile-menu > ul > li.header-not-list > a:after,
header .sub-menu-bg .inner.mobile-menu > ul.sub-menu > li.header-not-list > a:after {
  content: ">";
  font-weight: bold;
  padding-left: 5px;
}

.mobile-menu-pane {
  overflow-y: scroll;
  height: calc(100vh - 48px);
  padding-bottom: 40px !important;
  -webkit-overflow-scrolling: touch !important;
}
.mobile-menu-pane > ul > li.menu-item-has-children > ul.sub-menu {
  display: none;
}

.mobile-menu-pane:nth-child(3) > ul > li > a,
.mobile-menu-pane:nth-child(4) > ul > li > a {
  text-transform: none !important;
}

.mobile-menu-pane-label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

@media all and (max-width: 650px) {
  .sub-menu-bg .inner.with-list,
  .inner.no-list {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .main-nav {
    display: inline-block !important;
  }
}

@media all and (max-width: 768px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    z-index: 20;
  }
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav ul li {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .main-nav ul li {
    display: block;
  }
}
.main-nav ul li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.main-nav ul li a:hover {
  color: #ff9b00;
}
.main-nav ul li.current-menu-item a,
.main-nav ul li.current-menu-ancestor a {
  color: #ff9b00;
}

header.active .main-nav ul li.current-menu-item a,
header.active .main-nav ul li.current-menu-ancestor a {
  color: white;
}

.main-nav > ul > li > .sub-menu,
.main-nav > ul > li > .hidden-content {
  display: none;
}

.hidden-content {
  display: none;
}

.logo-link {
  display: block;
  position: relative;
}
@media all and (max-width: 650px) {
  .logo-link {
    max-width: 64px;
  }
  .logo-link svg {
    width: 100%;
  }
}

.search-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  margin-left: 10px;
}
.search-link:hover {
  color: #ff9b00;
}
@media all and (max-width: 650px) {
  .search-link {
    font-size: 19px;
  }
}

.highlight {
  color: #ff9b00;
}

section.highlight-bg {
  z-index: 20;
}
section.highlight-bg.passed-over {
  z-index: 0;
}
.highlight-bg {
  background: #ff9b00;
}
.highlight-bg span,
.highlight-bg strong {
  color: white;
}

#page-5593 section.highlight-bg,
#page-5593 section.highlight-bg.above:after,
section.highlight-bg.dark,
section.highlight-bg.dark.above:after {
  background: #666;
  color: white;
}

.highlight-section {
  padding: 0;
  padding-top: 16vw;
  padding-bottom: 8vw;
}

header {
  padding: 35px 0;
  position: fixed;
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
}
header.dark-bg a {
  color: white;
}
header.dark-bg.active a {
  color: black;
}
header.with-bg {
  background: rgba(255, 255, 255, 0.9);
}
header.with-bg a {
  color: black;
}
@media all and (max-width: 650px) {
  header {
    padding: 5px 0 6px 0;
  }
}
header > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-right {
  flex-grow: 2;
  text-align: right;
}
header .sub-menu-bg {
  display: block;
  height: calc(100vh - 107px);
  width: 100%;
  background: rgba(102, 102, 102, 0.95);
  opacity: 0;
  z-index: 1;
  position: fixed;
  top: 107px;
  transition: opacity 0.1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  padding-top: 40px;
  overflow-y: auto;
  touch-action: none;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1240px;
}
@media all and (max-width: 650px) {
  header .sub-menu-bg {
    height: calc(100vh - 48px);
    top: 48px;
    padding-top: 25px;
  }
}
header .sub-menu-bg h3 {
  margin-top: 0;
}
header .sub-menu-bg .people-search {
  margin-top: 0;
}
header .sub-menu-bg .search-field-wrap {
  margin-top: 0;
}
header .sub-menu-bg .search-field-wrap input {
  background: #666;
}
header .sub-menu-bg .search-field-wrap input:focus {
  border-color: white;
}
header .sub-menu-bg .search-field-wrap input::placeholder {
  color: white;
}
header .sub-menu-bg .search-field-wrap button:hover {
  color: white;
}
header .sub-menu-bg .button:hover {
  border-color: white;
}
header .sub-menu-bg a:hover {
  color: white;
}
header .sub-menu-bg .flex-row .right {
  flex: 1;
}
header .sub-menu-bg .flex-row .left {
  flex: 0.6;
  padding-right: 0;
}
header .sub-menu-bg .inner ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .sub-menu-bg .inner ul.sub-menu > li {
  margin-bottom: 20px;
}
header .sub-menu-bg .inner ul.sub-menu > li.current-menu-item > a {
  color: white;
}
header .sub-menu-bg .inner ul.sub-menu > li > a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.075em;
  font-weight: bold;
  display: inline-block;
}
header .sub-menu-bg .inner ul.sub-menu > li > a.open {
  color: #ff9b00;
}
header .sub-menu-bg .inner ul.sub-menu > li,
header .sub-menu-bg .inner ul.sub-menu > li a {
  color: white;
}
header .sub-menu-bg .inner ul.sub-menu > li > a:hover,
header .sub-menu-bg .inner ul.sub-menu > li a:hover {
  color: #ff9b00;
}
header .sub-menu-bg .sub-level-1 > ul > li > ul.sub-menu,
header .sub-menu-bg .sub-level-2 > ul > li > ul.sub-menu,
header .sub-menu-bg .sub-level-3 > ul > li > ul.sub-menu,
header .inner.mobile-menu > ul > li > ul.sub-menu,
header .mobile-menu-pane > ul > li > ul.sub-menu {
  display: none;
}
header .sub-menu-bg .sub-level-1 > ul > li.menu-item-has-children > a:after,
header .sub-menu-bg .sub-level-2 > ul > li.menu-item-has-children > a:after,
header .sub-menu-bg .sub-level-3 > ul > li.menu-item-has-children > a:after,
header .inner.mobile-menu > ul > li.menu-item-has-children > a:after,
header .mobile-menu-pane > ul > li.menu-item-has-children > a:after {
  content: ">";
  font-weight: bold;
  padding-left: 5px;
}
header .sub-menu-bg .sub-level-1 a.open,
header .sub-menu-bg .sub-level-2 a.open,
header .sub-menu-bg .sub-level-3 a.open,
header .inner.mobile-menu a.open,
header .mobile-menu-pane a.open {
  color: white;
}
header .sub-menu-bg .sub-level-2 > ul.sub-menu > li > a {
  text-transform: none;
}
header .sub-menu-bg .sub-level-3 > ul.sub-menu > li > a {
  text-transform: none;
}
header .logo-link .change-colour {
  transition: 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.active {
  background: #ff9b00;
}
header.active .main-nav a.open {
  color: white;
}
header.active .main-nav a:hover {
  color: white;
}
header.active .logo-link svg .change-colour {
  fill: #ffffff;
}
header.active .search-link:hover,
header.active .search-link.open {
  color: white;
}
header.active .sub-menu-bg {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: all;
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), clip-path 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filter-dropdowns {
  display: flex;
}
@media all and (max-width: 650px) {
  .filter-dropdowns {
    display: block;
  }
}
.filter-dropdowns .select {
  flex: 1;
}

.select {
  padding-right: 15px;
}
@media all and (max-width: 650px) {
  .select {
    position: relative;
    margin-bottom: 20px;
  }
}
.select .select-result {
  border-bottom: 2px solid black;
  padding: 13px 0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.select .select-result .icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 25px;
  transform: translateY(-50%);
}
.select .select-result:hover {
  color: white;
  border-color: white;
}
.select .select-options {
  padding-top: 14px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 650px) {
  .select .select-options {
    position: absolute;
    top: 100%;
  }
}
.select .select-options .select-option {
  padding: 7px 0;
}
.select .select-options .select-option:hover {
  cursor: pointer;
  color: white;
}
.select.open .select-result {
  color: white;
  border-color: white;
}
.select.open .select-options {
  animation: fadeIn 0.4s forwards;
  visibility: visible;
}

.people-page-top .select .select-result {
  border: 0;
  background: white;
  border-radius: 40px;
  padding: 17px 30px;
  letter-spacing: 0;
}

@media all and (max-width: 650px) {
  .people-page-top .select .select-result {
    font-size: 15px;
  }
}

.people-page-top.search-again .select .select-result {
  border: 1px solid #707070;
}

@media all and (max-width: 650px) {
  .sub-menu-bg .select .select-options {
    background: #ff9b00;
    z-index: 10;
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

#people-results .people-grid .grid .flickity-button {
  background: #f59c08;
}
#people-results .people-grid .grid .flickity-button:hover {
  background: #707070;
}

#people-results .people-grid .grid .flickity-prev-next-button {
  width: 40px;
  height: 40px;
}
#people-results .people-grid .grid .flickity-button-icon {
  fill: white;
}
#people-results .people-grid .grid .flickity-prev-next-button.previous {
  left: -60px;
}
#people-results .people-grid .grid .flickity-prev-next-button.next {
  right: -60px;
}
#people-results .people-grid .grid .flickity-prev-next-button:disabled {
  opacity: 0;
}

@media all and (max-width: 1355px) {
  #people-results .people-grid .grid .flickity-prev-next-button.previous {
    left: 40px;
  }
  #people-results .people-grid .grid .flickity-prev-next-button.next {
    right: 40px;
  }
}

.bg-wrap {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

footer {
  margin-top: 0;
  color: #8d8d8d;
}
footer a:hover {
  color: #1a1a1a;
}
footer p {
  display: inline-block;
}

footer > .inner {
  max-width: 900px;
}

ul.social {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
ul.social li {
  display: inline-block;
  margin-right: 20px;
}
ul.social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: white;
  color: #666;
  height: 38px;
  width: 38px;
}
ul.social li a:hover {
  background: #ff9b00;
}

h1 {
  font-family: pragmatica, sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
}
h1.page-title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  h1 {
    font-size: 36px;
  }
}
h1.massive {
  font-size: 90px;
}
@media all and (max-width: 650px) {
  h1.massive {
    font-size: 55px;
  }
}

.make-pragma {
  font-family: pragmatica, sans-serif;
  font-weight: 900;
}

.social-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.social-link .social-icon {
  background: black;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
}
.social-link .icon {
  color: white;
}
.social-link:hover {
  color: #ff9b00;
}
.social-link:hover .social-icon {
  background: #ff9b00;
}
.social-link:hover .social-icon .icon {
  color: white;
}

.page-top-bg-content .social-link:hover .social-icon {
  background: #ff9b00;
}

.page-top-bg-content .social-link .social-icon {
  background: white;
}

.page-top-bg-content .social-link .icon {
  color: #999;
}

.mobile-header-content {
  margin-bottom: 30px;
}

.page-tagline {
  font-weight: bold;
  font-size: 20px;
}
@media all and (max-width: 650px) {
  .page-tagline {
    font-size: 18px;
  }
}

h2 {
  font-size: 36px;
  font-weight: bold;
}
h2.cta {
  color: #ff9b00;
  font-size: 42px;
}
@media all and (max-width: 650px) {
  h2.cta {
    font-size: 24px;
  }
}
h2.reg {
  font-size: 42px;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  h2.reg {
    margin-top: 0;
    font-size: 32px;
  }
}
@media all and (max-width: 650px) {
  h2 {
    font-size: 32px;
    line-height: 1.125;
  }
}
@media all and (max-width: 650px) {
  h2.tagline {
    font-size: 22px;
    line-height: 1.21;
  }
}

.person-contact-info {
  font-weight: 100;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
h3 a {
  text-decoration: none;
}
h3 a:hover {
  color: #ff9b00;
}
@media all and (max-width: 650px) {
  h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.filler-text {
  text-transform: uppercase;
  color: #ff9b00;
  text-align: center;
}
.filler-text h1 {
  margin: 0 0 0.6em 0;
  font-size: 1em;
}
.filler-text h1.no-margin {
  margin: 0;
}
.filler-text.text-l {
  text-align: left;
}

.text-break .filler-text h1 {
  margin-bottom: 0;
}

main.no-header {
  padding-top: 72px;
}

.page-top {
  padding: 182px 0 16vw 0;
  position: relative;
  overflow: hidden;
}
.page-top.people-page-top {
  padding-top: 28vh;
  z-index: 10;
  overflow: visible;
}
.page-top.simple {
  padding-bottom: 0;
}
@media all and (max-width: 650px) {
  .page-top {
    padding-top: 123px;
  }
}
@media all and (max-width: 650px) {
  .page-top h2 {
    text-align: center;
  }
}
.page-top .page-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -10;
}
.page-top .page-top-bg.person-page-top-bg {
  background-position-y: 60%;
}
/* @media all and (max-width: 650px) {
  .page-top .page-top-bg.person-page-top-bg {
    background-position-x: 9%;
  }
} */
.page-top .page-top-bg.image-page-top-bg {
  background-position-y: 100%;
}
@media all and (max-width: 650px) {
  .page-top .page-top-bg.image-page-top-bg {
    background-position-x: 75%;
  }
}
.page-top .person-circle {
  margin-right: 0;
  margin-bottom: 15px;
}
.page-top .person-circle + .person-circle {
  margin-left: 10px;
}
.page-top .article-top {
  margin-top: 40px;
  margin-bottom: 50px;
}
main section .article-top ul {
  font-size: 14px;
}

.page-top-bg-top-gradient {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: -8;
  background: rgb(98, 71, 29);
  background: linear-gradient(180deg, rgba(98, 71, 29, 1) 0%, rgba(98, 71, 29, 0) 100%);
  opacity: 0.8;
}
.page-top-bg-bottom-gradient {
  display: block;
  position: absolute;
  bottom: 6vw;
  left: -10%;
  width: 120%;
  height: 25%;
  z-index: -7;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(-9deg);
  opacity: 0.8;
}

.article-content {
  max-width: 780px;
  margin: 0 auto;
}
.article-content a {
  color: #ff9b00;
  text-decoration: none;
}
.article-content a:hover {
  color: black;
  text-decoration: underline;
}
.article-content .button {
  color: black;
}
.article-content .button:hover {
  color: white;
  text-decoration: none;
}

.article-content.with-sidebar {
  max-width: 100%;
}
.article-content.with-sidebar .featured-image {
  max-width: 780px;
  margin: 0 auto;
}
.article-content.with-sidebar .article-content-left {
  width: 70%;
  float: left;
  padding-right: 10%;
}
.article-content.with-sidebar .article-content-right {
  width: 30%;
  float: left;
}

.apply-now-box {
  margin-top: 90px;
  padding: 12%;
}

.apply-now-box h2 {
  margin: 0 0 0.3em 0;
  color: #f8992d;
  font-family: pragmatica, sans-serif;
  font-size: 32px;
}

.apply-now-box .gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.apply-now-box .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.apply-now-box .gform_wrapper .gfield_visibility_hidden {
  display: none;
}

.share-insight {
  margin-top: 70px;
}
.share-insight > ul.social {
  display: block;
}
.share-insight > ul.social li a {
  background: black;
  color: white;
}
.share-insight > ul.social li a:hover {
  background: #ff9b00;
}

.featured-image {
  width: 100%;
}
.featured-image img {
  display: block;
  width: 100%;
}

.page-top-bg-content {
  color: white;
  width: 100%;
  max-width: 640px;
  float: right;
}
.page-top-bg-content a {
  color: white;
  text-decoration: none;
}
.page-top-bg-content a:hover {
  color: #ff9b00;
  text-decoration: none;
}
@media all and (max-width: 650px) {
  .page-top-bg-content {
    margin-top: 115px;
    padding-bottom: 30px;
  }
}

.text-break {
  padding: calc(16vw + 40px) 0;
  background: transparent;
}
.text-break.dark-theme {
  background: #666666;
}
.text-break.first-text-break {
  padding: 90px 0 calc(16vw + 40px) 0;
}
@media all and (max-width: 650px) {
  .text-break {
    padding: 30vw 0;
  }
  .text-break.first-text-break {
    padding: 14vw 0 30vw 0;
  }
}
.text-break.with-top-triangle {
  padding-top: 90px;
}
.text-break.with-bottom-triangle {
  padding-bottom: 90px;
}
.text-break.two-columns {
  background: white;
  padding-bottom: 90px;
}

section.above + section.text-break.above {
  padding-top: 90px;
}

.page-top.parallax-page-top + section.text-break {
  padding-top: 90px;
}
.parallax-element + section.text-break,
.highlight-bg + section.text-break {
  padding-top: 90px;
}

.person-image-row-wrap {
  position: relative;
}

.portrait-row-image {
  position: absolute;
  right: 8%;
  width: 31%;
  bottom: -6.55vw;
  z-index: 10;
}

@media all and (max-width: 650px) {
  .portrait-row-image {
    display: none;
  }
}

.single-person-image-section {
  min-height: 120vh;
}
@media all and (max-width: 650px) {
  .single-person-image-section {
    min-height: 0;
  }
}

.single-person-image {
  position: absolute;
  right: 10%;
  bottom: 10vw;
}
.single-person-image.reduced {
  max-height: 70vh;
  bottom: 7.5vw;
  right: 20vw;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .single-person-image.reduced {
    right: 10vw;
  }
}
@media all and (max-width: 650px) {
  .single-person-image.reduced {
    max-width: 25%;
    right: 5%;
  }
}
@media all and (max-width: 650px) {
  .single-person-image {
    display: none;
  }
}

.single-person-image.story-row-person-image {
  bottom: -6.55vw;
  right: 8vw;
  width: 31%;
  z-index: 7;
}

.angle-top {
  padding-top: 340px;
  position: relative;
  overflow: hidden;
}
.angle-top:before {
  content: "";
  display: block;
  width: 135%;
  height: 0;
  padding-bottom: 5%;
  background: linear-gradient(180deg, #999999 0%, #999999 10%, white 70%, white 100%);
  opacity: 0.35;
  position: absolute;
  top: 110px;
  right: -31%;
  transform: rotate(-9deg);
  pointer-events: none;
}

.angle-bottom {
  padding-bottom: 340px;
  position: relative;
  overflow: hidden;
}
.angle-bottom:after {
  content: "";
  display: block;
  width: 135%;
  height: 0;
  padding-bottom: 5%;
  background: linear-gradient(180deg, white 0%, white 30%, #999999 99%, #999999 100%);
  opacity: 0.35;
  position: absolute;
  bottom: 110px;
  left: -31%;
  transform: rotate(-9deg);
  pointer-events: none;
}

.people-search {
  display: block;
  margin: 60px 0 30px 0;
}
.people-search a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.people-search a:hover {
  color: #ff9b00;
}

.people-page-top .people-search {
  margin: 0;
}

.people-page-top h1.filler-text {
  margin-bottom: 20px;
}

.form-link {
  display: inline-block;
}
@media all and (max-width: 650px) {
  .form-link {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

.search-field-wrap {
  position: relative;
  max-width: 385px;
  width: 100%;
  display: inline-block;
  margin-right: 25px;
}
.search-field-wrap button {
  position: absolute;
  top: 15px;
  right: 10px;
  background: transparent;
  outline: 0;
  border: 0;
  font-size: 21px;
  cursor: pointer;
}
.search-field-wrap button:hover {
  color: #ff9b00;
}
.search-field-wrap button .icon {
  transform: scale(-1, 1);
}
.search-field-wrap input[type="text"] {
  font-size: 20px;
  font-family: inherit;
  border: 2px solid #1a1a1a;
  border-radius: 75px;
  padding: 14px 20px;
  /* margin-bottom: 0; */
  display: block;
  background: transparent;
  width: 100%;
}
.search-field-wrap input[type="text"]:focus {
  outline: 0;
  border-color: #ff9b00;
}
.search-field-wrap input[type="text"]::placeholder {
  color: #b6b6b6;
}
@media all and (max-width: 650px) {
  .search-field-wrap input[type="text"] {
    font-size: 18px;
  }
}

.twitter-typeahead {
  width: 100%;
  display: block;
}

.tt-menu {
  background: white;
  width: calc(100% - 46px);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 23px !important;
  box-shadow: 0px 2px 5px #999;
  overflow: hidden;
}

.tt-suggestion {
  padding: 15px 20px;
  display: block;
  cursor: pointer;
}
.tt-suggestion:hover {
  background: #f7f7f7;
}

.tt-hint {
  opacity: 0.5 !important;
}

.people-page-top .search-field-wrap input[type="text"] {
  background: white !important;
  border: 0;
  margin-bottom: 0 !important;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
}
@media all and (max-width: 650px) {
  .people-page-top .search-field-wrap input[type="text"] {
    font-size: 15px;
  }
}

.people-page-top.search-again .search-field-wrap input[type="text"] {
  border: 1px solid #707070;
}

.people-page-top .search-field-wrap input[type="text"]::placeholder {
  color: black;
}

.people-page-top .page-filters .select .select-result .icon {
  color: black;
  right: 20px;
  font-size: 16px;
}

.two-col {
  width: 50%;
  float: left;
}
.two-col.float-r {
  float: right;
}
@media all and (max-width: 650px) {
  .two-col {
    width: 100%;
  }
}

.two-thirds {
  width: 66.66%;
  float: left;
}
@media all and (max-width: 650px) {
  .two-thirds {
    width: 100%;
  }
}

.one-third {
  width: 33.33%;
  float: left;
}
@media all and (max-width: 650px) {
  .one-third {
    width: 100%;
  }
}

.one-third.news-col {
  padding: 0 10px;
}
@media all and (max-width: 650px) {
  .one-third.news-col {
    padding: 0;
  }
}
@media all and (max-width: 650px) {
  .one-third.news-col article.news-block {
    max-width: 100%;
  }
}

.news-grid {
  font-size: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.news-grid + .news-grid {
  margin-top: 40px;
}
@media all and (max-width: 650px) {
  .news-grid + .news-grid {
    margin-top: 0px;
  }
}
.news-grid .two-thirds,
.news-grid .one-third {
  display: inline-block;
  float: none;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .news-grid .two-thirds,
  .news-grid .one-third {
    margin-bottom: 20px;
  }
}

.two-columns.with-arrow {
  position: relative;
}
.two-columns.with-arrow .inner {
  position: relative;
  margin-bottom: 100px;
}
@media all and (max-width: 650px) {
  .two-columns.with-arrow .inner {
    margin-bottom: 0;
  }
}
.two-columns.with-arrow .two-col:nth-child(1) {
  padding-right: 90px;
}
@media all and (max-width: 650px) {
  .two-columns.with-arrow .two-col:nth-child(1) {
    padding-right: 0;
  }
}
.two-columns.with-arrow .two-col:nth-child(2) {
  padding-left: 90px;
}
@media all and (max-width: 650px) {
  .two-columns.with-arrow .two-col:nth-child(2) {
    padding-left: 0;
  }
}

.two-columns.standard {
  position: relative;
  padding: 15px 0 15px 0;
}
.two-columns.standard .inner {
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 650px) {
  .two-columns.standard .inner {
    margin-bottom: 0;
  }
}
.two-columns.standard .two-col:nth-child(1) {
  padding-right: 30px;
}
@media all and (max-width: 650px) {
  .two-columns.standard .two-col:nth-child(1) {
    padding-right: 0;
  }
}
.two-columns.standard .two-col:nth-child(2) {
  padding-left: 30px;
}
@media all and (max-width: 650px) {
  .two-columns.standard .two-col:nth-child(2) {
    padding-left: 0;
  }
}

.two-columns.standard ul,
.two-columns.standard ol {
  font-size: 20px;
  line-height: 1.4;
}
.two-columns.standard ul li,
.two-columns.standard ol li {
  margin-bottom: 10px;
}
.two-columns.standard img.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

.two-columns.other-reports A {
  text-decoration: none;
}
.two-columns.other-reports .fifth {
  float: left;
  width: 20%;
  padding: 20px;
}
@media all and (max-width: 650px) {
  .two-columns.other-reports .fifth {
    float: left;
    width: 33.3333%;
    padding: 20px;
  }
}

.two-columns.with-bg .page-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.two-columns .page-top-bg.image-page-top-bg {
  background-position-y: 100%;
}
@media all and (max-width: 650px) {
  .page-top .page-top-bg.image-page-top-bg {
    background-position-x: 75%;
  }
}
.two-columns.note-from-auth {
  padding: 0 0 10vw 0;
  background-color: #202020;
  color: #ffffff;
}
.two-columns.note-from-auth-alt-2 {
  padding: 0 0 10vw 0;
  background-color: #e6e6e6;
  color: #1a1a1a;
}
.two-columns.note-from-auth H2 {
  font-size: 50px;
}
.two-columns.note-from-auth-alt H2 {
  font-size: 44px;
}
.two-columns.note-from-auth H2.name {
  color: #ff9b00;
  font-family: pragmatica, sans-serif;
}
.two-columns.note-from-auth .button {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.two-columns.note-from-auth .button:hover {
  border-color: #d98400;
  color: #d98400;
  background-color: transparent;
}
.two-columns.note-from-auth .two-col {
  float: none;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.two-columns.note-from-auth .two-col:nth-child(1) {
  padding: 0 100px 0 0;
}
.two-columns.note-from-auth .two-col:nth-child(2) {
  padding: 0 100px 200px 0;
}
@media all and (max-width: 650px) {
  .two-columns.note-from-auth .two-col {
    display: block;
  }
  .two-columns.note-from-auth .two-col:nth-child(1) {
    padding: 0;
  }
  .two-columns.note-from-auth .two-col:nth-child(2) {
    padding: 0;
  }
}

.two-columns.note-from-auth .three-col {
  float: none;
  display: table-cell;
  width: 33.3333%;
  vertical-align: top;
}
.two-columns.note-from-auth .three-col:nth-child(1) {
  padding: 0 50px 0 0;
}
.two-columns.note-from-auth .three-col:nth-child(2) {
  padding: 0 50px 0 0;
}
.two-columns.note-from-auth .three-col:nth-child(3) {
  padding: 0 50px 0 0;
}
@media all and (max-width: 650px) {
  .two-columns.note-from-auth .three-col {
    display: block;
	width: 100%;
  }
  .two-columns.note-from-auth .three-col:nth-child(1) {
    padding: 0;
  }
  .two-columns.note-from-auth .three-col:nth-child(2) {
    padding: 0;
  }
  .two-columns.note-from-auth .three-col:nth-child(3) {
    padding: 0;
  }
}

.two-columns.note-from-auth .pragma-button {
  font-family: pragmatica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}

.menu_float {
  box-sizing: border-box;
  position: fixed;
  z-index: 49;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -900px;
  width: 250px;
  padding: 5px 15px 5px 14px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  transition: all 1s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #cccccc;
}
.menu_float P {
  position: relative;
  margin: 9px 0 9px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.menu_float UL {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.menu_float LI {
  position: relative;
  margin: 9px 0 9px 0;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.menu_float LI:before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "\002F";
  font-size: 26px;
  line-height: 18px;
  font-weight: bold;
}
.menu_float LI.live {
  color: #ff9b00;
}
.menu_float LI A {
  text-decoration: none;
}
.menu_float LI SPAN {
  display: block;
  width: 190px;
}
@media all and (max-width: 1800px) {
  .menu_float {
    left: 10px;
    margin-left: 0px;
    width: 45px;
  }
  .menu_float.show {
    width: 250px;
  }
}
@media all and (max-width: 1600px) {
}
@media all and (max-width: 1200px) {
}

.arrow-divider {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 225px;
  line-height: 0;
}
.arrow-divider.static {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 20;
  transform: translate(0, 0);
  text-align: center;
  margin-top: 20px;
}
.arrow-divider.static.small {
  font-size: 150px;
  margin-bottom: 20px;
}
.arrow-divider .icon-short-arrow {
  display: none;
}
@media all and (max-width: 650px) {
  .arrow-divider {
    position: static;
    transform: translate(0, 0);
    text-align: center;
    font-size: 105px;
    margin-top: 30px;
  }
  .arrow-divider .icon-long-arrow {
    display: none;
  }
  .arrow-divider .icon-short-arrow {
    display: inline-block;
  }
}
.arrow-divider:last-child {
  margin-bottom: 15px;
}

@media all and (max-width: 650px) {
  .arrow-divider.mobile-center-arrow-divider {
    left: 0 !important;
    top: 15px;
  }
}

.push-down {
  margin-top: 10%;
}
@media all and (max-width: 650px) {
  .push-down {
    margin-top: 0;
  }
}

p {
  font-size: 20px;
  line-height: 1.4;
}
p.small {
  font-size: 14px;
  font-weight: 600;
}
@media all and (max-width: 650px) {
  p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

p a {
  color: #ff9b00;
}

p a:hover {
  color: #ff9b00;
  text-decoration: underline;
}

main section ul,
main section ol {
  font-size: 20px;
  line-height: 1.4;
}
main section ul li,
main section ol li {
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  main section ul,
  main section ol {
    font-size: 18px;
  }
}

section {
  padding: 60px 0;
  background: white;
  position: relative;
}
.flipbook-page-htmlContent section {
  background: none;
}
@media all and (max-width: 650px) {
  section {
    padding: 25px 0;
  }
}
section.above,
section.below {
  z-index: 10;
}
section.above > .inner,
section.above > .content-inner,
section.below > .inner,
section.below > .content-inner {
  position: relative;
  z-index: 5;
}
section.above:after,
section.below:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.highlight-bg.above:after,
section.highlight-bg.below:after {
  background: #ff9b00;
}
section.light-bg.above:after {
  background: #f6f6f6;
}

section.above + section.above {
  margin-top: 14vw;
}
section.standard.above {
  margin-top: 14vw;
}
section.note-from-auth + section.above,
section.text-break-orange-bg + section.above {
  margin-top: 0;
}
.note-from-auth .top-triangle svg polygon {
  fill: #202020;
}
.note-from-auth-alt .top-triangle svg polygon {
  fill: #f39200;
}
.page-top + section.above {
  margin-top: 0;
}
section.standard + section.with-arrow.above {
  margin-top: 14vw;
}

section.standard.orange,
section.standard.orange.below:after,
section.standard.conclusion-box.below:after {
  background: #f39200;
}
section.standard.orange {
  color: #ffffff;
}
section.standard.orange H3 {
  font-size: 24px;
}
section.standard.orange A:hover {
  color: #ffffff;
}

.sub-intro {
  padding: 0;
}
.sub-intro .bg-grey {
  background-color: #e6e6e6;
  position: relative;
  z-index: 5;
  padding: 1px 0 40px 0;
}
.sub-intro .top-triangle svg polygon {
  fill: #e6e6e6;
}
.sub-intro .inner {
  text-align: left;
}
.sub-intro .inner H2 {
  margin: 20px 0 0 0;
  font-family: pragmatica, sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
}
@media all and (max-width: 650px) {
  .sub-intro .inner H2 {
    margin: 20px 0 0 0;
    font-size: 36px;
  }
}
.sub-intro .inner H3 {
  font-size: 39px;
}
.inner H3.dropcaps::first-letter {
  float: left;
  color: #ff9b00;
  font-size: 75px;
  line-height: 65px;
  padding: 0 6px 0 0;
  margin: 0 0 -10px 0;
}
.sub-intro .inner H3::first-letter {
  float: left;
  color: #ff9b00;
  font-weight: 400;
  font-size: 117px;
  line-height: 91px;
  padding: 0 10px 0 0;
  margin: 0 0 -10px 0;
}
@media all and (max-width: 650px) {
  .sub-intro .inner H3 {
    font-size: 28px;
  }
}
.sub-intro .inner {
  position: relative;
}
.sub-intro .logo {
  width: 200px;
  height: auto;
  position: absolute;
  top: -50px;
  right: 15px;
}
.sub-intro .auth-img {
  float: left;
  width: 200px;
  height: auto;
  margin: 39px 30px 0 0;
}
@media all and (max-width: 650px) {
  .sub-intro .auth-img {
    width: 150px;
  }
}
.sub-intro .auth-img IMG {
  display: block;
}
.sub-intro .author-name {
  background-color: #ff9b00;
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  padding: 8px;
}

.text-break-orange-bg {
}
.text-break-orange-bg .text-c,
.text-break-orange-bg H1,
.text-break-orange-bg H2,
.text-break-orange-bg H3,
.text-break-orange-bg H4,
.text-break-orange-bg P {
  color: #ffffff;
}
.text-break-orange-bg .two-col {
  padding: 0 100px 0 0;
}
.text-break-orange-bg .four-col {
  float: left;
  width: 25%;
  padding: 0 30px 0 0;
}
@media all and (max-width: 650px) {
  .text-break-orange-bg .four-col {
    width: 50%;
  }
  .text-break-orange-bg .two-col {
    padding: 0 0 0 0;
  }
}

.conclusion-box {
  background-color: #ff9b00;
  padding: 10px 40px;
}
.conclusion-box.dgrey {
  background-color: #666666;
}
.conclusion-box H1,
.conclusion-box H2,
.conclusion-box H3,
.conclusion-box H4,
.conclusion-box P {
  color: #ffffff;
}

.conclusion-box .gform_wrapper.gravity-theme {
}
.conclusion-box .gform_wrapper.gravity-theme INPUT[type="text"],
.conclusion-box .gform_wrapper.gravity-theme INPUT[type="email"],
.conclusion-box .gform_wrapper.gravity-theme SELECT,
.conclusion-box .gform_wrapper.gravity-theme TEXTAREA {
  border: none;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  padding: 17px;
}
.conclusion-box .gform_wrapper input[type="checkbox"],
.conclusion-box .gform_wrapper input[type="radio"] {
  transform: scale(1.25);
  opacity: 0.75;
}
.conclusion-box .gform_wrapper.gravity-theme INPUT[type="submit"] {
  color: #ffffff;
  border-color: #ffffff;
}
.conclusion-box .gform_wrapper.gravity-theme INPUT[type="submit"]:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.conclusion-box .gform_wrapper.gravity-theme .gfield_required {
  color: #ffffff !important;
}

.accordi-wrap {
  border: solid 1px #cccccc;
  padding: 5px 15px;
}
.accordi-wrap .accordi-click {
  margin: 0;
  cursor: pointer;
}
.accordi-wrap .show-hide {
}

.button,
input[type="submit"] {
  font-weight: bold;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid black;
  border-radius: 50px;
  padding: 14px 55px;
  display: inline-block;
}
.button:hover,
input[type="submit"]:hover {
  background: #ff9b00;
  color: white;
  border-color: #ff9b00;
}
.button.filled {
  background: #ff9b00;
  color: white;
  border-color: #ff9b00;
}
.button.filled:hover {
  background: #d98400;
  border-color: #d98400;
}
@media all and (max-width: 650px) {
  .button,
  input[type="submit"] {
    padding: 14px 20px;
  }
}

.button h3 {
  margin: 0;
  font-family: pragmatica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
}

.button + .button {
  margin-left: 20px;
}
@media all and (max-width: 580px) {
  .button + .button {
    margin-left: 0px;
    margin-top: 20px;
  }
}

article.news-block {
  background: white;
  padding: 15px;
  max-width: 380px;
  width: 100%;
}
article.news-block.no-bg {
  background: none;
}
article.news-block.featured-article {
  position: relative;
  background: transparent;
  color: white;
  max-width: 100%;
}
article.news-block.featured-article a {
  color: white;
}
article.news-block.featured-article a:hover {
  color: #ff9b00;
}
article.news-block.featured-article h3 {
  font-size: 32px;
  max-width: 350px;
}
article.news-block.featured-article h3 > a {
  display: block;
}
article.news-block.featured-article .button {
  margin-top: 200px;
  border-color: white;
}
article.news-block.featured-article .button:hover {
  background: transparent;
  color: #ff9b00;
  border-color: #ff9b00;
}
article.news-block.featured-article > * {
  position: relative;
  z-index: 5;
}
article.news-block.featured-article:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 4;
}
article.news-block.featured-article .bg {
  position: absolute;
  z-index: 3;
}

.two-thirds.featured-wrap {
  padding: 0 10px;
}
@media all and (max-width: 650px) {
  .two-thirds.featured-wrap {
    padding: 0;
  }
}

.article-image {
  position: relative;
  height: 0;
  padding-bottom: 65.7%;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.article-top {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.article-top ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.article-top ul li a {
  color: #ff9b00;
  text-decoration: none;
  padding-right: 5px;
}
.article-top ul li a:hover {
  color: black;
}

@media all and (max-width: 650px) {
  .article-bottom {
    margin-top: 20px;
  }
}

.person-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.person-circle + .person-circle {
  margin-left: -30px;
}

.person-link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #ff9b00;
}
.person-link:hover {
  color: black;
}

.person-link + .person-link {
  margin-top: 5px;
}

.two-columns article.news-block {
  margin-top: 60px;
}
@media all and (max-width: 650px) {
  .two-columns article.news-block {
    margin-top: 30px;
  }
}

.two-columns article.news-block.no-margin-top {
  margin-top: 0;
}

@media all and (max-width: 650px) {
  .hide-mobile {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media all and (max-width: 650px) {
  .show-mobile {
    display: block;
  }
}

.photo-grid {
  text-align: center;
  display: grid;
  height: 693px;
  grid-template-columns: 8.6% 6.6% 16.7% 27.6% 8% 6.2% 2.5% 15.2% 1fr;
  grid-template-rows: 20% 11.2% 13.1% 3.6% 24.6% 1.5% 14.4% 2% 1fr;
}
.photo-grid .grid-item-1 {
  grid-area: 4 / 1 / 6 / 3;
  z-index: 10;
}
.photo-grid .grid-item-2 {
  grid-area: 2 / 2 / 8 / 4;
}
.photo-grid .photo-grid-text {
  grid-area: 2 / 4 / 6 / 6;
  padding: 40px;
}
.photo-grid .grid-item-3 {
  grid-area: 3 / 8 / 8 / 10;
  z-index: 10;
}
.photo-grid .grid-item-4 {
  grid-area: 1 / 6 / 5 / 9;
}
.photo-grid .grid-item-5 {
  grid-area: 7 / 5 / 10 / 7;
}
.photo-grid .photo-grid-item {
  position: relative;
}
@media all and (max-width: 650px) {
  .photo-grid {
    display: block;
    height: auto;
  }
}

@media all and (max-width: 650px) {
  .photo-grid-item {
    display: block;
    margin: 0 auto;
  }
}

@media all and (max-width: 650px) {
  .grid-item-1 {
    height: 0;
    width: 30%;
    padding-bottom: 35%;
    position: absolute !important;
    top: 7%;
    left: 5%;
  }
}

@media all and (max-width: 650px) {
  .grid-item-2 {
    height: 0;
    width: 45%;
    padding-bottom: 70%;
  }
}

@media all and (max-width: 650px) {
  .grid-item-3 {
    height: 0;
    width: 55%;
    padding-bottom: 90%;
    left: 20%;
    margin-top: -50%;
  }
}

@media all and (max-width: 650px) {
  .grid-item-4 {
    height: 0;
    width: 50%;
    padding-bottom: 60%;
    margin-left: 6%;
  }
}

@media all and (max-width: 650px) {
  .grid-item-5 {
    height: 0;
    width: 20%;
    padding-bottom: 20%;
    position: absolute !important;
    bottom: 10%;
    left: 2%;
  }
}

footer {
  background: #666666;
  color: white;
  position: relative;
  padding-bottom: 80px;
  padding-top: calc(16vw + 60px);
}
@media all and (max-width: 650px) {
  footer {
    padding-top: calc(16vw + 40px);
  }
}
footer a {
  color: white;
}
footer a:hover {
  color: #ff9b00;
}
footer .button {
  border-color: white;
}
footer .footer-triangle {
  width: 100%;
  height: 0;
  padding-bottom: 19.03%;
  position: relative;
  top: -1px;
  background: white;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-bottom: 90px;
}
footer h2 {
  color: #ff9b00;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (max-width: 650px) {
  footer h2 {
    font-size: 26px;
  }
}
footer h3 {
  margin-bottom: 0;
}
footer .two-col {
  padding-right: 20px;
}
footer ul {
  padding: 0;
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
}
@media all and (max-width: 650px) {
  footer ul li {
    display: block;
  }
}

.flex-row {
  display: flex;
  align-items: flex-start;
}
@media all and (max-width: 650px) {
  .flex-row {
    display: block;
    width: 100%;
  }
}
.flex-row .left {
  padding-right: 60px;
}
.people-page-top .flex-row .left {
  padding-right: 0;
  width: 33.33%;
}
@media all and (max-width: 650px) {
  .flex-row .left {
    padding-right: 0;
  }
  .people-page-top .flex-row .left {
    width: 100%;
    text-align: center;
    padding: 0 14px;
  }
  .people-page-top .flex-row .left .search-field-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}
.flex-row .flex-item {
  flex: 1;
}
@media all and (max-width: 650px) {
  .flex-row .flex-item {
    display: block;
    margin-bottom: 30px;
  }
}
.flex-row .flex-item.flex-shrink {
  flex: 0.4;
}
.flex-row .flex-item.flex-grow {
  flex-grow: 3;
}

.box {
  border: 1px solid currentColor;
  padding: 30px;
  line-height: 1.33;
  width: calc(100% - 60px);
  margin-left: 30px;
  max-width: 580px;
}
.box.full-width {
  width: 100%;
  margin-left: 0;
}
.box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box ul li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}
.box ul li:last-child {
  margin-bottom: 0;
}
.box ul li a {
  text-decoration: none;
}
.box ul li a:hover {
  color: #ff9b00;
}
.box ul li a:after {
  content: ">";
  color: #ff9b00;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .box {
    width: 100%;
    margin-left: 0;
    padding: 30px 15px;
  }
}

.box ul li.current_page_item a {
  color: #ff9b00;
}
.box ul ul.children {
  display: none;
}

.padded-box {
  padding: 70px 15%;
}

.image-w-shadow {
  box-shadow: 10px 10px 0 #333;
}

ul.big-list,
.article-content ul:not(.social),
section.two-columns .inner ul:not(.social) {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
ul.big-list li,
.article-content ul:not(.social) li,
section.two-columns .inner ul:not(.social) li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
}
.article-content ul:not(.social) li,
section.two-columns .inner ul:not(.social) li {
  font-size: 20px;
}
ul.big-list li:before,
.article-content ul:not(.social) li:before,
section.two-columns .inner ul:not(.social) li:before {
  content: "/";
  color: #ff9b00;
  position: absolute;
  top: 0;
  left: 0;
}

.article-content ul:not(.social) {
  font-size: 20px;
}

.related-sectors-services-wrap {
  margin-top: 150px;
}
@media all and (max-width: 650px) {
  .related-sectors-services-wrap {
    margin-top: 50px;
  }
}

.testimonials-section {
  background: #ff9b00;
  color: white;
  position: relative;
  z-index: -5;
  padding: calc(16vw + 60px) 0 60px 0;
}
.testimonials-section.standalone {
  z-index: 8;
}
.testimonials-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9b00;
  z-index: -1;
}

.quote-slider-wrap {
  max-width: 768px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .quote-slider-wrap {
    padding: 0 30px;
  }
}

.quote-slider {
  position: relative;
}
.quote-slider .quote-marks {
  position: absolute;
  right: 103%;
  top: 0;
  margin-top: -40px;
  font-size: 100px;
}
@media all and (max-width: 650px) {
  .quote-slider .quote-marks {
    right: auto;
    left: -5px;
    top: auto;
    bottom: 102%;
    margin-top: 0;
    line-height: 0;
  }
}
.quote-slider .flickity-page-dots {
  text-align: left;
  bottom: -60px;
}
@media all and (max-width: 650px) {
  .quote-slider .flickity-page-dots {
    bottom: -40px;
  }
}
.quote-slider .flickity-page-dots .dot {
  background: white;
  width: 17px;
  height: 17px;
  margin: 0 12px 0 0;
  opacity: 0.5;
}
.quote-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.quote-slider .flickity-button {
  background: transparent;
}
.quote-slider .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  top: 0;
  margin-top: -40px;
}
@media all and (max-width: 650px) {
  .quote-slider .flickity-prev-next-button {
    display: none;
  }
}
.quote-slider .flickity-prev-next-button.previous {
  left: auto;
  right: 50px;
}
.quote-slider .flickity-button-icon {
  fill: white;
}

.quote-slide {
  width: 100%;
  display: block;
}
.quote-slide .quote {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .quote-slide .quote {
    font-size: 24px;
  }
}
.quote-slide .author {
  font-size: 32px;
  font-weight: bold;
}
@media all and (max-width: 650px) {
  .quote-slide .author {
    font-size: 24px;
  }
}

h4 {
  margin: 0;
  font-size: 16px;
  font-family: pragmatica, sans-serif;
}

.grid {
  font-size: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-item {
  width: calc((100% - (20px * 4)) / 4);
  margin: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
@media all and (max-width: 768px) {
  .grid-item {
    width: calc((100% - (20px * 2)) / 2);
  }
}
@media all and (max-width: 650px) {
  .grid-item {
    width: calc((100% - (20px * 1)) / 1);
  }
}

.grid-item.deal {
  width: calc((100% - (20px * 3)) / 3);
}
@media all and (max-width: 768px) {
  .grid-item.deal {
    width: calc((100% - (20px * 2)) / 2);
  }
}
@media all and (max-width: 650px) {
  .grid-item.deal {
    width: calc((100% - (20px * 1)) / 1);
  }
}

.grid-image {
  position: relative;
  height: 215px;
  background: #666;
  margin-bottom: 70px;
}
.grid-image .bg {
  background-position-y: 0%;
}

.grid-bottom {
  padding: 10px;
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% - 70px));
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: white;
}
.grid-bottom .top-triangle {
  right: -1px;
  top: -1px;
  width: calc(100% + 14px);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-bottom h4 {
  color: #ff9b00;
  margin-bottom: 5px;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-bottom span.person-position {
  color: #ff9b00;
}
.grid-item:hover .grid-bottom span.person-position {
  color: #fff;
}
.grid-bottom p {
  font-size: 16px;
}
.grid-bottom a {
  text-decoration: none;
}
.grid-bottom p a {
  color: black;
}
.grid-bottom a:hover {
  color: white;
  text-decoration: none;
}
.grid-bottom .social-link .icon {
  color: #ff9b00;
}
.grid-bottom .social-link:hover .social-icon {
  background: white;
}
.grid-bottom .social-link:hover .icon {
  color: #ff9b00;
}

.hover-content {
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.view-profile {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.view-profile:hover {
  color: #ff9b00;
}

.grid-item:hover .grid-bottom,
.grid-bottom:hover {
  background: #ff9b00;
  transform: translateY(0);
}
.grid-item:hover .grid-bottom .hover-content,
.grid-bottom:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.grid-item .grid-bottom .top-triangle svg polygon,
.grid-bottom .top-triangle svg polygon {
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-item:hover .grid-bottom .top-triangle svg polygon,
.grid-bottom:hover .top-triangle svg polygon {
  fill: #ff9b00;
}
.grid-item:hover .grid-bottom h4,
.grid-bottom:hover h4 {
  color: white;
}

span.person-position {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

p + img,
p + .button {
  margin-top: 2em;
}

.main-contact-person-image {
  width: 67%;
}

.contact-card.no-person {
  margin-top: 0;
}
.contact-card {
  background: #666666;
  max-width: 380px;
  position: relative;
  float: right;
  width: 100%;
  margin-top: -35%;
  padding: 30px 25px;
  color: white;
}
.contact-card.static {
  margin-top: 0;
  float: none;
  max-width: 100%;
  background: transparent;
}
.contact-card.static .view-profile,
.contact-card.story-row-contact-card .view-profile {
  position: static;
  margin-top: 25px;
  display: inline-block;
}
.contact-card h4 {
  color: white;
  font-size: 24px;
  margin-bottom: 0.4em;
}
.contact-card .person-position {
  font-size: 20px;
}
.contact-card a {
  text-decoration: none;
}
.contact-card p a {
  color: white;
}
.contact-card a:hover {
  color: #ff9b00;
  text-decoration: none;
}
.contact-card .social-link .icon {
  color: black;
}
.contact-card .social-link:hover .icon {
  color: white;
}
.contact-card .social-link .social-icon {
  background: white;
}
.contact-card .social-link:hover .social-icon {
  background: #ff9b00;
}

.highlight-bg .contact-card a:hover {
  color: #000;
}

.contact-card > h2:first-child {
  margin-top: 0;
}

.contact-card.story-row-contact-card {
  position: absolute;
  bottom: -4%;
  right: 19vw;
  max-width: 550px;
  padding-right: 18vw;
  z-index: 6;
}

@media all and (max-width: 650px) {
  .contact-card.story-row-contact-card {
    position: static;
    padding-right: 25px;
    margin-top: 0;
  }
}

.story-row {
  padding-bottom: 250px;
}

@media all and (max-width: 650px) {
  .story-row {
    padding-bottom: 20px;
  }
}

.contact-card.story-row-contact-card .social-link {
  margin: 20px 0 0 0;
}

main form div {
  position: relative;
}

main form input[type="text"],
main form input[type="email"],
main form input[type="tel"],
main form input[type="number"],
main form textarea,
main form select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 20px;
  padding: 5px;
  background: white;
  border: 1px solid black;
  outline: 0;
  margin-bottom: 20px;
}
main form input[type="text"]:focus,
main form input[type="email"]:focus,
main form input[type="tel"]:focus,
main form textarea:focus,
main form select:focus,
main form input[type="number"]:focus {
  border-color: #ff9b00;
}

main form label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}

main form span.optional {
  position: absolute;
  top: 0;
  right: 0;
  color: #666666;
  font-size: 16px;
}

main form textarea {
  min-height: 100px;
  max-width: 100%;
  min-width: 100%;
}

label:after {
  content: "";
  display: table;
  clear: both;
}

label input[type="checkbox"],
label span {
  float: left;
}

label input[type="checkbox"] {
  width: 35px;
}

label span {
  width: calc(100% - 35px);
  font-size: 16px;
}

input[type="submit"] {
  background: transparent;
  cursor: pointer;
  margin: 30px auto 0 auto;
  display: block;
}

span.label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #999;
}

.gform_wrapper .gfield_required {
  float: none;
  font-size: 0.7em;
  color: #ff9b00 !important;
}

@media all and (max-width: 650px) {
  span.label.filters-label {
    color: black;
    padding: 15px;
    display: block;
    position: relative;
    margin-top: 20px;
    border-bottom: 2px solid black;
  }
}

span.label.filters-label .icon-plus {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  color: #ff9b00;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 650px) {
  span.label.filters-label .icon-plus {
    display: inline-block;
  }
}

span.label.filters-label.open .icon-plus {
  transform: rotate(-45deg);
}

@media all and (min-width: 651px) {
  .mobile-filters-wrap,
  .flex-row .flex-item.mobile-filters-wrap {
    display: inherit !important;
  }
}

@media all and (max-width: 650px) {
  .mobile-filters-wrap,
  .flex-row .flex-item.mobile-filters-wrap {
    display: none;
  }
}

.latest-tweet {
  background: #ff9b00;
  padding: 15px;
}
.latest-tweet p {
  margin-top: 0;
  margin-bottom: 0;
}
.latest-tweet a {
  color: white;
  text-decoration: none;
}
.latest-tweet a:hover {
  color: black;
}
.latest-tweet .tweet-date {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: block;
  margin-bottom: 9px;
}
.latest-tweet .tweet-text,
.latest-tweet .tweet-text p {
  font-size: 28px;
}
@media all and (max-width: 650px) {
  .latest-tweet .tweet-text,
  .latest-tweet .tweet-text p {
    font-size: 24px;
  }
}
.latest-tweet .tweet-text {
  margin-bottom: 15px;
}
.latest-tweet .tweet-footer {
  margin-top: 40px;
}
.latest-tweet .tweet-footer .icon {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.latest-tweet .tweet-footer a {
  font-weight: bold;
  text-decoration: none;
}

.arrow-divider + .contact-row {
  margin-top: 100px;
}

.contact-row.reverse {
  flex-direction: row-reverse;
}

.contact-col {
  flex: 0.8;
  margin-top: 5%;
}
.contact-col p {
  max-width: 300px;
}

.map-container {
  flex: 1;
}

.map {
  height: 450px;
  position: relative;
}
@media all and (max-width: 650px) {
  .map {
    height: 240px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.full-youtube iframe,
.full-youtube object,
.full-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-block {
  max-width: 600px;
}
.text-block a {
  color: #ff9b00;
}
.text-block a:hover {
  color: black;
}

.form-terms h2 {
  margin-bottom: 0;
}

.form-terms p {
  font-size: 16px;
  margin-top: 0;
}

.enquiry-form,
div.wpcf7 {
  margin: 60px auto !important;
  max-width: 390px;
}
.enquiry-form label,
div.wpcf7 label {
  font-weight: bold;
}

#insights-results,
#people-results {
  display: none;
}

#people-results {
  margin-top: 130px;
}

.loading {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.loading img {
  width: 100%;
  max-width: 80px;
}

form.payment-form {
  max-width: 380px;
  margin: 0 auto;
}

.with-pre-field {
  position: relative;
}
.pre-field {
  background: #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  line-height: 37px;
  font-size: 23px;
  font-weight: bold;
}
main form .with-pre-field input[type="number"],
.with-pre-field input {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.clear-filters-wrap {
  position: relative;
  height: 40px;
}

.deal {
  position: relative;
  transition: opacity 0.3s ease;
}
.deal:before {
  content: "";
  display: block;
  width: 99px;
  height: 2px;
  background: #ff9b00;
  position: absolute;
  bottom: 35px;
  right: -14px;
  transform: rotate(-45deg);
}
.deal:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ff9b00;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0% 100%, 0 100%);
}

.deal-extra {
  background: #ff9b00;
  color: white;
  padding: 20px 30px 60px 30px;
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%, 0 100%);
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
}

.deal-more-link {
  text-decoration: none;
  position: absolute;
  bottom: 45px;
  right: 60px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.deal-more-link:hover {
  opacity: 0.6;
}

.deal-static {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 30px;
  text-align: center;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.client-logo-wrap {
  margin-bottom: 20px;
}
.client-logo-wrap img {
  max-height: 90px;
  max-width: 220px;
}

.deal-title,
.deal-year {
  color: #ff9b00;
  font-weight: bold;
  font-family: pragmatica, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

.client-name,
.deal-type {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.grid:hover > .grid-item.deal {
  opacity: 0.4;
}
.grid > .grid-item.deal:hover {
  opacity: 1;
}
.grid > .grid-item.deal:hover .deal-extra {
  opacity: 1;
  visibility: visible;
}

.faq-row {
  display: block;
  margin-bottom: 10px;
  background: #666;
  color: white;
}

.faq-row .question {
  display: block;
  padding: 20px;
  position: relative;
}

.faq-row .question:hover,
.faq-row .question.active {
  cursor: pointer;
  background: #ff8d00;
}

.faq-row .answer {
  display: none;
  background: #e4e4e4;
  color: #666;
  padding: 20px;
}

.question-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5em;
  transition: all 200ms ease;
  width: 27px;
  height: 27px;
}

.faq-row .question.active .question-arrow {
  transform: rotate(180deg);
}

.page-top-with-bg-content,
.page-top-with-bg-content .filler-text {
  text-align: left;
  color: white;
}
.page-top-with-bg-content .filler-text.dark {
  color: black;
}
.page-top-with-bg-content DIV.filler-text.dark + P {
  color: black;
  font-size: 42px;
  font-weight: bold;
}
.page-top-with-bg-content .button {
  border-color: white;
}
.page-top-with-bg-content .button:hover {
  background: white;
  color: #ff9b00;
}
.page-top-with-bg-content .search-field-wrap input[type="text"] {
  border-color: white;
  color: white;
}
.page-top-with-bg-content .search-field-wrap input[type="text"]::placeholder {
  color: white;
}
.page-top-with-bg-content .search-field-wrap button {
  color: white;
}
.page-top-with-bg-content .tt-suggestion {
  color: #333;
}

.page-top-with-bg-content.story-page-page-top-content,
.page-top-with-bg-content.story-page-page-top-content .filler-text,
.page-top-with-bg-content.story-page-page-top-content.dark,
.page-top-with-bg-content.story-page-page-top-content.dark .filler-text {
  color: #333;
}

.page-top-with-bg-content.story-page-page-top-content.light,
.page-top-with-bg-content.story-page-page-top-content.light .filler-text {
  color: #fff;
}

.page-top-with-bg-content p {
  max-width: 410px;
}

.page-top-with-bg-content {
  max-width: 75%;
}

@media all and (max-width: 650px) {
  .page-top-with-bg-content {
    max-width: 100%;
  }
}
blockquote {
  margin: 20px 0 0 0;
  padding: 0;
}
blockquote:before {
  content: "“";
  font-size: 100px;
  height: 45px;
  font-weight: bold;
  color: #ff9b00;
  vertical-align: middle;
  display: inline-block;
  margin-top: -40px;
  position: relative;
  left: -5px;
}

.box ul.vacancies-list li {
  font-weight: 400;
}
.box ul.vacancies-list span {
  text-transform: uppercase;
  font-weight: bold;
}

.text-block > p:first-child {
  margin-top: 0;
}

.pre-page-title {
  color: #ff9b00;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.075em;
  display: block;
  margin-bottom: 10px;
}

.vacancies-blocks {
  font-size: 0;
  margin: 70px 0;
}

.vacancy-block {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 3);
  margin: 0 5px 30px 5px;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media all and (max-width: 950px) {
  .vacancy-block {
    width: calc((100% - 20px) / 2);
  }
}

@media all and (max-width: 650px) {
  .vacancy-block {
    width: calc(100% - 10px);
  }
}

.vacancy-block:hover {
  opacity: 0.8;
}

.vacancy-location {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.vacancy-location span {
  color: #000;
}

.vacancy-image {
  height: 250px;
  width: 100%;
  position: relative;
}

.vacancy-content {
  padding: 16px 14px;
}

.vacancy-content h3 {
  margin: 0;
}

.vacancy-content p {
  margin-top: 0.5em;
}

.apply-now {
  font-size: 20px;
}

.vacancy-block:nth-child(odd) {
  background: #f6f6f6;
}
.vacancy-block:nth-child(odd) .vacancy-location,
.vacancy-block:nth-child(odd) .apply-now {
  color: #ff9b00;
}

.vacancy-block:nth-child(even) {
  background: #ff9b00;
}
.vacancy-block:nth-child(even) .vacancy-location,
.vacancy-block:nth-child(even) .apply-now {
  color: #fff;
}

/* INFOGRAPHIC STYLES */

.infographic-body {
  background: #f1f3f2;
}
body.infographic-body .inner {
  max-width: 1500px;
}
.infographic-container {
  position: relative;
}
.infographic-image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}

.month-wrap {
  position: absolute;
  width: 4%;
  height: 0;
  padding-bottom: 4%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.month-wrap .hover-target {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.month-wrap .hover-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 400px;
  opacity: 0;
  visibility: hidden;
  background: #637ea3;
  color: white;
  font-size: 0.8em;
  line-height: 1.4;
  padding: 20px;
  border-radius: 10px;
  transition: all 200ms ease;
  text-align: center;
  z-index: 8;
}
@media all and (max-width: 768px) {
  .month-wrap .hover-content {
    width: 300px;
  }
}
@media all and (max-width: 450px) {
  .month-wrap .hover-content {
    width: 200px;
  }
}
.month-wrap .hover-content.top-edge,
.month-wrap .hover-content.hover-below {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, 30%);
}
.month-wrap .hover-content.right-edge {
  left: auto;
  right: 0;
  transform: translate(0%, -30%);
}
.month-wrap .hover-content.left-edge {
  left: 0;
  transform: translate(0%, -30%);
}
.month-wrap .hover-content.right-edge:after {
  left: 95%;
}
.month-wrap .hover-content.top-edge.right-edge,
.month-wrap .hover-content.hover-below.right-edge {
  transform: translate(0%, 30%);
}
.month-wrap .hover-content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(67, 87, 116, 0);
  border-top-color: #637ea3;
  border-width: 10px;
  margin-left: -10px;
}
.month-wrap .hover-content.hover-below:after,
.month-wrap .hover-content.top-edge:after {
  top: auto;
  bottom: 100%;
  transform: rotate(180deg);
}
.month-wrap .hover-content p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.month-wrap .hover-target:hover + .hover-content {
  opacity: 1;
  transform: translate(-50%, -10px);
  visibility: visible;
}
.month-wrap .hover-target:hover + .hover-content.top-edge,
.month-wrap .hover-target:hover + .hover-content.hover-below {
  transform: translate(-50%, 10px);
}
.month-wrap .hover-target:hover + .hover-content.right-edge,
.month-wrap .hover-target:hover + .hover-content.left-edge {
  transform: translate(0%, -10px);
}
.month-1 {
  top: 26%;
  left: 24%;
}
.month-2 {
  top: 26%;
  left: 36%;
}
.month-3 {
  top: 26%;
  left: 48%;
}
.month-4 {
  top: 26%;
  left: 60%;
}
.month-5 {
  top: 26%;
  left: 72%;
}
.month-6 {
  top: 26%;
  left: 84%;
}

.month-7 {
  top: 51%;
  left: 84%;
}
.month-8 {
  top: 51%;
  left: 72%;
}
.month-9 {
  top: 51%;
  left: 60%;
}
.month-10 {
  top: 51%;
  left: 48%;
}
.month-11 {
  top: 51%;
  left: 36%;
}
.month-12 {
  top: 51%;
  left: 24%;
}

.month-13 {
  top: 78%;
  left: 24%;
}
.month-14 {
  top: 78%;
  left: 36%;
}
.month-15 {
  top: 78%;
  left: 48%;
}
.month-16 {
  top: 78%;
  left: 60%;
}
.month-17 {
  top: 78%;
  left: 72%;
}
.month-18 {
  top: 78%;
  left: 84%;
}

.month-19 {
  top: 26%;
  left: 84%;
}
.month-20 {
  top: 26%;
  left: 72%;
}
.month-21 {
  top: 26%;
  left: 60%;
}
.month-22 {
  top: 26%;
  left: 48%;
}
.month-23 {
  top: 26%;
  left: 36%;
}
.month-24 {
  top: 26%;
  left: 24%;
}

.month-25 {
  top: 26%;
  left: 24%;
}
.month-26 {
  top: 26%;
  left: 24%;
}
.month-27 {
  top: 26%;
  left: 24%;
}
.month-28 {
  top: 26%;
  left: 24%;
}
.month-29 {
  top: 26%;
  left: 24%;
}
.month-30 {
  top: 26%;
  left: 24%;
}

.month-31 {
  top: 26%;
  left: 24%;
}
.month-32 {
  top: 26%;
  left: 24%;
}
.month-33 {
  top: 26%;
  left: 24%;
}
.month-34 {
  top: 26%;
  left: 24%;
}

.animate-pulse {
}
.animate-pulse circle {
}
.animate-pulse-mobile {
  -webkit-animation: pulse-mobile 3s infinite;
  animation: pulse-mobile 3s infinite;
}
g.fix {
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes pulse-mobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@keyframes pulse-mobile {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
}

.mobile-infographic {
  text-align: center;
  position: relative;
  padding: 50px 0 40px 0;
  margin-bottom: 80px;
}
.mobile-infographic:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  top: 8px;
  left: 50%;
  margin-left: -6px;
}
.mobile-infographic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  background: #435774;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 5;
}

.month-row {
  position: relative;
  z-index: 10;
  max-width: 90px;
  margin: 0 auto 100px auto;
}
.month-row.with-extra {
  cursor: pointer;
}
.month-row.active {
  z-index: 30;
}
@media all and (max-width: 450px) {
  .month-row {
    max-width: 45px;
  }
}
.month-row .month-label {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 150%;
  transform: translateY(-50%);
  padding: 8px 15px;
  display: inline-block;
}
@media all and (max-width: 450px) {
  .month-row .month-label {
    width: 120px;
    padding: 5px 8px;
    text-align: center;
  }
}
.month-row .month-label:after {
  content: "";
  width: 15px;
  display: block;
  height: 2px;
  border-bottom: 4px dotted #bfbfbf;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 5px;
  margin-top: -1px;
}
@media all and (max-width: 450px) {
  .month-row .month-label:after {
    display: none;
  }
}
.month-row .month-label.skills-online-label {
  color: white !important;
  background: #ff931e;
  border-radius: 20px;
}
.month-row .month-label.end-point-label {
  color: white !important;
  background: #7ac943;
  border-radius: 20px;
}
.month-row .month-label.talent-coach-label {
  color: #ef4d4d;
}
.month-row .month-number {
  color: white;
  position: relative;
  z-index: 30;
}
.month-row .month-number.talent-coach-number {
  color: #3c3c3b;
}
.talent-coach-circle {
  background: white;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid #ef4d4d;
  z-index: 6;
}

.technical-qualification-bar {
  display: block;
  height: calc(100% + 100px);
  width: 30px;
  background: #3fa9f5;
  position: absolute;
  top: 15px;
  left: 100%;
  transform: translateX(-100%);
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.technical-qualification-bar.green-bar {
  background: #7ac943;
}
@media all and (max-width: 450px) {
  .technical-qualification-bar {
    width: 20px;
    transform: translateX(-36%);
  }
}
.technical-qualification-bar.tech-length-1 {
  height: calc(100% + 100px);
}
.technical-qualification-bar.tech-length-2 {
  height: calc(calc(100% + 100px) * 2);
}
.technical-qualification-bar.tech-length-3 {
  height: calc(calc(100% + 100px) * 3);
}
.technical-qualification-bar.tech-length-4 {
  height: calc(calc(100% + 100px) * 4);
}
.technical-qualification-bar.tech-length-5 {
  height: calc(calc(100% + 100px) * 5);
}
.technical-qualification-bar.tech-length-6 {
  height: calc(calc(100% + 100px) * 6);
}
.technical-qualification-bar span {
  position: absolute;
  top: 75%;
  left: 100%;
  color: #3fa9f5;
  transform: translateY(-50%);
  text-align: left;
  margin-left: 10px;
  width: 200px;
}
.technical-qualification-bar.green-bar span {
  color: #7ac943;
}
@media all and (max-width: 450px) {
  .technical-qualification-bar span {
    width: 100px;
  }
}
.dev-workshop {
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 4;
  color: #35a3a9;
  width: 210%;
}
.dev-workshop.dev-left {
  left: auto;
  right: 100%;
  text-align: right;
}
.dev-workshop > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.dev-workshop.dev-left > img {
  margin: 0 0 0 5px;
}
@media all and (max-width: 450px) {
  .dev-workshop > img {
    display: none;
  }
}
.dev-workshop > span {
  display: inline-block;
  vertical-align: middle;
}
.dev-workshop:after {
  content: "";
  width: 65px;
  display: block;
  height: 2px;
  border-bottom: 4px dotted #bfbfbf;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 5px;
  margin-top: -1px;
}
.dev-workshop.dev-left:after {
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 5px;
  width: 18px;
}
@media all and (max-width: 450px) {
  .dev-workshop:after {
    width: 30px;
  }
}

.finish-row {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-45%, 40%);
  z-index: 10;
}

@media all and (max-width: 650px) {
  .infographic-container {
    display: none;
  }
}

ol.disclaimers {
  font-size: 0.7em;
  color: rgb(170, 170, 170);
}

.month-extra-content-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-height: 85%;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  background: #637ea3;
  color: white;
  padding: 20px;
  z-index: 500000;
  transition: all 200ms ease;
}
.month-extra-content-box.hidden {
  opacity: 0;
  visibility: hidden;
}
.month-extra-content {
  font-weight: 0.8em;
  line-height: 1.3;
}
.month-extra-content p:last-child {
  margin-bottom: 0;
}
.extra-content-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 499999;
  opacity: 0;
  visibility: hidden;
}
.month-row.active .extra-content-bg {
  opacity: 1;
  visibility: visible;
}

.visuallyhide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin-right: 3px;
  left: 1px;
}

/* INFOGRAPHIC STYLES */

input[type="file"] {
  width: 100% !important;
  font-size: 16px !important;
}

.ginput_container_consent input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.ginput_container_consent label {
  font-size: 16px;
}

.footer-logo {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.footer-logo img {
  max-width: 140px;
  max-height: 190px;
}
.footer-logo .bkl-advanced img {
  max-width: 260px;
  max-height: 190px;
}
.footer-logo img.bcorp {
  max-height: 100px;
}

.download-module {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 580px) {
  .footer-logo {
    margin-bottom: 20px;
  }
  .download-module {
    display: block;
    margin-top: 30px;
  }
}
.download-module h3 {
  font-family: pragmatica, sans-serif;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.download-module p {
  margin: 0;
  font-size: 16px;
}
.download-module .download-left {
  float: left;
  width: 40px;
}

.download-module .download-right {
  float: left;
  width: calc(100% - 40px);
  padding-left: 10px;
}

a.app-download {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: white;
  color: #666;
  height: 38px;
  width: 38px;
  margin-bottom: 5px;
}

a.app-download:hover {
  color: #666;
  background: #ff9b00;
}

footer ul.menu {
  margin-top: 50px;
}

#mobileAppDownload {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#mobileAppDownload > div {
  background-color: #fff;
  color: #333;
  font-family: sans-serif;
  font-size: 0.9em;
  margin-top: -70px;
  padding: 2em 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#mobileAppDownload .text {
  margin: 0 5em;
}
#mobileAppDownload p {
  margin-top: 0;
}
#mobileAppDownload .text a {
  background: #333;
  color: #fff;
  display: block;
  margin: 1.5em auto 0;
  padding: 1em;
  text-decoration: none;
  width: 15em;
}
#mobileAppDownload .close {
  border: 1px solid #333;
  border-radius: 5em;
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.3em 0.7em 0.4em;
  position: absolute;
  right: 0.5em;
  text-decoration: none;
  top: 0.5em;
}

/* INFOGRAPHIC STYLES */

:root {
  --gutter: 20px;
  --pageMarginTotal: 50px;
  --pageMargin: calc(var(--pageMarginTotal) - (var(--gutter) / 2));
  --vertical: 80px;
  --easing: cubic-bezier(0.65, 0, 0.35, 1);
  --easeOut: cubic-bezier(0.33, 1, 0.68, 1);
  --colour-primary-black: #000;
}
@media all and (max-width: 580px) {
  :root {
    --pageMarginTotal: 20px;
    --vertical: 50px;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 var(--pageMargin);
  width: 100%;
}

.columns.full-bleed {
  --pageMargin: 0px;
}
.columns.full-bleed .col {
  padding: 0;
}

.columns + .columns {
  margin-top: var(--vertical);
}

.col {
  padding: 0 calc(var(--gutter) / 2);
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.push-1 {
  margin-left: 8.333%;
}

.push-2 {
  margin-left: 16.666%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.333%;
}

.push-5 {
  margin-left: 41.666%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.333%;
}

.push-8 {
  margin-left: 66.666%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.333%;
}

.push-11 {
  margin-left: 91.666%;
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 1024px) {
  .tablet-lndscp-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-push-11 {
    margin-left: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 768px) {
  .tablet-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .push-1,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .push-10,
  .push-11 .tablet-push-1,
  .tablet-push-2,
  .tablet-push-3,
  .tablet-push-4,
  .tablet-push-5,
  .tablet-push-6,
  .tablet-push-7,
  .tablet-push-8,
  .tablet-push-9,
  .tablet-push-10,
  .tablet-push-11 {
    margin-left: 0;
  }
}

@media screen and (max-width: 580px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .tablet-lndscp-col-1,
  .tablet-lndscp-col-2,
  .tablet-lndscp-col-3,
  .tablet-lndscp-col-4,
  .tablet-lndscp-col-5,
  .tablet-lndscp-col-6,
  .tablet-lndscp-col-7,
  .tablet-lndscp-col-8,
  .tablet-lndscp-col-9,
  .tablet-lndscp-col-10,
  .tablet-lndscp-col-11,
  .tablet-lndscp-col-12,
  .tablet-col-1,
  .tablet-col-2,
  .tablet-col-3,
  .tablet-col-4,
  .tablet-col-5,
  .tablet-col-6,
  .tablet-col-7,
  .tablet-col-8,
  .tablet-col-9,
  .tablet-col-10,
  .tablet-col-11,
  .tablet-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-1 {
    width: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-2 {
    width: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-3 {
    width: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-4 {
    width: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-5 {
    width: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-6 {
    width: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-7 {
    width: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-8 {
    width: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-9 {
    width: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-10 {
    width: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-11 {
    width: 91.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-col-12 {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-1 {
    margin-left: 8.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-2 {
    margin-left: 16.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-3 {
    margin-left: 25%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-4 {
    margin-left: 33.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-5 {
    margin-left: 41.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-6 {
    margin-left: 50%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-7 {
    margin-left: 58.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-8 {
    margin-left: 66.666%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-9 {
    margin-left: 75%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-10 {
    margin-left: 83.333%;
  }
}

@media all and (max-width: 580px) {
  .mobile-push-11 {
    margin-left: 91.666%;
  }
}

.show-mobile {
  display: none;
}
@media all and (max-width: 580px) {
  .show-mobile {
    display: flex;
  }
}
@media all and (max-width: 580px) {
  .hide-mobile {
    display: none;
  }
}

section.infographic-section {
  min-height: 99vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #302e39;
  color: #fff;
  margin-top: 80px;
  padding: 140px 0;
}

section.infographic-section.with-padding-bottom {
  padding: 140px 0 calc(16vw + 40px) 0;
}

@media all and (max-width: 768px) {
  section.infographic-section {
    min-height: 0;
    padding: 60px 0;
  }
  section.infographic-section.with-padding-bottom {
    padding: 60px 0 calc(16vw + 40px) 0;
  }
}

.circle {
  position: relative;
  width: 75vh;
  height: 75vh;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  margin: 0 auto;
}
.circle > * {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15vh;
  height: 15vh;
  margin: -7.5vh;
}
.circle > *:nth-of-type(1) {
  -webkit-transform: rotate(270deg) translate(37.5vh) rotate(-270deg);
  transform: rotate(270deg) translate(37.5vh) rotate(-270deg);
}
.circle > *:nth-of-type(1) .arrow {
  -webkit-transform: rotate(360deg) translateY(100%);
  transform: rotate(360deg) translateY(100%);
}
.circle > *:nth-of-type(2) {
  -webkit-transform: rotate(306deg) translate(37.5vh) rotate(-306deg);
  transform: rotate(306deg) translate(37.5vh) rotate(-306deg);
}
.circle > *:nth-of-type(2) .arrow {
  -webkit-transform: rotate(396deg) translateY(100%);
  transform: rotate(396deg) translateY(100%);
}
.circle > *:nth-of-type(3) {
  -webkit-transform: rotate(342deg) translate(37.5vh) rotate(-342deg);
  transform: rotate(342deg) translate(37.5vh) rotate(-342deg);
}
.circle > *:nth-of-type(3) .arrow {
  -webkit-transform: rotate(432deg) translateY(100%);
  transform: rotate(432deg) translateY(100%);
}
.circle > *:nth-of-type(4) {
  -webkit-transform: rotate(378deg) translate(37.5vh) rotate(-378deg);
  transform: rotate(378deg) translate(37.5vh) rotate(-378deg);
}
.circle > *:nth-of-type(4) .arrow {
  -webkit-transform: rotate(468deg) translateY(100%);
  transform: rotate(468deg) translateY(100%);
}
.circle > *:nth-of-type(5) {
  -webkit-transform: rotate(414deg) translate(37.5vh) rotate(-414deg);
  transform: rotate(414deg) translate(37.5vh) rotate(-414deg);
}
.circle > *:nth-of-type(5) .arrow {
  -webkit-transform: rotate(504deg) translateY(100%);
  transform: rotate(504deg) translateY(100%);
}
.circle > *:nth-of-type(6) {
  -webkit-transform: rotate(450deg) translate(37.5vh) rotate(-450deg);
  transform: rotate(450deg) translate(37.5vh) rotate(-450deg);
}
.circle > *:nth-of-type(6) .arrow {
  -webkit-transform: rotate(540deg) translateY(100%);
  transform: rotate(540deg) translateY(100%);
}
.circle > *:nth-of-type(7) {
  -webkit-transform: rotate(486deg) translate(37.5vh) rotate(-486deg);
  transform: rotate(486deg) translate(37.5vh) rotate(-486deg);
}
.circle > *:nth-of-type(7) .arrow {
  -webkit-transform: rotate(576deg) translateY(100%);
  transform: rotate(576deg) translateY(100%);
}
.circle > *:nth-of-type(8) {
  -webkit-transform: rotate(522deg) translate(37.5vh) rotate(-522deg);
  transform: rotate(522deg) translate(37.5vh) rotate(-522deg);
}
.circle > *:nth-of-type(8) .arrow {
  -webkit-transform: rotate(612deg) translateY(100%);
  transform: rotate(612deg) translateY(100%);
}
.circle > *:nth-of-type(9) {
  -webkit-transform: rotate(558deg) translate(37.5vh) rotate(-558deg);
  transform: rotate(558deg) translate(37.5vh) rotate(-558deg);
}
.circle > *:nth-of-type(9) .arrow {
  -webkit-transform: rotate(648deg) translateY(100%);
  transform: rotate(648deg) translateY(100%);
}
.circle > *:nth-of-type(10) {
  -webkit-transform: rotate(594deg) translate(37.5vh) rotate(-594deg);
  transform: rotate(594deg) translate(37.5vh) rotate(-594deg);
}
.circle > *:nth-of-type(10) .arrow {
  -webkit-transform: rotate(684deg) translateY(100%);
  transform: rotate(684deg) translateY(100%);
}

@media all and (max-width: 768px) {
  .circle {
    position: relative;
    width: 80vw;
    height: 80vw;
    padding: 0;
    border-radius: 50%;
    list-style: none;
  }
  .circle > * {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15vw;
    height: 15vw;
    margin: -7.5vw;
  }
  .circle > *:nth-of-type(1) {
    -webkit-transform: rotate(270deg) translate(40vw) rotate(-270deg);
    transform: rotate(270deg) translate(40vw) rotate(-270deg);
  }
  .circle > *:nth-of-type(1) .arrow {
    -webkit-transform: rotate(360deg) translateY(100%);
    transform: rotate(360deg) translateY(100%);
  }
  .circle > *:nth-of-type(2) {
    -webkit-transform: rotate(306deg) translate(40vw) rotate(-306deg);
    transform: rotate(306deg) translate(40vw) rotate(-306deg);
  }
  .circle > *:nth-of-type(2) .arrow {
    -webkit-transform: rotate(396deg) translateY(100%);
    transform: rotate(396deg) translateY(100%);
  }
  .circle > *:nth-of-type(3) {
    -webkit-transform: rotate(342deg) translate(40vw) rotate(-342deg);
    transform: rotate(342deg) translate(40vw) rotate(-342deg);
  }
  .circle > *:nth-of-type(3) .arrow {
    -webkit-transform: rotate(432deg) translateY(100%);
    transform: rotate(432deg) translateY(100%);
  }
  .circle > *:nth-of-type(4) {
    -webkit-transform: rotate(378deg) translate(40vw) rotate(-378deg);
    transform: rotate(378deg) translate(40vw) rotate(-378deg);
  }
  .circle > *:nth-of-type(4) .arrow {
    -webkit-transform: rotate(468deg) translateY(100%);
    transform: rotate(468deg) translateY(100%);
  }
  .circle > *:nth-of-type(5) {
    -webkit-transform: rotate(414deg) translate(40vw) rotate(-414deg);
    transform: rotate(414deg) translate(40vw) rotate(-414deg);
  }
  .circle > *:nth-of-type(5) .arrow {
    -webkit-transform: rotate(504deg) translateY(100%);
    transform: rotate(504deg) translateY(100%);
  }
  .circle > *:nth-of-type(6) {
    -webkit-transform: rotate(450deg) translate(40vw) rotate(-450deg);
    transform: rotate(450deg) translate(40vw) rotate(-450deg);
  }
  .circle > *:nth-of-type(6) .arrow {
    -webkit-transform: rotate(540deg) translateY(100%);
    transform: rotate(540deg) translateY(100%);
  }
  .circle > *:nth-of-type(7) {
    -webkit-transform: rotate(486deg) translate(40vw) rotate(-486deg);
    transform: rotate(486deg) translate(40vw) rotate(-486deg);
  }
  .circle > *:nth-of-type(7) .arrow {
    -webkit-transform: rotate(576deg) translateY(100%);
    transform: rotate(576deg) translateY(100%);
  }
  .circle > *:nth-of-type(8) {
    -webkit-transform: rotate(522deg) translate(40vw) rotate(-522deg);
    transform: rotate(522deg) translate(40vw) rotate(-522deg);
  }
  .circle > *:nth-of-type(8) .arrow {
    -webkit-transform: rotate(612deg) translateY(100%);
    transform: rotate(612deg) translateY(100%);
  }
  .circle > *:nth-of-type(9) {
    -webkit-transform: rotate(558deg) translate(40vw) rotate(-558deg);
    transform: rotate(558deg) translate(40vw) rotate(-558deg);
  }
  .circle > *:nth-of-type(9) .arrow {
    -webkit-transform: rotate(648deg) translateY(100%);
    transform: rotate(648deg) translateY(100%);
  }
  .circle > *:nth-of-type(10) {
    -webkit-transform: rotate(594deg) translate(40vw) rotate(-594deg);
    transform: rotate(594deg) translate(40vw) rotate(-594deg);
  }
  .circle > *:nth-of-type(10) .arrow {
    -webkit-transform: rotate(684deg) translateY(100%);
    transform: rotate(684deg) translateY(100%);
  }
}

.circle .circle-icon {
  display: flex;
  max-width: 100%;
}
.circle .circle-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .circle .circle-icon a {
    flex-direction: column;
  }
}
.circle .circle-icon a .hover-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--easeOut);
}
.circle .circle-icon a .icon-title {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  transition: all 0.4s var(--easeOut);
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .circle .circle-icon a .icon-title {
    top: -5px;
    font-size: 11px;
    width: 100%;
    white-space: initial;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.circle .circle-icon a .icon-title.show {
  opacity: 1;
}
.circle .circle-icon a .icon {
  transition: all 0.4s var(--easeOut);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.circle .circle-icon a .icon.show {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .circle .circle-icon a .icon {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.circle .circle-icon a .icon svg {
  width: 60%;
  height: 60%;
}
.circle .circle-icon:hover .hover-title {
  opacity: 1;
  visibility: visible;
}
.circle .circle-icon:hover .icon,
.circle .circle-icon:hover .icon-title.show,
.circle .circle-icon:hover .icon.show {
  opacity: 0;
  visibility: hidden;
}
.circle .circle-icon .arrow {
  display: block;
  width: 2px;
  position: absolute;
  height: 20vh;
}
@media all and (max-width: 768px) {
  .circle .circle-icon .arrow {
    height: 10vw;
  }
}
.circle .circle-icon .arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5vh;
  left: 0;
  width: 2px;
  height: 0;
  background: #fff;
  transition: height 1s var(--easing);
}
@media all and (max-width: 768px) {
  .circle .circle-icon .arrow:before {
    bottom: -12vw;
  }
}
.circle .circle-icon .arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("img/arrowhead.svg") no-repeat center center;
  position: absolute;
  left: 50%;
  top: 15vh;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: top 1s var(--easing);
}
@media all and (max-width: 768px) {
  .circle .circle-icon .arrow:after {
    top: 20vw;
  }
}
.circle .circle-icon .arrow.show:before {
  height: 15vh;
}
@media all and (max-width: 768px) {
  .circle .circle-icon .arrow.show:before {
    height: 10vw;
  }
}
.circle .circle-icon .arrow.show:after {
  top: -5px;
}
@media all and (max-width: 768px) {
  .circle .circle-icon .arrow.show:after {
    top: calc(10vw + 2px);
  }
}

.infographic-wrapper {
  position: relative;
  width: 100%;
}
.infographic-wrapper.hide {
  display: none;
}
.infographic-wrapper .center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 26px;
  max-width: 28vh;
  padding: 0 20px;
  color: #302e39;
}
@media all and (max-width: 768px) {
  .infographic-wrapper .center {
    font-size: 18px;
    width: 40%;
  }
}
.infographic-wrapper .center:after {
  content: "";
  display: block;
  width: 28vh;
  height: 28vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #fff;
  border-radius: 100%;
}
@media all and (max-width: 768px) {
  .infographic-wrapper .center:after {
    width: 30vw;
    height: 30vw;
  }
}

.top-level-pages {
  width: 100%;
}
.top-level-pages .top-level-page {
  display: none;
  opacity: 0;
  position: relative;
  padding: 50px 0 0 0;
}
.top-level-pages .top-level-page.show {
  display: block;
  -webkit-animation: fadeIn 1s 0.1s forwards var(--easing);
  animation: fadeIn 1s 0.1s forwards var(--easing);
}
.top-level-pages .top-level-page .main-icon {
  max-width: 15vw;
  margin: 50px auto 100px auto;
}
.top-level-pages .top-level-page .close-page {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 30px;
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.page-sections {
  max-width: 995px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-sections .page-section {
  width: 33.33%;
  padding: 0 50px;
  margin-bottom: 85px;
}
@media all and (max-width: 768px) {
  .page-sections .page-section {
    width: 100%;
    padding: 0 30px;
  }
}
.page-sections .page-section .icon {
  font-size: 34px;
  margin-bottom: 30px;
}
.page-sections .page-section .page-section-link {
  display: block;
  padding-bottom: 100%;
  border: 4px solid #fff;
  border-radius: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.page-sections .page-section .page-section-link:focus {
  outline: 0;
}
.page-sections .page-section .page-section-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.page-sections-content {
  display: none;
}

.fancybox__content {
  padding: 100px;
  text-align: center;
  background: rgba(100, 95, 119, 0.9);
  color: #fff;
  font-size: 24px;
  max-width: 840px;
}
.fancybox__content p + p {
  margin-top: 20px;
}
.fancybox__content p a {
  text-decoration: underline;
}

.fancybox__content > .carousel__button.is-close {
  top: 23px;
  right: 23px;
}

.fancybox__content h3 {
  font-size: 30px;
  margin-bottom: 80px;
}

.full-width-header {
  margin-top: 137px;
  padding: 0;
  min-height: calc(100vh - 137px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 45px 0;
}
/* .full-width-header {
  width: calc(100% + (2 * var(--pageMarginTotal)));
} */
.full-width-header .header-block {
  background-color: white;
  padding: 35px;
  max-width: 500px;
  z-index: 10;
}

.full-width-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.full-width-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header {
  position: relative;
  z-index: 20;
}

.carousel-header .full-width-header {
  width: 100%;
}

.carousel-header .flickity-button {
  background: transparent;
}

.carousel-header .flickity-prev-next-button {
  width: 60px;
  height: 60px;
}

.carousel-header .flickity-button-icon {
  fill: white;
}
.carousel-header .flickity-button:disabled {
  display: none;
}

/* .carousel-header {
  width: calc(100% + (2 * var(--pageMarginTotal)));
  transform: translateX(calc(-1 * var(--pageMarginTotal)));
  margin-top: 35px;
}
.carousel-header .header-carousel .slide {
  width: 100%;
}
.carousel-header .header-carousel .slide .image-wrap {
  position: relative;
}
.carousel-header .header-carousel .slide .image-wrap .header-block {
  position: absolute;
  top: 53%;
  left: 0;
  max-width: 500px;
}
.carousel-header .header-carousel .slide .image-wrap .header-block .page-title {
  background-color: var(--white);
  padding-left: 130px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.carousel-header .header-carousel .slide .image-wrap .header-block .page-title .main-title {
  font-size: 36px;
  color: var(--orange);
  font-weight: bold;
}
.carousel-header .header-carousel .slide .image-wrap .header-block .page-title .main-caption {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
.carousel-header .header-carousel .flickity-button {
  background: transparent;
}
.carousel-header .header-carousel .flickity-prev-next-button {
  width: 100px;
  height: 100px;
}
.carousel-header .header-carousel .flickity-button-icon {
  fill: white;
} */

.media {
  position: relative;
}

.media.natural img {
  width: 100%;
  height: auto;
  display: block;
}

.media:not(.natural) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.media.square {
  aspect-ratio: 1 / 1;
}

.media.landscape {
  aspect-ratio: 16 / 9;
}

.media.portrait {
  aspect-ratio: 9 / 16;
}

section.partial-header {
  margin-top: 47px;
  padding-bottom: 0;
}

.partial-header .columns {
  align-items: center;
}

.partial-header h2,
.full-width-header .header-block h2,
h2.module-title {
  color: var(--bkl-orange);
}

.partial-header .media {
  width: calc(100% + var(--pageMarginTotal));
  height: calc(100vh - 107px);
}

.full-width-image a {
  text-decoration: none;
  font-weight: bold;
}
.full-width-image .title-wrap h2 {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 20px;
}
.full-width-image .title-wrap svg {
  font-size: 35px;
  line-height: 0;
}

.full-width-image .columns + .columns {
  margin-top: 20px;
}

.post-carousel .carousel .slide {
  width: calc(((100vw - var(--pageMarginTotal) * 2) - 40px) / 3);
  margin-right: 20px;
}

.post-carousel .carousel .flickity-button {
  background: transparent;
}

.post-carousel .carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
}

.post-carousel .carousel .flickity-prev-next-button.next {
  top: -38px;
  right: 0;
}

.post-carousel .carousel .flickity-prev-next-button.previous {
  top: -38px;
  left: auto;
  right: 40px;
}

.post-carousel .carousel .post-title {
  color: var(--bkl-orange);
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 0;
}

.post-carousel .carousel .slide a {
  text-decoration: none;
}

.post-carousel .carousel .post-caption {
  margin: 0;
}

.post-carousel .top-part-wrap {
  margin-bottom: 60px;
}

.post-carousel .top-part-wrap p.module-caption {
  margin-top: 0;
}

.post-carousel .col-10 .carousel {
  width: calc(100% + var(--pageMarginTotal));
}

.post-carousel .col-10 .carousel .flickity-prev-next-button.next {
  right: var(--pageMarginTotal);
}

.post-carousel .col-10 .carousel .flickity-prev-next-button.previous {
  right: calc(var(--pageMarginTotal) + 40px);
}

.pull-out-text {
  padding-top: 100px;
}
.pull-out-text .caption-text {
  color: #f19f39;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}
