@charset "UTF-8";
/** https://sass-guidelin.es/#the-7-1-pattern */
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
*/
.jgf-title.is-centred, #jgf-contact .jgf-contact-close .front span, #jgf-contact .jgf-contact-close .back span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.jgf-page-header::before, .jgf__news-grid-item-image, #jgf-contact .jgf-contact-close .front, #jgf-contact .jgf-contact-close .back, #jgf__menus-more .jgf__menus-more-item.current::after, .jgf-about__team-member::before, .jgf-about__header::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gform_fields li {
    padding: 0;
    margin: 0; }
  .gform_fields input:not([type=submit]):not([type=file]),
  .gform_fields textarea {
    width: 100%;
    display: block;
    padding: 0; }

img.gform_ajax_spinner {
  display: none !important; }

:root {
  font-size: 16; }

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

body {
  font-size: 14px;
  color: #1c1e21;
  font-family: acumin-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none; }

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

img {
  max-width: 100%;
  height: auto; }

button, .button {
  display: inline-block;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  border-radius: 48px;
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  padding: 16px;
  min-width: 200px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.6px;
  line-height: 1;
  text-transform: uppercase; }
  button.is-small, .button.is-small {
    padding: 12px 16px; }
  button.is-green, .button.is-green {
    color: #579797;
    border-color: #579797; }
  button.is-grey, .button.is-grey {
    color: #616771;
    border-color: #616771; }
  button.is-frosted, .button.is-frosted {
    position: relative;
    overflow: hidden; }
    button.is-frosted .background, .button.is-frosted .background {
      filter: blur(8px);
      top: calc(50% - 20px);
      left: 50%;
      width: 50vw;
      height: 50vw;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 768px) {
        button.is-frosted .background, .button.is-frosted .background {
          width: 33.33333vw;
          height: 33.33333vw; } }
      @media screen and (min-width: 1024px) {
        button.is-frosted .background, .button.is-frosted .background {
          width: 25vw;
          height: 25vw; } }
      @media screen and (min-width: 1440px) {
        button.is-frosted .background, .button.is-frosted .background {
          width: 20vw;
          height: 20vw; } }
    @supports (backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px)) {
      button.is-frosted, .button.is-frosted {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px); }
        button.is-frosted .background, .button.is-frosted .background {
          display: none; } }

.gmap img {
  max-width: none; }

[style*="background-image"], [data-background-image] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  [style*="background-image"] > img, [data-background-image] > img {
    width: 1px;
    height: 1px;
    visibility: hidden;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); }

.lozad {
  filter: blur(10px) saturate(1.2);
  transition: filter 0.5s ease-out; }
  .lozad-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .lozad.active {
    filter: blur(0px) saturate(1); }

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.container {
  max-width: 90vw;
  margin: auto; }
  @media screen and (min-width: 1440px) {
    .container {
      width: 1140px; } }

.jgf-title {
  font-size: 32px;
  line-height: 0.69;
  text-shadow: 0 2px 24px #1c1e21;
  font-family: Actonia, cursive;
  font-weight: 400; }
  @media screen and (min-width: 600px) {
    .jgf-title {
      font-size: calc(32px + 8.88889vw); } }
  @media screen and (min-width: 1440px) {
    .jgf-title {
      font-size: 160px; } }
  .jgf-title.is-light {
    color: #f4f4f4; }
  .jgf-title.is-dark {
    color: #1c1e21; }
  .jgf-title.is-centred {
    text-align: center; }

.jgf-page {
  position: relative;
  padding: 15vh 0 10vh; }
  .jgf-page-header {
    position: relative;
    height: 100%;
    max-height: 85vh;
    padding: 19vw 0; }
    .jgf-page-header::after {
      content: '';
      position: absolute;
      bottom: 0;
      transform: translateY(50%);
      left: 50%;
      width: 1px;
      height: 165px;
      background-color: #579797; }
    .jgf-page-header::before {
      content: '';
      opacity: 0.86;
      mix-blend-mode: multiply;
      background-image: linear-gradient(to bottom, rgba(155, 160, 170, 0), #090a0b); }
  .jgf-page-content {
    max-width: 800px;
    font-size: 1.1rem; }

.jgf__news-grid {
  position: relative;
  padding: 12vh 0 10vh;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1199px) {
    .jgf__news-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 767px) {
    .jgf__news-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .jgf__news-grid-item {
    position: relative; }
    .jgf__news-grid-item:first-of-type {
      grid-column: 1/4; }
      @media only screen and (max-width: 1199px) {
        .jgf__news-grid-item:first-of-type {
          grid-column: 1/3; } }
      @media only screen and (max-width: 767px) {
        .jgf__news-grid-item:first-of-type {
          grid-column: 1; } }
      .jgf__news-grid-item:first-of-type .jgf__news-grid-item-content {
        padding: 80px;
        max-width: calc(100% / 2); }
        @media only screen and (max-width: 991px) {
          .jgf__news-grid-item:first-of-type .jgf__news-grid-item-content {
            padding: 40px;
            max-width: 100%; } }
    .jgf__news-grid-item-image {
      z-index: -1; }
    .jgf__news-grid-item-content {
      position: relative;
      padding: 40px;
      height: 100%;
      text-align: center;
      font-size: 16px;
      color: #f4f4f4;
      background-color: rgba(87, 151, 151, 0.85); }
      @media screen and (min-width: 600px) {
        .jgf__news-grid-item-content {
          font-size: calc(16px + 0.27778vw); } }
      @media screen and (min-width: 1024px) {
        .jgf__news-grid-item-content {
          font-size: 20px; } }
      .jgf__news-grid-item-content .button {
        margin-top: 24px; }

div.xdebug-dd {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10vw;
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
  text-align: left; }
  div.xdebug-dd pre.xdebug-var-dump {
    background-color: white;
    color: black;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 0 20px 2px black; }

.chevron {
  display: inline-block; }
  .chevron.is-size-1 {
    height: 10px;
    width: 10px; }
  .chevron.is-size-2 {
    height: 15px;
    width: 15px; }
  .chevron.is-size-3 {
    height: 20px;
    width: 20px; }
  .chevron.is-size-4 {
    height: 25px;
    width: 25px; }
  .chevron.is-size-5 {
    height: 30px;
    width: 30px; }
  .chevron:before {
    display: inline-block;
    height: 100%;
    width: 100%;
    content: '';
    border-style: solid;
    border-color: inherit; }
  .chevron.is-left:before {
    border-width: 2px 0 0 2px;
    transform-origin: top left;
    transform: translateY(50%) rotate(-45deg); }
  .chevron.is-right:before {
    border-width: 2px 2px 0 0;
    transform-origin: top right;
    transform: translateY(50%) rotate(45deg); }

.jgf-menu__content-body a {
  color: #579797; }

.button {
  transition: all 300ms ease-in-out; }
  .button.submit-button:hover {
    background-color: #f4f4f4;
    color: #151618; }
  .button.is-grey:hover {
    background-color: #f4f4f4; }
  .button.is-white:hover {
    background-color: #ffffff;
    color: #1c1e21; }
  .button.is-green:hover {
    background-color: #579797;
    color: #ffffff; }

.pagination {
  margin-bottom: 4rem;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .pagination {
      font-size: calc(20px + 0.27778vw); } }
  @media screen and (min-width: 1440px) {
    .pagination {
      font-size: 24px; } }
  .pagination a {
    text-decoration: none;
    color: #616771;
    transition: color 500ms;
    padding: 5px; }
    .pagination a:hover {
      color: #0b7036; }
  .pagination span.current {
    color: #0b7036;
    font-family: Actonia, cursive;
    font-weight: 400;
    font-size: 150%;
    padding: 5px; }
  @media only screen and (max-width: 767px) {
    .pagination .additional-text {
      display: none; } }

.jgf-form button.submit-button:disabled {
  opacity: 0.5;
  pointer-events: none; }

body.post-type-archive {
  background-color: rgba(28, 30, 33, 0.95); }
  body.post-type-archive #site-header .jgf-logo svg {
    height: 100px !important; }
    @media only screen and (max-width: 991px) {
      body.post-type-archive #site-header .jgf-logo svg {
        height: 75px !important; } }
    @media only screen and (max-width: 767px) {
      body.post-type-archive #site-header .jgf-logo svg {
        height: 65px !important; } }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child {
  margin-top: 0; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child {
  margin-bottom: 0; }

.script-text {
  font-size: 108px;
  line-height: 0.74;
  font-family: Actonia, cursive;
  text-transform: none;
  letter-spacing: 0px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.social-links {
  text-align: center;
  display: flex;
  justify-content: center;
  flex: 1 0 100%;
  list-style: none;
  padding: 0;
  margin: 0; }
  .no-flexbox .social-links {
    display: block;
    overflow: hidden; }
    .no-flexbox .social-links > * {
      float: left; }
  @media (min-width: 600px) {
    .social-links {
      flex: auto; } }
  .social-links a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    color: currentColor;
    margin: 0 6px; }
    .social-links a::before {
      content: '';
      position: absolute;
      display: block;
      line-height: 28px;
      width: 100%;
      font-family: "Font Awesome 5 Brands", 'FontAwesome';
      font-size: 22px;
      transition: all 0.25s ease; }
    .social-links a[href*=twitter]::before {
      content: ""; }
    .social-links a[href*=twitter]:hover {
      color: #1da1f2; }
    .social-links a[href*=linkedin]::before {
      content: ""; }
    .social-links a[href*=linkedin]:hover {
      color: #0077b5; }
    .social-links a[href*=facebook]::before {
      content: ""; }
    .social-links a[href*=facebook]:hover {
      color: #3b5998; }
    .social-links a[href*=instagram]::before {
      content: ""; }
    .social-links a[href*=instagram]:hover {
      color: #db2c74; }
    .social-links a[href*=youtube]::before {
      content: ""; }
    .social-links a[href*=youtube]:hover {
      color: #cd201f; }

.eu-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: white;
  padding: 0.75rem;
  justify-content: center;
  align-items: center; }
  .eu-cookie-consent p,
  .eu-cookie-consent button {
    margin: 0 0.5rem; }
  .eu-cookie-consent.is-visible {
    display: flex; }

#jgf-contact {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.64;
  font-weight: 300;
  letter-spacing: 3.6px;
  color: #f4f4f4;
  text-shadow: -1px -1px 0 #4f5460;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  transform: translateY(50%);
  bottom: -20px; }
  @media screen and (min-width: 600px) {
    #jgf-contact {
      font-size: calc(16px + 0.41667vw); } }
  @media screen and (min-width: 1024px) {
    #jgf-contact {
      font-size: 22px; } }
  #jgf-contact .jgf-logo {
    width: 180px;
    height: 180px;
    margin: 0 auto 90px; }
    #jgf-contact .jgf-logo svg {
      width: 100%;
      height: auto; }
      #jgf-contact .jgf-logo svg path {
        fill: #ffffff; }
  #jgf-contact .jgf-contact-close {
    cursor: pointer;
    position: absolute;
    top: 48px;
    right: 48px;
    width: 48px;
    height: 48px;
    z-index: 2;
    font-size: 32px;
    line-height: 0;
    text-shadow: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    #jgf-contact .jgf-contact-close .front, #jgf-contact .jgf-contact-close .back {
      border-radius: 100%; }
      #jgf-contact .jgf-contact-close .front span, #jgf-contact .jgf-contact-close .back span {
        transform: translate(-42%, 0); }
    #jgf-contact .jgf-contact-close .front {
      z-index: 2;
      color: #f4f4f4;
      box-shadow: 0px 0px 0px 2px #f4f4f4;
      transform: translate(-1px, -0.5px); }
    #jgf-contact .jgf-contact-close .back {
      z-index: 1;
      color: #8e929a;
      box-shadow: 0px 0px 0px 2px #8e929a; }
    #jgf-contact .jgf-contact-close:hover {
      transform: scale(1.05); }
  #jgf-contact .jgf-contact-wrapper {
    position: relative;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    overflow: auto;
    background-color: rgba(28, 30, 33, 0.95); }
  #jgf-contact .jgf-contact-inner {
    position: relative;
    width: 100%;
    padding: 60px 10% 8%; }
  #jgf-contact .jgf-contact-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 991px) {
      #jgf-contact .jgf-contact-content {
        flex-direction: column; } }
  #jgf-contact .jgf-contact-details, #jgf-contact .jgf-contact-forms {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 50%;
    height: 400px; }
    @media only screen and (max-width: 992px) {
      #jgf-contact .jgf-contact-details, #jgf-contact .jgf-contact-forms {
        width: 100%; } }
  @media only screen and (min-width: 992px) {
    #jgf-contact .jgf-contact-details {
      padding: 0 0 0 5%;
      border-left: 2px solid rgba(97, 103, 113, 0.9); } }
  #jgf-contact .jgf-contact-details__social, #jgf-contact .jgf-contact-details__getintouch {
    margin-bottom: 40px; }
  #jgf-contact .jgf-contact-details__social .social-links {
    justify-content: flex-start; }
  @media only screen and (min-width: 992px) {
    #jgf-contact .jgf-contact-details__forms {
      padding: 0 5% 0 0;
      border-right: 2px solid rgba(244, 244, 244, 0.25); } }

.jgf-form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap; }
  .jgf-form .gfield_label {
    display: none; }
  .jgf-form .gfield:not(:last-of-type) {
    margin: 0 0 24px; }
  .jgf-form .gform_footer {
    margin: 60px 0 0; }
  .jgf-form input[type=text], .jgf-form input[type=email], .jgf-form select, .jgf-form textarea {
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0px;
    background-color: transparent;
    font-size: 20px;
    box-shadow: 0 2px 0 #616771, 0 4px 0 #8e929a; }
    .jgf-form input[type=text]::-webkit-input-placeholder, .jgf-form input[type=email]::-webkit-input-placeholder, .jgf-form select::-webkit-input-placeholder, .jgf-form textarea::-webkit-input-placeholder {
      color: #e1e6f3;
      opacity: 1; }
    .jgf-form input[type=text]::-moz-placeholder, .jgf-form input[type=email]::-moz-placeholder, .jgf-form select::-moz-placeholder, .jgf-form textarea::-moz-placeholder {
      color: #e1e6f3;
      opacity: 1; }
    .jgf-form input[type=text]:-ms-input-placeholder, .jgf-form input[type=email]:-ms-input-placeholder, .jgf-form select:-ms-input-placeholder, .jgf-form textarea:-ms-input-placeholder {
      color: #e1e6f3;
      opacity: 1; }
    .jgf-form input[type=text]:-moz-placeholder, .jgf-form input[type=email]:-moz-placeholder, .jgf-form select:-moz-placeholder, .jgf-form textarea:-moz-placeholder {
      color: #e1e6f3;
      opacity: 1; }
  .jgf-form textarea {
    resize: vertical; }
    .jgf-form textarea.medium {
      height: 150px; }
    .jgf-form textarea.large {
      height: 300px; }
  .jgf-form select {
    color: #e1e6f3; }
    .jgf-form select.selected {
      color: #f4f4f4;
      text-shadow: none; }

@media only screen and (max-width: 991px) {
  .jgf-contact-details__forms {
    margin-bottom: 2rem; } }

.jgf-contact-content .jgf-contact-details__forms {
  width: 50%; }
  @media only screen and (max-width: 991px) {
    .jgf-contact-content .jgf-contact-details__forms {
      width: 100%; } }

.jgf__header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  color: #f4f4f4; }
  @media only screen and (max-width: 991px) {
    .jgf__header {
      align-items: center; } }
  body.page-home .jgf__header {
    display: none; }
  body.single .jgf__header-menu .menu-item::before {
    top: -68px;
    height: 48px; }
  body.single .jgf__header-menu .menu-item a {
    display: inline-block; }
  body.single .jgf__header-menu .menu-item .main-text {
    opacity: 1;
    transform: scale(1); }
  body.single .jgf__header-menu .menu-item.menu-item-has-children {
    position: relative; }
    body.single .jgf__header-menu .menu-item.menu-item-has-children .hover-text {
      position: absolute;
      top: 0;
      left: 50%;
      min-width: 100%;
      text-align: center;
      opacity: 0;
      transform: translate(-50%, 100%);
      transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  body.single .jgf__header-menu .menu-item .has-subitem-text .main-text {
    display: inline-block;
    opacity: 0;
    transform: scale(0.6); }
  body.single .jgf__header-menu .menu-item .has-subitem-text .hover-text {
    opacity: 1;
    transform: translate(-50%, 0); }
  body.single .jgf__header .sub-menu {
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    bottom: -67px;
    padding: 0;
    display: flex;
    align-items: flex-end; }
    body.single .jgf__header .sub-menu .menu-item {
      width: 2px;
      height: 22px;
      background-color: currentColor;
      font-size: 0pt; }
      body.single .jgf__header .sub-menu .menu-item:not(:last-of-type) {
        margin: 0 30px 0 0; }
      body.single .jgf__header .sub-menu .menu-item.current-menu-item {
        height: 40px; }
      body.single .jgf__header .sub-menu .menu-item a {
        display: inline-block;
        height: 100%; }
  .jgf__header .jgf-logo svg {
    height: 150px; }
    @media only screen and (max-width: 991px) {
      .jgf__header .jgf-logo svg {
        height: 125px; } }
    @media only screen and (max-width: 767px) {
      .jgf__header .jgf-logo svg {
        height: 100px; } }
  .jgf__header .jgf-logo g {
    fill: #ffffff; }
  .jgf__header-menu {
    list-style: none;
    padding: 30px 0 0;
    display: flex; }
    .jgf__header-menu .menu-item {
      position: relative;
      font-size: 14px;
      line-height: 1.11;
      font-weight: 300;
      letter-spacing: 1.9px;
      color: #f4f4f4;
      text-shadow: -1px -1px 3px #151618; }
      @media screen and (min-width: 600px) {
        .jgf__header-menu .menu-item {
          font-size: calc(14px + 0.27778vw); } }
      @media screen and (min-width: 1440px) {
        .jgf__header-menu .menu-item {
          font-size: 18px; } }
      .jgf__header-menu .menu-item::before {
        position: absolute;
        top: -60px;
        left: 50%;
        width: 2px;
        height: 60px;
        background-color: currentColor;
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .jgf__header-menu .menu-item::before {
            top: -90px; } }
      .jgf__header-menu .menu-item.current-menu-item, .jgf__header-menu .menu-item.current-menu-parent, .jgf__header-menu .menu-item.current_page_parent {
        color: #f4f4f4;
        text-decoration: underline; }
        .jgf__header-menu .menu-item.current-menu-item::before, .jgf__header-menu .menu-item.current-menu-parent::before, .jgf__header-menu .menu-item.current_page_parent::before {
          content: ''; }
      .jgf__header-menu .menu-item:hover > a {
        color: white;
        text-decoration: underline; }
      .jgf__header-menu .menu-item a {
        color: currentColor;
        text-decoration: none; }
      .jgf__header-menu .menu-item:not(:last-of-type) {
        margin: 0 96px 0 0; }
      .jgf__header-menu .menu-item .sub-menu {
        display: none;
        list-style: none; }
        .jgf__header-menu .menu-item .sub-menu .menu-item::before {
          content: none; }

body.single-post .menu-item:not(.current_page_parent) .sub-menu {
  display: none; }

.toggle-nav {
  display: none;
  height: 50px;
  border: none;
  font-size: 130%;
  min-width: unset; }
  .toggle-nav .text {
    margin-right: 1rem; }

@media only screen and (max-width: 991px) {
  .jgf__header-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8); }
    .jgf__header-nav .menu-main-menu-container {
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu {
        flex-direction: column;
        text-align: center; }
        .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item {
          width: 100%;
          margin: 1rem 0;
          font-size: 150%; }
          .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item .sub-menu {
            display: none; }
          .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current-menu-item, .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current-menu-parent, .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current_page_parent {
            margin: 5rem 0 1rem; }
            .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current-menu-item::before, .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current-menu-parent::before, .jgf__header-nav .menu-main-menu-container ul.jgf__header-menu > li.menu-item.current_page_parent::before {
              top: -70px; }
  .toggle-nav {
    display: block;
    z-index: 1; }
    .toggle-nav .chevron.is-left {
      position: relative;
      left: -3px;
      opacity: 0; } }

@media only screen and (max-width: 767px) {
  body:not(.home) .jgf__header .jgf-logo {
    width: 90px; } }

body.is-nav-open .toggle-nav {
  opacity: 1 !important; }

.jgf-about__header.white-box-header {
  min-height: 70vh; }

#site-footer {
  position: relative;
  padding: 24px 0;
  color: #616771;
  background-color: #1c1e21; }
  #site-footer .jgf-logo {
    width: 48px; }
    @media screen and (min-width: 768px) {
      #site-footer .jgf-logo {
        margin-right: 40px; } }
    @media only screen and (max-width: 767px) {
      #site-footer .jgf-logo {
        margin-bottom: 1.5rem;
        width: 75px; } }

.site-footer-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .site-footer-inner {
      flex-wrap: nowrap;
      flex-direction: column; } }

.jgf__footer-contact {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .jgf__footer-contact > div:not(:last-child) {
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .jgf__footer-contact {
      flex-direction: column;
      flex-wrap: nowrap;
      margin-bottom: 1.5rem; }
      .jgf__footer-contact > div:not(:last-child) {
        margin-bottom: 10px; }
      .jgf__footer-contact .button {
        margin: 2rem 0 1rem; } }

@media screen and (min-width: 768px) {
  .jgf__footer-credits {
    margin-left: auto; } }

@media only screen and (max-width: 767px) {
  .jgf__footer-credits {
    margin-bottom: 1rem; } }

.jgf-home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: filter 0.5s cubic-bezier(0.39, 0.575, 0.565, 1); }
  body.modal-open .jgf-home {
    filter: blur(10px) saturate(1.2); }
  .jgf-home img {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100vw; }
    .jgf-home img.active {
      bottom: -20vh; }
  .jgf-home .background {
    top: -15vh;
    bottom: 0;
    height: 115vh; }
  .jgf-home .jgf-logo {
    position: relative;
    z-index: 1;
    width: 360px;
    height: 360px;
    margin: 60px; }
    @media only screen and (max-width: 767px) {
      .jgf-home .jgf-logo {
        margin: 20px;
        width: 200px;
        height: 200px; } }
  .jgf-home-nav {
    opacity: 0;
    transform: translateY(-100%); }
    .jgf-home-nav .menu {
      margin-top: 60px;
      list-style: none;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 991px) {
        .jgf-home-nav .menu {
          flex-direction: column;
          padding: 0; }
          .jgf-home-nav .menu .menu-item {
            margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .jgf-home-nav .menu {
          margin-top: 40px; } }
    .jgf-home-nav li {
      font-size: 20px;
      font-weight: 300;
      line-height: 2;
      letter-spacing: 4px;
      text-align: center;
      color: #616771; }
      .jgf-home-nav li:not(:last-of-type) {
        margin-right: 80px; }
    .jgf-home-nav a {
      color: currentColor;
      text-decoration: none; }
  .jgf-home-strap {
    opacity: 0;
    transform: translateY(-100%); }

.jgf-strap {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 0.91;
  letter-spacing: 21px;
  text-align: center;
  color: #616771; }
  @media screen and (min-width: 600px) {
    .jgf-strap {
      font-size: calc(15px + 1.18056vw); } }
  @media screen and (min-width: 768px) {
    .jgf-strap {
      font-size: 32px; } }
  @media only screen and (max-width: 767px) {
    .jgf-strap {
      letter-spacing: 14px; } }
  .jgf-strap:last-child {
    margin-top: 24px; }
  .jgf-strap.script-text {
    font-size: 50px;
    line-height: 0.74;
    font-family: Actonia, cursive;
    text-transform: none;
    letter-spacing: 0px; }
    @media screen and (min-width: 600px) {
      .jgf-strap.script-text {
        font-size: calc(50px + 4.02778vw); } }
    @media screen and (min-width: 768px) {
      .jgf-strap.script-text {
        font-size: 108px; } }

.post-type-archive-menu .page-container {
  min-height: calc(100vh - 274px); }

#jgf__menus-archive {
  position: relative;
  min-height: 100vh;
  color: #f4f4f4; }
  #jgf__menus-archive .jgf-title {
    margin: 0 0 32px;
    font-size: 60px;
    line-height: 0.69; }
    @media screen and (min-width: 600px) {
      #jgf__menus-archive .jgf-title {
        font-size: calc(60px + 6.94444vw); } }
    @media screen and (min-width: 1440px) {
      #jgf__menus-archive .jgf-title {
        font-size: 160px; } }
  #jgf__menus-archive .background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c1e21;
    opacity: 0.5; }
    @supports (mix-blend-mode: multiply) {
      #jgf__menus-archive .background::after {
        background-color: #5d474e;
        opacity: 0.3;
        mix-blend-mode: multiply; } }

.jgf__menus-inner {
  position: relative;
  text-align: center; }

.jgf__menus-list {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  color: #f4f4f4; }
  @media screen and (min-width: 768px) {
    .jgf__menus-list {
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; } }
  .jgf__menus-list-item {
    display: inline-block;
    color: currentColor;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 4px; }
    @media screen and (min-width: 600px) {
      .jgf__menus-list-item {
        font-size: calc(14px + 0.41667vw); } }
    @media screen and (min-width: 1440px) {
      .jgf__menus-list-item {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) {
      .jgf__menus-list-item:not(:last-of-type) {
        margin-right: 40px; } }
    .jgf__menus-list-item:hover {
      font-weight: bold; }

.jgf-menu {
  position: relative;
  background-color: #f4f4f4;
  text-align: center; }
  .jgf-menu-next, .jgf-menu-prev {
    position: absolute;
    top: 12px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-transform: uppercase; }
    .jgf-menu-next::before, .jgf-menu-prev::before {
      content: '';
      border-style: solid;
      border-width: 2px 2px 0 0;
      display: inline-block;
      height: 12px;
      position: absolute;
      top: 50%;
      vertical-align: top;
      width: 12px;
      border-color: #616771;
      transform-origin: center; }
  .jgf-menu-next {
    right: 0;
    padding: 10px; }
    .jgf-menu-next::before {
      transform: translateY(-5px) translateX(-8px) rotate(45deg); }
    .jgf-menu-next span {
      display: inline-block;
      transform: translateY(-10px) translateX(-50px); }
  .jgf-menu-prev {
    left: 0;
    padding: 10px; }
    .jgf-menu-prev::before {
      transform: translateY(-5px) translateX(-3px) rotate(-135deg); }
    .jgf-menu-prev span {
      display: inline-block;
      transform: translateY(-10px) translateX(15px); }
  .jgf-menu__menus-actions {
    position: relative;
    z-index: 20; }
    .jgf-menu__menus-actions .swiper-pagination {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .jgf-menu__menus-actions .swiper-pagination-bullet {
      opacity: 1;
      background-color: #616771; }
      .jgf-menu__menus-actions .swiper-pagination-bullet-active {
        background-color: #579797; }
      .jgf-menu__menus-actions .swiper-pagination-bullet:not(:last-of-type) {
        margin-right: 24px; }
    .jgf-menu__menus-actions.top {
      top: -10px;
      width: 80%;
      margin: auto;
      max-width: 800px; }
      .jgf-menu__menus-actions.top .swiper-pagination {
        top: 90px; }
    .jgf-menu__menus-actions.bottom {
      height: 50px;
      width: 80%;
      margin: auto;
      max-width: 800px;
      margin-top: 100px; }
  .jgf-menu__header {
    position: relative;
    max-height: 85vh; }
    .jgf-menu__header::before {
      content: '';
      display: table;
      padding-top: 60%; }
    .jgf-menu__header::after {
      content: '';
      position: absolute;
      bottom: 0;
      transform: translateY(50%);
      left: 50%;
      width: 1px;
      height: 165px;
      background-color: #579797; }
    @media only screen and (max-width: 767px) {
      .jgf-menu__header::after {
        height: 100px; } }
    .jgf-menu__header .jgf-title {
      font-size: 50px;
      line-height: 0.69; }
      @media screen and (min-width: 600px) {
        .jgf-menu__header .jgf-title {
          font-size: calc(50px + 7.63889vw); } }
      @media screen and (min-width: 1440px) {
        .jgf-menu__header .jgf-title {
          font-size: 160px; } }
  .jgf-menu__menus {
    position: relative;
    margin: 160px 0 0; }
    .jgf-menu__menus h3 {
      font-size: 18px;
      line-height: 1;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 8px;
      text-align: center;
      color: #1c1e21;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 160px;
      max-width: 75%; }
      @media screen and (min-width: 600px) {
        .jgf-menu__menus h3 {
          font-size: calc(18px + 0.41667vw); } }
      @media screen and (min-width: 1440px) {
        .jgf-menu__menus h3 {
          font-size: 24px; } }
  .jgf-menu__content {
    position: relative;
    padding: 200px 0 130px; }
    .jgf-menu__content .button {
      margin-top: 48px; }
      @media screen and (min-width: 1024px) {
        .jgf-menu__content .button {
          margin-top: 96px; } }
    .jgf-menu__content-body {
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.5rem;
      letter-spacing: 2.5px; }
    .jgf-menu__content-buttons {
      display: flex;
      justify-content: space-between;
      max-width: 500px;
      margin: auto; }
      .jgf-menu__content-buttons .button {
        max-width: 250px; }
  .jgf-menu__footer {
    position: relative;
    padding: 72px 0 140px; }
    .jgf-menu__footer::after {
      content: '';
      position: absolute;
      bottom: 0;
      transform: translateY(50%);
      left: 50%;
      width: 1px;
      height: 165px;
      background-color: #579797; }
    .jgf-menu__footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 70%;
      max-width: 700px;
      height: 1px;
      background-color: #579797;
      transform: translateX(-50%); }
    .jgf-menu__footer-inner {
      font-size: 24px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: 8px;
      text-transform: uppercase;
      display: flex;
      justify-content: space-evenly; }
      @media only screen and (max-width: 991px) {
        .jgf-menu__footer-inner {
          flex-direction: column; } }
      .jgf-menu__footer-inner .jgf-menu__back {
        text-decoration: none;
        color: #616771; }
        @media only screen and (max-width: 991px) {
          .jgf-menu__footer-inner .jgf-menu__back {
            margin: 2rem 0; } }
        .jgf-menu__footer-inner .jgf-menu__back:hover {
          color: #579797; }
      .jgf-menu__footer-inner .jgf-menu__next {
        text-decoration: none;
        color: #616771; }
        @media only screen and (max-width: 991px) {
          .jgf-menu__footer-inner .jgf-menu__next {
            margin: 2rem 0; } }
        .jgf-menu__footer-inner .jgf-menu__next:hover {
          color: #579797; }
  .jgf-menu .menu-content {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5rem;
    letter-spacing: 2.5px; }

#jgf__menus-more {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #f4f4f4; }
  #jgf__menus-more .jgf__menus-more-item {
    position: relative;
    z-index: 2;
    color: #f4f4f4;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%; }
    @media screen and (min-width: 768px) {
      #jgf__menus-more .jgf__menus-more-item {
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      #jgf__menus-more .jgf__menus-more-item {
        width: 25%; } }
    @media screen and (min-width: 1440px) {
      #jgf__menus-more .jgf__menus-more-item {
        width: 20%; } }
    #jgf__menus-more .jgf__menus-more-item.current {
      color: #386565;
      text-shadow: 0 1px 0 rgba(151, 213, 213, 0.43); }
      #jgf__menus-more .jgf__menus-more-item.current::after {
        content: '';
        background-color: rgba(87, 151, 151, 0.8); }
    #jgf__menus-more .jgf__menus-more-item::before {
      content: '';
      display: table;
      padding-top: 100%; }
    #jgf__menus-more .jgf__menus-more-item .overlay h3 {
      text-shadow: 0 2px 24px #1c1e21; }
    #jgf__menus-more .jgf__menus-more-item h3 {
      position: relative;
      z-index: 1;
      margin: 0;
      font-family: Actonia, cursive;
      font-weight: 300;
      font-size: 27px;
      line-height: 0.96; }
      @media screen and (min-width: 600px) {
        #jgf__menus-more .jgf__menus-more-item h3 {
          font-size: calc(27px + 1.59722vw); } }
      @media screen and (min-width: 1440px) {
        #jgf__menus-more .jgf__menus-more-item h3 {
          font-size: 50px; } }
    #jgf__menus-more .jgf__menus-more-item .button {
      margin: 16px 0 0; }
    @media only screen and (max-width: 767px) {
      #jgf__menus-more .jgf__menus-more-item .overlay {
        width: 90%; }
        #jgf__menus-more .jgf__menus-more-item .overlay .button {
          min-width: 100%; } }

.index.index-menus {
  margin-top: 134px; }
  @media only screen and (max-width: 991px) {
    .index.index-menus {
      margin-top: 109px; } }
  @media only screen and (max-width: 767px) {
    .index.index-menus {
      margin-top: 99px; } }
  .index.index-menus .menus-wrapper .menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .index.index-menus .menus-wrapper .menus .menu {
      width: 25%;
      position: relative;
      display: flex;
      text-decoration: none; }
      @media only screen and (max-width: 1199px) {
        .index.index-menus .menus-wrapper .menus .menu {
          width: 33.33%; } }
      @media only screen and (max-width: 991px) {
        .index.index-menus .menus-wrapper .menus .menu {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .index.index-menus .menus-wrapper .menus .menu {
          width: 100%; } }
      .index.index-menus .menus-wrapper .menus .menu::before {
        content: '';
        display: table;
        padding-top: 100%; }
      .index.index-menus .menus-wrapper .menus .menu .overlay {
        background-color: rgba(87, 151, 151, 0.8);
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        opacity: 0;
        transition: opacity 300ms;
        flex-direction: column; }
        .index.index-menus .menus-wrapper .menus .menu .overlay .title {
          font-size: calc(27px + 1.59722vw);
          text-shadow: 0 1px 0 rgba(151, 213, 213, 0.43);
          font-family: Actonia, cursive;
          color: #386565;
          font-weight: 300;
          margin-bottom: 0;
          max-width: 90%; }
        .index.index-menus .menus-wrapper .menus .menu .overlay .button {
          display: none; }
        @media only screen and (max-width: 991px) {
          .index.index-menus .menus-wrapper .menus .menu .overlay {
            opacity: 1;
            background: none; }
            .index.index-menus .menus-wrapper .menus .menu .overlay .title {
              color: #f4f4f4;
              text-shadow: 0 2px 24px #1c1e21;
              margin-bottom: 2rem; }
            .index.index-menus .menus-wrapper .menus .menu .overlay .button {
              display: block; } }
      .index.index-menus .menus-wrapper .menus .menu:hover .overlay {
        opacity: 1; }
      @media only screen and (max-width: 767px) {
        .index.index-menus .menus-wrapper .menus .menu.menu-block {
          display: none; } }

.jgf-page-header .jgf-title {
  font-size: 60px;
  line-height: 1; }
  @media screen and (min-width: 600px) {
    .jgf-page-header .jgf-title {
      font-size: calc(60px + 6.94444vw); } }
  @media screen and (min-width: 1440px) {
    .jgf-page-header .jgf-title {
      font-size: 160px; } }

body.single-post .jgf-page-header {
  padding-top: 30vh;
  min-height: 70vh; }
  body.single-post .jgf-page-header::after {
    background-color: #616771; }
  body.single-post .jgf-page-header .jgf-title {
    font-size: 40px;
    position: relative;
    bottom: 50px; }
    @media screen and (min-width: 600px) {
      body.single-post .jgf-page-header .jgf-title {
        font-size: calc(40px + 2.77778vw); } }
    @media screen and (min-width: 1440px) {
      body.single-post .jgf-page-header .jgf-title {
        font-size: 80px; } }

body.single-post .jgf-about__content-inner::after {
  background-color: #616771; }

body.single-post .jgf-about__content .jgf-date {
  margin-bottom: 2rem; }

body.single-post .jgf-page {
  background-color: #f4f4f4;
  font-size: calc(12px + 0.27778vw);
  letter-spacing: 2.66667px;
  font-weight: 300;
  color: #616771;
  line-height: 2;
  padding: 8vh 0 0; }
  body.single-post .jgf-page .content {
    margin-bottom: 10rem; }
  body.single-post .jgf-page .jgf-menu__footer {
    text-align: center; }
    body.single-post .jgf-page .jgf-menu__footer::before {
      background-color: #616771; }
    body.single-post .jgf-page .jgf-menu__footer .jgf-menu__back:hover, body.single-post .jgf-page .jgf-menu__footer .jgf-menu__next:hover {
      color: #3e4148; }

body.single-post .jgf__menus-more-item.current::after {
  background-color: rgba(97, 103, 113, 0.8) !important; }

body.single-post .jgf__menus-more-item.current h3 {
  color: #3e4148; }

body.blog .jgf-page-header::after {
  background-color: #616771; }
  @media only screen and (max-width: 767px) {
    body.blog .jgf-page-header::after {
      height: 100px; } }

body.blog .jgf__news-grid-item-content {
  background-color: rgba(97, 103, 113, 0.85); }

body.blog .pagination a {
  color: rgba(97, 103, 113, 0.8); }
  body.blog .pagination a:hover {
    color: #616771; }

body.blog .pagination span.current {
  color: #616771; }

.jgf-about-tagline, .jgf-about__single-service__label h3 {
  font-size: 60px;
  line-height: 0.92;
  text-align: center;
  color: #0b7036;
  font-family: Actonia, cursive;
  font-weight: 400; }
  @media screen and (min-width: 600px) {
    .jgf-about-tagline, .jgf-about__single-service__label h3 {
      font-size: calc(60px + 4.16667vw); } }
  @media screen and (min-width: 1440px) {
    .jgf-about-tagline, .jgf-about__single-service__label h3 {
      font-size: 120px; } }

.jgf-about-tagline {
  max-width: 80%;
  margin: 48px auto; }
  .jgf-about-tagline__subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 8px; }

.jgf-about__single-service__label {
  position: relative;
  padding: 12px 0;
  text-align: center; }
  .jgf-about__single-service__label h3 {
    margin: 0 0 24px; }
  .jgf-about__single-service__label div {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 8px; }

.jgf-about__single-service__desc {
  position: relative;
  max-width: 348px;
  letter-spacing: 2.66667px;
  font-weight: 300;
  color: #616771;
  line-height: 2;
  text-align: center;
  font-size: calc(12px + 0.27778vw); }
  @media only screen and (min-width: 992px) {
    .jgf-about__single-service__desc {
      transform: translateY(-10%);
      margin-right: 1em; } }
  @media only screen and (max-width: 991px) {
    .jgf-about__single-service__desc {
      margin: 3rem 0;
      max-width: 100%; } }

.jgf-about__single-service__desc-expanded {
  font-size: calc(12px + 0.27778vw);
  letter-spacing: 2.66667px;
  font-weight: 300;
  color: #616771;
  line-height: 2;
  text-align: center; }

.jgf-about__gallery {
  position: relative;
  width: 57%; }
  @media only screen and (max-width: 991px) {
    .jgf-about__gallery {
      width: 100%; } }
  .jgf-about__gallery img {
    display: block;
    min-width: 100%; }
  .jgf-about__gallery .swiper-button-next, .jgf-about__gallery .swiper-button-prev {
    top: auto;
    bottom: 24px;
    transform: scale(0.4);
    padding: 12px; }
  .jgf-about__gallery .swiper-button-prev {
    left: 30px; }
  .jgf-about__gallery .swiper-button-next {
    right: 30px; }
  .jgf-about__gallery .swiper-pagination-bullets {
    bottom: 34px; }
  .jgf-about__gallery .swiper-pagination-bullet {
    background-color: #ffffff; }
    .jgf-about__gallery .swiper-pagination-bullet-active {
      background-color: #0b7036; }

.jgf-about__how-we-do {
  position: relative;
  padding: 180px 0 180px; }
  .jgf-about__how-we-do::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 50%;
    width: 1px;
    height: 138px;
    background-color: #0b7036; }

.jgf-about__testimonials {
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 100px 50px 0;
  color: #616771; }
  .jgf-about__testimonials::before {
    content: '\201C	\201D';
    position: absolute;
    top: 0;
    left: 49.4%;
    transform: translateX(-50%);
    font-size: 42px;
    line-height: 0.96;
    letter-spacing: -1px;
    font-family: Actonia, cursive; }
    @media screen and (min-width: 600px) {
      .jgf-about__testimonials::before {
        font-size: calc(42px + 2.91667vw);
        letter-spacing: -1.33333px; } }
    @media screen and (min-width: 1440px) {
      .jgf-about__testimonials::before {
        font-size: 84px;
        letter-spacing: -2px; } }
  .jgf-about__testimonials-quote {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 0 0 60px;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .jgf-about__testimonials-quote {
        font-size: calc(16px + 0.27778vw);
        letter-spacing: 2.66667px; } }
    @media screen and (min-width: 1440px) {
      .jgf-about__testimonials-quote {
        font-size: 20px;
        letter-spacing: 4px; } }
  .jgf-about__testimonials-name {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    color: #1c1e21;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .jgf-about__testimonials-name {
        font-size: calc(16px + 0.27778vw);
        letter-spacing: 2.66667px; } }
    @media screen and (min-width: 1440px) {
      .jgf-about__testimonials-name {
        font-size: 20px;
        letter-spacing: 4px; } }
  .jgf-about__testimonials .swiper-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .jgf-about__testimonials .swiper-navigation #swiper-next, .jgf-about__testimonials .swiper-navigation #swiper-prev {
      cursor: pointer; }

.jgf-about__who-we-are {
  position: relative;
  padding: 180px 0 140px;
  background-color: #f4f4f4; }
  .jgf-about__who-we-are::before {
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 50%;
    width: 1px;
    height: 138px;
    background-color: #0b7036; }
  .jgf-about__who-we-are:not(.no-team) {
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 50%, #ffffff 50%, #ffffff 70%, #f4f4f4 70%, #f4f4f4 100%); }

.jgf-about__team {
  position: relative;
  padding: 90px 0 150px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: minmax(100px, auto);
  grid-gap: 50px 0; }
  @media only screen and (max-width: 767px) {
    .jgf-about__team {
      display: block; } }
  .jgf-about__team-details {
    position: absolute;
    text-align: center; }
  .jgf-about__team-title {
    margin: 0;
    font-size: 42px;
    line-height: 0.96;
    color: #0b7036;
    font-family: Actonia, cursive;
    font-weight: 400; }
    @media screen and (min-width: 600px) {
      .jgf-about__team-title {
        font-size: calc(42px + 2.91667vw); } }
    @media screen and (min-width: 1440px) {
      .jgf-about__team-title {
        font-size: 84px; } }
  .jgf-about__team-role {
    color: #1c1e21;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .jgf-about__team-content {
    margin-top: 100px;
    padding: 0 0 40px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    color: #616771; }
    @media screen and (min-width: 600px) {
      .jgf-about__team-content {
        font-size: calc(16px + 0.27778vw);
        letter-spacing: 2.66667px; } }
    @media screen and (min-width: 1440px) {
      .jgf-about__team-content {
        font-size: 20px;
        letter-spacing: 4px; } }
  .jgf-about__team-member {
    position: relative;
    backface-visibility: hidden;
    perspective: 1000px;
    z-index: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media only screen and (max-width: 767px) {
      .jgf-about__team-member {
        margin-bottom: 2rem; } }
    .jgf-about__team-member:hover {
      z-index: 10;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.2);
      transform: translateY(10px); }
      .jgf-about__team-member:hover::before {
        background-color: rgba(11, 112, 54, 0.5); }
    .jgf-about__team-member::before {
      content: '';
      z-index: 1;
      background-color: rgba(11, 112, 54, 0);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media only screen and (min-width: 768px) {
      .jgf-about__team-member:first-of-type {
        grid-column: 1/6;
        grid-row: 1/6; }
        .jgf-about__team-member:first-of-type .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 93%; }
        .jgf-about__team-member:first-of-type .jgf-about__team-details {
          top: 100%;
          left: 10%;
          transform: translateY(-50%); }
      .jgf-about__team-member:nth-of-type(2) {
        grid-column: 7/13;
        grid-row: 2/8; }
        .jgf-about__team-member:nth-of-type(2) .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 102%; }
        .jgf-about__team-member:nth-of-type(2) .jgf-about__team-details {
          top: 0;
          left: 50%;
          transform: translate(-50%, -50%); }
        .jgf-about__team-member:nth-of-type(2) .jgf-about__team-role {
          color: #f4f4f4; }
      .jgf-about__team-member:nth-of-type(3) {
        z-index: 5;
        grid-column: 4/9;
        grid-row: 4/11; }
        .jgf-about__team-member:nth-of-type(3) .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 131%; }
        .jgf-about__team-member:nth-of-type(3) .jgf-about__team-details {
          bottom: 0;
          right: 0;
          transform: translate(50%, -50%); }
      .jgf-about__team-member:nth-of-type(4) {
        grid-column: 1/6;
        grid-row: 12/16;
        transform: translateX(-10%); }
        .jgf-about__team-member:nth-of-type(4) .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 72%; }
        .jgf-about__team-member:nth-of-type(4) .jgf-about__team-details {
          top: 100%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .jgf-about__team-member:nth-of-type(5) {
        grid-column: 8/13;
        grid-row: 14/19; }
        .jgf-about__team-member:nth-of-type(5) .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 92%; }
        .jgf-about__team-member:nth-of-type(5) .jgf-about__team-details {
          top: 100%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    @media only screen and (max-width: 767px) {
      .jgf-about__team-member {
        grid-column: 1/6;
        grid-row: 1/6; }
        .jgf-about__team-member .jgf-about__team-photo::before {
          content: "";
          height: 0;
          display: block;
          padding-top: 93%; }
        .jgf-about__team-member .jgf-about__team-details {
          bottom: 5%;
          left: 5%; }
        .jgf-about__team-member .jgf-about__team-role {
          color: #f4f4f4; } }

.jgf-about__what-we-do {
  position: relative;
  padding: 140px 0 200px;
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 12.5%, #ffffff 12.5%, #ffffff 100%); }

.jgf-about__single-service {
  position: relative;
  padding: 80px 0 0; }
  .jgf-about__single-service + * {
    padding: 60px 0 0; }
  .jgf-about__single-service .jgf-about__gallery .swiper-container {
    max-height: 500px; }
  @media only screen and (min-width: 992px) {
    .jgf-about__single-service .jgf-about__single-service__label {
      pointer-events: none; } }
  @media only screen and (min-width: 992px) {
    .jgf-about__single-service:nth-of-type(2n + 1) .jgf-about__single-service__label {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 10;
      transform: translate(75%, -50%); } }
  @media only screen and (max-width: 991px) {
    .jgf-about__single-service:nth-of-type(2n + 1) .jgf-about__single-service__label {
      margin-top: 3rem; } }
  .jgf-about__single-service:nth-of-type(2n + 1) .jgf-about__single-service__desc {
    margin-left: auto; }
  .jgf-about__single-service:nth-of-type(2n) .jgf-about__gallery {
    margin-left: auto; }
  @media only screen and (min-width: 992px) {
    .jgf-about__single-service:nth-of-type(2n) .jgf-about__single-service__label {
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: 10;
      transform: translate(10%, -50%); } }
  @media only screen and (max-width: 991px) {
    .jgf-about__single-service:nth-of-type(2n) .jgf-about__single-service__label {
      margin-top: 3rem; } }
  .jgf-about__single-service:nth-of-type(4) .jgf-about__gallery {
    width: 90%;
    margin: auto; }
    @media only screen and (max-width: 991px) {
      .jgf-about__single-service:nth-of-type(4) .jgf-about__gallery {
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      .jgf-about__single-service:nth-of-type(4) .jgf-about__gallery .swiper-pagination.swiper-pagination-bullets {
        display: none; } }
    .jgf-about__single-service:nth-of-type(4) .jgf-about__gallery .jgf-about__single-service__label {
      position: relative;
      transform: unset;
      left: unset;
      right: unset; }
      @media only screen and (min-width: 992px) {
        .jgf-about__single-service:nth-of-type(4) .jgf-about__gallery .jgf-about__single-service__label {
          top: -80px; } }
  .jgf-about__single-service:nth-of-type(4) .jgf-about__single-service__desc {
    max-width: unset; }
    @media only screen and (min-width: 992px) {
      .jgf-about__single-service:nth-of-type(4) .jgf-about__single-service__desc {
        top: 100px;
        width: 90%;
        margin: auto; } }

.jgf-about__above-fold {
  position: relative;
  min-height: 100vh;
  padding: 19vw 0; }

.jgf-about__header {
  position: relative;
  min-height: 100vh;
  padding: 17% 0 26%; }
  .jgf-about__header::before {
    content: '';
    opacity: 0.86;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(155, 160, 170, 0), #090a0b); }
  .jgf-about__header .jgf-about-tagline, .jgf-about__header .jgf-about-tagline__subtitle {
    position: relative;
    z-index: 1;
    color: #ffffff; }

.jgf-about__content {
  position: relative;
  background-color: #f4f4f4; }
  .jgf-about__content-inner {
    position: relative;
    z-index: 10;
    padding: 10% 12%;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 300;
    color: #616771;
    box-shadow: 0 2px 12px 0 rgba(97, 103, 113, 0.18);
    transform: translateY(-100px); }
    @media screen and (min-width: 600px) {
      .jgf-about__content-inner {
        font-size: calc(16px + 0.27778vw);
        letter-spacing: 2.66667px; } }
    @media screen and (min-width: 1440px) {
      .jgf-about__content-inner {
        font-size: 20px;
        letter-spacing: 4px; } }
    .jgf-about__content-inner::before {
      content: '';
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      left: 50%;
      width: 1px;
      height: 165px;
      background-color: #ffffff; }
    .jgf-about__content-inner::after {
      content: '';
      position: absolute;
      bottom: 0;
      transform: translateY(50%);
      left: 50%;
      width: 1px;
      height: 165px;
      background-color: #0b7036; }
    @media only screen and (max-width: 991px) {
      .jgf-about__content-inner {
        padding: 10% 10% 15%; }
        .jgf-about__content-inner::after {
          height: 120px; } }
    @media only screen and (max-width: 767px) {
      .jgf-about__content-inner {
        padding: 15% 10% 20%; }
        .jgf-about__content-inner::before {
          top: -25px;
          height: 80px; }
        .jgf-about__content-inner::after {
          height: 100px;
          bottom: -5px; } }

@media only screen and (max-width: 991px) {
  .jgf-about__above-fold {
    padding-top: 214px; }
  .jgf-page-header {
    min-height: 40vh;
    padding-top: 25vh; }
  .jgf-about__header {
    padding-top: 25vh; } }

body.page-template-template-about .jgf-about__how-we-do::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 50%;
  width: 1px;
  height: 165px;
  background-color: #0b7036; }

body.page-template-template-white-box .jgf-about__what-we-do::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 50%;
  width: 1px;
  height: 165px;
  background-color: #579797; }

@media only screen and (max-width: 991px) {
  body.page-template-template-white-box .jgf-about__what-we-do {
    padding-top: 50px; } }

@media only screen and (max-width: 767px) {
  body.page-template-template-white-box .jgf-about__what-we-do .jgf-about__single-service {
    padding: 40px 0; }
    body.page-template-template-white-box .jgf-about__what-we-do .jgf-about__single-service .jgf-about__single-service__desc {
      margin-top: 1rem; } }

body.page-sustainability .jgf-about__gallery h3 {
  color: #0b7036; }

body.page-sustainability .jgf-about__gallery .swiper-pagination-bullet-active {
  background-color: #0b7036; }

body.page-sustainability .jgf-about__content-inner::after {
  background-color: #0b7036; }

body.page-sustainability .jgf-about-tagline {
  max-width: unset; }

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