@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

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

img[src$=".svg"] {
  width: 100%;
}

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

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*==============================================================*/
/*==============================================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes zoom {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
  }

  .animate-items .is-visible:nth-child(2) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }

  .animate-items .is-visible:nth-child(3) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
  }

  .animate-items .is-visible:nth-child(4) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
  }

  .animate-items .is-visible:nth-child(5) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
  }

  .animate-items .is-visible:nth-child(6) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
  }

  .animate-items .is-visible:nth-child(7) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
  }

  .animate-items .is-visible:nth-child(8) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
  }

  .animate-items .is-visible:nth-child(9) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.9s;
  }

  .animate-items .is-visible:nth-child(10) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1s;
  }

  .animate-items .is-visible:nth-child(11) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
  }

  .animate-items .is-visible:nth-child(12) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }

  .animate-items .is-visible:nth-child(13) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.3s;
  }

  .animate-items .is-visible:nth-child(14) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.4s;
  }

  .animate-items .is-visible:nth-child(15) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
  }

  .animate-items .is-visible:nth-child(16) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.6s;
  }

  .animate-items .is-visible:nth-child(17) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.7s;
  }

  .animate-items .is-visible:nth-child(18) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
  }

  .animate-items .is-visible:nth-child(19) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.9s;
  }

  .animate-items .is-visible:nth-child(20) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2s;
  }

  .animate-items .is-visible:nth-child(21) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.1s;
  }

  .animate-items .is-visible:nth-child(22) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
  }

  .animate-items .is-visible:nth-child(23) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.3s;
  }

  .animate-items .is-visible:nth-child(24) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
  }

  .animate-items .is-visible:nth-child(25) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }

  .animate-items .is-visible:nth-child(26) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
  }

  .animate-items .is-visible:nth-child(27) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.7s;
  }

  .animate-items .is-visible:nth-child(28) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.8s;
  }

  .animate-items .is-visible:nth-child(29) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.9s;
  }

  .animate-items .is-visible:nth-child(30) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3s;
  }

  .animate-items .is-visible:nth-child(31) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.1s;
  }

  .animate-items .is-visible:nth-child(32) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.2s;
  }

  .animate-items .is-visible:nth-child(33) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.3s;
  }

  .animate-items .is-visible:nth-child(34) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.4s;
  }

  .animate-items .is-visible:nth-child(35) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
  }

  .animate-items .is-visible:nth-child(36) .item {
    animation: zoomin;
    -webkit-animation-name: zoomin;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.6s;
  }
}
.animate-items .grid-item.scroll {
  opacity: 1;
}

.animate-items .grid-item .item {
  opacity: 1;
}

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0;
  }

  .scroll {
    opacity: 0;
  }

  .is-visible.zoom {
    animation: zoom;
    -webkit-animation-name: zoom;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.slideRight {
    animation: slideRight;
    -webkit-animation-name: slideRight;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
  }
}
.mobile {
  display: block;
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 900px) {
  .desktop {
    display: block;
  }
}

.wrap900 {
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}

.wrap1000 {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.wrap1100 {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.wrap1200 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.wrap1400 {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}

.wrap1500 {
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important;
  }
}

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

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid.flex-end {
  justify-content: flex-end;
}
.grid.flex-start {
  justify-content: flex-start;
}
.grid.flex-center {
  justify-content: center;
}
.grid .w-50 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-50 {
    width: 50%;
  }
}
.grid .w-33 {
  width: 100%;
}
@media (min-width: 900px) {
  .grid .w-33 {
    width: 33.3333333%;
  }
}
.grid .w-25 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid .w-25 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .grid .w-25 {
    width: 25%;
  }
}

body, html {
  font-size: 16px;
  color: #191918;
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 900px) {
  body, html {
    font-size: 18px;
    scroll-behavior: smooth;
  }
}

::selection {
  background: #FFB612;
  color: #191918;
}

::-moz-selection {
  background: #FFB612;
  color: #191918;
}

.button, .pagination__button-container a {
  position: relative;
  display: inline-block;
  background: #F2B55D;
  color: #191918;
  border-radius: 999em;
  line-height: normal;
  padding: 12px 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s;
}
.button:hover, .pagination__button-container a:hover {
  background: #D98408;
  color: #ffffff;
}

.page-base {
  margin: 60px auto;
}

.site-main {
  position: relative;
  z-index: 2;
}
@media (min-width: 900px) {
  .site-main:not(.site-main--no-overlap) {
    margin-top: -98px;
  }
}

.base.alt p, .base.alt li, .base.alt h1, .base.alt h2, .base.alt h3, .base.alt h4, .base.alt h5, .base.alt a:not(.button) {
  color: #ffffff;
}
.base.text-center h2::before,
.base.text-center h3::before,
.base.text-center h4::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.base p {
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 30px;
}
.base p strong {
  font-weight: 700;
}
.base p em {
  font-style: italic;
}
.base p.large {
  font-size: 20px;
}
@media (min-width: 900px) {
  .base p.large {
    font-size: 22px;
  }
}
.base p.eyebrow {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.base p.orange-text {
  color: #D98408;
}
.base p.orange-text a {
  color: #007A4D;
}
.base p.bluegreen-text {
  color: #007A4D;
}
.base p.bluegreen-text a {
  color: #002395;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.base p.bluegreen-text a:hover {
  text-decoration: underline;
  color: #D98408;
}
.base h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: -0.03em;
}
@media (min-width: 600px) {
  .base h1 {
    font-size: 55px;
  }
}
@media (min-width: 900px) {
  .base h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .base h1 {
    font-size: 96px;
  }
}
.base h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #007A4D;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .base h2 {
    font-size: 50px;
  }
}
@media (min-width: 900px) {
  .base h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .base h2 {
    font-size: 72px;
  }
}
.base h3 {
  font-size: 28px;
  font-weight: 600;
  color: #007A4D;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .base h3 {
    font-size: 36px;
  }
}
@media (min-width: 900px) {
  .base h3 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .base h3 {
    font-size: 48px;
  }
}
.base h4 {
  font-size: 24px;
  font-weight: 600;
  color: #007A4D;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .base h4 {
    font-size: 28px;
  }
}
@media (min-width: 900px) {
  .base h4 {
    font-size: 32px;
  }
}
.base h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .base h5 {
    font-size: 24px;
  }
}
.base .no-stroke::before {
  display: none;
}
.base h2,
.base h3,
.base h4,
.base h5 {
  position: relative;
  z-index: 1;
}
.base a:not(.button) {
  text-decoration: underline;
}
.base a:not(.button):hover {
  text-decoration: none;
}
.base ul {
  margin: 0 0 30px 0;
  padding-left: 8px;
  list-style: none;
}
@media (min-width: 900px) {
  .base ul {
    margin: 0 0 40px 20px;
  }
}
.base ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  line-height: 1.5;
}
.base ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -7px;
  width: 6px;
  height: 6px;
  background-color: #FFB612;
  border-radius: 50%;
}
.base ul li ul {
  margin: 12px 0 30px 0;
}
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px;
}
@media (min-width: 900px) {
  .base ol {
    margin: 0 0 30px 30px;
  }
}
.base ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  line-height: 1.5;
}
.base ol li::before {
  position: absolute;
  text-indent: -25px;
  counter-increment: a;
  content: counter(a) ".";
  color: #D98408;
  font-weight: 900;
  top: 0px;
}
.base .alignnone, .base .aligncenter {
  margin: 0 auto 30px;
}
.base .alignright {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignright {
    margin: 0 0 30px 30px;
    float: right;
  }
}
.base .alignleft {
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .base .alignleft {
    float: left;
    margin: 0 30px 30px 0;
  }
}
.base blockquote {
  margin: 60px 0;
  position: relative;
  z-index: 0;
  background-color: #FCEFDB;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: clamp(60px, 8vw, 92px) clamp(20px, 5vw, 86px);
  overflow: hidden;
}
.base blockquote::before, .base blockquote::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 347px;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .base blockquote::before, .base blockquote::after {
    opacity: 0.5;
  }
}
.base blockquote::before {
  background-position: top left;
  background-image: url("/wp-content/themes/gcuc/images/blockquote-top-left.png");
}
.base blockquote::after {
  background-position: bottom right;
  background-image: url("/wp-content/themes/gcuc/images/blockquote-bottom-right.png");
}
.base blockquote p {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-header {
  position: relative;
  z-index: 999;
  padding: 8px 0;
  background: #007A4D;
}
@media (min-width: 900px) {
  .site-header {
    padding: 0;
    background: transparent;
  }
}
.site-header .main-navigation {
  background: #007A4D;
  padding-left: 10px;
  padding-right: 10px;
}
.site-header .main-navigation .grid {
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 900px) {
  .site-header .main-navigation .grid {
    justify-content: center;
  }
}
.site-header .logo-mobile {
  display: block;
  width: 90px;
}
@media (min-width: 600px) {
  .site-header .logo-mobile {
    width: 120px;
  }
}
@media (min-width: 900px) {
  .site-header .logo-mobile {
    display: none;
  }
}
.site-header .mobile-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 900px) {
  .site-header .mobile-nav {
    display: none;
  }
}
.site-header .mobile-button {
  display: block;
  margin-right: 10px;
  font-size: 16px;
}
@media (min-width: 900px) {
  .site-header .mobile-button {
    display: none;
  }
}
.site-header .menu-primary-container {
  display: none;
}
@media (min-width: 900px) {
  .site-header .menu-primary-container {
    display: block;
  }
}
.site-header .social-mobile {
  display: none;
}
.site-header .social-mobile li {
  margin-left: 20px;
}
.site-header .social-mobile a {
  color: #ffffff;
  font-size: 20px;
  transition: 0.2s;
}
@media (min-width: 600px) {
  .site-header .social-mobile a {
    font-size: 28px;
  }
}
.site-header .social-mobile a:hover {
  color: #FFB612 !important;
}
.site-header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 900px) {
  .site-header .menu li {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .site-header .menu li {
    margin: 0 12px;
  }
}
@media (min-width: 1200px) {
  .site-header .menu li {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  .site-header .menu li {
    margin: 0 20px;
  }
}
@media (min-width: 900px) {
  .site-header .menu li.current-menu-item {
    box-shadow: inset 0 -16px 0px 0px #FFB612;
  }
}
.site-header .menu li a {
  transition: 0.2s;
}
@media (min-width: 900px) {
  .site-header .menu li a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 24px 0;
  }
}
@media (min-width: 1024px) {
  .site-header .menu li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .site-header .menu li a {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .site-header .menu li a {
    font-size: 17px;
  }
}
.site-header .menu li a:hover {
  color: #FFB612;
}
.site-header .below-nav {
  padding-top: 10px;
  display: none;
}
@media (min-width: 900px) {
  .site-header .below-nav {
    display: block;
  }
}
.site-header .below-nav .grid {
  align-items: center;
}
.site-header .below-nav .logo {
  display: block;
  width: 150px;
}
.site-header .below-nav .social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .below-nav .social li {
  margin-left: 20px;
}
.site-header .below-nav .social li .button, .site-header .below-nav .social li .pagination__button-container a, .pagination__button-container .site-header .below-nav .social li a {
  background-color: #FFB612;
}
.site-header .below-nav .social li a:not(.button) {
  color: #ffffff;
  transition: 0.2s;
}
.site-header .below-nav .social li a:not(.button):hover {
  color: #FFB612 !important;
}
.site-header--theme--light {
  background: #fff;
}
@media screen and (max-width: 900px) {
  .site-header--theme--light {
    background: #007A4D;
  }
}
.site-header--theme--light .below-nav .social li a:not(.button) {
  color: #191918;
}

.site-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F3E3C8;
  padding-bottom: 15px;
}
.site-footer__top {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 234px 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.site-footer__top-bg {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}
.site-footer__top-bg--left {
  background-image: url("/wp-content/themes/gcuc/images/footer_bg_1.svg");
  background-position: right bottom;
}
.site-footer__top-bg--right {
  background-image: url("/wp-content/themes/gcuc/images/footer_bg_2.svg");
  background-position: left bottom;
}
.site-footer__logo {
  display: block;
  padding-top: 20px;
}
.site-footer .base {
  font-size: 14px;
  font-weight: 400;
}
.site-footer .base p {
  margin: 0;
}

.two-column {
  margin: 60px auto 30px;
}
@media (min-width: 900px) {
  .two-column {
    margin: 80px auto 50px;
  }
}
.two-column.reverse .grid {
  flex-wrap: wrap-reverse;
}
@media (min-width: 900px) {
  .two-column.reverse .grid {
    padding-left: 0px;
  }
}
.two-column .grid {
  align-items: center;
}
@media (min-width: 900px) {
  .two-column .grid {
    margin: 0 -30px;
  }
}
.two-column .grid .grid-item {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 900px) {
  .two-column .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .two-column .grid .grid-item .inner {
    padding: 0 30px;
  }
}
.two-column .grid .photo img {
  width: 100%;
  box-shadow: 20px -20px 0px 0px #FFB612;
  max-width: calc(100% - 20px);
}

.page-template-about .video {
  background: #FFF4E9;
  padding: 80px 0 0;
  border-bottom: 60px solid #ffffff;
  margin-bottom: 80px;
  text-align: right;
}
.page-template-about .video .embed-container {
  margin-bottom: -60px;
}
.page-template-about .video .base h2::before {
  right: 0;
  left: auto;
}
.page-template-about .who {
  background: #007A4D;
  padding: 80px 0;
}
.page-template-about .who .grid {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-about .who .grid {
    margin: 0 -30px;
  }
}
.page-template-about .who .grid .grid-item:first-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-about .who .grid .grid-item:first-of-type {
    width: 45%;
  }
}
.page-template-about .who .grid .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-about .who .grid .grid-item:last-of-type {
    width: 55%;
  }
}
@media (min-width: 900px) {
  .page-template-about .who .grid .base {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .page-template-about .who .grid .base *:last-child {
    margin-bottom: 0;
  }
}
.page-template-about .who .grid .base h2::before,
.page-template-about .who .grid .base h3::before,
.page-template-about .who .grid .base h4::before {
  background: url("../images/yellow-stroke.svg") no-repeat center;
}
.page-template-about .who .who-slider {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-template-about .who .who-slider .grid {
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.page-template-about .who .who-slider .slide {
  flex: 1 1 16.6666666667%;
  display: none;
  flex-direction: column;
  align-items: stretch;
  transition: 0.2s ease;
}
@media (min-width: 900px) {
  .page-template-about .who .who-slider .slide {
    display: flex;
    cursor: pointer;
  }
}
.page-template-about .who .who-slider .slide.current {
  display: flex;
  flex-basis: 40%;
  cursor: default;
}
.page-template-about .who .who-slider .slide.current .card {
  flex-grow: 1;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.page-template-about .who .who-slider .slide.current .closed-card {
  display: none;
}
.page-template-about .who .who-slider .slide .card {
  display: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.page-template-about .who .who-slider .slide .card .base {
  background: #FCEFDB;
  padding: 40px 30px 30px;
  flex-grow: 1;
}
.page-template-about .who .who-slider .slide .card .base h4 {
  color: #191918;
}
.page-template-about .who .who-slider .slide img {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0 0 20px 20px;
}
.page-template-about .who .who-slider .closed-card {
  background: #191918;
  border-radius: 20px;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s ease;
}
.page-template-about .who .who-slider .closed-card img {
  width: auto;
  height: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}
.page-template-about .who nav {
  display: flex;
}
@media (min-width: 900px) {
  .page-template-about .who nav {
    margin-top: 40px;
  }
}
.page-template-about .who nav .prev-arrow,
.page-template-about .who nav .next-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #191918;
  background: #FFB612;
  border-radius: 999em;
  overflow: hidden;
  margin-right: 15px;
  font-size: 24px;
  transition: 0.2s;
}
.page-template-about .who nav .prev-arrow:hover,
.page-template-about .who nav .next-arrow:hover {
  background: #191918;
  color: #ffffff;
}
.page-template-about .who nav .next-arrow::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  transition: 0.2s;
}
.page-template-about .who nav .prev-arrow::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  transition: 0.2s;
}
.page-template-about .below {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-about .below {
    width: calc(55% - 30px);
    margin-left: auto;
  }
}
.page-template-about .origin {
  padding: 80px 0 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .page-template-about .origin {
    padding: 120px 0;
  }
}
.page-template-about .origin .overlay {
  background: linear-gradient(270deg, rgba(39, 34, 26, 0.6) 41.75%, rgba(39, 34, 26, 0.6) 72.72%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-about .origin .wrap1400 {
  position: relative;
  z-index: 3;
}
.page-template-about .origin .base {
  margin-left: auto;
  max-width: 650px;
}
.page-template-about .origin .base h2::before,
.page-template-about .origin .base h3::before,
.page-template-about .origin .base h4::before {
  background: url("../images/blue-stroke.svg") no-repeat center;
}

.faqs {
  margin: 60px auto clamp(50px, 8vw, 110px);
}
.faqs .expanded {
  display: none;
  background: #FFF4E9;
  border-bottom: 4px solid #FFB612;
}
.faqs .content {
  padding: 0 40px 30px 60px;
}
@media (min-width: 600px) {
  .faqs .content {
    padding: 0 40px 30px 90px;
  }
}
@media (min-width: 900px) {
  .faqs .content {
    padding: 0 90px 30px 90px;
  }
}
.faqs .expand {
  display: block;
  padding: 25px 20px 25px 60px;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  border-bottom: 4px solid #FFF4E9;
}
@media (min-width: 600px) {
  .faqs .expand {
    padding: 35px 20px 35px 90px;
  }
}
@media (min-width: 900px) {
  .faqs .expand {
    padding: 40px 90px;
  }
}
.faqs .expand:hover h3 {
  color: #007A4D;
}
.faqs .expand h3 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #191918;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .faqs .expand h3 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .faqs .expand h3 {
    font-size: 28px;
  }
}
.faqs .expand::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  padding: 7px;
  left: 10px;
  color: #007A4D;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
@media (min-width: 600px) {
  .faqs .expand::before {
    left: 30px;
  }
}
.faqs .expand.open {
  background: #FFF4E9;
}
.faqs .expand.open::before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DE3831;
  content: "\e902";
}

.page-template-home .home-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.page-template-home .home-hero .homer-hero__gallery-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.page-template-home .home-hero .homer-hero__gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.page-template-home .home-hero .homer-hero__gallery-image.is-active {
  opacity: 1;
}
@media (min-width: 900px) {
  .page-template-home .home-hero {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .home-hero {
    min-height: 700px;
  }
}
.page-template-home .home-hero video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.page-template-home .home-hero .overlay {
  background: linear-gradient(0deg, rgba(39, 34, 26, 0.4) 11.25%, rgba(39, 34, 26, 0) 52.25%, rgba(39, 34, 26, 0.4) 92.48%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-template-home .home-hero .wrap1400 {
  position: relative;
  z-index: 3;
  padding-top: 180px;
}
.page-template-home .home-hero .base {
  text-align: right;
  margin-bottom: -4px;
}
@media (min-width: 768px) {
  .page-template-home .home-hero .base {
    margin-bottom: -7px;
  }
}
@media (min-width: 1024px) {
  .page-template-home .home-hero .base {
    margin-bottom: -12px;
  }
}
.page-template-home .home-hero .base h1 .city {
  color: #FFF4E9;
  font-size: 45px;
  display: block;
  position: relative;
  z-index: 3;
}
@media (min-width: 480px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 55px;
  }
}
@media (min-width: 600px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 65px;
  }
}
@media (min-width: 768px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 80px;
  }
}
@media (min-width: 900px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 130px;
  }
}
@media (min-width: 1400px) {
  .page-template-home .home-hero .base h1 .city {
    font-size: 155px;
  }
}
.page-template-home .home-hero .base h1 .date {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .page-template-home .home-hero .base h1 .date {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .page-template-home .home-hero .base h1 .date {
    font-size: 45px;
  }
}
@media (min-width: 900px) {
  .page-template-home .home-hero .base h1 .date {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .page-template-home .home-hero .base h1 .date {
    font-size: 60px;
  }
}
.page-template-home .home-hero .base h1 .date .text {
  position: relative;
  z-index: 2;
}
.page-template-home .home-hero .base h1 .date .brush {
  position: absolute;
  z-index: 1;
  width: 80px;
  top: -40px;
  left: -60px;
}
@media (min-width: 480px) {
  .page-template-home .home-hero .base h1 .date .brush {
    width: 100px;
  }
}
.page-template-home .two-column {
  background: #FFF4E9;
  padding: 90px 0 10px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page-template-home .two-column {
    padding: 90px 0 50px;
  }
}
.page-template-home .schedule {
  background: #007A4D;
  padding: 80px 0 0;
  margin-bottom: -3px;
}
.page-template-home .schedule .wrap1200 {
  position: relative;
  z-index: 2;
}
.page-template-home .schedule .grid {
  align-items: center;
  flex-wrap: wrap-reverse;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .page-template-home .schedule .grid {
    margin: 0 -30px 50px;
  }
}
.page-template-home .schedule .grid:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .page-template-home .schedule .grid:last-of-type {
    margin-bottom: -90px;
  }
}
.page-template-home .schedule .grid .grid-item {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-home .schedule .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .page-template-home .schedule .grid .grid-item .inner {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .page-template-home .schedule .grid .base *:last-child {
    margin-bottom: 0;
  }
}
.page-template-home .schedule .grid .base h2 {
  margin-bottom: 15px;
  color: #FCEFDB;
}
.page-template-home .schedule .grid .base h5 {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.page-template-home .schedule .grid .base h5::before {
  content: "";
  background: #002395;
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -2px;
  z-index: -1;
  left: 0;
  right: 0;
}
.page-template-home .schedule .grid .photo img {
  width: 100%;
  box-shadow: 15px -15px 0px 0px #FFB612;
  max-width: calc(100% - 15px);
}
.page-template-home .schedule-footer {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-home .schedule-footer {
    margin-top: -120px;
  }
}
.page-template-home .schFooter img {
  display: block;
}
.page-template-home .schFooter .bg {
  padding: 100px 0 70px;
  position: relative;
  z-index: 0;
}
.page-template-home .schFooter .bg::before {
  content: "";
  background: url("/wp-content/themes/gcuc/images/african_pattern_full.svg") no-repeat 97% top/contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .page-template-home .schFooter .bg::before {
    opacity: 0.5;
  }
}
@media (max-width: 600px) {
  .page-template-home .schFooter .bg::before {
    background-repeat: repeat-y;
    bottom: 0;
  }
}
.page-template-home .schFooter .bg .inner {
  max-width: 700px;
  position: relative;
  z-index: 3;
}
.page-template-home .schFooter .bg .inner * {
  color: white;
}
.page-template-home .schFooter .bg .inner img {
  max-width: 75px;
  margin: 0 0 -15px;
}
.page-template-home .schFooter .bg .inner h5 {
  margin-bottom: 5px;
}
.page-template-home .schFooter .bg .inner p a {
  text-decoration: none;
}
.page-template-home .schFooter .bg .inner p a:hover {
  color: #FFB612;
}
.page-template-home .why {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page-template-home .why .overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 900px) {
  .page-template-home .why .overlay {
    background: linear-gradient(270deg, rgba(39, 34, 26, 0.4) 41.75%, rgba(39, 34, 26, 0) 72.72%);
  }
}
.page-template-home .why video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.page-template-home .why .wrap1400 {
  position: relative;
  z-index: 3;
  padding: 80px 0 60px;
}
@media (min-width: 900px) {
  .page-template-home .why .wrap1400 {
    padding: 120px 0;
  }
}
.page-template-home .why .base {
  margin-left: auto;
  max-width: 650px;
}
.page-template-home .why .base h2::before,
.page-template-home .why .base h3::before,
.page-template-home .why .base h4::before {
  background: url("../images/blue-stroke.svg") no-repeat center;
}
.page-template-home .testimonials {
  margin-bottom: 100px;
}
.page-template-home .testimonials .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #D98408;
  position: relative;
  padding: 120px 0 0;
  border-bottom: 92px solid #ffffff;
}
@media (min-width: 900px) {
  .page-template-home .testimonials .bg {
    padding: 140px 0 0;
  }
}
.page-template-home .testimonials .wrap1000 {
  margin-bottom: -90px;
}
.page-template-home .testimonials .testimonial-slider {
  box-shadow: 10px 10px 0px 0px #007A4D;
  max-width: calc(100% - 10px);
  background: #FCEFDB;
}
.page-template-home .testimonials .testimonial-slider .slick-prev, .page-template-home .testimonials .testimonial-slider .slick-next {
  top: -40px;
  position: absolute;
}
.page-template-home .testimonials .testimonial-slider .slick-prev:hover::before, .page-template-home .testimonials .testimonial-slider .slick-next:hover::before {
  background: #191918;
  color: #ffffff;
}
.page-template-home .testimonials .testimonial-slider .slick-prev::before, .page-template-home .testimonials .testimonial-slider .slick-next::before {
  color: #ffffff;
  background: #007A4D;
}
.page-template-home .testimonials .testimonial-slider .slick-prev {
  position: absolute;
  right: 50px;
  left: auto;
  top: -40px;
}
.page-template-home .testimonials .testimonial {
  background: #F7DFC7;
  position: relative;
  padding: 60px 30px;
}
@media (min-width: 600px) {
  .page-template-home .testimonials .testimonial {
    padding: 90px 60px;
  }
}
@media (min-width: 900px) {
  .page-template-home .testimonials .testimonial {
    padding: 90px;
  }
}
.page-template-home .testimonials .testimonial .quotation {
  width: 60px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 900px) {
  .page-template-home .testimonials .testimonial .quotation {
    width: 90px;
  }
}
.page-template-home .testimonials .testimonial .quotation.open {
  top: -20px;
  left: -10px;
}
@media (min-width: 600px) {
  .page-template-home .testimonials .testimonial .quotation.open {
    top: -40px;
    left: -40px;
  }
}
.page-template-home .testimonials .testimonial .quotation.closed {
  bottom: 50px;
  right: -10px;
}
@media (min-width: 600px) {
  .page-template-home .testimonials .testimonial .quotation.closed {
    bottom: 50px;
    right: -40px;
  }
}
.page-template-home .testimonials .testimonial .quote {
  position: relative;
}
.page-template-home .testimonials .testimonial .quote p {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .page-template-home .testimonials .testimonial .quote p {
    font-size: 24px;
  }
}
.page-template-home .testimonials .testimonial .quote .name {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .page-template-home .testimonials .testimonial .quote .name {
    font-size: 36px;
  }
}
.page-template-home .testimonials .testimonial .quote .name::before {
  content: "";
  background: #FFB612;
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 5px;
  z-index: -1;
  left: 0;
  right: 0;
}
.page-template-home .testimonials .testimonial .label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
}
.page-template-home .subscribe {
  margin: 80px auto 50px;
}
@media (min-width: 900px) {
  .page-template-home .subscribe {
    margin: 80px auto;
  }
}
.page-template-home .subscribe .grid {
  align-items: center;
  flex-wrap: wrap-reverse;
}
.page-template-home .subscribe .photo {
  width: 310px;
  margin: 0 auto 30px;
}
@media (min-width: 900px) {
  .page-template-home .subscribe .photo {
    margin: 0 auto;
  }
}
.page-template-home .subscribe .content {
  width: 100%;
}
@media (min-width: 900px) {
  .page-template-home .subscribe .content {
    width: calc(100% - 310px);
  }
}
.page-template-home .subscribe .content .base {
  text-align: center;
}
@media (min-width: 900px) {
  .page-template-home .subscribe .content .base {
    padding-right: 30px;
    text-align: right;
  }
}
.page-template-home .subscribe .content .base h2::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .page-template-home .subscribe .content .base h2::before {
    margin: 0;
    left: auto;
    right: 0;
  }
}
@media (min-width: 900px) {
  .page-template-home .subscribe .content .base *:last-child {
    margin-bottom: 0;
  }
}
.page-template-home .latest-posts {
  margin: 80px auto 40px;
}
.page-template-home .latest-posts .intro {
  margin-bottom: 60px;
}
.page-template-home .latest-posts .grid {
  margin: 0 auto;
  justify-content: center;
}
@media (min-width: 900px) {
  .page-template-home .latest-posts .grid {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .page-template-home .latest-posts .grid {
    margin: 0 -20px;
  }
}
.page-template-home .latest-posts .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
  padding-right: 8px;
}
@media (min-width: 900px) {
  .page-template-home .latest-posts .grid .grid-item {
    width: 33.3333333%;
  }
}
.page-template-home .latest-posts .grid .grid-item .item {
  background: #FFF4E9;
  box-shadow: 8px 8px 0px 0px #FFB612;
  max-width: calc(100% - 8px);
  margin: 0 auto;
  height: 100%;
  max-width: 500px;
}
@media (min-width: 900px) {
  .page-template-home .latest-posts .grid .grid-item .item {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .page-template-home .latest-posts .grid .grid-item .item {
    margin: 0 20px;
  }
}
.page-template-home .latest-posts .grid .grid-item .img {
  display: block;
}
.page-template-home .latest-posts .grid .grid-item .img img {
  width: 100%;
  margin-bottom: 20px;
}
.page-template-home .latest-posts .grid .grid-item .title {
  padding: 0 30px;
  display: block;
  margin-bottom: 20px;
}
.page-template-home .latest-posts .grid .grid-item .title h3 {
  font-size: 24px;
  line-height: 1.1;
  color: #007A4D;
  font-weight: 700;
}
@media (min-width: 900px) {
  .page-template-home .latest-posts .grid .grid-item .title h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .page-template-home .latest-posts .grid .grid-item .title h3 {
    font-size: 32px;
  }
}
.page-template-home .latest-posts .grid .grid-item .title h3:hover {
  color: #191918;
}
.page-template-home .latest-posts .grid .grid-item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 30px 20px;
}
@media (min-width: 900px) {
  .page-template-home .latest-posts .grid .grid-item p {
    font-size: 18px;
  }
}
.page-template-home .latest-posts .grid .grid-item p .readmore {
  font-weight: 700;
  color: #007A4D;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  width: max-content;
  margin-top: 10px;
}
.page-template-home .latest-posts .grid .grid-item p .readmore:hover {
  color: #191918;
}

.partners {
  margin-bottom: 30px;
}
.partners .tier .label {
  background: linear-gradient(0deg, var(--White, #FFF) 0%, var(--Peach-3, #FFFAF5) 100%);
  padding: 80px 0 30px;
}
.partners .tier .intro h3 {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: #191918;
  z-index: 2;
}
.partners .tier .intro h3::before {
  content: "";
  background: #F2B55D;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  z-index: -1;
  left: 0;
  right: 0;
}
@media (min-width: 900px) {
  .partners .tier .intro h3::before {
    bottom: -16px;
  }
}
.partners .grid {
  justify-content: center;
  align-items: center;
  margin: 30px -20px 0;
}
@media (min-width: 480px) {
  .partners .grid {
    margin: 30px -30px 0;
  }
}
.partners .grid .grid-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 70px;
}
@media (min-width: 480px) {
  .partners .grid .grid-item {
    width: 33.3333333%;
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .partners .grid .grid-item {
    width: 25%;
    padding: 0 50px;
  }
}
.partners .grid .grid-item .item {
  width: 100%;
  display: inline-block;
}

.speakers {
  margin: 80px auto 30px;
}
.speakers .base {
  margin-bottom: 80px;
}
.speakers .grid {
  justify-content: center;
}
@media (min-width: 768px) {
  .speakers .grid {
    margin: 0 -20px;
  }
}
.speakers .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .speakers .grid .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 768px) {
  .speakers .grid .inner {
    padding: 0 20px;
  }
}

.attendees {
  margin: 60px auto 30px;
}
.attendees .base {
  margin-bottom: 80px;
}
.attendees .grid {
  justify-content: center;
}
@media (min-width: 600px) {
  .attendees .grid {
    margin: 0 -20px;
  }
}
.attendees .grid .grid-item {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
  .attendees .grid .grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .attendees .grid .grid-item {
    width: 33.3333333%;
  }
}
@media (min-width: 900px) {
  .attendees .grid .grid-item {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .attendees .grid .inner {
    padding: 0 20px;
  }
}
.attendees .grid .inner .img {
  max-width: 220px;
}

.person h3 {
  font-weight: 700;
  font-size: 20px;
  color: #007A4D;
  line-height: 1.1;
  margin: 0 auto 10px;
}
@media (min-width: 600px) {
  .person h3 {
    font-size: 24px;
  }
}
.person .company {
  font-weight: 700;
  color: #D98408;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px auto;
}
.person .position {
  margin: 10px auto;
  line-height: 1.2;
  font-weight: 300;
}
.person .linkedin {
  font-weight: 700;
  color: #007A4D;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px auto;
}
.person .linkedin a:hover {
  color: #191918;
}
.person .linkedin a:hover .icon-linkedin {
  background: #191918;
}
.person .linkedin .icon-linkedin {
  background: #007A4D;
  color: #ffffff;
  padding: 5px;
  font-size: 10px;
  margin-left: 3px;
}
.person .img {
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.person .img img {
  aspect-ratio: 31/35;
  object-fit: cover;
  width: 100%;
  box-shadow: 8px -8px 0px 0px #FFB612;
  max-width: calc(100% - 8px);
}

.single__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding: 0 15px;
  box-sizing: content-box;
}
.single__header {
  text-align: center;
  padding-top: 47px;
}
.single__header-label {
  color: #DE3831;
  font-weight: 600;
  font-size: clamp(22px, 5vw, 32px);
  border-bottom: 2px solid #FFB612;
  padding-bottom: 11px;
  display: inline-block;
  margin-bottom: 33px;
}
.single__header-title {
  font-size: clamp(32px, 10vw, 72px);
  font-weight: 900;
  margin-bottom: 43px;
  line-height: 1.05;
}
.single__header-meta {
  display: inline-block;
  font-size: 18px;
  border-bottom: 2px solid #FFB612;
  padding-bottom: 11px;
  margin-bottom: 13px;
  line-height: 1.3;
}
.single__header-date, .single__header-author {
  font-weight: 700;
}
.single__header-cat-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.single__header-cat-item {
  color: #DE3831;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}
.single__header-cat-item:not(:last-child)::after {
  content: "·";
  position: relative;
  bottom: -2px;
  margin-left: 8px;
  font-size: 24px;
  line-height: 0;
  color: #191918;
}
.single__header-image-container {
  aspect-ratio: 3/2;
  width: 100%;
  margin-top: 55px;
}
.single__header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single__content {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
.single__content .base ul,
.single__content .base ol {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single__pagination {
  border-bottom: 2px solid #ebebeb;
}
.gform_wrapper {
  max-width: 950px;
  margin: 40px auto;
  text-align: left;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gform_description {
  margin: 0 0 40px;
  color: #191918;
  display: block;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  font-style: italic;
}
@media (min-width: 900px) {
  .gform_wrapper .gform_description {
    font-size: 24px;
  }
}
.gform_wrapper .gform_fields {
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
}
.gform_wrapper .gfield--type-name {
  margin-bottom: 30px !important;
}
.gform_wrapper .gfield_description {
  line-height: 1.4 !important;
}
.gform_wrapper .datepicker {
  width: 100% !important;
}
.gform_wrapper .gfield {
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.gform_wrapper .gfield:before {
  display: none;
}
.gform_wrapper .gfield label {
  display: block;
  font-size: 14px;
  color: #191918;
  margin: 4px 0 0 0;
}
.gform_wrapper .gfield_required {
  color: #D98408 !important;
  margin-left: 0 !important;
}
.gform_wrapper input, .gform_wrapper textarea {
  width: 100%;
  box-shadow: none;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFB612;
  padding: 8px 10px;
  height: 50px;
  background: #FFFAF5;
  font-size: 18px;
  font-family: "Alexandria", sans-serif;
}
.gform_wrapper textarea {
  height: 150px !important;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .gfield.gfield--width-half {
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield.gfield--width-half {
    width: 49%;
  }
}
.gform_wrapper .gfield--width-third {
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield--width-third {
    width: 32%;
  }
}
.gform_wrapper .gfield--width-two-thirds {
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield--width-two-thirds {
    width: 66%;
  }
}
.gform_wrapper .ginput_container_checkbox,
.gform_wrapper .ginput_container_radio {
  /* after */
  /* before */
}
.gform_wrapper .ginput_container_checkbox .gchoice,
.gform_wrapper .ginput_container_radio .gchoice {
  line-height: 1.6;
  margin: 10px 0;
  position: relative;
}
.gform_wrapper .ginput_container_checkbox .gchoice label,
.gform_wrapper .ginput_container_radio .gchoice label {
  color: #191918;
  font-family: "Alexandria", sans-serif;
  font-weight: 300;
  font-size: 18px !important;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
  cursor: pointer;
  position: relative;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: auto;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  background: #FFFAF5;
  border: 1px solid #FFB612;
  top: 1px;
  overflow: hidden;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 1px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #FFB612;
  background-color: #FFB612;
  z-index: 0;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 1px;
  left: 2px;
  width: 7px;
  height: 13px;
  margin-top: 3px;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 3px solid #191918;
  border-bottom: 3px solid #191918;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.gform_wrapper .ginput_container_checkbox input[type=radio],
.gform_wrapper .ginput_container_radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  background: #FFFAF5;
  border: 1px solid #FFB612;
  top: 3px;
  position: relative;
}
.gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
.gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
  background: #FFB612;
}
.gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
.gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 999em;
  left: 2px;
  top: 5px;
  background: #FFB612;
}
.gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
.gform_wrapper .ginput_container_radio input[type=radio] + label:before {
  border-radius: 50%;
}
.gform_wrapper .form-nolabel .gfield_label, .gform_wrapper .form-nolabel .gsection_title {
  display: none !important;
}
.gform_wrapper .gform_footer {
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left;
}
.gform_wrapper .gform_footer .gform_button {
  position: relative;
  display: inline-block;
  background: #F2B55D;
  color: #191918;
  font-weight: 700;
  font-size: 17px !important;
  text-align: center;
  line-height: normal !important;
  margin: 0;
  height: auto;
  padding: 12px 30px;
  overflow: hidden;
  border-radius: 999em;
  width: auto;
  border: none;
  cursor: pointer;
  font-family: "Alexandria", sans-serif;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #D98408;
  color: #ffffff;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
  border: 1px solid red;
}
.gform_wrapper .gfield_error .validation_message {
  font-weight: 700;
  font-style: italic;
  color: #D98408;
  text-align: left;
  font-size: 14px;
  display: block;
  clear: both;
  padding: 0px !important;
  background: transparent;
  border: none;
}

.gform_confirmation_message {
  color: #D98408;
  font-weight: 700;
  line-height: 1.6;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
}

body img.gform_ajax_spinner, #gform_ajax_frame_1 {
  display: none !important;
}

.ui-datepicker, #ui-datepicker-div {
  z-index: 100000 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #D98408 !important;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #191918 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #D98408 !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span, .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 30px !important;
}

.gfield_label, .gcuc-form-label {
  color: #191918 !important;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-size: 18px !important;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 900px) {
  .gfield_label, .gcuc-form-label {
    color: #191918 !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   Select                                   */
/* -------------------------------------------------------------------------- */
.ginput_container_select, .address_country, .gcuc-form-select {
  position: relative;
  background: #FFFAF5;
  border-bottom: 1px solid #FFB612;
  height: 50px;
  padding: 0 !important;
}
.ginput_container_select:after, .address_country:after, .gcuc-form-select:after {
  display: none\9 ;
  pointer-events: none;
  content: "▾";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: absolute;
  top: 13px;
  right: 10px;
  color: #191918;
}
.ginput_container_select select, .address_country select, .gcuc-form-select select {
  padding: 0 !important;
  font-weight: 300 !important;
  border: none;
  background: transparent;
  height: 49px;
  padding-left: 10px !important;
  width: 100%;
  background: #FFFAF5;
  color: #191918;
  -webkit-appearance: none !important;
  font-family: "Alexandria", sans-serif;
}
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .ginput_container_select, .address_country, .gcuc-form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
.ginput_container_select:after, .address_country:after, .gcuc-form-select:after {
  display: block;
}

.hero {
  min-height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 900px) {
  .hero {
    min-height: 350px;
  }
}
.hero .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(39, 34, 26, 0.4) 0%, rgba(39, 34, 26, 0) 50%, rgba(39, 34, 26, 0.4) 100%);
}
.hero .wrap1400 {
  position: relative;
  z-index: 2;
}
.hero .base {
  padding-top: 80px;
  margin-bottom: -4px;
}
@media (min-width: 900px) {
  .hero .base {
    margin-bottom: -6px;
  }
}
@media (min-width: 1200px) {
  .hero .base {
    margin-bottom: -8px;
  }
}
.hero .base h1 {
  color: #FFF4E9;
}

.below-hero {
  background: #FFF4E9;
  padding: 60px 0;
}
.below-hero .grid {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .below-hero .grid {
    margin: 0 -30px;
  }
}
.below-hero .grid .grid-item:first-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .below-hero .grid .grid-item:first-of-type {
    width: 45%;
  }
}
.below-hero .grid .grid-item:last-of-type {
  width: 100%;
}
@media (min-width: 900px) {
  .below-hero .grid .grid-item:last-of-type {
    width: 55%;
  }
}
@media (min-width: 900px) {
  .below-hero .grid .base {
    padding: 0 30px;
  }
}
@media (min-width: 900px) {
  .below-hero .grid .base *:last-child {
    margin-bottom: 0;
  }
}

.mobile-toggle-container {
  display: block;
  position: relative;
  width: 40px;
  height: 60px;
  cursor: pointer;
  right: -3px;
  top: 0px;
  z-index: 99;
  display: block;
}
@media (min-width: 900px) {
  .mobile-toggle-container {
    display: none;
  }
}

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center;
}
.mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
  background: #FFB612;
}
.mobile-toggle:hover .menu-icon span {
  background: #FFB612;
}

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.menu-icon::after, .menu-icon::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 3px;
  background: #ffffff;
  content: "";
  opacity: 1;
  transition: all 0.2s ease;
}
.menu-icon::before {
  top: -11px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1);
}
.menu-icon::after {
  bottom: -13px;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}
.menu-icon span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 999em;
  background: #ffffff;
  transition: all 0.2s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
}

@media (max-width: 900px) {
  .menu-open .admin-bar .site-header .main-navigation {
    position: relative;
    top: 45px;
  }
  .menu-open .logo-mobile {
    width: 90px;
    display: block;
    top: 10px;
    left: 0;
    z-index: 9999;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .logo-mobile {
    width: 120px;
  }
}
@media (max-width: 900px) {
  .menu-open .social-mobile {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 10px auto 0;
  }
}
@media (max-width: 900px) {
  .menu-open .mobile-toggle-container .mobile-toggle {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::before {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle .menu-icon span {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::before {
    background: #ffffff;
  }
  .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon span {
    background: #ffffff;
  }
}
@media (max-width: 900px) {
  .menu-open .site-header {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #007A4D;
  }
}
@media (max-width: 900px) {
  .menu-open .main-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .menu-open .menu {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-open .menu-primary-container li {
    margin: 22px auto;
    text-align: right;
    width: 100%;
    display: block;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .menu-primary-container li {
    margin: 30px auto;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li.menu-item-has-children {
    border: none;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li:last-of-type {
    border: none;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li a {
    font-size: 22px;
    line-height: 1.2;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .menu-open .menu-primary-container li a {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .menu-open .menu-primary-container li a:hover {
    color: #FFB612;
  }
}
.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important;
}
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important;
}
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease;
}
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 24px;
  line-height: 0.8;
  padding: 3px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  transition: ease-in 222ms;
  color: #b01a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
}
.slick-prev:hover:before, .slick-prev:focus:before {
  color: #b01a1a;
  background: #fff;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -35px;
}
.slick-prev:before {
  content: "\e901";
}
[dir=rtl] .slick-prev:before {
  content: "\e900";
}

.slick-next {
  right: 0px;
}
.slick-next:hover:before, .slick-next:focus:before {
  color: #b01a1a;
  background: #fff;
}
[dir=rtl] .slick-next {
  left: -35px;
  right: auto;
}
.slick-next:before {
  content: "\e900";
}
[dir=rtl] .slick-next:before {
  content: "\e901";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icomoon";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.event-countdown {
  position: relative;
  background: #191918;
  padding: 84px 10px;
  overflow: hidden;
  z-index: 0;
}
.event-countdown::before {
  content: "";
  background-image: url("/wp-content/themes/gcuc/images/african_pattern_1.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 234px;
  height: calc(100% + 20px);
  position: absolute;
  right: 0px;
  top: -10px;
  z-index: -1;
}
.event-countdown::after {
  content: "";
  background-image: url("/wp-content/themes/gcuc/images/african_pattern_2.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 234px;
  height: calc(100% + 20px);
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: -1;
}
@media (max-width: 900px) {
  .event-countdown::before, .event-countdown::after {
    opacity: 0.7;
  }
}
@media (max-width: 600px) {
  .event-countdown::before, .event-countdown::after {
    background-repeat: repeat-x;
    width: calc(100% + 20px);
    right: unset;
    left: -10px;
    height: 70px;
    background-size: cover;
  }
  .event-countdown::before {
    top: -10px;
    bottom: unset;
    background-image: url("/wp-content/themes/gcuc/images/african_pattern_1_horizontal.svg");
  }
  .event-countdown::after {
    top: unset;
    bottom: -10px;
    background-image: url("/wp-content/themes/gcuc/images/african_pattern_2_horizontal.svg");
    background-position: bottom center;
  }
}
.event-countdown .base #main_countedown_2 .countdown {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 7vw, 100px);
}
@media (max-width: 600px) {
  .event-countdown .base #main_countedown_2 .countdown {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .event-countdown .base #main_countedown_2 .countdown {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.event-countdown .base #main_countedown_2 .time_left {
  padding: 0;
  background: transparent;
  font-family: "Alexandria", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 900;
  min-width: 80px !important;
}
@media (min-width: 480px) {
  .event-countdown .base #main_countedown_2 .time_left {
    font-size: 45px;
    min-width: 90px !important;
  }
}
@media (min-width: 600px) {
  .event-countdown .base #main_countedown_2 .time_left {
    font-size: 60px;
    min-width: 100px !important;
  }
}
@media (min-width: 900px) {
  .event-countdown .base #main_countedown_2 .time_left {
    font-size: 80px;
    min-width: 120px !important;
  }
}
.event-countdown .base #main_countedown_2 .time_description {
  font-size: 16px;
  font-weight: 700;
  font-family: "Alexandria", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: block;
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .event-countdown .base #main_countedown_2 .time_description {
    width: 90px;
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .event-countdown .base #main_countedown_2 .time_description {
    font-size: 20px;
    width: 100px;
  }
}
@media (min-width: 900px) {
  .event-countdown .base #main_countedown_2 .time_description {
    font-size: 24px;
    width: 120px;
  }
}
.event-countdown .base #main_countedown_2 .time_description::before {
  content: "";
  background: #007A4D;
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: -6px;
  z-index: -1;
  left: 0;
  right: 0;
}
@media (min-width: 600px) {
  .event-countdown .base #main_countedown_2 .time_description::before {
    bottom: -4px;
  }
}
.event-countdown .base h2 {
  color: #FCEFDB;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.african-background {
  position: relative;
  background: #191918;
  padding: 84px 10px;
  overflow: hidden;
  z-index: 0;
}
.african-background::before {
  content: "";
  background-image: url("/wp-content/themes/gcuc/images/african_pattern_1.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 234px;
  height: calc(100% + 20px);
  position: absolute;
  right: 0px;
  top: -10px;
  z-index: -1;
}
.african-background::after {
  content: "";
  background-image: url("/wp-content/themes/gcuc/images/african_pattern_2.svg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  width: 234px;
  height: calc(100% + 20px);
  position: absolute;
  left: 0px;
  top: -10px;
  z-index: -1;
}
@media (max-width: 900px) {
  .african-background::before, .african-background::after {
    opacity: 0.7;
  }
}
@media (max-width: 600px) {
  .african-background::before, .african-background::after {
    background-repeat: repeat-x;
    width: calc(100% + 20px);
    right: unset;
    left: -10px;
    height: 70px;
    background-size: cover;
  }
  .african-background::before {
    top: -10px;
    bottom: unset;
    background-image: url("/wp-content/themes/gcuc/images/african_pattern_1_horizontal.svg");
  }
  .african-background::after {
    top: unset;
    bottom: -10px;
    background-image: url("/wp-content/themes/gcuc/images/african_pattern_2_horizontal.svg");
    background-position: bottom center;
  }
}

.post-grid {
  padding-bottom: clamp(73px, 5vw, 142px);
}
.post-grid__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 400px));
  column-gap: 62px;
  row-gap: 73px;
  justify-content: center;
}

.post-tile__image-container {
  width: 100%;
  display: flex;
  background-color: #007A4D;
  margin-bottom: 26px;
}
.post-tile__image {
  transition: all 0.15s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-tile__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #007A4D;
  margin-bottom: 16px;
  transition: color 0.15s;
}
.post-tile__excerpt {
  font-size: 18px;
  line-height: 28px;
  color: #191918;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-tile__read-more {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #002395;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 15%;
  text-decoration-color: #FFB612;
  transition: all 0.15s;
}
.post-tile:hover .post-tile__title {
  color: #FFB612;
}
.post-tile:hover .post-tile__image {
  opacity: 0.8;
}
.post-tile:hover .post-tile__read-more {
  color: #FFB612;
  text-underline-offset: 20%;
}

.post-grid-filters {
  margin-top: clamp(30px, 5vw, 73px);
  margin-bottom: 86px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 350px));
  justify-content: center;
  gap: 35px;
}
.post-grid-filters .gcuc-form-label {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.pagination {
  border-top: 2px solid #EBEBEB;
  padding-top: 54px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .pagination {
    gap: 16px;
    justify-content: center;
  }
}
.agenda-item {
  border-radius: 6px;
  border: 1px solid #f3e3c8;
  overflow: hidden;
  /* -------------------------------------------------------------------------- */
  /*                                   Content                                  */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               Type Modifiers                               */
  /* -------------------------------------------------------------------------- */
}
.agenda-item__header {
  display: grid;
  grid-template-columns: 75px auto;
}
@media screen and (max-width: 400px) {
  .agenda-item__header {
    grid-template-columns: 100%;
  }
}
.agenda-item__expand-button {
  cursor: pointer;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  transition: background-color 0.15s ease-in-out;
}
.agenda-item__expand-button:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 400px) {
  .agenda-item__expand-button {
    grid-template-columns: 100%;
  }
}
.agenda-item__header-content {
  padding: 21px 18px 21px 44px;
}
@media screen and (max-width: 500px) {
  .agenda-item__header-content {
    padding-left: 18px;
  }
}
.agenda-item__header-content-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 7px;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .agenda-item__header-content-top {
    flex-direction: column-reverse;
  }
}
.agenda-item__tag {
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 17px;
  font-weight: 500;
}
.agenda-item__title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.agenda-item__meta-grid {
  display: flex;
  column-gap: 20px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.agenda-item__meta-item {
  display: flex;
  align-items: start;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  gap: 6px;
}
.agenda-item__meta-item--type--venue {
  flex-basis: 100%;
}
.agenda-item__meta-icon {
  padding-top: 2px;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.agenda-item__meta-text {
  font-weight: 500;
}
.agenda-item__content {
  padding: 39px 15px;
  background-color: #fff9ee;
  display: none;
}
.agenda-item__content-inner {
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
}
.agenda-item__description {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 400px) {
  .agenda-item__description {
    font-size: 16px;
  }
}
.agenda-item__description a {
  text-decoration: underline;
  font-weight: 500;
  color: #002395;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 15%;
  text-decoration-color: #FFB612;
}
.agenda-item__content-heading {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 0.6;
  text-transform: uppercase;
  margin: 39px 0 31px 0;
  letter-spacing: 2px;
  color: #DE3831;
}
.agenda-item__content-heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #FFB612;
  align-self: last baseline;
}
.agenda-item__speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 39px;
}
.agenda-item__speaker {
  text-align: center;
}
.agenda-item__speaker-image-container {
  width: 130px;
  height: 147px;
  display: flex;
  margin: 0 auto 15px auto;
}
.agenda-item__speaker-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agenda-item__speaker-name {
  color: #002395;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.agenda-item__speaker-title {
  color: #007A4D;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.agenda-item__speaker-company {
  color: #007A4D;
  font-weight: 700;
  line-height: 1.1;
  font-size: 14px;
  margin-top: 4px;
}
.agenda-item__speaker-bio-button {
  padding: 9px 9px 0 9px;
  display: block;
  color: #DE3831;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #FFB612;
  font-size: 12px;
}
.agenda-item__sponsors-grid {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 39px;
}
.agenda-item__sponsor {
  text-align: center;
}
.agenda-item--type--info .agenda-item__header {
  background-color: #007A4D;
}
.agenda-item--type--info .agenda-item__tag {
  color: #007A4D;
}
.agenda-item--type--presentation .agenda-item__header {
  background-color: #002395;
}
.agenda-item--type--presentation .agenda-item__tag {
  color: #002395;
}
.agenda-item--type--panel .agenda-item__header {
  background-color: #DE3831;
}
.agenda-item--type--panel .agenda-item__tag {
  color: #DE3831;
}
.agenda-item--type--keynote .agenda-item__header {
  background-color: #FFB612;
}
.agenda-item--type--keynote .agenda-item__title {
  color: #191918;
}
.agenda-item--type--keynote .agenda-item__tag {
  color: #FFB612;
}
.agenda-item--type--keynote .agenda-item__meta-item {
  color: #191918;
}
.agenda-item--type--fireside-chat .agenda-item__header {
  background-color: #ea7618;
}
.agenda-item--type--fireside-chat .agenda-item__tag {
  color: #ea7618;
}
.agenda-item--type--workshop .agenda-item__header {
  background-color: #191918;
}
.agenda-item--type--workshop .agenda-item__tag {
  color: #191918;
}
.agenda-item--type--tour .agenda-item__header {
  background-color: #007A4D;
}
.agenda-item--type--tour .agenda-item__tag {
  color: #007A4D;
}
.agenda-item--type--networking .agenda-item__header {
  background-color: #bbb;
}
.agenda-item--type--networking .agenda-item__tag {
  color: #bbb;
}

/* -------------------------------------------------------------------------- */
/*                                  Plus Icon                                 */
/* -------------------------------------------------------------------------- */
.plus-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
@media screen and (max-width: 400px) {
  .plus-icon {
    width: 24px;
    height: 24px;
  }
}
.plus-icon__line {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.plus-icon__line--vertical {
  transform: rotate(90deg);
  transform-origin: center;
  top: 50%;
}
.plus-icon__line--horizontal {
  inset: 0;
  margin: auto;
  transform-origin: center;
}
.plus-icon--open {
  transform: rotate(180deg);
}
.plus-icon--open .plus-icon__line--vertical {
  opacity: 0;
}

.speaker-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
  display: flex;
  overflow: auto;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
}
.speaker-modal--open {
  transition-delay: 0s;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.speaker-modal--open .speaker-modal__container {
  opacity: 1;
  transform: translateY(0);
}
.speaker-modal__container {
  position: relative;
  margin: auto;
  width: 800px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.speaker-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 19px 46px 105px 46px;
  background-color: #007A4D;
}
@media screen and (max-width: 768px) {
  .speaker-modal__header {
    padding-bottom: 70px;
  }
}
.speaker-modal__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  border: none;
  background: none;
}
.speaker-modal__content {
  background-color: #fff9ee;
  padding: 0 45px 45px 45px;
}
@media screen and (max-width: 500px) {
  .speaker-modal__content {
    padding: 0 20px 20px 20px;
  }
}
.speaker-modal__content-top {
  display: grid;
  grid-template-columns: minmax(150px, 310px) auto;
  column-gap: clamp(30px, 5vw, 52px);
}
@media screen and (max-width: 500px) {
  .speaker-modal__content-top {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
}
.speaker-modal__image-container {
  margin-top: -60px;
  display: flex;
  aspect-ratio: 310/350;
  max-width: 310px;
  box-shadow: 20px -20px 0px 0px #FFB612;
}
@media screen and (max-width: 768px) {
  .speaker-modal__image-container {
    margin-top: -20px;
    aspect-ratio: 12/16;
  }
}
@media screen and (max-width: 500px) {
  .speaker-modal__image-container {
    aspect-ratio: 310/350;
    margin-right: 20px;
  }
}
.speaker-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speaker-modal__info {
  padding-top: clamp(20px, 3vw, 36px);
}
.speaker-modal__name {
  font-weight: 600;
  font-size: clamp(28px, 5vw, 48px);
  margin-bottom: 18px;
  line-height: 1.2;
}
.speaker-modal__title {
  font-weight: 300;
  font-size: 18px;
  color: #007A4D;
  margin-bottom: 5px;
}
.speaker-modal__company {
  font-weight: 700;
  font-size: 18px;
  color: #007A4D;
}
.speaker-modal__linkedin {
  display: inline-flex;
  align-items: center;
  margin-top: 36px;
  text-decoration: none;
  color: #002395;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  text-underline-offset: 2px;
  text-decoration-color: #FFB612;
  text-transform: uppercase;
  gap: 6px;
  transition: color 0.15s ease-in-out;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .speaker-modal__linkedin {
    margin-top: 10px;
  }
}
.speaker-modal__linkedin svg {
  min-width: 20px;
  height: 20px;
}
.speaker-modal__linkedin svg path {
  transition: fill 0.15s ease-in-out;
}
.speaker-modal__linkedin:hover {
  color: #FFB612;
}
.speaker-modal__linkedin:hover svg path {
  fill: #FFB612;
}
.speaker-modal__content-bottom {
  margin-top: 40px;
}
.speaker-modal__bio {
  font-size: 18px;
  line-height: 28px;
}
.speaker-modal__bio p {
  margin-bottom: 10px;
}
.speaker-modal__bio p:last-child {
  margin-bottom: 0;
}
.speaker-modal__bio a {
  text-underline-offset: 2px;
  text-decoration-color: #FFB612;
  text-transform: uppercase;
  text-decoration: underline;
  color: #002395;
}

.share {
  margin: 88px auto;
  text-align: center;
}
.share__label {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 11px;
}
.share__buttons {
  font-size: 25px;
  display: flex;
  gap: 23px;
  justify-content: center;
  align-items: center;
}
.share__button {
  color: #DE3831;
  transition: all 0.15s;
}
.share__button--x {
  display: flex;
  align-items: end;
}
.share__button--x svg {
  width: 23px;
  height: 23px;
}
.share__button--email {
  font-size: 22px;
}
.share__button:hover {
  color: #D98408;
}

.page-template-template-agenda .below-hero h2 {
  font-size: 48px;
}
.page-template-template-agenda .gcuc-form-select select {
  font-weight: 700 !important;
  font-size: 18px !important;
}

.agenda {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: clamp(50px, 5vw, 82px) 30px;
}
.agenda__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
}
.agenda__heading {
  font-weight: 600;
  font-size: clamp(32px, 4vw, 48px);
}
.agenda__filters-fieldset {
  width: 350px;
  max-width: 100%;
}
.agenda__events-list {
  display: grid;
  gap: 20px;
}
