/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1024px, "small_desktop": 1200px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}







.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.site-header .padded-wrapper {
  position: relative;
}

.site-header-logo {
  float: left;
  margin-left: -1px;
}

@media (max-width: 599px) {
  .site-header-logo {
    margin-top: 30px;
  }
  .site-header-logo img {
	  width: 170px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .site-header-logo {
    margin-top: 40px;
  }
  .site-header-logo img {
	  width: 170px;
  }
}

@media (min-width: 900px) {
  .site-header-logo {
    margin-top: 89px;
  }
  .site-header-logo img {
	  width: 230px;
  }
}

.site-header-logo svg {
  fill: #FFFEF6;
}

@media (max-width: 599px) {
  .site-header-logo svg {
    width: 200px;
    height: 30px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .site-header-logo svg {
    width: 220px;
    height: 33px;
  }
}

@media (min-width: 900px) {
  .site-header-logo svg {
    width: 239px;
    height: 36px;
  }
}

.site-header-nav {
  float: right;
  margin-top: 92px;
  width: 43.5%;
}

@media (max-width: 1023px) {
  .site-header-nav {
    display: none;
  }
}

.site-header-nav ul {
  margin: 0;
  padding: 0;
}

.site-header-nav li {
  list-style: none;
  display: inline-block;
}

.site-header-nav li + li {
  margin-left: 48px;
}

.site-header-nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFFEF6;
  padding: 2px 0;
}

.site-header-nav a:before {
  content: '';
  position: absolute;
  right: 11px;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.site-header-nav li:hover a:before {
  opacity: 0.2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.site-header-nav li.current_page_parent a:before,
.site-header-nav li.current-menu-item a:before,
.site-header-nav li.current_page_item a:before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-header {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  padding-top: 129px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


body.error404 .page-header {
	    background-image: #BB00A8;
    background-image: -moz-linear-gradient(145deg, #BB00A8, #00eef0);
    background-image: -webkit-linear-gradient(145deg, #BB00A8, #00eef0);
    background-image: linear-gradient(145deg, #BB00A8, #00eef0);
}



@media (min-width: 800px) {
  .page-header {
    height: 50vh;
  }
}

.page-header.no-gradient-animation:before {
  -webkit-animation: none;
          animation: none;
}


.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  background-size: 160% 100%;
}

.page-header:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    mix-blend-mode: luminosity;
    left: 0;
    opacity: 0.3;
    background-position: center left;
}

@media (min-width: 800px) {
  .page-header:before {
    -webkit-animation: header_gradient_animation 20s ease infinite;
            animation: header_gradient_animation 20s ease infinite;
  }
}


.page-header .padded-wrapper {
  position: relative;
  color: #FFFEF6;
  padding-top: 35px;
  z-index: 100;
}

@media (max-width: 699px) {
  .page-header .padded-wrapper .page-header-right {
    margin-top: 1em;
    padding-bottom: 30px;
  }
}

@media (min-width: 700px) {
  .page-header .padded-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-header .padded-wrapper .page-header-left {
    width: 45%;
  }
  .page-header .padded-wrapper .page-header-right {
    width: 43.3%;
  }
}

.page-header .h1 {
  margin: 0;
}

@media (max-width: 1023px) {
  .page-header .h1 br {
    display: none;
  }
}

.page-header time {
  display: block;
  margin-top: 8px;
}

.page-header p {
  margin: -1px 0 0 0;
}

@media (max-width: 899px) {
  .page-header p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (min-width: 900px) {
  .page-header p {
    font-size: 24px;
    line-height: 30px;
  }
}

.page-header .read-more {
  line-height: 28px;
  margin-top: 16px;
}

.nav-open {
  z-index: 110;
  display: block;
  position: absolute;
}

.nav-open svg {
  fill: #FFFEF6;
}

@media (max-width: 599px) {
  .nav-open svg {
    width: 28px;
    height: 24px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .nav-open svg {
    width: 28px;
    height: 24px;
  }
}

@media (min-width: 900px) {
  .nav-open svg {
    width: 33px;
    height: 28px;
  }
}

@media (min-width: 1024px) {
  .nav-open {
    display: none;
  }
}

@media (max-width: 599px) {
  .nav-open {
    top: 29px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .nav-open {
    top: 52px;
  }
}

@media (min-width: 900px) {
  .nav-open {
    top: 85px;
  }
}

@media (max-width: 1199px) {
  .nav-open {
    right: 5vw;
  }
}

@media (min-width: 1200px) {
  .nav-open {
    right: 70px;
  }
}

.nav-close {
  display: block;
  position: absolute;
}

.nav-close svg {
  fill: #FFFEF6;
}

@media (max-width: 599px) {
  .nav-close svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .nav-close svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 900px) {
  .nav-close svg {
    width: 33px;
    height: 33px;
  }
}

@media (min-width: 1024px) {
  .nav-close {
    display: none;
  }
}

@media (max-width: 599px) {
  .nav-close {
    top: 29px;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .nav-close {
    top: 57px;
  }
}

@media (min-width: 900px) {
  .nav-close {
    top: 68px;
  }
}

@media (max-width: 1199px) {
  .nav-close {
    right: 5vw;
  }
}

@media (min-width: 1200px) {
  .nav-close {
    right: 84px;
  }
}

.site-mobile-nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  color: #FFFEF6;
  background-image: -webkit-linear-gradient(28deg, #00EFF1 0%, #BB00A8 85%);
  background-image: linear-gradient(62deg, #00EFF1 0%, #BB00A8 85%);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1023px) {
  .site-mobile-nav-wrapper {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out 0.6s;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out 0.6s;
    transition: transform 0.1s ease-in-out 0.6s, opacity 0.5s ease-in-out;
    transition: transform 0.1s ease-in-out 0.6s, opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out 0.6s;
  }
  html.state-nav-open .site-mobile-nav-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.5s ease-in-out;
    transition: transform 0.1s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
}

@media (min-width: 1024px) {
  .site-mobile-nav-wrapper {
    display: none;
  }
}

.site-mobile-nav-inner {
  clear: both;
  padding-top: 106px;
  padding-right: 8.4%;
}

@media (min-width: 700px) {
  .site-mobile-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-mobile-nav-top .h1,
.site-mobile-nav-top p {
  margin: 0;
  display: block;
}

@media (min-width: 700px) and (max-width: 899px) {
  .site-mobile-nav-top .h1,
  .site-mobile-nav-top p {
    width: calc(50% - 40px);
  }
}

@media (min-width: 900px) {
  .site-mobile-nav-top .h1,
  .site-mobile-nav-top p {
    width: calc(50% - 78px);
  }
}

@media (max-width: 699px) {
  .site-mobile-nav-top .h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .site-mobile-nav-top .h1 br {
    display: none;
  }
}

@media (max-width: 499px) {
  .site-mobile-nav-top p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (min-width: 500px) {
  .site-mobile-nav-top p {
    font-size: 26px;
    line-height: 34px;
  }
}

.site-mobile-social {
  clear: both;
  display: block;
}

@media (max-width: 499px) {
  .site-mobile-social {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
  }
}

@media (min-width: 500px) {
  .site-mobile-social {
    font-size: 31px;
    line-height: 36px;
    padding-top: 31px;
  }
}

.site-mobile-social svg {
  fill: #FFFEF6;
  position: relative;
}

@media (max-width: 499px) {
  .site-mobile-social svg[data-icon="facebook"] {
    width: 10px;
    height: 24px;
    top: 4px;
  }
}

@media (min-width: 500px) {
  .site-mobile-social svg[data-icon="facebook"] {
    width: 12px;
    height: 27px;
    top: 4px;
  }
}

@media (max-width: 499px) {
  .site-mobile-social svg[data-icon="twitter"] {
    width: 23px;
    height: 20px;
    top: 3px;
  }
}

@media (min-width: 500px) {
  .site-mobile-social svg[data-icon="twitter"] {
    width: 25px;
    height: 21px;
    top: 3px;
  }
}

.site-mobile-social a {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.site-mobile-social a:hover {
  opacity: 0.45;
}

@media (max-width: 499px) {
  .site-mobile-social .site-mobile-social-facebook {
    margin-left: 25px;
  }
}

@media (min-width: 500px) {
  .site-mobile-social .site-mobile-social-facebook {
    margin-left: 31px;
  }
}

@media (max-width: 499px) {
  .site-mobile-social .site-mobile-social-twitter {
    margin-left: 30px;
  }
}

@media (min-width: 500px) {
  .site-mobile-social .site-mobile-social-twitter {
    margin-left: 44px;
  }
}

.site-mobile-nav-bottom {
  padding-top: 91px;
  padding-bottom: 100px;
}

.site-mobile-nav ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) and (max-width: 899px) {
  .site-mobile-nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

@media (min-width: 900px) {
  .site-mobile-nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 158px;
       -moz-column-gap: 158px;
            column-gap: 158px;
  }
}

.site-mobile-nav ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(255, 254, 246, 0.25);
}

@media (max-width: 699px) {
  .site-mobile-nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 254, 246, 0.25);
  }
}

@media (min-width: 700px) {
  .site-mobile-nav ul li:nth-child(3), .site-mobile-nav ul li:nth-child(6) {
    border-bottom: 1px solid rgba(255, 254, 246, 0.25);
  }
}

.site-mobile-nav ul li a {
  text-decoration: none;
  display: block;
}

@media (max-width: 499px) {
  .site-mobile-nav ul li a {
    font-size: 26px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 500px) {
  .site-mobile-nav ul li a {
    font-size: 31px;
    line-height: 36px;
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

.site-mobile-nav ul li a:after {
  content: "\02192";
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
}

.site-mobile-nav ul li a:hover:after {
  margin-left: 28px;
}

.site-footer {
  padding-top: 22px;
  font-weight: 400px;
}

@media (max-width: 599px) {
  .site-footer {
    font-size: 14px;
    padding-bottom: 50px;
  }
}

@media (min-width: 600px) {
  .site-footer {
    font-size: 16px;
    padding-bottom: 50px;
  }
}

@media (max-width: 599px) {
  .site-footer-legal {
    text-align: center;
    display: block;
    padding-bottom: 10px;
  }
  .site-footer-social {
    text-align: center;
  }
}

@media (min-width: 600px) {
  .site-footer-legal {
    float: left;
  }
  .site-footer-social {
    float: right;
    right: -5px;
  }
}

.site-footer-legal {
  margin: 0;
}

.site-footer-legal small {
  font-size: inherit;
}

.site-footer-social {
  position: relative;
  top: -5px;
}

.site-footer-social .site-footer-social-label {
  position: relative;
  top: -8px;
  left: -6px;
}

.site-footer-social svg {
  display: block;
}

.site-footer-social svg[data-icon="instagram"] {
    width: 21px;
    height: 21px;
    position: relative;
    top: 1px;
}

.site-footer-social svg[data-icon="twitter"] {
  width: 19px;
  height: 16px;
  position: relative;
  top: -1px;
}

.site-footer-social svg[data-icon="facebook"] {
  width: 9px;
  height: 21px;
}

.site-footer-social a {
  display: inline-block;
  margin-left: 9px;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  padding: 5px;
  cursor: pointer;
}

.site-footer-social a:hover {
  opacity: 0.45;
}

body {
	font-family: "canada-type-gibson",sans-serif;
	font-weight: 300;
	color: #2b2b2b;
}

@media (max-width: 499px) {
  body {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (min-width: 500px) {
  body {
    font-size: 20px;
    line-height: 29px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "LeituraDisplay-Roman", serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (min-width: 500px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 48px;
  }
}

@media (max-width: 499px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 27px;
  }
}

@media (min-width: 500px) {
  h2, .h2 {
    font-size: 31px;
    line-height: 32px;
  }
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 23px;
  }
}

@media (min-width: 500px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 25px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 23px;
  }
}

@media (min-width: 500px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 500px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 16px;
  }
}

@media (min-width: 500px) {
  h6, .h6 {
    font-size: 20px;
  }
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

p a {
	text-decoration: underline;
}
	p a:hover {
	text-decoration: none;
	}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.button {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-block;
    border-bottom: 2px solid currentColor;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: 400;
}

.button:after {
  content: "\02192";
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out;
}

.button:hover:after {
  margin-left: 8px;
}

.button.can-hover:hover {
  color: #E6008C;
}

.button.loading:after {
  display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-family: "canada-type-gibson",sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  margin: 0;
  background: #FAF9F2;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(64, 64, 68, 0.05);
  outline: 0;
  color: #2b2b2b;
  -webkit-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: inherit;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: inset 0 0 0 1px rgba(64, 64, 68, 0.2);
}

input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #E40000;
}

@media (max-width: 599px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 14px 16px 14px;
  }
}

@media (min-width: 600px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    font-size: 20px;
    line-height: 20px;
    padding: 22px 32px 23px 22px;
  }
}

textarea {
  resize: vertical;
}

@media (max-width: 499px) {
  textarea {
    height: 176px;
  }
}

@media (min-width: 500px) {
  textarea {
    height: 361px;
  }
}

.wpcf7-form label .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7-form label br {
  display: none;
}

.wpcf7-form label input,
.wpcf7-form label textarea {
  position: relative;
  z-index: 10;
}

.wpcf7-form label .form-pseudo-plaeholder {
  display: none;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 599px) {
  .wpcf7-form label .form-pseudo-plaeholder {
    top: 16px;
    left: 14px;
    right: 22px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 600px) {
  .wpcf7-form label .form-pseudo-plaeholder {
    top: 22px;
    left: 22px;
    right: 32px;
    font-size: 20px;
    line-height: 26px;
  }
}

.wpcf7-form label .form-pseudo-plaeholder sup {
  color: #E40000;
  font-size: inherit;
  top: 0;
}

.wpcf7-form label .has-pseudo-placeholder.empty + .form-pseudo-plaeholder {
  display: block;
}

.wpcf7-form p {
  margin: 0;
}

@media (max-width: 599px) {
  .wpcf7-form p + p {
    margin-top: 18px;
  }
}

@media (min-width: 600px) {
  .wpcf7-form p + p {
    margin-top: 30px;
  }
}

@media (max-width: 599px) {
  .wpcf7-form p:last-of-type {
    margin-top: 20px;
  }
}

@media (min-width: 600px) {
  .wpcf7-form p:last-of-type {
    margin-top: 26px;
  }
}


.wpcf7-form p:last-of-type input {
  border: 0;
  outline: 0;
  background: transparent;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid currentColor;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.wpcf7-form p:last-of-type input:hover {
  color: #E6008C;
}

span.wpcf7-not-valid-tip {
  font-family: "canada-type-gibson",sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 4px;
  color: #E40000;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 17px 17px 14px;
  font-family: "canada-type-gibson",sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

body {
  background: #FFFEF6;
}

.wrapper {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.padded-wrapper {
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .padded-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 1200px) {
  .padded-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 1199px) {
  .main-section-vertical-padding {
    padding-top: 6.6vw;
    padding-bottom: 6.6vw;
  }
}

@media (min-width: 1200px) {
  .main-section-vertical-padding {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

@media (min-width: 800px) {
  .itemised-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 799px) {
  .itemised-blocks-item {
    width: 100%;
    margin-top: 50px;
  }
  .itemised-blocks-item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .itemised-blocks-item {
    width: calc(50% - 40px);
    margin-top: 75px;
  }
  .itemised-blocks-item:nth-child(1), .itemised-blocks-item:nth-child(2) {
    margin-top: 0;
  }
  .itemised-blocks-item:nth-child(odd) {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .itemised-blocks-item {
    width: calc(50% - 85px);
    margin-top: 97px;
  }
  .itemised-blocks-item:nth-child(1), .itemised-blocks-item:nth-child(2) {
    margin-top: 0;
  }
  .itemised-blocks-item:nth-child(odd) {
    margin-right: 170px;
  }
}

.itemised-blocks-item h2 {
  margin-top: 0;
  margin-bottom: 11px;
}

.itemised-blocks-item p {
  margin: 0;
}

.itemised-blocks-item p + p {
  margin-top: 1em;
}

@media (max-width: 799px) {
  .contact-right {
    margin-top: 10vw;
  }
}

@media (min-width: 800px) {
  .contact-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-left {
    padding-top: 19px;
    width: 50%;
    float: left;
  }
  .contact-right {
    padding-top: 8px;
    width: 42.75%;
    float: right;
  }
}

.contact-block {
  border-bottom: 1px solid #2b2b2b;
}

@media (max-width: 799px) {
  .contact-block {
    padding-bottom: 48px;
    margin-bottom: 50px;
  }
}

@media (min-width: 800px) {
  .contact-block {
    padding-bottom: 68px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .contact-block {
    width: calc(50% - 35px);
  }
  .contact-block:nth-child(odd) {
    margin-right: 46px;
  }
}

@media (max-width: 1023px) {
  .contact-block:nth-last-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .contact-block:nth-last-child(1):nth-child(even), .contact-block:nth-last-child(2):nth-child(odd), .contact-block:nth-last-child(1):nth-child(odd) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.contact-block-description {
  margin: 14px 0 27px 0;
  font-size: 16px;
  line-height: 21px;
}

.contact-block-person + .contact-block-person {
  margin-top: 33px;
}

.contact-block-perosn-name {
  margin: 0;
  font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.contact-block-person-email {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.contact-block-person-email span {
  display: inline-block;
  white-space: nowrap;
  text-decoration: underline;
}

address {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 600px) {
  .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .person {
    width: 100%;
    margin-top: 50px;
  }
  .person:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .person {
    width: calc(50% - 25px);
    margin-top: 50px;
  }
  .person:nth-child(1), .person:nth-child(2) {
    margin-top: 0;
  }
  .person:nth-child(2n+1) {
    margin-right: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .person {
    width: calc(33.33% - 33.33333px);
    margin-top: 66.66667px;
  }
  .person:nth-child(1), .person:nth-child(2), .person:nth-child(3) {
    margin-top: 0;
  }
  .person:nth-child(3n+1), .person:nth-child(3n+2) {
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .person {
    width: calc(33.33% - 60px);
    margin-top: 120px;
  }
  .person:nth-child(1), .person:nth-child(2), .person:nth-child(3) {
    margin-top: 0;
  }
  .person:nth-child(3n+1), .person:nth-child(3n+2) {
    margin-right: 90px;
  }
}

.person-images {
    position: relative;
    border-radius: 100%;
    width: 200px;
    overflow: hidden;
    height: 200px;
    margin: 0 auto;
}

.person-images:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.person-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      border-radius: 100%;
    overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-blend-mode: color-dodge;
}

.person-image:nth-child(2) {
  opacity: 0;
}

.person-image:hover:nth-child(2) {
  opacity: 1;
}

.person-content {
	    margin-top: 0;
    text-align: center;
}

@media (max-width: 699px) {
  .person-content {
  }
}

@media (min-width: 700px) {
  .person-content {
  }
}

.person-header {
  background: #FFFEF6;
  word-break: keep-all;
  position: relative;
  padding: 27px 0px 0 0;
}

@media (min-width: 700px) {
  .person-header {
    display: inline-block;
    padding: 27px 0px 0 0;
  }
}

.person-header h2 {
  font-size: 26px;
  line-height: 1;
}

.person-header p {
  margin: 7px 0 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.person-text {
  margin-top: 2px;
}

.person-text p {
    margin: 0;
    font-size: 17px;
    line-height: 23px;
}

.person-text p.person-email {
  font-size: 16px;
  font-weight: 400;
}

.person-text p + p {
  margin-top: 16px;
}

.work-items {
  margin-top: 15px;
  padding-bottom: 100px;
}

@media (max-width: 599px) {
  .work-item .work-item-year {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .work-item .work-item-main-inner {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

@media (min-width: 600px) {
  .work-item .work-item-year,
  .work-item .work-item-main-inner {
    padding-top: 73px;
    padding-bottom: 71px;
  }
}

@media (min-width: 800px) {
  .work-item:nth-child(1) {
    border-top: 0 !important;
  }
  .work-item:nth-child(1) .work-item-year,
  .work-item:nth-child(1) .work-item-main-inner {
    padding-top: 0;
  }
}

.work-item.new-year {
  border-top: 1px solid #2b2b2b;
}

.work-item.same-year .work-item-year {
  display: none;
}

.work-item.same-year .work-item-main-inner {
  border-top: 1px solid #2b2b2b;
}

@media (min-width: 800px) {
  .work-item-main {
    width: 83%;
    float: right;
    border-left: 1px solid #2b2b2b;
  }
  .work-item-year {
    width: 17%;
    float: left;
  }
}

@media (max-width: 799px) {
  .work-item-year {
    border-bottom: 1px solid #2b2b2b;
  }
}

@media (max-width: 1023px) {
  .work-item-year h1 {
    font-size: 45px;
    line-height: 46px;
    margin-top: 7px;
  }
}

@media (min-width: 1024px) {
  .work-item-year h1 {
    font-size: 55px;
    line-height: 56px;
    margin-top: 7px;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .work-item-main {
    padding-left: 5%;
  }
}

@media (min-width: 1024px) {
  .work-item-main {
    padding-left: 8.6%;
  }
}

.work-item-image {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 57px;
}

@media (max-width: 599px) {
  .work-item-content {
    padding-top: 30px;
  }
}

@media (min-width: 600px) {
  .work-item-categories {
    width: 30%;
    float: left;
  }
  .work-item-content {
    float: right;
    width: 70%;
    padding-left: 30px;
  }
}

.work-item-categories {
  font-size: 20px;
  line-height: 25px;
}

.work-item-content {
  max-width: 580px;
}

.work-item-description {
  margin-top: 16px;
}

.work-item-description p {
  margin: 0;
}

.work-item-link {
  margin: 13px 0 0 0;
}

.load-more-work-container {
  text-align: center;
}

.load-more-work-container .button {
  border-bottom: 0;
}

.load-more-work-container .button.loading {
  position: relative;
}

.load-more-work-container .button.loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 60px;
  background: url("../images/loading.gif");
  background-size: 60px 60px;
  margin-top: -30px;
}

@media (min-width: 1024px) {
  .post-items .page-header {
    height: 57vh;
  }
  .post-items .page-header .padded-wrapper {
    padding-top: 45px;
  }
}

.post-item {
  width: 100%;
  max-width: 943px;
}

@media (max-width: 599px) {
  .post-item {
    padding-bottom: 60px;
  }
}

@media (min-width: 600px) {
  .post-item {
    padding-bottom: 108px;
  }
}


@media (min-width: 900px) {
  .news-listing {
	  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-listing .post-item {
	  width: 43%;
  }
}

.post-item-image {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.post-item-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
  z-index: 10;
}

.post-item-image.has-gradient:before {
  opacity: 0.55;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-size: 400% 400%;
}

@supports (mix-blend-mode: hard-light) {
  .post-item-image.has-gradient:before {
    opacity: 0.4;
    mix-blend-mode: hard-light;
  }
}

.post-item-title {
font-size: 31px;
    line-height: 35px;
  margin-top: 33px;
  padding-right: 8%;
}

.post-item-title a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.post-item-date {
  display: block;
  margin-top: 12px;
}

.post-item-excerpt {
  margin-top: 23px;
  margin-bottom: 0;
}

.post-item-more-button {
  margin-top: 28px;
  margin-bottom: 0;
}

.post-item-more-button .button {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.post-item-title,
.post-item-date,
.post-item-excerpt,
.post-item-more-button,
.load-more-post-container {
  width: 100%;
}

.post-item:hover .post-item-title,
.post-item:hover .post-item-more-button .button {
  color: #E6008C;
}

.post-item:hover .post-item-image.has-gradient:before {
  opacity: 0.75;
}

@supports (mix-blend-mode: hard-light) {
  .post-item:hover .post-item-image.has-gradient:before {
    opacity: 0.8;
  }
}

.load-more-post-container {
  border-top: 1px solid rgba(64, 64, 68, 0.09);
  margin-top: -24px;
  text-align: center;
}

@media (max-width: 599px) {
  .load-more-post-container {
    padding-top: 30px;
  }
}

@media (min-width: 600px) {
  .load-more-post-container {
    padding-top: 63px;
  }
}

.load-more-post-container .button {
  border-bottom: 0;
}

.single-post .page-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single-post .page-header .page-header-left {
  width: 60%;
  padding-bottom: 91px;
}

@media (min-width: 1024px) {
  .single-post .page-header {
    height: 57vh;
  }
  .single-post .page-header .padded-wrapper {
    padding-top: 45px;
  }
}

.post-single-content {
  width: 100%;
  max-width: 832px;
  margin-left: auto;
  font-size: 20px;
  line-height: 28px;
}

.post-single-content img {
  display: block;
  max-width: 100%;
}

.post-single-content p,
.post-single-content ol,
.post-single-content ul,
.post-single-content img,
.post-single-content h1,
.post-single-content h2,
.post-single-content h3,
.post-single-content h4,
.post-single-content h5,
.post-single-content h6 {
  margin-top: 1.56em;
}

.post-single-content > *:first-child {
  margin-top: 0;
}

.post-single-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 899px) {
  .single-posts-pagination {
    margin-top: 40px;
  }
}

.single-posts-pagination .news-items {
  border-top: 1px solid #2b2b2b;
}

@media (max-width: 899px) {
  .single-posts-pagination .news-items {
    padding-top: 40px;
  }
}

@media (min-width: 900px) {
  .single-posts-pagination .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .single-posts-pagination .news-items {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .single-posts-pagination .news-items {
    padding-top: 99px;
  }
}

.single-posts-pagination .post-item,
.single-posts-pagination .post-item-dummy {
  margin: 0;
}

@media (max-width: 899px) {
  .single-posts-pagination .post-item,
  .single-posts-pagination .post-item-dummy {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .single-posts-pagination .post-item,
  .single-posts-pagination .post-item-dummy {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1200px) {
  .single-posts-pagination .post-item,
  .single-posts-pagination .post-item-dummy {
    width: calc(50% - 57px);
  }
}

.single-posts-pagination .post-item-image:before {
  padding-bottom: 55%;
}

.single-posts-pagination .post-item-title {
  margin-top: 43px;
  font-size: 28px;
  line-height: 32px;
  padding-right: 0;
}

.single-posts-pagination .post-item-title,
.single-posts-pagination .post-item-date,
.single-posts-pagination .post-item-excerpt,
.single-posts-pagination .post-item-more-button {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 900px) {
  .single-posts-pagination .post-item-title,
  .single-posts-pagination .post-item-date,
  .single-posts-pagination .post-item-excerpt,
  .single-posts-pagination .post-item-more-button {
    padding-left: 70px;
  }
}

.single-posts-pagination .post-item-excerpt {
  height: 111.996px;
  /* Fallback for non-webkit */
  font-size: 20px;
  line-height: 1.5555;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-posts-pagination .post-item-more-button {
  margin-top: 8px;
}

@media (min-width: 800px) {
  .home-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
  }
  .home-header-left {
    width: 51.4vw;
  }
  .home-header-right {
    width: 48.6vw;
    height: 100vh;
    overflow: auto;
  }
}

.home-header-left {
  position: relative;
  z-index: 10;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 799px) {
  .home-header-left {
    padding-top: 129px;
    padding-bottom: 20px;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 800px) {
  .home-header-left {
    padding-top: 129px;
    padding-bottom: 129px;
  }
}

.home-header-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  background-size: 100% 160%;
}

.home-header-left:after {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    mix-blend-mode: luminosity;
    left: 0;
    opacity: 0.3;
}

@media (min-width: 800px) {
  .home-header-left:before {
    -webkit-animation: header_gradient_animation 20s ease infinite;
            animation: header_gradient_animation 20s ease infinite;
  }
}



@-webkit-keyframes header_gradient_animation {

}
@-moz-keyframes header_gradient_animation {

}
@keyframes header_gradient_animation { 
    0%{background-position:100% 100%}
    50%{background-position:0% 0%}
    100%{background-position:100% 100%}
}


@supports (mix-blend-mode: hard-light) {
  .home-header-left:before {
    opacity: 1;
  }
}

.home-header-left .home-header-left-inner {
  position: relative;
  width: 100%;
  max-width: 718px;
  margin-left: auto;
  color: #FFFEF6;
  z-index: 30;
}

@media (max-width: 1199px) {
  .home-header-left .home-header-left-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 1200px) {
  .home-header-left .home-header-left-inner {
    padding-left: 55px;
    padding-right: 70px;
  }
}

@media (min-width: 800px) {
  .home-header-left .h1 {
    font-size: 53px;
    line-height: 55px;
  }
}

@media (max-width: 1024px) {
	.home-header-left .h1 br {
    display: none;
  }
}

@media (max-width: 799px) {
  .home-header-right {
    padding-top: 10vw;
    padding-bottom: 10vw;
    z-index: 400;
  }
}

@media (min-width: 800px) {
  .home-header-right {
    position: relative;
    z-index: 20;
    padding-top: 129px;
    padding-bottom: 129px;
    z-index: 400;
  }
}

.home-header-right .site-header-nav {
  float: none;
  margin-top: -39px;
  margin-right: 0;
  max-width: 700px;
  width: auto;
}

@media (max-width: 1199px) {
  .home-header-right .site-header-nav {
    padding-left: calc(5vw - 0px);
    padding-right: calc(5vw - 0px);
  }
}

@media (min-width: 1200px) {
  .home-header-right .site-header-nav {
padding-left: 88px;
    padding-right: 70px;
  }
}

.home-header-right .site-header-nav a {
  color: #2b2b2b;
}

.site-header-nav ul,
.home-header-right .site-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header-nav ul li + li,
.home-header-right .site-header-nav li + li {
  margin-left: 0;
}

@media (min-width: 800px) {
  .home-header-right .site-mobile-nav-toggle .line,
  .home-header-right .site-mobile-nav-toggle .line:before,
  .home-header-right .site-mobile-nav-toggle .line:after {
    background: #2b2b2b;
  }
}

.home-header-right .home-header-right-inner {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  position: relative;
  top: 3px;
}

@media (max-width: 1199px) {
  .home-header-right .home-header-right-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 1200px) {
  .home-header-right .home-header-right-inner {
    padding-left: 86px;
    padding-right: 70px;
  }
}

.home-header-right p:first-child {
	font-weight: 400;
}

@media (max-width: 599px) {
  .home-header-right p:first-child {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px 0;
  }
  .home-header-right .button {
    margin-top: 18px;
  }
}

@media (min-width: 600px) {
  .home-header-right p:first-child {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 41px 0;
  }
  .home-header-right .button {
    margin-top: 43px;
  }
}

.home-header-right p {
	margin-top: 0;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 28px;
}

.home-header-right p:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .home-header-left-inner,
  .home-header-right-inner {
    padding-top: 18.8vh;
  }
}

@media (max-width: 799px) {
  body.home .nav-open svg {
    fill: #FFFEF6;
  }
}

@media (min-width: 800px) {
  body.home .nav-open svg {
    fill: #2b2b2b;
  }
}

body.home .site-footer-legal {
  display: none;
}

@media (max-width: 799px) {
  body.home .site-footer-social {
    float: left;
    color: #2b2b2b;
  }
  body.home .site-footer-social svg {
    fill: #2b2b2b;
  }
}

@media (min-width: 800px) {
  body.home .site-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
  }
  body.home .site-footer-social {
    float: left;
    color: #FFFEF6;
  }
  body.home .site-footer-social svg {
    fill: #FFFEF6;
  }
  body.home .site-footer .padded-wrapper {
	  
  }
}

@media (max-height: 500px) { 
	body.home .site-footer {
		display: none;	
	}
}

body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}

/*# sourceMappingURL=app.css.map */



/* -- GForms -- */

.gform_wrapper {
}

.gform_body ul,
.gform_body li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_body li {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
	display: none;
}

.gform_body label.gfield_label {
    display: block;
    position: relative;
    z-index: 20;
    margin-bottom: 5px;
    display: none;
}

.gform_body .ginput_container {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	z-index: 10;
}

.gform_body input,
.gform_body textarea,
.gform_body select {
    font-weight: 300;
}

.gform_body input[type="radio"] {
	-webkit-appearance: radio;
	    width: auto;
}
.gform_body input[type="checkbox"] {
	-webkit-appearance: checkbox;
	    width: auto;
}

.gform_body .gfield_checkbox li {
	margin-bottom: 0;
}
.gform_body input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.gform_body textarea {
	resize:none;
}


.gform_body span.gfield_required {
	color: #FF0000;
}

.gform_footer {
	position: relative;
	clear: both;
	width: 100%;
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 0;
	position: absolute;
	right: 10px;
	top: 0px;
	border-radius: 100%;
	z-index: 100;
	width: 50px;
}

.validation_message {
	color: #FF0000;
}

.gform_confirmation_message {
	    background: rgba(154, 154, 154, 0.1);
    padding: 20px;
}

.gfield_error input,
.gfield_error textarea,
.gfield_error button {
border: 1px solid #FF0000;
    background: rgba(255, 0, 0, 0.05);
}

.gform_body input[type=text]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body input[type=text]:-ms-input-placeholder {
   color: #404040;
}

.gform_body input[type=email]::-webkit-input-placeholder {
   color: #404040;
}
.gform_body input[type=email]:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body input[type=email]:-ms-input-placeholder {
	color: #404040;
}

.gform_body textarea::-webkit-input-placeholder {
   color: #404040;
}
.gform_body textarea:-moz-placeholder { /* Firefox 18- */
   color: #404040;
}
.gform_body textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #404040;
}
.gform_body textarea:-ms-input-placeholder {
	color: #404040;
}

.gform_body input[readonly="readonly"] {
    color: #00421d;
    font-weight: 600;
}


.gform_body .gform_validation_container {
	display: none;
}

.gforms_confirmation_message {
	text-align: center;
	font-size: 1.2em;
	color: #00421d;
	font-style: italic;
}


.entry-content h2:not(:first-of-type) {
	margin-top: 1.5em;
}


/*--------------------------------------------------------------
##  Privacy / Cookie styles
--------------------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
	border: none;
}	
	table td {
		border: none;
		padding: 10px;
		font-size: 15px;
		font-weight: 400;
		line-height: 1.4;
	}
	table tr:first-of-type td {
		font-weight: 400;
	}
	
	table tr:nth-of-type(even) {
		background: rgba(0,0,0,0.05);
	}
	table tr:nth-of-type(1) {
		background: rgba(0,0,0,0.15);
	}
	table tr:nth-of-type(1) td {
		font-weight: 600;
	}

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
	

.cc-window {
background: #ffffff;
    color: #000;
    overflow: visible;
    box-shadow: 0px 0px 10px #00000021;
    width: calc(100% - 40px);
    max-width: none;
    bottom: 0;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    z-index: 550;
    max-width: 400px;
    left: 20px;
    text-align: center;
    /* border: 1px solid #e0e0e0; */
}

.cc-message {
    display: block;
    float: left;
    line-height: 1.2;
        font-size: 15px;
}

.cc-btn {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    border: 2px solid #2a2d32;
    padding: 13px 15px 11px;
    display: inline-block;
    min-width: 166px;
    text-align: center;
    color: #ffffff;
    background: #2a2d32;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
	background: rgba(208, 46, 66, 0);
    color: #2a2d32;
}

.cc-link {
	color: #000;
	text-decoration: underline;
}


.cc-link:hover {
	text-decoration: none;
}

.cc-compliance {
	float: right;
	width: 100%;
}


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        text-align: left;
	}
	.cc-compliance {
		float: right;
		width: auto;
	}
	.cc-btn {
	width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
	}
	.cc-message {
		margin-bottom: 0px;
	}
	.cc-message {
    	width: calc(100% - 85px);
	}
}
