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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 300;
  background: #F5F5F5;
  line-height: 1.15;
  font-family: var(--wp--preset--font-family--body-font);
}
body#tinymce {
  background: #fff;
  color: #333;
}

a {
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--mexican-pink);
  font-weight: 700;
  text-decoration: underline;
}

p {
  font-family: var(--wp--preset--font-family--body-font);
  font-weight: 300;
  text-decoration: none;
}

figure {
  height: auto;
  width: auto;
  position: relative;
}

body.noscript img.lazy {
  display: none;
  visibility: hidden;
  background: none;
}

/* Typography */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6,
.font-heading {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.h1, h1 {
  font-size: 4.375rem;
}

.h2, h2 {
  font-size: 3.125rem;
  line-height: 1.15;
  margin-top: 0;
}

.h3, h3 {
  font-size: 2rem;
}

.h4, h4 {
  font-size: 1.375rem;
}

.h5, h5 {
  font-size: 1.15rem;
}

.h6, h6 {
  font-size: 1rem;
}

p {
  line-height: 1.4rem;
  margin-bottom: 1.125rem;
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 0;
  display: block;
}
ol dt,
ol dd,
ol li,
ul dt,
ul dd,
ul li,
dl dt,
dl dd,
dl li {
  margin-bottom: 1.125rem;
  line-height: 1.5;
}
ol dt:last-child,
ol dd:last-child,
ol li:last-child,
ul dt:last-child,
ul dd:last-child,
ul li:last-child,
dl dt:last-child,
dl dd:last-child,
dl li:last-child {
  margin-bottom: 0;
}

ul {
  width: 100%;
  list-style-position: outside;
}
ul li::marker {
  color: var(--wp--preset--color--viridian-green);
}
ul.list-check li {
  padding-left: 1rem;
}
ul.list-check li::marker {
  content: "✔";
  color: var(--wp--preset--color--viridian-green);
}
ul.list-no li {
  padding-left: 1rem;
}
ul.list-no li::marker {
  content: "✖";
  color: #FF6060;
}

blockquote {
  border-left: 0;
  margin: 1.5rem 0;
  padding: 1.5rem 1rem;
  quotes: "“" "”" "‘" "’";
}
blockquote.wp-block-quote {
  border-left: 0;
  position: relative;
}

blockquote:before {
  color: var(--wp--preset--color--viridian-green);
  content: open-quote;
  font-size: 5em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 26px;
  left: 20px;
}

blockquote p {
  display: block;
  margin-left: 3rem;
  font-size: 1.25rem;
  color: rgb(30, 22, 66);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.transform-uppercase {
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

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

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

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

/* Forms */
input,
textarea,
select {
  padding: 0.9375rem;
  border-radius: 0.625rem;
  background: var(--wp--preset--color--true-white);
  border: 0;
  outline: none;
  color: var(--wp--preset--color--primary-navy);
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid transparent;
  transition: border 0.2s ease-in-out;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  border: 2px solid var(--wp--preset--color--mexican-pink);
}

select::-ms-expand {
  display: none;
}

button,
.button {
  border: 0;
}

.btn a {
  border: 0;
}

.forminator-label {
  display: block;
  font-size: 1.25rem;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  margin-bottom: 1rem;
  margin-top: 0;
}
.forminator-label span {
  line-height: 1.15;
  font-family: var(--wp--preset--font-family--body-font);
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}

input[type=radio] {
  width: auto;
  /* The native appearance is hidden */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  /* For a circular appearance we need a border-radius. */
  border-radius: 50%;
  /* The background will be the radio dot's color. */
  background: #fff;
  /* The border will be the spacing between the dot and the outer circle */
  border: 3px solid #FFF;
  /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
  cursor: pointer;
}
input[type=radio]:checked {
  /* The background will be the radio dot's color. */
  background: var(--wp--preset--color--mexican-pink);
  box-shadow: 0 0 0 1px var(--wp--preset--color--mexican-pink), 0px 3px 6px rgba(0, 0, 0, 0.16);
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--wp--preset--color--mexican-pink);
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  cursor: pointer;
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: var(--wp--preset--color--mexican-pink);
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

button,
input[type=submit] {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out;
  border-radius: var(--wp--custom--button--border--radius);
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  padding: 0.9375rem 3.125rem !important;
  text-transform: none !important;
  text-decoration: none;
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out;
  background: var(--wp--preset--color--true-white);
  color: var(--wp--preset--color--primary-navy);
}
button:hover,
input[type=submit]:hover {
  filter: brightness(85%);
}

/*
* Forminator
*/
label.forminator-checkbox {
  display: flex;
}

span.forminator-checkbox-label {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1rem;
}

/* 
* PMPro Forms
*/
.pmpro_form hr {
  height: 0;
  display: none;
  visibility: hidden;
}
.pmpro_form h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: var(--wp--preset--font-family--heading-font);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.4;
}
.pmpro_form #pmpro_pricing_fields {
  background: #F5F5F5;
  color: #000;
  border-radius: 0.625rem;
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 2rem 0;
}
.pmpro_form #pmpro_pricing_fields h3 {
  margin-top: 0;
  color: var(--wp--preset--color--primary-navy);
  font-size: 1.8rem;
}
.pmpro_form .pmpro_checkout {
  position: relative;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 2rem 0;
}
.pmpro_form .pmpro_checkout-field label {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--wp--preset--font-family--heading-font);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
}
.pmpro_form .pmpro_checkout-field input:not([type=checkbox]),
.pmpro_form .pmpro_checkout-field textarea {
  display: inline-block;
}
.pmpro_form .pmpro_checkout-field input[type=checkbox] {
  float: left;
  margin-top: 8px;
  margin-right: 1rem;
}
.pmpro_form .pmpro_checkout-field .pmpro_asterisk {
  color: #C00;
}
.pmpro_form .pmpro_checkout-field textarea > .pmpro_asterisk {
  margin-top: -50%;
}
.pmpro_form .pmpro_checkout-field-select {
  position: relative;
}
.pmpro_form .pmpro_checkout-field-select:after {
  content: "\f347";
  color: var(--wp--preset--color--mexican-pink);
  right: 130px;
  /*Adjust for position however you want*/
  top: 53px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
}

.pmpro_btn:not(.pmpro_btn-cancel) {
  color: #fff;
  background: var(--wp--preset--color--mexican-pink);
  border: 0;
}

.pmpro_btn-cancel {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: var(--wp--custom--button--border--radius);
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight) !important;
  padding: 0.9375rem 3.125rem !important;
  text-transform: none !important;
  background: #fff;
  color: var(--wp--preset--color--primary-navy);
}

.pmpro_submit {
  display: flex;
  align-items: space-between;
}
.pmpro_submit > input {
  margin: 2%;
}

.pmpro_member_profile_edit-field {
  margin-top: 1rem !important;
}
.pmpro_member_profile_edit-field label {
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 3px;
  color: var(--wp--preset--color--primary-navy);
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: uppercase;
  margin-bottom: 0.8rem !important;
}
.pmpro_member_profile_edit-field input[type=checkbox] {
  float: left;
  margin-top: 8px;
  margin-right: 1rem;
}
.pmpro_member_profile_edit-field .dashicons {
  color: var(--wp--preset--color--primary-navy);
  font-size: 26px;
  margin-right: 1rem;
  padding-top: 14px;
}

.pmpto_member_profile_edit-field input[type=checkbox] {
  float: left;
  margin-right: 1rem;
}

.pmpro_actions_nav {
  margin-top: 2rem;
}

.gogc-fep {
  margin-top: 1rem;
}
.gogc-fep .gogc_frontend_row {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col {
  flex-basis: 50%;
  padding: 1rem;
  flex-grow: 1;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col:first-child {
  padding-left: 0;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col:last-child {
  padding-right: 0;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col label {
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 3px;
  color: var(--wp--preset--color--primary-navy);
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: block;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col textarea {
  min-height: 150px;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col span {
  padding-right: 0.5rem;
}
.gogc-fep .gogc_frontend_row .gogc_frontend_col input[type=currency] {
  display: inline-block;
  width: auto;
}
.gogc-fep .gogc_front_post {
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  border-radius: 10px;
}
.gogc-fep .gogc_front_post.notice {
  background: var(--wp--preset--color--primary-navy);
  color: #fff;
}

/* Header */
header.wp-block-template-part {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  background-color: rgb(30, 22, 66);
}
header.wp-block-template-part .wp-block-group {
  overflow: visible;
}
header.wp-block-template-part .header-logo {
  text-align: center;
}
header.wp-block-template-part .green-border-bottom {
  border-bottom: 3px solid #13b06f;
  box-shadow: none;
  padding: 1rem 0;
}
header.wp-block-template-part .header-row {
  padding: 0;
  box-shadow: none !important;
}
header.wp-block-template-part .header-row .header-top-columns {
  flex-direction: row;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  header.wp-block-template-part .header-top-columns {
    padding: 0 !important;
    flex-direction: row;
    gap: 0;
  }
  header.wp-block-template-part .header-logo {
    text-align: left;
    max-width: 174px;
    margin-left: 0;
    margin-right: 0;
  }
  header.wp-block-template-part .green-border-bottom {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  }
  header.wp-block-template-part .top-nav-border-top {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  main {
    padding-top: 110px;
  }
}

/* Navs */
/* Navigation & Menus */
.top-nav-border-top.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.mobile-nav figure {
  float: right;
}
.mobile-nav figure:first-child {
  margin-top: 0.19rem;
}
.mobile-nav figure img {
  margin: 1.25rem;
}
.mobile-nav a.nav-toggle {
  height: 100%;
  display: block;
}

.header-nav.wp-block-navigation ul li a {
  padding-top: 0.8125rem;
  padding-bottom: 0.04rem;
  margin-bottom: 0.8125rem;
}
@media (max-width: 768px) {
  .header-nav.wp-block-navigation {
    opacity: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    z-index: -1;
  }
  .header-nav.wp-block-navigation.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
    display: block;
  }
  .header-nav.wp-block-navigation.open ul.wp-block-navigation__container {
    display: block;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container {
    display: none;
    flex-wrap: nowrap;
    flex-direction: column;
    flex-grow: 0;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: calc(1.25rem + 110px) 1rem 1.25rem;
    height: auto;
    box-sizing: border-box;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li {
    border-bottom: 2px solid var(--wp--preset--color--electric-purple);
    width: 100%;
    display: block;
    padding: 0;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li:last-child {
    border-bottom: 0;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li a {
    padding: 1.25rem 0;
    margin-bottom: 0;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li.has-child {
    position: relative;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li.has-child > a:after {
    content: "";
    color: var(--wp--preset--color--selective-yellow);
    position: absolute;
    right: 10px;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/right-arrow.svg);
    background-size: cover;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container {
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
    transform-origin: center center;
    transform: translateX(150%);
    position: fixed;
    left: 0px;
    top: 110px;
    overflow-y: auto;
    position: fixed;
    z-index: 98;
    overflow-x: hidden;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container.open {
    opacity: 1;
    transform: translateX(0);
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container a.nav-back {
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 1.25rem 0 2.5rem 0;
    display: block;
    font-family: var(--wp--preset--font-family--heading-font);
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 1.3rem;
    margin-top: 1rem;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container a.nav-back:before {
    content: "";
    color: var(--wp--preset--color--selective-yellow);
    position: absolute;
    left: 1rem;
    width: 0.8rem;
    height: 1.5rem;
    background: url(../img/left-arrow.svg);
    background-size: cover;
    margin-top: 2px;
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container a.nav-back span {
    color: var(--wp--preset--color--selective-yellow);
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container li:first-child {
    border-top: 2px solid var(--wp--preset--color--electric-purple);
  }
  .header-nav.wp-block-navigation ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container li:last-child {
    border-bottom: 2px solid var(--wp--preset--color--electric-purple);
  }
}

@media (max-width: 768px) {
  header.wp-block-template-part {
    position: fixed;
    z-index: 99;
    width: 100%;
  }
  header.wp-block-template-part .header-nav ul.lang-switch {
    margin-left: 1rem;
    margin-top: 2.5rem;
  }
  header.wp-block-template-part .header-nav ul.lang-switch li {
    padding: 5px 0;
  }
  header.wp-block-template-part .header-nav ul.lang-switch li a {
    padding: 0.625rem 0;
  }
}

@media (max-width: 768px) {
  body.noscript header.wp-block-template-part {
    position: relative;
  }
  body.noscript header.wp-block-template-part .wp-block-gogc-nav-toggle {
    display: none;
    visibility: hidden;
  }
  body.noscript .header-nav.wp-block-navigation {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
    position: relative;
    height: auto;
    overflow-y: hidden;
  }
  body.noscript .header-nav.wp-block-navigation .wp-block-navigation__container {
    padding-top: 0;
    overflow-y: visible;
  }
  body.noscript .header-nav.wp-block-navigation .wp-block-navigation__container li.has-child > a:after {
    display: none;
    visibility: hidden;
  }
  body.noscript .header-nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container {
    position: relative;
    display: block;
    overflow-y: visible;
    height: auto;
    width: 100%;
    transform: translateX(0%);
    opacity: 1;
    top: 0;
    visibility: visible;
  }
  body.noscript .header-nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation__submenu-container > li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  body.js .header-nav {
    transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out;
    transform-origin: center center;
    transform: scale(0.8) translateY(-150%);
    visibility: hidden;
  }
  body.js .header-nav .wp-block-navigation__container li .wp-block-navigation__submenu-container {
    display: block;
  }
}

body.admin-bar nav.fixed {
  top: 32px;
}

/* Components */
.card {
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: rgb(255, 255, 255);
  margin: 0 0.625rem;
  flex: 1 2 auto;
  color: rgb(30, 22, 66);
  text-decoration: none;
  display: inline-block;
  transition: 0.2s transform ease-in-out;
  position: relative;
  transform: scale(0.95);
  height: 100%;
}
.card:first-child {
  margin-left: 0;
}
.card:hover {
  transform: scale(1);
}
.card img:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
  background-size: contain;
  max-height: 152px;
  height: 152px;
  width: 100%;
}
.card.card-horizontal {
  min-height: 150px;
  margin-left: 0;
  margin-right: 0;
}
.card.card-horizontal figure {
  margin-bottom: 0;
}
.card.card-horizontal img:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
  height: 100%;
  min-height: 150px;
  max-width: 152px;
}
.card .card-content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  box-shadow: none;
  overflow-X: visible;
  position: static;
}
.card .card-content p.mem-starting-at {
  margin-bottom: 0 !important;
}
.card .card-content .mem-price {
  margin-top: 0 !important;
}
.card .card-content ul {
  margin-bottom: 1.125rem;
  margin-left: 1rem;
}
.card .card-post-date {
  margin: 1rem 0 1.25rem 0;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 2.4px;
  line-height: 1.2;
}
.card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-indent: -100000px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .card {
    width: 100%;
  }
}

.career.hm-listing .wp-block-columns .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.career.hm-listing .wp-block-columns .wp-block-column.career-image {
  flex-basis: 33.33%;
}
.career.hm-listing .wp-block-columns .wp-block-column.career-image img {
  width: 176px;
  height: 176px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.career.hm-listing .wp-block-columns .wp-block-column.career-desc {
  flex-basis: 66.66%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 300;
  position: relative;
}
.career.hm-listing .wp-block-columns .wp-block-column.career-desc h3 {
  margin: 1.375rem 0 0.625rem 0;
  font-weight: 600;
  color: var(--wp--preset--color--primary-navy);
  font-size: 1.375rem;
}
.career.hm-listing .wp-block-columns .wp-block-column.career-desc p.h3 {
  margin: 0 0 1.25rem 0;
  font-weight: 600;
  color: var(--wp--preset--color--primary-navy);
  font-size: 1.375rem;
}
.career.hm-listing .wp-block-columns .wp-block-column.career-desc p {
  margin: 0 0 0.625rem 0;
  color: rgb(0, 0, 0);
}
.career.hm-listing .wp-block-columns .wp-block-column.career-desc p.career-link {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  text-align: right;
}
@media (max-width: 768px) {
  .career.hm-listing .wp-block-columns .wp-block-column.career-desc p.career-link {
    position: relative;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .career.hm-listing .wp-block-columns .wp-block-column.career-desc {
    align-items: center;
  }
  .career.hm-listing .wp-block-columns .wp-block-column.career-desc p.career-link {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .careers h2 {
    border-bottom: 8px solid var(--wp--preset--color--selective-yellow);
  }
}

.hm-news .hm-news-heading {
  position: relative;
  margin-bottom: 2.75rem !important;
}
@media (min-width: 768px) {
  .hm-news .hm-news-heading:before {
    content: "";
    background: url(../img/brand-shapes1.svg);
    width: 100px;
    height: 100px;
    bottom: -25%;
    left: 0;
    position: absolute;
  }
  .hm-news .hm-news-heading:after {
    content: "";
    background: url(../img/brand-shapes1.svg);
    width: 100px;
    height: 100px;
    bottom: -25%;
    right: 0;
    position: absolute;
    transform: scale(-1, 1);
  }
}

.wp-block-query .wp-block-post-template.news-scroll {
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  overflow-X: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
}
.wp-block-query .wp-block-post-template.news-scroll::-webkit-scrollbar {
  display: none;
}
.wp-block-query .wp-block-post-template li.type-post {
  padding-bottom: 1.25rem;
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image {
  margin: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image img {
  border-radius: 0.625rem 0.625rem 0 0;
  background-size: contain;
  max-height: 152px;
  height: 152px;
  width: 100%;
}
.wp-block-query .wp-block-post-template .wp-block-post-excerpt__more-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.wp-block-query .wp-block-post-template .card {
  max-width: 257px;
}

.scroll-x {
  overflow-X: auto;
}

@media (max-width: 768px) {
  .wp-block-jetpack-instagram-gallery__grid-columns-4 {
    display: grid !important;
    grid-template-columns: 50% 50%;
  }
}

.wp-block-jetpack-instagram-gallery__grid-post img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  min-width: 256px;
  min-height: 256px;
  transform: scale(0.95);
  transition: 0.2s transform ease-in-out;
}
.wp-block-jetpack-instagram-gallery__grid-post img:hover {
  transform: scale(1);
}
@media (max-width: 768px) {
  .wp-block-jetpack-instagram-gallery__grid-post {
    width: 100% !important;
  }
  .wp-block-jetpack-instagram-gallery__grid-post img {
    min-width: 100%;
    min-height: auto;
  }
}

a.nav-toggle.toggle-close {
  display: none;
}

.project-modal,
.modal {
  background: rgba(56, 46, 98, 0.6) 0% 0% no-repeat padding-box;
  height: 100vh;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  overflow-x: hidden !important;
}
.project-modal.show,
.modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.project-modal .modal-content,
.modal .modal-content {
  border-radius: 0.625rem;
  width: 60%;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  padding-left: 4.5625rem !important;
  padding-right: 4.5625rem !important;
}
.project-modal .modal-content.project-modal-content,
.modal .modal-content.project-modal-content {
  background: #F5F5F5;
  max-width: 40%;
}
.project-modal .modal-content.project-modal-content .project-col-group,
.modal .modal-content.project-modal-content .project-col-group {
  display: flex;
  padding: 2rem 0;
}
.project-modal .modal-content.project-modal-content .project-col-group .col,
.modal .modal-content.project-modal-content .project-col-group .col {
  flex: 0 0 50%;
}
.project-modal .modal-content.project-modal-content .project-col-group .col--50,
.modal .modal-content.project-modal-content .project-col-group .col--50 {
  flex-basis: 50%;
  width: 50%;
}
.project-modal .modal-content .modal-close a,
.modal .modal-content .modal-close a {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url(../img/modal-close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 10000px;
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.project-modal .modal-content .modal-close a:hover,
.modal .modal-content .modal-close a:hover {
  transform: scale(1.3);
}
.project-modal .modal-content .mc-form form input[type=email],
.modal .modal-content .mc-form form input[type=email] {
  width: 40%;
  margin: 0 auto;
}
.project-modal .modal-content .mc-form form p:first-child,
.modal .modal-content .mc-form form p:first-child {
  text-align: center;
}
.project-modal .modal-content .mc-form form p:last-child,
.modal .modal-content .mc-form form p:last-child {
  font-size: 0.75rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .project-modal .modal-content,
  .modal .modal-content {
    width: 98%;
    height: 98vh;
    overflow-y: scroll;
  }
  .project-modal .modal-content .mc-form form input[type=email],
  .modal .modal-content .mc-form form input[type=email] {
    width: 100%;
    margin: 0 auto;
  }
}

.slick-next, .slick-prev {
  box-shadow: none;
  padding: 0 !important;
}

.action-btn {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--mexican-pink);
  fill: var(--wp--preset--color--mexican-pink);
  display: block;
  padding: 4px 6px;
  line-height: 16px;
  transition: 0.2s opacity ease-in-out;
}
.action-btn svg {
  width: 18px;
  height: 18px;
}
.action-btn:hover {
  cursor: pointer;
  opacity: 0.85;
}
.gogc_list_enq {
  color: #fff;
  border-spacing: 0 10px;
  width: 100%;
}
.gogc_list_enq thead {
  color: var(--wp--preset--color--primary-navy);
}
.gogc_list_enq thead tr th {
  text-align: left;
  padding: 0 6px;
}
.gogc_list_enq tbody {
  border-spacing: 0 10px;
}
.gogc_list_enq tbody tr td {
  padding: 10px 6px;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  background: var(--wp--preset--color--primary-navy);
}
.gogc_list_enq tbody tr td.col-date {
  font-size: 0.5rem;
}
.gogc_list_enq tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.gogc_list_enq tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.gogc_list_posts {
  color: #fff;
  border-spacing: 0 10px;
  width: 100%;
}
.gogc_list_posts thead {
  color: var(--wp--preset--color--primary-navy);
}
.gogc_list_posts thead tr th {
  text-align: left;
  padding: 0 6px;
}
.gogc_list_posts thead tr th.action-col {
  width: 30px;
  text-align: center;
}
.gogc_list_posts tbody {
  border-spacing: 0 10px;
}
.gogc_list_posts tbody tr td {
  padding: 10px 6px;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
}
.gogc_list_posts tbody tr td.action-col {
  width: 30px;
  text-align: center;
}
.gogc_list_posts tbody tr td.col-views {
  text-align: center;
}
.gogc_list_posts tbody tr td:not(:nth-last-child(-n+3)) {
  background: var(--wp--preset--color--primary-navy);
  border-radius: 0;
}
.gogc_list_posts tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.gogc_list_posts tbody tr td:nth-child(n+4) {
  border-radius: 0 10px 10px 0;
}

.dashboard-profile-views h3 {
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--wp--preset--color--primary-navy);
}

.cf-field.event_date {
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--wp--preset--color--primary-navy);
}

#basic-user-avatar-form img {
  border-radius: 50%;
  border: 2px solid #Fff;
  display: none;
  visibility: hidden;
}
#basic-user-avatar-form p {
  margin-top: 0.8rem;
}
#basic-user-avatar-form input[type=checkbox] {
  float: left;
  margin-right: 1rem;
}
#basic-user-avatar-form input[type=submit] {
  color: #fff;
  background: var(--wp--preset--color--mexican-pink);
  border: 0;
}
#basic-user-avatar-form p.description {
  font-size: 0.7rem;
}

.pmpro_invoice_wrap h2,
.pmpro_invoice_wrap h3,
.pmpro_cancel_wrap h2,
.pmpro_cancel_wrap h3,
.pmpro_box h2,
.pmpro_box h3 {
  font-size: 1.38rem;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: 3px;
  color: var(--wp--preset--color--primary-navy);
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: block;
}
.pmpro_invoice_wrap table,
.pmpro_cancel_wrap table,
.pmpro_box table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 1rem auto;
  position: relative;
}
.pmpro_invoice_wrap table *,
.pmpro_cancel_wrap table *,
.pmpro_box table * {
  position: relative;
}
.pmpro_invoice_wrap table td, .pmpro_invoice_wrap table th,
.pmpro_cancel_wrap table td,
.pmpro_cancel_wrap table th,
.pmpro_box table td,
.pmpro_box table th {
  padding-left: 8px;
}
.pmpro_invoice_wrap table thead tr,
.pmpro_cancel_wrap table thead tr,
.pmpro_box table thead tr {
  height: 60px;
  background: var(--wp--preset--color--primary-navy);
}
.pmpro_invoice_wrap table tbody tr,
.pmpro_cancel_wrap table tbody tr,
.pmpro_box table tbody tr {
  height: 50px;
}
.pmpro_invoice_wrap table tbody tr:last-child,
.pmpro_cancel_wrap table tbody tr:last-child,
.pmpro_box table tbody tr:last-child {
  border: 0;
}
.pmpro_invoice_wrap table td, .pmpro_invoice_wrap table th,
.pmpro_cancel_wrap table td,
.pmpro_cancel_wrap table th,
.pmpro_box table td,
.pmpro_box table th {
  text-align: left;
}
.pmpro_invoice_wrap table td.l, .pmpro_invoice_wrap table th.l,
.pmpro_cancel_wrap table td.l,
.pmpro_cancel_wrap table th.l,
.pmpro_box table td.l,
.pmpro_box table th.l {
  text-align: right;
}
.pmpro_invoice_wrap table td.c, .pmpro_invoice_wrap table th.c,
.pmpro_cancel_wrap table td.c,
.pmpro_cancel_wrap table th.c,
.pmpro_box table td.c,
.pmpro_box table th.c {
  text-align: center;
}
.pmpro_invoice_wrap table td.r, .pmpro_invoice_wrap table th.r,
.pmpro_cancel_wrap table td.r,
.pmpro_cancel_wrap table th.r,
.pmpro_box table td.r,
.pmpro_box table th.r {
  text-align: center;
}
.pmpro_invoice_wrap thead tr th,
.pmpro_cancel_wrap thead tr th,
.pmpro_box thead tr th {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
.pmpro_invoice_wrap tbody tr:nth-child(even),
.pmpro_cancel_wrap tbody tr:nth-child(even),
.pmpro_box tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.pmpro_invoice_wrap tbody tr,
.pmpro_cancel_wrap tbody tr,
.pmpro_box tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}
.pmpro_invoice_wrap tbody tr:hover,
.pmpro_cancel_wrap tbody tr:hover,
.pmpro_box tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}
.pmpro_invoice_wrap .column1,
.pmpro_cancel_wrap .column1,
.pmpro_box .column1 {
  width: 260px;
  padding-left: 40px;
}
.pmpro_invoice_wrap .column2,
.pmpro_cancel_wrap .column2,
.pmpro_box .column2 {
  width: 160px;
}
.pmpro_invoice_wrap .column3,
.pmpro_cancel_wrap .column3,
.pmpro_box .column3 {
  width: 245px;
}
.pmpro_invoice_wrap .column4,
.pmpro_cancel_wrap .column4,
.pmpro_box .column4 {
  width: 110px;
  text-align: right;
}
.pmpro_invoice_wrap .column5,
.pmpro_cancel_wrap .column5,
.pmpro_box .column5 {
  width: 170px;
  text-align: right;
}
.pmpro_invoice_wrap .column6,
.pmpro_cancel_wrap .column6,
.pmpro_box .column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px;
}

.pmpro_invoice_wrap ul {
  list-style: none;
}
.pmpro_invoice_wrap .pmpro_invoice_details p {
  margin-top: 0.8rem;
}

/*
* Toke Input CSS
*/
/* Example tokeninput style #1: Token vertical list*/
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 100%;
  cursor: text;
  font-size: 16px;
  min-height: 1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: left;
  border-radius: 10px;
  padding: 1rem;
  border: 2px solid var(--wp--preset--color--mexican-pink);
  background: #fff;
}

ul.token-input-list-facebook li input {
  border: 0;
  box-shadow: none;
  background: #f5f5f5;
  width: 200px;
  padding: 8px 20px;
  margin: 2px 0;
  -webkit-appearance: caret;
  font-size: 16px;
  margin-top: 3px;
}

li.token-input-token-facebook {
  height: auto !important;
  height: 15px;
  margin: 3px;
  color: var(--wp--preset--color--primary-navy);
  cursor: default;
  font-size: 16px;
  float: left;
  white-space: nowrap;
  border-radius: 19px;
  padding: 8px 20px;
  border: 1px solid var(--wp--preset--color--primary-navy);
  position: relative;
}

li.token-input-token-facebook p {
  display: inline;
  padding: 0;
  margin: 0;
}

li.token-input-token-facebook span {
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -3px;
  border-radius: 50%;
  background: var(--wp--preset--color--mexican-pink);
  text-align: center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
}

li.token-input-selected-token-facebook {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
}

li.token-input-input-token-facebook {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
}

div.token-input-dropdown-facebook {
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  font-size: 11px;
  font-family: Verdana;
  z-index: 1;
}

div.token-input-dropdown-facebook p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}

div.token-input-dropdown-facebook ul {
  margin: 0;
  padding: 0;
}

div.token-input-dropdown-facebook ul li {
  background-color: #fff;
  padding: 3px;
  margin: 0;
  list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
  background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
  background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
  background-color: #3b5998;
  color: #fff;
}

/* Blocks*/
.wp-site-blocks > .wp-block-group {
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}

.section-join-cta {
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
  padding: 3.75rem 1rem;
  position: relative;
  overflow-X: hidden;
}
.section-join-cta .wp-block-button {
  margin-top: 2rem;
}

.wp-block-group .wp-block-group {
  padding: 3.75rem 1rem;
}

.wp-block-post-content .wp-block-group {
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
  padding: 3.75rem 1rem;
  position: relative;
  overflow-X: hidden;
}
.wp-block-post-content .wp-block-group.search-group {
  overflow-x: visible !important;
  box-shadow: 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}
.wp-block-post-content .wp-block-group.group-query-wrapper {
  padding: 0;
  box-shadow: none;
}
.wp-block-post-content .wp-block-group.group-query-wrapper .wp-block-post-template {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.4375rem;
}
.wp-block-post-content .wp-block-group > h2 {
  margin-bottom: 3.75rem;
}
.wp-block-post-content .wp-block-group.hero-section {
  padding: 0;
}
.wp-block-post-content .wp-block-group.we-do figure {
  position: relative;
}
.wp-block-post-content .wp-block-group.we-do figure:before {
  content: "";
  background: url(../img/brand-shapes2.svg);
  width: 100px;
  height: 100px;
  top: -4%;
  left: -5%;
  position: absolute;
  z-index: 10;
}
.wp-block-post-content .wp-block-group.we-do figure:after {
  content: "";
  background: url(../img/brand-shapes1.svg);
  width: 100px;
  height: 100px;
  bottom: -4%;
  right: -2%;
  position: absolute;
  transform: rotate(111deg) scale(-1, 1);
  z-index: 9;
}
.wp-block-post-content .wp-block-group.we-do figure img {
  z-index: 5;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.625rem;
  border: 2px solid #fff;
  height: 100%;
  margin: 1.5rem;
}
@media (max-width: 768px) {
  .wp-block-post-content .wp-block-group {
    padding: 2.5rem 1rem;
  }
  .wp-block-post-content .wp-block-group.we-do .wp-block-column h2 {
    text-align: center;
  }
  .wp-block-post-content .wp-block-group.we-do .wp-block-column p {
    padding-right: 0;
  }
  .wp-block-post-content .wp-block-group.we-do .wp-block-column .wp-block-buttons {
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  .wp-block-post-content .wp-block-group.we-do figure:before {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  .wp-block-post-content .wp-block-group.we-do figure:after {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
  }
}

.wp-block-navigation {
  padding-bottom: 10px;
}

.wp-block-navigation__responsive-container-content {
  width: auto;
  max-width: 1100px;
  margin: 0 auto;
}

.wp-block-navigation__container {
  width: auto;
  max-width: 1100px;
  margin: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-navigation ul.wp-block-navigation__container {
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-left: 6px;
  padding-right: 6px;
}
.wp-block-navigation ul.wp-block-navigation__container .wp-block-navigation-item {
  flex: 0 1 auto;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}
.wp-block-navigation ul.wp-block-navigation__container .wp-block-navigation-item a.wp-block-navigation-item__content {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  .wp-block-navigation ul.wp-block-navigation__container .wp-block-navigation-item:not(.has-child) a:hover {
    border-bottom: 2px solid var(--wp--preset--color--mexican-pink);
    transition: border 0.2s ease-in-out;
  }
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
  border-radius: 0 0 10px 10px;
  padding: 0 1rem;
  padding-top: 0.9375rem;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) li {
  border-bottom: 2px solid rgb(186, 53, 236);
  padding-bottom: 0;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) li:last-child {
  border-bottom: 0;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) li a {
  padding: 1.25rem 0 !important;
  border-bottom: 0 !important;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) li a:hover {
  border-bottom: 0 !important;
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  left: -1rem;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}

.hero-section h1 {
  margin-bottom: 1.25rem;
  margin-block-end: 1.25rem;
  margin-block-start: 0;
  font-weight: 300;
  letter-spacing: 0.525rem;
  line-height: 5.25rem;
  position: relative;
  display: inline-block;
}
.hero-section h1 strong {
  font-weight: 700;
}
.hero-section h1:after {
  content: "";
  background: url(../img/Group-106405.svg);
  background-size: 100% 100%;
  width: 222.74px;
  height: 277.6px;
  position: absolute;
  top: -140%;
  right: -30%;
  left: initial;
  bottom: initial;
  z-index: -1;
}
.hero-section p {
  margin-bottom: 2.5rem;
}
.hero-section .wp-block-buttons {
  margin-top: 2.5rem;
}
.hero-section .wp-block-cover__inner-container {
  margin: 7.3125rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 2rem 0;
  background: rgb(30, 22, 66);
  background: radial-gradient(ellipse at center, rgba(30, 22, 66, 0.6) 0%, rgba(30, 22, 66, 0) 67%, rgba(30, 22, 66, 0) 100%);
}
@media (max-width: 768px) {
  .hero-section {
    padding-top: 105px !important;
  }
  .hero-section .wp-block-cover__inner-container h1:after {
    background-repeat: no-repeat;
    background-size: contain;
    top: -37px;
    right: -55px;
    width: 110px;
    height: 110px;
  }
}

.wp-block-button__link {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out;
}
.wp-block-button__link:hover {
  transform: translateY(-10px);
  filter: brightness(85%);
}

.btn a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: var(--wp--custom--button--border--radius);
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight) !important;
  padding: 0.9375rem 3.125rem !important;
  text-transform: none !important;
}
.btn.btn-primary a {
  background: var(--wp--custom--button--color--background) !important;
  color: var(--wp--custom--button--color--text) !important;
}
.btn.btn-secondary a {
  background: var(--wp--preset--color--true-white) !important;
  color: var(--wp--preset--color--primary-navy) !important;
}

.button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out;
  border-radius: var(--wp--custom--button--border--radius);
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  padding: 0.9375rem 3.125rem !important;
  text-transform: none !important;
  text-decoration: none;
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out;
}
.button.button-primary {
  background: var(--wp--custom--button--color--background) !important;
  color: var(--wp--custom--button--color--text) !important;
}
.button.button-secondary {
  background: var(--wp--preset--color--true-white) !important;
  color: var(--wp--preset--color--primary-navy) !important;
}
.button:hover {
  filter: brightness(85%);
}

.header-nav ul li.btn {
  border-bottom: 0;
  margin-top: 3.4375rem;
}
.header-nav ul li.btn a.wp-block-navigation-item__content {
  width: auto;
  display: inline-block;
  letter-spacing: 0;
  transition: 0.2s transform ease-in-out !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}
.header-nav ul li.btn a.wp-block-navigation-item__content:hover {
  transform: translateY(-10px);
}

.wp-block-gogc-tabbed-block ul.tab-list {
  list-style: none;
}
.wp-block-gogc-tabbed-block ul.tab-list li {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 600;
  letter-spacing: 3.3px;
  line-height: 1.625rem;
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: left;
}
.wp-block-gogc-tabbed-block ul.tab-list li:nth-child(2) {
  text-align: center;
}
.wp-block-gogc-tabbed-block ul.tab-list li:nth-child(3) {
  text-align: right;
}
.wp-block-gogc-tabbed-block ul.tab-list li a {
  width: 100%;
}
.wp-block-gogc-tabbed-block .tab-wrapper {
  margin-top: 1.25rem;
}
.wp-block-gogc-tabbed-block .tab-wrapper .tab-content-area {
  max-width: 60%;
}
@media (max-width: 1024px) {
  .wp-block-gogc-tabbed-block .tab-wrapper .tab-content-area {
    max-width: 100%;
  }
}

.we-do p {
  padding-right: 6rem;
}

/* No Script */
@media (max-width: 768px) {
  body.noscript .hero-section {
    padding-top: 0px !important;
  }
}

body .wp-block-post-featured-image {
  max-height: 500px;
  overflow: hidden;
}
body .wp-block-post-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
}
body .wp-block-group.page-header {
  padding: 3.75rem 1rem;
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}
body .wp-block-group.page-header .wp-block-columns .wp-block-column {
  padding-right: 1.2rem;
}
body .wp-block-group.page-header .wp-block-columns .wp-block-column:last-child {
  border-left: 4px solid #fff;
  padding-left: 1.2rem;
  padding-right: 0;
}
body .wp-block-group.page-header .wp-block-columns .wp-block-column .wp-block-post-excerpt p {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0;
  margin-block-end: 0 !important;
}
body .wp-block-group.post-header {
  padding: 3.75rem 1rem;
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  body .wp-block-group.post-header {
    padding-top: 160px;
  }
}
body .wp-block-group.post-header .wp-block-post-author__name {
  padding-top: 1.875rem;
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 500;
}

.breadcrumbs-wrap {
  padding: 0 0 0 0 !important;
  box-shadow: none !important;
}
.breadcrumbs-wrap .yoast-breadcrumbs {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-left: 1rem;
}
.breadcrumbs-wrap .yoast-breadcrumbs a {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

/*
* Pagination replace load more block
*/
.wp-block-gogc-query-load-more {
  width: 100%;
  height: auto;
  padding: 1rem;
  text-align: center;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.75rem;
  margin-block-end: 3.75rem !important;
}
.wp-block-gogc-query-load-more .button-loadmore {
  border: 2px solid var(--wp--preset--color--mexican-pink);
  text-decoration: none;
}

/*
* Login Block
*/
.pmpro_login_wrap {
  padding: 1rem 2rem 0rem 2rem;
}
.pmpro_login_wrap .login-username {
  max-width: 50%;
  width: 50%;
  display: inline-block;
  padding: 1rem;
}
.pmpro_login_wrap .login-username label {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 3.3px;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-navy);
  padding-bottom: 1rem;
}
.pmpro_login_wrap .login-username input {
  max-width: 100% !important;
}
.pmpro_login_wrap .login-password {
  max-width: 50%;
  width: 50%;
  display: inline-block;
  padding: 1rem;
}
.pmpro_login_wrap .login-password label {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 3.3px;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-navy);
  padding-bottom: 1rem;
}
.pmpro_login_wrap .login-password input {
  max-width: 100% !important;
}
.pmpro_login_wrap .login-remember {
  text-align: center;
}
.pmpro_login_wrap .login-remember label {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: var(--wp--preset--color--primary-navy);
  font-family: var(--wp--preset--font-family--body-font);
  text-transform: none;
  display: inline-block !important;
}
.pmpro_login_wrap .login-remember label input {
  display: inline-block;
  margin-right: 1rem;
}
.pmpro_login_wrap .login-submit {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.pmpro_login_wrap .login-submit input {
  display: inline-block !important;
  width: auto !important;
  cursor: pointer;
  width: auto !important;
}
.pmpro_login_wrap hr {
  height: 0;
  display: none;
  visibility: hidden;
}
.pmpro_login_wrap .pmpro_actions_nav {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pmpro_login_wrap p {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pmpro_login_wrap p input[type=text],
  .pmpro_login_wrap p input[type=password] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.pmpro_message {
  margin: 0 1rem;
}
.pmpro_reset_password_wrap .pmpro_form label {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 3.3px;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-navy);
  padding-bottom: 1rem;
}
.pmpro_reset_password_wrap .pmpro_form .pmpro_reset_password-field {
  padding: 1rem;
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pmpro_reset_password_wrap .pmpro_form .pmpro_reset_password-field .lite {
  font-size: 0.75rem;
}
.pmpro_reset_password_wrap .pmpro_form .pmpro_submit {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem;
}
.pmpro_reset_password_wrap .pmpro_form .pmpro_submit input {
  display: inline-block !important;
  width: auto !important;
  cursor: pointer;
  width: auto !important;
  border: 0 !important;
}

.pmpro_form,
.pmpro_lost_password-fields {
  width: 100%;
  max-width: 100% !important;
}

.pmpro_lost_password-instructions {
  text-align: center;
}

.pmpro_lost_password_wrap {
  padding: 1rem 0 0 0;
  width: 100%;
}
.pmpro_lost_password_wrap p {
  padding: 1rem;
}
.pmpro_lost_password_wrap .pmpro_lost_password-field {
  padding: 1rem;
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pmpro_lost_password_wrap .pmpro_lost_password-field label {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 3.3px;
  line-height: 1.4;
  color: var(--wp--preset--color--primary-navy);
  padding-bottom: 1rem;
}
.pmpro_lost_password_wrap .pmpro_lost_password-field input[type=text] {
  display: inline-block !important;
  cursor: pointer;
  width: 100% !important;
  max-width: 100% !important;
}
.pmpro_lost_password_wrap .pmpro_submit {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem;
}
.pmpro_lost_password_wrap .pmpro_submit input {
  display: inline-block !important;
  width: auto !important;
  cursor: pointer;
  width: auto !important;
  border: 0 !important;
}
@media (max-width: 768px) {
  .pmpro_lost_password_wrap p {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pmpro_lost_password_wrap p input[type=text],
  .pmpro_lost_password_wrap p input[type=password] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*
* Search Bar
*/
.wp-block-gogc-search-bar form input.gogc-search-field {
  background-color: #fff;
  background-image: url(../img/Icon-feather-search.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  font-size: 1.25rem;
}
.wp-block-gogc-search-bar form a {
  font-size: 1.25rem;
  z-index: 1;
  flex-grow: 1;
}
.wp-block-gogc-search-bar form a.gogc-sort {
  background-color: #fff;
  background-image: url(../img/Sort-icon.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
}
.wp-block-gogc-search-bar form a.gogc-sort .dropdown {
  left: auto;
  right: 0%;
}
.wp-block-gogc-search-bar form a.gogc-filter {
  background-color: #fff;
  background-image: url(../img/Icon-feather-filter.svg);
  background-repeat: no-repeat;
  background-position: 10% center;
  left: 0%;
}
.wp-block-gogc-search-bar form a .dropdown {
  display: none;
  visibility: hidden;
  padding: 0 1rem 1rem 1rem;
  min-width: 400px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0 0 10px 10px;
  transition: all 0.2s ease-in-out;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section p {
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section label {
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--body-font);
  text-transform: none;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section label:after {
  content: "";
  clear: both;
  display: table;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section label input[type=checkbox] {
  float: left;
  margin-top: 8px;
}
.wp-block-gogc-search-bar form a .dropdown .dd-section input {
  margin-bottom: 0;
}
.wp-block-gogc-search-bar form a:hover {
  filter: brightness(100%);
}
.wp-block-gogc-search-bar form a.open .dropdown {
  top: 200%;
  visibility: visible;
  display: block;
}
@media (max-width: 768px) {
  .wp-block-gogc-search-bar form {
    display: block;
    height: auto;
  }
  .wp-block-gogc-search-bar form input.gogc-search-field {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
  .wp-block-gogc-search-bar form a.gogc-sort {
    max-width: 40%;
    float: left;
  }
  .wp-block-gogc-search-bar form a.gogc-sort .dropdown {
    left: 0;
  }
  .wp-block-gogc-search-bar form a.gogc-filter {
    max-width: 40%;
    float: right;
  }
  .wp-block-gogc-search-bar form a.gogc-filter .dropdown {
    left: -150%;
    right: auto;
    max-width: 100%;
  }
  .wp-block-gogc-search-bar form a.open .dropdown {
    top: 170%;
  }
  .wp-block-gogc-search-bar form:after {
    content: "";
    height: 1px;
    clear: both;
    width: 100%;
    display: table;
  }
}

.wp-block-gogc-cf-field {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-cover__inner-container .wp-block-group {
  box-shadow: none !important;
}

.border-bottom-yellow {
  border-bottom: 6px solid var(--wp--preset--color--selective-yellow);
}

.wp-block-cb-carousel.team-slider .wp-block-cb-slide .wp-block-cover {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  max-height: 252px;
  height: 252px;
  min-height: auto;
  padding: 0;
}
.wp-block-cb-carousel.team-slider .wp-block-cb-slide .wp-block-cover .wp-block-cover__background {
  border-radius: 10px;
}
.wp-block-cb-carousel.team-slider .wp-block-cb-slide .wp-block-cover img {
  border-radius: 10px;
}

.wp-block-columns {
  margin-bottom: 0;
}

.membership-plans-list .card {
  width: 100%;
  max-width: 100%;
}

/* Layouts */
.dashboard-content {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1607843137);
  padding: 1.9rem !important;
  background-color: #f5f5f5;
  position: relative;
  flex-direction: column;
  box-sizing: border-box;
  color: var(--wp--preset--color--primary-navy);
}
.dashboard-content h1 {
  margin-top: 0;
  font-size: 2.8125rem;
  color: var(--wp--preset--color--primary-navy);
}

.pmpro_content_message a {
  border-radius: 10px !important;
  border: 0 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
  transition: 0.2s transform ease-in-out, 0.2s filter ease-in-out !important;
}

.dashboard-sidebar .avatar-255 {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 2.375rem;
  background: #fff;
}
.dashboard-sidebar .cf-field.company_name {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 700;
  letter-spacing: 3.3px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.dashboard-sidebar .cf-field.company_type {
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: none;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.dashboard-sidebar .cf-field.company_location {
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: none;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 1rem;
}
.dashboard-sidebar .sidebar-logout {
  margin-bottom: 2rem !important;
}
.dashboard-sidebar .sidebar-logout a {
  font-family: var(--wp--preset--font-family--heading-font);
  text-transform: none;
  color: #fff;
  text-decoration: underline;
  font-size: 1rem;
}
.dashboard-sidebar nav.wp-block-navigation {
  margin-top: 2rem;
}
.dashboard-sidebar nav.wp-block-navigation .wp-block-navigation__container {
  align-items: start;
  align-content: start;
}
.dashboard-sidebar nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item {
  margin-bottom: 1rem;
}
.dashboard-sidebar nav.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item.current-menu-item a.wp-block-navigation-item__content {
  font-weight: 700;
  letter-spacing: 3.3px;
}

.join-progress-wrap {
  padding-bottom: 2rem !important;
  padding-top: 0.1rem !important;
}
.join-progress-wrap .join-progress {
  width: 1000px;
}
.join-progress-wrap .gspb_text {
  width: 65px;
  max-width: 65px;
  margin: 0 auto 2rem auto;
  display: block;
}

.checkout-content h2 {
  display: block;
  margin: 0 auto 1rem auto;
  border-bottom: 4px solid var(--wp--preset--color--selective-yellow);
  width: auto;
  max-width: 20%;
}

.membership-content h1 {
  display: block;
  margin: 0 auto 1rem auto;
  border-bottom: 4px solid var(--wp--preset--color--selective-yellow);
  width: auto;
  max-width: 60%;
}

.pmpro_checkout-fields .pmpro_checkout-field.pmpro_checkout-field-username {
  display: none;
  visibility: hidden;
}

.profile_header .image_col {
  text-align: center;
}
.profile_header .image_col .avatar-255 {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 2.375rem;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.profile_header .info_col .cf-field p {
  font-family: var(--wp--preset--font-family--heading-font);
  letter-spacing: 3.3px;
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.gogc_profile_socials {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  justify-content: space-around;
}
.gogc_profile_socials .social-link a {
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: var(--wp--preset--color--viridian-green);
}

.profile_bio .wp-block-greenshift-blocks-tabs {
  background: var(--wp--preset--color--primary-navy);
}
.profile_bio .wp-block-greenshift-blocks-tabs .t-btn {
  max-width: 33.33%;
  width: 33.33%;
}
.profile_bio .wp-block-greenshift-blocks-tabs .t-panel-container {
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
  max-width: 60%;
}

.our-members .wp-block-post-template .member-profile .gspb_container {
  overflow: hidden;
  position: relative;
  transition: 0.2s transform ease-in-out;
}
.our-members .wp-block-post-template .member-profile .gspb_container img {
  border-radius: 20px 20px 0 0;
  max-height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-members .wp-block-post-template .member-profile .gspb_container a.profile-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-indent: -100000px;
  overflow: hidden;
}
.our-members .wp-block-post-template .member-profile .gspb_container:hover {
  transform: translateY(-10px);
}

.modal-contact-member .modal-content {
  display: block !important;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
  overflow-y: initial !important;
}
.modal-contact-member .modal-content .forminator-guttenberg {
  max-height: 100%;
  position: relative;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-response-message {
  font-weight: 700;
  text-align: center;
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 1.2rem;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-row {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-around;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-row .forminator-col {
  flex: 1 1 50%;
  padding: 1rem;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-row .forminator-col .forminator-input {
  border: 0;
  color: var(--wp--preset--color--primary-navy) !important;
  font-size: 1rem !important;
  background-color: var(--wp--preset--color--true-white) !important;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-row .forminator-col .forminator-error-message {
  padding-top: 0.8rem;
  display: block;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-row .forminator-col .forminator-button {
  cursor: pointer;
}
.modal-contact-member .modal-content .forminator-guttenberg .forminator-custom-form .forminator-hidden {
  display: none;
  visibility: hidden;
}

/*
* Masonry Grid
*/
.masonry-grid * {
  box-sizing: border-box;
}

.masonry-grid {
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.masonry-grid .wp-block-post-template {
  display: none;
  visibility: hidden;
}

.masonry-grid:after {
  display: block;
  content: "";
  clear: both;
}

.wp-block-query.masonry-grid {
  padding-top: 0;
}

.grid-wrapper {
  margin: 0 auto;
  max-width: 1100px;
}

.grid-col {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.grid-col--3 {
  margin-right: 0;
}

/* hide two middle */
.grid-col--2, .grid-col--3 {
  display: none;
}

@media (min-width: 768px) {
  .grid-col {
    width: 32%;
  }
  .grid-col--2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .grid-col {
    width: 32%;
  }
  .grid-col--2, .grid-col--3 {
    display: block;
  }
}
.grid-item {
  background: #fff;
  min-height: 100px;
  margin-bottom: 10px;
}
.grid-item.card {
  margin: 0 0 10px 0;
  transform: none;
  display: block !important;
  position: relative;
  list-style: none;
}
.grid-item.card img {
  height: auto;
  max-height: none !important;
  border-radius: 10px;
}
.grid-item.card img:first-child {
  height: auto;
  max-height: none !important;
}
.grid-item.card .post_actions {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-around;
  align-content: center;
}
.grid-item.card:hover .post_actions {
  display: flex;
}

.grid-item img {
  display: block;
  width: 100%;
}

.showcase-item {
  position: relative;
}
.showcase-item:after {
  content: "+";
  font-size: 38px;
  font-weight: 500;
  color: var(--wp--preset--color--primary-navy);
  height: 45px;
  width: 45px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.showcase-item:hover {
  cursor: pointer;
}
.showcase-item:hover:after {
  transform: translateY(-4px);
}
.showcase-item a.wp-block-read-more {
  display: none;
  visibility: hidden;
}

/* Project Modal */
.project-modal .project-modal-content {
  color: var(--wp--preset--color--primary-navy);
}
.project-modal .project-modal-content .col {
  padding-right: 2%;
}
.project-modal .project-modal-content .col:last-child {
  padding-right: 0;
  padding-left: 2%;
}
.project-modal .project-modal-content .project-modal-close {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--wp--preset--color--mexican-pink);
  -webkit-mask-image: url(../img/modal-close.svg);
  mask-image: url(../img/modal-close.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask: url(../img/modal-close.svg) no-repeat 100% 100%;
          mask: url(../img/modal-close.svg) no-repeat 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 10000px;
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.project-modal .project-modal-content .project-title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2.8125rem;
  letter-spacing: 5px;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--primary-navy);
}
.project-modal .project-modal-content .skills-project--heading,
.project-modal .project-modal-content .about-project--heading {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--primary-navy);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.4;
}
.project-modal .project-modal-content .skills-project--heading {
  margin-bottom: 1rem;
}
.project-modal .project-modal-content .project-content {
  padding-bottom: 2rem;
}
.project-modal .project-modal-content .project-skills {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.project-modal .project-modal-content .project-skills .project-skill {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 36%;
  margin: 2%;
  background: rgba(186, 53, 236, 0.1);
  border-radius: 19px;
  padding: 8px 16px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1.68px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--heading-font);
  display: block;
}
.project-modal .project-modal-content .project-image img {
  max-height: 285px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-modal .project-modal-content .project-author span,
.project-modal .project-modal-content .project-colab span {
  font-family: var(--wp--preset--font-family--heading-font);
  color: var(--wp--preset--color--primary-navy);
  font-size: 1.255rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Posts */
.wp-block-post.type-career {
  margin-top: 0;
  margin-bottom: 3.75rem;
}
.wp-block-post.type-career:last-child {
  margin-bottom: 0;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-image-column img {
  width: 176px;
  height: 176px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .wp-block-post.type-career .wp-block-columns .wp-block-column.career-image-column {
    margin-bottom: 1rem;
  }
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column {
  flex-basis: 66.66%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-weight: 300;
  position: relative;
  display: flex;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column .wp-block-post-author__name {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3px;
  font-size: 1.38rem;
  margin-bottom: 0.8rem;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column .wp-block-read-more {
  display: block;
  width: 100%;
  text-align: right;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column .cf-field.job_role {
  margin-bottom: 0.625rem !important;
  margin-block-end: 0.625rem !important;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column .taxonomy-sector {
  font-family: var(--wp--preset--font-family--heading-font);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3px;
  font-size: 1rem;
  color: var(--wp--preset--color--primary-navy);
  text-transform: uppercase;
}
.wp-block-post.type-career .wp-block-columns .wp-block-column.career-desc-column p:last-child {
  margin-bottom: 0;
  margin-block-end: 0 !important;
}
.wp-block-post.type-career-advice.content-type-video .wp-block-embed-youtube {
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  background: rgb(255, 255, 255);
  margin: 0 auto;
  flex: 0 0 auto;
  color: rgb(30, 22, 66);
  text-decoration: none;
  width: 100%;
  display: block;
  transition: 0.2s transform ease-in-out;
  position: relative;
  transform: scale(0.95);
  padding: 0.625rem;
}
.wp-block-post.type-career-advice.content-type-video .wp-block-embed-youtube iframe {
  border-radius: 0.625rem;
}
.wp-block-post.type-career-advice.content-type-video .wp-block-embed-youtube:hover {
  transform: scale(1);
}
.wp-block-post.type-career-advice h2 {
  padding-left: 0.8rem;
}

.career-advice-section .wp-block-post-template {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.4375rem;
  position: relative;
}
@media (min-width: 768px) {
  .career-advice-section .wp-block-post-template:before {
    content: "";
    background: url(../img/brand-shapes2.svg);
    width: 100px;
    height: 100px;
    top: -10%;
    left: -10%;
    position: absolute;
    z-index: 10;
  }
}

.wp-block-group .wp-block-group {
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}

.wp-block-post-author__avatar {
  border-radius: 50%;
  background: #fff;
  height: 48px;
  width: 48px;
}
.wp-block-post-author__avatar img {
  border-radius: 50%;
  max-height: 48px;
  max-width: 48px;
}

.single .wp-block-post-content {
  padding: 3.75rem 1rem;
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
}
.single .wp-block-post-content img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.single-career .wp-block-post-content {
  box-shadow: none;
  padding: 0;
}

.wp-block-template-part .wp-block-group {
  box-shadow: inset 0px 12px 12px -6px rgba(0, 0, 0, 0.16);
  padding: 3.75rem 1rem;
  position: relative;
  overflow-X: hidden;
}

.wp-block-post-template .wp-block-columns .wp-block-column.post-image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-post-template .wp-block-columns .wp-block-column.post-image-column figure {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.wp-block-post-template .wp-block-columns .wp-block-column.post-image-column img {
  width: 200px;
  height: 200px;
  max-height: 200px !important;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .wp-block-post-template .wp-block-columns .wp-block-column.post-image-column {
    margin-bottom: 1rem;
  }
}
.wp-block-post-template .wp-block-columns .wp-block-column .wp-block-group {
  box-shadow: none;
  padding: 0;
  display: flex;
}
@media (max-width: 768px) {
  .wp-block-post-template .wp-block-post {
    width: 100% !important;
  }
}

.edit_project_img {
  max-height: 400px;
  border: 4px solid #fff;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .edit_project_img {
    max-height: 250px;
  }
}

/* Footer */
.site-footer {
  padding: 3.75rem;
}
.site-footer .wp-block-columns {
  margin-bottom: 0;
}
.site-footer .footer-left {
  border-right: 2px solid var(--wp--preset--color--selective-yellow);
  min-height: 100px;
  height: 100px;
  padding-right: 5rem;
  height: 100%;
}
.site-footer .footer-left .wp-block-navigation__container li {
  margin-bottom: 2.5rem;
  display: block;
  padding: 0;
  width: 100%;
}
.site-footer .footer-left .wp-block-navigation__container li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-left .wp-block-navigation__container li a {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.site-footer .footer-right {
  margin-left: 5rem;
}
.site-footer .footer-right .wp-block-social-links {
  float: left;
}
.site-footer .footer-right p a {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 2.5rem 1rem;
  }
  .site-footer .footer-left {
    border-right: 0;
    padding-right: 0;
  }
  .site-footer .footer-left .footer-nav-links .wp-block-column {
    max-width: 50%;
    flex-grow: 50%;
  }
  .site-footer .footer-left .footer-nav-links .wp-block-column:last-child {
    border-left: 2px solid var(--wp--preset--color--selective-yellow);
    text-align: right;
  }
  .site-footer .footer-right {
    margin: 0;
    margin-top: 2.1875rem;
    text-align: center;
  }
  .site-footer .footer-right .wp-block-social-links {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1.5625rem;
  }
  .site-footer .footer-right .wp-block-social-links .wp-block-social-link {
    display: inline-block;
  }
  .site-footer .footer-right p.has-text-align-right {
    text-align: center;
  }
  .site-footer .wp-block-navigation ul.wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
  .site-footer .wp-block-navigation ul.wp-block-navigation__container li {
    margin-bottom: 0.9rem;
  }
}
.site-footer .wp-block-jetpack-mailchimp input {
  width: auto;
}
.site-footer .wp-block-jetpack-mailchimp form p:first-child {
  float: left;
  margin-top: 0;
}
.site-footer .wp-block-jetpack-mailchimp form .wp-block-jetpack-button {
  float: right;
}
.site-footer .wp-block-jetpack-mailchimp form #wp-block-jetpack-mailchimp_consent-text {
  clear: both;
  font-size: 0.59rem;
}
@media (max-width: 768px) {
  .site-footer .wp-block-jetpack-mailchimp input[type=email] {
    width: 100%;
  }
  .site-footer .wp-block-jetpack-mailchimp form p:first-child {
    float: none;
  }
  .site-footer .wp-block-jetpack-mailchimp form .wp-block-jetpack-button {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
}

/* Util */
@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
    visibility: hidden;
  }
  .hide-on-desktop {
    display: none;
    visibility: hidden;
  }
}
.parallax {
  background: url(../img/north-wales-map.svg);
  background-repeat: no-repeat;
  background-position: 110% 50%;
  background-attachment: scroll;
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll;
    background: none;
  }
}

.no-shrink {
  flex-shrink: 0;
}

img.lazy-hidden {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: rgb(186, 53, 236);
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20width%3D%2260px%22%20height%3D%2260px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20opacity%3D%220.3%22%20fill%3D%22%23fff%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0A%20%20%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0A%20%20%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22/%3E%0A%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0A%20%20%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20from%3D%220%2020%2020%22%0A%20%20%20%20%20%20to%3D%22360%2020%2020%22%0A%20%20%20%20%20%20dur%3D%220.5s%22%0A%20%20%20%20%20%20repeatCount%3D%22indefinite%22/%3E%0A%20%20%20%20%3C/path%3E%0A%20%20%3C/svg%3E);
  /* -------------- */
}

/* Animations *//*# sourceMappingURL=theme-styles.css.map */