@charset "UTF-8";
/*!
Theme Name: IGA (Eurasia Group Foundation)
Author: Openbox9 (Joe Tan)
Version: 2023

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
:root {
  --font-base-size: 18px;
  --wrap-gutter: calc((100vw - 1400px) / 2);
  --gutter: calc((100vw - 1400px) / 2);
  --gutter-left: calc((100vw - 1400px) / 2);
  --gutter-right: calc((100vw - 1400px) / 2);
  --block-margin: 80px;
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
}
@media screen and (max-width: 1544.8275862069px) {
  :root {
    --gutter-left: 4.6875vw;
    --gutter-right: 4.6875vw;
    --gutter: 4.6875vw;
    --wrap-gutter: 4.6875vw;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --block-margin: 68px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --block-margin: 60px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row:last-child {
  margin-bottom: 0;
}
.row.group {
  margin-bottom: 0;
}

/*! 16 grid, 25px margins */
.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  float: left;
  box-sizing: border-box;
}

.row {
  margin-left: -25px;
  margin-left: calc(-25px);
}

.row > [class*=span],
.row > [class*=col],
.wpb_row.vc_row-fluid > [class*=vc_span] {
  margin-left: 25px;
  margin-left: calc(25px);
}

.row > .col1_10 {
  width: 10%;
  width: calc(10% - 25px);
}

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: calc(10% + 25px);
}

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: calc(20% - 25px);
}

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: calc(20% + 25px);
}

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: calc(25% - 25px);
}

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: calc(25% + 25px);
}

.row > .col3_10 {
  width: 30%;
  width: calc(30% - 25px);
}

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: calc(30% + 25px);
}

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: calc(40% - 25px);
}

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: calc(40% + 25px);
}

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: calc(50% - 25px);
}

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: calc(50% + 25px);
}

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: calc(60% - 25px);
}

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: calc(60% + 25px);
}

.row > .col7_10 {
  width: 70%;
  width: calc(70% - 25px);
}

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: calc(70% + 25px);
}

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: calc(75% - 25px);
}

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: calc(75% + 25px);
}

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: calc(80% - 25px);
}

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: calc(80% + 25px);
}

.row > .col9_10 {
  width: 90%;
  width: calc(90% - 25px);
}

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: calc(90% + 25px);
}

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: calc(100% - 25px);
}

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: calc(100% + 25px);
}

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: calc(33.333% - 25px);
}

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: calc(33.333% + 25px);
}

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: calc(66.667% - 25px);
}

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: calc(66.667% + 25px);
}

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: calc(16.667% - 25px);
}

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: calc(16.667% + 25px);
}

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: calc(83.333% - 25px);
}

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: calc(83.333% + 25px);
}

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: calc(14.286% - 25px);
}

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: calc(14.286% + 25px);
}

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: calc(28.571% - 25px);
}

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: calc(28.571% + 25px);
}

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: calc(42.857% - 25px);
}

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: calc(42.857% + 25px);
}

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: calc(57.143% - 25px);
}

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: calc(57.143% + 25px);
}

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: calc(71.429% - 25px);
}

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: calc(71.429% + 25px);
}

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: calc(85.714% - 25px);
}

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: calc(85.714% + 25px);
}

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: calc(12.5% - 25px);
}

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: calc(12.5% + 25px);
}

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: calc(37.5% - 25px);
}

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: calc(37.5% + 25px);
}

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: calc(62.5% - 25px);
}

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: calc(62.5% + 25px);
}

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: calc(87.5% - 25px);
}

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: calc(87.5% + 25px);
}

.row > .col1_9 {
  width: 11.111%;
  width: calc(11.111% - 25px);
}

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: calc(11.111% + 25px);
}

.row > .col2_9 {
  width: 22.222%;
  width: calc(22.222% - 25px);
}

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: calc(22.222% + 25px);
}

.row > .col4_9 {
  width: 44.444%;
  width: calc(44.444% - 25px);
}

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: calc(44.444% + 25px);
}

.row > .col5_9 {
  width: 55.556%;
  width: calc(55.556% - 25px);
}

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: calc(55.556% + 25px);
}

.row > .col7_9 {
  width: 77.778%;
  width: calc(77.778% - 25px);
}

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: calc(77.778% + 25px);
}

.row > .col8_9 {
  width: 88.889%;
  width: calc(88.889% - 25px);
}

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: calc(88.889% + 25px);
}

.row > .col1_11 {
  width: 9.091%;
  width: calc(9.091% - 25px);
}

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: calc(9.091% + 25px);
}

.row > .col2_11 {
  width: 18.182%;
  width: calc(18.182% - 25px);
}

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: calc(18.182% + 25px);
}

.row > .col3_11 {
  width: 27.273%;
  width: calc(27.273% - 25px);
}

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: calc(27.273% + 25px);
}

.row > .col4_11 {
  width: 36.364%;
  width: calc(36.364% - 25px);
}

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: calc(36.364% + 25px);
}

.row > .col5_11 {
  width: 45.455%;
  width: calc(45.455% - 25px);
}

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: calc(45.455% + 25px);
}

.row > .col6_11 {
  width: 54.545%;
  width: calc(54.545% - 25px);
}

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: calc(54.545% + 25px);
}

.row > .col7_11 {
  width: 63.636%;
  width: calc(63.636% - 25px);
}

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: calc(63.636% + 25px);
}

.row > .col8_11 {
  width: 72.727%;
  width: calc(72.727% - 25px);
}

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: calc(72.727% + 25px);
}

.row > .col9_11 {
  width: 81.818%;
  width: calc(81.818% - 25px);
}

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: calc(81.818% + 25px);
}

.row > .col10_11 {
  width: 90.909%;
  width: calc(90.909% - 25px);
}

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: calc(90.909% + 25px);
}

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: calc(8.333% - 25px);
}

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: calc(8.333% + 25px);
}

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: calc(41.667% - 25px);
}

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: calc(41.667% + 25px);
}

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: calc(58.333% - 25px);
}

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: calc(58.333% + 25px);
}

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: calc(91.667% - 25px);
}

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: calc(91.667% + 25px);
}

.row > .col1_13 {
  width: 7.692%;
  width: calc(7.692% - 25px);
}

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: calc(7.692% + 25px);
}

.row > .col2_13 {
  width: 15.385%;
  width: calc(15.385% - 25px);
}

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: calc(15.385% + 25px);
}

.row > .col3_13 {
  width: 23.077%;
  width: calc(23.077% - 25px);
}

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: calc(23.077% + 25px);
}

.row > .col4_13 {
  width: 30.769%;
  width: calc(30.769% - 25px);
}

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: calc(30.769% + 25px);
}

.row > .col5_13 {
  width: 38.462%;
  width: calc(38.462% - 25px);
}

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: calc(38.462% + 25px);
}

.row > .col6_13 {
  width: 46.154%;
  width: calc(46.154% - 25px);
}

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: calc(46.154% + 25px);
}

.row > .col7_13 {
  width: 53.846%;
  width: calc(53.846% - 25px);
}

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: calc(53.846% + 25px);
}

.row > .col8_13 {
  width: 61.538%;
  width: calc(61.538% - 25px);
}

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: calc(61.538% + 25px);
}

.row > .col9_13 {
  width: 69.231%;
  width: calc(69.231% - 25px);
}

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: calc(69.231% + 25px);
}

.row > .col10_13 {
  width: 76.923%;
  width: calc(76.923% - 25px);
}

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: calc(76.923% + 25px);
}

.row > .col11_13 {
  width: 84.615%;
  width: calc(84.615% - 25px);
}

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: calc(84.615% + 25px);
}

.row > .col12_13 {
  width: 92.308%;
  width: calc(92.308% - 25px);
}

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: calc(92.308% + 25px);
}

.row > .col1_14 {
  width: 7.143%;
  width: calc(7.143% - 25px);
}

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: calc(7.143% + 25px);
}

.row > .col3_14 {
  width: 21.429%;
  width: calc(21.429% - 25px);
}

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: calc(21.429% + 25px);
}

.row > .col5_14 {
  width: 35.714%;
  width: calc(35.714% - 25px);
}

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: calc(35.714% + 25px);
}

.row > .col9_14 {
  width: 64.286%;
  width: calc(64.286% - 25px);
}

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: calc(64.286% + 25px);
}

.row > .col11_14 {
  width: 78.571%;
  width: calc(78.571% - 25px);
}

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: calc(78.571% + 25px);
}

.row > .col13_14 {
  width: 92.857%;
  width: calc(92.857% - 25px);
}

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: calc(92.857% + 25px);
}

.row > .col1_15 {
  width: 6.667%;
  width: calc(6.667% - 25px);
}

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: calc(6.667% + 25px);
}

.row > .col2_15 {
  width: 13.333%;
  width: calc(13.333% - 25px);
}

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: calc(13.333% + 25px);
}

.row > .col4_15 {
  width: 26.667%;
  width: calc(26.667% - 25px);
}

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: calc(26.667% + 25px);
}

.row > .col7_15 {
  width: 46.667%;
  width: calc(46.667% - 25px);
}

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: calc(46.667% + 25px);
}

.row > .col8_15 {
  width: 53.333%;
  width: calc(53.333% - 25px);
}

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: calc(53.333% + 25px);
}

.row > .col11_15 {
  width: 73.333%;
  width: calc(73.333% - 25px);
}

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: calc(73.333% + 25px);
}

.row > .col13_15 {
  width: 86.667%;
  width: calc(86.667% - 25px);
}

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: calc(86.667% + 25px);
}

.row > .col14_15 {
  width: 93.333%;
  width: calc(93.333% - 25px);
}

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: calc(93.333% + 25px);
}

.row > .col1_16 {
  width: 6.25%;
  width: calc(6.25% - 25px);
}

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: calc(6.25% + 25px);
}

.row > .col3_16 {
  width: 18.75%;
  width: calc(18.75% - 25px);
}

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: calc(18.75% + 25px);
}

.row > .col5_16 {
  width: 31.25%;
  width: calc(31.25% - 25px);
}

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: calc(31.25% + 25px);
}

.row > .col7_16 {
  width: 43.75%;
  width: calc(43.75% - 25px);
}

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: calc(43.75% + 25px);
}

.row > .col9_16 {
  width: 56.25%;
  width: calc(56.25% - 25px);
}

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: calc(56.25% + 25px);
}

.row > .col11_16 {
  width: 68.75%;
  width: calc(68.75% - 25px);
}

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: calc(68.75% + 25px);
}

.row > .col13_16 {
  width: 81.25%;
  width: calc(81.25% - 25px);
}

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: calc(81.25% + 25px);
}

.row > .col15_16 {
  width: 93.75%;
  width: calc(93.75% - 25px);
}

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: calc(93.75% + 25px);
}

.grid {
  position: relative;
}

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

.grid > [class*=col] {
  float: left;
}

.grid > .col1_4 {
  width: 25%;
}

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%;
}

.grid > .col3_4 {
  width: 75%;
}

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%;
}

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%;
}

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%;
}

.grid > .col1_5 {
  width: 20%;
}

.grid > .col2_5 {
  width: 40%;
}

.grid > .col3_5 {
  width: 60%;
}

.grid > .col4_5 {
  width: 80%;
}

.grid > .col1_6 {
  width: 16.666%;
}

.grid > .col5_6 {
  width: 83.333%;
}

.grid > .col1_7 {
  width: 14.285%;
}

.grid > .col1_8 {
  width: 12.5%;
}

.grid > .col1_9 {
  width: 11.111%;
}

.grid > .col1_10 {
  width: 10%;
}

.grid > .offset1_1 {
  margin-left: 100%;
}

.grid > .offset1_2 {
  margin-left: 50%;
}

.grid > .offset1_3 {
  margin-left: 33.333%;
}

.grid > .offset1_4 {
  margin-left: 25%;
}

.grid > .offset1_5 {
  margin-left: 20%;
}

.grid > .offset1_6 {
  margin-left: 16.666%;
}

.grid > .offset1_7 {
  margin-left: 14.285%;
}

.grid > .offset1_8 {
  margin-left: 12.5%;
}

.grid > .offset1_9 {
  margin-left: 11.111%;
}

.grid > .offset1_10 {
  margin-left: 10%;
}

.table-grid {
  display: table;
  border-collapse: separate;
}

.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px;
}

.table-grid > .row > [class*=col] {
  display: table-cell;
  float: none;
  width: auto;
}

.table-grid > .row > .col1_3 {
  width: 33.333%;
}

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*=span],
.show-grid [class*=col] {
  background-color: #578ec8;
  text-align: center;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .row,
  .row > [class*=span],
  .row > [class*=col],
  .grid,
  .grid > [class*=col] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }
  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*=col] {
    float: none;
    display: block;
    width: auto;
  }
}
/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: #555;
  text-align: left;
  min-width: 320px;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #555;
}

body {
  padding: 0 0 0px 0;
  background: #fff;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: 600;
  font-style: italic;
}

.mobile-only {
  display: none;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: Lato, sans-serif;
}

.text-serif {
  font-family: Times, Georgia, serif;
}

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

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

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

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

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

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

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #5C2C53;
  text-decoration: none;
  transition: all 0.1s linear;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}
a.more {
  white-space: nowrap;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #5C2C53;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

ul {
  margin: 0 0 1em;
}

hr {
  margin: 2.5em auto;
  width: 100%;
  border-bottom: 2px solid #bcd2cd;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6;
}

.expandable {
  cursor: pointer;
  position: relative;
  padding: 0 0 10px 35px;
}
.expandable img {
  margin-bottom: 0.5em;
}
.expandable > .i {
  display: block;
  position: absolute;
  left: 0;
  top: 13%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0px 0 0 10px;
  background: #6ABA96;
  color: white;
  transition: all 0.3s;
  border-radius: 50%;
}
.expandable > .i:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
}
.expandable.opened > .i:before {
  content: "\f068";
}

.expand-content {
  display: none;
  margin: 0 0 20px 0;
}

li {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block;
  }
  td {
    margin-bottom: 1em;
  }
}
.button.has-arrow-style {
  position: relative;
}
.button.has-arrow-style > svg {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  height: 40px;
  margin: 0 0 0 -1em;
  stroke: #fff;
  stroke-width: 8;
  transform: translate(var(--hover-arrow-x, 0px), -50%);
  transition: all 0.2s linear;
}
.button.has-arrow-style:hover {
  --hover-arrow-x: 5px;
}

input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 1rem 2rem;
  font-family: Poppins, sans-serif;
  font-size: initial;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #6ABA96;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.2s linear;
}
@media screen and (min-width: 768px) {
  input[type=submit]:after,
  input[type=button]:after,
  button:after,
  .button:after,
  .btn:after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: var(--hover-color, #3c8262);
    transition: all 0.2s linear;
  }
  input[type=submit]:hover:after,
  input[type=button]:hover:after,
  button:hover:after,
  .button:hover:after,
  .btn:hover:after {
    width: 100%;
    left: 0;
  }
}
input[type=submit] > span,
input[type=button] > span,
button > span,
.button > span,
.btn > span {
  margin-left: 5px;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center,
.btn.aligncenter,
.btn.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover,
.btn:hover {
  text-decoration: none;
}
input[type=submit].green,
input[type=button].green,
button.green,
.button.green,
.btn.green {
  background-color: #6ABA96;
}
input[type=submit].green:after,
input[type=button].green:after,
button.green:after,
.button.green:after,
.btn.green:after {
  background: #3c8262;
}
input[type=submit].dark-green,
input[type=button].dark-green,
button.dark-green,
.button.dark-green,
.btn.dark-green {
  background-color: #6ABA96;
}
input[type=submit].dark-green:after,
input[type=button].dark-green:after,
button.dark-green:after,
.button.dark-green:after,
.btn.dark-green:after {
  background: #4ca57d;
}
input[type=submit].blue,
input[type=button].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #52BDDA;
}
input[type=submit].blue:after,
input[type=button].blue:after,
button.blue:after,
.button.blue:after,
.btn.blue:after {
  background: #2388a3;
}
input[type=submit].teal,
input[type=button].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: #52BDDA;
}
input[type=submit].teal:after,
input[type=button].teal:after,
button.teal:after,
.button.teal:after,
.btn.teal:after {
  background: #2388a3;
}
input[type=submit].orange,
input[type=button].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: #E48060;
}
input[type=submit].orange:after,
input[type=button].orange:after,
button.orange:after,
.button.orange:after,
.btn.orange:after {
  background: #be4620;
}
input[type=submit].gray,
input[type=button].gray,
button.gray,
.button.gray,
.btn.gray {
  color: #555;
  background-color: #555;
}
input[type=submit].gray:after,
input[type=button].gray:after,
button.gray:after,
.button.gray:after,
.btn.gray:after {
  background: #222222;
}
input[type=submit].loading:before,
input[type=button].loading:before,
button.loading:before,
.button.loading:before,
.btn.loading:before {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].loading.loading-white:before,
input[type=button].loading.loading-white:before,
button.loading.loading-white:before,
.button.loading.loading-white:before,
.btn.loading.loading-white:before {
  background-image: url(images/loading-white.png);
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done,
.btn.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover,
.btn.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Lato, sans-serif;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.input.select strong {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 30px 7px 10px;
  min-width: 80px;
  font-size: 1rem;
  font-weight: 400;
  background: #6ABA96;
  color: white;
}
.input.select strong .text {
  display: block;
  min-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}
.input.select strong .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  transition: transform 0.2s linear;
}
.input.select.on strong .icon {
  transform: rotate(180deg);
}
.input.select > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input.select .select {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0px 0px 5px;
  background: #6ABA96;
  color: white;
}
.input.select .select .option {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  white-space: normal;
  line-height: normal;
  background: #6ABA96;
  color: white;
}
.input.select .select .option.selected, .input.select .select .option:hover {
  color: #555;
}
.input.select .select .option:last-child {
  border-bottom: 0;
}
.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1001;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.input.select > .select::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.input.select.by-project > .select {
  width: 200px;
}
.input.select.by-project > .select .option {
  text-transform: none;
}
.input.select.by-project > .select .option.none {
  text-transform: uppercase;
}
.input.select.on > .select {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}
@media screen and (max-height: 600px) {
  .input.select select {
    z-index: 1;
  }
  .input.select .select {
    display: none !important;
  }
}

.nf-form-content input[type=submit] {
  background: #5C2C53 !important;
}
.nf-form-content input[type=submit]:hover {
  background: #6ABA96 !important;
  color: #3F357A !important;
}

.wp-caption-wrap a {
  border: 0;
}

.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}
.wp-caption.alignnone {
  margin: 1.5em auto;
}
.wp-caption cite {
  display: block;
  margin: 4px 0 0px;
  text-align: right;
  font-style: italic;
  font-size: 11px;
}
.wp-caption .wp-caption-text {
  position: relative;
  width: auto;
  margin: 0;
  padding: 15px 0 15px;
  line-height: 1.2;
  text-align: left;
  font-style: normal;
  font-size: 14px;
  color: #52BDDA;
}
.wp-caption .wp-caption-text:after {
  position: absolute;
  content: " ";
  display: block;
  width: 150px;
  bottom: 0px;
  height: 1px;
  left: 0;
  background: #515152;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin: 2rem 0 0.5rem 0;
  padding: 0;
  clear: both;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.heading:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.heading:last-child {
  margin-bottom: 0;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
.heading.inline {
  display: inline;
  margin-right: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading a {
  text-decoration: none;
  font-weight: inherit;
}
h1.has-arrow,
h2.has-arrow,
h3.has-arrow,
h4.has-arrow,
h5.has-arrow,
h6.has-arrow,
.heading.has-arrow {
  position: relative;
  display: inline-block;
}
h1.has-arrow a,
h2.has-arrow a,
h3.has-arrow a,
h4.has-arrow a,
h5.has-arrow a,
h6.has-arrow a,
.heading.has-arrow a {
  color: inherit;
}
h1.has-arrow svg,
h2.has-arrow svg,
h3.has-arrow svg,
h4.has-arrow svg,
h5.has-arrow svg,
h6.has-arrow svg,
.heading.has-arrow svg {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  height: 40px;
  margin: 0 0 0 1em;
  stroke: #6ABA96;
  stroke-width: 6;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}
h1.has-arrow:hover svg,
h2.has-arrow:hover svg,
h3.has-arrow:hover svg,
h4.has-arrow:hover svg,
h5.has-arrow:hover svg,
h6.has-arrow:hover svg,
.heading.has-arrow:hover svg {
  transform: translate(5px, -50%);
}

.h1,
h1 {
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.h1 small,
h1 small {
  display: block;
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #888;
  text-transform: uppercase;
  font-weight: 400;
}

.h2,
h2 {
  font-size: 180%;
  font-weight: 700;
}

.h3,
h3 {
  font-size: 133%;
}

.h4,
h4 {
  margin-bottom: 15px;
  font-size: 122%;
  font-style: italic;
}

.h5,
h5 {
  margin-bottom: 10px;
  font-size: 100%;
  font-family: Lato, sans-serif;
}

.h6,
h6 {
  margin-bottom: 10px;
  font-size: 80%;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: normal;
}

h2.expandable {
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
}
h2.expandable:before {
  margin-right: 17px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  content: "+";
  bottom: -2px;
}
h2.expandable.opened:before {
  content: "–";
}

.is-style-expandable {
  --highlight-color: #5C2C53;
  cursor: pointer;
  position: relative;
  padding-left: 1.2em;
}
.is-style-expandable:hover {
  color: var(--highlight-color);
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 0.6em;
  text-align: center;
  margin: 0.1em 0.2em 0 0;
  border-radius: 50%;
  transition: all 0.2s linear;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  color: white;
  background: var(--highlight-color);
}
h3.is-style-expandable:before {
  top: 0.17em;
}

h4.is-style-expandable:before {
  top: 0.2em;
}

h5.is-style-expandable:before {
  top: 0.2em;
}

h6.is-style-expandable:before {
  top: 0.2em;
}

.is-style-expandable:focus {
  outline: none;
  text-decoration: underline;
}
.is-style-expandable.opened:before {
  content: "\f068";
  transform: rotate(180deg);
  background-color: var(--highlight-color);
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 200%;
  }
  h2 {
    font-size: 150%;
  }
}
#header-condensed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  margin: var(--wp-admin--admin-bar--height, 0px) 0 0;
}
#header-condensed .wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header-condensed .logo {
  display: inline-block;
  vertical-align: middle;
}
#header-condensed .logo a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  color: inherit;
}
#header-condensed .logo svg,
#header-condensed .logo img {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  fill: #6ABA96;
}
#header-condensed .logo svg body:not(.scrolled, .scroll-up),
#header-condensed .logo img body:not(.scrolled, .scroll-up) {
  fill: #555;
}
body.is-story-interior-page #header-condensed .logo {
  flex-basis: 30%;
}
body.is-story-interior-page #header-condensed .logo a {
  width: 60px;
  height: 60px;
  background: white url(images/logo-dark.png) no-repeat 50% 55%;
  background-size: 40px auto;
}
body.is-story-interior-page #header-condensed .logo img {
  display: none;
}
#header-condensed .cta {
  position: absolute;
  right: 0;
}
#header-condensed .cta .button {
  text-transform: uppercase;
  background: #6ABA96;
  color: #3F357A;
}
@media screen and (max-width: 767px) {
  #header-condensed .cta .button {
    padding: 0.5em;
  }
}
#header-condensed .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  background: #6ABA96;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 1em;
  line-height: 1;
  font-size: 0.7rem;
}
body.is-story-interior-page #header-condensed .title {
  padding-left: 0;
  padding-right: 0;
  flex-basis: 30%;
  flex-grow: 1;
  text-align: center;
  color: white;
  text-transform: none;
}
body.is-story-interior-page #header-condensed .title a {
  color: inherit;
}
body.is-story-interior-page #header-condensed .title .sep {
  display: none;
}
body.is-story-interior-page #header-condensed .title .parent {
  display: block;
  font-size: 1.5em;
  margin: 0 0 0.2em;
}
body.single-annual-report #header-condensed .title {
  color: #3F357A;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-weight: 600;
}
#header-condensed .title-main {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-size: 1.6rem;
}
body.scrolled #header-condensed .title-main {
  opacity: 1;
}
@media screen and (min-width: 940px) {
  #header-condensed .title-main {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 767px) {
  #header-condensed .title-main {
    display: none;
  }
}
#header-condensed .next {
  display: block;
  flex-basis: 30%;
  position: relative;
  padding: 0 30px 0 0;
  flex-grow: 1;
  line-height: 1;
  font-style: italic;
  text-align: right;
  font-size: 0.8em;
}
#header-condensed .next .icon {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 30px;
  margin: -15px 0 0;
}
#header-condensed .next a.next-title {
  display: inline-block;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
#header-condensed .next a.next-title .label {
  display: block;
}
#header-condensed .subnavlinks {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0px;
  background: #6ABA96;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
#header-condensed .subnavlinks a {
  display: inline-block;
  color: inherit;
  margin: 0;
}
#header-condensed .subnavlinks a:after {
  content: "|";
  margin: 0 0.5em;
}
#header-condensed .subnavlinks a:last-child:after {
  display: none;
}
body.scrolled #header-condensed .subnavlinks {
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
body.scrolled-condensed #header-condensed .subnavlinks {
  opacity: 1;
}
@media screen and (max-height: 800px) {
  #header-condensed .subnavlinks {
    display: none !important;
  }
}
body.scrolled #header-condensed {
  transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}
body.is-story-interior-page #header-condensed {
  padding: 10px 0;
  background: #555;
  color: white;
}
body.admin-bar #header-condensed {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header-condensed {
    margin-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #header-condensed {
    padding: 20px 0;
    width: 100dvw;
    transition: all 0.2s ease-in-out;
  }
  #header-condensed .wrap {
    display: flex;
    align-items: center;
  }
  #header-condensed .logo a {
    width: 40px;
    height: 40px;
  }
  #header-condensed .logo img {
    width: 25px;
  }
  #header-condensed .title {
    transition: padding 0.2s ease-in-out;
  }
  body.scrolled #header-condensed {
    padding: 10px 0;
    background: #555;
  }
  body.scrolled #header-condensed .title {
    padding-left: 0;
    padding-right: 0;
  }
}

#header {
  --logo-width: 195px;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  margin: var(--wp-admin--admin-bar--height, 0px) 0 0;
  padding: calc(var(--block-margin, 80px) * 0.5) 0 calc(var(--block-margin, 80px) * 0.5);
  color: var(--header-color, #8AC8C2);
  background: var(--header-background-color, #5C2C53);
  transition: transform 0.4s ease-in-out, padding 0.4s ease-in-out;
  display: grid;
  align-items: center;
  grid-template-columns: var(--gutter-left) minmax(20%, 320px) [start] 1fr auto [end] var(--gutter-right);
  grid-template-rows: 1fr auto [start] 1fr [end];
  grid-template-areas: ". logo . . ." ". logo nav toggle ." ". logo . . .";
}
body.scrolled:not(.scroll-up) #header {
  transform: translate(0, -110%);
}
#header:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  grid-column: start/end;
  grid-row: start/end;
  background: currentColor;
}
#header a {
  color: inherit;
}
#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .block-logo {
  grid-area: logo;
  width: var(--logo-width);
}
#header .block-logo a {
  display: block;
  position: relative;
  left: calc(var(--block-margin, 80px) * -0.25);
}
@media screen and (max-width: 767px) {
  #header .block-logo a {
    left: initial;
  }
}
#header .block-logo svg {
  display: block;
  fill: currentColor;
}
#header .block-nav {
  grid-area: nav;
  font-size: 1.3333333333rem;
  transform: translate(0, 0);
  opacity: 1;
  transition: 0.4s ease-in-out;
}
#header .block-nav > ul {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#header .block-nav > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0.4em 0;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
#header .block-nav > ul > li > a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: var(--link-decoration-hover-width, 0%);
  height: 8px;
  background: currentColor;
  transition: 0.2s linear;
}
#header .block-nav > ul > li > a:hover {
  --link-decoration-hover-width: 100%;
}
#header .block-nav > ul > li.current-menu-item, #header .block-nav > ul > li.current-menu-ancestor {
  --link-decoration-hover-width: 100%;
}
body.search-on #header .block-nav {
  transform: translate(-10em, 0);
  opacity: 0;
}
#header .block-search {
  box-sizing: border-box;
  position: absolute;
  grid-area: nav;
  right: 0;
  opacity: 0;
  width: 0%;
  padding: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
body.search-on #header .block-search {
  display: inline-flex;
  transform: translate(0, 0);
  opacity: 1;
  width: 100%;
  padding: 0 calc(var(--block-margin, 80px) * 0.5) 0 0.5em;
}
#header .block-search input[type=text] {
  padding: 0.25em 1em 0.25em 0;
  flex-grow: 1;
  background: none;
  color: inherit;
  border: 0;
  outline: 0;
}
#header .block-search ::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#header .block-search :-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#header .block-search ::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#header .block-search :-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#header .block-search button {
  background: none;
  padding: 0.5em;
  color: currentColor;
  font-size: inherit;
}
#header .block-search button .icon {
  margin: 0;
}
#header .block-toggle {
  grid-area: toggle;
  padding: 0 0 0 calc(var(--block-margin, 80px) * 0.5);
}
#header .block-toggle .toggle.search {
  width: 1.5em;
}
body.search-on #header .block-toggle .toggle.search .icon:before {
  content: "\f00d";
}
#header .block-toggle .toggle.menu {
  --width: 30px;
  --height: 20px;
  --bar-thickness: 3px;
  display: none;
  position: relative;
  width: var(--width);
  height: 100%;
  align-items: center;
  color: currentColor;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
#header .block-toggle .toggle.menu .icon {
  display: block;
  position: relative;
  width: var(--width);
  height: var(--height);
  transition: transform 0.4s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  border: var(--bar-thickness) solid currentColor;
  border-width: var(--bar-thickness) 0;
  box-sizing: border-box;
}
#header .block-toggle .toggle.menu .icon:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: var(--bar-thickness);
  background: currentColor;
  transform: translate(0, -50%);
}
#header .block-toggle .toggle.menu:before, #header .block-toggle .toggle.menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: var(--bar-thickness);
  margin: calc(var(--bar-thickness) / -2) 0 0;
  transform-origin: 50% 50%;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transform: rotate(0deg);
  opacity: 0;
  background: currentColor;
}
body.menu-on #header .block-toggle .toggle.menu:before, body.menu-on #header .block-toggle .toggle.menu:after {
  opacity: 1;
}
body.menu-on #header .block-toggle .toggle.menu:before {
  transform: rotate(-45deg);
}
body.menu-on #header .block-toggle .toggle.menu:after {
  transform: rotate(-135deg);
}
body.menu-on #header .block-toggle .toggle.menu .icon {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  #header {
    --logo-width: 135px;
    padding-top: calc(var(--block-margin, 80px) * 0.25);
    padding-bottom: calc(var(--block-margin, 80px) * 0.25);
  }
  #header .block-nav, #header:before {
    display: none;
  }
  #header .block-search {
    display: none;
  }
  #header .block-toggle .toggle.search {
    display: none;
  }
  #header .block-toggle .toggle.menu {
    display: flex;
  }
}

#side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  background: var(--header-background-color, #5C2C53);
  transition: left 0.4s;
  padding-top: var(--wp-admin--admin-bar--height, 0px);
}
#side-menu ul, #side-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-menu #nav2 {
  font-size: 16px;
  text-transform: uppercase;
}
#side-menu #nav2 > ul {
  display: block;
  padding: 15px;
}
#side-menu #nav2 > ul > li {
  display: block;
}
#side-menu #nav2 > ul > li > a {
  display: block;
  padding: 4px 10px;
  font-weight: 600;
}
#side-menu form {
  position: relative;
  z-index: 1;
  padding: 15px;
  opacity: 0;
  transition-delay: 0.1s;
  text-align: center;
}
#side-menu form.side-search-trans {
  opacity: 1;
  transition-delay: 0.5s;
}
#side-menu form input[type=text] {
  display: inline-block;
  vertical-align: middle;
  background: rgba(188, 210, 205, 0.2);
  border: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  color: white;
  width: 175px;
}
#side-menu form ::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}
#side-menu form :-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
#side-menu form ::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
#side-menu form :-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
#side-menu form button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  text-align: center;
}
#side-menu form button span {
  margin: 0;
  line-height: 35px;
}

#footer {
  --logo-width: 240px;
  --gap: calc(var(--block-margin, 80px) * 1);
  --icon-size: 45px;
  position: relative;
  padding: calc(var(--block-margin, 80px) * 1) var(--gutter-right) calc(var(--block-margin, 80px) * 1) var(--gutter-left);
  background: #5C2C53;
  color: #8AC8C2;
  display: grid;
  grid-template-columns: var(--logo-width) 1fr 1fr auto;
  grid-template-areas: "logo contact social promo" "copy copy copy copy";
  gap: var(--gap);
}
#footer:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) 50% 50%;
  opacity: 0.1;
}
@media screen and (max-width: 1024px) {
  #footer {
    grid-template-columns: 1fr 1fr auto;
    grid-template-areas: "logo logo ." "contact promo promo" "social social social" "copy copy copy";
    gap: calc(var(--block-margin, 80px) * 0.5);
  }
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s linear;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block-logo,
#footer .block-address,
#footer .block-social,
#footer .block-promo,
#footer .block-copyright {
  position: relative;
  z-index: 1;
}
#footer .block-logo {
  grid-area: logo;
  width: var(--logo-width);
}
#footer .block-logo img {
  display: block;
}
#footer .heading.h3,
#footer h3 {
  font-size: 1.1666666667rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#footer .block-address {
  grid-area: contact;
}
@media screen and (min-width: 1025px) {
  #footer .block-address {
    justify-self: end;
  }
}
#footer .block-address .content {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
#footer .block-address .content p:first-child {
  margin-bottom: 1.5rem;
}
#footer .block-social {
  grid-area: social;
}
#footer .block-social ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  transform: translate(0, -1ex);
}
@media screen and (min-width: 1025px) {
  #footer .block-social ul {
    max-width: 10em;
  }
}
#footer .block-social ul li {
  /*
  &:nth-child(2) {--hover-color: #E48060;}
  */
}
#footer .block-social ul li a {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  font-size: calc(var(--icon-size) * 0.6);
  text-align: center;
  position: relative;
}
#footer .block-social ul li a:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  transition: 0.2s linear;
}
#footer .block-social ul li a:hover {
  color: #5C2C53;
}
#footer .block-social ul li a:hover:before {
  background-color: var(--hover-color, #fff);
}
#footer .block-promo {
  grid-area: promo;
}
#footer .block-copyright {
  grid-area: copy;
  text-align: center;
  font-size: 0.7222222222rem;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

#banner {
  height: 40vh;
  background: #555 no-repeat center;
  background-size: cover;
  color: white;
  /*&:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/dots.png) center;
    opacity: 0.07;
  }*/
}
#banner.no-image {
  padding-top: 10vh;
  height: auto;
}
#banner > .wrap2 {
  height: 100%;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
#banner > .wrap2 > .content {
  display: table;
  width: 100%;
  height: 100%;
}
#banner > .wrap2 > .content > .content2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#banner h1 {
  color: inherit;
  display: inline-block;
  margin: 0;
  padding: 15px 0.25em;
  line-height: 1.15;
  background: #555;
}
@media screen and (max-height: 500px) {
  #banner {
    height: auto;
    padding-top: 200px;
  }
}
.page-u-s-russia-relations #banner {
  height: 450px;
}
.page-u-s-russia-relations #banner > .wrap2 > .content > .content2 {
  text-align: center;
}
.page-u-s-russia-relations #banner > .wrap2 > .content > .content2 .meta {
  width: 100%;
  position: relative;
  text-align: left;
}
.page-u-s-russia-relations #banner > .wrap2 > .content > .content2 .meta:before {
  content: "Project";
  position: absolute;
  font-size: 14px;
  background: #6ABA96;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  text-transform: uppercase;
}
.page-u-s-russia-relations #banner > .wrap2 > .content > .content2 h1 {
  padding: 15px 0;
  width: 100%;
}
.page-historical-experiences #banner, .page-obstacles-and-opportunities #banner, .page-nuclear-weapons #banner, .page-ripple-effect #banner {
  height: 450px;
}
.page-historical-experiences #banner > .wrap2 > .content > .content2 .meta, .page-obstacles-and-opportunities #banner > .wrap2 > .content > .content2 .meta, .page-nuclear-weapons #banner > .wrap2 > .content > .content2 .meta, .page-ripple-effect #banner > .wrap2 > .content > .content2 .meta {
  width: 100%;
  position: relative;
  text-align: left;
}
.page-historical-experiences #banner > .wrap2 > .content > .content2 .meta:before, .page-obstacles-and-opportunities #banner > .wrap2 > .content > .content2 .meta:before, .page-nuclear-weapons #banner > .wrap2 > .content > .content2 .meta:before, .page-ripple-effect #banner > .wrap2 > .content > .content2 .meta:before {
  content: "U.S. - Russia Relations";
  position: absolute;
  font-size: 14px;
  background: #6ABA96;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  text-transform: uppercase;
}

#banner2 {
  position: relative;
  padding: 150px 0 0;
  background: #92ede4;
}
#banner2 .banner-wrap {
  position: relative;
}
#banner2 .banner-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -1px;
  height: 25%;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  max-height: 150px;
  background: #d9f7ff;
}
#banner2 #banner {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 0 0 56%;
}

#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(../../../images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.8);
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px 0 0;
  text-align: center;
  color: white;
}
body.overlay-init #overlay {
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  transform: translate(0, 0%);
}
#overlay .content {
  position: relative;
  top: 0px;
  padding: 30px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay .content .iframe-wrap {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 0 0 56.5%;
  box-sizing: border-box;
}
#overlay .content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-height: 1024px) {
  #overlay .content {
    max-width: 1024px;
  }
}
@media screen and (max-height: 768px) {
  #overlay .content {
    max-width: 800px;
  }
}
@media screen and (max-height: 500px) {
  #overlay .content {
    max-width: 500px;
  }
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#overlay .close:after, #overlay .close:before {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  top: 50%;
  margin: -0.5px 0 0;
  background: currentColor;
}
#overlay .close:before {
  transform: rotate(45deg);
}
#overlay .close:after {
  transform: rotate(135deg);
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1430px) {
  .wrap {
    margin: 0 15px;
  }
}

.wrap2 {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 930px) {
  .wrap2 {
    margin: 0 15px;
  }
}
.wrap2 .post-related,
.wrap2 .project-terms {
  margin-top: calc(var(--block-margin, 80px) * 1);
}

.wrap-wide {
  margin: 0 15px;
}

body.has-js .appear-on-scroll:not(.sticky) {
  opacity: 0;
}
body.has-js .appear-on-scroll:not(.sticky).appear-init {
  transform: translate(0px, 40px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
body.has-js .appear-on-scroll:not(.sticky).appeared {
  opacity: 1;
  transform: translate(0px, 0px);
}
body.has-js .appear-on-scroll.sticky {
  opacity: 0;
}
body.has-js .appear-on-scroll.sticky.appear-init {
  transition: opacity 0.4s ease-in-out;
}
body.has-js .appear-on-scroll.sticky.appeared {
  opacity: 1;
}
body.no-js .appear-on-scroll, body.disable-appear-on-scroll .appear-on-scroll {
  opacity: 1;
  transform: none;
}

body.front-page,
body.page-news-and-views,
body.single {
  --header-background-color: #3F357A;
}

.main-content {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 200;
  --page-blocks-padding-top: 1em;
}
.main-content > .layout {
  position: relative;
  display: grid;
  grid-template-columns: var(--gutter-left) minmax(0, 1fr) var(--gutter-right);
  grid-template-areas: "hero hero hero" ". title ." ". blocks .";
  /*
  &:after {
      content:' ';
      display:block;
      position:absolute;
      grid-column:2 / -1;

      bottom:0;
      width:100%;
      left:0;
      height:block-margin(1);
      background:$color-white;    
  }
  */
}
.main-content .block-page-title {
  grid-area: title;
  font-weight: 700;
  margin-top: calc(var(--block-margin, 80px) * 1);
  margin-bottom: calc(var(--block-margin, 80px) * 0.5);
}
.main-content .block-page-title h1 {
  font-weight: inherit;
}
.main-content .block-featured-image {
  grid-area: featured-image;
  margin: 0;
}
.main-content .block-featured-image .image {
  position: relative;
  padding: 0 0 50%;
}
.main-content .block-featured-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.main-content .block-featured-image figcaption {
  display: block;
  margin: 4px 0 0px;
  text-align: right;
  font-style: italic;
  font-size: 0.6666666667rem;
}
.main-content .block-featured-image .post-type {
  --size: 70px;
  position: absolute;
  right: calc(var(--size) / -2);
  top: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  background: #303030;
  border-radius: 50%;
}
.main-content .block-featured-image .post-type .icon {
  --icon-size: 30px;
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  top: 50%;
  left: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  stroke: #ffffff;
  stroke-width: 3px;
  fill: #ffffff;
}
@media screen and (max-width: 975px) {
  .main-content .block-featured-image .post-type {
    top: 15px;
    left: 10px;
  }
}
.main-content .block-meta + .block-featured-image {
  margin-top: 0;
}
.main-content .block-hero {
  grid-area: hero;
}
.main-content .block-subnav {
  grid-area: subnav;
  position: relative;
}
.main-content .block-subnav:before, .main-content .block-subnav:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  height: 50%;
  background: var(--header-background-color, #5C2C53);
}
.main-content .block-subnav:before {
  right: 100%;
  width: var(--gutter-left);
}
.main-content .block-subnav:after {
  left: 100%;
  width: var(--gutter-right);
}
.main-content .block-section {
  grid-area: section;
  position: relative;
  z-index: 10;
  display: flex;
  gap: 0.5em;
  line-height: 1;
  box-sizing: border-box;
}
.main-content .block-section:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--gutter-left) * -1);
  right: calc(var(--gutter-right) * -1);
  height: 50%;
  background: var(--header-background-color, #5C2C53);
}
body.has-featured-media .main-content .block-section {
  padding-bottom: 1em;
}
body.has-featured-media .main-content .block-section:before {
  height: 100%;
  width: 100vw;
  right: auto;
  left: 50%;
  margin-left: -50vw;
}
@media screen and (min-width: 1024px) {
  body.has-featured-media .main-content .block-section {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding-left: 2em;
  }
}
@media screen and (min-width: 1270px) {
  body.has-featured-media .main-content .block-section {
    width: 1200px;
    margin-left: -600px;
    padding-left: 0;
  }
}
.main-content .block-section a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.5em 0.8em;
  background: #6ABA96;
  color: #3F357A;
}
.main-content .page-blocks {
  position: relative;
  z-index: 200;
  grid-area: blocks;
  padding: var(--page-blocks-padding-top) 0 0;
}
.main-content .page-blocks > .wp-block-group.has-background:last-child {
  padding-bottom: calc(var(--block-margin, 80px) * 2);
  margin-bottom: calc(var(--block-margin, 80px) * -1);
}
.main-content .block-project-colophon {
  grid-area: project-colophon;
  font-weight: bold;
  margin: calc(var(--block-margin, 80px) * 0.5) 0 1rem;
}
@media screen and (max-width: 767px) {
  .main-content .block-share {
    grid-area: share;
  }
}
.main-content .block-meta {
  grid-area: meta;
  font-size: 0.8rem;
  margin: 1em 0 2em;
}
.main-content .block-meta .meta-author a {
  color: #5C2C53;
}
.main-content .block-meta-bottom {
  grid-area: meta-bottom;
  margin: calc(var(--block-margin, 80px) * 0.5) 0 0;
  padding: calc(var(--block-margin, 80px) * 0.5) 0 0;
  border-top: 1px solid rgba(85, 85, 85, 0.5);
  font-size: 0.8rem;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.main-content .block-meta-bottom a {
  color: #5C2C53;
}
.main-content .block-related {
  grid-area: related;
  width: 100%;
  margin: calc(var(--block-margin, 80px) * 0.5) auto 0;
}
@media screen and (max-width: 767px) {
  .main-content .block-related {
    margin: 0;
  }
}
.main-content .query-posts {
  grid-area: posts;
  min-height: 400px;
}
.main-content .wp-block-social-links.is-layout-flex {
  gap: 0.8rem;
}

.main-content.page {
  --page-content-width: 900px;
}
@media screen and (min-width: 993.1034482759px) {
  .main-content.page {
    --gutter-left: calc((100vw - var(--page-content-width)) / 2);
    --gutter-right: calc((100vw - var(--page-content-width)) / 2);
  }
}
.main-content.page > .layout {
  grid-template-areas: ". subnav ." ". title ." ". featured-image ." ". blocks ." "share share share";
}
.main-content.page .page-blocks {
  padding-top: calc(var(--block-margin, 80px) * 0.25);
}
.main-content.page .page-blocks .wp-block-theme-blocks-posts.full-width {
  left: auto;
  width: auto;
  margin-left: 0;
}
.main-content.page .page-blocks .wp-block-theme-blocks-posts.full-width > .wrap {
  width: auto;
  max-width: none;
}

.main-content.single {
  --page-content-width: 900px;
}
@media screen and (min-width: 993.1034482759px) {
  .main-content.single {
    --gutter-left: calc((100vw - var(--page-content-width)) / 2);
    --gutter-right: calc((100vw - var(--page-content-width)) / 2);
  }
}
.main-content.single > .layout {
  grid-template-areas: ". section ." "featured-media featured-media featured-media" ". title ." ". meta ." ". featured-image ." ". blocks ." ". project-colophon ." ". meta-bottom ." "share share share" ". related .";
}
.main-content.single .page-blocks {
  padding-top: calc(var(--block-margin, 80px) * 0.25);
}
.main-content.single .block-featured-media {
  grid-area: featured-media;
}

.main-content.team-archive {
  --page-content-width: 900px;
}
@media screen and (min-width: 993.1034482759px) {
  .main-content.team-archive {
    --gutter-left: calc((100vw - var(--page-content-width)) / 2);
    --gutter-right: calc((100vw - var(--page-content-width)) / 2);
  }
}
.main-content.team-archive > .layout {
  grid-template-areas: ". title ." ". posts ." ". pager .";
}

.main-content.team {
  --page-content-width: 900px;
  padding: calc(var(--block-margin, 80px) * 1) 0 0;
}
@media screen and (min-width: 993.1034482759px) {
  .main-content.team {
    --gutter-left: calc((100vw - var(--page-content-width)) / 2);
    --gutter-right: calc((100vw - var(--page-content-width)) / 2);
  }
}
.main-content.team > .layout {
  grid-template-areas: ". photo ." ". name ." ". position ." ". social ." ". blocks ." "share share share" ". related .";
}
.main-content.team .block-photo {
  grid-area: photo;
}
.main-content.team .block-photo img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 30%);
     object-position: var(--focal-point, 50% 30%);
}
.main-content.team .block-name {
  grid-area: name;
  text-align: center;
}
.main-content.team .block-name h1 {
  font-size: clamp(1.667rem, 1.24vw + 1.398rem, 2.5rem);
}
.main-content.team .block-social {
  grid-area: social;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  gap: 0.5rem;
}
.main-content.team .block-social a {
  color: #5C2C53;
}
.main-content.team .block-position {
  grid-area: position;
  margin: 0;
  text-align: center;
}

.main-content.archive > .layout {
  grid-template-areas: ". post-related ." ". title ." ". results ." ". filters ." ". posts ." ". pager ." ". search .";
}
.main-content.archive .block-results {
  grid-area: results;
  margin: 0 auto 2rem;
}
.main-content.archive .block-post-related {
  grid-area: post-related;
  margin: calc(var(--block-margin, 80px) * 1) auto 0;
  width: 100%;
}
body.search-results .main-content.archive .block-page-title,
body.search-results .main-content.archive .block-results,
body.search-results .main-content.archive .query-posts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.theme-block {
  position: relative;
  margin: 2em 0;
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}
.theme-block.full-width {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

#wrap {
  position: relative;
  border-top: var(--header-height, 175px) solid var(--header-background-color, #5C2C53);
  overflow: hidden;
}

#subnav {
  padding: 1rem;
  background: var(--header-color, #8AC8C2);
  color: var(--header-background-color, #5C2C53);
  font-size: 1.3333333333rem;
  font-weight: 700;
  font-family: Lato, sans-serif;
  line-height: 1;
}
#subnav ul, #subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#subnav a {
  color: inherit;
  font-weight: inherit;
}
#subnav > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
#subnav > ul > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
#subnav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  margin: 0.1em 0 0;
  background-color: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.4s;
}
#subnav > ul > li > a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}
#subnav > ul > li.current-menu-item > a:after {
  opacity: 1;
  height: 3px;
  transform: inherit;
}
@media screen and (max-width: 900px) {
  #subnav {
    font-size: clamp(0.889rem, 0.661vw + 0.746rem, 1.333rem);
  }
}
@media screen and (max-width: 400px) {
  #subnav {
    font-size: 0.7777777778rem;
    font-weight: 600;
  }
}

/*
.project-terms {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 1em;
    padding: .5em .8em;
    background: $color-green;
    color: white;
    line-height: 1;
    a {
        color: inherit;
    }
}
*/
.post-meta {
  margin: 0 0 1em;
  font-size: 0.8em;
}
.post-meta a {
  color: inherit;
}

.author-colophon {
  position: relative;
  margin: 50px 0 0;
  display: block;
  font-size: 12px;
  font-style: italic;
}
.author-colophon:before {
  content: " ";
  display: block;
  margin: 0 0 10px;
  width: 150px;
  bottom: 0px;
  height: 1px;
  left: 0;
  background: #515152;
}

.project-colophon {
  margin: 2em 0 0;
  font-size: 1rem;
  font-weight: bold;
  font-family: Lato, sans-serif;
}

.meta-top {
  margin: 0 0 2em;
  font-size: 0.8em;
  line-height: 1;
  text-transform: uppercase;
}

.meta-bottom {
  margin: 2em 0;
  font-size: 0.8em;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.meta-bottom a {
  font-weight: bold;
  color: #3F357A;
}
.featured-media {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0 0 2em -50vw;
  padding: 4em 0;
  background: #3F357A;
}
.featured-media:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) center;
  opacity: 0.07;
}
.featured-media > .wrap {
  position: relative;
  z-index: 1;
}
.featured-media .project-terms {
  margin: 0 0 1em;
}
.featured-media .project-terms.with-video {
  position: absolute;
  margin: 0;
  transform: translate(0, -125%);
}
.featured-media .post-type {
  position: absolute;
  right: -35px;
  bottom: -35px;
  margin: 0 0 -4em;
  width: 70px;
  height: 70px;
  background: #303030;
  border-radius: 50%;
}
.featured-media .post-type .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  stroke: #ffffff;
  stroke-width: 3px;
  fill: #ffffff;
}
@media screen and (max-width: 1130px) {
  .featured-media .post-type {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .featured-media {
    padding: 9vw 0;
  }
  .featured-media .post-type {
    margin-bottom: -9vw;
  }
  .featured-media .project-terms.with-video {
    margin: 0;
    position: relative;
    transform: translate(0, 0);
  }
}

.juicer-feed {
  margin-top: 50px !important;
}
.juicer-feed ul {
  margin: 0;
  padding: 0;
}

.expandable-box {
  margin: 0 auto 2em 0;
  padding: 0 0 1.5em 0;
}
.expandable-box > .content {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  transition: max-height, 0.2s linear;
}
.expandable-box > .content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #ecedf1);
}
.expandable-box > .more {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  text-align: right;
  font-size: 17px;
  font-family: Lato, sans-serif;
  color: #6ABA96;
  text-transform: uppercase;
}
.expandable-box > .more:after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "???";
  content: "\f107";
}
.expandable-box.on > .content {
  max-height: 1000px;
}
.expandable-box.on > .content:after {
  display: none;
}
.expandable-box.on > .more:after {
  content: "\f106";
}

.content-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-links > br {
  display: none;
}
.content-links > .hentry {
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 550px) {
  .content-links > .hentry {
    width: 100%;
  }
  .content-links > .hentry .content {
    margin-bottom: 15px;
  }
  .content-links h3 {
    margin-bottom: 0px;
  }
}

.shareable {
  position: relative;
  font-size: 30px;
  line-height: 1.8;
  font-weight: 800;
  margin: 80px -80px 40px -90px;
  color: #6ABA96;
}
.shareable:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  width: 30%;
  border-top: 6px solid #6ABA96;
}
@media screen and (max-width: 768px) {
  .shareable {
    margin: 55px 0 10px;
    font-size: 18px;
  }
}

.shareable-inner {
  position: absolute;
  top: 0;
  left: 80px;
  width: 30px;
}
.shareable-inner a {
  display: inline-block;
  margin: 0 0 35px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #6ABA96;
  color: #6ABA96;
  line-height: 29px;
  font-size: 22px;
  text-align: center;
}
.shareable-inner a:hover {
  background: #6ABA96;
  color: white;
}
@media screen and (max-width: 768px) {
  .shareable-inner {
    position: relative;
    left: 0;
    width: 100%;
  }
  .shareable-inner a {
    margin: 10px;
  }
}

sup {
  line-height: 0.5;
  font-size: 0.75em;
}

@media screen and (max-width: 768px) {
  .wp-block-column.button-margin {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 767px) {
  #global-bottom {
    margin-top: calc(var(--block-margin, 80px) * 1.7);
  }
}
/*
body.front-page {
    #wrap, #wrap2 {
        padding: 0px 0;
    }

    #main {
        padding-top: 0;
    }

    #header {
        position: absolute;
        @include transform(translate(0, 0%));

        background: rgba($color-green, 0);
        border-top: 0;

        padding-top: 70px;

        &:before {
            display: none;
        }

    }
    &.front-page-header-start {
        #header {
            top: 0 !important;
        }
    }
    &.menu-on #header {
        left: 0;
    }
    .wrap.main {
        padding: 0 0 50px 0;
        min-height: 0;
    }
    @media screen and (max-width:1024px) {
        #header {
            padding-top: 20px;
        }
    }
}
body.front-page.front-page-header-fixed {
    #header {
        background: rgba($color-green, 1);
        padding-top: 12px;
        @include transform(translate(0, -100%));
        &:before {
            display: block;
        }
    }
    &.menu-on #header {
        left: $menu-width;
    }
    &.admin-bar #header {
        margin-top: 32px;
        @media screen and (max-width:782px) {
            margin-top: 46px + 0px;
        }
    }
}
body.front-page.front-page-header-fixed2 {
    #header {
        position: fixed;
        @include transition(left $nav-delay, transform $nav-delay, background $nav-delay);

    }
}
body.front-page.front-page-header-reveal {
    #header {

        @include transform(translate(0, 0%));

    }

}
*/
#hero {
  position: relative;
  padding: 240px 0 320px;
  color: white;
}
#hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero .bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) center;
  opacity: 0.07;
}
#hero .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #hero .bg {
    display: none;
  }
}
#hero .wrap {
  position: relative;
  z-index: 1;
}
#hero .content {
  position: relative;
  margin-left: 55%;
}
#hero .content:before {
  content: " ";
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b1ded3;
}
#hero .content h1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
}
#hero .content .button {
  margin: 0 0 0 -20px;
  padding: 15px 20px;
  font-size: 20px;
  position: relative;
  transition: 0.3s;
}
#hero .content .button > .icon {
  position: absolute;
  stroke: white;
  stroke-width: 4;
  margin: 0 0 0 -15px;
  left: 100%;
  top: 20%;
  height: 60%;
  width: 60px;
  transition: all 0.4s;
}
#hero .content .button:hover > .icon {
  margin-left: -10px;
}
@media screen and (max-width: 1024px) {
  #hero {
    padding: 180px 0 200px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    background-size: cover;
  }
  #hero .content {
    margin-left: 20%;
  }
}
@media screen and (max-width: 600px) {
  #hero .content {
    margin-left: 50px;
  }
  #hero .content h1 {
    font-size: 30px;
  }
  #hero .content .button {
    font-size: 16px;
  }
}

#features {
  position: relative;
  margin: -200px 0 40px;
}
#features .content {
  background: #bcd2cd;
  display: table;
  width: 100%;
  min-height: 330px;
}
#features .content:after {
  content: " ";
  display: block;
  clear: both;
}
#features .box {
  position: relative;
  display: table-cell;
  width: 33.33%;
  height: 100%;
  padding: 150px 60px 15px 60px;
  box-sizing: border-box;
  vertical-align: middle;
  background: no-repeat center;
  background-size: cover;
}
#features .box h4 {
  position: absolute;
  margin: 0;
  top: 30px;
  left: 60px;
  display: inline;
  padding: 5px;
  text-transform: uppercase;
  background: #303030;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
}
#features .box .meta {
  display: block;
  margin: 0 0 30px;
  font-size: 14px;
  text-transform: uppercase;
}
#features .box .meta .date {
  display: inline;
  background: #000;
  color: white;
  padding: 5px;
  letter-spacing: 0.09em;
}
#features .box .title {
  display: inline;
  background: #303030;
  color: white;
  font-size: 24px;
  line-height: 1.55;
}
#features .box .title a {
  color: inherit;
}
#features .box .post-type {
  position: absolute;
  top: -20px;
  left: 17px;
  width: 40px;
  height: 40px;
  background: #303030;
  border-radius: 50%;
  color: white;
  text-align: center;
  text-decoration: none;
}
#features .box .post-type .icon {
  display: block;
  margin: 10px auto 0 auto;
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 3px;
  fill: #fff;
}
#features .box.news .post-type {
  background: #6ABA96;
}
#features .box.video .post-type {
  background: #52BDDA;
}
#features .box.video .post-type .icon {
  fill: #52BDDA;
}
#features .box.cta {
  vertical-align: middle;
  width: 100%;
  padding: 15px 40px;
  font-size: 16px;
}
#features .box.cta h2 {
  font-size: 175%;
  line-height: 1.3;
}
#features .box.cta .button {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #features {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  #features .content {
    display: block;
  }
  #features .box {
    float: left;
    display: block;
    width: 50%;
    min-height: 300px;
    padding-top: 100px;
  }
  #features .box.cta {
    display: block;
    width: 100%;
    clear: both;
    padding: 40px;
  }
}
@media screen and (max-width: 650px) {
  #features .box {
    float: none;
    display: block;
    width: 100%;
    min-height: 250px;
    padding-top: 100px;
  }
}

.hentry {
  position: relative;
}

.hentry.excerpt {
  margin: 0;
  font-size: 0.8888888889rem;
}
.hentry.excerpt .thumbnail {
  position: relative;
  display: block;
  background: #6ABA96 url(images/IGA_Logo_Web_Mark_Purple.png) no-repeat 50% 50%;
  background-size: 40% auto;
  margin: 0 0 1em;
  padding: 0 0 66.6666666667% 0;
}
.hentry.excerpt .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.hentry.excerpt .meta,
.hentry.excerpt .meta2 {
  margin: 0;
  padding: 0 0 0.5em;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hentry.excerpt .meta .terms a,
.hentry.excerpt .meta .terms2 span,
.hentry.excerpt .meta2 .terms a,
.hentry.excerpt .meta2 .terms2 span {
  color: #5C2C53;
}
.hentry.excerpt .meta .terms2.a span,
.hentry.excerpt .meta2 .terms2.a span {
  text-decoration: none;
  transition: 0.2s linear;
}
.hentry.excerpt .meta .terms2.a span:hover,
.hentry.excerpt .meta2 .terms2.a span:hover {
  text-decoration: underline;
}
.hentry.excerpt .title {
  margin: 0;
  font-size: 1em;
  color: #555;
  line-height: 1.4;
}
.hentry.excerpt .title a {
  color: inherit;
  text-decoration: none;
}

.hentry.excerpt.large {
  --padding-right: calc(var(--block-margin, 80px) * 1.5);
  padding-right: var(--padding-right);
  background: inherit;
}
.query-posts > .hentry.excerpt.large {
  background: #fff;
}
.hentry.excerpt.large .meta,
.hentry.excerpt.large .title,
.hentry.excerpt.large .content {
  position: relative;
  z-index: 1;
  background: inherit;
  padding-right: 1em;
}
.hentry.excerpt.large .meta {
  padding-top: 1em;
}
.hentry.excerpt.large .thumbnail {
  margin-right: calc(var(--padding-right) * -1);
  margin-bottom: calc(var(--block-margin, 80px) * -1);
}
.hentry.excerpt.large .title {
  font-size: 1.875em;
}
.hentry.excerpt.large .go {
  display: block;
  width: 80px;
  height: 40px;
  margin: 1em 0 0 auto;
  transform: translate(0, 0);
  transition: 0.2s linear;
}
.hentry.excerpt.large .go svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 8;
}
.hentry.excerpt.large:hover .go {
  transform: translate(5px, 0);
}
@media screen and (max-width: 767px) {
  .hentry.excerpt.large {
    --padding-right: calc(var(--block-margin, 80px) * 0.2);
  }
}

/*
.hentry.excerpt.featured {
    max-width: 620px;    
    .block-content {
        position: relative;
        z-index: 5;
        box-sizing: border-box;
        max-width: 80%;
        margin: -5rem 0 0;
        padding: 1rem 1em 0 0;
        background: white;
        //font-size: 0.8em;
    }
    p {
        font-size: .8em;
    }
    .title {
        margin: 0 0 0.5em;
        font-size: 2rem;
    }
}

*/
/*
.hentry.excerpt {
    padding: 0;
    margin: 0 0 30px 0;
    background: no-repeat center;
    background-size: cover;

    .thumbnail {
        position: relative;
        display: block;
        height: 160px;
        margin: 0 0 10px 0;
        background: lighten(#303030, 10) no-repeat center;
        background-size: cover;
        &:before {
            content: ' ';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #303030 no-repeat center;
            background-size: cover;
            opacity: 1;
            @include transition(all $nav-delay);
        }
        &:hover {
            &:before {
                opacity: 0;
            }
        }
    }

    @media screen and (max-width: $mobile-breakpoint) {
      .thumbnail {
        height: 240px;
        &:before {
        }
      }
    }
    .inner {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .post-type {
        position: absolute;
        top: 15px;
        left: 10px;
        width: 40px;
        height: 40px;
        background: #303030;
        border-radius: 50%;
        color: white;
        text-align: center;
        text-decoration: none;
        .icon.fa {
            display: block;
            text-indent: 2px;
            font-size: 18px;
            line-height: 40px;

        }
        .svg-icon {
            display: block;
            margin: 10px auto 0 auto;
            width: 20px;
            height: 20px;
            stroke: #fff;
            stroke-width:3px;
            fill: #fff;
        }
    }
    .meta {
        position: absolute;
        top: 20px;
        right: 0;
        text-align: right;
        font-size: 14px;
        text-transform: uppercase;
        .page-u-s-russia-relations & {
          display: none;
        }
        a:last-child {
            margin-right: 0;
        }
    }
    .title {
        color: $color-text;
        a {
            color: inherit;
            text-decoration: none;
        }
    }
    .date {
        display: block;
        font-style: italic;
        font-size: 12px;
        color: $color-gray;
    }
}
*/
/*
.hentry.excerpt.featured,
.hentry.excerpt.order-0,
.hentry.excerpt.order-1 {
    .thumbnail {
        margin: 0;
        height: 160px;
        &:before {
            display: none;
        }
    }
    .content {
        position: absolute;
        bottom: 10px;
        left: 10px;
        .title {
            display: inline-block;
            padding: 4px;
            margin: 0;
            color: white;
            background: #303030;
        }
    }
    .date {
        display: none;
    }
    @media screen and (max-width: $mobile-breakpoint) {
      .thumbnail {
        height: 240px;
        &:before {
          height: 240px;
        }
      }
    }
}

.hentry.excerpt.featured {
    .post-type {
        width: 60px;
        height: 60px;
        .icon.fa {
            font-size: 22px;
            line-height: 60px;

        }
        .svg-icon {
            margin: 15px auto 0 auto;
            width: 30px;
            height: 30px;

        }
    }
}
*/
.hentry.excerpt.story .thumbnail {
  padding-bottom: 80px;
}
.hentry.excerpt.story .post-type,
.hentry.excerpt.story .date {
  display: none;
}

.hentry.related-story {
  display: flex;
  align-items: flex-end;
  background: red;
  padding: 80px 15px 15px 15px;
  box-sizing: border-box;
  min-height: 260px;
  background: #303030 no-repeat center;
  background-size: cover;
}
.hentry.related-story:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  opacity: 1;
  transition: all 0.4s;
}
.hentry.related-story .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1rem;
  /*
  bottom: 15px;
  left: 15px;
  @include calc(max-width, '100% - 30px');
  */
  box-sizing: border-box;
}
.hentry.related-story .title a {
  line-height: 1.7;
  padding: 2px 10px;
  background: #52BDDA;
  color: white;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
.hentry.related-story:hover:before {
  opacity: 0;
}

#query-posts-story {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#query-posts-story > .hentry {
  width: 25%;
  margin: 0;
}
#query-posts-story:after {
  display: block;
  clear: both;
  content: " ";
}
@media screen and (max-width: 1024px) {
  #query-posts-story > .hentry {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  #query-posts-story > .hentry {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #query-posts-story > .hentry {
    width: 100%;
  }
}

#query-posts-featured {
  float: left;
  width: 66%;
  height: 354px;
  width: calc(66.666% - 7px);
}
#query-posts-featured .hentry {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
}
body.post-type-archive-story #query-posts-featured {
  float: none;
  width: 100%;
  height: 450px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-story #query-posts-featured {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  #query-posts-featured {
    float: none;
    width: auto;
    margin: 0 auto 20px auto;
  }
}

#query-posts {
  margin-left: calc(-20px);
}
#query-posts .hentry {
  display: inline-block;
  vertical-align: text-top;
  max-width: none;
  width: 31%;
  margin-right: 2%;
  width: calc(33.333% - 20px);
  margin-left: calc(20px);
  margin-right: calc(0px);
}
@media screen and (min-width: 768px) {
  #query-posts .hentry.type-story {
    width: 47%;
    margin-right: 2%;
    width: calc(50% - 20px);
    margin-left: calc(20px);
    margin-right: calc(0px);
  }
}
#query-posts .hentry.order-1 {
  margin-bottom: 100px;
}
body.search-results #query-posts {
  margin-left: auto;
}
body.search-results #query-posts .hentry {
  display: block;
  width: auto;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  #query-posts .hentry {
    width: 48%;
    width: calc(50% - 20px);
  }
  #query-posts .hentry.order-1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  #query-posts .hentry {
    display: block;
    width: auto !important;
  }
}

.hentry.content-link .thumbnail {
  display: block;
  margin: 0 0 10px;
}
.hentry.content-link .thumbnail img {
  display: block;
}
.hentry.content-link .title {
  color: #555;
}
.hentry.content-link .title a {
  color: inherit;
  text-decoration: none;
}
.hentry.content-link cite {
  font-size: 0.8em;
  font-style: italic;
}

.card-title {
  text-align: left;
  font-size: 1.3333333333rem;
  line-height: 1;
}
.card-title a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  gap: 0.3em;
  text-decoration: none;
  color: #fff;
}
.card-title a span {
  position: relative;
  display: inline-block;
  padding: 0.7em 0.7em 0.9em;
  background: var(--card-title-background, #3F357A);
}
.card-title a span.with-arrow {
  padding-right: 2em;
}
.card-title a span:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: currentColor;
  transition: 0.2s linear;
  transition-delay: var(--transition-delay, 0ms);
}
.card-title a span:nth-child(1) {
  --transition-delay:0ms;
}
.card-title a span:nth-child(2) {
  --transition-delay:150ms;
}
.card-title a span:nth-child(3) {
  --transition-delay:300ms;
}
.card-title a span:nth-child(4) {
  --transition-delay:450ms;
}
.card-title a span:nth-child(5) {
  --transition-delay:600ms;
}
.card-title a svg {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 86px;
  height: 46px;
  margin: 0 0 0 -1rem;
  stroke: currentColor;
  stroke-width: 8;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .card-title a svg {
    left: 93%;
    width: 64px;
    height: 40px;
  }
}
.card-title a:hover span:after {
  width: 100%;
}
.card-title a:hover svg {
  transform: translate(5px, -50%);
}
body.wp-admin .card-title {
  display: inline;
  padding: 0.25em 0.25em;
  background: #555;
  box-shadow: 0.15em 0 0 #555, -0.15em 0 0 #555;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: white;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  line-height: 2.25;
}
body.wp-admin .card-title .i {
  position: relative;
  background: #555;
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0px;
}
body.wp-admin .card-title .i svg {
  stroke: currentColor;
  margin: -0.1em 0 0 -0.25em;
}

.page-donate .donate-bg {
  background: #dceae7;
}
.page-donate #bottom-promo {
  display: none;
}

body.page-projects .wp-block-buttons {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  body.page-projects .wp-block-columns .wp-block-column + .wp-block-column {
    margin: 1em 0 !important;
  }
}

body.single-project .full-width h2 {
  margin: 2em 0 0.5em;
  text-align: center;
}

.page-board-staff .board-thumbnail img {
  float: left;
  margin-right: 30px;
}
.page-board-staff .board-thumbnail hr {
  margin: 1.5em auto;
}
.page-board-staff .board-title {
  display: inline-block;
  position: relative;
  top: 90px;
}
.page-board-staff .row {
  margin-bottom: 50px;
}
.page-board-staff .row .staff-title:after {
  margin-left: 0.5em;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "???";
  content: "???";
}
.page-board-staff .row .staff-title:hover {
  text-decoration: none;
  color: #555;
}
@media screen and (max-width: 767px) {
  .page-board-staff .row {
    text-align: center;
  }
  .page-board-staff .row .c {
    margin-bottom: 50px;
  }
  .page-board-staff .row:last-child .c {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-board-staff .board-thumbnail {
    text-align: center;
  }
  .page-board-staff .board-thumbnail img {
    float: none;
    margin-right: 0;
  }
  .page-board-staff .board-title {
    display: inherit;
    position: relative;
    top: 20px;
  }
}

.tax-author .archive-description {
  display: none;
}

body.page-subscribe #main-content #subscribe-form.fields {
  padding: 0 0 20px 0;
}
body.page-subscribe #main-content #subscribe-form input[type=text],
body.page-subscribe #main-content #subscribe-form input[type=email],
body.page-subscribe #main-content #subscribe-form .select.input {
  display: block;
  width: 400px;
  background: white;
  margin: 0 10px 20px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body.page-subscribe #main-content #subscribe-form input[type=text],
  body.page-subscribe #main-content #subscribe-form input[type=email],
  body.page-subscribe #main-content #subscribe-form .select.input {
    width: 100%;
    margin: 20px 0;
    max-width: none;
  }
}

.circle-text {
  display: inline-block;
  font-weight: bold;
}
.circle-text .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6ABA96;
  float: left;
  margin-right: 10px;
}

.page-our-work #main-content .project-text {
  margin-bottom: 20px;
}
.page-our-work #main-content .project-text .project-title {
  color: #6ABA96;
}
.page-our-work #main-content .project-button {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-our-work #main-content .project-button {
    margin-top: 0;
  }
}
.page-our-work #main-content .project-button .project-inner {
  position: relative;
  display: inline-block;
  max-width: 300px;
}
.page-our-work #main-content .project-button .project-inner img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.page-our-work #main-content .project-button .project-inner .button {
  position: absolute;
  bottom: 50%;
  right: 50%;
  margin: 0px -50px -15px 0px;
}
.page-our-work #main-content .project-button .project-inner .button > .icon {
  position: absolute;
  stroke: white;
  stroke-width: 4;
  margin: 0 0 0 -15px;
  left: 100%;
  top: 20%;
  height: 60%;
  width: 60px;
  transition: all 0.4s;
}
.page-our-work #main-content .project-button .project-inner .button:hover > .icon {
  margin-left: -10px;
}

.page-u-s-russia-relations,
.page-historical-experiences,
.page-obstacles-and-opportunities,
.page-nuclear-weapons,
.page-ripple-effect {
  background: #dff7fc;
}
.page-u-s-russia-relations #main-content .intro-content,
.page-historical-experiences #main-content .intro-content,
.page-obstacles-and-opportunities #main-content .intro-content,
.page-nuclear-weapons #main-content .intro-content,
.page-ripple-effect #main-content .intro-content {
  margin-bottom: 25px;
}
.page-u-s-russia-relations #main-content .intro-content:first-letter,
.page-historical-experiences #main-content .intro-content:first-letter,
.page-obstacles-and-opportunities #main-content .intro-content:first-letter,
.page-nuclear-weapons #main-content .intro-content:first-letter,
.page-ripple-effect #main-content .intro-content:first-letter {
  float: left;
  margin: 0em 0.09em 0.09em 0;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}

.page-historical-experiences #main-content .oembed + .oembed,
.page-obstacles-and-opportunities #main-content .oembed + .oembed,
.page-nuclear-weapons #main-content .oembed + .oembed,
.page-ripple-effect #main-content .oembed + .oembed {
  margin: 0 0 3em 0;
}

body.page-u-s-russia-relations #us-russia > .divider {
  margin: 2.5em auto !important;
}
body.page-u-s-russia-relations #us-russia .divider {
  border-bottom: 5px solid #6ABA96 !important;
  margin: 6.5em auto 2em;
}
body.page-u-s-russia-relations #us-russia .divider.even {
  border-bottom: 5px solid #555 !important;
}
body.page-u-s-russia-relations #us-russia .intro-content {
  margin-bottom: 25px;
}
body.page-u-s-russia-relations #us-russia .intro-content:first-letter {
  float: left;
  margin: 0em 0.09em 0.09em 0;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}
body.page-u-s-russia-relations #us-russia .topics {
  margin-bottom: 75px;
}
body.page-u-s-russia-relations #us-russia .topics .topic-title {
  color: #6ABA96;
}
body.page-u-s-russia-relations #us-russia .topics .topic-title.even {
  color: #555;
}
body.page-u-s-russia-relations #us-russia .topics .topic-content {
  margin-bottom: 25px;
}
body.page-u-s-russia-relations #us-russia .topics .button {
  margin: 0 40px 50px 0;
  padding: 15px 20px;
  font-size: 20px;
  position: relative;
  transition: 0.3s;
}
body.page-u-s-russia-relations #us-russia .topics .button > .icon {
  position: absolute;
  stroke: #555;
  stroke-width: 4;
  margin: 0 0 0 -15px;
  left: 100%;
  top: 20%;
  height: 60%;
  width: 60px;
  transition: all 0.4s;
}
body.page-u-s-russia-relations #us-russia .topics .button:hover > .icon {
  margin-left: -10px;
}

body.postid-594 .hentry.story-overview .thumbnail {
  display: block;
  height: 0;
  padding-bottom: 61.111%;
  overflow: hidden;
  margin: 2em 0;
}
body.postid-594 .hentry.story-overview .thumbnail img {
  display: block;
  width: 100%;
  margin-top: -25%;
}

body.postid-748 #main-content .featured-image {
  display: none;
}

body.story-independent-america.is-story-interior-page {
  font-size: 19px;
  line-height: 1.6;
}
body.story-independent-america.is-story-interior-page .story .wrap p, body.story-independent-america.is-story-interior-page .story .wrap h3 {
  padding: 0 14%;
}
body.story-independent-america.is-story-interior-page .story .wrap p .sub-list, body.story-independent-america.is-story-interior-page .story .wrap h3 .sub-list {
  padding: 0 7%;
}
@media screen and (max-width: 768px) {
  body.story-independent-america.is-story-interior-page .story .wrap p, body.story-independent-america.is-story-interior-page .story .wrap h3 {
    padding: 0 1%;
  }
}
body.story-independent-america.is-story-interior-page #banner2 .banner-wrap:before {
  background: white;
}
body.story-independent-america.is-story-interior-page #wrap2 #pagetitle {
  text-align: center;
}
body.story-independent-america.is-story-interior-page #wrap2 .main-content {
  background: white;
}
@media screen and (min-width: 769px) {
  body.story-independent-america.is-story-interior-page #wrap2 .main-content > .wrap2 > p {
    margin-left: 0;
    margin-right: 0;
  }
  body.story-independent-america.is-story-interior-page #wrap2 .main-content .wrap2 p, body.story-independent-america.is-story-interior-page #wrap2 .main-content .wrap2 h3 {
    padding: 0 14%;
  }
}
body.story-independent-america.is-story-interior-page .section.story {
  padding-bottom: 50px;
}
body.story-independent-america.is-story-interior-page .section.story h2.section-title {
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
body.story-independent-america.is-story-interior-page .section.story h2.section-title p.paper-title {
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: 700;
}
body.story-independent-america.is-story-interior-page ul.ia-list {
  margin: 0 50px;
  padding: 0 14%;
}
body.story-independent-america.is-story-interior-page ul.ia-list li {
  margin-bottom: 15px;
}
body.story-independent-america.is-story-interior-page ul.ia-list strong {
  color: #6ABA96;
}
@media screen and (max-width: 768px) {
  body.story-independent-america.is-story-interior-page ul.ia-list {
    padding: 0 4%;
    margin: 0 auto;
  }
}
body.story-independent-america.is-story-interior-page .ia-intro {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  body.story-independent-america.is-story-interior-page .ia-intro {
    font-size: 18px;
  }
}
body.story-independent-america.is-story-interior-page p.img-large {
  padding: 0 !important;
  /*.large-centered {
  max-width: 130%;
   @media screen and (max-width:768px) {
      max-width: 100%;
      }
  }*/
}
body.story-independent-america.is-story-interior-page p.img-large .img-out-right img {
  float: right;
}
body.story-independent-america.is-story-interior-page blockquote.independent:before {
  left: 16%;
  width: 67%;
}
@media screen and (max-width: 768px) {
  body.story-independent-america.is-story-interior-page blockquote.independent:before {
    width: 95%;
    left: 2%;
  }
}
body.story-independent-america.is-story-interior-page .ia-caption {
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.story-independent-america.is-story-interior-page {
    font-size: 16px;
  }
}

#hero-video {
  position: relative;
  background: #515152;
  padding: 50px 0;
}
#hero-video:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) center;
  opacity: 0.07;
}
#hero-video .wrap {
  position: relative;
  z-index: 1;
}
#hero-video .embed {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #303030;
  color: white;
}
#hero-video .embed:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  transition: all 0.4s;
}
#hero-video .embed iframe {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
#hero-video .embed .fb_iframe_widget {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
#hero-video .embed .fb_iframe_widget > span {
  display: block;
  background: white;
}
#hero-video .embed .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  cursor: pointer;
}
body.no-svg #hero-video .embed .play {
  background: url(images/icons/play.png) center no-repeat;
}
#hero-video .embed .play:after {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
#hero-video .embed .play .icon {
  position: relative;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-width: 4px;
  opacity: 0.8;
  transition: all 0.4s;
}
#hero-video .embed .play:hover .icon {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
#hero-video .embed.loaded:before {
  background: #000 !important;
}
#hero-video .embed.loading .play .icon {
  opacity: 0;
}
#hero-video .embed.loading .play:after {
  display: block;
}
#hero-video .embed.error {
  color: red;
}
#hero-video .embed.error .play .icon {
  opacity: 0;
}
#hero-video .embed.error:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  content: "Error loading media";
  background: white;
  font-size: 14px;
  padding: 4px;
}
@media screen and (max-width: 900px) {
  #hero-video .embed {
    min-height: 500px;
  }
  #hero-video .embed .play {
    width: 120px;
    height: 120px;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 800px) {
  #hero-video .embed {
    min-height: 400px;
  }
  #hero-video .embed .play {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 700px) {
  #hero-video .embed {
    min-height: 300px;
  }
  #hero-video .embed .play {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 400px) {
  #hero-video .embed {
    min-height: 150px;
  }
  #hero-video .embed .play {
    width: 50px;
    height: 50px;
  }
}
#hero-video .meta-top {
  position: absolute;
  z-index: 10;
  top: -10px;
  left: 10px;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
#hero-video .post-type {
  position: absolute;
  right: -35px;
  bottom: -85px;
  width: 70px;
  height: 70px;
  background: #303030;
  border-radius: 50%;
}
#hero-video .post-type .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  stroke: #ffffff;
  stroke-width: 3px;
}
@media screen and (max-width: 1485px) {
  #hero-video .post-type {
    right: 0;
  }
}

#hero-video + #main-content {
  padding-top: 40px;
  min-height: 50px;
}

body.single .meta-bottom a {
  margin-right: 3em;
}
body.single .main-content {
  padding-bottom: 2em;
}

/* @group Pagination */
.posts-nav {
  grid-area: pager;
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
  text-transform: uppercase;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  color: #555;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li:after {
  display: inline-block;
  vertical-align: middle;
  content: " | ";
  padding: 0.5em 0em 0.5em 0.2em;
}
.posts-nav ul li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0.2em;
  line-height: normal;
  text-decoration: none;
  border: 0;
  color: inherit;
  transition: 0.2s linear;
}
.posts-nav ul li a:hover {
  color: #5C2C53;
  text-decoration: underline;
}
.posts-nav ul li:last-child:after, .posts-nav ul li.last:after {
  display: none;
}
.posts-nav ul li.before-buffer:after, .posts-nav ul li.buffer:after {
  display: none;
}
.posts-nav ul li.active_page a {
  color: #5C2C53;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
}
.posts-nav.ajax-pager .button {
  text-transform: uppercase;
}
.posts-nav.ajax-pager .button.done {
  background: none;
  cursor: default;
}

/* @end */
#bottom-subscribe {
  box-sizing: border-box;
  position: fixed;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 225;
  transform: translate(0%, 105%);
  transition: 0.4s ease-in-out;
  background: #8AC8C2;
  color: #5C2C53;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
}
#bottom-subscribe.on {
  transform: translate(0%, 0%);
}
#bottom-subscribe.bottom {
  position: relative;
  transform: translate(0%, 0%);
  bottom: auto;
}
#bottom-subscribe label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: clamp(1rem, 0.496vw + 0.893rem, 1.333rem);
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
#bottom-subscribe .button.toggle {
  --hover-color: #8AC8C2;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  font-size: clamp(1rem, 0.496vw + 0.893rem, 1.333rem);
  padding: 0.5rem 2rem;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  background: #5C2C53;
  color: #8AC8C2;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
#bottom-subscribe .button.toggle > span,
#bottom-subscribe .button.toggle > svg {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #bottom-subscribe .button.toggle {
    padding: 1rem 2rem;
  }
}
#bottom-subscribe .block-content {
  display: none;
  padding: 0 0 calc(var(--block-margin, 80px) * 0.25);
  flex-basis: 100%;
}
#bottom-subscribe .block-content .nf-form-content {
  max-width: none;
  padding: 0;
}
#bottom-subscribe .block-content .nf-form-fields-required {
  font-size: 0.8em;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  #bottom-subscribe .block-content nf-fields-wrap {
    display: flex;
  }
  #bottom-subscribe .block-content nf-fields-wrap nf-field {
    flex-grow: 1;
  }
  #bottom-subscribe .block-content nf-fields-wrap nf-field .nf-field-container {
    margin: 0 1em 0 0;
  }
  #bottom-subscribe .block-content nf-fields-wrap nf-field:last-child {
    flex-grow: 0;
    align-self: flex-end;
  }
  #bottom-subscribe .block-content nf-fields-wrap nf-field:last-child .nf-field-container {
    margin: 0;
  }
}
body.signup-on #bottom-subscribe .block-content {
  display: block;
}
body.signup-on #bottom-subscribe .button.toggle {
  --hover-arrow-x: 5px;
  color: #5C2C53;
  margin-top: 0;
  margin-bottom: 0;
}
body.signup-on #bottom-subscribe .button.toggle:after {
  height: 100%;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  body.signup-on #bottom-subscribe .button.toggle {
    color: #8AC8C2;
  }
}
@media screen and (max-width: 767px), screen and (max-height: 400px) {
  #bottom-subscribe {
    position: relative;
    padding-bottom: 1em;
    transform: none;
  }
}

#share-tab {
  z-index: 100;
  color: #3F357A;
  line-height: 1;
  opacity: 1;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #share-tab {
    --top: calc(var(--fixed-top));
    --transform-origin:100% 0%;
    --transform:rotate(-90deg) translate(0, -100%);
    position: absolute;
    top: 60vh;
    right: 0;
  }
  #share-tab > a.toggle {
    transform-origin: var(--transform-origin);
    transform: var(--transform);
    display: inline-block;
    padding: 8px 3px;
    line-height: 35px;
    height: 33px;
    width: 111px;
    text-align: center;
    background: #6ABA96;
    color: #3F357A;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.12;
    text-decoration: none;
    border-radius: 0;
    transition: 0.2s linear;
  }
  #share-tab > a.toggle:hover {
    background-color: #449370;
  }
  #share-tab ul {
    position: absolute;
    right: 0;
    top: 100px;
    width: 49px;
    padding: 5px 0;
    background: #6ABA96;
    text-align: center;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden;
    border-radius: 0;
  }
  #share-tab ul:before {
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid #6ABA96;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
  }
  #share-tab ul > li > a {
    display: block;
    padding: 15px 0;
    color: #3F357A;
    font-size: 16px;
  }
  #share-tab ul > li > a:hover {
    color: #3F357A;
  }
  body.share-on #share-tab ul {
    z-index: 1;
    opacity: 1;
    margin-top: 0;
    max-height: 500px;
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  #share-tab {
    position: relative;
    margin: 1em 1.1rem 2rem;
    padding: 1em 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #5C2C53;
    border-top: 2px solid currentColor;
  }
  #share-tab > a.toggle {
    margin: 0 1em 0 0;
    color: inherit;
    cursor: default;
    font-size: 0.8em;
    font-family: Lato, sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  #share-tab ul {
    display: flex;
  }
  #share-tab ul li {
    margin: 0 0.5em;
  }
  #share-tab ul li a {
    color: currentColor;
  }
  #share-tab ul li a:hover {
    color: #6ABA96;
  }
}

#related {
  position: relative;
  max-width: 1400px;
}
#related:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 1rem;
  background: #ccc;
}
#related .query-posts {
  margin: 2em 0 0;
}
#related .posts-nav {
  margin-top: 0;
}
#related .section-title a {
  color: #5C2C53;
}
#related.project-posts {
  background: none;
}
#related.project-posts:before {
  display: none;
}
#related.project-posts > .wrap2 {
  border-top: 1px solid #ccc;
  padding: 4em 0 2em;
}
@media screen and (max-width: 767px) {
  #related .meta2,
  #related .title {
    margin: 0 0.5rem;
  }
}

.hentry.search {
  margin: 0 0 1.5em;
}
.hentry.search .title {
  margin: 0;
}
.hentry.search .url {
  font-size: 12px;
  color: #555;
}
.hentry.search .hasMore,
.hentry.search a.more {
  display: none;
}

form.block-search {
  grid-area: search;
  margin: 1em auto;
  text-align: center;
}
form.block-search button {
  display: inline-block;
  vertical-align: middle;
}
form.block-search input[type=text] {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
}

/*
.tax-subject.section-videos,
.tax-subject.section-blog,
.tax-region.section-videos,
.tax-region.section-blog {
    #main-content .wrap2 > .section {
      display: none;
    }
}
*/
.archive-description {
  position: relative;
  padding: 0 0 0 0px;
  margin: 0 0 50px 0;
  font-style: italic;
  color: #52BDDA;
  /*
  .tax-subject.section-videos & {
    display: none;
  }
  .tax-subject.section-blog & {
    display: none;
  }
  .tax-region.section-videos & {
    display: none;
  }
  .tax-region.section-blog & {
    display: none;
  }
  */
}
.archive-description:after {
  content: " ";
  display: block;
  clear: both;
}
.archive-description > .post-type {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 15px 0 0;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #555;
}
.archive-description > .post-type .icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 20px;
  stroke: white;
  stroke-width: 2px;
  fill: white;
}
.section-videos .archive-description > .post-type .icon {
  fill: #555;
}
body.post-type-archive-story .archive-description > .post-type {
  display: none;
}
.archive-description > .content {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 500px) {
  .archive-description {
    margin: 0 0 20px;
  }
  .archive-description > .post-type {
    float: left;
    margin: 10px 15px 15px 0;
  }
  .archive-description > .content {
    display: block;
    max-width: none;
  }
}

.blog .post-related {
  display: none;
}
.post-type-archive-video .post-related {
  display: none;
}

.block-posts-filter {
  grid-area: filters;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "filters search";
  align-items: center;
  gap: 1em;
  padding: 10px 25px;
  margin: 0 0 80px 0;
  background: #3F357A;
  color: white;
  z-index: 2;
}
.page-blocks + .block-posts-filter {
  margin-top: calc(var(--block-margin, 80px) * 1);
}
.tax-subject.section-videos .block-posts-filter {
  display: none;
}
.tax-subject.section-blog .block-posts-filter {
  display: none;
}
.tax-region.section-videos .block-posts-filter {
  display: none;
}
.tax-region.section-blog .block-posts-filter {
  display: none;
}
.block-posts-filter .label,
.block-posts-filter .select {
  display: inline-block;
  vertical-align: middle;
}
.block-posts-filter .label {
  font-size: 1rem;
  font-weight: 400;
}
.block-posts-filter .input.select {
  margin: 0;
}
.block-posts-filter .input.select strong {
  color: #3F357A;
}
.block-posts-filter .input.select strong .text {
  min-width: 80px;
  color: #3F357A;
}
.block-posts-filter > .filters {
  grid-area: filters;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}
.block-posts-filter > .filters > select {
  visibility: hidden;
}
.block-posts-filter > .sort {
  grid-area: search;
}
.block-posts-filter > .sort > select {
  visibility: hidden;
}
.block-posts-filter > .sort .select.input {
  margin-right: 0;
}
.block-posts-filter > .search {
  grid-area: search;
}
.block-posts-filter > .search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.4em 0.7em;
  background: white;
  border: 0;
  font-size: 1rem;
}
.block-posts-filter .reset {
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 900px) {
  .block-posts-filter {
    display: block;
    padding: 10px;
  }
  .block-posts-filter .label {
    display: block;
  }
  .block-posts-filter .search {
    margin: 5px 0 0;
  }
}

#side-menu.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  background: var(--header-background-color, #5C2C53);
}

#side-menu.overlay-door {
  visibility: hidden;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s 0.3s, visibility 0s 0.8s;
  z-index: 999;
}

@media screen and (max-width: 900px) {
  .side-menu-on {
    overflow: hidden;
  }
  #side-menu.overlay:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/dots.png) center top;
    opacity: 0.08;
  }
  #side-menu.overlay #nav2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
  }
  #side-menu.overlay #nav2 ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  #side-menu.overlay #nav2 ul li {
    display: block;
    margin: 4em auto;
    backface-visibility: hidden;
  }
  #side-menu.overlay #nav2 ul li a {
    font-size: 24px;
    font-weight: 300;
    display: block;
    color: #fff;
    transition: color 0.2s;
  }
  #side-menu.overlay #nav2 ul li a:hover, #side-menu.overlay #nav2 ul li a:focus {
    text-decoration: none;
    color: #f0f0f0;
  }
  body.search-on #side-menu.overlay #nav2 {
    display: none;
  }
  #side-menu.overlay-door.open {
    visibility: visible;
    width: 100%;
    transition: width 0.5s;
  }
  #side-menu.overlay-door #nav2 {
    opacity: 0;
    transition: opacity 0.3s 0.5s;
    transition-delay: 0.1s;
  }
  #side-menu.overlay-door .overlay-close {
    opacity: 0;
    transition: opacity 0.3s 0.5s;
  }
  #side-menu.overlay-door.open #nav2, #side-menu.overlay-door.open .overlay-close {
    opacity: 1;
    transition-delay: 0.5s;
  }
  #side-menu.overlay-door.close #nav2, #side-menu.overlay-door.close .overlay-close {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 600px) {
  #side-menu.overlay #nav2 {
    font-size: 10px;
  }
  #side-menu.overlay #nav2 ul li {
    min-height: 34px;
  }
}
#alert {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background: #8AC8C2;
  color: #5C2C53;
  text-align: center;
}
#alert .title {
  margin: 0;
}
#alert a {
  color: inherit;
  text-decoration: underline;
}
#alert a:hover {
  text-decoration: none;
}
#alert .close {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s;
}
#alert .close:hover {
  background: #5C2C53;
  color: #8AC8C2;
}
#alert.closed .close {
  top: 7px;
}
#alert.closed .close .icon:before {
  content: "\f0d7";
}
#alert.closed .title {
  cursor: pointer;
}
body.admin-bar #alert {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #alert {
    margin-top: 46px;
  }
}

body.is-story-page #wrap2 {
  padding-top: 0;
}
body.is-story-page .main-content,
body.is-story-page #banner + .main-content {
  padding: 50px 0;
}
body.is-story-page .main-content {
  min-height: 0px;
  background: #52BDDA;
}
body.is-story-page .main-content > .wrap2 > p:first-child:first-letter {
  margin: -20px 10px -20px 4px;
  float: left;
  font-size: 3.3em;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  body.is-story-page .main-content > .wrap2 > p {
    margin-left: 150px;
    margin-right: 60px;
  }
  body.is-story-page .main-content .wrap2 {
    max-width: 1024px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1054px) {
  body.is-story-page .main-content .wrap2 {
    margin: 0 15px;
  }
}

#banner.story {
  text-align: center;
}
#banner.story:after {
  display: none;
  background: none;
}
#banner.story .meta {
  text-align: left;
}
#banner.story .meta > .post_type {
  display: inline-block;
  padding: 2px 1em;
  background: #6ABA96;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
}
#banner.story h1 {
  display: block;
}
@media screen and (max-width: 1024px) {
  #banner.story {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #banner.story {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #banner.story {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  #banner.story {
    height: 250px;
  }
}

.hentry.story-overview {
  position: relative;
  padding: 40px 0;
  background: #52BDDA;
  text-align: right;
}
.hentry.story-overview.even:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots-green.png) center;
  opacity: 0.1;
}
.hentry.story-overview > .wrap2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .hentry.story-overview > .wrap2 {
    width: 799px;
  }
}
.hentry.story-overview .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}
.hentry.story-overview .title a {
  color: inherit;
}
.hentry.story-overview .content {
  text-align: left;
}
.hentry.story-overview .thumbnail {
  display: block;
  margin: 2em 0;
}
.hentry.story-overview .thumbnail img {
  display: block;
  margin: 0 auto;
}
.hentry.story-overview .more {
  margin: 1em 40px 0 auto;
}
.hentry.story-overview .more .icon {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -15px 0 0 -15px;
  stroke: #6ABA96;
  stroke-width: 4;
  width: 60px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .hentry.story-overview .content {
    margin-left: 120px;
  }
}

.section.story {
  padding: 80px 0;
  background: white;
}
.section.story .section-title {
  margin: 0 0 1em;
  font-weight: 600;
}
.section.story.even:not(.white) {
  background-color: #52BDDA;
}
@media screen and (min-width: 769px) {
  .section.story.indent-p > .wrap > p {
    margin-left: 150px;
  }
  .section.story.indent-p > .wrap > h3, .section.story.indent-p h4 {
    margin-left: 80px;
  }
  .section.story.indent-p > .wrap > em {
    margin-left: -40px;
  }
}
.section.story.indent-p ul {
  margin-left: 190px;
}
.section.story.indent-p li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .section.story.indent-p ul {
    margin: 0 0 0 -20px;
  }
}
.section.story .image {
  display: block;
  margin: 0 0 1em;
}
.section.story .image img {
  display: block;
  width: 100%;
}
.section.story#specific-findings h3 {
  margin-top: 90px;
  margin-bottom: 5px;
  font-weight: 500;
}
.section.story#specific-findings img {
  margin: 40px 0;
}
.section.story#endnotes {
  font-size: 80%;
  padding-top: 90px;
}
.section.story#endnotes h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section.story#endnotes h2 {
    font-size: 24.7px;
  }
}
@media screen and (min-width: 900px) {
  .section.story#top-title .section-title {
    padding-right: 10%;
    margin-top: -70px;
    padding-left: 10%;
    text-align: center;
    font-size: 187%;
  }
}
.section.story#top-title p {
  text-align: center;
  font-weight: 600;
}
.section.story#top-title .button {
  margin-top: 0px;
  margin-bottom: 20px;
}
.section.story#top-title img {
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .section.story#top-title {
    padding-top: 110px;
  }
}
.section.story.has-bookmark {
  padding-top: 160px;
  margin-top: -80px;
}
.section.story.no-bookmark {
  padding-top: 40px;
}
.section.story blockquote.independent {
  margin: 1.7em 3em 1em;
  font-size: 110%;
  font-style: italic;
}
.section.story blockquote.independent li {
  padding: 9px 0;
  margin-bottom: 0;
}
.section.story blockquote.independent p {
  padding-left: 22%;
}
.section.story blockquote.independent:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 80%;
  left: 23%;
  border-top: 5px solid #52BDDA;
}
@media screen and (max-width: 768px) {
  .section.story blockquote.independent {
    margin: 1.7em 1em;
  }
  .section.story blockquote.independent p {
    padding-left: 0;
  }
  .section.story blockquote.independent:before {
    width: 96%;
    left: 2%;
  }
}
.section.story .back-to-top {
  text-align: right;
}
.section.story .back-to-top:after {
  margin-left: 0.4em;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "???";
  content: "\f106";
  font-weight: 900;
  font-size: 120%;
}
.section.story .back-to-top:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section.story.has-bookmark {
    padding-top: 70px;
  }
}

#story-posts {
  padding: 80px 0 150px 0;
  background: white;
}
#story-posts .section-title {
  margin: 0 0 50px;
  font-size: 1.2rem;
  font-weight: 600;
}
#story-posts .section-title strong {
  color: #52BDDA;
}

#story-subnav {
  margin: 0 0 4em;
  text-align: center;
  text-transform: uppercase;
}
#story-subnav ul, #story-subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#story-subnav > ul li {
  display: inline-block;
}
#story-subnav > ul li a {
  display: inline-block;
  padding: 5px 15px;
}
#story-subnav > ul li.current_page_item a {
  text-decoration: underline;
}

.about-story {
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 4em auto 0;
}
@media screen and (min-width: 1220px) {
  .about-story {
    position: absolute;
    top: 80px;
    right: 50%;
    margin: 0 400px 0 0;
    width: 200px;
  }
}

.in-the-news {
  margin: 5em 0;
  padding: 2em;
  text-align: center;
  background: #f4f4f4;
  line-height: 1;
}
.in-the-news > h3 {
  margin: 0 auto 1em !important;
  font-weight: bold;
}
.in-the-news .images {
  position: relative;
  white-space: nowrap;
  visibility: hidden;
}
.in-the-news .images.slick-initialized {
  visibility: visible;
}
.in-the-news .images .slick-list {
  display: block;
  overflow: hidden;
}
.in-the-news .images a {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin: 0 1em;
}
.in-the-news .images a img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.in-the-news .images a time {
  color: #555;
  font-size: 0.8rem;
  font-style: italic;
}
.in-the-news .images a:hover {
  text-decoration: none;
}
.in-the-news .images .slick-disabled.slick-next {
  cursor: default;
}
.in-the-news .images .slick-disabled .icon {
  display: none;
}
.in-the-news .images .slick-disabled .icon:hover {
  cursor: default;
}
.in-the-news .images .slick-disabled:hover {
  cursor: default;
}
.in-the-news .images .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 1.5em;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  cursor: pointer;
  color: #52BDDA;
  font-size: 30px;
}
.in-the-news .images .slick-arrow.slick-next {
  left: 100%;
  text-align: left;
}
.in-the-news .images .slick-arrow.slick-prev {
  right: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .in-the-news {
    padding: 1.5em;
  }
  .in-the-news .images a {
    margin: 0 0.5em;
  }
  .in-the-news .images .slick-arrow {
    width: 1em;
    font-size: 25px;
  }
  .in-the-news .images .slick-arrow.slick-next, .in-the-news .images .slick-arrow.slick-prev {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .in-the-news .images a {
    margin: 0 0.2em;
  }
}

.geotech * {
  box-sizing: border-box;
}
.geotech .story-section {
  font-family: Lato, sans-serif;
  position: relative;
  background-color: #ecedf1;
}
@media (min-width: 960px) {
  .geotech .story-section {
    font-size: 18px;
  }
}
.geotech .story-section a {
  font-weight: 600;
  color: #52BDDA;
}
.geotech .story-section em {
  color: inherit;
}
.geotech .story-section .illustration {
  margin: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .geotech .story-section .illustration {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
  }
}
.geotech .story-section .illustration img {
  width: 100%;
}
@media (min-width: 960px) {
  .geotech .story-section .illustration + .container {
    min-height: 64.2857142857vw;
    padding-right: calc(45% + 2em);
  }
}
@media (min-width: 1300px) {
  .geotech .story-section .illustration + .container {
    padding-right: calc(540px + 4em);
  }
}
.geotech .story-section .container {
  margin: 0 auto;
  padding: 4em 2em;
}
@media (min-width: 1300px) {
  .geotech .story-section .container {
    max-width: 1200px;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 0;
    padding-right: 0;
  }
}
.geotech .story-section .initial-cap {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  margin-left: -4rem;
  z-index: 1;
}
.geotech .story-section .initial-cap:before {
  display: block;
  content: " ";
  position: absolute;
  top: -2pt;
  left: 0;
  width: calc(100% + 2pt);
  height: calc(100% + 4pt);
  background-color: #555;
  z-index: -1;
}
.geotech .story-section del {
  text-decoration: none;
  background-image: linear-gradient(#555, #555);
  background-repeat: no-repeat;
}
.geotech .story-section abbr {
  color: #52BDDA;
}
.geotech .story-section abbr[title] {
  text-decoration: inherit;
  text-decoration: initial;
  cursor: help;
}
.geotech .story-section h1, .geotech .story-section h2, .geotech .story-section h3, .geotech .story-section h4, .geotech .story-section h5, .geotech .story-section h6 {
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media (max-width: 640px) {
  .geotech .story-section h1 {
    font-size: 180%;
  }
}
.geotech .story-section#section-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
@media (min-width: 960px) {
  .geotech .story-section#section-1 {
    background-attachment: fixed;
    will-change: transform;
    height: 100%;
    z-index: 0;
  }
}
.geotech .story-section#section-1 .container {
  min-height: 100vh;
  max-width: inherit;
  background-color: #155364;
  padding: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) and (min-height: 640px) {
  .geotech .story-section#section-1 .container {
    min-height: inherit;
    min-height: initial;
    position: fixed;
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
  }
}
@media (min-width: 1300px) and (min-height: 640px) {
  .geotech .story-section#section-1 .container {
    min-height: inherit;
    min-height: initial;
    position: fixed;
    top: 4em;
    bottom: 4em;
    left: 4em;
    right: 4em;
  }
}
.geotech .story-section#section-1 .container::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/dots.png) repeat center;
  opacity: 0.07;
  will-change: transform;
}
.geotech .story-section#section-1 .container .egf-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 2em auto;
}
.geotech .story-section#section-1 .container > * {
  max-width: 959px;
  z-index: 1;
}
.geotech .story-section#section-1 h1, .geotech .story-section#section-1 h2, .geotech .story-section#section-1 h3, .geotech .story-section#section-1 h4, .geotech .story-section#section-1 h5, .geotech .story-section#section-1 h6 {
  margin-top: 0;
  color: #52BDDA;
}
.geotech .story-section#section-1 hr {
  border-color: #52BDDA;
  border-width: 4pt;
  width: 55%;
  margin: 1em auto;
}
@media (min-width: 640px) {
  .geotech .story-section#section-1 hr {
    margin: 2em auto;
  }
}
.geotech .story-section#section-1 h1 {
  line-height: 1.25;
  margin-bottom: 0em;
}
@media (max-width: 640px) {
  .geotech .story-section#section-1 h1 {
    font-size: 180%;
  }
}
.geotech .story-section#section-1 h2 {
  width: 50%;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18pt;
  font-weight: 600;
  margin-bottom: 2em;
}
@media (max-width: 640px) {
  .geotech .story-section#section-1 h2 {
    font-size: 120%;
  }
}
.geotech .story-section#section-1 #intro-choice-buttons a {
  width: 9em;
  font-size: 16pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #155364;
  display: inline-block;
  background-color: #52BDDA;
  margin: 0 0.25em 1em 0.25em;
  padding: 0.5em;
}
@media (min-width: 960px) {
  .geotech .story-section#section-1 #intro-choice-buttons a {
    font-size: 18pt;
    padding: 0.75em;
  }
}
.geotech .story-section#section-1 #intro-choice-buttons a:hover {
  background-color: #fff;
  text-decoration: none;
}
.geotech .story-section#section-1 #intro-choice-buttons a:last-of-type {
  background-color: inherit;
  width: auto;
  min-width: 50%;
  color: #52BDDA;
  font-size: 14pt;
  font-weight: 500;
  margin: 0 auto;
}
.geotech .story-section#section-1 #intro-choice-buttons a:last-of-type em {
  color: #fff;
  font-style: inherit;
  text-decoration: underline;
}
.geotech .story-section#section-1 #intro-choice-buttons a:last-of-type:hover {
  text-decoration: none;
}
.geotech .story-section#section-2 {
  background-color: #fff;
}
@media (min-width: 960px) {
  .geotech .story-section#section-2 .container {
    padding-top: 10em;
  }
}
.geotech .story-section#section-3 {
  background-color: #fff;
}
.geotech .story-section#section-3 blockquote {
  font-weight: 600;
  font-style: normal;
  color: inherit;
  padding: 1em 0;
  margin: 6pt 0 1em 0;
  border-top: 3pt solid #555;
}
@media (min-width: 960px) and (max-width: 1300px) {
  .geotech .story-section#section-3 blockquote {
    font-size: 100%;
  }
}
@media (min-width: 960px) {
  .geotech .story-section#section-3 blockquote.pull-left {
    text-align: left;
    width: 45%;
    float: left;
    margin-left: 0;
    margin-right: 1.5em;
    clear: right;
  }
}
@media (min-width: 1300px) {
  .geotech .story-section#section-3 blockquote.pull-left {
    width: 55%;
    margin-left: -4rem;
  }
}
@media (min-width: 960px) {
  .geotech .story-section#section-3 blockquote.pull-right {
    text-align: right;
    width: 55%;
    float: right;
    margin-right: 0;
    margin-left: 1.5em;
    clear: left;
  }
}
@media (min-width: 1300px) {
  .geotech .story-section#section-3 blockquote.pull-right {
    width: 55%;
    margin-right: -4rem;
  }
}
.geotech .story-section#section-3 .illustration {
  right: inherit;
  left: 0;
  bottom: 0;
}
@media (min-width: 960px) {
  .geotech .story-section#section-3 .container {
    padding-left: calc(45% + 6em);
    padding-right: 2em;
  }
}
@media (min-width: 1300px) {
  .geotech .story-section#section-3 .container {
    padding-left: calc(540px + 6em);
    padding-right: 0;
  }
}
.geotech .story-section#section-4 {
  background-image: url(images/egf_right_corner_grit.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.geotech .story-section#section-4 .container > div {
  position: relative;
  margin-bottom: 4em;
  z-index: 1;
}
@media (min-width: 640px) {
  .geotech .story-section#section-4 .container > div {
    width: 55%;
  }
  .geotech .story-section#section-4 .container > div:nth-child(odd) {
    margin-left: auto;
  }
}
.geotech .story-section#section-4 .container > div .focus {
  display: block;
  width: 0;
  padding-bottom: 0%;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  background-color: #d3eae0;
  z-index: -1;
}
.geotech .story-section#section-4 .container > div .focus.current-point {
  width: 45%;
  padding-bottom: 45%;
}
.geotech .story-section#section-5 {
  background-color: #fff;
}
.geotech .story-section#section-5 .container {
  padding-bottom: 1em;
}
@media (min-width: 960px) {
  .geotech .story-section#section-5 .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.geotech .story-section#section-5 .container > div {
  margin-bottom: 4em;
}
@media (min-width: 960px) {
  .geotech .story-section#section-5 .container > div {
    flex: 0 1 calc(50% - 2em);
  }
}
@media (min-width: 1300px) {
  .geotech .story-section#section-5 .container > div {
    flex-basis: calc(50% - 4em);
  }
}
.geotech .story-section#section-6 {
  background-color: #fff;
}
.geotech .story-section#section-6 .container {
  padding-top: 2em;
}
.geotech .story-section#section-6 ol {
  list-style: decimal inside none;
  padding: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .geotech .story-section#section-6 ol {
    width: calc(100% + 2em);
    display: flex;
    flex-flow: row wrap;
  }
}
.geotech .story-section#section-6 ol li {
  padding-bottom: 2em;
}
@media (min-width: 960px) {
  .geotech .story-section#section-6 ol li {
    padding-right: 2em;
    flex: 0 0 33%;
  }
}
.geotech .video-with-poster {
  position: relative;
  cursor: pointer;
}
.geotech .video-with-poster .oembed.iframe .oembed.iframe {
  margin: 0;
  padding: 0;
  position: static;
}
.geotech .video-with-poster .video-poster {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.geotech .video-with-poster .video-poster .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  display: table;
  border-radius: 50%;
  overflow: hidden;
}
.geotech .video-with-poster .video-poster .play-button a {
  display: inline-block;
  font-size: 200%;
  text-align: center;
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #555;
}
.geotech .video-with-poster .video-poster .play-button a .fa {
  padding-left: 0.2em;
  line-height: 2;
}
.geotech .video-with-poster:hover .play-button a {
  background-color: #fff;
  color: #555;
}
.geotech #pagenumber {
  display: none;
  position: absolute;
  text-align: center;
  font-size: 12pt;
  line-height: 1;
  color: #ecedf1;
  width: 80px !important;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #155364;
  z-index: 200;
  margin-left: auto;
  top: 40px;
  right: 40px;
}
@media (min-width: 960px) {
  .geotech #pagenumber {
    display: block;
  }
  .geotech #pagenumber.uk-sticky-fixed {
    top: 40px !important;
  }
}
.geotech #pagenumber a {
  color: inherit;
}
.geotech #pagenumber a:hover {
  text-decoration: none;
}
.geotech #pagenumber .numerator {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  list-style: none;
  padding: 0;
}
.geotech #pagenumber .numerator li {
  display: none;
}
.geotech #pagenumber .numerator li.current-page {
  display: block;
}
.geotech #pagenumber .denominator {
  position: absolute;
  bottom: 1.5em;
  right: 1.6em;
}
.geotech #pagenumber .divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  margin: 0;
  width: 2em;
  color: #ecedf1;
}
.geotech #pagenumber .totop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.geotech #wrap2 {
  padding: 0;
}
.geotech #story-posts {
  position: relative;
  background-color: #fff;
}
@media (min-width: 960px) {
  .geotech .uk-sticky-placeholder {
    height: 0px !important;
  }
}
.geotech #header-condensed {
  position: relative;
  background-color: #555;
  z-index: 100;
  padding: 0;
}
@media (min-width: 960px) {
  .geotech #header-condensed.uk-sticky-fixed {
    top: 40px !important;
  }
}
@media (min-width: 960px) {
  .geotech #header-condensed {
    position: absolute;
    background-color: inherit;
    background-color: initial;
    top: calc(100vh + 40px);
    left: 40px;
  }
}
@media (min-width: 960px) and (max-height: 640px) {
  .geotech #header-condensed {
    top: 680px;
  }
}
.geotech #header-condensed .wrap {
  margin: 0;
  max-width: none;
}
.geotech #header-condensed .wrap .logo {
  margin-left: 30px;
}
@media (min-width: 960px) {
  .geotech #header-condensed .wrap .logo {
    margin-left: 0;
  }
}
.geotech #header-condensed .wrap .logo a {
  width: 40px;
  width: 40px;
}
.geotech #header-condensed .wrap .logo a img {
  width: 100%;
}
@media (min-width: 960px) {
  .geotech #header-condensed .wrap .logo a {
    width: 80px;
  }
  .geotech #header-condensed .wrap .logo a img {
    width: 62.5%;
  }
}
.geotech #header-condensed .wrap .title {
  max-width: calc(100% - 76px);
  color: #52BDDA;
  background-color: inherit;
  background-color: initial;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 1em;
  margin: 0;
}
@media (min-width: 960px) {
  .geotech #header-condensed .wrap .title {
    background-color: #555;
    margin: 0 1em;
    max-width: calc(100% - 278px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.geotech #header-condensed .wrap .title a {
  color: inherit;
}
.geotech #share-tab.fixed {
  top: calc(50vh - 124px) !important;
}

#bottom-promo {
  padding: 3em 0;
  background: #3F357A;
  color: white;
}
#bottom-promo .wrap {
  max-width: 1024px;
}
#bottom-promo .layout {
  display: grid;
  grid-template-columns: 2fr 2em 1fr;
  grid-template-areas: "content . image";
  align-items: center;
}
#bottom-promo .block-content {
  grid-area: content;
}
#bottom-promo .block-image {
  grid-area: image;
  text-align: center;
}
#bottom-promo .block-image img {
  display: block;
  margin: 0 0 0 auto;
}
#bottom-promo h2 {
  margin: 0 0 0.25em;
  font-size: 2.25em;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#bottom-promo h3 {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#bottom-promo .wp-block-button > .wp-block-button__link,
#bottom-promo .button {
  background: #8AC8C2;
  color: #555;
  margin: 2em 0;
}
#bottom-promo .wp-block-button > .wp-block-button__link .svg-icon,
#bottom-promo .button .svg-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 40px;
  stroke: #fff;
  stroke-width: 6;
  transition: all 0.4s;
}
body.signup-on #bottom-promo .wp-block-button > .wp-block-button__link .svg-icon,
body.signup-on #bottom-promo .button .svg-icon {
  color: #3F357A;
}
#bottom-promo .wp-block-button > .wp-block-button__link:hover > .svg-icon,
#bottom-promo .button:hover > .svg-icon {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #bottom-promo .layout {
    display: block;
  }
  #bottom-promo .layout .block-image {
    display: none;
  }
  #bottom-promo .layout .wp-block-button > .wp-block-button__link,
  #bottom-promo .layout .button {
    margin: 1em 0;
  }
}

body.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #52BDDA;
  color: white;
}
body.page-styleguide .clickme:hover {
  cursor: pointer;
  background: #52BDDA;
}
body.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}
body.page-styleguide article {
  display: none;
}
body.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
body.page-styleguide .tag {
  color: #86c0ed;
}
body.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}
body.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
body.page-styleguide details.primer summary {
  position: absolute;
  right: 0;
  top: -2.5em;
  padding: 0.75em;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #e9e9e9;
}
body.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}
body.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}
body.page-styleguide details .caption {
  margin-bottom: 0;
}
body.page-styleguide .circle {
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}
body.page-styleguide .circle p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  body.page-styleguide .code_area {
    margin-bottom: 20px;
  }
}

body.single-annual-report #wrap2, body.single-annual-report .main-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.single-annual-report .wrap2 {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 710px) {
  body.single-annual-report .wrap2 {
    margin: 0 15px;
  }
}
body.single-annual-report #header-condensed,
body.single-annual-report #header-condensed .logo a,
body.single-annual-report #header-condensed .logo img {
  transition: all 0.5s ease-in-out, top 0s;
}
body.single-annual-report #header-condensed .title {
  display: none;
}
body.single-annual-report.scrolled #header-condensed .title {
  display: initial;
}
@media screen and (max-width: 767px) {
  body.single-annual-report.scrolled #header-condensed .title {
    padding: 0.65em 0.5em;
  }
}
@media screen and (min-width: 601px) {
  body.single-annual-report.scrolled #header-condensed {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
  }
  body.single-annual-report.scrolled #header-condensed .logo a {
    width: 60px;
    height: 60px;
  }
  body.single-annual-report.scrolled #header-condensed .logo img {
    width: 35px;
  }
}
body.single-annual-report .wp-block-theme-blocks-hero {
  margin-bottom: 2em;
}
body.single-annual-report .wp-block-theme-blocks-hero .block-content > p {
  background: #6ABA96;
  width: 230px;
  margin: 0 auto;
  padding: 8px 10px 7px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
  color: #3F357A;
}
body.single-annual-report .wp-block-theme-blocks-hero h1 {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  body.single-annual-report .wp-block-theme-blocks-hero .wrap {
    padding: 25vh 0;
  }
}
@media screen and (max-width: 767px) {
  body.single-annual-report .wp-block-theme-blocks-hero h1 {
    font-size: 220%;
  }
}
body.single-annual-report .stats {
  margin-bottom: 2rem;
}
body.single-annual-report .stats h1 {
  margin-top: 0;
  font-size: 230%;
  color: #5C2C53;
}
@media screen and (max-width: 767px) {
  body.single-annual-report .stats .wp-block-column {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 1024px) {
  body.single-annual-report .stats.wp-block-columns {
    flex-wrap: nowrap !important;
    -moz-column-gap: revert;
         column-gap: revert;
  }
}
body.single-annual-report .no-vertical-margin {
  margin: 0 auto;
}
body.single-annual-report #bottom-promo {
  display: none;
}

.oembed {
  position: relative;
}
.oembed iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.oembed.media-video {
  padding: 0 0 56.25% 0;
}
.oembed.media-video .embed-wrap, .oembed.media-video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Styles are loaded into front end and admin */
.intro {
  margin: 0 0 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #3F357A;
}

.has-padding-top {
  padding-top: calc(var(--block-margin, 80px) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--block-margin, 80px) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-no-padding {
  padding: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--block-margin, 80px) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--block-margin, 80px) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--block-margin, 80px) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 80px) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--block-margin, 80px) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--block-margin, 80px) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--block-margin, 80px) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--block-margin, 80px) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}
.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}
.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}
.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}
.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}
.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}
.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}
.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}
.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}
.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.query-posts {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  --gap:2rem;
  --column-gap: var(--gap);
  --row-gap: var(--gap);
  --column-count: 1;
  --hentry-width: calc((100% / var(--column-count)) - ((var(--gap) * (var(--column-count) - 1)) / var(--column-count)));
  row-gap: var(--row-gap, var(--gap));
  -moz-column-gap: var(--column-gap, var(--gap));
       column-gap: var(--column-gap, var(--gap));
  justify-content: start;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  /*
  @media screen and (min-width:$mobile-breakpoint) {

      display: grid;
  }
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2em;
  grid-template-areas: 
      "post1 post2 post3"
      "post4 post5 post6"
      "post7 post8 post9"
      "post10 post11 post12";



  &.with-featured {
      margin-bottom: 0;

      grid-template-areas: 
          "post1 post1 post2"
          "post1 post1 post3"
          "post4 post5 post6"
          "post7 post8 post9"
          "post10 post11 post12";



      grid-template-rows: auto 1fr auto auto;

  }

  > .hentry:nth-child(1)  { grid-area: post1; }
  > .hentry:nth-child(2)  { grid-area: post2; }
  > .hentry:nth-child(3)  { grid-area: post3; }
  > .hentry:nth-child(4)  { grid-area: post4; }
  > .hentry:nth-child(5)  { grid-area: post5; }
  > .hentry:nth-child(6)  { grid-area: post6; }
  > .hentry:nth-child(7)  { grid-area: post7; }
  > .hentry:nth-child(8)  { grid-area: post8; }
  > .hentry:nth-child(9)  { grid-area: post9; }
  > .hentry:nth-child(10) { grid-area: post10; }
  > .hentry:nth-child(11) { grid-area: post11; }
  > .hentry:nth-child(12) { grid-area: post12; }
  */
}
.query-posts > .hentry {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  .query-posts.with-featured > .hentry:first-child {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
}

.query-posts.one-across {
  --gap: calc(var(--block-margin, 80px) * 0.5);
  --column-count: 1;
  display: grid;
}

.query-posts.two-across {
  --column-count: 2;
  display: grid;
}
@media screen and (max-width: 600px) {
  .query-posts.two-across {
    --column-count: 1;
  }
}

.query-posts.three-across {
  --column-count: 3;
  display: grid;
}
@media screen and (max-width: 940px) {
  .query-posts.three-across {
    --column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  .query-posts.three-across {
    --column-count: 1;
  }
}

.query-posts.four-across {
  --column-count: 4;
  display: grid;
}
@media screen and (max-width: 1024px) {
  .query-posts.four-across {
    --column-count: 3;
  }
}
@media screen and (max-width: 940px) {
  .query-posts.four-across {
    --column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  .query-posts.four-across {
    --column-count: 1;
  }
}

ul.top-nav {
  margin: 2em 0 4em;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  color: #5C2C53;
}
ul.top-nav a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
ul.top-nav a:hover {
  text-decoration: none;
  color: #3F357A;
  border-bottom: 2px solid #3F357A;
}
ul.top-nav > li {
  margin: 1em 0;
  list-style: none;
}
ul.top-nav > li:before {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 0 0 1em;
  content: " | ";
}
ul.top-nav > li:first-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  ul.top-nav {
    flex-wrap: wrap;
  }
  ul.top-nav > li {
    margin: 0.75em 0;
  }
  ul.top-nav > li:before {
    content: "  ";
  }
}

.wp-block-group {
  margin: 4em 0;
}
.wp-block-group:first-child {
  margin-top: 0;
}
.wp-block-group:last-child {
  margin-bottom: 0;
}

.wp-block-group .wp-block-group {
  margin: 0;
}

.wp-block-group.has-background {
  position: relative;
  padding: calc(var(--block-margin, 80px) * 1) 0;
}
.wp-block-group.has-background:first-child {
  margin-top: 0;
}
.wp-block-group.has-background:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: inherit;
}
body.wp-admin .wp-block-group.has-background:before {
  left: 0%;
  width: 100%;
  margin-left: 0;
}
.wp-block-group.has-background > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wp-block-group.has-background.has-dots:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: url(images/dots.png) 50% 50%;
  opacity: 0.2;
}
body.wp-admin .wp-block-group.has-background.has-dots:after {
  left: 0%;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-group.has-background.has-dots {
    display: block;
  }
  .wp-block-group.has-background.has-dots .theme-block:first-child {
    margin-bottom: 4rem;
  }
}

.wp-block-group.introduction {
  margin: 1.5em 0 3em;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.65;
  font-family: Poppins, sans-serif;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.introduction {
    margin-left: -100px;
    margin-right: -100px;
  }
  body.wp-admin .wp-block-group.introduction {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-group.our-work {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 4em 0;
  background: #8AC8C2;
}
.wp-block-group.our-work:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) 50% 50%;
  opacity: 0.2;
}
.wp-block-group.our-work > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 710px) {
  .wp-block-group.our-work > .wp-block-group__inner-container {
    margin: 0 15px;
  }
}
body.wp-admin .wp-block-group.our-work {
  margin: 0 auto;
  width: auto;
  left: auto;
}
body.wp-admin .wp-block-group.our-work > .wp-block-group__inner-container {
  max-width: none;
  margin: 0 8%;
}

.wp-block-theme-blocks-profile {
  position: relative;
  text-align: center;
}
.wp-block-theme-blocks-profile .image {
  display: block;
  margin: 0 0 0.8em;
}
.wp-block-theme-blocks-profile .image img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.wp-block-theme-blocks-profile .name {
  display: block;
  margin-bottom: 8px;
}
.wp-block-theme-blocks-profile .name a {
  color: #5C2C53;
}
.wp-block-theme-blocks-profile .name > a.name__link + a {
  margin-left-margin-left: 0.7em;
}
.wp-block-theme-blocks-profile .name .icon {
  margin-left: 0.2em;
}
.wp-block-theme-blocks-profile h1.name > a.name__link {
  display: block;
}
.wp-block-theme-blocks-profile .position {
  display: block;
  margin-top: 0;
}
.wp-block-theme-blocks-profile .more {
  cursor: pointer;
}
.wp-block-theme-blocks-profile .block-content {
  text-align: left;
}
.wp-block-theme-blocks-profile .block-content .links {
  font-weight: bold;
}
.wp-block-theme-blocks-profile.large {
  display: -ms-grid;
  -ms-grid-columns: 200px 30px auto;
  -ms-grid-rows: 200px 1fr auto;
  display: grid;
  text-align: left;
  grid-column-gap: 30px;
  grid-template-columns: 200px auto;
  grid-template-rows: 1fr 1fr auto;
  grid-template-areas: "photo name" "photo position" "content content";
}
.wp-block-theme-blocks-profile.large .image {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-area: photo;
  margin: 0 auto;
}
.wp-block-theme-blocks-profile.large .name {
  -ms-grid-column: 3;
  margin: 0;
  grid-area: name;
  align-self: end;
  color: #555;
  font-size: 177%;
}
.wp-block-theme-blocks-profile.large .position {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-area: position;
  align-self: start;
  margin: 0.5em 0 0;
}
.wp-block-theme-blocks-profile.large .block-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 3;
  grid-area: content;
  border-top: 2px solid #bcd2cd;
  padding: 2.5em 0 0;
  margin: 2.5em 0 0;
}
.wp-block-theme-blocks-profile.large .more {
  position: absolute;
  top: 100%;
  right: 0;
}
.wp-block-theme-blocks-profile.large.no-position {
  -ms-grid-template-rows: auto 30px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "photo name" "content content";
}
.wp-block-theme-blocks-profile.large.no-position .name {
  align-self: center;
}
.wp-block-theme-blocks-profile.large.no-position .image {
  -ms-grid-row-span: 1;
}
.wp-block-theme-blocks-profile.large.no-position .block-content {
  -ms-grid-row: 2;
}

.theme-block.wp-block-theme-blocks-profile {
  margin: 1em auto;
}
.single-annual-report .theme-block.wp-block-theme-blocks-profile {
  margin: 2.5em auto 1em;
}
.theme-block.wp-block-theme-blocks-profile .more {
  margin: 1em auto 0;
  text-align: right;
  color: #6ABA96;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.theme-block.wp-block-theme-blocks-profile .more:before {
  content: "Read More";
  margin-right: 0.5em;
}
.theme-block.wp-block-theme-blocks-profile .block-content {
  position: relative;
  max-height: 6em;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.theme-block.wp-block-theme-blocks-profile .block-content:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), #fff);
}
.theme-block.wp-block-theme-blocks-profile.on .more:before {
  content: "Less";
}
.theme-block.wp-block-theme-blocks-profile.on .more .icon:before {
  content: "\f106";
}
.theme-block.wp-block-theme-blocks-profile.on .block-content {
  max-height: 100vh;
  overflow: scroll;
}
.theme-block.wp-block-theme-blocks-profile.on .block-content:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .theme-block.wp-block-theme-blocks-profile {
    margin: 2.5rem 0;
  }
}

.wp-block-theme-blocks-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 4em;
  background: #555 no-repeat 50% 50%;
  background-size: cover;
  color: white;
  /*
  &:first-child {
      margin-top: -38px - 65px; // .main-content & #wrap2 padding
  }
  */
}
.wp-block-theme-blocks-hero .wrap {
  position: relative;
  z-index: 1;
  padding: 20vh 0;
}
.wp-block-theme-blocks-hero .block-content {
  padding: 2em;
  text-align: center;
}
.wp-block-theme-blocks-hero h1 {
  display: inline-block;
  background: #555;
  color: white;
  padding: 0.25em 1em;
}
.wp-block-theme-blocks-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-theme-blocks-hero .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-hero .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.wp-block-theme-blocks-hero .wp-block-button {
  font-size: 1.1em;
}
.wp-block-theme-blocks-hero .wp-block-button > .wp-block-button__link {
  background-color: #8AC8C2;
  color: #555;
}
.wp-block-theme-blocks-hero .wp-block-button > .wp-block-button__link .icon {
  margin-left: -0.75em;
  color: white;
  stroke-width: 8;
}
.wp-block-theme-blocks-hero.is-style-home .bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) center;
  opacity: 0.07;
}
.wp-block-theme-blocks-hero.is-style-home .block-content {
  padding: 2em 0;
  width: 50%;
  margin-left: auto;
  text-align: left;
}
.wp-block-theme-blocks-hero.is-style-home h1 {
  background: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-hero.is-style-home .block-content {
    margin-left: 1%;
  }
}

.wp-block-theme-blocks-read-more {
  position: relative;
  margin: 1em 0 0;
  text-align: center;
}
.wp-block-theme-blocks-read-more:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 5em;
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  transition: height 0.2s;
}
.wp-block-theme-blocks-read-more .label {
  display: inline-block;
  padding: 0.2em 1.5em 0.3em 0;
  position: relative;
  text-transform: uppercase;
  color: #5C2C53;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8em;
}
.wp-block-theme-blocks-read-more .label:before, .wp-block-theme-blocks-read-more .label:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  width: 4em;
  height: 1px;
  background: currentColor;
}
.wp-block-theme-blocks-read-more .label .icon {
  margin: 0 0 0 0.3em;
  font-size: 20px;
  transition: all 0.2s;
}
.read-more-content.on + .wp-block-theme-blocks-read-more:before {
  height: 0;
}
.read-more-content.on + .wp-block-theme-blocks-read-more .label .icon {
  transform: rotate(180deg);
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.wp-block-theme-blocks-carousel .slide {
  position: relative;
}
.wp-block-theme-blocks-carousel .slide .theme-block {
  max-width: none;
  width: 100%;
  margin: 3em 0;
}
.wp-block-theme-blocks-carousel .slide .theme-block:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-carousel .slide .theme-block:last-child {
  margin-bottom: 0;
}

.theme-block.wp-block-theme-blocks-carousel > .wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.theme-block.wp-block-theme-blocks-carousel .slides {
  position: relative;
  grid-area: main;
  visibility: hidden;
  white-space: nowrap;
}
.theme-block.wp-block-theme-blocks-carousel .slides.slick-initialized, .theme-block.wp-block-theme-blocks-carousel .slides.no-slick {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  font-size: 20px;
  color: #555;
  background: none;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  transition: transform 0.2s linear;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow:after {
  display: none;
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f105";
  display: block;
  position: absolute;
  line-height: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow {
    top: 30%;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow:before {
    font-size: 40px;
  }
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev {
  left: 0;
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev:hover {
  transform: translate(-5px, -50%);
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next {
  right: 0;
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next:before {
  content: "\f105";
}
.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next:hover {
  transform: translate(5px, -50%);
}
.theme-block.wp-block-theme-blocks-carousel .slick-list {
  position: relative;
  overflow: hidden;
  margin: 0 2em;
}
.theme-block.wp-block-theme-blocks-carousel .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.theme-block.wp-block-theme-blocks-carousel .slick-slide {
  float: left;
}
.theme-block.wp-block-theme-blocks-carousel .slick-dots {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.theme-block.wp-block-theme-blocks-carousel .slick-dots li {
  display: inline-block;
  margin: 0.5em;
}
.theme-block.wp-block-theme-blocks-carousel .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  background: rgba(85, 85, 85, 0.5);
  border-radius: 50%;
  text-indent: -10000px;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-carousel .slick-dots li button:after {
  display: none;
}
.theme-block.wp-block-theme-blocks-carousel .slick-dots li.slick-active button {
  background: rgba(85, 85, 85, 0.9);
}
.theme-block.wp-block-theme-blocks-carousel .slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  white-space: normal;
}
.theme-block.wp-block-theme-blocks-carousel .slide .block-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1em;
}
.theme-block.wp-block-theme-blocks-carousel .slide .block-content h1, .theme-block.wp-block-theme-blocks-carousel .slide .block-content h2, .theme-block.wp-block-theme-blocks-carousel .slide .block-content h3, .theme-block.wp-block-theme-blocks-carousel .slide .block-content h4, .theme-block.wp-block-theme-blocks-carousel .slide .block-content h5, .theme-block.wp-block-theme-blocks-carousel .slide .block-content h5 {
  clear: none;
}
.theme-block.wp-block-theme-blocks-carousel .slide .block-content > .wider {
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 940px) {
  .theme-block.wp-block-theme-blocks-carousel > .wrap {
    display: block;
    margin: 0 8%;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow {
    width: 1em;
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev {
    left: auto;
    right: 100%;
    margin-right: 1em;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev:hover {
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next {
    right: auto;
    left: 100%;
    margin-left: 1em;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next:hover {
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-list {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev {
    margin-right: 0;
  }
  .theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next {
    margin-left: 0;
  }
}

.wp-block-theme-blocks-posts {
  /*
  .query-posts {
      margin-bottom: 0;
      @media screen and (min-width:$mobile-breakpoint + 1px) {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
      }
      .hentry {
          flex-basis: 32%;
      }

  }
  */
}
.wp-block-theme-blocks-posts .block-title {
  text-align: center;
  margin: 0 0 2em;
}

.wp-block-theme-blocks-posts-carousel {
  position: relative;
  max-width: 1040px;
}
.wp-block-theme-blocks-posts-carousel .query-posts:not(.no-slick) {
  display: block;
  width: 100%;
  position: relative;
}
.wp-block-theme-blocks-posts-carousel .query-posts.no-slick {
  max-width: 900px;
  margin: 0 auto;
}

.theme-block.wp-block-theme-blocks-posts-carousel {
  margin: 2em auto 0;
  left: -7%;
}
.theme-block.wp-block-theme-blocks-posts-carousel .query-posts {
  visibility: hidden;
}
.theme-block.wp-block-theme-blocks-posts-carousel .query-posts.no-slick, .theme-block.wp-block-theme-blocks-posts-carousel .query-posts.slick-initialized {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slides {
  position: relative;
  grid-area: main;
  visibility: hidden;
  white-space: nowrap;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slides.slick-initialized, .theme-block.wp-block-theme-blocks-posts-carousel .slides.no-slick {
  visibility: visible;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  font-size: 20px;
  color: #555;
  background: none;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  transition: transform 0.2s linear;
  transform: translate(0%, -50%);
  cursor: pointer;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow:after {
  display: none;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f105";
  display: block;
  position: absolute;
  line-height: 50px;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 80px;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev {
  left: 0;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev:before {
  content: "\f104";
  left: 0;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev:hover {
  transform: translate(-5px, -50%);
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next {
  right: 0;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next:before {
  content: "\f105";
  right: 0;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next:hover {
  transform: translate(5px, -50%);
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-list {
  position: relative;
  overflow: hidden;
  margin: 0 100px;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-slide {
  float: left;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots li {
  display: inline-block;
  margin: 0.5em;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  background: rgba(85, 85, 85, 0.5);
  border-radius: 50%;
  text-indent: -10000px;
  overflow: hidden;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots li button:after {
  display: none;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots li.slick-active button {
  background: rgba(85, 85, 85, 0.9);
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0.5em;
  padding: 0;
  white-space: normal;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-slide .block-content {
  margin: 0 6em;
}
.theme-block.wp-block-theme-blocks-posts-carousel .slick-slide .block-content > .wider {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 940px) {
  .theme-block.wp-block-theme-blocks-posts-carousel {
    left: -6%;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel > .wrap {
    display: block;
    margin: 0 8%;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow {
    width: 1em;
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow:before {
    font-size: 50px;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev {
    left: -27px;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev:hover {
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next {
    right: -20px;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next:hover {
    background-color: transparent;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-list {
    margin: 0;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slide .block-content {
    margin: 0 2em;
  }
}
@media screen and (max-width: 600px) {
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev {
    margin-right: 0;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next {
    margin-left: 0;
  }
  .theme-block.wp-block-theme-blocks-posts-carousel .slide .block-content {
    margin: 0 1em;
  }
}

.wp-block-theme-blocks-team-profiles .block-title {
  text-align: center;
  margin: 0 0 2em;
}
.wp-block-theme-blocks-team-profiles .query-posts {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-team-profiles .query-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.wp-block-theme-blocks-team-profiles .query-posts .hentry {
  flex-basis: 25%;
}

.wp-block-theme-blocks-featured-posts .block-content {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-posts .wp-block-column {
    margin-bottom: 2em;
  }
}

.wp-block-theme-blocks-card {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.is-layout-flex > .wp-block-theme-blocks-card {
  flex-grow: 1;
}
.wp-block-theme-blocks-card .block-image {
  position: relative;
  padding: 0 0 100%;
}
.wp-block-theme-blocks-card .block-image .img,
.wp-block-theme-blocks-card .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
  background: rgba(85, 85, 85, 0.5);
  filter: grayscale(1);
}
.wp-block-theme-blocks-card.is-style-circle .block-image .img, .wp-block-theme-blocks-card.is-style-circle .block-image img {
  border-radius: 50%;
}
.wp-block-theme-blocks-card a {
  text-decoration: none;
}
.wp-block-theme-blocks-card .block-subtitle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.wp-block-theme-blocks-card .block-subtitle h4 {
  display: inline-block;
  padding: 0.5em 1em 0.75em;
  background: #000;
  color: white;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.35em;
  line-height: 1;
}
.wp-block-theme-blocks-card .block-title {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 1em;
  width: calc(100% - 2em);
  /*
  h3 {
      display: inline;
      padding: .25em .25em;
      background: $color-background;
      box-shadow: 0.15em 0 0 $color-background,-0.15em 0 0 $color-background;
      box-decoration-break: clone;


      color: white;
      font-style: normal;
      font-family: $font-headline;
      font-size: 1.5em;
      line-height: 2.25;
      .i {
          position: relative;
          background: $color-background;
          display: inline-block;
          vertical-align: middle;
          width: .5em;
          height: 0px;

          background: red;
          svg {
              stroke: currentColor;
              margin: -.1em 0 0 -.25em;

          }
      }
  }
  */
}
.wp-block-theme-blocks-card .block-title h3 {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-card .block-title h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-card .block-subtitle h4 {
    font-size: 0.8em;
  }
  .wp-block-theme-blocks-card .block-title h3 {
    font-size: 1em;
  }
}

.wp-block-theme-blocks-cards {
  margin: calc(var(--block-margin, 80px) * 1) auto;
}
.wp-block-theme-blocks-cards:first-child {
  margin-top: 0;
}
.wp-block-theme-blocks-cards:last-child {
  margin-bottom: 0;
}
h1 + .wp-block-theme-blocks-cards, h2 + .wp-block-theme-blocks-cards, h3 + .wp-block-theme-blocks-cards {
  margin-top: 0;
}
.wp-block-theme-blocks-cards .query-posts {
  --row-gap: var(--gap);
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--column-count, 3), 1fr);
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-theme-blocks-cards .query-posts.two-rows {
  grid-template-rows: auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.three-rows {
  grid-template-rows: auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts.four-rows {
  grid-template-rows: auto auto auto 1fr;
}
.wp-block-theme-blocks-cards .query-posts > .hentry {
  width: auto;
}
.wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
  grid-column: span var(--column-span);
}
.wp-block-theme-blocks-cards .query-posts > .hentry.has-row-span {
  grid-row: span var(--row-span);
}
.wp-block-theme-blocks-cards .query-posts > .hentry.has-column-span {
  --hentry-width-column-span: calc(var(--hentry-width) * var(--column-span, 1) + ((var(--column-span, 1) - 1) * var(--column-gap, var(--gap))));
}

.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child {
  margin-bottom: calc(var(--main-content-padding-bottom) * -1);
}
.page-blocks > .wp-block-theme-blocks-cards.is-style-wider-width:last-child > .query-posts {
  margin-bottom: var(--gap, calc(var(--block-margin, 80px) * 0.5));
}

.wp-block-theme-blocks-experts {
  margin: 80px 0;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .wp-block-theme-blocks-experts {
    left: 50%;
    width: 81.81vw;
    margin-left: -40.905vw;
  }
}
@media screen and (min-width: 1466.8133480015px) {
  .wp-block-theme-blocks-experts {
    width: 1200px;
    margin-left: -600px;
  }
}
.wp-block-theme-blocks-experts > .layout {
  min-height: 400px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  -moz-column-gap: 1px;
       column-gap: 1px;
  row-gap: 1px;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-experts > .layout {
    display: block;
  }
}

.wp-block-theme-blocks-experts-group {
  position: relative;
  padding: 0.5em 2px 0.5em 2rem;
  border: 0.5px solid white;
  background: rgba(0, 0, 0, 0.1);
}
.wp-block-theme-blocks-experts-group .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.6em 0 0.5em;
  font-size: 2rem;
  font-weight: bold;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-experts-group .block-title {
    font-size: 1.65rem;
  }
}
.wp-block-theme-blocks-experts-group > .block-profiles {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding-left: 0.75em;
}
.wp-block-theme-blocks-experts-group.layout-column-start-1 {
  grid-column-start: 1;
}
.wp-block-theme-blocks-experts-group.layout-column-end-1 {
  grid-column-end: 1;
}
.wp-block-theme-blocks-experts-group.layout-column-start-2 {
  grid-column-start: 2;
}
.wp-block-theme-blocks-experts-group.layout-column-end-2 {
  grid-column-end: 2;
}
.wp-block-theme-blocks-experts-group.layout-column-start-3 {
  grid-column-start: 3;
}
.wp-block-theme-blocks-experts-group.layout-column-end-3 {
  grid-column-end: 3;
}
.wp-block-theme-blocks-experts-group.layout-column-start-4 {
  grid-column-start: 4;
}
.wp-block-theme-blocks-experts-group.layout-column-end-4 {
  grid-column-end: 4;
}
.wp-block-theme-blocks-experts-group.layout-column-start-5 {
  grid-column-start: 5;
}
.wp-block-theme-blocks-experts-group.layout-column-end-5 {
  grid-column-end: 5;
}
.wp-block-theme-blocks-experts-group.layout-column-start-6 {
  grid-column-start: 6;
}
.wp-block-theme-blocks-experts-group.layout-column-end-6 {
  grid-column-end: 6;
}
.wp-block-theme-blocks-experts-group.layout-column-start-7 {
  grid-column-start: 7;
}
.wp-block-theme-blocks-experts-group.layout-column-end-7 {
  grid-column-end: 7;
}
.wp-block-theme-blocks-experts-group.layout-column-start-8 {
  grid-column-start: 8;
}
.wp-block-theme-blocks-experts-group.layout-column-end-8 {
  grid-column-end: 8;
}
.wp-block-theme-blocks-experts-group.layout-column-start-9 {
  grid-column-start: 9;
}
.wp-block-theme-blocks-experts-group.layout-column-end-9 {
  grid-column-end: 9;
}
.wp-block-theme-blocks-experts-group.layout-column-start-10 {
  grid-column-start: 10;
}
.wp-block-theme-blocks-experts-group.layout-column-end-10 {
  grid-column-end: 10;
}
.wp-block-theme-blocks-experts-group.layout-column-start-11 {
  grid-column-start: 11;
}
.wp-block-theme-blocks-experts-group.layout-column-end-11 {
  grid-column-end: 11;
}
.wp-block-theme-blocks-experts-group.layout-column-start-12 {
  grid-column-start: 12;
}
.wp-block-theme-blocks-experts-group.layout-column-end-12 {
  grid-column-end: 12;
}
.wp-block-theme-blocks-experts-group.layout-column-start-13 {
  grid-column-start: 13;
}
.wp-block-theme-blocks-experts-group.layout-column-end-13 {
  grid-column-end: 13;
}
.wp-block-theme-blocks-experts-group.layout-row-start-1 {
  grid-row-start: 1;
}
.wp-block-theme-blocks-experts-group.layout-row-end-1 {
  grid-row-end: 1;
}
.wp-block-theme-blocks-experts-group.layout-row-start-2 {
  grid-row-start: 2;
}
.wp-block-theme-blocks-experts-group.layout-row-end-2 {
  grid-row-end: 2;
}
.wp-block-theme-blocks-experts-group.layout-row-start-3 {
  grid-row-start: 3;
}
.wp-block-theme-blocks-experts-group.layout-row-end-3 {
  grid-row-end: 3;
}
.wp-block-theme-blocks-experts-group.layout-row-start-4 {
  grid-row-start: 4;
}
.wp-block-theme-blocks-experts-group.layout-row-end-4 {
  grid-row-end: 4;
}
.wp-block-theme-blocks-experts-group.layout-row-start-5 {
  grid-row-start: 5;
}
.wp-block-theme-blocks-experts-group.layout-row-end-5 {
  grid-row-end: 5;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-experts-group {
    margin-bottom: 1px;
  }
}

.wp-block-theme-blocks-experts-profile {
  position: relative;
  text-align: center;
  width: 85px;
  margin: 0.5em;
}
.wp-block-theme-blocks-experts-profile .block-photo {
  position: relative;
  display: block;
  padding: 0 0 100%;
  margin: 0 0 0.5em 0;
}
.wp-block-theme-blocks-experts-profile .block-photo img,
.wp-block-theme-blocks-experts-profile .block-photo .image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.wp-block-theme-blocks-experts-profile .block-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.wp-block-theme-blocks-experts-profile .block-name {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-experts-profile {
    width: 60px;
  }
  .wp-block-theme-blocks-experts-profile .block-name {
    font-size: 0.7rem;
  }
}
.wp-block-theme-blocks-experts-profile.is-style-name-right {
  width: auto;
  display: inline-flex;
  align-items: center;
}
.wp-block-theme-blocks-experts-profile.is-style-name-right .block-photo {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 1200px) {
  .wp-block-theme-blocks-experts-profile.is-style-name-right .block-photo {
    width: 60px;
    height: 60px;
  }
}
.wp-block-theme-blocks-experts-profile .block-content {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  min-width: 300px;
  max-width: 375px;
  left: 5%;
  top: 50%;
  margin-left: -100px;
  padding: 20px 5px 15px 20px;
  background: white;
  text-align: left;
  color: #555;
  font-size: 0.8em;
}
.wp-block-theme-blocks-experts-profile .block-content p {
  font-weight: 400;
  margin: 0;
  line-height: 1.35;
}
.wp-block-theme-blocks-experts-profile .block-content p:last-child {
  margin-bottom: 0;
}
.wp-block-theme-blocks-experts-profile.theme-block {
  display: inline-block;
  margin: 0.5em;
  text-decoration: none;
  color: inherit;
}
.wp-block-theme-blocks-experts-profile.theme-block.is-style-name-right {
  display: inline-flex;
}
.wp-block-theme-blocks-experts-profile.theme-block.isMobile {
  display: none;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-photo {
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content {
  z-index: -1;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0;
  row-gap: 4px;
  left: 10px;
  margin-left: 0;
  border: 2px solid #52BDDA;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3137254902);
  transition: opacity 0.2s linear, transform 0.2s linear;
  opacity: 0;
  transform: translate(0, 30px);
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content .name {
  font-weight: 600;
  grid-row: 1/2;
  grid-column: 1;
  margin: 0;
  margin-bottom: 1px;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content .title {
  align-self: center;
  grid-row: 2/3;
  grid-column: 1;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content .company {
  grid-row: 3/4;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #52BDDA;
  line-height: 1.25;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content .excerpt {
  grid-row: 4/4;
  margin-top: 5px;
  font-style: italic;
}
.wp-block-theme-blocks-experts-profile.theme-block .block-content svg {
  height: 40px;
  width: 50px;
  justify-self: center;
  align-self: center;
  grid-row-start: 2;
  grid-row-end: span 3;
  position: relative;
  grid-column: 2;
  stroke: #52BDDA;
  stroke-width: 6;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}
.wp-block-theme-blocks-experts-profile.theme-block:hover {
  z-index: 10;
}
.wp-block-theme-blocks-experts-profile.theme-block:hover .block-photo {
  transform: scale(1.1, 1.1);
}
.wp-block-theme-blocks-experts-profile.theme-block:hover .block-content {
  z-index: 1;
  opacity: 1;
  transform: translate(0, 0px);
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-experts-profile .block-profiles + a {
    pointer-events: none;
  }
  .wp-block-theme-blocks-experts-profile.isMobile.theme-block {
    display: block;
  }
  .wp-block-theme-blocks-experts-profile.isDesktop.theme-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-experts-profile {
    position: static;
  }
}

.expert-name {
  margin-bottom: 0.2rem;
}

.expert-title {
  margin: 0.2rem 0 1rem;
  font-weight: 500;
  font-style: italic;
}

.expert-company {
  margin: 0.2rem 0 1rem;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .wp-block-theme-blocks-experts-group.layout-column-end-13 .block-content {
    left: -60px;
  }
}
.wp-block-theme-blocks-promo {
  --gap: calc(var(--block-margin, 80px) * 0.5);
  position: relative;
  z-index: 210;
  max-width: 1024px;
  margin: calc(var(--block-margin, 80px) * 1) auto;
  display: grid;
  grid-template-columns: 1fr var(--gap) 1fr;
  grid-template-rows: var(--gap) 3fr 2fr var(--gap);
}
.wp-block-theme-blocks-promo .block-headline {
  grid-column: 1/3;
  grid-row: 1/4;
  padding: calc(var(--block-margin, 80px) * 1.5) calc(var(--block-margin, 80px) * 1);
  background: no-repeat center/cover #6ABA96 url(images/DonatePromo_Pattern2x.png);
  font-size: 2.5rem;
  color: #3F357A;
}
.wp-block-theme-blocks-promo .block-headline .heading {
  font-size: 1em;
  font-weight: 700;
}
.wp-block-theme-blocks-promo .block-image {
  position: relative;
  z-index: 1;
  grid-column: 2/4;
  grid-row: 2/5;
  background: #555;
}
.wp-block-theme-blocks-promo .block-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}
.wp-block-theme-blocks-promo .block-cta {
  --card-title-background: #3F357A;
  position: absolute;
  z-index: 2;
  margin: 0 0 0 calc(var(--gap) * -1);
  grid-row-start: 3;
  grid-column-start: 2;
}
.wp-block-theme-blocks-promo .block-cta a span {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-promo:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 100%;
    left: -10vw;
    width: calc(100% + 10vw + (100vw - 100%) / 2);
    height: calc(var(--block-margin, 80px) * 1);
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-promo {
    grid-template-columns: 1fr 80% 1fr;
    grid-template-rows: auto var(--gap) 280px;
  }
  .wp-block-theme-blocks-promo .block-headline {
    grid-row: 1/3;
    padding-top: calc(var(--block-margin, 80px) * 0.5);
    padding-bottom: calc(var(--block-margin, 80px) * 1);
  }
  .wp-block-theme-blocks-promo .block-image {
    grid-row: 2/-1;
  }
  .wp-block-theme-blocks-promo .block-cta {
    grid-row-start: 4;
    bottom: var(--gap);
  }
}

.wp-block-theme-blocks-featured-promo {
  display: grid;
  grid-template-columns: auto 275px;
  -moz-column-gap: calc(var(--block-margin, 80px) * 0.5);
       column-gap: calc(var(--block-margin, 80px) * 0.5);
  grid-template-areas: "title posts-title" "featured posts";
}
.wp-block-theme-blocks-featured-promo .heading {
  margin: 0;
  font-style: normal;
  font-size: clamp(1rem, 0.496vw + 0.893rem, 1.333rem);
}
.wp-block-theme-blocks-featured-promo .block-featured-title {
  grid-area: title;
  margin: 0 0 1rem;
}
.wp-block-theme-blocks-featured-promo .block-featured-media {
  position: relative;
  grid-area: featured;
  background: #555;
  color: #fff;
  min-height: var(--block-min-height, 600px);
  overflow: hidden;
}
.wp-block-theme-blocks-featured-promo .block-featured-media:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: 3;
  top: calc(var(--block-margin, 80px) * 0.7);
  left: calc(var(--block-margin, 80px) * 0.5);
  width: 300px;
  height: 117px;
  background: url(images/logo-iga-white.svg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-promo .block-featured-media:before {
    width: 214px;
    height: 83.5px;
  }
}
.wp-block-theme-blocks-featured-promo .block-featured-media:after {
  content: " ";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/curvy.png) 50% 50% no-repeat;
  background-size: 1080px 100%;
}
.wp-block-theme-blocks-featured-promo .block-featured-media video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.wp-block-theme-blocks-featured-promo .block-featured-content {
  position: relative;
  z-index: 10;
  grid-area: featured;
  box-sizing: border-box;
  align-self: end;
  justify-self: end;
  padding: calc(var(--block-margin, 80px) * 2) calc(var(--block-margin, 80px) * 1) calc(var(--block-margin, 80px) * 1) calc(var(--block-margin, 80px) * 1);
  color: #fff;
  width: 40rem;
  max-width: 100%;
}
.wp-block-theme-blocks-featured-promo .block-featured-content h1.wp-block-heading {
  font-size: clamp(1.333rem, 1.736vw + 0.957rem, 2.5rem);
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.wp-block-theme-blocks-featured-promo .block-featured-content .wp-block-button > .wp-block-button__link {
  font-family: Poppins, sans-serif;
  font-size: clamp(1rem, 0.496vw + 0.893rem, 1.333rem);
  color: #3F357A;
  font-weight: 600;
  margin-right: 4.5rem;
}
.wp-block-theme-blocks-featured-promo .block-featured-content .wp-block-button > .wp-block-button__link .icon {
  stroke: #fff;
}
.wp-block-theme-blocks-featured-promo .block-posts-heading {
  grid-area: posts-title;
  padding-bottom: 1rem;
  border-bottom: 2px solid currentColor;
}
.wp-block-theme-blocks-featured-promo .block-posts {
  grid-area: posts;
  padding: 1rem 0 0;
}
.wp-block-theme-blocks-featured-promo .block-posts .hentry:nth-child(2) .thumbnail {
  padding-bottom: 0;
  width: 200px;
  height: 200px;
  background: none;
}
.wp-block-theme-blocks-featured-promo .block-posts .hentry:nth-child(2) .thumbnail img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-promo .block-posts .hentry:nth-child(2) .thumbnail {
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-featured-promo {
    grid-template-columns: auto;
    grid-template-areas: "title" "featured" "posts-title" "posts";
    --block-min-height: 50vw;
  }
  .wp-block-theme-blocks-featured-promo .block-featured-media {
    padding-top: 140px;
  }
  .wp-block-theme-blocks-featured-promo .block-featured-media:before {
    top: calc(var(--block-margin, 80px) * 0.5);
    left: calc(var(--block-margin, 80px) * 0.5);
  }
  .wp-block-theme-blocks-featured-promo .block-featured-content {
    width: auto;
  }
  .wp-block-theme-blocks-featured-promo .block-posts-heading {
    margin-top: 1rem;
  }
  .wp-block-theme-blocks-featured-promo .block-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: calc(var(--block-margin, 80px) * 1);
  }
}
@media screen and (max-width: 640px) {
  .wp-block-theme-blocks-featured-promo .block-featured-media {
    margin-left: calc(var(--gutter-left) * -1);
    margin-right: calc(var(--gutter-right) * -1);
  }
  .wp-block-theme-blocks-featured-promo .block-featured-content {
    padding-top: 140px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-theme-blocks-featured-promo .block-featured-content .wp-block-buttons {
    justify-content: space-around;
  }
  .wp-block-theme-blocks-featured-promo .block-posts {
    grid-template-columns: auto;
    max-width: 340px;
    gap: calc(var(--block-margin, 80px) * 0.5);
  }
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-featured-promo .block-featured-content {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-promo .block-posts {
    max-width: 100%;
  }
  .wp-block-theme-blocks-featured-promo .block-featured-media:before {
    top: calc(var(--block-margin, 80px) * 0.2);
    left: calc(var(--block-margin, 80px) * 0);
  }
}

#front-page-hero {
  --background-color: var(--header-background-color, #5C2C53);
  --color: var(--header-color, #8AC8C2);
  --column-count: 5;
  --padding-top: calc(var(--block-margin, 80px) * 0.5);
  --gap: calc(var(--block-margin, 80px) * 0.5);
  --column-width: calc((100vw - var(--gutter-left) - var(--gutter-right) - (var(--gap) * (var(--column-count) - 1))) / var(--column-count));
  position: relative;
  padding: var(--padding-top) var(--gutter-right) calc(var(--block-margin, 80px) * 1) var(--gutter-left);
  display: grid;
  row-gap: calc(var(--block-margin, 80px) * 0.8);
  grid-auto-flow: row;
  background: var(--background-color);
  color: var(--color);
}
#front-page-hero a {
  color: inherit;
}
#front-page-hero .hentry.excerpt .title {
  color: inherit;
}
#front-page-hero .hentry.excerpt:nth-child(n+4) .thumbnail {
  display: none;
}
@media screen and (min-width: 1025px) {
  #front-page-hero {
    grid-template-columns: repeat(var(--column-count), var(--column-width));
    grid-template-rows: auto auto 1fr;
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
    grid-template-areas: "p2 p1 p1 p1 p3" "p4 p1 p1 p1 p5" "p6 p1 p1 p1 p7";
  }
  #front-page-hero .hentry.excerpt:first-child {
    grid-area: p1;
  }
  #front-page-hero .hentry.excerpt:nth-child(2) {
    grid-area: p2;
  }
  #front-page-hero .hentry.excerpt:nth-child(3) {
    grid-area: p3;
  }
  #front-page-hero .hentry.excerpt:nth-child(4) {
    grid-area: p4;
  }
  #front-page-hero .hentry.excerpt:nth-child(5) {
    grid-area: p5;
  }
  #front-page-hero .hentry.excerpt:nth-child(6) {
    grid-area: p6;
  }
  #front-page-hero .hentry.excerpt:nth-child(7) {
    grid-area: p7;
  }
  #front-page-hero .hentry.excerpt:nth-child(8) {
    grid-area: p8;
  }
  #front-page-hero .hentry.excerpt:nth-child(9) {
    grid-area: p9;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #front-page-hero {
    --column-count: 4;
    grid-template-columns: repeat(var(--column-count), var(--column-width));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
  #front-page-hero .hentry.excerpt:first-child {
    grid-column: 1/span 3;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #front-page-hero {
    --column-count: 2;
    grid-template-columns: repeat(var(--column-count), var(--column-width));
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
  #front-page-hero .hentry.excerpt:first-child {
    grid-column: 1/span 2;
  }
}

.wp-block-theme-blocks-trending-topics {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "title topics";
  gap: 0.5em;
  align-items: center;
  font-size: clamp(1.111rem, 0.331vw + 1.039rem, 1.333rem);
  font-weight: 700;
  padding: 0.5em 1em;
  background: #8AC8C2;
  color: #3F357A;
}
.wp-block-theme-blocks-trending-topics ul, .wp-block-theme-blocks-trending-topics li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-theme-blocks-trending-topics a {
  color: inherit;
}
.wp-block-theme-blocks-trending-topics .block-title {
  grid-area: title;
  margin: 0;
  line-height: 1;
  font-size: inherit;
  font-style: normal;
  font-family: Poppins, sans-serif;
}
.wp-block-theme-blocks-trending-topics .block-title:after {
  content: ":";
}
.wp-block-theme-blocks-trending-topics .block-topics {
  grid-area: topics;
  display: inline-flex;
  font-size: inherit;
  font-family: Poppins, sans-serif;
}
.wp-block-theme-blocks-trending-topics .block-topics > li:after {
  display: inline-block;
  padding: 0 0.3em;
  content: " / ";
}
.wp-block-theme-blocks-trending-topics .block-topics > li:last-child:after {
  display: none;
}
.wp-block-theme-blocks-trending-topics .block-topics > li a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-trending-topics .block-topics {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-trending-topics {
    display: block;
  }
  .wp-block-theme-blocks-trending-topics .block-title {
    margin-bottom: 1rem;
  }
}

body.front-page .theme-block.wp-block-theme-blocks-trending-topics:first-child {
  margin-top: calc(var(--page-blocks-padding-top, 1em) * -1);
  margin-right: calc(var(--gutter-right) * -1);
  padding-right: var(--gutter-right);
}
body.front-page .theme-block.wp-block-theme-blocks-trending-topics:first-child:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: var(--gutter-right);
  height: 50%;
  background: var(--header-background-color, #5C2C53);
  content: " ";
}

.wp-block-theme-blocks-iframe {
  position: relative;
}
.wp-block-theme-blocks-iframe > iframe {
  display: block;
  width: 100%;
  height: var(--block-height, 800px);
  border: 0;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.wp-block-theme-blocks-featured-media {
  --block-gutter-left: block-margin(.5);
  --block-gutter-right: block-margin(.5);
  position: relative;
  background-color: var(--header-background-color, #5C2C53);
  color: #8AC8C2;
  padding: calc(var(--block-margin, 80px) * 0.5);
}
.wp-block-theme-blocks-featured-media:before, .wp-block-theme-blocks-featured-media:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 100%;
}
.wp-block-theme-blocks-featured-media:before {
  background-color: var(--header-background-color, #5C2C53);
}
.wp-block-theme-blocks-featured-media:after {
  background: url(images/dots.png) 50% 0%;
  opacity: 0.07;
}
.wp-block-theme-blocks-featured-media .block-media {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.wp-block-theme-blocks-featured-media .block-post-type {
  --size: 70px;
  position: absolute;
  z-index: 10;
  right: calc(var(--size) / -2);
  bottom: 0;
  margin: 0 0 calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  background: #303030;
  border-radius: 50%;
}
.wp-block-theme-blocks-featured-media .block-post-type .icon {
  --icon-size: 30px;
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  top: 50%;
  left: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
  stroke: #ffffff;
  stroke-width: 3px;
  fill: #ffffff;
}
@media screen and (max-width: 1350px) {
  .wp-block-theme-blocks-featured-media .block-post-type {
    right: 2em;
  }
}
.block-featured-media > .wp-block-theme-blocks-featured-media {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .block-featured-media > .wp-block-theme-blocks-featured-media .block-post-type {
    right: calc(var(--block-margin, 80px) * 0.5);
  }
}
.wp-block-columns.posts {
  margin-top: 4em;
  margin-bottom: 4em;
}
.wp-block-columns.posts:first-child {
  margin-top: 0;
}
.wp-block-columns.posts:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 4em;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 4em;
  }
}

.wp-block-media-text {
  margin: 2em 0;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 7%;
}
@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 6%;
  }
}

.wp-block-buttons {
  margin: 2em 0;
}
.wp-block-buttons:first-child {
  margin-top: 0;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button {
  margin: 1em 0;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
p + .wp-block-button {
  margin-top: 2em;
}
.wp-block-button > .wp-block-button__link {
  position: relative;
  padding: 0.8em 1.5em;
  background: #6ABA96;
  border: 0px solid #6ABA96;
  border-radius: 0;
  color: #3F357A;
  font-family: Lato, sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.wp-block-button > .wp-block-button__link.has-blue-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-light-blue-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-navy-blue-color {
  color: #3F357A;
}
.wp-block-button > .wp-block-button__link.has-dark-green-color {
  color: #6ABA96;
}
.wp-block-button > .wp-block-button__link.has-green-color {
  color: #6ABA96;
}
.wp-block-button > .wp-block-button__link.has-light-green-color {
  color: #8AC8C2;
}
.wp-block-button > .wp-block-button__link.has-teal-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-orange-color {
  color: #E48060;
}
.wp-block-button > .wp-block-button__link.has-purple-color {
  color: #5C2C53;
}
.wp-block-button > .wp-block-button__link.has-light-gray-color {
  color: #f4f4f4;
}
.wp-block-button > .wp-block-button__link.has-gray-color {
  color: #555;
}
.wp-block-button > .wp-block-button__link.has-dark-gray-color {
  color: #555;
}
.wp-block-button > .wp-block-button__link.has-white-color {
  color: white;
}
.wp-block-button > .wp-block-button__link.has-blue-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-light-blue-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-navy-blue-background-color {
  background-color: #3F357A;
}
.wp-block-button > .wp-block-button__link.has-dark-green-background-color {
  background-color: #6ABA96;
}
.wp-block-button > .wp-block-button__link.has-green-background-color {
  background-color: #6ABA96;
}
.wp-block-button > .wp-block-button__link.has-light-green-background-color {
  background-color: #8AC8C2;
}
.wp-block-button > .wp-block-button__link.has-teal-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #E48060;
}
.wp-block-button > .wp-block-button__link.has-purple-background-color {
  background-color: #5C2C53;
}
.wp-block-button > .wp-block-button__link.has-light-gray-background-color {
  background-color: #f4f4f4;
}
.wp-block-button > .wp-block-button__link.has-gray-background-color {
  background-color: #555;
}
.wp-block-button > .wp-block-button__link.has-dark-gray-background-color {
  background-color: #555;
}
.wp-block-button > .wp-block-button__link.has-white-background-color {
  background-color: white;
}
.wp-block-button > .wp-block-button__link:hover.has-blue-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-light-blue-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-navy-blue-color {
  color: #3F357A;
}
.wp-block-button > .wp-block-button__link:hover.has-dark-green-color {
  color: #6ABA96;
}
.wp-block-button > .wp-block-button__link:hover.has-green-color {
  color: #6ABA96;
}
.wp-block-button > .wp-block-button__link:hover.has-light-green-color {
  color: #8AC8C2;
}
.wp-block-button > .wp-block-button__link:hover.has-teal-color {
  color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-orange-color {
  color: #E48060;
}
.wp-block-button > .wp-block-button__link:hover.has-purple-color {
  color: #5C2C53;
}
.wp-block-button > .wp-block-button__link:hover.has-light-gray-color {
  color: #f4f4f4;
}
.wp-block-button > .wp-block-button__link:hover.has-gray-color {
  color: #555;
}
.wp-block-button > .wp-block-button__link:hover.has-dark-gray-color {
  color: #555;
}
.wp-block-button > .wp-block-button__link:hover.has-white-color {
  color: white;
}
.wp-block-button > .wp-block-button__link:hover.has-blue-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-light-blue-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-navy-blue-background-color {
  background-color: #3F357A;
}
.wp-block-button > .wp-block-button__link:hover.has-dark-green-background-color {
  background-color: #6ABA96;
}
.wp-block-button > .wp-block-button__link:hover.has-green-background-color {
  background-color: #6ABA96;
}
.wp-block-button > .wp-block-button__link:hover.has-light-green-background-color {
  background-color: #8AC8C2;
}
.wp-block-button > .wp-block-button__link:hover.has-teal-background-color {
  background-color: #52BDDA;
}
.wp-block-button > .wp-block-button__link:hover.has-orange-background-color {
  background-color: #E48060;
}
.wp-block-button > .wp-block-button__link:hover.has-purple-background-color {
  background-color: #5C2C53;
}
.wp-block-button > .wp-block-button__link:hover.has-light-gray-background-color {
  background-color: #f4f4f4;
}
.wp-block-button > .wp-block-button__link:hover.has-gray-background-color {
  background-color: #555;
}
.wp-block-button > .wp-block-button__link:hover.has-dark-gray-background-color {
  background-color: #555;
}
.wp-block-button > .wp-block-button__link:hover.has-white-background-color {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .wp-block-button > .wp-block-button__link:after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
  }
  .wp-block-button > .wp-block-button__link:hover:after {
    width: 100%;
    left: 0;
  }
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  background-color: transparent;
  color: #555;
  border-width: 2px;
  border-color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-blue-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-navy-blue-color {
  color: #3F357A;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-green-color {
  color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-green-color {
  color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-green-color {
  color: #8AC8C2;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-teal-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color {
  color: #E48060;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-purple-color {
  color: #5C2C53;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-gray-color {
  color: #f4f4f4;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-gray-color {
  color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-gray-color {
  color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color {
  color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-blue-color {
  background-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-color {
  background-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-color {
  background-color: #3F357A;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-color {
  background-color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-color {
  background-color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-color {
  background-color: #8AC8C2;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-color {
  background-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-color {
  background-color: #E48060;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-color {
  background-color: #5C2C53;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-gray-color {
  background-color: #f4f4f4;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-gray-color {
  background-color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-gray-color {
  background-color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-white-color {
  background-color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-blue-color {
  border-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-color {
  border-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-color {
  border-color: #3F357A;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-color {
  border-color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-color {
  border-color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-color {
  border-color: #8AC8C2;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-color {
  border-color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-color {
  border-color: #E48060;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-color {
  border-color: #5C2C53;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-gray-color {
  border-color: #f4f4f4;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-gray-color {
  border-color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-gray-color {
  border-color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-white-color {
  border-color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-blue-background-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-background-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-background-color {
  color: #3F357A;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-background-color {
  color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-background-color {
  color: #6ABA96;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-background-color {
  color: #8AC8C2;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-background-color {
  color: #52BDDA;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-background-color {
  color: #E48060;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-background-color {
  color: #5C2C53;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-gray-background-color {
  color: #f4f4f4;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-gray-background-color {
  color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-gray-background-color {
  color: #555;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-white-background-color {
  color: white;
}
.wp-block-button.is-style-arrow > .wp-block-button__link {
  padding-right: 2em;
}
.wp-block-button.is-style-arrow > .wp-block-button__link svg {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 86px;
  height: 46px;
  margin: 0 0 0 -1em;
  stroke: currentColor;
  stroke-width: 8;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
}
.wp-block-button.is-style-arrow > .wp-block-button__link:hover svg {
  transform: translate(5px, -50%);
}

blockquote,
.wp-block-quote {
  box-sizing: border-box;
  position: relative;
  max-width: 700px;
  margin: 1.7em auto;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.067rem, 0.397vw + 0.981rem, 1.333rem);
  color: #3F357A;
}
blockquote:before,
.wp-block-quote:before {
  content: " ";
  display: block;
  width: 5em;
  height: 5px;
  margin: 0 0 1em 0;
  background: currentColor;
}
blockquote p,
.wp-block-quote p {
  position: relative;
  z-index: 1;
}
blockquote cite,
.wp-block-quote cite {
  position: relative;
  display: block;
  margin: 1.5em 0 0 0;
  padding: 0 0 1em;
  font-style: normal;
  font-size: 60%;
  line-height: 1.5;
  font-style: italic;
}
blockquote cite strong,
.wp-block-quote cite strong {
  font-style: normal;
}
blockquote.has-text-align-center:before,
.wp-block-quote.has-text-align-center:before {
  margin-left: auto;
  margin-right: auto;
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  float: right;
  max-width: 350px;
  margin: 0 -2em 1em 1em;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  margin-left: auto;
}
blockquote.has-text-align-left,
.wp-block-quote.has-text-align-left {
  float: left;
  max-width: 350px;
  margin: 0 1em 1em -2em;
}
@media screen and (max-width: 767px) {
  blockquote,
  .wp-block-quote {
    margin: 0 auto !important;
  }
}

div.wp-block-image figure {
  max-width: 700px;
  margin: 2em auto;
}

figure.wp-block-image {
  max-width: 700px;
  margin: 2em auto;
}

.wp-block-image {
  position: relative;
  z-index: 1;
}
.wp-block-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.wp-block-image figcaption {
  margin: 0.5em 0 0;
  color: #3F357A;
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
}
.wp-block-image figure.alignleft {
  display: block;
  margin: 0 2em 2em 0;
  max-width: 50%;
}
.wp-block-image figure.alignright {
  display: block;
  margin: 0 0 2em 2em;
  max-width: 50%;
}
.wp-block-image figure.alignleft > figcaption, .wp-block-image figure.alignright > figcaption {
  display: block;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-carousel .wp-block-image figure.alignleft, .wp-block-theme-blocks-carousel .wp-block-image figure.alignright {
    width: 100%;
    max-width: 100%;
  }
}

.wp-block-gallery .slick-slider {
  width: 100%;
  overflow: hidden;
}
.wp-block-gallery .slick-slider .slick-list {
  width: 100%;
}
.wp-block-gallery .slick-slider .slick-list .slick-track {
  display: flex;
}
.wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide {
  height: 400px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide {
    height: 250px;
  }
}
.wp-block-gallery .slick-slider .slick-list .slick-track .slick-slide figcaption {
  z-index: 2;
}
.wp-block-gallery .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 2em 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wp-block-gallery .slick-slider .slick-dots {
    margin: 1em 0 0;
  }
}
.wp-block-gallery .slick-slider .slick-dots li {
  list-style: none;
}
.wp-block-gallery .slick-slider .slick-dots li.slick-active button {
  background: #6ABA96;
  color: #6ABA96;
}
.wp-block-gallery .slick-slider .slick-dots li button {
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0 8px;
  background: #ccc;
  color: #ccc;
}

.wp-block-embed {
  position: relative;
  margin: 2em 0;
  padding: 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 56.25%;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--header-border-radius);
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--header-border-radius);
}

.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:after {
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  animation: loading 1s steps(19) infinite;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--header-border-radius);
  opacity: 1;
  transition: opacity 0.2s linear;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f04b";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: rgba(92, 44, 83, 0.95);
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  border: 10px solid currentColor;
  text-align: center;
  transition: border-color 0.2s linear, font-size 0.2s linear;
  text-indent: 5px;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  font-size: 60px;
  border-color: #5C2C53;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  content: " ";
  display: block;
  position: absolute;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  z-index: 2;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed img {
  opacity: 0.25;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed:after {
  display: none;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .wp-block-embed.is-type-video.has-preview-poster > figcaption {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: 50px 0 0;
    transform: translate(-50%, 0%);
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 30px;
  }
}

.social-link-override {
  margin: 0 !important;
  font-size: 1rem !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */