/**
 * Theme Name: gfce
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for GFCE
 * Template: oneltd-base
 */

/* line 72, ../../src/sass/helpers/_variables.scss */
.upper {
  text-transform: uppercase;
}

/* 
*   Easing Equations ported to CSS by @matthewlein - http://matthewlein.com/ceaser/
*   Converted to SCSS vars by @pettpett
*   
*   sample usage:
*   a {
*     color: #ff0000;
*     transition: color 0.5s $easeOutQuint;
*     &:hover,
*     &:focus {
*       color: #ff9900;
*     }
*   }
*/
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* line 1, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, ../../src/sass/helpers/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, ../../src/sass/helpers/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 99, ../../src/sass/helpers/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 115, ../../src/sass/helpers/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, ../../src/sass/helpers/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 123, ../../src/sass/helpers/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 135, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 138, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 142, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 2, ../../src/sass/helpers/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

/* line 13, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

/* line 14, ../../src/sass/helpers/_typography.scss */
.h1, h1, .h2, h2 {
  line-height: 1.1;
}

/* line 15, ../../src/sass/helpers/_typography.scss */
.h3, h3, .h4, h4 {
  line-height: 1.3;
}

/* line 16, ../../src/sass/helpers/_typography.scss */
.h1, h1 {
  font-size: 400%;
  letter-spacing: -2px;
}

/* line 17, ../../src/sass/helpers/_typography.scss */
.h2, h2 {
  font-size: 250%;
  letter-spacing: -1px;
}

/* line 18, ../../src/sass/helpers/_typography.scss */
.h3, h3 {
  font-size: 200%;
}

/* line 19, ../../src/sass/helpers/_typography.scss */
.h4, h4 {
  font-size: 180%;
}

/* line 20, ../../src/sass/helpers/_typography.scss */
.h5, h5 {
  font-size: 130%;
}

/* line 22, ../../src/sass/helpers/_typography.scss */
.fixed, pre, code {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

/* line 24, ../../src/sass/helpers/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 25, ../../src/sass/helpers/_typography.scss */
.bold, b, strong {
  font-weight: 700;
}

/* line 27, ../../src/sass/helpers/_typography.scss */
.block-margins, p, ul, ol, pre {
  margin: 1em 0;
}

/* line 29, ../../src/sass/helpers/_typography.scss */
.unordered-list, ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 30, ../../src/sass/helpers/_typography.scss */
.ordered-list, ol {
  list-style: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 35, ../../src/sass/helpers/_typography.scss */
h1, .h1, h1 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #3E1664;
  line-height: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 25px 50px;
}

/* line 36, ../../src/sass/helpers/_typography.scss */
h2, .h2, h2 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #3E1664;
  line-height: 36px;
  margin-block: 25px;
}

/* line 37, ../../src/sass/helpers/_typography.scss */
h3, .h3, h3 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #3E1664;
  line-height: 28.6px;
  margin-block: 25px;
}

/* line 38, ../../src/sass/helpers/_typography.scss */
h4, .h4, h4 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  margin-block: 25px;
}

/* line 39, ../../src/sass/helpers/_typography.scss */
h5, .h5, h5 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-block: 25px;
}

/* line 40, ../../src/sass/helpers/_typography.scss */
h6, .h6, h6 {
  margin: 1em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
}

/* line 42, ../../src/sass/helpers/_typography.scss */
p, ul, ol, pre {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-block: 25px;
}

/* line 44, ../../src/sass/helpers/_typography.scss */
ul {
  margin-left: 14px;
}

/* line 49, ../../src/sass/helpers/_typography.scss */
button {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

/* line 52, ../../src/sass/helpers/_typography.scss */
a {
  color: #3E1664;
  text-decoration: underline;
}

/* line 55, ../../src/sass/helpers/_typography.scss */
ul li {
  line-height: 24px;
}
/* line 57, ../../src/sass/helpers/_typography.scss */
ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

/* line 65, ../../src/sass/helpers/_typography.scss */
h1:after, .h1:after, h1:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 20px;
}

/* line 74, ../../src/sass/helpers/_typography.scss */
ul {
  margin-left: 20px;
}

@media only screen and (min-width: 1024px) {
  /* line 80, ../../src/sass/helpers/_typography.scss */
  h1, .h1, h1 {
    font-size: 42px;
  }

  /* line 81, ../../src/sass/helpers/_typography.scss */
  h2, .h2, h2 {
    font-size: 28px;
  }

  /*h2, .h2 { font-size: 42px; }
  h3, .h3 { font-size: 42px; }
  h4, .h4 { font-size: 42px; }
  h5, .h5 { font-size: 42px; }*/
}
/* line 2, ../../src/sass/helpers/_base.scss */
body.scroll-lock {
  overflow: hidden;
}

/* line 7, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 1248px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 560px) {
  /* line 7, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0 18px;
  }
}
/* line 9, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 1170px;
}
@media only screen and (min-width: 560px) {
  /* line 13, ../../src/sass/helpers/_base.scss */
  .container.wide {
    padding: 0;
  }
}

/* line 21, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* line 30, ../../src/sass/helpers/_base.scss */
.title-border {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.title-border:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}

/* line 37, ../../src/sass/helpers/_base.scss */
.post-type-archive .container,
.single .container {
  margin-top: 0;
}
/* line 41, ../../src/sass/helpers/_base.scss */
.post-type-archive .container > h1,
.single .container > h1 {
  margin-top: 0;
}

/* line 49, ../../src/sass/helpers/_base.scss */
.container.slim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 54, ../../src/sass/helpers/_base.scss */
.container.slim > div {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 58, ../../src/sass/helpers/_base.scss */
.container.slim > aside {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 65, ../../src/sass/helpers/_base.scss */
.wp-block-image {
  margin-block: 20px;
}

/* line 69, ../../src/sass/helpers/_base.scss */
.mb-1 {
  margin-block: 25px;
}

/* line 1, ../../src/sass/header.scss */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* line 6, ../../src/sass/header.scss */
header {
  padding-block: 0px 10px;
}
/* line 9, ../../src/sass/header.scss */
header .mobile-menu {
  display: none;
}
/* line 12, ../../src/sass/header.scss */
header .mobile-menu .search-wrapper {
  display: block;
  margin-top: 10px;
}
/* line 18, ../../src/sass/header.scss */
header .mobile-menu .search-wrapper #searchform #s {
  width: 100%;
  border-bottom: 1px solid #000;
}
/* line 26, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu {
  list-style-type: none;
  margin-block: 30px 0;
  margin-inline: 0;
}
/* line 33, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li a {
  text-decoration: none;
}
/* line 36, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li a:hover {
  text-decoration: underline;
}
/* line 41, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li.menu-item-has-children {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 45, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li.menu-item-has-children .sub-menu {
  display: none;
  list-style-type: none;
}
/* line 51, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li.menu-item-has-children > a {
  position: relative;
}
/* line 53, ../../src/sass/header.scss */
header .mobile-menu #menu-gfce-menu li.menu-item-has-children > a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/gfce/src/Assets/down-arrow-purple.svg);
  background-repeat: no-repeat;
  top: 4px;
  right: -40px;
  position: absolute;
  display: inline-block;
}
/* line 74, ../../src/sass/header.scss */
header .header-logo-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 25px;
}
/* line 81, ../../src/sass/header.scss */
header .header-logo-nav .header-logo {
  width: 85%;
  min-width: 140px;
  max-width: 170px;
}
/* line 87, ../../src/sass/header.scss */
header .header-logo-nav .menu-nav {
  cursor: pointer;
}
/* line 90, ../../src/sass/header.scss */
header .header-logo-nav .menu-nav span {
  color: #3E1664;
  font-weight: 600;
}
/* line 94, ../../src/sass/header.scss */
header .header-logo-nav .menu-nav span img {
  width: 15px;
  height: 15px;
}
/* line 102, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container {
  display: none;
}
/* line 105, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu {
  display: block;
}
/* line 111, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu li.nav-arrow a {
  position: relative;
}
/* line 114, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu li.nav-arrow a:first-child:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/gfce/src/Assets/down-arrow-purple.svg");
  background-repeat: no-repeat;
  top: 4px;
  right: -37px;
  position: absolute;
  display: inline-block;
}
/* line 130, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu {
  display: none;
  list-style-type: none;
  margin-left: 0;
  width: inherit;
  position: absolute;
  width: auto;
  margin: 0;
  padding-top: 10px;
  background-color: #3E1664;
  padding: 10px;
}
/* line 143, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu a::after {
  content: unset !important;
}
/* line 148, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu li {
  margin-right: 0;
  padding-inline: 7.5px;
}
/* line 152, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu li:first-of-type {
  padding-top: 7.5px;
}
/* line 156, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu li:last-of-type {
  padding-bottom: 7.5px;
}
/* line 160, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu li:not(:last-of-type) {
  margin-bottom: 7.5px;
}
/* line 164, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .sub-menu li a {
  color: #FFF;
}
/* line 179, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .menu-item-has-children {
  padding: 0;
  float: left;
  list-style: none;
  position: static;
  margin-right: 2.0rem;
}
/* line 187, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .menu-item-has-children > a {
  pointer-events: none;
}
/* line 193, ../../src/sass/header.scss */
header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 1001;
  min-width: 200px;
}
/* line 203, ../../src/sass/header.scss */
header .header-logo-nav .main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
/* line 208, ../../src/sass/header.scss */
header .header-logo-nav .main-nav li:not(:last-of-type) {
  margin-right: 2.5rem;
}
/* line 212, ../../src/sass/header.scss */
header .header-logo-nav .main-nav li a {
  text-decoration: none;
  color: #3E1664;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
/* line 221, ../../src/sass/header.scss */
header .header-logo-nav .main-nav li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  /* line 234, ../../src/sass/header.scss */
  header .mobile-menu {
    display: none !important;
  }
  /* line 238, ../../src/sass/header.scss */
  header .header-logo-nav {
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
       -moz-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    margin-top: 0;
  }
  /* line 242, ../../src/sass/header.scss */
  header .header-logo-nav .menu-gfce-menu-container {
    display: unset;
  }
  /* line 245, ../../src/sass/header.scss */
  header .header-logo-nav .menu-gfce-menu-container #menu-gfce-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  /* line 252, ../../src/sass/header.scss */
  header .header-logo-nav .menu-nav span {
    display: none;
  }
}
/* line 1, ../../src/sass/breadcrumb.scss */
.gfce-bc {
  padding-block: 66px 10px;
}
/* line 4, ../../src/sass/breadcrumb.scss */
.gfce-bc span {
  text-transform: uppercase;
  color: #3E1664;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40%);
  letter-spacing: -moz-calc(1rem * 0.001 * 40%);
  letter-spacing: calc(1rem * 0.001 * 40%);
}

/* line 1, ../../src/sass/sidebar.scss */
.container {
  position: relative;
}

/* line 6, ../../src/sass/sidebar.scss */
.slim p, .slim h1, .slim h2, .slim h3, .slim h4, .slim h5, .slim h6, .slim thead, .slim tbody, .slim span, .slim table, .slim blockquote, .slim section, .slim ul, .slim li, .slim .block-quote-wrapper {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* line 13, ../../src/sass/sidebar.scss */
  .slim p, .slim h1, .slim h2, .slim h3, .slim h4, .slim h5, .slim h6, .slim thead, .slim tbody, .slim span, .slim table, .slim blockquote, .slim section, .slim ul, .slim li, .slim .block-quote-wrapper {
    width: 75%;
  }
}
/* line 20, ../../src/sass/sidebar.scss */
aside img {
  max-width: 200px;
}

/* line 26, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-image {
  width: 100%;
  max-width: 200px;
  min-width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 33, ../../src/sass/sidebar.scss */
.sidebar-container:not(:last-of-type) {
  padding-bottom: 40px;
}
/* line 37, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* line 42, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section:not(:last-of-type) {
  padding-bottom: 10px;
}
/* line 46, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section .sidebar-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
     -moz-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
/* line 52, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section .sidebar-flex .related-image {
  background-color: #F6F5F5;
  padding: 8px 10px 2px 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
/* line 57, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section .sidebar-flex .related-image img {
  width: 67px;
  height: 67px;
  padding: 3px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 65, ../../src/sass/sidebar.scss */
.sidebar-container .sidebar-section .sidebar-flex .no-bg-colour {
  background-color: unset;
}

/* line 74, ../../src/sass/sidebar.scss */
.sidebar-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40%);
  letter-spacing: -moz-calc(1rem * 0.001 * 40%);
  letter-spacing: calc(1rem * 0.001 * 40%);
  line-height: 20px;
  color: #3E1664;
  padding-bottom: 20px;
}
/* line 85, ../../src/sass/sidebar.scss */
.sidebar-title + div:first-of-type {
  margin-top: 25px;
}
/* line 92, ../../src/sass/sidebar.scss */
.sidebar-title:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 40%;
  display: block;
  padding-top: 5px;
}

/* line 102, ../../src/sass/sidebar.scss */
.sidebar-section a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1024px) {
  /* line 113, ../../src/sass/sidebar.scss */
  .container aside {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 122, ../../src/sass/sidebar.scss */
  .sidebar-container:not(:last-of-type) {
    padding-bottom: 30px;
  }
  /* line 127, ../../src/sass/sidebar.scss */
  .sidebar-container .sidebar-section .sidebar-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* line 1, ../../src/sass/accordion.scss */
.accordions {
  margin-block: 50px;
}
/* line 6, ../../src/sass/accordion.scss */
.accordions .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
/* line 10, ../../src/sass/accordion.scss */
.accordions .accordion-item .title-block {
  background-color: unset;
  border: 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #009FE3;
  padding-bottom: 20px;
  width: 100%;
  padding-inline: 0;
}
/* line 20, ../../src/sass/accordion.scss */
.accordions .accordion-item .title-block::after {
  content: "";
  background-image: url("/wp-content/themes/gfce/src/Assets/down-arrow.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 33, ../../src/sass/accordion.scss */
.accordions .accordion-item .title-block .accordion-link h5 {
  width: 98.5%;
  text-align: left;
  margin: 0;
}
/* line 41, ../../src/sass/accordion.scss */
.accordions .accordion-item .title-block + .text-block {
  display: none;
}
/* line 49, ../../src/sass/accordion.scss */
.accordions .accordion-item * {
  width: 100%;
}
/* line 55, ../../src/sass/accordion.scss */
.accordions .accordion-item.open .title-block::after {
  background-image: url("/wp-content/themes/gfce/src/Assets/up-arrow.svg");
}

/* line 1, ../../src/sass/cta-button.scss */
.cta-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin-block: 30px;
  background-color: #3E1664;
  color: #FFF;
  padding: 11.5px 35.5px 11.5px 13.5px;
  position: relative;
  -webkit-transition-duration: 0.25s;
     -moz-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
/* line 16, ../../src/sass/cta-button.scss */
.cta-button:hover {
  background-color: #F27321;
}
/* line 20, ../../src/sass/cta-button.scss */
.cta-button::after {
  background-image: url("/wp-content/themes/gfce/src/Assets/btn-arrow.svg");
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 14px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
}

/* line 34, ../../src/sass/cta-button.scss */
.cta-button-orange {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
  margin-block: 30px;
  background-color: #F27321;
  color: #3E1664;
  padding: 11.5px 35.5px 11.5px 13.5px;
  position: relative;
}
/* line 47, ../../src/sass/cta-button.scss */
.cta-button-orange::after {
  background-image: url("/wp-content/themes/gfce/src/Assets/purple-arrow.svg");
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 14px;
  top: -webkit-calc(50% - 5px);
  top: -moz-calc(50% - 5px);
  top: calc(50% - 5px);
}

/* line 1, ../../src/sass/stats.scss */
.stats-wrapper {
  margin-block: 30px;
}
/* line 4, ../../src/sass/stats.scss */
.stats-wrapper h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: bold;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.stats-wrapper h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 11, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 16, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item {
  background-color: #F6F5F5;
  padding: 53px 42px;
}
/* line 24, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 30, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap .h1:empty, .stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap h1:empty {
  display: none;
}
/* line 35, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap .count-up, .stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap span {
  margin: 0;
}
/* line 37, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap .count-up::after, .stats-wrapper .stats-grid .stats-item .stats-inner .stats-wrap span::after {
  border-bottom: unset;
  content: unset;
}
/* line 44, ../../src/sass/stats.scss */
.stats-wrapper .stats-grid .stats-item .stats-inner p {
  font-weight: 600;
}

/* line 55, ../../src/sass/stats.scss */
.page-picker h3 {
  margin-block: 25px !important;
}
/* line 58, ../../src/sass/stats.scss */
.page-picker .stats-item {
  position: relative;
  text-decoration: none;
  padding: 53px 42px 42px 42px;
}
/* line 63, ../../src/sass/stats.scss */
.page-picker .stats-item .h3, .page-picker .stats-item h3 {
  margin-bottom: 50px !important;
  display: block;
}
/* line 68, ../../src/sass/stats.scss */
.page-picker .stats-item .cta-button {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  /* line 77, ../../src/sass/stats.scss */
  .stats-wrapper .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
/* line 1, ../../src/sass/cta-section.scss */
.cta-section {
  margin-block: 70px;
}
/* line 3, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper {
  background-color: #3E1664;
  padding: 30px 30px;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
     -moz-background-size: 50%;
          background-size: 50%;
  background-position: right 100%;
}
/* line 10, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper p {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}
/* line 17, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper h2 {
  margin-top: 7px;
  margin-bottom: 30px;
}
/* line 22, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper h2, .cta-section .cta-wrapper p {
  color: #FFF;
}
/* line 26, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper .cta-inner-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 32, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper .cta-inner-grid a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
/* line 36, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper .cta-inner-grid a button {
  max-height: 60px;
  background-color: #F27321;
  color: #3E1664;
  margin: 0;
}
/* line 42, ../../src/sass/cta-section.scss */
.cta-section .cta-wrapper .cta-inner-grid a button:after {
  background-image: url("/wp-content/themes/gfce/src/Assets/purple-arrow.svg");
}

@media only screen and (min-width: 1024px) {
  /* line 55, ../../src/sass/cta-section.scss */
  .cta-section .cta-wrapper {
    padding: 55px 66px 50px 98px;
  }
  /* line 57, ../../src/sass/cta-section.scss */
  .cta-section .cta-wrapper .cta-inner-grid {
    grid-template-columns: 75% auto;
  }
  /* line 60, ../../src/sass/cta-section.scss */
  .cta-section .cta-wrapper .cta-inner-grid h2 {
    margin-bottom: 0;
  }
}
/* line 1, ../../src/sass/footer.scss */
footer {
  background-color: #7DCEF1;
  margin-top: 85px;
}
/* line 5, ../../src/sass/footer.scss */
footer .footer-grid {
  display: grid;
  grid-template-columns: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
}
/* line 12, ../../src/sass/footer.scss */
footer .footer-grid .footer-find-us p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #3E1664;
  line-height: 20px;
}
/* line 49, ../../src/sass/helpers/_mixins.scss */
footer .footer-grid .footer-find-us p:after {
  border-bottom: 3px solid #009FE3;
  content: "";
  width: 100px;
  display: block;
  padding-top: 20px;
}
/* line 21, ../../src/sass/footer.scss */
footer .footer-grid .footer-find-us button {
  margin-block: 0;
}
/* line 25, ../../src/sass/footer.scss */
footer .footer-grid .footer-find-us ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
}
/* line 30, ../../src/sass/footer.scss */
footer .footer-grid .footer-find-us ul li {
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
/* line 35, ../../src/sass/footer.scss */
footer .footer-grid .footer-find-us ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
/* line 43, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper p {
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #3E1664;
  line-height: 20px;
}
/* line 50, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper p:after {
  border-bottom: 3px solid #009FE3;
  content: "";
  width: 100px;
  display: block;
  padding-top: 17px;
}
/* line 59, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 40px;
}
/* line 64, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper ul a {
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
/* line 69, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper ul a:hover {
  text-decoration: underline;
}
/* line 74, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper ul li {
  font-weight: 400;
  color: #000;
  line-height: 24px;
}
/* line 79, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
/* line 85, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper .footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 87, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper .footer-wrapper a {
  text-decoration: none;
  background-color: #3E1664;
  padding: 15px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  max-width: 46px;
  max-height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.25s;
     -moz-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
/* line 100, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper .footer-wrapper a:hover {
  background-color: #F27321;
}
/* line 104, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper .footer-wrapper a:not(:last-of-type) {
  margin-right: 12.5px;
}
/* line 107, ../../src/sass/footer.scss */
footer .footer-grid .contact-us-wrapper .footer-wrapper a img {
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}
/* line 118, ../../src/sass/footer.scss */
footer .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
/* line 124, ../../src/sass/footer.scss */
footer .footer-info .legal-copyright a {
  margin-right: 10px;
}
/* line 131, ../../src/sass/footer.scss */
footer .footer-info .site-one span a {
  text-decoration: none;
  font-weight: 600;
  color: #3E1664;
}
/* line 136, ../../src/sass/footer.scss */
footer .footer-info .site-one span a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  /* line 148, ../../src/sass/footer.scss */
  footer .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 1, ../../src/sass/event-listing.scss */
.events-listings-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
/* line 6, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single {
  background-color: #F6F5F5;
  padding: 2rem;
  position: relative;
  text-decoration: none;
}
/* line 12, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #13262F;
}
/* line 19, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single span::after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 28%;
  display: block;
  padding-top: 3px;
}
/* line 28, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single h5 {
  margin-bottom: 70px;
  color: #13262F;
}
/* line 33, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single .cta-button {
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
}
/* line 39, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single h5 {
  width: 100%;
}

/* line 47, ../../src/sass/event-listing.scss */
.archive-event .news-inner-content span {
  color: #13262F;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  /* line 59, ../../src/sass/event-listing.scss */
  .events-listings-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 2, ../../src/sass/posts.scss */
.page-template-default h1 {
  margin-top: 0;
}

/* line 8, ../../src/sass/posts.scss */
.posts-container {
  margin-block: 70px;
}
/* line 11, ../../src/sass/posts.scss */
.posts-container h3 {
  margin-bottom: 50px;
}
/* line 15, ../../src/sass/posts.scss */
.posts-container .posts-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 20, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single {
  background-color: #F6F5F5;
  text-decoration: none;
  position: relative;
}
/* line 25, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single img {
  width: 100%;
}
/* line 29, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content {
  padding: 25px 40px 40px 40px;
}
/* line 32, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content h4 {
  padding-bottom: 50px;
  margin-top: 0;
}
/* line 38, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content .cta-button {
  position: absolute;
  bottom: 0;
}
/* line 43, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content .posts-date {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  margin-bottom: 30px;
  color: #13262F;
}
/* line 52, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content .posts-date:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 100px;
  display: block;
  padding-top: 12px;
}
/* line 61, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content .event-prev-upcoming {
  color: #13262F;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 68, ../../src/sass/posts.scss */
.posts-container .posts-wrapper .posts-single .posts-inner-content h4 {
  color: #13262F;
  margin-block: 25px;
}

@media only screen and (min-width: 1024px) {
  /* line 81, ../../src/sass/posts.scss */
  .posts-container .posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 3, ../../src/sass/tools.scss */
.tools-container {
  margin-block: 50px;
}
/* line 6, ../../src/sass/tools.scss */
.tools-container .tools-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem 3rem;
}
/* line 11, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single {
  position: relative;
  text-decoration: none;
}
/* line 15, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single .wp-block-heading {
  font-size: 16px;
  line-height: 24px;
  color: #13262F;
  font-weight: 400;
}
/* line 22, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single .cta-button {
  margin-top: 31px;
}
/* line 26, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 32, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single:hover p {
  text-decoration: underline;
}
/* line 37, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single p {
  margin-top: 0;
  margin-bottom: 0;
  color: #13262F;
}
/* line 43, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 100px;
  display: block;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
}
/* line 53, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single .tools-date {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  color: #13262F;
  margin-bottom: 10px;
  display: block;
}
/* line 71, ../../src/sass/tools.scss */
.tools-container .tools-wrapper .tools-single p,
.tools-container .tools-wrapper .tools-single .tools-inner-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* line 87, ../../src/sass/tools.scss */
.tools-publications-wrapper .tools-wrapper {
  padding-bottom: 60px;
}
/* line 91, ../../src/sass/tools.scss */
.tools-publications-wrapper h1 {
  margin-top: 3px;
  margin-bottom: 65px;
}
/* line 96, ../../src/sass/tools.scss */
.tools-publications-wrapper .cta-section {
  margin-top: 20px;
}
/* line 98, ../../src/sass/tools.scss */
.tools-publications-wrapper .cta-section .cta-wrapper {
  -webkit-background-size: 25% 25%;
     -moz-background-size: 25%;
          background-size: 25%;
  background-position: 105% center;
}
/* line 103, ../../src/sass/tools.scss */
.tools-publications-wrapper .cta-section .cta-inner-grid {
  padding-top: 10px;
}
/* line 105, ../../src/sass/tools.scss */
.tools-publications-wrapper .cta-section .cta-inner-grid .cta-button {
  margin-top: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 119, ../../src/sass/tools.scss */
.single-tools-wrapper .tools-publish-date {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
}

@media only screen and (min-width: 1024px) {
  /* line 132, ../../src/sass/tools.scss */
  .tools-container .tools-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 1, ../../src/sass/region-block.scss */
.region-block-container {
  margin-block: 60px;
}
/* line 4, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 3rem;
}
/* line 9, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper .region-block-single {
  text-decoration: none;
}
/* line 12, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper .region-block-single img {
  max-width: 200px;
}
/* line 15, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper .region-block-single img:first-of-type {
  width: 100%;
}
/* line 19, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper .region-block-single img:nth-of-type(2) {
  padding-top: 10px;
}
/* line 24, ../../src/sass/region-block.scss */
.region-block-container .region-block-wrapper .region-block-single h4 {
  color: #13262F;
}

@media only screen and (min-width: 1024px) {
  /* line 34, ../../src/sass/region-block.scss */
  .region-block-container .region-block-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* line 1, ../../src/sass/block-quote.scss */
.block-quote-wrapper {
  background-color: #F6F5F5;
  padding: 35px 45px;
  margin-block: 30px;
}
/* line 6, ../../src/sass/block-quote.scss */
.block-quote-wrapper img {
  max-width: 100px;
}
/* line 10, ../../src/sass/block-quote.scss */
.block-quote-wrapper h4 {
  color: #3E1664;
  margin-top: 5px;
  width: 100%;
}
/* line 16, ../../src/sass/block-quote.scss */
.block-quote-wrapper span {
  color: #3E1664;
  font-weight: 500;
  font-size: 16px;
}

/* line 5, ../../src/sass/person.scss */
.single-person .where-next {
  margin-block: 50px 70px;
}
/* line 8, ../../src/sass/person.scss */
.single-person .where-next h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 28.8px;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.single-person .where-next h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 14, ../../src/sass/person.scss */
.single-person .where-next .where-next-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 19, ../../src/sass/person.scss */
.single-person .where-next .where-next-wrapper .where-next-single {
  background-color: #F6F5F5;
  padding: 40px;
  position: relative;
}
/* line 24, ../../src/sass/person.scss */
.single-person .where-next .where-next-wrapper .where-next-single h4 {
  margin-block: 10px;
  margin-bottom: 50px;
}
/* line 29, ../../src/sass/person.scss */
.single-person .where-next .where-next-wrapper .where-next-single .cta-button {
  margin-block: 25px 25px;
  position: absolute;
  bottom: 0;
}
/* line 38, ../../src/sass/person.scss */
.single-person h1 {
  margin-top: 5px;
  margin-bottom: 40px;
}
/* line 42, ../../src/sass/person.scss */
.single-person h1 span {
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
/* line 49, ../../src/sass/person.scss */
.single-person .single-person-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 54, ../../src/sass/person.scss */
.single-person .single-person-grid .single-person-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 58, ../../src/sass/person.scss */
.single-person .single-person-grid .single-person-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 61, ../../src/sass/person.scss */
.single-person .single-person-grid .single-person-image img {
  width: 250px;
  max-width: 50%;
  min-width: 200px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  min-width: 250px;
}

/* line 78, ../../src/sass/person.scss */
.single-member-and-partner .single-person-grid .single-person-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 81, ../../src/sass/person.scss */
.single-member-and-partner .single-person-grid .single-person-image img {
  width: 100%;
  max-width: 50%;
  min-width: 200px;
  height: 50%;
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: unset;
     -moz-border-radius: unset;
          border-radius: unset;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 150px;
}

/* line 102, ../../src/sass/person.scss */
.person-inner-container {
  padding-block: 30px;
}
/* line 105, ../../src/sass/person.scss */
.person-inner-container .person-main-container {
  padding-block: 40px;
}
/* line 108, ../../src/sass/person.scss */
.person-inner-container .person-main-container p {
  font-weight: 400;
  margin-block: 30px 40px;
}
/* line 113, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 118, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper .team-single {
  text-decoration: none;
}
/* line 121, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper .team-single img {
  width: 200px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 128, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper .team-single p {
  color: #13262F;
}
/* line 131, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper .team-single p:first-of-type {
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 0;
  text-decoration: underline;
}
/* line 138, ../../src/sass/person.scss */
.person-inner-container .person-main-container .team-inner-wrapper .team-single p:nth-of-type(2) {
  font-weight: 400;
  margin-top: 2px;
}

@media only screen and (min-width: 1024px) {
  /* line 155, ../../src/sass/person.scss */
  .single-person .where-next .where-next-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 161, ../../src/sass/person.scss */
  .single-person .single-person-grid {
    grid-template-columns: 64% auto;
  }
  /* line 164, ../../src/sass/person.scss */
  .single-person .single-person-grid .single-person-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 168, ../../src/sass/person.scss */
  .single-person .single-person-grid .single-person-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 171, ../../src/sass/person.scss */
  .single-person .single-person-grid .single-person-image img {
    max-width: unset;
  }

  /* line 181, ../../src/sass/person.scss */
  .person-inner-container .person-main-container .team-inner-wrapper {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 9rem;
       -moz-column-gap: 9rem;
            column-gap: 9rem;
    row-gap: 1rem;
  }
}
/* line 3, ../../src/sass/news.scss */
.news-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  margin-top: 0;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.news-title:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}

/* line 9, ../../src/sass/news.scss */
select::-ms-expand {
  display: none;
}

/* line 13, ../../src/sass/news.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 30px 2px 2px;
  border: none;
}
/* line 20, ../../src/sass/news.scss */
select:focus {
  outline: 0;
}

/* line 25, ../../src/sass/news.scss */
.facetwp-facet {
  margin-bottom: 0 !important;
}

/* line 31, ../../src/sass/news.scss */
.facetwp-type-fselect .fs-option .fs-option-label {
  font-size: 1rem;
  word-wrap: break-word;
  white-space: unset !important;
}

/* line 39, ../../src/sass/news.scss */
.news-filtering {
  display: grid;
  grid-template-columns: 100%;
}
/* line 43, ../../src/sass/news.scss */
.news-filtering .filter-tax {
  display: grid;
  grid-template-columns: 100%;
}
/* line 47, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet {
  margin-bottom: 20px !important;
}
/* line 52, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet:first-of-type {
  margin-right: 20px;
}
/* line 56, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-dropdown {
  padding: 15px 20px;
  -webkit-transform: translate(-20px, 15px);
     -moz-transform: translate(-20px, 15px);
      -ms-transform: translate(-20px, 15px);
       -o-transform: translate(-20px, 15px);
          transform: translate(-20px, 15px);
}
/* line 60, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-dropdown .fs-search {
  display: none;
}
/* line 66, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-wrap {
  background-color: #009FE3;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  min-width: 260px;
}
/* line 73, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-wrap:after {
  content: "";
  width: 10px;
  height: 13px;
  background-image: url("/wp-content/themes/gfce/src/Assets/down-arrow-white.svg");
  background-repeat: no-repeat;
  top: 38%;
  right: 5%;
  position: absolute;
  display: inline-block;
}
/* line 85, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-wrap .fs-label-wrap {
  border: none;
}
/* line 88, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-wrap .fs-label-wrap .fs-label {
  background-color: #009FE3;
  text-transform: uppercase;
  padding: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
/* line 98, ../../src/sass/news.scss */
.news-filtering .filter-tax .facetwp-facet .fs-wrap .fs-label-wrap .fs-arrow {
  display: none;
}
/* line 107, ../../src/sass/news.scss */
.news-filtering .filter-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
/* line 113, ../../src/sass/news.scss */
.news-filtering .filter-order .facetwp-facet {
  position: relative;
}
/* line 116, ../../src/sass/news.scss */
.news-filtering .filter-order .facetwp-facet:after {
  content: '';
  position: absolute;
  right: 10px;
  background-image: url(/wp-content/themes/gfce/src/Assets/down-arrow-black.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
/* line 134, ../../src/sass/news.scss */
.news-filtering .filter-order span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}
/* line 140, ../../src/sass/news.scss */
.news-filtering .filter-order select {
  padding: 10px 40px 10px 15px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

/* line 150, ../../src/sass/news.scss */
.news-wrapper-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.5rem;
  margin-bottom: 60px;
}
/* line 156, ../../src/sass/news.scss */
.news-wrapper-grid .news-single {
  background-color: #F6F5F5;
  text-decoration: none;
  position: relative;
}
/* line 161, ../../src/sass/news.scss */
.news-wrapper-grid .news-single img {
  width: 100%;
}
/* line 165, ../../src/sass/news.scss */
.news-wrapper-grid .news-single span {
  font-size: 13px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #13262F;
}
/* line 171, ../../src/sass/news.scss */
.news-wrapper-grid .news-single span:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 30%;
  display: block;
  padding-top: 10px;
}
/* line 180, ../../src/sass/news.scss */
.news-wrapper-grid .news-single h4 {
  color: #13262F;
  margin-bottom: 70px;
}
/* line 185, ../../src/sass/news.scss */
.news-wrapper-grid .news-single .cta-button {
  position: absolute;
  bottom: 0;
}
/* line 190, ../../src/sass/news.scss */
.news-wrapper-grid .news-single .news-inner-content {
  padding: 1.5rem 2rem;
}

/* line 201, ../../src/sass/news.scss */
.single-post-wrapper h1 {
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.single-post-wrapper h1:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 206, ../../src/sass/news.scss */
.single-post-wrapper .single-post-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5rem;
  padding-block: 20px 40px;
}
/* line 212, ../../src/sass/news.scss */
.single-post-wrapper .single-post-grid .single-main {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 215, ../../src/sass/news.scss */
.single-post-wrapper .single-post-grid .single-main *:first-of-type {
  margin-top: 0;
}
/* line 221, ../../src/sass/news.scss */
.single-post-wrapper .single-post-grid .single-post-sidebar {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* line 224, ../../src/sass/news.scss */
.single-post-wrapper .single-post-grid .single-post-sidebar .post-date {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

/* line 234, ../../src/sass/news.scss */
.related-news-section h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.related-news-section h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 238, ../../src/sass/news.scss */
.related-news-section .news-wrapper-grid {
  margin-block: 40px;
}

@media only screen and (min-width: 1024px) {
  /* line 245, ../../src/sass/news.scss */
  .news-wrapper-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* line 249, ../../src/sass/news.scss */
  .news-filtering {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 55px;
  }
  /* line 254, ../../src/sass/news.scss */
  .news-filtering .filter-tax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 258, ../../src/sass/news.scss */
  .news-filtering .filter-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 267, ../../src/sass/news.scss */
  .single-post-wrapper .single-post-grid {
    grid-template-columns: 75% auto;
  }
  /* line 270, ../../src/sass/news.scss */
  .single-post-wrapper .single-post-grid .single-main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 274, ../../src/sass/news.scss */
  .single-post-wrapper .single-post-grid .single-post-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* line 1, ../../src/sass/pager.scss */
.pager-wrapper {
  text-align: center;
  padding-bottom: 60px;
}
/* line 6, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
/* line 12, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a.next, .pager-wrapper .facetwp-pager a.prev {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  color: transparent;
  width: 25px;
}
/* line 21, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a.prev {
  background-image: url("/wp-content/themes/gfce/src/Assets/pager-arrow-prev.svg");
  margin-right: 20px !important;
}
/* line 26, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a.next {
  background-image: url("/wp-content/themes/gfce/src/Assets/pager-arrow-next.svg");
  margin-left: 10px !important;
}
/* line 31, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a.active {
  background-color: #7DCEF1;
  padding: 6px 16px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
/* line 37, ../../src/sass/pager.scss */
.pager-wrapper .facetwp-pager a:not(:last-of-type) {
  margin-right: 10px;
}

/* line 3, ../../src/sass/initiatives.scss */
.initiatives-wrapper .initaitives-page-content {
  padding-bottom: 30px;
}
/* line 7, ../../src/sass/initiatives.scss */
.initiatives-wrapper .tools-wrapper {
  padding-bottom: 70px;
}

/* line 3, ../../src/sass/member-partner.scss */
.member-partners-container h1 {
  margin-bottom: 50px;
}
/* line 7, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group {
  display: inline-block;
  padding-bottom: 30px;
}
/* line 11, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group .tablinks {
  background-color: #7DCEF1;
  color: #3E1664;
  padding: 7.5px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
/* line 21, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group .tablinks img {
  margin-left: 6px;
  width: 100%;
  max-width: 11px;
}
/* line 27, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group .tablinks.active {
  background-color: #009FE3;
}
/* line 31, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group .tablinks:first-of-type {
  margin-bottom: 20px;
}
/* line 35, ../../src/sass/member-partner.scss */
.member-partners-container .tab-group .tablinks:not(:last-of-type) {
  margin-right: 20px;
}
/* line 41, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners {
  padding-bottom: 40px;
}
/* line 46, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 3rem;
}
/* line 52, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 56, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item .line-border {
  color: transparent;
  margin-top: auto;
}
/* line 60, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item .line-border::after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 55%;
  display: block;
  padding-top: 20px;
}
/* line 69, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item a {
  text-decoration: none;
}
/* line 72, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item a .member-country-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
}
/* line 78, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item a .member-country-image img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin-bottom: 30px;
}
/* line 84, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item a .member-country-image img:not(:last-of-type) {
  margin-right: 5px;
}
/* line 90, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-grid-wrapper .member-single-item a span {
  text-decoration: underline;
  color: #13262F;
}
/* line 99, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-partners-section {
  background-color: #F6F5F5;
  padding: 2rem 3rem;
  margin-bottom: 40px;
}
/* line 104, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-partners-section span {
  font-size: 16px;
  text-transform: uppercase;
  color: #3E1664;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
}
/* line 112, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .members-partners-section span + h3 {
  margin-top: 12.5px;
}
/* line 120, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  row-gap: 3rem;
}
/* line 126, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 130, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a {
  text-decoration: none;
}
/* line 133, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a .member-country-image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  margin-bottom: 20px;
}
/* line 140, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin-bottom: 30px;
}
/* line 147, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a span {
  text-decoration: underline;
  color: #13262F;
}
/* line 152, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a .line-border {
  color: transparent;
  margin-top: auto;
}
/* line 156, ../../src/sass/member-partner.scss */
.member-partners-container .member-partners .tab-content .partners-grid-wrapper .partner-single-item a .line-border:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 55%;
  display: block;
  padding-top: 20px;
}
/* line 172, ../../src/sass/member-partner.scss */
.member-partners-container #Partners {
  display: none;
}

@media only screen and (min-width: 1024px) {
  /* line 181, ../../src/sass/member-partner.scss */
  .member-partners-container .tab-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 185, ../../src/sass/member-partner.scss */
  .member-partners-container .tab-group .tablinks:first-of-type {
    margin-bottom: 0;
  }
  /* line 193, ../../src/sass/member-partner.scss */
  .member-partners-container .member-partners .tab-content .members-grid-wrapper,
  .member-partners-container .member-partners .tab-content .partners-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* line 2, ../../src/sass/home.scss */
.home .home-hero {
  background-color: #7DCEF1;
  background-repeat: no-repeat;
  -webkit-background-size: 200px 200px;
     -moz-background-size: 200px;
          background-size: 200px;
  background-position: 0 118%;
  margin-bottom: 60px;
}
/* line 9, ../../src/sass/home.scss */
.home .home-hero .hero-content {
  width: 100%;
  margin-left: auto;
  padding-block: 4rem;
}
/* line 14, ../../src/sass/home.scss */
.home .home-hero .hero-content span {
  text-transform: uppercase;
  font-size: 16px;
  color: #3E1664;
  font-weight: 600;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
}
/* line 21, ../../src/sass/home.scss */
.home .home-hero .hero-content span + h1 {
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.home .home-hero .hero-content span + h1:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 28, ../../src/sass/home.scss */
.home .home-hero .hero-content span + h1::after {
  padding-top: 30px;
}
/* line 35, ../../src/sass/home.scss */
.home .home-hero .hero-content .hero-sub-text-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 41, ../../src/sass/home.scss */
.home .home-hero .hero-content .hero-sub-text-play .hero-sub-text p {
  font-size: 16px;
  font-weight: 600;
}
/* line 47, ../../src/sass/home.scss */
.home .home-hero .hero-content .hero-sub-text-play .hero-play {
  background-color: #F27321;
  padding: 1.2rem 2.5rem 1.2rem 1.7rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  min-width: 20px;
  max-width: 20px;
}
/* line 56, ../../src/sass/home.scss */
.home .home-hero .hero-content .hero-sub-text-play .hero-play img {
  width: 100%;
  min-width: 20px;
  max-width: 20px;
}
/* line 67, ../../src/sass/home.scss */
.home .home-section {
  background-color: #F6F5F5;
  padding: 35px 25px;
  margin-bottom: 92px;
}
/* line 72, ../../src/sass/home.scss */
.home .home-section span {
  text-transform: uppercase;
  font-size: 16px;
  color: #3E1664;
  font-weight: 600;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
}
/* line 80, ../../src/sass/home.scss */
.home .home-section .section-home-wrapper {
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
}
/* line 87, ../../src/sass/home.scss */
.home .home-section .section-home-wrapper h2, .home .home-section .section-home-wrapper .cta-button {
  margin-top: 0;
}
/* line 91, ../../src/sass/home.scss */
.home .home-section .section-home-wrapper .cta-button {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 98, ../../src/sass/home.scss */
.home .home-explore-region {
  margin-block: 45px 80px;
}
/* line 101, ../../src/sass/home.scss */
.home .home-explore-region h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.home .home-explore-region h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 107, ../../src/sass/home.scss */
.home .home-explore-region .world-map {
  position: relative;
  background-image: unset;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1rem;
}
/* line 116, ../../src/sass/home.scss */
.home .home-explore-region .world-map a {
  position: absolute;
  top: unset;
  left: unset;
  position: relative;
}
/* line 123, ../../src/sass/home.scss */
.home .home-explore-region .world-map a .cta-button {
  margin-block: 0;
}
/* line 130, ../../src/sass/home.scss */
.home .explore-work-theme-container {
  background-color: #7DCEF1;
  padding-block: 4rem 6rem;
  margin-bottom: 65px;
}
/* line 135, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper {
  display: grid;
  grid-template-columns: 100%;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
}
/* line 141, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* line 156, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item .theme-image-parent {
  background-color: #FFF;
  padding: 32.15px 36.5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 168, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item .theme-image-parent .theme-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 125px;
  height: 125px;
}
/* line 177, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item.theme-active .theme-image-parent {
  background-color: #F69D64;
}
/* line 182, ../../src/sass/home.scss */
.home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item h4 {
  margin-block: 20px;
  font-weight: 600;
  color: #13262F;
  text-align: left;
}
/* line 193, ../../src/sass/home.scss */
.home .explore-work-theme-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 60px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.home .explore-work-theme-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 200, ../../src/sass/home.scss */
.home .home-latest-events {
  margin-bottom: 50px;
}
/* line 203, ../../src/sass/home.scss */
.home .home-latest-events h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  text-transform: uppercase;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.home .home-latest-events h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 209, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 214, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home .events-single-item {
  background-color: #F6F5F5;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
/* line 222, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home .events-single-item .cta-button {
  margin-block: 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 227, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home .events-single-item span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #13262F;
}
/* line 234, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home .events-single-item span:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 28%;
  display: block;
  padding-top: 12px;
}
/* line 243, ../../src/sass/home.scss */
.home .home-latest-events .latest-events-wrapper-home .events-single-item h4 {
  color: #13262F;
}
/* line 251, ../../src/sass/home.scss */
.home .posts-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.home .posts-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}

@media only screen and (min-width: 1024px) {
  /* line 260, ../../src/sass/home.scss */
  .home .home-section {
    padding: 55px 65px;
  }
  /* line 262, ../../src/sass/home.scss */
  .home .home-section .section-home-wrapper {
    grid-template-columns: 80% auto;
  }
  /* line 265, ../../src/sass/home.scss */
  .home .home-section .section-home-wrapper .cta-button {
    margin-top: 0;
  }
  /* line 273, ../../src/sass/home.scss */
  .home .home-hero .hero-content .hero-sub-text-play {
    display: grid;
    grid-template-columns: 100%;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 283, ../../src/sass/home.scss */
  .home .home-hero .hero-content span + h1 {
    margin-bottom: revert;
  }
  /* line 297, ../../src/sass/home.scss */
  .home .explore-work-theme-container .home-theme-explore-wrapper .theme-single-item .theme-image-parent {
    max-width: unset;
    max-width: 100%;
  }
  /* line 309, ../../src/sass/home.scss */
  .home .home-explore-region .world-map {
    background-image: url("/wp-content/themes/gfce/src/Assets/world-map.svg");
    height: 500px;
    width: 625px;
    display: block;
  }
  /* line 315, ../../src/sass/home.scss */
  .home .home-explore-region .world-map a {
    position: absolute;
  }
  /* line 322, ../../src/sass/home.scss */
  .home .home-hero {
    background-position: -10% 37%;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }
  /* line 326, ../../src/sass/home.scss */
  .home .home-hero .hero-content {
    width: 85%;
    margin-left: auto;
    padding-left: 15rem;
    padding-block: 9rem;
  }
  /* line 334, ../../src/sass/home.scss */
  .home .home-hero .hero-content span + h1 {
    line-height: 48px;
  }
  /* line 340, ../../src/sass/home.scss */
  .home .home-hero .hero-content .hero-sub-text-play {
    grid-template-columns: auto auto;
  }
  /* line 347, ../../src/sass/home.scss */
  .home .explore-work-theme-container .home-theme-explore-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 353, ../../src/sass/home.scss */
  .home .home-latest-events .latest-events-wrapper-home {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  /* line 366, ../../src/sass/home.scss */
  .home-explore-region .world-map a {
    top: unset !important;
    left: unset !important;
  }
}
@media (max-width: 1553px) {
  /* line 377, ../../src/sass/home.scss */
  .home .explore-work-theme-container .home-theme-explore-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  /* line 387, ../../src/sass/home.scss */
  .home .explore-work-theme-container .home-theme-explore-wrapper {
    grid-template-columns: 100%;
  }
}
/* line 1, ../../src/sass/theme-region.scss */
.single-theme-gfce-featured-image {
  background-color: #F6F5F5;
  padding: 31.75px 25px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30%;
  width: 175px;
  height: 175px;
  max-width: 100%;
}
/* line 15, ../../src/sass/theme-region.scss */
.single-theme-gfce-featured-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 110px;
  height: 110px;
}

/* line 22, ../../src/sass/theme-region.scss */
.theme-region-container {
  display: grid;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-block: 60px;
}
/* line 32, ../../src/sass/theme-region.scss */
.theme-region-container .theme-page-wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* line 39, ../../src/sass/theme-region.scss */
.theme-region-container .theme-page-wrapper a .theme-image-parent {
  background-color: #F6F5F5;
  padding: 31.75px 25px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  max-width: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30%;
  width: 175px;
  height: 175px;
}
/* line 53, ../../src/sass/theme-region.scss */
.theme-region-container .theme-page-wrapper a .theme-image-parent .theme-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 110px;
  height: 110px;
}
/* line 64, ../../src/sass/theme-region.scss */
.theme-region-container .theme-page-wrapper:hover a .theme-image-parent {
  background-color: #F27321;
}
/* line 72, ../../src/sass/theme-region.scss */
.theme-region-container .theme-region-wrapper a {
  text-decoration: none;
}
/* line 75, ../../src/sass/theme-region.scss */
.theme-region-container .theme-region-wrapper a h4 {
  color: #13262F;
}
/* line 79, ../../src/sass/theme-region.scss */
.theme-region-container .theme-region-wrapper a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  /* line 93, ../../src/sass/theme-region.scss */
  .theme-region-container .theme-page-wrapper a .theme-image-parent {
    max-width: 100%;
  }
}
/* line 2, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper h3 {
  color: #3E1664;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  font-weight: bold;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.events-meetings-wrapper h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 10, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  margin-block: 40px 60px;
}
/* line 16, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid .event-meeting-single {
  background-color: #F6F5F5;
  padding: 35px 45px;
  text-decoration: none;
}
/* line 21, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid .event-meeting-single h4 {
  font-weight: bold;
  color: #3E1664;
  margin-top: 0;
  color: #13262F;
}
/* line 28, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid .event-meeting-single .cta-button {
  margin-bottom: 0;
}
/* line 32, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid .event-meeting-single span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #13262F;
  line-height: 24px;
  display: block;
}
/* line 41, ../../src/sass/event-meeting.scss */
.events-meetings-wrapper .event-meetings-grid .event-meeting-single .cta-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 1024px) {
  /* line 52, ../../src/sass/event-meeting.scss */
  .events-meetings-wrapper .event-meetings-grid {
    grid-template-columns: 50% 50%;
  }
}
/* line 1, ../../src/sass/event-listing.scss */
.events-listings-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
/* line 6, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single {
  background-color: #F6F5F5;
  padding: 2rem;
  position: relative;
  text-decoration: none;
}
/* line 12, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #13262F;
}
/* line 19, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single span::after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 28%;
  display: block;
  padding-top: 3px;
}
/* line 28, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single h5 {
  margin-bottom: 70px;
  color: #13262F;
}
/* line 33, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single .cta-button {
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
}
/* line 39, ../../src/sass/event-listing.scss */
.events-listings-wrapper .events-listing-single h5 {
  width: 100%;
}

/* line 47, ../../src/sass/event-listing.scss */
.archive-event .news-inner-content span {
  color: #13262F;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  /* line 59, ../../src/sass/event-listing.scss */
  .events-listings-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 1, ../../src/sass/further-info.scss */
.further-info-wrapper {
  margin-block: 50px;
}
/* line 4, ../../src/sass/further-info.scss */
.further-info-wrapper h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.further-info-wrapper h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 9, ../../src/sass/further-info.scss */
.further-info-wrapper .further-info-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1rem;
}
/* line 14, ../../src/sass/further-info.scss */
.further-info-wrapper .further-info-grid .further-info-single {
  padding: 41px;
  background-color: #F6F5F5;
  position: relative;
}
/* line 19, ../../src/sass/further-info.scss */
.further-info-wrapper .further-info-grid .further-info-single h4 {
  margin-bottom: 70px;
  margin-top: 0;
}
/* line 24, ../../src/sass/further-info.scss */
.further-info-wrapper .further-info-grid .further-info-single h4 + a {
  position: absolute;
  bottom: 0;
}
/* line 28, ../../src/sass/further-info.scss */
.further-info-wrapper .further-info-grid .further-info-single h4 + a .cta-button {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
  /* line 42, ../../src/sass/further-info.scss */
  .further-info-wrapper .further-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 3, ../../src/sass/theme-listing.scss */
.theme-list-items a:not(:last-of-type) {
  margin-right: 5px;
}
/* line 6, ../../src/sass/theme-listing.scss */
.theme-list-items a:not(:last-of-type):after {
  content: ",";
}

/* line 13, ../../src/sass/theme-listing.scss */
.theme-listing-container {
  margin-block: 50px;
}
/* line 16, ../../src/sass/theme-listing.scss */
.theme-listing-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.theme-listing-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 21, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 26, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid .theme-single-item {
  text-decoration: none;
}
/* line 33, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid .theme-single-item .theme-image-parent {
  background-color: #F6F5F5;
  padding: 31.75px 25px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30%;
  width: 175px;
  height: 175px;
}
/* line 45, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid .theme-single-item .theme-image-parent .theme-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 110px;
  height: 110px;
}
/* line 53, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid .theme-single-item h4 {
  color: #13262F;
  margin-block: 20px;
}
/* line 59, ../../src/sass/theme-listing.scss */
.theme-listing-container .theme-listing-grid .theme-single-item:hover .theme-image-parent {
  background-color: #F27321;
}

@media only screen and (min-width: 1024px) {
  /* line 70, ../../src/sass/theme-listing.scss */
  .theme-listing-container .theme-listing-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  /* line 75, ../../src/sass/theme-listing.scss */
  .theme-listing-container .theme-listing-grid .theme-single-item .theme-image-parent {
    max-width: 100%;
  }
}
/* line 1, ../../src/sass/partner-member-block.scss */
.partner-members-block-container {
  margin-block: 50px;
}
/* line 4, ../../src/sass/partner-member-block.scss */
.partner-members-block-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.partner-members-block-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 9, ../../src/sass/partner-member-block.scss */
.partner-members-block-container .partner-member-block {
  padding: 77px 65px 65px 82px;
  background-color: #F6F5F5;
}
/* line 13, ../../src/sass/partner-member-block.scss */
.partner-members-block-container .partner-member-block .partner-member-block-button {
  display: grid;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 20, ../../src/sass/partner-member-block.scss */
.partner-members-block-container .partner-member-block .partner-member-block-button .partner-member-text .h1, .partner-members-block-container .partner-member-block .partner-member-block-button .partner-member-text h1 {
  margin-bottom: 35px;
}
/* line 23, ../../src/sass/partner-member-block.scss */
.partner-members-block-container .partner-member-block .partner-member-block-button .partner-member-text span {
  display: block;
  font-weight: 600;
}
/* line 30, ../../src/sass/partner-member-block.scss */
.partner-members-block-container .partner-member-block .partner-member-block-button .partner-member-button .cta-button-orange {
  margin: 0;
}
/* line 38, ../../src/sass/partner-member-block.scss */
.partner-members-block-container span.h1 {
  margin-top: 0;
}
/* line 41, ../../src/sass/partner-member-block.scss */
.partner-members-block-container span.h1:after {
  content: unset;
}

@media only screen and (min-width: 1024px) {
  /* line 51, ../../src/sass/partner-member-block.scss */
  .partner-members-block-container .partner-member-block .partner-member-block-button {
    grid-template-columns: 80% auto;
  }
}
/* line 2, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.member-partner-listing-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 7, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  row-gap: 53px;
  margin-block: 50px;
}
/* line 14, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 19, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item span {
  line-height: 24px;
  color: #000;
  margin-block: 20px 10px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
}
/* line 28, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .member-images-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
/* line 35, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .member-images-wrap img:not(:last-of-type) {
  margin-right: 5px;
}
/* line 41, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .org-logo {
  width: 100%;
  max-width: 40px;
}
/* line 46, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .partner-logo {
  width: 100%;
  max-width: 150px;
}
/* line 51, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .line-border {
  color: transparent;
  margin-top: auto;
}
/* line 56, ../../src/sass/member-partner-listings.scss */
.member-partner-listing-container .member-partner-listing-grid .member-listing-partner-item .line-border:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 55%;
  display: block;
  padding-top: 20px;
}

@media only screen and (min-width: 1024px) {
  /* line 71, ../../src/sass/member-partner-listings.scss */
  .member-partner-listing-container .member-partner-listing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* line 1, ../../src/sass/magazine-block.scss */
.magazine-block-container {
  margin-block: 50px;
}
/* line 4, ../../src/sass/magazine-block.scss */
.magazine-block-container h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.magazine-block-container h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 9, ../../src/sass/magazine-block.scss */
.magazine-block-container .magazine-block-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
/* line 14, ../../src/sass/magazine-block.scss */
.magazine-block-container .magazine-block-grid .magazine-block-item {
  border: 1px solid #e4e4e4;
}
/* line 17, ../../src/sass/magazine-block.scss */
.magazine-block-container .magazine-block-grid .magazine-block-item img {
  width: 100%;
}
/* line 21, ../../src/sass/magazine-block.scss */
.magazine-block-container .magazine-block-grid .magazine-block-item .magazine-item-title {
  background-color: #F6F5F5;
  padding: 25px 40px;
}
/* line 25, ../../src/sass/magazine-block.scss */
.magazine-block-container .magazine-block-grid .magazine-block-item .magazine-item-title h4 {
  margin: 0;
  color: #13262F;
}

@media only screen and (min-width: 1024px) {
  /* line 37, ../../src/sass/magazine-block.scss */
  .magazine-block-container .magazine-block-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 3, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper h1 {
  margin-bottom: 40px;
  margin-top: 5px;
}
/* line 8, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-page-content {
  margin-bottom: 30px;
}
/* line 12, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  margin-bottom: 80px;
}
/* line 18, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single {
  background-color: #F6F5F5;
  text-decoration: none;
  position: relative;
}
/* line 23, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single img {
  width: 100%;
}
/* line 27, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single h4 {
  margin-block: 25px;
  color: #13262F;
  margin-bottom: 70px;
}
/* line 33, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single .annual-workshop-content {
  padding: 25px 35px;
}
/* line 37, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single .annual-workshop-content span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
  font-weight: 600;
  color: #13262F;
}
/* line 45, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single .annual-workshop-content span:after {
  border-bottom: 1px solid #009FE3;
  content: "";
  width: 28%;
  display: block;
  padding-top: 3px;
}
/* line 55, ../../src/sass/annual-workshop.scss */
.annual-meeting-workshop-wrapper .annual-meeting-workshop-grid .annual-mmeeting-workshop-single .cta-button {
  margin-bottom: 10px;
  position: absolute;
  bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  /* line 67, ../../src/sass/annual-workshop.scss */
  .annual-meeting-workshop-wrapper .annual-meeting-workshop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* line 1, ../../src/sass/single-event.scss */
.heading-orange {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3E1664;
  margin-bottom: 50px;
  font-weight: bold;
  margin-top: 20px !important;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.heading-orange:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}

/* line 10, ../../src/sass/single-event.scss */
.single-event-wrapper h1 {
  margin-bottom: 10px;
}
/* line 13, ../../src/sass/single-event.scss */
.single-event-wrapper h1:after {
  content: unset;
}
/* line 18, ../../src/sass/single-event.scss */
.single-event-wrapper h1 + span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: fit-content;
  display: block;
  color: #3E1664;
  margin-top: 3px;
  margin-bottom: 25px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.single-event-wrapper h1 + span:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 31, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .single-event-image {
  width: 100%;
  margin-bottom: 30px;
}
/* line 36, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .event-content {
  margin-bottom: 50px;
}
/* line 42, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper {
  position: relative;
}
/* line 46, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper.youtube-active .yt-thumb-image,
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper.youtube-active .youtube-play-btn {
  display: none;
}
/* line 52, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper.youtube-active + #yt-player {
  display: block;
}
/* line 60, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper .yt-thumb-image {
  z-index: 1;
  position: relative;
}
/* line 65, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player .youtube-thumbnail-wrapper .youtube-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #F27321;
  padding: 1.4rem 1.5rem 1rem 1.7rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
/* line 78, ../../src/sass/single-event.scss */
.single-event-wrapper .single-event-main .youtube-event-player #yt-player {
  display: none;
  width: 100%;
  height: 500px;
}

/* line 89, ../../src/sass/single-event.scss */
.news-about-event,
.related-events-single-event {
  margin-bottom: 60px;
}

/* line 1, ../../src/sass/modal.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
/* line 16, ../../src/sass/modal.scss */
.modal-content {
  background-color: #F6F5F5;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
}

/* The Close Button */
/* line 25, ../../src/sass/modal.scss */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 32, ../../src/sass/modal.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  /* line 40, ../../src/sass/modal.scss */
  .modal-content {
    width: 80%;
  }
}
/* line 2, ../../src/sass/search.scss */
.search-container h1 {
  margin-top: 0;
}

/* line 7, ../../src/sass/search.scss */
.search-desktop {
  display: none !important;
}

/* line 11, ../../src/sass/search.scss */
.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 30px;
  padding-top: 10px;
}
/* line 17, ../../src/sass/search.scss */
.search-wrapper #searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 20, ../../src/sass/search.scss */
.search-wrapper #searchform #s {
  width: 0%;
  -webkit-transition: width 0.5s;
     -moz-transition: width 0.5s;
       -o-transition: width 0.5s;
          transition: width 0.5s;
  border: 1px solid transparent;
  outline: none;
  padding-bottom: 5px;
}
/* line 27, ../../src/sass/search.scss */
.search-wrapper #searchform #s:focus {
  outline: none;
}
/* line 31, ../../src/sass/search.scss */
.search-wrapper #searchform #s.search-open {
  -webkit-transition: width 0.5s;
     -moz-transition: width 0.5s;
       -o-transition: width 0.5s;
          transition: width 0.5s;
  width: 100%;
  border-bottom: 1px solid black;
}
/* line 38, ../../src/sass/search.scss */
.search-wrapper #searchform #searchsubmit {
  background-image: url("/wp-content/themes/gfce/src/Assets/search-icon.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 5px;
}

/* line 52, ../../src/sass/search.scss */
.no-results {
  padding-bottom: 40px;
}

/* line 56, ../../src/sass/search.scss */
.search-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}

/* line 62, ../../src/sass/search.scss */
.entry-header {
  padding-bottom: 5px;
}
/* line 65, ../../src/sass/search.scss */
.entry-header .entry-title {
  margin-block: 0;
}

/* line 70, ../../src/sass/search.scss */
.nav-links {
  text-align: center;
}
/* line 73, ../../src/sass/search.scss */
.nav-links .prev,
.nav-links .next {
  background-repeat: no-repeat;
  color: transparent !important;
  background-position: center;
}
/* line 80, ../../src/sass/search.scss */
.nav-links .next {
  background-image: url(/wp-content/themes/gfce/src/Assets/pager-arrow-next.svg);
  margin-left: 10px !important;
}
/* line 85, ../../src/sass/search.scss */
.nav-links .prev {
  background-image: url(/wp-content/themes/gfce/src/Assets/pager-arrow-prev.svg);
  margin-right: 10px !important;
}
/* line 90, ../../src/sass/search.scss */
.nav-links .page-numbers {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
/* line 96, ../../src/sass/search.scss */
.nav-links .page-numbers.current {
  background-color: #7DCEF1;
  padding: 10px 16px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
  /* line 108, ../../src/sass/search.scss */
  .search-desktop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 112, ../../src/sass/search.scss */
  .search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
/* line 1, ../../src/sass/people-block.scss */
.people-block {
  margin-block: 50px;
}
/* line 4, ../../src/sass/people-block.scss */
.people-block h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
/* line 36, ../../src/sass/helpers/_mixins.scss */
.people-block h3:after {
  border-bottom: 3px solid #F27321;
  content: "";
  width: 100px;
  display: block;
  padding-top: 29px;
}
/* line 9, ../../src/sass/people-block.scss */
.people-block .people-block-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 7rem;
}
/* line 14, ../../src/sass/people-block.scss */
.people-block .people-block-grid .people-block-single-item {
  text-decoration: none;
}
/* line 17, ../../src/sass/people-block.scss */
.people-block .people-block-grid .people-block-single-item img {
  width: 100%;
  max-width: 250px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 15px;
  margin-bottom: 17.5px;
  width: 240px;
  height: 240px;
}
/* line 30, ../../src/sass/people-block.scss */
.people-block .people-block-grid .people-block-single-item .person-block-name {
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  line-height: 16px;
  color: #13262F;
  padding-bottom: 10px;
}
/* line 40, ../../src/sass/people-block.scss */
.people-block .people-block-grid .people-block-single-item .person-block-name + span {
  font-size: 16px;
  line-height: 21px;
  display: block;
  color: #13262F;
}

@media only screen and (min-width: 1024px) {
  /* line 56, ../../src/sass/people-block.scss */
  .people-block .people-block-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* line 3, ../../src/sass/vacancy.scss */
.equal-opportunity {
  padding-bottom: 30px;
}

/* line 12, ../../src/sass/vacancy.scss */
.single-vacancy-listing .vacancy-single-closing-date {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: -webkit-calc(1rem * 0.001 * 40);
  letter-spacing: -moz-calc(1rem * 0.001 * 40);
  letter-spacing: calc(1rem * 0.001 * 40);
}
/* line 19, ../../src/sass/vacancy.scss */
.single-vacancy-listing h1 {
  margin-top: 10px;
}

/* line 9, ../../src/sass/magazine.scss */
.post-type-archive-magazine .magazine-block-item h4 {
  padding-bottom: 7.5px;
  color: #13262F;
}
/* line 14, ../../src/sass/magazine.scss */
.post-type-archive-magazine .magazine-block-item h4 + span {
  font-size: 13px;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */