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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

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

img,
svg {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: auto;
}

figure,
h1,
h2,
.gform_wrapper > form > .gform_heading,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 72px;
  width: 100%;
}
.row.not-flex {
  display: block;
}
.row--sub {
  padding: 0;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--center .col {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row--full {
  max-width: none;
  padding: 0;
}

.col {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

.row--reverse .col:first-child {
  margin-right: 0;
}

.col:last-child {
  margin-right: 0;
}
.row--reverse .col:last-child {
  margin-right: 32px;
}

.col--3 {
  max-width: 280px;
}

.col--4 {
  max-width: 384px;
}

.col--half {
  max-width: 50%;
}

.col--6 {
  max-width: 592px;
}

.col--8 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 800px;
}

.col--9 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 904px;
}

.col--10 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 1008px;
}

.col--12 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 1216px;
}

.cols--2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

@media screen and (max-width: 1152px) {
  .row {
    padding: 0 32px;
  }
  .row--sub {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .col {
    margin-right: 20px;
  }
  .col:first-child:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .row {
    padding: 0 20px;
  }
  .row--sub {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .col {
    margin-right: 0;
  }
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  background: transparent;
  position: absolute;
  border: none;
  color: #000;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #000;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 30%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.flickity-prev-next-button.previous {
  left: 72px;
}

.flickity-prev-next-button.next {
  right: 72px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  border: 3px solid #848587;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 7px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flickity-page-dots .dot.is-selected {
  background: #274d87;
  border-color: #274d87;
}

/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 40px;
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-btn_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-btn_fullwidth {
  width: 100%;
}

.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
  content: "";
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_clear:before, .mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_clear:after, .mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:first-child {
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
  border-color: inherit;
}

.mm-listview {
  font: inherit;
  line-height: 20px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem {
  position: relative;
}

.mm-listitem:after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listitem:after {
  left: 20px;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem > a, .mm-listitem > span {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listitem .mm-btn_next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px;
}

.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}

.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px;
}

.mm-listitem_divider {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}

.mm-listitem_divider:after {
  content: " ";
  display: none;
  position: static;
  display: inline-block;
}

.mm-listitem_spacer {
  padding-top: 40px;
}

.mm-listitem_spacer > .mm-btn_next {
  top: 40px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4);
}

.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
  background: #fff;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu {
  background: #274d87;
  color: #fff;
}

.mm-navbar {
  height: 60px;
}

#mm-1 .mm-navbar__title {
  background: url("../images/glaslindberg__logotype--white.svg") no-repeat center center;
  background-size: contain;
  height: calc(100% - 30px);
  overflow: hidden;
  margin: 15px 0;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
}

.mm-wrapper_background .mm-page {
  background: #223f6a;
}

.mm-panel_has-navbar .mm-navbar {
  border-color: #223f6a;
}

.mm-navbar > * {
  padding: 20px 0;
}

.mm-btn {
  height: 60px;
  width: 60px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}

.mm-listitem > a,
.mm-listitem > span {
  padding: 20px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 60px;
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 60px;
}

.mm-btn_next:after {
  right: 28px;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}

.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: #223f6a;
}

.mm-listitem.current-menu-item .mm-btn_next:before {
  border-color: #274d87;
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #fff;
}

.mm-menu .current-menu-item a {
  background: #223f6a;
  font-weight: bold;
}

.mm-menu .current-menu-ancestor {
  font-weight: bold;
}

.mm-listitem.current-menu-ancestor .mm-btn_next:not(.mm-btn_fullwidth) {
  background: #223f6a;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.mm-listitem:not(.menu-item-has-children) .mm-btn_next:before {
  border: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  -o-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
html {
  background: #223f6a;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

body {
  background: #fff;
  color: #5f5f5f;
}

h2, .gform_wrapper > form > .gform_heading {
  color: #274d87;
  font-size: 35px;
  line-height: 1.25;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #d4dbe7;
  margin: 3em auto;
  padding: 0;
  max-width: 800px;
}

.text > * + hr {
  margin-top: 3em;
}

a {
  color: #274d87;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

email,
input,
select,
textarea {
  background: transparent;
  border: 1px solid #848587;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #6c6c6c;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding: 15px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  -o-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  width: 100%;
}
email:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #274d87;
  color: #000;
  outline: none;
}
email:invalid,
input:invalid,
select:invalid,
textarea:invalid {
  border: 1px solid #C7301C;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=button] {
  padding: 0;
}
input[type=file] {
  border: none;
  padding: 0;
}
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  margin-right: 0.25em;
  height: 0.75em;
  width: 0.75em;
}
input[type=checkbox]:focus {
  border-color: #b7b7b7;
}
input[type=checkbox]:checked {
  background: #274d87 url("../images/icon__check--white.svg") no-repeat center center;
  background-size: 75%;
  border-color: #274d87;
}
input[type=submit] {
  background: #274d87 url("../images/icon__arrow--white.svg") no-repeat;
  background-position: right 25px center;
  background-size: 22px 16px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 72px 20px 25px;
  -webkit-transition: background-position 200ms ease;
  -o-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  text-transform: uppercase;
  width: auto;
}
input[type=submit]:hover {
  background-position: right 20px center;
}

select {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  color: #b1b1b1;
  position: relative;
}
select:focus {
  color: #000;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select::after {
  content: "";
  border-right: 2px solid #848587;
  border-top: 2px solid #848587;
  display: block;
  position: absolute;
  height: 10px;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(135deg) translateY(-50%);
      -ms-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: 10px;
}

::input-placeholder {
  color: #b1b1b1;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
}

::-moz-placeholder {
  color: #b1b1b1;
}

:-ms-input-placeholder {
  color: #b1b1b1;
}

::-ms-input-placeholder {
  color: #b1b1b1;
}

::placeholder {
  color: #b1b1b1;
}

::-moz-selection {
  color: #fff;
  background: #253b75;
}

::selection {
  color: #fff;
  background: #253b75;
}

.text > * + * {
  margin-top: 1.5em;
}

.site__container {
  background: #fff;
}
.site__container.mm-slideout {
  background: #fff;
}
.site__header {
  background: #fff;
  padding: 40px 0;
  position: fixed;
  -webkit-transition: padding 200ms ease;
  -o-transition: padding 200ms ease;
  transition: padding 200ms ease;
  width: 100%;
  z-index: 1000;
}
.below-top .site__header {
  border-bottom: 1px solid #f3f5f9;
}
.site__header-push {
  height: 155px;
}
.site__header-push--bottom {
  display: none;
}
.site__link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.site__name {
  -o-object-fit: fill;
     object-fit: fill;
}
.site__navs {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  height: 75px;
  line-height: 1;
  position: relative;
}
.site__navs ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.site__navs li {
  display: inline-block;
  list-style-type: none;
}
.site__navs a {
  color: #252525;
  text-decoration: none;
}
.site__navs a:hover {
  color: #253b75;
}
.site__navs > .site__nav > ul > .current-menu-item > a, .site__navs > .site__nav > ul > .current-menu-ancestor > a {
  color: #253b75;
}
.site__nav {
  width: 100%;
}
.site__nav--top {
  font-size: 14px;
  max-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 200ms ease, top 200ms ease;
  -o-transition: opacity 200ms ease, top 200ms ease;
  transition: opacity 200ms ease, top 200ms ease;
  text-transform: uppercase;
}
.site__nav--primary {
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 0;
  -webkit-transition: bottom 200ms ease, -webkit-transform 200ms ease;
  transition: bottom 200ms ease, -webkit-transform 200ms ease;
  -o-transition: bottom 200ms ease, transform 200ms ease;
  transition: bottom 200ms ease, transform 200ms ease;
  transition: bottom 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-transform: uppercase;
}
.site__nav--top li {
  margin-right: 25px;
  position: relative;
  vertical-align: middle;
  z-index: 10;
}
.site__nav--top li:after {
  content: "";
  display: none;
  height: 1em;
  left: 0;
  position: absolute;
  width: 100%;
  top: 1em;
}
.site__nav--primary li {
  margin-right: 30px;
  position: relative;
}
.site__nav--primary > ul > .menu-item-has-children:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #223f6a;
  bottom: -50px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 0;
}
.site__nav--primary > ul > .menu-item-has-children:hover:before {
  bottom: -40px;
  opacity: 1;
}
.site__nav--primary > ul > li:after {
  content: "";
  display: none;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 1em;
}
.site__nav--primary > ul > li:hover:after {
  display: block;
}
.site__nav li:last-child {
  margin-right: 0;
}
.site__nav--top > ul > li ul {
  background: #fff;
  border: 1px solid #b7b7b7;
  display: block;
  left: 50%;
  opacity: 0;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: calc(2em + 10px);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
}
.site__nav--top > ul > li ul:after, .site__nav--top > ul > li ul:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site__nav--top > ul > li ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.site__nav--top > ul > li ul:before {
  border-color: rgba(183, 183, 183, 0);
  border-bottom-color: #b7b7b7;
  border-width: 5px;
  margin-left: -5px;
}
.site__nav--top > ul > li:hover ul {
  display: block;
  opacity: 1;
  pointer-events: auto;
  top: 2em;
}
.site__nav--top > ul > li:hover:after {
  display: block;
}
.site__nav--top li > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 10px;
}
.site__nav--top li > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site__nav--primary > ul > li ul {
  background: #223f6a;
  display: block;
  left: -30px;
  opacity: 0;
  padding: 30px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: calc(1em + 50px);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  white-space: nowrap;
}
.site__nav--primary > ul > li:hover ul {
  display: block;
  opacity: 1;
  pointer-events: auto;
  top: calc(1em + 40px);
}
.site__nav--primary li > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
  padding-bottom: 20px;
}
.site__nav--primary li > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site__nav--primary li > ul a {
  color: #c2ccdb;
}
.site__nav--primary li > ul a:hover {
  color: #fff;
}
.site__nav--top li > ul .current-menu-item a {
  color: #253b75;
}
.site__nav--primary li > ul .current-menu-item a {
  background: #223f6a;
  color: #fff;
}
.site__nav-item--en {
  background-size: 24px 12px;
  border: 1px solid #b7b7b7;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
}
.site__nav--mobile .site__nav-item--en {
  border: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
}
.site__nav--mobile .site__nav-item--en a {
  display: block;
}
.site__nav--mobile .site__nav-item--en a:hover {
  color: #fff;
}
.site__nav-item--en a {
  color: #b7b7b7;
  display: inline-block;
}
.site__nav-item--en a:hover {
  color: #252525;
}
.site__nav-item--en a:after {
  background: url("../images/flag-uk.svg") no-repeat center right;
  background-size: 24px 14px;
  content: "";
  float: right;
  margin-left: 5px;
  height: 1em;
  width: 24px;
}
.site__nav--mobile {
  display: none;
}
.site__nav-toggle--mobile {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #253b75;
  display: none;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}
.site__breadcrumbs {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.site__breadcrumbs:before, .site__breadcrumbs:after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 10;
}
.site__breadcrumbs:before {
  background: -webkit-gradient(linear, left top, right top, from(#18345c), to(rgba(25, 52, 92, 0)));
  background: -o-linear-gradient(left, #18345c 0%, rgba(25, 52, 92, 0) 100%);
  background: linear-gradient(to right, #18345c 0%, rgba(25, 52, 92, 0) 100%);
  left: 0;
  width: 20px;
}
.site__breadcrumbs:after {
  background: -webkit-gradient(linear, right top, left top, from(#18345c), to(rgba(25, 52, 92, 0)));
  background: -o-linear-gradient(right, #18345c 0%, rgba(25, 52, 92, 0) 100%);
  background: linear-gradient(to left, #18345c 0%, rgba(25, 52, 92, 0) 100%);
  right: 0;
  width: 40px;
}
.site__breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.site__breadcrumbs a:hover {
  text-decoration: underline;
}
.site__breadcrumbs .row, .hero .site__breadcrumbs .row {
  background: none;
  display: block;
  overflow: auto;
  position: static;
  padding: 15px 72px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.site__breadcrumbs .breadcrumb_last {
  margin-right: 20px;
}
.site__breadcrumb-separator {
  display: inline-block;
  margin: 0 0.5em;
}
.site__more {
  margin-top: 100px;
}
.site__more .row {
  margin-bottom: 32px;
}
.site__more .row:last-child {
  margin-bottom: 0;
}
.site__content {
  background: #fff;
}
.site__footer {
  background: #274d87;
  color: #fff;
  margin-top: 100px;
  padding-top: 55px;
}
.error404 .site__footer {
  margin-top: 0;
}
.site__footer a {
  color: #fff;
}
.site__bottom {
  background: #223f6a;
  margin-top: 55px;
  padding: 30px 0;
  text-align: center;
}
.site__bottom .row {
  display: block;
}
.site__bottom-divider {
  display: inline-block;
  margin: 0 0.5em;
}

.box {
  overflow: hidden;
  position: relative;
}
.box.col--8 {
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.box.col--4:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.box--news {
  background: #525659;
  color: #fff;
}
.box--light-grey {
  background: #b6b7bb;
  color: #fff;
  text-align: left;
}
.box--green {
  background: #005a08;
  color: #fff;
}
.box--instagram {
  background: url("../images/bg__instagram.svg") no-repeat center center;
  background-size: cover;
}
.box--blue {
  background: #274d87;
  color: #fff;
}
.box--fade {
  background: #000;
  color: #fff;
  text-align: left;
}
.box--fade.box:after {
  padding-bottom: 125%;
}
.box__content {
  bottom: 40px;
  left: 40px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.box__content--news {
  bottom: auto;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box__content--green {
  top: auto;
}
.box__content--blue {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.box__content--fade {
  top: auto;
}
.box__image-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.box__image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.box__image-container--news {
  opacity: 0.5;
}
.box__image-container--green, .box__image-container--blue {
  opacity: 0.35;
}
.box__image-container--instagram {
  opacity: 0.2;
}
.box__image-container--light-grey {
  opacity: 0.25;
}
.box__image-container--fade:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  bottom: 0;
  content: "";
  height: 75%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
}
.box__sub-heading {
  color: #fff;
}
.box__sub-heading--news {
  font-size: 35px;
  line-height: 1.25;
  margin-bottom: 40px;
}
.box__heading {
  color: #fff;
  font-size: 25px;
}
.box__heading--news {
  font-size: 18px;
  margin-bottom: 40px;
}
.box__heading--light-grey, .box__heading--fade {
  margin-bottom: 20px;
}
.box__heading--instagram {
  font-size: 40px;
  left: 20px;
  line-height: 1.125;
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box__heading--instagram:after {
  background: url("../images/icon__instagram--white.svg") no-repeat center center;
  background-size: cover;
  content: "";
  display: block;
  margin: 60px auto 0;
  height: 70px;
  width: 70px;
}
.box__heading--blue {
  font-size: 30px;
  margin-bottom: 60px;
}
.box__text {
  font-size: 18px;
}
.box__link--news {
  background: url("../images/icon__arrow--white.svg") no-repeat center center;
  background-size: contain;
  display: block;
  height: 46px;
  margin: 0 auto 40px;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  white-space: nowrap;
  width: 60px;
}
.box__link--news:hover {
  -webkit-transform: translateX(0.5em);
      -ms-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.box__link--green {
  color: #fff;
  height: 100%;
  text-decoration: none;
}
.box__link--green:hover:after {
  right: -0.5em;
}
.box__link--green:after {
  background: url("../images/icon__arrow--white.svg") no-repeat center center;
  content: "";
  display: inline-block;
  margin-left: 20px;
  height: 34px;
  position: relative;
  right: 0;
  -webkit-transition: right 200ms ease;
  -o-transition: right 200ms ease;
  transition: right 200ms ease;
  vertical-align: middle;
  width: 45px;
}
.box__link--light-grey {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.box__link--light-grey:hover:after {
  right: -0.5em;
}
.box__link--light-grey:after {
  background: url("../images/icon__arrow--white.svg") no-repeat center center;
  content: "";
  display: block;
  margin-left: 20px;
  margin-top: -3px;
  float: right;
  height: 34px;
  position: relative;
  right: 0;
  -webkit-transition: right 200ms ease;
  -o-transition: right 200ms ease;
  transition: right 200ms ease;
  width: 45px;
}
.box__link--instagram {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
  width: 100%;
}
.box__link--blue {
  background: url("../images/icon__arrow--white.svg") no-repeat center center;
  color: #fff;
  display: inline-block;
  height: 45px;
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  text-decoration: none;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  white-space: nowrap;
  width: 60px;
}
.box__link--blue:hover {
  -webkit-transform: translateX(0.5em);
      -ms-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.box__date--news {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.box__date--news:before {
  background: url("../images/icon__clock--white.svg") no-repeat center center;
  background-size: cover;
  content: "";
  float: left;
  margin-right: 1em;
  height: 22px;
  position: relative;
  top: -1px;
  width: 22px;
}

.hero {
  background: #234a84;
  min-height: 270px;
  overflow: hidden;
  padding-bottom: 11%;
  position: relative;
}
.hero .row {
  background: url("../images/bg__hero-2x.png") no-repeat;
  background-position: right 72px top -24px;
  background-size: 690px 645px;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}
.home .hero {
  background: #234a84 url("../images/bg__hero-2x.png") no-repeat center 20px;
  background-size: 690px 645px;
  min-height: 450px;
  padding-bottom: 23.438%;
  /* 450px at 1920px */
}
.hero__content {
  color: #fff;
  font-weight: bold;
  position: relative;
  top: calc(50% - 22px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.home .hero__content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}
.hero__heading {
  font-size: 45px;
  line-height: 1.25;
  text-transform: uppercase;
}
.home .hero__text {
  font-size: 24px;
  line-height: 1.25;
}
.home .hero__heading + .hero__text {
  margin-top: 10px;
}
.hero__image-container {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__image-container:after {
  background: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero__image-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.jumbotron {
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
}
.single-gl_reference_object .jumbotron {
  text-align: left;
}
.single-gl_reference_object .jumbotron--center {
  text-align: center;
}
.jumbotron--light-blue {
  background: #f3f5f9;
}
.jumbotron--s {
  padding: 60px 0;
}
.jumbotron--xxs {
  padding: 0;
}
.jumbotron__gallery {
  margin-top: 2em;
}
.jumbotron__gallery-image-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-right: 32px;
  width: calc(33.33% - 22px);
}
.js .jumbotron__gallery-image-container {
  display: none;
}
.jumbotron__gallery-image-container:nth-child(-n+3) {
  margin-top: 0;
}
.js .jumbotron__gallery-image-container:nth-child(-n+3) {
  display: block;
}
.jumbotron__gallery-image-container:nth-child(3n) {
  margin-right: 0;
}
.jumbotron__gallery-image-container:nth-child(2n+2):last-child, .jumbotron__gallery-image-container:nth-child(3n+2):last-child, .jumbotron__gallery-image-container:nth-of-type(2n+2):last-child {
  margin-left: 0;
  margin-right: auto;
}
.jumbotron__heading {
  color: #343434;
  font-size: 35px;
  line-height: 1.25;
}
.jumbotron__text, .gform_wrapper > form > .gform_heading .gform_description {
  font-size: 18px;
}
.jumbotron__text .alignleft, .gform_wrapper > form > .gform_heading .gform_description .alignleft {
  margin: 60px 60px 60px 0;
}
.jumbotron__text .alignright, .gform_wrapper > form > .gform_heading .gform_description .alignright {
  margin: 60px 0 60px 60px;
}
.jumbotron__text > p:first-child > .alignleft:first-child, .gform_wrapper > form > .gform_heading .gform_description > p:first-child > .alignleft:first-child, .jumbotron__text > p:first-child > .alignright:first-child, .gform_wrapper > form > .gform_heading .gform_description > p:first-child > .alignright:first-child {
  margin-top: 0;
}
.jumbotron__text > ul li, .gform_wrapper > form > .gform_heading .gform_description > ul li {
  color: #5f5f5f;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 2;
  list-style-type: none;
  padding-left: calc(10px + 1em);
  position: relative;
}
.jumbotron__text > ul li:before, .gform_wrapper > form > .gform_heading .gform_description > ul li:before {
  background: #274d87;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-right: 1em;
  position: absolute;
  top: 0.75em;
  width: 0.5em;
}
.jumbotron__heading + * {
  margin-top: 1em;
}
.jumbotron__text + *, .gform_wrapper > form > .gform_heading .gform_description + * {
  margin-top: 60px;
}
.jumbotron__link {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.jumbotron__link:hover {
  color: #223f6a;
}
.jumbotron__link:after {
  background: url("../images/icon__arrow--blue.svg") no-repeat center center;
  background-size: contain;
  content: "";
  float: right;
  height: 1.375em;
  margin-left: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: right 200ms;
  -o-transition: right 200ms;
  transition: right 200ms;
  width: 1.25em;
}
.jumbotron__link:hover:after {
  right: -0.5em;
}
* + .jumbotron__link {
  display: inline-block;
  margin-top: 1.5em;
}

.intro__heading {
  color: #274d87;
}

.teasers {
  text-align: center;
}
.teasers__link {
  margin-top: 80px;
}

* + .teasers {
  margin-top: 100px;
}

.teaser__link {
  color: inherit;
  text-decoration: none;
}
.teaser__image-container {
  margin-bottom: 60px;
}
.teaser__heading {
  color: #343434;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
.teaser__text {
  font-size: 18px;
}
.teaser__heading + .teaser__text {
  margin-top: 1em;
}

.module {
  border-top: 2px solid #e5e5e5;
  margin-top: 60px;
  padding-top: 60px;
  width: 100%;
}
.image-text__container:first-child .module {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.module.no-border {
  border-top: none;
  padding-top: 0;
}
.background--grey .module {
  border-top: none;
  margin-top: 0;
  padding-bottom: 60px;
}

.module-container:first-child .module {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.image-text__image-container--wide {
  margin-bottom: 40px;
}
.image-text__heading {
  color: #274d87;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
}
.image-text__container--columns .image-text__heading {
  text-align: center;
}
.image-text__text {
  font-size: 18px;
}
.image-text__container--columns .image-text__text {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.background--grey {
  background: #f3f3f3;
}
.post__content .background--grey:last-child {
  margin-bottom: -100px;
}
.row + .background--grey {
  margin-top: 40px;
}
.background--quote {
  background: #274d87;
  color: #fff;
}
.background--quote.row {
  padding: 0;
}
.background--quote .col {
  position: relative;
}
.background--quote .image-text__image-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.background--quote .image-text__image-container img {
  height: 100%;
  width: 100%;
}
.background--quote .col--half {
  margin-right: 0;
}
.background--quote .col--half:last-child .col {
  padding: 60px 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.background--quote .col--half:last-child .image-text__heading {
  border-top: 2px solid #4af4ff;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 40px;
  padding-top: 40px;
  text-transform: uppercase;
}
.background--quote .col--half:last-child .image-text__text {
  font-size: 24px;
  position: relative;
}
.background--quote .col--half:last-child .image-text__text:after {
  color: #193258;
  content: "”";
  font-family: Arial, sans-serif;
  font-size: 256px;
  font-weight: bold;
  left: -30px;
  line-height: 1;
  position: absolute;
  top: -60px;
  z-index: -10;
}

.projects--carousel {
  margin-top: 60px;
  overflow-x: hidden;
  position: relative;
}
.no-js .projects--carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 72px;
}
.projects--carousel .flickity-page-dots {
  margin-bottom: 60px;
  margin-top: 60px;
}
.projects__link--carousel {
  color: #274d87;
}
.js .projects__link--carousel {
  margin-top: 0;
}

.project--carousel {
  display: none;
  margin-right: 32px;
  max-width: 800px;
  position: relative;
  text-align: left;
  width: 100%;
}
.flickity-enabled .project--carousel {
  display: block;
}
.no-js .project--carousel {
  display: none;
}
.no-js .project--carousel:last-child {
  margin-right: 0;
}
.no-js .project--carousel:nth-child(3) {
  margin-right: 0;
}
.no-js .project--carousel:nth-child(-n+3) {
  display: block;
}
.project--carousel a {
  color: inherit;
  text-decoration: none;
}
.project__image-container--carousel {
  background: #274d87;
  margin-bottom: 20px;
  opacity: 0.6;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.is-selected .project__image-container--carousel {
  opacity: 1;
}
.project__image-container--carousel img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.project__heading--carousel {
  color: #2b2b2b;
  font-size: 25px;
  margin-bottom: 10px;
}

.no-js #toggle-project-gallery {
  display: none;
}

.products--related {
  background: #f3f3f3;
  padding: 60px 0;
}
.site__content .post__content .products--related {
  margin-bottom: -100px;
}
.row + .products--related {
  margin-top: 60px;
}
.products__heading--related {
  color: #2b2b2b;
  line-height: 1.25;
  margin-bottom: 30px;
  text-align: center;
}

.product--grid, .jumbotron__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  /* &:after {
    content: "";
    flex: auto;
  } */
}
.product--grid .grid-sizer, .jumbotron__gallery .grid-sizer {
  width: calc(33.33% - 22px);
}
.no-js .product--grid .grid-sizer, .no-js .jumbotron__gallery .grid-sizer {
  display: none;
}
.product--grid .gutter-sizer, .jumbotron__gallery .gutter-sizer {
  position: absolute;
  width: 32px;
}
.no-js .product--grid .gutter-sizer, .no-js .jumbotron__gallery .gutter-sizer {
  display: none;
}
.product-filter--grid {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.no-js .product-filter--grid {
  display: none;
}
.product-filter--grid .button-group {
  background: #223f6a;
  left: 50%;
  list-style-type: none;
  min-width: 100%;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(70px - 1em);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.product-filter--grid .button-group li {
  color: #c2ccdb;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.product-filter--grid .button-group li.current-filter, .product-filter--grid .button-group li:hover {
  color: #fff;
}
.product-filter-current--grid {
  cursor: default;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 40px;
  text-transform: uppercase;
}
.product-filter-list--grid {
  background: #274d87;
  color: #fff;
  list-style-type: none;
  position: relative;
  text-align: right;
}
.product-filter-list--grid:hover .button-group {
  opacity: 1;
  pointer-events: auto;
  top: 70px;
}
.product-filter-list--grid:hover:before {
  bottom: 0;
  opacity: 1;
}
.product-filter-list--grid li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product-filter-list--grid li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-filter-list--grid:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #223f6a;
  bottom: 1em;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 0;
  z-index: 20;
}
.product-filter-heading--grid {
  background: #f3f5f9;
  color: #b5b5b5;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 40px;
  text-transform: uppercase;
}
.product__image-container img {
  width: 100%;
}
.product__image-gallery li {
  list-style-type: none;
  margin-right: 32px;
  margin-top: 32px;
  width: calc(25% - 24px);
}
.product__image-gallery > li {
  float: left;
}
.product__image-gallery > li:nth-child(4n) {
  margin-right: 0;
}
.flickity-enabled .product__image-gallery > li {
  float: none;
}
.js .product__image-gallery > li {
  display: none;
}
.product__image-gallery > li:nth-child(-n+4) {
  display: inherit;
}
.product__image-gallery a {
  display: block;
}
.product__image-gallery .flickity-page-dots {
  margin-top: 32px;
  overflow: hidden;
  text-align: center;
}
.product__attachments-list {
  border: 2px solid #b5b5b5;
  margin-top: 40px;
  padding: 0 20px 20px;
}
.product__attachment {
  font-size: 18px;
  font-weight: bold;
  list-style-type: none;
  margin-top: 20px;
  text-transform: uppercase;
}
.product__attachment-link {
  color: #5f5f5f;
  display: block;
  padding-right: 52px;
  position: relative;
  text-decoration: none;
}
.product__attachment-link:after {
  background: url("../images/icon__arrow--black.svg") no-repeat center center;
  background-size: 85%;
  border: 3px solid #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 32px;
  opacity: 0.29;
  overflow: hidden;
  position: absolute;
  right: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  top: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  width: 32px;
}
.product__attachment-link:hover {
  color: #000;
}
.product__attachment-link:hover:after {
  opacity: 1;
}
.product__info {
  border: 2px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  margin-top: 60px;
  padding: 30px 30px 0;
}
.single-gl_reference_object .product__info {
  margin-bottom: 60px;
  margin-top: 0;
}
.product__info .col .row--sub {
  margin-bottom: 30px;
}
.product__info .row--sub {
  margin: 0 0 30px;
  width: calc(50% - 16px);
}
.product__info-heading {
  color: #274d87;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 18px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-transform: uppercase;
}
.product__info-desc {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.product__features {
  border: 4px solid #f4f4f4;
  margin-top: 60px;
}
.product__features-heading {
  background: #f4f4f4;
  font-size: 35px;
  line-height: 1.25;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
.product__features-sub-heading {
  color: #274d87;
  font-size: 25px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.product__features-content {
  padding: 40px;
}
.product__feature {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  margin-top: 20px;
  padding-left: 1.7em;
  position: relative;
  text-transform: uppercase;
}
.product__feature:before {
  border: 3px solid #274d87;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.7em;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 0.7em;
}
.product-cat--grid, .product-cat--masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  opacity: 1;
  -webkit-transition: opacity 400ms ease, -webkit-filter 400ms ease;
  transition: opacity 400ms ease, -webkit-filter 400ms ease;
  -o-transition: filter 400ms ease, opacity 400ms ease;
  transition: filter 400ms ease, opacity 400ms ease;
  transition: filter 400ms ease, opacity 400ms ease, -webkit-filter 400ms ease;
  width: calc(33.33% - 22px);
}
.no-js .product-cat--grid, .no-js .product-cat--masonry {
  margin-right: 32px;
}
.product-cat--grid {
  margin-right: 32px;
}
.product-cat--grid:nth-child(3n) {
  margin-right: 0;
}
.product-cat--grid:nth-child(2):last-child, .product-cat--grid:nth-child(2n+3):last-child {
  margin-right: auto;
}
.no-js .product-cat--grid:nth-child(-n+3) {
  margin-top: 0;
}
.single .product-cat--grid {
  margin-top: 0;
}
.product-cat--masonry.wide {
  width: calc(66.66% - 10px);
}
.product-cat--masonry.wide .product-cat__image-container--grid {
  padding-bottom: calc(50% - 17px);
}
.product-cat--masonry[style] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-cat--masonry:nth-child(2):last-child, .product-cat--masonry:nth-child(2n+3):last-child {
  margin-left: 32px;
  margin-right: auto;
}
.tax-gl_reference_object_category .product-cat--masonry:nth-child(3n+3):last-child {
  margin-left: 0;
  margin-right: 0;
}
.product-cat__link--grid {
  color: #2b2b2b;
  display: block;
  text-decoration: none;
}
.product-cat__image-container--grid {
  background: #f3f5f9;
  margin-bottom: 15px;
  padding-bottom: 100%;
  position: relative;
}
.products--related .product-cat__image-container--grid {
  background: #ebebeb;
}
.product-cat__image-container--grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.product-cat__heading--grid {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-cat__sub-heading--grid {
  background: url("../images/icon__location-marker--grey.svg") no-repeat left center;
  background-size: 12px 18px;
  color: #505050;
  font-size: 18px;
  padding-left: 24px;
}

.news--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-post--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-right: 32px;
  width: calc(33.33% - 22px);
}
.news-post--grid:nth-child(-n+3) {
  margin-top: 0;
}
.news-post--grid:nth-child(3n) {
  margin-right: 0;
}
.news-post__image-container--grid {
  background: #f3f5f9;
  margin-bottom: 15px;
  padding-bottom: 67%;
  position: relative;
}
.news-post__image-container--grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.news-post__heading--grid {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.news-post__heading--grid a {
  color: #2b2b2b;
  text-decoration: none;
}
.news-post__date--grid {
  color: #aaa;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-post__date--grid:before {
  background: url("../images/icon__clock--black.svg") no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  height: 18px;
  opacity: 0.37;
  vertical-align: middle;
  width: 18px;
}
.news-post__excerpt--grid {
  margin-bottom: 25px;
}
.news-post__link--grid {
  color: #274d87;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.news-post__link--grid:after {
  background: url("../images/icon__arrow--blue.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.375em;
  margin-left: 0.5em;
  position: relative;
  right: 0;
  top: -0.25em;
  -webkit-transition: right 200ms;
  -o-transition: right 200ms;
  transition: right 200ms;
  vertical-align: middle;
  width: 1.25em;
}
.news-post__link--grid:hover:after {
  right: -0.5em;
}

.persons--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -16px;
  max-width: none;
  width: calc(100% + 32px);
}
.page-template-template-modules .persons--grid {
  margin-top: 60px;
}

.person--grid {
  margin-bottom: 60px;
  margin: 0 16px 60px;
  width: calc(25% - 32px);
}
.person__image--grid {
  background: #f3f5f9;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 125.235%;
}
.person__image--grid img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.person__heading--grid {
  color: #000;
  font-size: 25px;
  line-height: 1.25;
}
.person__title--grid {
  color: #474747;
  font-size: 18px;
  font-weight: bold;
}
.person__contact--grid {
  margin-top: 20px;
}
.person__phone--grid, .person__email--grid {
  color: #000;
  list-style: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.person__phone--grid, .person__email--grid {
  padding-left: 37px;
}
.person__phone--grid {
  background: url("../images/icon__phone--blue.svg") no-repeat 3px 0.25em;
  background-size: 22px 18px;
}
.person__email--grid {
  background: url("../images/icon__mail--blue.svg") no-repeat 3px 0.5em;
  background-size: 22px 14px;
}

.post__content {
  padding-top: 60px;
}
.single-gl_product .post__content .text {
  font-size: 18px;
}
.post__footer {
  margin-top: 40px;
}
.post__image-container--wide {
  margin-bottom: 60px;
}
.post__navigation {
  margin-top: 60px;
}
.post__navigation .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post__navigation a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.post__navigation a:before, .post__navigation a:after {
  background-size: contain;
  display: inline-block;
  height: 15px;
  width: 20px;
}
.post__navigation a[rel=prev]:before {
  background: url("../images/icon__arrow--blue.svg") no-repeat center center;
  content: "";
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post__navigation a[rel=next]:after {
  background: url("../images/icon__arrow--blue.svg") no-repeat center center;
  content: "";
  margin-left: 10px;
}
.post__share {
  background: #f3f5f9;
  margin-top: 100px;
  padding: 15px 25px;
  text-align: right;
}
.single-gl_reference_object .post__share {
  /*margin-top: 0;*/
}
.post__share-heading {
  color: #274d87;
  font-size: 25px;
  position: relative;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post__share-link-container {
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
  vertical-align: middle;
}
.post__share-link-container:first-child {
  margin-left: 0;
}
.post__share-link {
  background-color: #274d87;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  border-radius: 50%;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 60px;
}
.post__share-link--facebook {
  background-image: url("../images/icon__facebook--white.svg");
}
.post__share-link--linkedin {
  background-image: url("../images/icon__linkedin--white.svg");
}
.post__share-link--email {
  background-image: url("../images/icon__mail--white.svg");
  background-size: 55%;
}

.timeline {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.timeline__event {
  clear: both;
  margin-bottom: 50px;
  list-style-type: none;
  position: relative;
  width: 50%;
}
.timeline__event:before {
  background: #fff;
  border: 3px solid #274d87;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}
.timeline__event:nth-child(odd) {
  float: right;
}
.timeline__event:nth-child(odd) .timeline__event-content {
  left: -30px;
}
.timeline__event:nth-child(odd).fade--in .timeline__event-content {
  left: 0;
}
.timeline__event:nth-child(even) {
  float: left;
}
.timeline__event:nth-child(even):before {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.timeline__event:nth-child(even) .timeline__event-content {
  right: -30px;
}
.timeline__event:nth-child(even).fade--in .timeline__event-content {
  right: 0;
}
.timeline__event:first-child {
  margin-top: 100px;
}
.timeline__event:last-child {
  margin-bottom: 0;
  margin-top: 50px;
}
.timeline__event-year {
  background: url("../images/icon__hexagon--small-2x.png") no-repeat center center;
  background-size: contain;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 70px;
}
li:nth-child(even) .timeline__event-year {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  right: 0;
}
li:first-child .timeline__event-year, li:last-child .timeline__event-year {
  background: #fff url("../images/icon__hexagon--big-2x.png") no-repeat center center;
  background-size: contain;
  color: #274d87;
  height: 98px;
  width: 86px;
}
li:first-child .timeline__event-year:after, li:last-child .timeline__event-year:after {
  background: #274d87;
  content: "";
  height: 10px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 2px;
}
li:first-child .timeline__event-year {
  top: -101px;
}
li:first-child .timeline__event-year:after {
  bottom: 0;
}
li:last-child .timeline__event-year {
  bottom: -1px;
  top: auto;
}
li:last-child .timeline__event-year:after {
  top: 0;
}
.timeline__event-content {
  border: 2px solid #dfdfdf;
  border-radius: 10px;
  margin-left: 60px;
  padding: 20px;
  position: relative;
  text-align: left;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}
.js .timeline__event-content {
  opacity: 0;
}
.fade--in .timeline__event-content {
  opacity: 1;
}
.timeline__event-content:after, .timeline__event-content:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline__event-content:after {
  border-width: 10px;
  margin-top: -10px;
}
.timeline__event-content:before {
  border-width: 13px;
  margin-top: -13px;
}
li:nth-child(even) .timeline__event-content {
  text-align: right;
  margin-left: 0;
  margin-right: 60px;
}
li:nth-child(even) .timeline__event-content:after, li:nth-child(even) .timeline__event-content:before {
  left: 100%;
}
li:nth-child(even) .timeline__event-content:after {
  border-left-color: #fff;
}
li:nth-child(even) .timeline__event-content:before {
  border-left-color: #dfdfdf;
}
li:nth-child(odd) .timeline__event-content:after, li:nth-child(odd) .timeline__event-content:before {
  right: 100%;
}
li:nth-child(odd) .timeline__event-content:after {
  border-right-color: #fff;
}
li:nth-child(odd) .timeline__event-content:before {
  border-right-color: #dfdfdf;
}
.timeline__event-heading {
  color: #343434;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
.timeline:before {
  background: #274d87;
  content: "";
  display: block;
  left: 50%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
}

.error__content-container {
  background: #223f6a url("../images/bg__404-2x.jpg") no-repeat center center;
  background-size: cover;
  height: calc(75vh);
  position: relative;
}
.error__content {
  background: rgba(243, 245, 249, 0.95);
  left: 50%;
  padding: 60px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error__heading {
  color: #274d87;
  font-size: 45px;
  line-height: 1.125;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.error__text {
  font-size: 24px;
  line-height: 1.25;
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-info .site__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}

.social-media-links {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0;
  padding: 0;
  width: 100%;
}
.social-media-links li {
  float: left;
  list-style-type: none;
  margin-right: 16px;
}
.social-media-links li:last-child {
  margin-right: 0;
}
.social-media-link {
  background-size: cover;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 32px;
}

.facebook-link {
  background: url("../images/icon__facebook--white.svg") no-repeat center center;
}

.instagram-link {
  background: url("../images/icon__instagram--white.svg") no-repeat center center;
}

.linkedin-link {
  background: url("../images/icon__linkedin--white.svg") no-repeat center center;
}

.offices--contact {
  border: 2px solid #f0f0f0;
  color: #000;
  font-size: 18px;
}
.no-js .offices__nav--contact {
  display: none;
}
.offices--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 14px;
}
.offices--footer .col {
  width: 0;
}

.js .office--contact {
  display: none;
}
.js .office--contact:first-child {
  display: block;
}
.office__nav-item--contact, .office__name--contact {
  background: #fafafa;
  border-bottom: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  color: #3e3e3e;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  -o-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
}
.office__nav-item--contact:hover, .office__name--contact:hover {
  color: #274d87;
}
.col:last-child .office__nav-item--contact, .col:last-child .office__name--contact {
  border-right: none;
}
.no-js .office__nav-item--contact, .no-js .office__name--contact {
  border-top: 2px solid #f0f0f0;
}
.no-js .office--contact:first-child .office__nav-item--contact:first-child, .no-js .office--contact:first-child .office__name--contact:first-child {
  border-top: none;
}
.office__nav-item--contact {
  border-bottom: none;
  border-top: 2px solid #f0f0f0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
  width: 0;
}
.office__nav-item--contact:first-child {
  border-left: 2px solid #f0f0f0;
}
.office__nav-item--contact:hover a {
  color: #274d87;
}
.office__nav-item--contact.office-current--contact {
  background: #fff;
}
.office__nav-item--contact.office-current--contact a {
  color: #274d87;
}
.office__nav-item--contact.office-current--contact a:hover {
  color: #3e3e3e;
}
.office__address-heading--contact {
  color: #5f5f5f;
  font-size: 14px;
  padding-left: 28px;
  text-transform: uppercase;
}
.office__address-1--contact, .office__address-2--contact, .office__address-3--contact, .office__address-indent--contact, .office__phone--contact, .office__email--contact {
  padding-left: 28px;
}
.office__address-1--contact {
  background: url("../images/icon__location-marker--blue.svg") no-repeat 5px 0.25em;
  background-size: 16px 18px;
}
.office__address-1--contact, .office__address-3--contact {
  margin-bottom: 1.5em;
}
.office__phone--contact {
  background: url("../images/icon__phone--blue.svg") no-repeat 3px 0.25em;
  background-size: 18px 16px;
}
.office__email--contact {
  background: url("../images/icon__mail--blue.svg") no-repeat 3px 0.5em;
  background-size: 18px 16px;
}
.office__nav-link--contact {
  color: #3e3e3e;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.office__content--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.office__content--contact .col {
  margin-right: 0;
  max-width: 50%;
  width: 50%;
}
.office__info--contact {
  border-right: 2px solid #f0f0f0;
  padding: 40px;
}
.office__map-image--contact {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.office__map--contact {
  background: #f3f5f9;
}
.office__name--footer {
  font-size: 18px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.office__full-address--footer, .office__phone--footer {
  padding-left: 24px;
}
.office__full-address--footer + .office__phone--footer {
  margin-top: 1em;
}
.office__full-address--footer {
  background: url("../images/icon__location-marker--white.svg") no-repeat 3px 0.25em;
  background-size: 12px 18px;
}
.office__phone--footer {
  background: url("../images/icon__phone--white.svg") no-repeat left 0.2em;
  background-size: 18px 14px;
}

.nav-links {
  border-top: 2px solid #e5e5e5;
  margin-top: 60px;
  padding-top: 60px;
  font-size: 14px;
  text-align: center;
}
.nav-links .page-numbers {
  border: 2px solid #274d87;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  -o-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  width: calc(1.5em + 10px);
}
.nav-links .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .page-numbers.current {
  border-color: #f0f0f0;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
}
.nav-links .page-numbers.next {
  margin-left: 5px;
}
.nav-links .page-numbers.prev {
  margin-right: 5px;
}

#cookie-notice {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  font-size: 14px;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  width: 0;
}
#cookie-notice .cookie-notice-container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 10px 72px;
}
#cookie-notice a {
  color: #fff;
}
#cookie-notice .button {
  background-color: #fff;
  color: #274d87;
  display: inline-block;
  margin-left: 1em;
  margin-top: 0.5em;
  padding: 5px 10px;
  text-decoration: none;
}
.cookies-not-set #cookie-notice {
  display: block;
  height: auto;
  overflow: auto;
  width: 100%;
}
.cookies-accepted #cookie-notice {
  display: none;
}

.single-gl_product .cta__btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__btn_wrapper {
  margin-top: 20px;
}

.cta__btn {
  display: inline-block;
  background: #274d87;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  text-decoration: none;
}

.cta_office {
  display: inline-block;
  background: #274d87;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  input[type=submit] {
    font-size: 18px;
  }

  h2, .gform_wrapper > form > .gform_heading {
    font-size: 30px;
  }

  .site__header {
    padding: 30px 0;
  }
  .site__header-push {
    height: 125px;
  }
  .site__name {
    height: 43px;
    width: 205px;
  }
  .site__navs {
    height: 65px;
  }
  .site__nav--top {
    font-size: 12px;
  }
  .site__nav--top li {
    margin-right: 15px;
  }
  .site__nav--primary {
    font-size: 16px;
  }
  .site__nav--primary li {
    margin-right: 20px;
  }
  .site__nav--primary > ul > .menu-item-has-children:before {
    bottom: -40px;
  }
  .site__nav--primary > ul > .menu-item-has-children:hover:before {
    bottom: -30px;
  }
  .site__nav--primary > ul > li ul {
    top: calc(1em + 40px);
  }
  .site__nav--primary > ul > li:hover ul {
    top: calc(1em + 30px);
  }
  .site__breadcrumbs {
    font-size: 14px;
  }
  .site__more {
    margin-top: 80px;
  }
  .site__footer {
    margin-top: 80px;
    padding-top: 45px;
  }
  .site__bottom {
    font-size: 14px;
    margin-top: 45px;
    padding: 20px 0;
  }

  .hero .row {
    background-position: right 32px top 20px;
  }
  .home .hero {
    min-height: 320px;
  }
  .hero__heading {
    font-size: 35px;
    line-height: 1.25;
  }
  .home .hero__text {
    font-size: 18px;
  }
  .home .hero__heading + .hero__text {
    margin-top: 5px;
  }

  .jumbotron {
    padding: 80px 0;
  }
  .jumbotron--xxs {
    padding: 0;
  }
  .jumbotron .jumbotron__heading {
    font-size: 30px;
  }
  .jumbotron .jumbotron__text, .jumbotron .gform_wrapper > form > .gform_heading .gform_description, .gform_wrapper > form > .gform_heading .jumbotron .gform_description {
    font-size: 16px;
  }
  .jumbotron .jumbotron__text .alignleft, .jumbotron .gform_wrapper > form > .gform_heading .gform_description .alignleft, .gform_wrapper > form > .gform_heading .jumbotron .gform_description .alignleft {
    margin: 40px 40px 40px 0;
  }
  .jumbotron .jumbotron__text .alignright, .jumbotron .gform_wrapper > form > .gform_heading .gform_description .alignright, .gform_wrapper > form > .gform_heading .jumbotron .gform_description .alignright {
    margin: 40px 0 40px 40px;
  }
  .jumbotron .jumbotron__text li, .jumbotron .gform_wrapper > form > .gform_heading .gform_description li, .gform_wrapper > form > .gform_heading .jumbotron .gform_description li {
    font-size: 18px;
  }
  .jumbotron .jumbotron__link {
    font-size: 20px;
  }

  * + .teasers {
    margin-top: 80px;
  }
  .teasers__link {
    margin-top: 60px;
  }
  .teasers__text {
    font-size: 16px;
  }

  .teaser__image-container {
    margin-bottom: 40px;
  }
  .teaser__heading {
    font-size: 24px;
  }
  .teaser__text {
    font-size: 16px;
  }

  .module {
    margin-top: 40px;
    padding-top: 40px;
  }
  .background--grey .module {
    padding-bottom: 40px;
  }

  .image-text__heading {
    font-size: 30px;
  }
  .image-text__text {
    font-size: 16px;
  }
  .image-text__link {
    font-size: 18px;
  }

  .background--quote .col--half:last-child .col {
    padding: 40px 32px;
  }
  .background--quote .col--half:last-child .image-text__heading {
    font-size: 22px;
    margin-top: 32px;
    padding-top: 32px;
  }
  .background--quote .col--half:last-child .image-text__text {
    font-size: 20px;
  }
  .background--quote .col--half:last-child .image-text__text:after {
    left: -20px;
    top: -40px;
  }

  .products--related {
    padding: 40px 0;
  }
  .site__content .post__content .products--related {
    margin-bottom: -80px;
  }
  .row + .products--related {
    margin-top: 40px;
  }
  .products__heading--related {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .product__attachment {
    font-size: 16px;
  }
  .product__attachment-link:after {
    border-width: 2px;
    height: 24px;
    width: 24px;
  }
  .product__image-gallery li {
    margin-right: 24px;
    margin-top: 24px;
    width: calc(25% - 18px);
  }
  .product__image-gallery .flickity-page-dots {
    margin-top: 24px;
  }
  .product__image-gallery .click-disabled a {
    pointer-events: none;
  }
  .product__info {
    font-size: 16px;
    margin-top: 40px;
    padding: 20px 20px 0;
  }
  .product__info-heading {
    font-size: 16px;
  }
  .product__info .col .row--sub {
    margin-bottom: 20px;
  }
  .product__features {
    margin-top: 40px;
  }
  .product__features-heading {
    font-size: 30px;
    padding: 20px;
  }
  .product__features-sub-heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .product__features-content {
    padding: 30px;
  }
  .product__feature {
    font-size: 16px;
    margin-top: 15px;
  }
  .product-filter-heading--grid {
    font-size: 18px;
  }
  .product-filter-current--grid {
    font-size: 18px;
  }
  .product-filter--grid .button-group {
    top: calc(67px - 1em);
  }
  .product-filter-list--grid:hover .button-group {
    top: 67px;
  }

  .projects--carousel {
    margin-top: 40px;
  }
  .projects--carousel .flickity-page-dots {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .projects--carousel .flickity-page-dots .dot {
    height: 16px;
    width: 16px;
  }

  .project__heading--carousel {
    font-size: 20px;
  }
  .project__text--carousel {
    font-size: 14px;
  }

  .post__content {
    padding-top: 40px;
  }
  .single-gl_product .post__content .text {
    font-size: 16px;
  }
  .post__image-container--wide {
    margin-bottom: 40px;
  }
  .post__navigation {
    margin-top: 40px;
  }
  .post__navigation a {
    font-size: 18px;
  }
  .post__navigation a:before, .post__navigation a:after {
    height: 14px;
    width: 18px;
  }
  .post__share {
    margin-top: 40px;
  }
  .post__content .post__share.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .post__share-heading {
    font-size: 20px;
  }
  .post__share-link {
    height: 50px;
    width: 50px;
  }

  .box__content {
    bottom: 30px;
    left: 30px;
    right: 30px;
    top: 30px;
  }
  .box__content--fade {
    top: auto;
  }
  .box__content--news {
    bottom: auto;
    top: 50%;
  }
  .box__content--green {
    top: auto;
  }
  .box__content--blue {
    bottom: auto;
    top: 50%;
  }
  .box__sub-heading--news {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .box__heading {
    font-size: 20px;
  }
  .box__heading--news {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .box__heading--instagram {
    font-size: 35px;
  }
  .box__heading--instagram:after {
    height: 60px;
    margin: 40px auto 0;
    width: 60px;
  }
  .box__heading--blue {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .box__text {
    font-size: 16px;
  }
  .box__link--news {
    height: 38px;
    margin: 0 auto 30px;
    width: 50px;
  }
  .box__link--green, .box__link--light-grey {
    font-size: 18px;
  }
  .box__link--green:after, .box__link--light-grey:after {
    height: 31px;
    width: 40px;
  }
  .box__link--blue {
    height: 38px;
    width: 50px;
  }
  .box__date--news {
    font-size: 15px;
  }
  .box__date--news:before {
    height: 18px;
    top: 2px;
    width: 18px;
  }

  .product-cat--grid, .product-cat--masonry {
    margin-bottom: 40px;
  }
  .product-cat__heading--grid {
    font-size: 18px;
  }

  .news-post--grid {
    margin-top: 40px;
  }
  .news-post__heading--grid {
    font-size: 18px;
  }
  .news-post__date--grid {
    font-size: 16px;
  }
  .news-post__date--grid:before {
    height: 16px;
    position: relative;
    top: -0.125em;
    width: 16px;
  }
  .news-post__excerpt--grid {
    font-size: 14px;
  }
  .news-post__link--grid {
    font-size: 16px;
  }
  .news-post__link--grid:after {
    height: 16px;
    top: -0.125em;
    width: 16px;
  }

  .person__image--grid {
    margin-bottom: 15px;
  }
  .person__heading--grid {
    font-size: 20px;
  }
  .person__title--grid {
    font-size: 16px;
  }
  .person__phone--grid, .person__email--grid {
    font-size: 18px;
    padding-left: 28px;
  }
  .person__phone--grid {
    background: url("../images/icon__phone--blue.svg") no-repeat 3px 0.25em;
    background-size: 18px 16px;
  }
  .person__email--grid {
    background: url("../images/icon__mail--blue.svg") no-repeat 3px 0.5em;
    background-size: 18px 11px;
  }

  .timeline__event-year {
    font-size: 14px;
    height: 58px;
    width: 50px;
  }
  li:first-child .timeline__event-year, li:last-child .timeline__event-year {
    height: 86px;
    width: 76px;
  }
  .timeline__event-heading {
    font-size: 25px;
  }
  .timeline__event-heading:before {
    height: 15px;
    width: 15px;
  }
  .timeline__event-text {
    font-size: 14px;
  }

  .social-media-link {
    width: 22px;
    width: 22px;
  }

  .offices--footer {
    font-size: 12px;
  }

  .office__nav-item--contact {
    font-size: 20px;
  }
  .office__nav-link--contact {
    padding: 15px;
  }
  .office__info--contact {
    padding: 30px;
  }
  .office__name {
    font-size: 16px;
  }
  .office__full-address {
    background-size: 10px 16px;
  }
  .office__phone {
    background-size: 16px 12px;
  }
  .office__email--contact {
    background-position: 3px 0.25em;
  }

  .nav-links {
    margin-top: 40px;
    padding-top: 40px;
  }

  .error__content {
    padding: 40px;
  }
  .error__heading {
    font-size: 40px;
  }
  .error__text {
    font-size: 20px;
  }

  .post__content .background--grey:last-child {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 1152px) {
  .site__breadcrumbs .row,
.hero .site__breadcrumbs .row {
    padding: 15px 32px;
  }

  .no-js .projects--carousel {
    padding: 0 32px;
  }

  .project--carousel {
    max-width: 592px;
  }

  .flickity-prev-next-button {
    height: 40px;
    width: 40px;
  }

  .flickity-prev-next-button.previous {
    left: 32px;
  }

  .flickity-prev-next-button.next {
    right: 32px;
  }

  #cookie-notice .cookie-notice-container {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .site__more .row {
    margin-bottom: 20px;
  }

  .flickity-prev-next-button {
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
    width: 60px;
  }
  .flickity-prev-next-button .flickity-button-icon {
    fill: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .flickity-prev-next-button.previous {
    left: 10px;
  }
  .flickity-prev-next-button.next {
    right: 10px;
  }

  .no-js .projects--carousel {
    padding: 0 20px;
  }

  .project--carousel {
    margin: 0 10px;
  }

  .product-cat--grid {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .product-cat--grid:nth-child(2n) {
    margin-right: 0;
  }

  .news-post--grid {
    margin-right: 20px;
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 1023px) {
  h2, .gform_wrapper > form > .gform_heading {
    font-size: 25px;
  }

  .site__header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site__header-push {
    height: 103px;
  }
  .site__link {
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .site__navs {
    display: none;
  }
  .site__nav-toggle--mobile {
    display: block;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
  }
  .mm-wrapper_opening .site__nav-toggle--mobile {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .site__more {
    margin-top: 60px;
  }
  .site__more .row:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site__footer .row {
    display: block;
  }

  .page-template-template-modules .post__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-template-modules .post__content .teasers .row,
.page-template-template-modules .post__content .image-text .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-template-modules .post__content .image-text .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-template-template-modules .post__content .col {
    max-width: none;
    margin-bottom: 20px;
    width: auto;
  }
  .page-template-template-modules .post__content .col.post__image-container--wide:last-child {
    margin-bottom: 20px;
  }
  .page-template-template-modules .post__content .post__share.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-template-modules .post__share .col,
.page-template-template-modules .post__share .col:last-child {
    margin-bottom: 0;
  }

  .home .hero {
    min-height: 450px;
  }

  .jumbotron {
    padding: 60px 0;
  }
  .jumbotron--xxs {
    padding: 0;
  }

  * + .teasers {
    margin-top: 60px;
  }
  .teasers__link {
    margin-top: 40px;
  }

  .image-text__heading {
    font-size: 25px;
  }
  .image-text__text {
    font-size: 14px;
  }
  .image-text__link {
    font-size: 16px;
  }

  .module {
    padding-top: 40px;
  }

  .box.col--8 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 0;
  }
  .box.col--4 {
    max-width: none;
  }
  .box--light-grey, .box--blue {
    width: 0;
  }
  .box--instagram {
    margin-top: 20px;
    min-width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .box.box--instagram:after {
    padding-bottom: 50%;
  }

  .site__content .post__content .products--related {
    margin-bottom: -60px;
  }

  .product--grid .grid-sizer, .jumbotron__gallery .grid-sizer {
    width: calc(50% - 10px);
  }
  .product--grid .gutter-sizer, .jumbotron__gallery .gutter-sizer {
    width: 20px;
  }
  .product-cat--masonry {
    margin-bottom: 40px;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .product-cat--masonry:nth-child(2n) {
    margin-right: 0;
  }
  .product-cat--masonry.wide {
    width: calc(50% - 10px);
  }
  .product-cat--masonry.wide .product-cat__image-container--grid {
    padding-bottom: 100%;
  }
  .product-cat--masonry:nth-child(3n+2):last-child {
    margin-left: 0;
  }

  .persons--grid {
    width: calc(100% + 40px);
  }

  .person--grid {
    width: calc(33% - 32px);
  }
  .person__image--grid {
    margin-bottom: 15px;
  }
  .person__title--grid {
    font-size: 14px;
  }
  .person__phone--grid, .person__email--grid {
    font-size: 16px;
  }

  .offices--contact {
    font-size: 16px;
  }

  .office__nav-item--contact {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
  }
  .office__address-heading--contact {
    font-size: 12px;
  }
  .office__address-1--contact, .office__address-2--contact, .office__address-3--contact {
    padding-left: 26px;
  }
  .office__email--contact, .office__phone--contact {
    padding-left: 26px;
  }

  .timeline__event-heading {
    font-size: 20px;
  }

  .company-info .site__link,
.social-media-links {
    width: auto;
  }

  .company-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-bottom: 45px;
  }

  .social-media-links {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .offices--footer {
    font-size: 14px;
  }

  .site__footer {
    margin-top: 60px;
  }

  .site__bottom {
    font-size: 12px;
  }

  .post__content .background--grey:last-child {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .site__header {
    padding: 20px 0;
  }
  .below-top .site__header {
    padding: 20px 0;
  }
  .site__header-push {
    height: 70px;
  }
  .site__name {
    height: 29px;
    width: 137px;
  }
  .site__nav-toggle--mobile {
    font-size: 24px;
  }
  .site__breadcrumbs .row, .hero .site__breadcrumbs .row {
    padding: 15px 20px;
  }
  .site__more {
    margin-top: 40px;
  }
  .site__footer {
    margin-top: 40px;
    padding-top: 35px;
  }
  .site__bottom {
    margin-top: 35px;
  }

  .hero {
    min-height: 202px;
  }
  .home .hero {
    min-height: 320px;
  }
  .hero .row {
    background-position: left 32px top 20px;
  }
  .hero__heading {
    font-size: 25px;
  }
  .home .hero__heading {
    font-size: 35px;
  }

  .jumbotron {
    padding: 40px 0;
  }
  .jumbotron__gallery-image-container {
    margin-right: 20px;
    margin-top: 20px;
    width: calc(33.33% - 14px);
  }
  .jumbotron--xxs {
    padding: 0;
  }
  .page-template-template-modules .post__content .jumbotron .col:last-child {
    margin-bottom: 0;
  }

  * + .teasers {
    margin-top: 40px;
  }
  .teasers .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teasers .col, .page-template-template-modules .post__content .teasers .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 40px;
    width: calc(50% - 16px);
  }
  .teasers .col:nth-child(2n) {
    margin-right: 0;
  }
  .teasers .col:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .teaser__image-container {
    margin-bottom: 20px;
  }
  .teaser__image-container img {
    max-width: 280px;
    width: 100%;
  }

  .module {
    padding-top: 40px;
  }
  .page-template-template-modules .background--grey .module.col:last-child {
    margin-bottom: 0;
  }

  .site__content .post__content .products--related {
    margin-bottom: -40px;
  }
  .products__heading--related {
    margin-bottom: 0;
  }

  .products--related .product-cat--grid:last-child {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  .products--related .product-cat--grid:last-child .product-cat__image-container--grid {
    padding-bottom: 50%;
  }
  .product__info-heading {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .product__image-container img {
    width: 100%;
  }
  .product__image-gallery {
    margin-bottom: 40px;
  }
  .product__attachments-list {
    margin-bottom: 40px;
  }

  .projects--carousel {
    margin-top: 40px;
  }
  .no-js .projects--carousel {
    display: block;
  }
  .projects--carousel .flickity-page-dots {
    margin-bottom: 0;
  }
  .js .projects__link--carousel {
    margin-top: 40px;
  }

  .project--carousel {
    max-width: calc(100% - 80px);
  }
  .no-js .project--carousel {
    margin: 0 0 40px;
    max-width: 100%;
    width: auto;
  }
  .no-js .project--carousel:nth-child(3) {
    margin-bottom: 0;
  }
  .project__image-container--carousel {
    margin-bottom: 10px;
  }
  .project__heading--carousel {
    margin-bottom: 0;
  }

  .box__sub-heading--news {
    margin-bottom: 20px;
  }
  .box__heading--news {
    margin-bottom: 20px;
  }
  .box__heading--instagram:after {
    margin: 30px auto 0;
  }
  .box__heading--blue {
    margin-bottom: 30px;
  }
  .box__link--news {
    height: 31px;
    margin: 0 auto 20px;
    width: 40px;
  }

  .post__content {
    padding-top: 40px;
  }
  .page-template-template-modules .post__content .row,
.page-template-template-modules .post__content .image-text .row,
.page-template-template-modules .post__content .image-text .row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post__content .col {
    margin-bottom: 20px;
  }
  .post__content .col:last-child {
    margin-bottom: 0;
  }
  .post__content .col.image-text__image-container--wide:last-child {
    margin-bottom: 20px;
  }
  .single .post__content .col--6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single .post__content .col--6:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .post__content .col:last-child {
    margin-bottom: 40px;
  }
  .single-gl_product .post__content .col:last-child {
    margin-bottom: 0;
  }
  .post__navigation .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-template-template-modules .post__image-container--wide:last-child {
    margin-bottom: 0;
  }

  .product-cat--grid, .product-cat--masonry {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
  .product-cat--grid:nth-child(-n+3), .product-cat--masonry:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .product-cat--grid:firs-child(-n+2), .product-cat--masonry:firs-child(-n+2) {
    margin-top: 0;
  }
  .product-cat--grid:nth-child(3), .product-cat--masonry:nth-child(3) {
    margin-bottom: 20px;
  }
  .product-cat--grid:nth-child(3n), .product-cat--masonry:nth-child(3n) {
    margin-right: 20px;
  }
  .product-cat--grid:nth-child(2n), .product-cat--masonry:nth-child(2n) {
    margin-right: 0;
  }
  .product-cat--grid:last-child, .product-cat--masonry:last-child {
    margin-right: 0;
  }
  .product-cat__heading--grid {
    white-space: normal;
  }
  .product-cat__heading--grid a {
    color: #274d87;
  }
  .post__content .product__info .col:last-child {
    margin-bottom: 0;
  }
  .product__info .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__features-heading {
    font-size: 25px;
  }
  .product__features-content {
    padding: 20px;
  }
  .post__content .product__features .col:last-child {
    margin-bottom: 0;
  }

  .news-post--grid {
    margin-top: 20px;
    width: calc(50% - 10px);
  }
  .news-post--grid:nth-child(-n+3) {
    margin-top: 20px;
  }
  .news-post--grid:firs-child(-n+2) {
    margin-top: 0;
  }
  .news-post--grid:nth-child(3) {
    margin-top: 20px;
  }
  .news-post--grid:nth-child(3n) {
    margin-right: 20px;
  }
  .news-post--grid:nth-child(2n) {
    margin-right: 0;
  }
  .news-post--grid:last-child {
    margin-right: 0;
  }
  .news-post__heading--grid {
    white-space: normal;
  }
  .news-post__heading--grid a {
    color: #274d87;
  }
  .news-post__date--grid {
    margin-bottom: 0;
  }
  .news-post__excerpt--grid, .news-post__link--grid {
    display: none;
  }

  .post__content .background--grey:last-child {
    margin-bottom: -40px;
  }
  .background--quote.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .background--quote .image-text__image-container {
    position: static;
  }
  .background--quote .col--half {
    max-width: none;
  }
  .background--quote .col--half:last-child {
    margin-bottom: 0;
  }
  .background--quote .col--half:last-child .col {
    padding: 32px;
    max-width: none;
    margin-bottom: 0;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .social-media-link {
    height: 18px;
    width: 18px;
  }

  .offices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .offices .col {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 32px;
    width: calc(50% - 16px);
  }

  .offices .col:nth-child(2n) {
    margin-right: 0;
  }

  .offices .col:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .error__content-container {
    height: auto;
    padding: 40px 20px;
  }
  .error__content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .error__heading {
    font-size: 35px;
  }
  .error__text {
    font-size: 18px;
    line-height: 1.5;
  }

  #cookie-notice .cookie-notice-container {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 640px) {
  html[class] {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none;
  }

  .site__more .row {
    display: block;
  }

  .project__image-container--carousel {
    opacity: 1;
    padding-bottom: 100%;
  }
  .no-js .project__image-container--carousel {
    padding-bottom: 66%;
  }

  .box--news:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 50%;
  }
  .box--news .box__content {
    bottom: auto;
    top: 50%;
  }
  .box__content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
  .box__content--green {
    top: auto;
  }
  .box__content--blue {
    bottom: auto;
    top: 50%;
  }
  .box__content--fade {
    top: auto;
  }
  .box.col {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }
  .box.col:after {
    padding-bottom: 50%;
  }
  .box.col:last-child {
    margin-bottom: 0;
  }

  .background--quote .col--half:last-child .col {
    padding: 20px;
  }
  .background--quote .col--half:last-child .image-text__heading {
    font-size: 22px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .background--quote .col--half:last-child .image-text__text {
    font-size: 18px;
  }
  .background--quote .col--half:last-child .image-text__text:after {
    left: -20px;
    top: -40px;
  }

  .product__info .row--sub {
    width: 100%;
  }
  .product-cat--grid.wide, .product-cat--masonry.wide {
    width: 100%;
  }
  .product-cat--grid {
    margin-right: 0;
    width: 100%;
  }
  .product-cat--grid:nth-child(3n) {
    margin-right: 0;
  }
  .product-cat--masonry {
    margin-right: 0;
    width: 100%;
  }
  .product-cat--masonry:nth-of-type(2) {
    margin-top: 20px;
  }
  .product-cat--masonry:nth-child(2n) {
    margin-right: 0;
  }
  .product-cat--masonry:nth-child(3n) {
    margin-right: 0;
  }
  .product-cat--masonry:nth-of-type(4n+1), .product-cat--masonry:nth-of-type(4n+4) {
    width: 100%;
  }
  .product-cat--masonry:nth-of-type(4n+1) .product-cat__image-container--grid, .product-cat--masonry:nth-of-type(4n+1) .product-cat__image-container--grid, .product-cat--masonry:nth-of-type(4n+4) .product-cat__image-container--grid, .product-cat--masonry:nth-of-type(4n+4) .product-cat__image-container--grid {
    padding-bottom: 100%;
  }
  .product-filter--grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-filter--grid .button-group li {
    font-size: 14px;
  }
  .product-filter-heading--grid {
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
  }
  .product-filter-current--grid {
    font-size: 16px;
    padding: 10px 20px;
  }
  .product-filter-list--grid {
    text-align: center;
  }
  .product-filter--grid .button-group {
    top: calc(44px - 1em);
  }
  .product-filter-list--grid:hover .button-group {
    top: 44px;
  }

  .news-post--grid {
    margin-right: 0;
    width: 100%;
  }
  .news-post--grid:nth-child(3n) {
    margin-right: 0;
  }

  .offices__nav--contact {
    display: block;
  }

  .office__nav-item--contact {
    border-left: 2px solid #f0f0f0;
  }
  .office__content--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .office__content--contact .col {
    border-right: none;
    max-width: none;
    width: 100%;
  }
  .office__info--contact {
    border-bottom: 2px solid #f0f0f0;
    padding: 20px;
  }

  .persons--grid {
    display: block;
    margin: auto;
    width: auto;
  }

  .person--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    width: auto;
  }
  .person__image--grid {
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 31.3%;
    width: 25%;
  }
  .person__info--grid {
    width: calc(75% - 20px);
  }
  .person__heading--grid {
    font-size: 20px;
  }
  .person__title--grid {
    font-size: 14px;
  }
  .person__contact--grid {
    margin-top: 15px;
  }
  .person__phone--grid, .person__email--grid {
    font-size: 14px;
  }

  .timeline__event {
    width: 100%;
  }
  .timeline__event:before {
    display: none;
  }
  .timeline__event-year {
    left: 50%;
  }
  li:nth-child(even) .timeline__event-year {
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .timeline__event-content {
    background: #fff;
    border-color: #274d87;
    margin: 25px 0 25px 0;
    right: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .js .timeline__event-content {
    opacity: 1;
  }
  li:nth-child(odd) .timeline__event-content, li:nth-child(even) .timeline__event-content {
    left: auto !important;
    right: auto !important;
  }
  li:nth-child(odd) .timeline__event-content:before, li:nth-child(odd) .timeline__event-content:after, li:nth-child(even) .timeline__event-content:before, li:nth-child(even) .timeline__event-content:after {
    border-left: none;
    display: none;
    left: auto;
    right: calc(100% - 82px);
  }
  li:nth-child(even) .timeline__event-content {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
  li:nth-child(even) .timeline__event-content:after {
    border-right-color: #fff;
  }
  li:nth-child(even) .timeline__event-content:before {
    border-right-color: #dfdfdf;
  }
  .timeline__event-heading:before {
    display: none;
    left: 38px;
  }
  li:nth-child(even) .timeline__event-heading:before {
    left: 38px;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .timeline__event:nth-child(odd) {
    float: left;
  }

  .nav-links {
    margin-top: 20px;
    padding-top: 20px;
  }

  .image-text__container--columns .image-text__text {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }

  .cols--2 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
@media screen and (max-width: 480px) {
  .site__breadcrumbs {
    font-size: 12px;
  }

  .teasers {
    display: block;
  }

  .teasers .col,
.teasers .col:nth-last-of-type(-n+2),
.page-template-template-modules .post__content .teasers .col {
    margin-bottom: 40px;
    margin-right: 0;
    width: auto;
  }

  .teasers .col:last-child,
.page-template-template-modules .post__content .teasers .col:last-child {
    margin-bottom: 0;
  }

  .box.col:after {
    padding-bottom: 100%;
  }
  .box__sub-heading--news {
    display: none;
  }

  .post__content .background--quote .col:last-child {
    margin-bottom: 0;
  }

  .person__image--grid {
    margin-right: 10px;
  }
  .person__contact--grid {
    margin-top: 10px;
  }

  .post__content .col:last-child {
    margin-bottom: 20px;
  }
  .post__navigation .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post__navigation a {
    margin-bottom: 10px;
    text-align: center;
  }
  .post__navigation a:last-child {
    margin-bottom: 0;
  }
  .post__share {
    padding: 10px 20px;
  }
  .post__share-link-container {
    margin-left: 5px;
  }
  .post__share .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .post__share .col:last-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-bottom: 0;
  }

  .company-info {
    margin-bottom: 35px;
  }
  .company-info .site__link {
    display: none;
  }

  .offices--footer .col, .offices--footer .col:nth-last-of-type(-n+2) {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
  .offices--footer .col:last-child {
    margin-bottom: 0;
  }

  .cta__btn {
    font-size: 16px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.alignleft {
  margin: 32px 32px 32px 0;
  float: left;
}

.alignright {
  margin: 32px 0 32px 32px;
  float: right;
}

.screen-reader-text, .gform_validation_container, .gform_fields .gfield > .gfield_label,
.js .js-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.heading--margin {
  margin-bottom: 30px;
}

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

.hidden {
  display: none;
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  width: 0;
}

.color--blue {
  color: #274d87;
}

.gform_wrapper {
  border: 2px solid #ebebeb;
  overflow: hidden;
  padding: 50px 70px;
  text-align: left;
}
.gform_wrapper#gform_wrapper_1, .gform_wrapper#gform_wrapper_5 {
  border-color: #b7b7b7;
}
.gform_wrapper#gform_wrapper_2, .gform_wrapper#gform_wrapper_3, .gform_wrapper#gform_wrapper_4 {
  border: none;
  padding: 0;
  text-align: center;
}
.gform_wrapper > form > .gform_heading {
  margin-bottom: 50px;
  text-align: center;
}
.gform_wrapper > form > .gform_heading .gform_description {
  color: #5f5f5f;
  display: block;
  line-height: 1.5;
}
.gform_wrapper > form > .gform_heading .gform_title + .gform_description {
  margin-top: 1.5em;
}
.gform_wrapper .validation_error {
  border: 2px solid #ebebeb;
  font-weight: bold;
  margin-bottom: 35px;
  padding: 40px;
  text-align: center;
}

#gform_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
  position: relative;
}
#gform_2 .validation_error {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#gform_2 .gform_heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#gform_2 .gform_body {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#gform_fields_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gform_fields_2 > .gfield {
  margin-right: 32px;
}
#gform_fields_2 > .gfield:last-child {
  margin-right: 0;
}

#gform_fields_2_2 {
  left: 0;
  position: absolute;
  right: 0;
}

#gform_fields_3,
#gform_fields_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gform_fields_3 > .gfield,
#gform_fields_4 > .gfield {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 calc(50% - 16px);
          flex: 2 0 calc(50% - 16px);
  margin-right: 32px;
}
#gform_fields_3 > .gfield#field_3_6, #gform_fields_3 > .gfield#field_4_6,
#gform_fields_4 > .gfield#field_3_6,
#gform_fields_4 > .gfield#field_4_6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#gform_fields_3 > .gfield:nth-child(2n), #gform_fields_3 > .gfield:last-child,
#gform_fields_4 > .gfield:nth-child(2n),
#gform_fields_4 > .gfield:last-child {
  margin-right: 0;
}

.gform_fields .gfield {
  line-height: 0;
  list-style-type: none;
}
.gform_fields .gfield:last-child {
  margin-bottom: 0;
}
.gform_fields .gfield:before {
  display: none;
}
.gform_fields .gfield_contains_required {
  line-height: 1.5;
}
.gform_fields > .gfield {
  margin-bottom: 35px;
}

.gfield_checkbox li {
  list-style-type: none;
}
.gfield_checkbox li:before {
  display: none;
}

.gform_fields-grid .gfield {
  float: left;
  margin-right: 32px;
  width: calc(50% - 16px);
}
.gform_fields-grid .gfield:nth-child(2n+1) {
  margin-right: 0;
}

.ginput_container_textarea {
  width: 100%;
}

.validation_message {
  color: #c7301c;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

.gform_confirmation_wrapper {
  border: 2px solid #ebebeb;
  color: #274d87;
  font-size: 20px;
  padding: 50px 70px;
  font-weight: bold;
}

#gform_1 .row {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

#field_5_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#field_5_6,
#input_5_6 {
  height: 100%;
}

#field_1_7,
#field_5_7 {
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 35px;
  text-align: center;
  width: 100%;
}
#field_1_7 .ginput_container_fileupload > div,
#field_5_7 .ginput_container_fileupload > div {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

#field_1_7 {
  background-image: url("../images/attach-cv.png");
  background-size: 172px 44px;
}
#field_1_7.has-file {
  background-image: url("../images/attach-cv--uploaded.png");
}

#field_5_7 {
  background-image: url("../images/attach-file.png");
  background-size: 165px 43px;
}
#field_5_7.has-file {
  background-image: url("../images/attach-file--uploaded.png");
}

#input_1_7,
#input_5_7 {
  opacity: 0;
  height: 44px;
}

#field_1_12,
#field_3_7,
#field_4_7 {
  margin-bottom: 0;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}

#gform_1 .gform_footer,
#gform_3 .gform_footer,
#gform_4 .gform_footer {
  float: right;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  #gform_wrapper_2 {
    padding: 0;
  }

  #gform_2 .gform_body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #gform_2 .gform_fields .gfield:last-child {
    margin-bottom: 35px;
  }
  #gform_2 .gform_footer {
    width: 100%;
  }

  #gform_fields_2 > .gfield:nth-last-child(2) {
    margin-right: 0;
  }

  #gform_fields_2_2 {
    position: static;
  }

  .gform_wrapper {
    padding: 30px 50px;
  }
  .gform_wrapper > form > .gform_heading {
    margin-bottom: 30px;
  }
  .gform_wrapper .validation_error {
    padding: 20px;
  }

  #field_1_7,
#field_5_7 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .gform_wrapper {
    padding: 30px;
  }

  .gform_fields-grid .gfield {
    margin-right: 20px;
    width: calc(50% - 10px);
  }

  #gform_fields_2 > .gfield {
    margin-right: 20px;
  }

  #gform_fields_3 > .gfield,
#gform_fields_4 > .gfield {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 calc(50% - 10px);
            flex: 2 0 calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  #field_1_12,
#field_5_12,
#gform_2 #field_2_5,
#field_3_7 {
    margin-bottom: 40px;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  #gform_1 .gform_footer,
#gform_3 .gform_footer {
    float: none;
    text-align: center;
  }

  #gform_1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gform_1 .col {
    margin-right: 0;
    max-width: none;
  }
  #gform_1 .col:last-child() {
    margin-bottom: 0;
  }

  #gform_2 .gfield {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 calc(50% - 10px);
            flex: 2 0 calc(50% - 10px);
  }
  #gform_2 .gfield:nth-child(2n) {
    margin-right: 0;
  }
  #gform_2 .gfield:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  #gform_fields_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #field_1_6 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #label_1_12_1,
#label_2_5_1,
#label_3_7_1 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .gform_wrapper {
    padding: 30px 20px;
  }
  .gform_wrapper > form > .gform_heading {
    margin-bottom: 20px;
  }

  .gform_fields-grid .gfield {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }

  #gform_2 .gfield,
#gform_3 .gfield {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #gform_2 .gfield:nth-last-child(3),
#gform_3 .gfield:nth-last-child(3) {
    margin-bottom: 35px;
  }
}
#menu-toppmeny-1 li a {
  padding: 20px;
  display: block;
}

#menu-toppmeny-1 li {
  border-bottom: 1px solid #223f6a;
}

.jumbotron__gallery figure a {
  height: 100%;
  width: 100%;
}

.product-cat__link--grid,
.jumbotron__gallery figure {
  position: relative;
}

.product-cat__link--grid figure:before,
.jumbotron__gallery figure a:before {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.product-cat__link--grid figure:hover:before,
.jumbotron__gallery figure a:hover:before {
  opacity: 1;
}

.post__share {
  margin-top: 120px !important;
}

/*Read more btn */

.drop {
  display: none;
  margin-top: 2rem;
}
.read-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.read-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.read-btn {
  display: inline-block;
    background: #274d87;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    text-decoration: none;
    border:none;
}


.read-box-start {
  display: flex;
  flex-direction: column;
  align-items: start;
}

