/* ==================== */
/* ==================== */
@import "https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 100, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 131, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 211, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 295, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 320, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 332, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 366, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 375, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Base styles */
/* Placeholders + Mixins */
/* http://www.sitepoint.com/sass-mixin-placeholder/ */
/* Breakpoints */
/*
$breakpoint-small-up: rem(100px);
$breakpoint-medium-up: rem(750px);
*/
/* ------------------------------------------- */
/* -- Singularity grid */
/* ------------------------------------------- */
/* Mobile first */
/* @include add-grid(12 at rem(600)); */
/* $row-width: rem(1400); */
/* ------------------------------------------- */
/* -- Colours + Variables */
/* ------------------------------------------- */
@font-face {
  font-family: 'Nexa_Free_Bold';
  src: url("../fonts/Nexa_Free_Bold-webfont.woff2") format("woff2"), url("../fonts/Nexa_Free_Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------------- */
/* -- Placeholders */
/* ------------------------------------------- */
/* line 78, ../sass/_base.scss */
.holder:after {
  content: "";
  display: table;
  clear: both;
}

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

/* line 105, ../sass/_base.scss */
.gform_fields, nav[role='navigation'] .sub-menu, nav[role='navigation'] > ul, .text__image__text ul, .icons_and_text ul, .large-image__text ul, .features--alt ul, .client-logos ul, .client-quotes ul, .social, .share ul, .footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 111, ../sass/_base.scss */
.nav-trigger, .share span, .footer-subscribe label[for="mce-EMAIL"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 119, ../sass/_base.scss */
.btn, .gform_footer input[type="submit"], .footer-subscribe input[type="submit"] {
  background: #F58220;
  border-radius: 1000px;
  display: inline-block;
  padding: 15px 20px;
  min-width: 200px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Nexa_Free_Bold', 'Open Sans', Arial, sans-serif;
  border: 0;
}
/* line 133, ../sass/_base.scss */
.btn:hover, .gform_footer input[type="submit"]:hover, .footer-subscribe input[type="submit"]:hover {
  color: #FFF;
  background: #F15A22;
}

/* line 140, ../sass/_base.scss */
.btn {
  margin-top: 30px;
}

/* line 145, ../sass/_base.scss */
.btn--alt {
  background-color: transparent;
  border: 2px #FFF solid;
}
/* line 149, ../sass/_base.scss */
.btn--alt:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 155, ../sass/_base.scss */
.large-image__text--regular .loz-wrapper {
  border-radius: 1000px;
  overflow: hidden;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 164, ../sass/_base.scss */
.large-image__text .holder .loz {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-about-us .large-image__text .holder .loz {
	margin-bottom:-230px;
    height: 140%;
}

/* line 171, ../sass/_base.scss */
.feature:nth-child(4n+1) .col-1::after, .feature:nth-child(4n+2) .col-1::after, .feature:nth-child(4n+3) .col-1::after, .feature:nth-child(4n+4) .col-1::after, .image--bg::before, .team .holder::before, .careers::before, .careers::after, .careers .holder::after {
  display: block;
  content: "";
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  height: 210px;
}
@media (min-width: 43.75em) {
  /* line 171, ../sass/_base.scss */
 /* .feature:nth-child(4n+1) .col-1::after, .feature:nth-child(4n+2) .col-1::after, .feature:nth-child(4n+3) .col-1::after, .feature:nth-child(4n+4) .col-1::after, .image--bg::before, .team .holder::before, .careers::before, .careers::after, .careers .holder::after {
    height: 400px;
  }*/
}

/* line 186, ../sass/_base.scss */
.feature:nth-child(4n+1) .col-1::after, .feature:nth-child(4n+4) .col-1::after, .careers::after {
  background: #f58220;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f58220 0%, #f15a22 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f58220 0%, #f15a22 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f58220 0%, #f15a22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* line 193, ../sass/_base.scss */
.feature:nth-child(4n+2) .col-1::after, .careers .holder::after {
  background: #8d64aa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8d64aa 0%, #7f3f98 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8d64aa 0%, #7f3f98 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8d64aa 0%, #7f3f98 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* line 200, ../sass/_base.scss */
.feature:nth-child(4n+3) .col-1::after, .team .holder::before, .careers::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ac1ea+1,65a0d1+100 */
  background: #4ac1ea;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #4ac1ea 1%, #65a0d1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #4ac1ea 1%, #65a0d1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4ac1ea 1%, #65a0d1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* line 208, ../sass/_base.scss */
.icons_and_text > .holder > ul h2, .team-member__content h2, .team-member__content h3, .job h2, .news__item h2, .client-quotes a, .contact__col-2 h3, .footer-subscribe h4 {
  font-family: 'Nexa_Free_Bold', 'Open Sans', Arial, sans-serif;
}

/* line 216, ../sass/_base.scss */
.icons_and_text.active li, .active .news__header, section.news.active .news__item, .feature.active [class*="col-"] > *, .client-quotes.active, .client-logos.active, .careers.active, .text-block.active {
  animation-name: fadeInUp;
  animation-duration: .35s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

/* line 224, ../sass/_base.scss */
.text__image__text ul li, .features--alt li {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-image: url(../img/list-tick.png);
  background-size: 34px auto;
  margin-bottom: 15px;
  min-height: 38px;
  display: flex;
  align-items: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 224, ../sass/_base.scss */
  .text__image__text ul li, .features--alt li {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/list-tick@2x.png);
    background-size: 36px 36px;
  }
}

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

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

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

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

/* line 324, ../sass/_base.scss */
a:link {
  -webkit-tap-highlight-color: none;
}

/* Basics
---------------------------------- */
/* line 337, ../sass/_base.scss */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #424758;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 344, ../sass/_base.scss */
.wrapper {
  position: relative;
  overflow: hidden;
}

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

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

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

/* line 369, ../sass/_base.scss */
main {
  padding-bottom: 60px;
}
@media (min-width: 43.75em) {
  /* line 369, ../sass/_base.scss */
  main {
    padding-top: 140px;
  }
}
@media (min-width: 43.75em) {
  /* line 379, ../sass/_base.scss */
  .home main {
    padding-top: 104px;
  }
}

/* line 389, ../sass/_base.scss */
main a {
  text-decoration: underline;
  text-decoration-skip: ink;
}

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

/* line 398, ../sass/_base.scss */
main article li + li {
  margin-top: 10px;
}

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

/* line 406, ../sass/_base.scss */
.holder {
  /* 	padding-top: $space;
  padding-bottom: $space; */
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 37.5rem) {
  /* line 406, ../sass/_base.scss */
  .holder {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* line 423, ../sass/_base.scss */
section {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media (min-width: 43.75em) {
  /* line 423, ../sass/_base.scss */
  section {
    padding: 50px 0;
  }
}

/* Headers / Titles
================================= */
/* line 436, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
}

/* line 441, ../sass/_base.scss */
h1 {
  font-size: 34px;
  font-size: 3.6vw;
  font-weight: 300;
}
.icons_and_text > .holder > h2, .news__header > h2, .team > h2 {
  font-size: 34px;
  font-weight: 300;
}
@media (max-width: 944.44444px) {
  /* line 441, ../sass/_base.scss */
  h1, .icons_and_text > .holder > h2, .news__header > h2, .team > h2 {
    font-size: 34px;
  }
}
@media (min-width: 1333.33333px) {
  /* line 441, ../sass/_base.scss */
  h1, .icons_and_text > .holder > h2, .news__header > h2, .team > h2 {
    font-size: 48px;
  }
}

/* line 446, ../sass/_base.scss */
h2, h3, h4 {
  font-size: 26px;
  font-size: 2.8vw;
}
@media (max-width: 642.85714px) {
  /* line 446, ../sass/_base.scss */
  h2, h3, h4 {
    font-size: 18px;
  }
}
@media (min-width: 928.57143px) {
  /* line 446, ../sass/_base.scss */
  h2, h3, h4 {
    font-size: 26px;
  }
}

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

/* ---------- */
/* Links
================================= */
/* line 459, ../sass/_base.scss */
a {
  color: #F15A22;
}

/* line 464, ../sass/_base.scss */
a:hover {
  color: #f47b4e;
}

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

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* --------------------------------------------------- */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* --------------------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 42, ../sass/_animations.scss */
.fadeOut {
  animation-name: fadeOut;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

/* line 55, ../sass/_animations.scss */
.text__image .text__image__text > *,
.text__image .col-2 > * {
  opacity: 0;
}

/* line 66, ../sass/_animations.scss */
.text__image.active .text__image__text > * {
  animation-name: fadeInUp;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
/* line 74, ../sass/_animations.scss */
.text__image.active .text__image__text img {
  animation-delay: 0s;
}
/* line 78, ../sass/_animations.scss */
.text__image.active .text__image__text p {
  animation-delay: .7s;
}
/* line 82, ../sass/_animations.scss */
.text__image.active .text__image__text a {
  animation-delay: .9s;
}
/* line 88, ../sass/_animations.scss */
.text__image.active .col-2 > * {
  animation-name: fadeInUp;
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
@media (min-width: 43.75em) {
  /* line 96, ../sass/_animations.scss */
  .home .text__image.active .col-2 > * {
    animation-delay: 1.1s;
  }
}

/* --------------------------------------------------- */
/* line 111, ../sass/_animations.scss */
.icons_and_text ul li {
  opacity: 0;
}
/* line 118, ../sass/_animations.scss */
.icons_and_text.active li:nth-child(1) {
  animation-delay: 0.2s;
}
/* line 122, ../sass/_animations.scss */
.icons_and_text.active li:nth-child(2) {
  animation-delay: 0.4s;
}
/* line 126, ../sass/_animations.scss */
.icons_and_text.active li:nth-child(3) {
  animation-delay: 0.6s;
}
/* line 130, ../sass/_animations.scss */
.icons_and_text.active li:nth-child(4) {
  animation-delay: 0.8s;
}

/* line 146, ../sass/_animations.scss */
.large-image__text .col-1 > *,
.large-image__text .large-image__icon-list__content > * {
  opacity: 0;
}
/* line 157, ../sass/_animations.scss */
.large-image__text.active .col-1 .loz-wrapper {
  animation-name: fadeIn;
  animation-delay: 1s;
}
/* line 162, ../sass/_animations.scss */
.large-image__text.active .large-image__icon-list__content > * {
  animation-name: fadeInUp;
}
/* line 166, ../sass/_animations.scss */
.large-image__text.active .col-1 .loz-wrapper,
.large-image__text.active .large-image__icon-list__content > * {
  animation-duration: .5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

/* line 179, ../sass/_animations.scss */
.news__header {
  opacity: 0;
}

/* line 188, ../sass/_animations.scss */
section.news .news__item {
  opacity: 0;
}

/* line 204, ../sass/_animations.scss */
.feature [class*="col-"] > * {
  opacity: 0;
}

/* line 215, ../sass/_animations.scss */
.client-quotes, .client-logos, .careers, .text-block {
  opacity: 0;
}

/* Placeholders style */
/* line 4, ../sass/_forms.scss */
::-webkit-input-placeholder {
  color: #333;
}

/* line 8, ../sass/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

/* line 12, ../sass/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

/* line 16, ../sass/_forms.scss */
:-ms-input-placeholder {
  color: #333;
}

/* line 22, ../sass/_forms.scss */
.holder--contact-form {
  max-width: 1000px;
}

/* line 27, ../sass/_forms.scss */
.gform_fields {
  position: relative;
  overflow: hidden;
}

@media (min-width: 43.75em) {
  /* line 33, ../sass/_forms.scss */
  .gfield {
    width: 48%;
    min-height: 55px;
  }
}
/* line 41, ../sass/_forms.scss */
.gfield label {
  display: block;
  padding: 10px 20px;
}
/* line 46, ../sass/_forms.scss */
.gfield input,
.gfield textarea,
.gfield .select select {
  border: 0;
  color: #FFF;
  padding: 15px 20px;
  background-color: #3c414f;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
}
.footer-contact .gfield input::placeholder,
.footer-contact .gfield textarea::placeholder,
.footer-contact .gfield .select select::placeholder{
	color:#fff !important;
	opacity:0.7 !important;
}
.footer-contact .gfield .select select {
    color: #fff !important;
}
.footer-contact .gfield.email{
	    clear: both;
}
.footer-contact .gfield label {
    display: block;
    padding: 10px 10px !important;
}
.contact__col-2 a.scroll-btn,
.contact__col-2 a.scroll-btn:hover{
    text-decoration: none;
    color: #fff;
}
/* line 58, ../sass/_forms.scss */
.gfield .select select {
  color: #FFF;
}
/* line 62, ../sass/_forms.scss */
.gfield input {
  width: 100%;
  border-radius: 1000px;
}
/* line 67, ../sass/_forms.scss */
.gfield textarea {
  border-radius: 40px;
  width: 100%;
  padding-bottom: 23px;
  resize: none;
}

@media (min-width: 43.75em) {
  /* line 103, ../sass/_forms.scss */
  .phone, .message {
    position: absolute;
    right: 0;
  }

  /* line 108, ../sass/_forms.scss */
  .phone {
    top: 0;
  }

  /* line 113, ../sass/_forms.scss */
  .message {
    top: 95px;
  }
  /* line 115, ../sass/_forms.scss */
  .gform_validation_error .gfield_error + .message {
    top: 130px;
  }
}
/* line 125, ../sass/_forms.scss */
.gform_footer {
  clear: both;
  padding: 40px 0;
}
/* line 129, ../sass/_forms.scss */
.gform_footer input[type="submit"] {
  min-width: none;
  position: relative;
}
@media (min-width: 43.75em) {
  /* line 129, ../sass/_forms.scss */
  .gform_footer input[type="submit"] {
    left: 52%;
  }
}

/* line 143, ../sass/_forms.scss */
.select select {
  width: 100%;
  display: inline-block;
  line-height: 1.5;
  border: 0;
  border-radius: 1000px;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 165, ../sass/_forms.scss */
.select {
  position: relative;
}

/* line 169, ../sass/_forms.scss */
.select::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/small-arrow--down-16.svg);
  background-size: 16px 16px;
  position: absolute;
  right: 20px;
  top: 18px;
}

/* line 182, ../sass/_forms.scss */
.gform_validation_container {
  display: none;
}

/* line 187, ../sass/_forms.scss */
.validation_message {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  color: #F58220;
}

/* line 194, ../sass/_forms.scss */
.gform_confirmation_message {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1, ../sass/_header.scss */
[role="banner"] {
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_header.scss */
  [role="banner"] {
    border-bottom-color: #FFF;
  }
}
/* line 15, ../sass/_header.scss */
.header-scroll [role="banner"] {
  border-bottom-color: #CCC;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_header.scss */
  [role="banner"] {
    height: 104px;
  }
  /* line 20, ../sass/_header.scss */
  .desktop [role="banner"] {
    position: fixed;
  }
}

/* line 30, ../sass/_header.scss */
[role="banner"],
.logo,
.logo__z img {
  transition: all 0.6s ease;
  transition-delay: 0.6s;
}

/* line 37, ../sass/_header.scss */
.logo {
  overflow: hidden;
}

/* line 44, ../sass/_header.scss */
.logo__text {
  display: none;
  opacity: 1;
  transition: opacity .5s ease;
}
@media (min-width: 43.75em) {
  /* line 44, ../sass/_header.scss */
  .logo__text {
    display: block;
  }
}

@media (min-width: 43.75em) {
  /* line 53, ../sass/_header.scss */
  .logo {
    height: 85px;
  }
}

/* line 67, ../sass/_header.scss */
.logo__z img {
  width: 46px;
}

@media (min-width: 43.75em) {
  /* line 73, ../sass/_header.scss */
  .logo__z img {
    width: 60px;
  }

  /* line 79, ../sass/_header.scss */
  .header-scroll [role="banner"] {
    height: 66px;
  }
  /* line 83, ../sass/_header.scss */
  .header-scroll .logo {
    height: 43px;
  }
  /* line 89, ../sass/_header.scss */
  .header-scroll .logo__z img {
    width: 46px;
  }
  /* line 93, ../sass/_header.scss */
  .header-scroll .logo__text {
    opacity: 0;
  }
}
/* line 107, ../sass/_header.scss */
.logo {
  width: 60px;
  display: block;
}
@media (min-width: 43.75em) {
  /* line 107, ../sass/_header.scss */
  .logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 43.75em) {
  /* line 107, ../sass/_header.scss */
  .logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 43.75em) {
  /* line 126, ../sass/_header.scss */
  .main-nav {
    float: left;
    width: calc(100% - 80px);
  }
}

@supports (display: grid) {
  /* line 139, ../sass/_header.scss */
  [role="banner"] > .holder {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    grid-gap: 0 20px;
  }

  /* line 149, ../sass/_header.scss */
  .logo,
  .main-nav {
    padding-right: 0;
    float: none;
  }

  /* line 155, ../sass/_header.scss */
  .main-nav {
    width: auto;
  }

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

  /* line 167, ../sass/_header.scss */
  .main-nav {
    grid-column: 1 / -1;
  }
  @media (min-width: 43.75em) {
    /* line 167, ../sass/_header.scss */
    .main-nav {
      grid-column: 2 / 3;
    }
  }
}
/* line 178, ../sass/_header.scss */
.breadcrumb-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  top: 104px;
  z-index: 1;
  background-color: #e1e1e1;
  border-bottom: 1px #CCC solid;
  border-top: 1px #CCC solid;
  z-index: 2;
}
@media (min-width: 43.75em) {
  /* line 178, ../sass/_header.scss */
  .breadcrumb-wrapper {
    display: flex;
  }
}
/* line 194, ../sass/_header.scss */
.breadcrumb-wrapper .holder {
  width: 100%;
}

/* line 200, ../sass/_header.scss */
.breadcrumbs {
  width: 100%;
  height: 36px;
  display: flex;
  font-size: 12px;
  font-size: 1vw;
  align-items: center;
}
@media (max-width: 1200px) {
  /* line 200, ../sass/_header.scss */
  .breadcrumbs {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  /* line 200, ../sass/_header.scss */
  .breadcrumbs {
    font-size: 14px;
  }
}
/* line 210, ../sass/_header.scss */
.breadcrumbs a {
  text-decoration: none;
  color: #424758;
}
/* line 213, ../sass/_header.scss */
.breadcrumbs a:hover {
  color: #f47b4e;
}

/* ------- */
/* line 5, ../sass/_nav.scss */
.menu-button {
  display: block;
  position: relative;
  width: 20px;
  height: 25px;
}

/* line 12, ../sass/_nav.scss */
.menu-button i {
  position: absolute;
  display: block;
  height: 3px;
  background: #FFF;
  width: 20px;
  left: 0px;
  transition: all .3s;
}

/* line 22, ../sass/_nav.scss */
.menu-button i {
  background-repeat: no-repeat;
}

/* line 26, ../sass/_nav.scss */
.menu-button i:nth-child(1) {
  top: 0;
}

/* line 30, ../sass/_nav.scss */
.menu-button i:nth-child(2) {
  top: 7px;
  opacity: 1;
}

/* line 35, ../sass/_nav.scss */
.menu-button i:nth-child(3) {
  top: 14px;
}

/* line 39, ../sass/_nav.scss */
.nav-open i:nth-child(1) {
  top: 4px;
  transform: rotateZ(45deg);
}

/* line 44, ../sass/_nav.scss */
.nav-open i:nth-child(2) {
  opacity: 0;
}

/* line 49, ../sass/_nav.scss */
.nav-open i:nth-child(3) {
  top: 4px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/* Markup */
/*
<nav role="navigation" class="holder">

  <input type="checkbox" id="nav-trigger" class="nav-trigger" />
  <label for="nav-trigger"></label>

  <?php wp_nav_menu( array('menu' => 'Main menu', 'container' => '') ); ?>
</nav>

*/
/* Hide checkbox */
/* line 94, ../sass/_nav.scss */
nav[role='navigation'] {
  /* --------------------------------------------------- */
  /* Position side nav off canvas */
  /* When trigger is checked, move nav into place */
  /* menu icon */
  /* When checked/open - move menu icon */
  /* --------------------------------------------------- */
  /* Styles for the big nav */
  /* --------------------------------------------------- */
}
/* line 98, ../sass/_nav.scss */
nav[role='navigation'] .sub-menu {
  display: none;
  text-align: left;
  z-index: 3;
  position: absolute;
  top: 45px;
  background-color: #fff;
  left: -15px;
  border-radius: 8px;
  padding: 0 15px 15px;
  width: 265px;
}
/* line 114, ../sass/_nav.scss */
nav[role='navigation'] .sub-menu li {
  font-weight: 300;
}
/* line 121, ../sass/_nav.scss */
nav[role='navigation'] > ul {
  top: 0;
  height: 100%;
  width: 220px;
  z-index: 3;
}
/* line 132, ../sass/_nav.scss */
nav[role='navigation'] li {
  float: none;
  position: relative;
  font-weight: 700;
}
/* line 138, ../sass/_nav.scss */
nav[role='navigation'] .menu-item-has-children {
  margin-right: 8px;
}
/* line 140, ../sass/_nav.scss */
nav[role='navigation'] .menu-item-has-children::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/small-arrow--down-16.svg);
  background-size: 16px 16px;
  position: absolute;
  right: -4px;
  top: 15px;
}
/* line 153, ../sass/_nav.scss */
nav[role='navigation'] a {
  text-decoration: none;
  color: #424758;
}
/* line 158, ../sass/_nav.scss */
nav[role='navigation'] a:hover {
  color: #F58220;
}
/* line 163, ../sass/_nav.scss */
nav[role='navigation'] ul {
  right: -220px;
  /* match width of nav */
}
/* line 168, ../sass/_nav.scss */
nav[role='navigation'] .nav-trigger:checked ~ ul {
  right: 0;
}
/* line 172, ../sass/_nav.scss */
nav[role='navigation'] label, nav[role='navigation'] ul {
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
/* line 178, ../sass/_nav.scss */
nav[role='navigation'] label[for="nav-trigger"] {
  display: block;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FFF;
  z-index: 4;
  position: absolute;
  opacity: 0.9;
  top: 20px;
  right: 20px;
}
/* line 190, ../sass/_nav.scss */
nav[role='navigation'] label[for="nav-trigger"]:hover {
  opacity: 0.75;
}
/* line 193, ../sass/_nav.scss */
.nav-open nav[role='navigation'] label[for="nav-trigger"] {
  position: fixed;
}
/* line 204, ../sass/_nav.scss */
nav[role='navigation'] label[for="nav-trigger"] svg {
  margin-right: 6px;
  display: inline-block;
}
@media (min-width: 43.75em) {
  /* line 178, ../sass/_nav.scss */
  nav[role='navigation'] label[for="nav-trigger"] {
    display: none;
  }
}
@media (min-width: 43.75em) {
  /* line 94, ../sass/_nav.scss */
  nav[role='navigation'] {
    z-index: 1;
    width: 100%;
    display: flex;
    position: relative;
    /* --------------------------------------------------- */
  }
  /* line 235, ../sass/_nav.scss */
  nav[role='navigation'] > ul {
    position: relative;
    background: transparent;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: auto;
    padding-top: 0;
  }
  /* line 246, ../sass/_nav.scss */
  nav[role='navigation'] li {
    position: relative;
  }
  /* line 250, ../sass/_nav.scss */
  nav[role='navigation'] a {
    display: inline-block;
    padding: 10px;
    margin: 0 5px;
  }
}

/* Moving logo if side nav opens */
/*     header h1 {
  @include transition-property(all);
  @include transition-duration(.2s);
  @include transition-timing-function(ease);
  @include transition-delay(0);
}

// set width here to be the point at which nav clashes with logo
.nav-open header h1 {
  @include breakpoint(max-width $breakpoint--small-nav){
  opacity: 0.4;
  transform: translate(-190px,0);
    }
}
 */
/* $( '[for="nav-trigger"]' ).click(function() {
if($('body').hasClass('nav-open')){
  $('body').removeClass('nav-open');
} else {
  $('body').addClass('nav-open');
}

} ); */
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
/* line 6, ../sass/_slicknav.scss */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

/* line 15, ../sass/_slicknav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

/* line 18, ../sass/_slicknav.scss */
.slicknav_menu {
  *zoom: 1;
}

/* line 20, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

/* line 24, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

/* line 29, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

/* line 36, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_no-text {
  margin: 0;
}

/* line 38, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 46, ../sass/_slicknav.scss */
.slicknav_menu:before {
  content: " ";
  display: table;
}

/* line 49, ../sass/_slicknav.scss */
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 54, ../sass/_slicknav.scss */
.slicknav_nav {
  clear: both;
}

/* line 56, ../sass/_slicknav.scss */
.slicknav_nav ul {
  display: block;
}

/* line 58, ../sass/_slicknav.scss */
.slicknav_nav li {
  display: block;
}

/* line 60, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

/* line 63, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

/* line 65, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_item a {
  display: inline;
}

/* line 67, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_row {
  display: block;
}

/* line 69, ../sass/_slicknav.scss */
.slicknav_nav a {
  display: block;
}

/* line 71, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

/* line 74, ../sass/_slicknav.scss */
.slicknav_brand {
  float: left;
}

/* line 77, ../sass/_slicknav.scss */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #424758;
}

/* line 83, ../sass/_slicknav.scss */
.slicknav_menu * {
  box-sizing: border-box;
}

/* line 85, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
}

/* line 90, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #111;
}

/* line 95, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_icon-bar {
  background-color: #111;
}

/* line 99, ../sass/_slicknav.scss */
.slicknav_menu .slicknav_open .slicknav_icon-bar {
  background-color: #fff;
}

/* line 104, ../sass/_slicknav.scss */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 5;
}

/* line 113, ../sass/_slicknav.scss */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 50px 0 20px 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

/* line 121, ../sass/_slicknav.scss */
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}

/* line 126, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_row {
  padding: 8px 10px;
  margin: 2px 5px;
}

/* line 132, ../sass/_slicknav.scss */
.slicknav_nav a {
  padding: 8px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}

/* line 138, ../sass/_slicknav.scss */
.slicknav_nav a:hover {
  background: #3d424f;
  color: #fff;
}

/* line 142, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/* line 144, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

/* line 147, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

/* line 151, ../sass/_slicknav.scss */
.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

/* line 162, ../sass/_slicknav.scss */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 43.75em) {
  /* #menu is the original menu */
  /* line 168, ../sass/_slicknav.scss */
  #menu-main-menu {
    display: none;
  }

  /* line 172, ../sass/_slicknav.scss */
  .slicknav_menu {
    display: block;
  }
}
/* line 178, ../sass/_slicknav.scss */
.tablet #menu-main-menu, .mobile #menu-main-menu {
  display: none;
}
/* line 182, ../sass/_slicknav.scss */
.tablet .slicknav_menu, .mobile .slicknav_menu {
  display: block;
}

/* line 189, ../sass/_slicknav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
}

/* line 193, ../sass/_slicknav.scss */
.slicknav_nav > li {
  border-bottom: 1px #505463 solid;
}

/* line 197, ../sass/_slicknav.scss */
.slicknav_nav ul {
  margin: 0;
}
/* line 199, ../sass/_slicknav.scss */
.slicknav_nav ul li a {
  color: #aaabaf;
}

/* line 207, ../sass/_slicknav.scss */
.slicknav_icon {
  position: relative;
}

/* line 211, ../sass/_slicknav.scss */
.slicknav_icon > span {
  position: absolute;
  display: block;
  margin: 0;
  transition: all .3s;
}

/* line 220, ../sass/_slicknav.scss */
.slicknav_icon span:nth-child(1) {
  top: 0;
}

/* line 224, ../sass/_slicknav.scss */
.slicknav_icon span:nth-child(2) {
  top: 7px;
  opacity: 1;
}

/* line 229, ../sass/_slicknav.scss */
.slicknav_icon span:nth-child(3) {
  top: 14px;
}

/* line 233, ../sass/_slicknav.scss */
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin: 0;
}

/* line 237, ../sass/_slicknav.scss */
.slicknav_open .slicknav_icon span:nth-child(1) {
  top: 4px;
  transform: rotateZ(45deg);
}

/* line 242, ../sass/_slicknav.scss */
.slicknav_open .slicknav_icon span:nth-child(2) {
  opacity: 0;
}

/* line 247, ../sass/_slicknav.scss */
.slicknav_open .slicknav_icon span:nth-child(3) {
  top: 4px;
  transform: rotateZ(-45deg);
}

/* line 1, ../sass/_video-intro.scss */
.main-intro {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
}
/* line 9, ../sass/_video-intro.scss */
.main-intro video {
  width: 100%;
  height: auto;
}

/* line 3, ../sass/_layout--hero.scss */
.hero {
  color: #111;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 43.75em) {
  /* line 3, ../sass/_layout--hero.scss */
  .hero {
    padding: 80px 0;
  }
}
/* line 15, ../sass/_layout--hero.scss */
.hero h1 {
  margin: 0;
}
/* line 19, ../sass/_layout--hero.scss */
.hero h1 > * {
  margin-top: 30px;
}
/* line 24, ../sass/_layout--hero.scss */
.hero[style] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
  color: #FFF;
  padding: 80px 0 80px 0;
}
@media (min-width: 50em) {
  /* line 24, ../sass/_layout--hero.scss */
  .hero[style] {
    padding: 136px 0 170px 0;
  }
}
/* line 38, ../sass/_layout--hero.scss */
.hero[style] .hero__text {
  max-width: 630px;
}
/* line 47, ../sass/_layout--hero.scss */
.hero[style] {
  -webkit-mask-image: url(../img/circle.svg);
  mask-image: url(../img/circle.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 280%;
  mask-size: 280%;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
}
@media (min-width: 50em) {
  /* line 47, ../sass/_layout--hero.scss */
  .hero[style] {
    -webkit-mask-size: 150%;
    mask-size: 150%;
  }
}
@media (min-width: 50em) {
  /* line 70, ../sass/_layout--hero.scss */
  .hero--large[style] {
    -webkit-mask-size: 200% auto;
    mask-size: 200% auto;
    -webkit-mask-position: 40% bottom;
    mask-position: 40% bottom;
  }
}
/* line 80, ../sass/_layout--hero.scss */
.hero--large {
  padding: 100px 0 220px 0;
  text-align: left;
}
/* line 85, ../sass/_layout--hero.scss */
.hero__text {
  margin: 0 auto;
  max-width: 680px;
}
/* line 89, ../sass/_layout--hero.scss */
.hero__text p {
  font-size: 26px;
  font-size: 2.8vw;
  font-weight: 300;
}
@media (max-width: 642.85714px) {
  /* line 89, ../sass/_layout--hero.scss */
  .hero__text p {
    font-size: 18px;
  }
}
@media (min-width: 928.57143px) {
  /* line 89, ../sass/_layout--hero.scss */
  .hero__text p {
    font-size: 26px;
  }
}
@media (min-width: 50em) {
  /* line 98, ../sass/_layout--hero.scss */
  .hero--large .hero__text {
    position: relative;
    left: 90px;
    margin: 0;
    max-width: 560px;
  }
}
/* line 108, ../sass/_layout--hero.scss */
.hero--large .hero__text p {
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 108, ../sass/_layout--hero.scss */
  .hero--large .hero__text p {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 108, ../sass/_layout--hero.scss */
  .hero--large .hero__text p {
    font-size: 16px;
  }
}
/* line 121, ../sass/_layout--hero.scss */
.hero__video {
  margin-top: 40px;
}
/* line 125, ../sass/_layout--hero.scss */
.hero__video a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  color: #FFF;
}
/* line 132, ../sass/_layout--hero.scss */
.hero__video a:hover {
  color: #F58220;
}
/* line 134, ../sass/_layout--hero.scss */
.hero__video a:hover svg {
  fill: #F58220;
}
/* line 139, ../sass/_layout--hero.scss */
.hero__video a svg {
  fill: #FFF;
  display: inline-block;
  margin-right: 10px;
}

/* line 150, ../sass/_layout--hero.scss */
.go-down {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 158, ../sass/_layout--hero.scss */
.go-down svg * {
  fill: #FFF;
}

/* line 5, ../sass/_layout--text__image.scss */
.text__image__text img {
  display: block;
  margin-bottom: 40px;
}
/* line 19, ../sass/_layout--text__image.scss */
.text__image__text a {
  margin-top: 40px;
}
/* line 27, ../sass/_layout--text__image.scss */
.text__image .col-1 {
  margin-bottom: 40px;
  float: none;
  width: auto;
  display: flex;
  align-items: center;
}
@media (min-width: 43.75em) {
  /* line 27, ../sass/_layout--text__image.scss */
  .text__image .col-1 {
    float: left;
    width: 45%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
/* line 45, ../sass/_layout--text__image.scss */
.text__image .col-2 {
  float: none;
  width: auto;
}
@media (min-width: 43.75em) {
  /* line 45, ../sass/_layout--text__image.scss */
  .text__image .col-2 {
    float: right;
    width: 45%;
  }
}
/* line 55, ../sass/_layout--text__image.scss */
.text__image .col-2 img {
  width: auto;
  max-height: 375px;
}
@supports (display: flex) {
  /* line 65, ../sass/_layout--text__image.scss */
  .text__image .holder {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 43.75em) {
    /* line 65, ../sass/_layout--text__image.scss */
    .text__image .holder {
      flex-direction: row;
    }
  }
  /* line 73, ../sass/_layout--text__image.scss */
  .text__image .col-1,
  .text__image .col-2 {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  @media (min-width: 43.75em) {
    /* line 73, ../sass/_layout--text__image.scss */
    .text__image .col-1,
    .text__image .col-2 {
      width: calc(50% - 25px);
    }
  }
  /* line 86, ../sass/_layout--text__image.scss */
  .text__image .col-2 {
    display: flex;
    justify-content: center;
    order: -1;
    margin-bottom: 30px;
  }
  @media (min-width: 43.75em) {
    /* line 86, ../sass/_layout--text__image.scss */
    .text__image .col-2 {
      margin-bottom: 0;
      order: 0;
    }
  }
  /* line 96, ../sass/_layout--text__image.scss */
  .text__image .col-2 img {
    align-self: flex-start;
  }
}

/* line 148, ../sass/_layout--text__image.scss */
.introducing-zest h2 {
  font-size: 30px;
  font-size: 2.4vw;
  font-weight: 300;
}
@media (max-width: 833.33333px) {
  /* line 148, ../sass/_layout--text__image.scss */
  .introducing-zest h2 {
    font-size: 20px;
  }
}
@media (min-width: 1458.33333px) {
  /* line 148, ../sass/_layout--text__image.scss */
  .introducing-zest h2 {
    font-size: 35px;
  }
}
/* line 151, ../sass/_layout--text__image.scss */
.introducing-zest h2 span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  height: 67px;
  background-image: url(../img/logo__text.svg?x);
  background-size: 180px auto;
  background-repeat: no-repeat;
  margin-top: 5px;
}

@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--icons_and_text.scss */
  .icons_and_text {
    padding: 35px 0;
  }
}
/* line 8, ../sass/_layout--icons_and_text.scss */
.icons_and_text > .holder > h2 {
  text-align: center;
  font-weight: 300;
}
/* line 12, ../sass/_layout--icons_and_text.scss */
.icons_and_text > .holder > ul h2 {
  font-size: 20px;
  font-size: 2vw;
  font-weight: 700;
  color: #7F3F98;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
@media (max-width: 800px) {
  /* line 12, ../sass/_layout--icons_and_text.scss */
  .icons_and_text > .holder > ul h2 {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  /* line 12, ../sass/_layout--icons_and_text.scss */
  .icons_and_text > .holder > ul h2 {
    font-size: 20px;
  }
}
/* line 24, ../sass/_layout--icons_and_text.scss */
.icons_and_text ul li {
  text-align: center;
}
@media (min-width: 26.25em) {
  /* line 21, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .icons_and_text ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .icons_and_text ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .icons_and_text ul > li {
    width: 50%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .icons_and_text ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .icons_and_text ul > li:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 43.75em) {
  /* line 21, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .icons_and_text ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .icons_and_text ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .icons_and_text ul > li {
    width: 25%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .icons_and_text ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .icons_and_text ul > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (min-width: 26.25em) {
  /* line 42, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul.icon-list--x3 {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li {
    width: 100%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li:nth-of-type(1n+1) {
    clear: both;
  }
}
@media (min-width: 43.75em) {
  /* line 42, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul.icon-list--x3 {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li {
    width: 33.33333%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .icons_and_text ul.icon-list--x3 > li:nth-of-type(3n+1) {
    clear: both;
  }
}
/* line 52, ../sass/_layout--icons_and_text.scss */
.icons_and_text .icons_and_text__link {
  margin-top: 20px;
  text-align: center;
}
/* line 55, ../sass/_layout--icons_and_text.scss */
.icons_and_text .icons_and_text__link a {
  display: inline-block;
  margin: 0 auto;
}
@supports (display: flex) {
  /* line 63, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  /* line 70, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul::after {
    content: none;
  }
  /* line 74, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin: 0;
    float: none;
    width: 100%;
  }
  @media (min-width: 26.25em) {
    /* line 74, ../sass/_layout--icons_and_text.scss */
    .icons_and_text ul > li {
      width: 47%;
    }
  }
  @media (min-width: 43.75em) {
    /* line 74, ../sass/_layout--icons_and_text.scss */
    .icons_and_text ul > li {
      width: 24%;
    }
  }
  /* line 104, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul.icon-list--x3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  /* line 113, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul.icon-list--x3::after {
    content: none;
  }
  /* line 117, ../sass/_layout--icons_and_text.scss */
  .icons_and_text ul.icon-list--x3 li {
    width: 100%;
  }
  @media (min-width: 26.25em) {
    /* line 117, ../sass/_layout--icons_and_text.scss */
    .icons_and_text ul.icon-list--x3 li {
      width: 100%;
    }
  }
  @media (min-width: 46.25em) {
    /* line 117, ../sass/_layout--icons_and_text.scss */
    .icons_and_text ul.icon-list--x3 li {
      width: 48%;
    }
  }
  @media (min-width: 43.75em) {
    /* line 117, ../sass/_layout--icons_and_text.scss */
    .icons_and_text ul.icon-list--x3 li {
      width: 48%;
    }
  }
  /* line 141, ../sass/_layout--icons_and_text.scss */
  .icons_and_text .icons_and_text__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  /* line 148, ../sass/_layout--icons_and_text.scss */
  .icons_and_text .icons_and_text__link {
    text-align: left;
    display: flex;
    justify-content: center;
  }
}
/* line 163, ../sass/_layout--icons_and_text.scss */
.icons_and_text__image {
  height: 60px;
  margin-bottom: 30px;
}
@media (min-width: 33.125em) {
  /* line 163, ../sass/_layout--icons_and_text.scss */
  .icons_and_text__image {
    height: 90px;
  }
}
/* line 174, ../sass/_layout--icons_and_text.scss */
.icons_and_text__image img {
  max-height: 60px;
  width: auto;
}
@media (min-width: 33.125em) {
  /* line 174, ../sass/_layout--icons_and_text.scss */
  .icons_and_text__image img {
    max-height: 90px;
    max-width: 100%;
    width: auto;
  }
}

/* line 254, ../sass/_layout--icons_and_text.scss */
.icons_and_text li:nth-of-type(2) h2 {
  color: #f15a22;
}

/* line 258, ../sass/_layout--icons_and_text.scss */
.icons_and_text li:nth-of-type(3) h2 {
  color: #3d85c6;
}

/* line 262, ../sass/_layout--icons_and_text.scss */
.icons_and_text li:nth-of-type(4) h2 {
  color: #7f3f98;
}


/* line 206, ../sass/_layout--icons_and_text.scss */
.icons_and_text--x3 li {
  width: 100%;
}
@media (min-width: 43.75em) {
  /* line 206, ../sass/_layout--icons_and_text.scss */
  .icons_and_text--x3 li {
    width: 31%;
  }
}
/* line 215, ../sass/_layout--icons_and_text.scss */
.icons_and_text--x3 li:nth-child(1) h2 {
  color: #F15A22;
}
/* line 221, ../sass/_layout--icons_and_text.scss */
.icons_and_text--x3 li:nth-child(2) h2 {
  color: #4487c1;
}
/* line 227, ../sass/_layout--icons_and_text.scss */
.icons_and_text--x3 li:nth-child(3) h2 {
  color: #7F3F98;
}
/* line 240, ../sass/_layout--icons_and_text.scss */
.icons_and_text--img-medium .icons_and_text__image {
  height: 165px;
}
/* line 243, ../sass/_layout--icons_and_text.scss */
.icons_and_text--img-medium .icons_and_text__image img {
  max-height: 165px;
  width: auto;
}



/* line 266, ../sass/_layout--icons_and_text.scss */
.page-id-112 {
  position: relative;
}
/* line 270, ../sass/_layout--icons_and_text.scss */
.page-id-112 .icons_and_text:after {
  content: '';
  position: relative;
  background-image: url(../img/loz--right-purple-315.svg);
  background-position: 0% 99%;
  /* padding: 180px 0 50px 0; */
  background-size: 158%;
  display: inline-block;
  top: -198px;
  position: absolute;
  right: 0;
  width: 320px;
  height: 316px;
  background-repeat: no-repeat;
}

/* line 1, ../sass/_layout--large-image__icon-list.scss */
.large-image__text {
  position: relative;
  background-image: url(../img/loz--right--315.svg);
  background-repeat: no-repeat;
  background-position: calc(100% + 30px) 0px;
  padding: 100px 0 50px 0;
  background-size: 125px auto;
}
/* line 12, ../sass/_layout--large-image__icon-list.scss */
.large-image__text--right {
  background-image: url(../img/loz--left-blue-315.png);
  background-position: -317px -81px !important;
  padding: 173px 0 49px 0 !important;
  background-size: 700px auto !important;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text {
    background-position: calc(100% + 30px) top;
    padding: 180px 0 50px 0;
    background-size: 335px auto;
  }
}
/* line 27, ../sass/_layout--large-image__icon-list.scss */
.large-image__text h1 {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.8vw;
}
@media (max-width: 642.85714px) {
  /* line 27, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text h1 {
    font-size: 18px;
  }
}
@media (min-width: 928.57143px) {
  /* line 27, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text h1 {
    font-size: 26px;
  }
}
/* line 33, ../sass/_layout--large-image__icon-list.scss */
.large-image__text .holder {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 43.75em) {
  /* line 33, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text .holder {
    flex-direction: row;
  }
}
/* line 45, ../sass/_layout--large-image__icon-list.scss */
.large-image__text .holder .col-1 {
  width: 50%;
  position: relative;
  display: flex;
}
@media (min-width: 43.75em) {
  /* line 53, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text .holder .col-2 {
    width: 45%;
  }
}
/* line 60, ../sass/_layout--large-image__icon-list.scss */
.large-image__text .holder .loz-wrapper {
  display: none;
  position: absolute;
  bottom: 160px;
  right: 80px;
  width: 1000px;
  height: 430px;
  transform: rotate(25deg);
}
@media (min-width: 43.75em) {
  /* line 60, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text .holder .loz-wrapper {
    display: flex;
  }
}
/* line 78, ../sass/_layout--large-image__icon-list.scss */
.large-image__text .holder .loz {
  transform: rotate(-25deg);
  height: 160%;
  background-image: url(../img/test--large-image--1.jpg);
}
/* line 106, ../sass/_layout--large-image__icon-list.scss */
.large-image__text ul {
  margin-top: 20px;
  margin-bottom: 0px;
}
/* line 112, ../sass/_layout--large-image__icon-list.scss */
.large-image__text li {
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 50px;
}
/* line 119, ../sass/_layout--large-image__icon-list.scss */
.large-image__text li + li {
  margin-top: 20px;
}
/* line 123, ../sass/_layout--large-image__icon-list.scss */
.large-image__text li h2 {
  color: #7F3F98;
  font-size: 16px;
  font-size: 1.6vw;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 875px) {
  /* line 123, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text li h2 {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 123, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text li h2 {
    font-size: 16px;
  }
}
/* line 130, ../sass/_layout--large-image__icon-list.scss */
.large-image__text li:nth-child(2n) h2 {
  color: #4388c3;
}
/* line 134, ../sass/_layout--large-image__icon-list.scss */
.large-image__text li:nth-child(3n) h2 {
  color: #F15A22;
}

/* line 143, ../sass/_layout--large-image__icon-list.scss */
.large-image__text--regular {
  padding-bottom: 100px;
}

/* line 153, ../sass/_layout--large-image__icon-list.scss */
.large-image__text--alt {
  background-image: none;
  padding: 60px 0;
}
@media (min-width: 43.75em) {
  /* line 153, ../sass/_layout--large-image__icon-list.scss */
  .large-image__text--alt {
    padding: 100px 0;
  }
}

/* line 162, ../sass/_layout--large-image__icon-list.scss */
.large-image__text--alt .holder .loz-wrapper {
  bottom: 0px;
}
@media(max-width:1199px) {
.large-image__text--alt .holder .loz-wrapper {
  right: 0px;
}
}

/* line 167, ../sass/_layout--large-image__icon-list.scss */
.large-image__text--alt .loz {
  mask-image: url(../img/side-mask--x.svg?dugh);
  mask-repeat: no-repeat;
  mask-size: auto 100%;
  mask-position: right bottom;
  position: absolute;
  width: 130%;
  bottom: 0;
  right: 100px;
  display: flex;
  height: 140%;
  width: 200%;
}
.large-image__text--alt .loz {
  -webkit-mask-image: url(../img/side-mask--x.svg?dugh);
          mask-image: url(../img/side-mask--x.svg?dugh);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  -webkit-mask-position: right bottom;
          mask-position: right bottom;
  position: absolute;
  width: 130%;
  bottom: 0;
  right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140%;
  width: 200%;
}

/* line 187, ../sass/_layout--large-image__icon-list.scss */
.loz-wrapper.image-right {
  right: 0 !important;
  left: 80px;
  transform: rotate(-25deg) !important;
}
/* line 192, ../sass/_layout--large-image__icon-list.scss */
.loz-wrapper.image-right .loz {
  transform: rotate(25deg);
}

/* line 1, ../sass/_layout--features.scss */
.feature {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 43.75em) {
  /* line 1, ../sass/_layout--features.scss */
  .feature {
    padding: 80px 0;
  }
}
/* line 11, ../sass/_layout--features.scss */
.feature:first-child {
  padding: 30px 0 30px 0;
}
@media (min-width: 43.75em) {
  /* line 11, ../sass/_layout--features.scss */
  .feature:first-child {
    padding: 30px 0 80px 0;
  }
}
/* line 19, ../sass/_layout--features.scss */
.feature h2 {
  font-size: 40px;
  font-weight: 300;
}
/* line 25, ../sass/_layout--features.scss */
.feature .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
}
@media (min-width: 43.75em) {
  /* line 25, ../sass/_layout--features.scss */
  .feature .holder {
    flex-direction: row;
  }
}
/* line 40, ../sass/_layout--features.scss */
.feature .col-1 {
  position: relative;
  max-width: 320px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 47, ../sass/_layout--features.scss */
.feature .col-1 img {
  align-self: flex-start;
  flex-shrink: 0;
  width: auto;
  max-height: 375px;
}
@media (min-width: 43.75em) {
  /* line 40, ../sass/_layout--features.scss */
  .feature .col-1 {
    width: 45%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
/* line 64, ../sass/_layout--features.scss */
.feature .col-2 {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 43.75em) {
  /* line 64, ../sass/_layout--features.scss */
  .feature .col-2 {
    margin-bottom: 0;
    width: 45%;
    max-width: 560px;
  }
}
/* line 76, ../sass/_layout--features.scss */
.feature .col-2 a {
  align-self: flex-start;
  margin-top: 30px;
}

@media (min-width: 43.75em) {
  /* line 87, ../sass/_layout--features.scss */
  .feature:nth-child(even) .col-2 {
    order: -1;
  }
}

/* line 103, ../sass/_layout--features.scss */
.feature:nth-child(4n+1) .col-1::after {
  width: 700px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f58220+0,f15a22+100 */
  bottom: -70px;
  right: -20px;
  transform: rotate(-22deg);
  height: 210px;
}

/* line 122, ../sass/_layout--features.scss */
.feature:nth-child(4n+2) .col-1::after {
  width: 900px;
  bottom: 70px;
  left: -70px;
  transform: rotate(-25deg);
}

/* line 137, ../sass/_layout--features.scss */
.feature:nth-child(4n+3) .col-1::after {
  width: 900px;
  top: -100px;
  right: 10px;
  transform: rotate(15deg);
}

/* line 150, ../sass/_layout--features.scss */
.feature:nth-child(4n+4) .col-1::after {
  width: 900px;
  top: -150px;
  left: -40px;
  transform: rotate(-30deg);
}
.feature .col-2 h2 {
	margin-bottom: 0px;
}
.icons_and_text ul.icon-list--x3 p{
	text-align: left;
}
@media (max-width:1199px) {
	.menu-item.btn{
		border-bottom: none;
    }
	.menu-item.btn a{
    display: inline-block;
    float: none;
    margin-top: 15px;
    }
}
@media (max-width:700px) {
section.text-block{
	z-index: 2 !important;
}
.feature:nth-child(4n+1) .col-1::after, .feature:nth-child(4n+2) .col-1::after, .feature:nth-child(4n+3) .col-1::after, .feature:nth-child(4n+4) .col-1::after, .image--bg::before, .team .holder::before, .careers::before, .careers::after, .careers .holder::after {
    height: 100px;
    width: 400px;
}
.feature .col-2{
	margin-bottom: 0px;
}
.feature:nth-child(4n+1) .col-1::after {
    bottom: -70px;
    right: 150px;
}
.feature:nth-child(4n+2) .col-1::after {
    bottom: 80px;
    left: 150px;
}
.feature:nth-child(4n+3) .col-1::after {
    top: -100px;
    right: 150px;
}
.feature:nth-child(4n+4) .col-1::after {
    top: -80px;
    left: 150px;
}
}
@media (max-width:480px) {
.feature .col-2,
.feature .col-1{
	width:100%;
}
.feature .col-2 p br,
.text-block--centre .text-block__content br{
	display:none;
}
.feature:nth-child(4n+1) .col-1::after, .feature:nth-child(4n+2) .col-1::after, .feature:nth-child(4n+3) .col-1::after, .feature:nth-child(4n+4) .col-1::after, .image--bg::before, .team .holder::before, .careers::before, .careers::after, .careers .holder::after {
    height: 100px;
    width: 200px;
}
.feature:nth-child(4n+1) .col-1::after {
   	bottom: -30px;
    right: auto;
    left: -130px;
}
.feature:nth-child(4n+2) .col-1::after {
    bottom: 30px;
    left: auto;
    right: -130px;
}
.feature:nth-child(4n+3) .col-1::after {
    top: -80px;
    right: auto;
    left: -130px;
}
.feature:nth-child(4n+4) .col-1::after {
  	top: -80px;
    left: auto;
    right: -130px;
}
}

/* line 168, ../sass/_layout--features.scss */
.features--alt .feature {
  padding: 0;
}
/* line 172, ../sass/_layout--features.scss */
.features--alt img {
  max-height: 500px;
}
/* line 176, ../sass/_layout--features.scss */
.features--alt .col-1 {
  position: relative;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 43.75em) {
  /* line 176, ../sass/_layout--features.scss */
  .features--alt .col-1 {
    width: 42%;
    max-width: none;
  }
}
/* line 187, ../sass/_layout--features.scss */
.features--alt .col-1::after {
  content: none;
  display: none !important;
}
@media (min-width: 43.75em) {
  /* line 194, ../sass/_layout--features.scss */
  .features--alt .col-2 {
    width: 42%;
    max-width: none;
  }
}

/* line 1, ../sass/_layout--image.scss */
.image {
  padding: 10px 0;
  position: relative;
}
/* line 6, ../sass/_layout--image.scss */
.image .holder {
  text-align: center;
}
/* line 10, ../sass/_layout--image.scss */
.image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
}
/* line 16, ../sass/_layout--image.scss */
[class*="-packages"] .image img {
  max-width: 800px;
}

/* line 25, ../sass/_layout--image.scss */
.image--bg::before {
  width: 150%;
  height: 180px;
  margin-bottom: -90px;
  bottom: 50%;
  background-color: #F58220;
  left: -5%;
  transform: rotate(5deg);
}
@media (min-width: 35em) {
  /* line 25, ../sass/_layout--image.scss */
  .image--bg::before {
    width: 110%;
    height: 300px;
    margin-bottom: -150px;
  }
}

/* line 2, ../sass/_layout--text-block.scss */
.text-block {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 43.75em) {
  /* line 2, ../sass/_layout--text-block.scss */
  .text-block {
    padding: 60px 0;
  }
}
/* line 13, ../sass/_layout--text-block.scss */
.text-block__content {
  margin: 0 auto;
  max-width: 660px;
  text-align: left;
}
/* line 17, ../sass/_layout--text-block.scss */
.text-block__content p {
  font-size: 26px;
  font-size: 2.8vw;
}
@media (max-width: 642.85714px) {
  /* line 17, ../sass/_layout--text-block.scss */
  .text-block__content p {
    font-size: 18px;
  }
}
@media (min-width: 928.57143px) {
  /* line 17, ../sass/_layout--text-block.scss */
  .text-block__content p {
    font-size: 26px;
  }
}

/* line 28, ../sass/_layout--text-block.scss */
.text-block--centre .text-block__content {
  text-align: center;
}

/* line 34, ../sass/_layout--text-block.scss */
.text-block--regular .text-block__content p {
  font-size: 16px;
  font-size: 1.6vw;
}
@media (max-width: 875px) {
  /* line 34, ../sass/_layout--text-block.scss */
  .text-block--regular .text-block__content p {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 34, ../sass/_layout--text-block.scss */
  .text-block--regular .text-block__content p {
    font-size: 16px;
  }
}

/* line 40, ../sass/_layout--text-block.scss */
.image + .text-block {
  padding: 20px 0 80px 0;
}

/* line 5, ../sass/_layout--team.scss */
.team .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 72.1875em) {
  /* line 11, ../sass/_layout--team.scss */
  .team .holder::after {
    content: "";
    flex: auto;
  }
}
/* line 18, ../sass/_layout--team.scss */
.team .holder::before {
  width: 400px;
  top: -60px;
  left: -90px;
  height: 100px;
  transform: rotate(20deg);
}
.page-about-us .team .holder::before {
	content: "";
	display:none;
}
/* line 30, ../sass/_layout--team.scss */
.team > h2 {
  padding: 20px;
  text-align: center;
}

/* line 41, ../sass/_layout--team.scss */
.team-member {
  display: block;
  position: relative;
  width: 260px;
  height: 260px;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 101% auto;
  transition: all 0.25s ease;
}
/* line 60, ../sass/_layout--team.scss */
.desktop .team-member:hover .team-member__content {
  opacity: 1;
}
/* line 66, ../sass/_layout--team.scss */
.mobile .team-member.active .team-member__content {
  opacity: 1;
}
/* line 72, ../sass/_layout--team.scss */
.team-member__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 0, 0, 0.5);
  padding: 20px;
  color: #FFF;
  text-overflow: ellipsis;
  transition: opacity .5s ease;
  opacity: 0;
}
/* line 98, ../sass/_layout--team.scss */
.team-member__content h2 {
  margin-bottom: 0;
  font-size: 20px;
}
/* line 103, ../sass/_layout--team.scss */
.team-member__content h3 {
  font-size: 18px;
}
/* line 107, ../sass/_layout--team.scss */
.team-member__content p {
  font-size: 12px;
  font-size: 1vw;
}
@media (max-width: 1200px) {
  /* line 107, ../sass/_layout--team.scss */
  .team-member__content p {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  /* line 107, ../sass/_layout--team.scss */
  .team-member__content p {
    font-size: 14px;
  }
}

/* line 148, ../sass/_layout--team.scss */
.team-member:nth-of-type(1n+1) .team-member__content {
  background-color: rgba(141, 100, 170, 0.8);
}

/* line 154, ../sass/_layout--team.scss */
.team-member:nth-of-type(2n+2) .team-member__content {
  background-color: rgba(245, 130, 32, 0.8);
}

/* line 160, ../sass/_layout--team.scss */
.team-member:nth-of-type(3n+3) .team-member__content {
  background-color: rgba(0, 189, 242, 0.8);
}

/* line 1, ../sass/_layout--careers.scss */
.careers {
  position: relative;
  z-index: 0;
}
/* line 7, ../sass/_layout--careers.scss */
.careers::before {
  width: 900px;
  top: 200px;
  left: -120px;
  transform: rotate(25deg);
  height: 200px;
}
/* line 21, ../sass/_layout--careers.scss */
.careers::after {
  width: 900px;
  bottom: 200px;
  left: -120px;
  transform: rotate(-25deg);
  height: 200px;
}
/* line 35, ../sass/_layout--careers.scss */
.careers .holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 41, ../sass/_layout--careers.scss */
.careers .holder::after {
  width: 900px;
  top: 400px;
  right: -580px;
  transform: rotate(-25deg);
  height: 200px;
}
/* line 56, ../sass/_layout--careers.scss */
.careers .job-listings {
  max-width: 760px;
  width: 100%;
}

/* line 64, ../sass/_layout--careers.scss */
.job {
  text-align: center;
  padding: 50px;
  border-radius: 10px;
  border: 1px #CCC solid;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 77, ../sass/_layout--careers.scss */
.job > * {
  max-width: 470px;
}
/* line 86, ../sass/_layout--careers.scss */
.job__summary {
  margin-bottom: 10px;
}
/* line 88, ../sass/_layout--careers.scss */
.job__summary p {
  font-size: 20px;
  font-size: 2vw;
  font-weight: 300;
}
@media (max-width: 800px) {
  /* line 88, ../sass/_layout--careers.scss */
  .job__summary p {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  /* line 88, ../sass/_layout--careers.scss */
  .job__summary p {
    font-size: 20px;
  }
}
/* line 94, ../sass/_layout--careers.scss */
.job__closing {
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 100, ../sass/_layout--careers.scss */
.job__download a {
  text-decoration: none;
  font-weight: 700;
}

/* line 108, ../sass/_layout--careers.scss */
.no-jobs-notice p {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.8vw;
}
@media (max-width: 642.85714px) {
  /* line 108, ../sass/_layout--careers.scss */
  .no-jobs-notice p {
    font-size: 18px;
  }
}
@media (min-width: 928.57143px) {
  /* line 108, ../sass/_layout--careers.scss */
  .no-jobs-notice p {
    font-size: 26px;
  }
}

/* line 114, ../sass/_layout--careers.scss */
.careers--none::after {
  left: -520px;
}

/* line 3, ../sass/_layout--latest-news.scss */
.news-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 60.375em) {
  /* line 3, ../sass/_layout--latest-news.scss */
  .news-items {
    flex-direction: row;
  }
}

/* line 15, ../sass/_layout--latest-news.scss */
.news {
  padding-top: 36px;
}
@media (min-width: 43.75em) {
  /* line 15, ../sass/_layout--latest-news.scss */
  .news {
    padding-top: 76px;
  }
}
/* line 23, ../sass/_layout--latest-news.scss */
.news > h1 {
  text-align: center;
  padding: 0 20px;
  margin: 0 0 50px 0;
}
/* line 54, ../sass/_layout--latest-news.scss */
.news__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
/* line 61, ../sass/_layout--latest-news.scss */
.news__header h2 {
  margin: 0 auto 0 0;
  padding-right: 15px;
  font-weight: 300;
}
/* line 72, ../sass/_layout--latest-news.scss */
.news__item {
  margin-bottom: 40px;
  position: relative;
  color: #FFF;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 76, ../sass/_layout--latest-news.scss */
.news__item__posted,
.news__item h2 {
  text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.5);
}
/* line 81, ../sass/_layout--latest-news.scss */
.news__item__posted {
  margin-bottom: 20px;
}
@media (min-width: 60.375em) {
  /* line 87, ../sass/_layout--latest-news.scss */
  .news__item::before {
    padding-top: 70%;
    content: "";
    display: block;
  }
}
/* line 97, ../sass/_layout--latest-news.scss */
.news__item .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 320px;
  padding: 40px 20px;
}
@media (min-width: 60.375em) {
  /* line 97, ../sass/_layout--latest-news.scss */
  .news__item .content {
    min-height: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 60.375em) {
  /* line 72, ../sass/_layout--latest-news.scss */
  .news__item {
    width: 48%;
    max-width: 48%;
  }
}
/* line 135, ../sass/_layout--latest-news.scss */
.news__item h2 {
  margin-bottom: 5px;
}
/* line 140, ../sass/_layout--latest-news.scss */
.news__item a {
  margin-top: auto;
  align-self: flex-start;
}

/* line 150, ../sass/_layout--latest-news.scss */
.loadmore {
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}

/* line 160, ../sass/_layout--latest-news.scss */
.posted-on {
  display: flex;
  align-items: center;
}
/* line 165, ../sass/_layout--latest-news.scss */
.posted-on img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: auto;
}

/* line 175, ../sass/_layout--latest-news.scss */
.wp-caption {
  width: auto !important;
}

/* line 179, ../sass/_layout--latest-news.scss */
.wp-caption-text {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 185, ../sass/_layout--latest-news.scss */
.alignright {
  display: block;
  margin: 20px 0;
}
@media (min-width: 41.25em) {
  /* line 185, ../sass/_layout--latest-news.scss */
  .alignright {
    display: inline;
    float: right;
    margin: 20px 0 20px 20px;
  }
}

/* line 198, ../sass/_layout--latest-news.scss */
.alignleft {
  display: block;
  margin: 20px 0;
}
@media (min-width: 41.25em) {
  /* line 198, ../sass/_layout--latest-news.scss */
  .alignleft {
    display: inline;
    float: left;
    margin: 20px 20px 20px 0;
  }
}

/* line 218, ../sass/_layout--latest-news.scss */
.holder--article {
  max-width: 730px;
}

/* line 224, ../sass/_layout--latest-news.scss */
.single .posted-on {
  margin: 40px 0;
  position: relative;
}
/* line 229, ../sass/_layout--latest-news.scss */
.single .posted-on::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #8c8c8c;
  width: calc(100% - 90px);
  left: 80px;
}
/* line 240, ../sass/_layout--latest-news.scss */
.single .posted-on img {
  width: 75px;
}
/* line 246, ../sass/_layout--latest-news.scss */
.single .posted-on + p {
  font-size: 26px;
}

/* line 1, ../sass/_layout--client-logos.scss */
.client-logos {
  text-align: center;
}
/* line 6, ../sass/_layout--client-logos.scss */
.client-logos h2 {
  font-size: 30px;
  font-size: 3.4vw;
  font-weight: 300;
}
@media (max-width: 882.35294px) {
  /* line 6, ../sass/_layout--client-logos.scss */
  .client-logos h2 {
    font-size: 30px;
  }
}
@media (min-width: 1176.47059px) {
  /* line 6, ../sass/_layout--client-logos.scss */
  .client-logos h2 {
    font-size: 40px;
  }
}
/* line 10, ../sass/_layout--client-logos.scss */
.client-logos__intro {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
/* line 16, ../sass/_layout--client-logos.scss */
.client-logos ul {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1.25em;
  margin-left: -1.25em;
}
/* line 26, ../sass/_block-grid.scss */
.client-logos ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 33, ../sass/_block-grid.scss */
.client-logos ul > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 1.25em 2.5em;
}
/* line 42, ../sass/_block-grid.scss */
.client-logos ul > li {
  width: 50%;
  padding: 0 1.25em 2.5em;
}
/* line 46, ../sass/_block-grid.scss */
.client-logos ul > li:nth-of-type(n) {
  clear: none;
}
/* line 47, ../sass/_block-grid.scss */
.client-logos ul > li:nth-of-type(2n+1) {
  clear: both;
}
@media (min-width: 43.75em) {
  /* line 16, ../sass/_layout--client-logos.scss */
  .client-logos ul {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
  /* line 26, ../sass/_block-grid.scss */
  .client-logos ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../sass/_block-grid.scss */
  .client-logos ul > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.25em 2.5em;
  }
  /* line 42, ../sass/_block-grid.scss */
  .client-logos ul > li {
    width: 25%;
    padding: 0 1.25em 2.5em;
  }
  /* line 46, ../sass/_block-grid.scss */
  .client-logos ul > li:nth-of-type(n) {
    clear: none;
  }
  /* line 47, ../sass/_block-grid.scss */
  .client-logos ul > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@supports (display: flex) {
  /* line 16, ../sass/_layout--client-logos.scss */
  .client-logos ul {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 28, ../sass/_layout--client-logos.scss */
  .client-logos ul::after {
    content: "";
    flex: auto;
  }
  /* line 36, ../sass/_layout--client-logos.scss */
  .client-logos ul li {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 50%;
  }
  @media (min-width: 50em) {
    /* line 36, ../sass/_layout--client-logos.scss */
    .client-logos ul li {
      width: 25%;
    }
  }
}
/* line 54, ../sass/_layout--client-logos.scss */
.client-logos ul img {
  max-height: 120px;
}

/* line 3, ../sass/_layout--client-quotes.scss */
.client-quotes {
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
}
/* line 6, ../sass/_layout--client-quotes.scss */
.client-quotes h2 {
  text-align: center;
  font-size: 30px;
  font-size: 3.4vw;
  font-weight: 300;
}
@media (max-width: 882.35294px) {
  /* line 6, ../sass/_layout--client-quotes.scss */
  .client-quotes h2 {
    font-size: 30px;
  }
}
@media (min-width: 1176.47059px) {
  /* line 6, ../sass/_layout--client-quotes.scss */
  .client-quotes h2 {
    font-size: 40px;
  }
}
/* line 11, ../sass/_layout--client-quotes.scss */
.client-quotes ul {
  text-align: center;
}
/* line 16, ../sass/_layout--client-quotes.scss */
.client-quotes li {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 56.25em) {
  /* line 16, ../sass/_layout--client-quotes.scss */
  .client-quotes li {
    margin-bottom: 0;
    width: 30%;
    max-width: 315px;
    margin-right: 2%;
  }
  /* line 36, ../sass/_layout--client-quotes.scss */
  .client-quotes li:last-child {
    margin-right: 0;
  }
}
/* line 83, ../sass/_layout--client-quotes.scss */
.client-quotes a {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
  z-index: 20;
  color: #424758;
}
/* line 94, ../sass/_layout--client-quotes.scss */
.client-quotes a:hover {
  color: #F58220;
}

/* entire container, keeps perspective */
/* line 106, ../sass/_layout--client-quotes.scss */
.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */
/* line 110, ../sass/_layout--client-quotes.scss */
.flip-container.active .flipper, .flip-container.active .flipper {
  transform: rotateY(180deg);
}

/* line 114, ../sass/_layout--client-quotes.scss */
.flip-container, .front, .back {
  width: 320px;
}

/* flip speed goes here */
/* line 120, ../sass/_layout--client-quotes.scss */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  height: 250px;
}
@media (min-width: 56.25em) {
  /* line 120, ../sass/_layout--client-quotes.scss */
  .flipper {
    height: auto;
  }
  /* line 130, ../sass/_layout--client-quotes.scss */
  .flipper::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
  }
}

/* hide back of pane during swap */
/* line 145, ../sass/_layout--client-quotes.scss */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 280px auto;
  border-radius: 10px;
  border: 1px #CCC solid;
}
@media (min-width: 56.25em) {
  /* line 145, ../sass/_layout--client-quotes.scss */
  .front, .back {
    background-size: 90% auto;
  }
}

/* front pane, placed above back */
/* line 169, ../sass/_layout--client-quotes.scss */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
/* line 176, ../sass/_layout--client-quotes.scss */
.back {
  transform: rotateY(180deg);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1, ../sass/_layout--contact.scss */
.contact {
  /* --------------------------------------------------- */
  z-index: 2;
  /* --------------------------------------------------- */
}
/* line 10, ../sass/_layout--contact.scss */
.contact__col-1 {
  margin-bottom: 40px;
}
@media (min-width: 43.75em) {
  /* line 10, ../sass/_layout--contact.scss */
  .contact__col-1 {
    margin-bottom: 0;
    width: 45%;
    float: left;
  }
}
/* line 19, ../sass/_layout--contact.scss */
.contact__col-1 img {
  position: relative;
  bottom: 50px;
}
@media (min-width: 50em) {
  /* line 19, ../sass/_layout--contact.scss */
  .contact__col-1 img {
    bottom: 140px;
  }
}
/* line 30, ../sass/_layout--contact.scss */
.contact__col-2 {
  text-align: center;
}
@media (min-width: 43.75em) {
  /* line 30, ../sass/_layout--contact.scss */
  .contact__col-2 {
    text-align: left;
    width: 45%;
    float: right;
  }
}
/* line 38, ../sass/_layout--contact.scss */
.contact__col-2 * + h3 {
  margin-top: 30px;
}
/* line 42, ../sass/_layout--contact.scss */
.contact__col-2 .social {
  justify-content: center;
}
@media (min-width: 43.75em) {
  /* line 42, ../sass/_layout--contact.scss */
  .contact__col-2 .social {
    justify-content: flex-start;
  }
}
/* line 49, ../sass/_layout--contact.scss */
.contact__col-2 h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 49, ../sass/_layout--contact.scss */
  .contact__col-2 h3 {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  /* line 49, ../sass/_layout--contact.scss */
  .contact__col-2 h3 {
    font-size: 20px;
  }
}
/* line 56, ../sass/_layout--contact.scss */
.contact__col-2 a {
  text-decoration: none;
  color: #424758;
}
/* line 59, ../sass/_layout--contact.scss */
.contact__col-2 a:hover {
  color: #f47b4e;
}
/* line 64, ../sass/_layout--contact.scss */
.contact__col-2 .social {
  margin-top: 30px;
}
/* line 67, ../sass/_layout--contact.scss */
.contact__col-2 .social svg {
  width: 36px;
  height: 36px;
}
/* line 72, ../sass/_layout--contact.scss */
.contact__col-2 .social svg rect {
  fill: #424758;
}
/* line 76, ../sass/_layout--contact.scss */
.contact__col-2 .social svg g path {
  fill: #FFF;
}
/* line 80, ../sass/_layout--contact.scss */
.contact__col-2 .social a:hover svg {
  opacity: 1;
}
/* line 84, ../sass/_layout--contact.scss */
.contact__col-2 .social a:hover svg rect {
  fill: #f47b4e;
}

/* line 1, ../sass/_layout--carousel.scss */
.carousel {
  padding-bottom: 0;
}
/* line 3, ../sass/_layout--carousel.scss */
.carousel-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
/* line 10, ../sass/_layout--carousel.scss */
.carousel-description {
  width: 100%;
  max-width: 680px;
}
/* line 15, ../sass/_layout--carousel.scss */
.carousel-item {
  text-align: center;
}
/* line 18, ../sass/_layout--carousel.scss */
.carousel-item-img {
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
/* line 29, ../sass/_layout--carousel.scss */
.carousel-item-ttl {
  font-weight: 700;
  color: #424758;
  font-size: 15px;
  margin-top: 35px;
  line-height: 1.5;
}
/* line 38, ../sass/_layout--carousel.scss */
.carousel .slick-arrow {
  position: absolute;
  width: 25px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  border: none;
  color: transparent;
  top: 70px;
}
/* line 48, ../sass/_layout--carousel.scss */
.carousel .slick-arrow:focus, .carousel .slick-arrow:active {
  border: none;
  outline: none;
}
/* line 53, ../sass/_layout--carousel.scss */
.carousel .slick-arrow.slick-prev {
  background-image: url("../img/arrow-left.svg");
  left: -50px;
}
.white-arrow .carousel .slick-arrow.slick-prev {
  background-image: url("../img/arrow-left-white.svg");
  left: -50px;
}
/* line 58, ../sass/_layout--carousel.scss */
.carousel .slick-arrow.slick-next {
  background-image: url("../img/arrow-right.svg");
  right: -50px;
}
.white-arrow .carousel .slick-arrow.slick-next {
  background-image: url("../img/arrow-right-white.svg");
  right: -50px;
}

/* line 1, ../sass/_layout--blog-post.scss */
.blog-post {
  padding: 150px 0 50px;
  z-index: 1;
  position: relative;
  background-image: url(../img/loz--right--315.svg);
  background-repeat: no-repeat;
  background-position: calc(100% + 100px) 0px;
  background-size: 513px auto;
}
/* line 11, ../sass/_layout--blog-post.scss */
.blog-post-blocks {
  overflow: hidden;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  /* line 11, ../sass/_layout--blog-post.scss */
  .blog-post-blocks {
    flex-direction: column;
  }
}
/* line 23, ../sass/_layout--blog-post.scss */
.blog-post-block .news__item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

/* line 1, ../sass/_social.scss */
.social {
  display: flex;
}
/* line 6, ../sass/_social.scss */
.social li:not(:last-child) {
  margin-right: 10px;
}
/* line 10, ../sass/_social.scss */
.social svg {
  width: 28px;
  height: 28px;
}
/* line 17, ../sass/_social.scss */
.social a:hover svg {
  opacity: 0.5;
}

/* line 1, ../sass/_share.scss */
.share {
  /* --------------------------------------------------- */
  margin: 60px 0;
  display: flex;
  align-items: center;
  /* --------------------------------------------------- */
}
/* line 7, ../sass/_share.scss */
.share ul {
  margin-left: 20px;
  display: flex;
}
/* line 13, ../sass/_share.scss */
.share li:not(:last-child) {
  margin-right: 12px;
}
/* line 21, ../sass/_share.scss */
.share svg {
  display: block;
}
/* line 25, ../sass/_share.scss */
.share a svg path {
  fill: #FFF;
}
/* line 29, ../sass/_share.scss */
.share a:hover svg {
  opacity: 0.7;
}
/* line 35, ../sass/_share.scss */
.share a[href*="twitter.com"] svg rect {
  fill: #5aadeb;
}
/* line 41, ../sass/_share.scss */
.share a[href*="facebook.com"] svg rect {
  fill: #3d5b96;
}
/* line 47, ../sass/_share.scss */
.share a[href*="linkedin.com"] svg rect {
  fill: #117bb6;
}

/* line 3, ../sass/_404.scss */
.error404 main {
  text-align: center;
  padding: 100px 0;
}
@media (min-width: 43.75em) {
  /* line 3, ../sass/_404.scss */
  .error404 main {
    padding: 200px 0;
  }
}

/* line 6, ../sass/_page.scss */
.page-template-default main > .holder {
  max-width: 940px;
}
/* line 9, ../sass/_page.scss */
.page-template-default main > .holder > article {
  padding-top: 20px;
}
@media (min-width: 43.75em) {
  /* line 9, ../sass/_page.scss */
  .page-template-default main > .holder > article {
    padding-top: 40px;
  }
}
/* line 23, ../sass/_page.scss */
.page-template-default article h3, .page-template-default article h4, .page-template-default article h5, .page-template-default article h6 {
  margin-top: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6vw;
}
@media (min-width: 43.75em) {
  /* line 23, ../sass/_page.scss */
  .page-template-default article h3, .page-template-default article h4, .page-template-default article h5, .page-template-default article h6 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media (max-width: 875px) {
  /* line 23, ../sass/_page.scss */
  .page-template-default article h3, .page-template-default article h4, .page-template-default article h5, .page-template-default article h6 {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  /* line 23, ../sass/_page.scss */
  .page-template-default article h3, .page-template-default article h4, .page-template-default article h5, .page-template-default article h6 {
    font-size: 16px;
  }
}

/* line 1, ../sass/_footer-contact.scss */
.footer-contact {
  position: relative;
  z-index: 1;
  color: #FFF;
  padding: 40px 0;
  background-color: #424758;
  border-bottom: 1px #FFF solid;
}
/* line 10, ../sass/_footer-contact.scss */
.footer-contact h5 {
  text-align: center;
  padding: 0 20px;
  font-size: 34px;
  font-size: 3.6vw;
  font-weight: 300;
}
@media (max-width: 944.44444px) {
  /* line 10, ../sass/_footer-contact.scss */
  .footer-contact h5 {
    font-size: 34px;
  }
}
@media (min-width: 1333.33333px) {
  /* line 10, ../sass/_footer-contact.scss */
  .footer-contact h5 {
    font-size: 48px;
  }
}

/* line 44, ../sass/_footer-contact.scss */
.footer-subscribe {
  border-top: 1px #CCC solid;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (min-width: 53.75em) {
  /* line 44, ../sass/_footer-contact.scss */
  .footer-subscribe {
    padding: 50px 0;
  }
}
/* line 55, ../sass/_footer-contact.scss */
.footer-subscribe #mc_embed_signup > form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 53.75em) {
  /* line 55, ../sass/_footer-contact.scss */
  .footer-subscribe #mc_embed_signup > form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
/* line 68, ../sass/_footer-contact.scss */
.footer-subscribe h4 {
  margin: 0;
  font-size: 20px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  /* line 68, ../sass/_footer-contact.scss */
  .footer-subscribe h4 {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  /* line 68, ../sass/_footer-contact.scss */
  .footer-subscribe h4 {
    font-size: 20px;
  }
}
/* line 76, ../sass/_footer-contact.scss */
.footer-subscribe input:not([type="submit"]) {
  padding: 15px 20px;
  border-radius: 1000px;
  border: 1px #999 solid;
  font-size: 14px;
  margin: 20px auto;
  outline: 0;
  width: 100%;
}
@media (min-width: 53.75em) {
  /* line 76, ../sass/_footer-contact.scss */
  .footer-subscribe input:not([type="submit"]) {
    margin: 0 auto;
    width: 40%;
  }
}
/* line 91, ../sass/_footer-contact.scss */
.footer-subscribe input[type="submit"] {
  width: auto;
  align-self: flex-start;
}

/* line 1, ../sass/_footer.scss */
[role="contentinfo"] {
  background-color: #424758;
  color: #FFF;
  padding: 30px 0;
}
/* line 3, ../sass/_footer.scss */
[role="contentinfo"] p, [role="contentinfo"] li {
  font-size: 12px;
  font-size: 1vw;
}
@media (max-width: 1200px) {
  /* line 3, ../sass/_footer.scss */
  [role="contentinfo"] p, [role="contentinfo"] li {
    font-size: 12px;
  }
}
@media (min-width: 1400px) {
  /* line 3, ../sass/_footer.scss */
  [role="contentinfo"] p, [role="contentinfo"] li {
    font-size: 14px;
  }
}
/* line 11, ../sass/_footer.scss */
[role="contentinfo"] a {
  color: #FFF;
  text-decoration: none;
}
/* line 14, ../sass/_footer.scss */
[role="contentinfo"] a:hover {
  color: #F58220;
}

/* line 24, ../sass/_footer.scss */
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px #888b93 solid;
}
@media (min-width: 56.25em) {
  /* line 24, ../sass/_footer.scss */
  .footer__nav {
    flex-direction: row;
  }
}
/* line 37, ../sass/_footer.scss */
.footer__nav svg {
  display: block;
  margin-right: auto;
  align-self: flex-start;
  margin-bottom: 20px;
}
/* line 43, ../sass/_footer.scss */
.footer__nav svg > * {
  fill: #FFF;
}
@media (min-width: 56.25em) {
  /* line 37, ../sass/_footer.scss */
  .footer__nav svg {
    margin-bottom: 0;
  }
}
/* line 52, ../sass/_footer.scss */
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  /* line 52, ../sass/_footer.scss */
  .footer__nav ul {
    flex-direction: row;
  }
}
/* line 61, ../sass/_footer.scss */
.footer__nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 56.25em) {
  /* line 61, ../sass/_footer.scss */
  .footer__nav ul li:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
/* line 71, ../sass/_footer.scss */
.footer__nav .sub-menu {
  display: none;
}

/* line 78, ../sass/_footer.scss */
.footer__notes {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 56.25em) {
  /* line 78, ../sass/_footer.scss */
  .footer__notes {
    flex-direction: row;
  }
}
/* line 88, ../sass/_footer.scss */
.footer__notes .social {
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 56.25em) {
  /* line 88, ../sass/_footer.scss */
  .footer__notes .social {
    margin-bottom: 0;
  }
}
@media (min-width: 60.375em) {
.page-in-the-news .news__item span.btn{
	display: none;
}
}
.span-btn{
	cursor: pointer;
}
.redirect-btn{
	display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
}
.redirect-btn img.publication-image{
	margin-bottom: 0px !important;
}
.text-block.contact-us-sec{
	padding-bottom:0px;
}
.contact-us-sec .btn{
	margin-top:0px;
}