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

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@-webkit-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 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;
  }
}

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

@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;
  -webkit-box-sizing: border-box;
  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: #303030;
  text-align: left;
  min-width: 320px;
}

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

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: #4fa892;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  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;
}

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: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0px 0 0 10px;
  background: #4fa892;
  color: white;
  -webkit-transition: all 0.3s;
  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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
}

.expandable.opened > .i:before {
  content: "";
}

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

li {
  margin-bottom: .5em;
}

.has-blue-background-color {
  background-color: #35a4bb;
}

.has-light-blue-background-color {
  background-color: #d9f7ff;
}

.has-navy-blue-background-color {
  background-color: #112b4c;
}

.has-dark-green-background-color {
  background-color: #086958;
}

.has-green-background-color {
  background-color: #4fa892;
}

.has-light-green-background-color {
  background-color: #b2ded3;
}

.has-teal-background-color {
  background-color: #569eb5;
}

.has-orange-background-color {
  background-color: #eaae36;
}

.has-purple-background-color {
  background-color: #5f5394;
}

.has-light-gray-background-color {
  background-color: #f4f4f4;
}

.has-gray-background-color {
  background-color: gray;
}

.has-dark-gray-background-color {
  background-color: #555;
}

.has-white-background-color {
  background-color: white;
}

.has-blue-color {
  color: #35a4bb;
}

.has-light-blue-color {
  color: #d9f7ff;
}

.has-navy-blue-color {
  color: #112b4c;
}

.has-dark-green-color {
  color: #086958;
}

.has-green-color {
  color: #4fa892;
}

.has-light-green-color {
  color: #b2ded3;
}

.has-teal-color {
  color: #569eb5;
}

.has-orange-color {
  color: #eaae36;
}

.has-purple-color {
  color: #5f5394;
}

.has-light-gray-color {
  color: #f4f4f4;
}

.has-gray-color {
  color: gray;
}

.has-dark-gray-color {
  color: #555;
}

.has-white-color {
  color: white;
}

@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: 6;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.button.has-arrow-style:hover > svg {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 1em 2em;
  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: #4fa892;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  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: #2e6356;
    -webkit-transition: all 0.2s linear;
    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: #4fa892;
}

input[type="submit"].green:after,
input[type="button"].green:after,
button.green:after,
.button.green:after,
.btn.green:after {
  background: #2e6356;
}

input[type="submit"].dark-green,
input[type="button"].dark-green,
button.dark-green,
.button.dark-green,
.btn.dark-green {
  background-color: #086958;
}

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: #043a30;
}

input[type="submit"].blue,
input[type="button"].blue,
button.blue,
.button.blue,
.btn.blue {
  background-color: #35a4bb;
}

input[type="submit"].blue:after,
input[type="button"].blue:after,
button.blue:after,
.button.blue:after,
.btn.blue:after {
  background: #1e5e6c;
}

input[type="submit"].teal,
input[type="button"].teal,
button.teal,
.button.teal,
.btn.teal {
  background-color: #569eb5;
}

input[type="submit"].teal:after,
input[type="button"].teal:after,
button.teal:after,
.button.teal:after,
.btn.teal:after {
  background: #326373;
}

input[type="submit"].orange,
input[type="button"].orange,
button.orange,
.button.orange,
.btn.orange {
  background-color: #eaae36;
}

input[type="submit"].orange:after,
input[type="button"].orange:after,
button.orange:after,
.button.orange:after,
.btn.orange:after {
  background: #a87612;
}

input[type="submit"].gray,
input[type="button"].gray,
button.gray,
.button.gray,
.btn.gray {
  color: gray;
  background-color: gray;
}

input[type="submit"].gray:after,
input[type="button"].gray:after,
button.gray:after,
.button.gray:after,
.btn.gray:after {
  background: #4d4d4d;
}

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: ' ';
  -webkit-animation: loading 1s steps(19) infinite;
  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: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Lato, sans-serif;
}

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          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: 14px;
  font-weight: normal;
  background: #4fa892;
  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;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.input.select.on strong .icon {
  -webkit-transform: rotate(180deg);
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 0px 0px 5px;
  background: #4fa892;
  color: white;
}

.input.select .select .option {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  white-space: normal;
  line-height: normal;
  background: #4fa892;
  color: white;
}

.input.select .select .option.selected, .input.select .select .option:hover {
  color: #303030;
}

.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;
  }
}

.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: #35a4bb;
}

.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 {
  margin: 2rem 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 {
  margin-top: 0;
}

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

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 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 {
  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 {
  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 {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  height: 40px;
  margin: 0 0 0 1em;
  stroke: #086958;
  stroke-width: 6;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s linear;
  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 {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

h1 {
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 0.025em;
}

h1 small {
  display: block;
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #888;
  text-transform: uppercase;
  font-weight: 400;
}

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

h3 {
  font-size: 133%;
}

h4 {
  margin-bottom: 15px;
  font-size: 122%;
  font-style: italic;
  font-family: Lato, sans-serif;
}

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

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: '\2013';
}

@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;
}

#header-condensed .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-condensed .logo {
  display: inline-block;
  vertical-align: middle;
}

#header-condensed .logo a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3d3d3d;
}

#header-condensed .logo img {
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  width: 46px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.is-story-interior-page #header-condensed .logo {
  -ms-flex-preferred-size: 30%;
      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: #35a4bb;
}

#header-condensed .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
  background: #3d3d3d;
  color: #4fa892;
  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;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: white;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  font-weight: 600;
}

#header-condensed .title-main {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  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%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 767px) {
  #header-condensed .title-main {
    display: none;
  }
}

#header-condensed .next {
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  padding: 0 30px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  margin: 0px;
  background: #4fa892;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  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 {
  -webkit-transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, padding 0.2s ease-in-out;
}

body.is-story-interior-page #header-condensed {
  padding: 10px 0;
  background: #3d3d3d;
  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;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header-condensed .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-condensed .logo a {
    width: 40px;
    height: 40px;
  }
  #header-condensed .logo img {
    width: 25px;
  }
  #header-condensed .title {
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }
  body.scrolled #header-condensed {
    padding: 10px 0;
    background: #3d3d3d;
  }
  body.scrolled #header-condensed .title {
    padding-left: 0;
    padding-right: 0;
  }
}

#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: .8em 0;
  background: #4fa892;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: left 0.4s, padding 0.2s linear;
  transition: left 0.4s, padding 0.2s linear;
  line-height: 1;
  /*
    .admin-bar.page-u-s-russia-relations &,
    .admin-bar.page-historical-experiences &,
    .admin-bar.page-obstacles-and-opportunities &,
    .admin-bar.page-nuclear-weapons &,
    .admin-bar.page-ripple-effect &  {
        border-top: 40px + 0px solid $color-dark-green;
    }
    */
  /*
    .page-u-s-russia-relations &,
    .page-historical-experiences &,
    .page-obstacles-and-opportunities &,
    .page-nuclear-weapons &,
    .page-ripple-effect &  {
      background: $color-dark-green;
    }
    */
}

.admin-bar #header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px;
  }
}

body.menu-on #header {
  left: 250px;
}

#header:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) center top;
  opacity: 0.12;
}

#header .wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1324.13793px) {
  #header .wrap {
    margin: 0 4.6875%;
  }
}

#header .logo {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  #header .logo {
    left: 40px;
  }
}

#header .logo a {
  display: block;
}

#header .logo a img {
  display: block;
  margin: 0 auto;
  width: 60px;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}

@media screen and (max-width: 1024px) {
  #header {
    padding: .8em 0 .7em;
  }
  #header .logo a img {
    width: 56px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    text-align: left;
    padding: .5em 0;
  }
  #header .logo {
    display: inline-block;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

#header #nav,
#header form {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #header #nav,
  #header form {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #header > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #nav {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 50%;
    margin-right: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #nav {
    margin-left: 10em;
    margin-right: 8em;
  }
}

#header form {
  background: none;
}

#header form input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  background: rgba(188, 210, 205, 0.2);
  border: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  font-family: Poppins, sans-serif;
  color: white;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

body.search-on #header form input[type="text"] {
  width: 200px;
  padding: 5px 10px;
}

#header form ::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
}

#header form :-moz-placeholder {
  color: white;
  text-transform: uppercase;
}

#header form ::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}

#header form :-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}

#header form button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}

#header form button:after {
  display: none;
}

#nav {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 1;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#nav a {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  color: inherit;
  font-weight: 600;
}

#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav > ul > li {
  margin: 0px;
  display: inline-block;
  vertical-align: text-text;
}

#nav > ul > li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#nav > ul > li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 34px;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#nav > ul > li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#nav > ul > li.donate > a {
  padding: 0 1em;
  background: #3D3D3D;
  color: white;
}

#nav > ul > li.donate > a:after {
  display: none;
}

#nav > ul > li.donate > a:hover {
  background: white;
  color: #569eb5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#nav > ul > li.current-menu-ancestor a:after, #nav > ul > li.current-menu-item a:after {
  opacity: 1;
  height: 3px;
  -webkit-transform: inherit;
  transform: inherit;
}

body.search-on #nav {
  -webkit-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  opacity: 0;
}

#menu-toggle {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: -60px;
  width: 30px;
  height: 32px;
  margin: -16px 0 0 0;
  background: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#menu-toggle:before, #menu-toggle:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 3px;
  margin: -9px 0 0 0;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#menu-toggle:after {
  top: auto;
  bottom: 50%;
  margin: 0 0 -10px 0;
}

#menu-toggle .bar {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 3px;
  width: 80%;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.side-menu-on #menu-toggle:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 26px;
  margin: -8px 0 0 25px;
}

.side-menu-on #menu-toggle:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 26px;
  margin: 0 0 -13px 23px;
}

.side-menu-on #menu-toggle .bar {
  left: 20px;
  opacity: 0;
  width: 0;
  /*
            left: 50%;
            top: 50%;
            margin: -10px 0 0 -10px;
            width: 20px;
            height: 20px;
            background:red;
            opacity: 0.5;
            */
}

@media screen and (max-width: 767px) {
  #menu-toggle {
    left: 0;
    opacity: 1;
  }
}

#side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #3d3d3d;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}

.admin-bar #side-menu {
  padding-top: 40px;
}

@media screen and (max-width: 782px) {
  .admin-bar #side-menu {
    padding-top: 46px;
  }
}

#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;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  text-align: center;
}

#side-menu form.side-search-trans {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          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: 14px;
  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;
}

body.menu-on #side-menu {
  left: 0;
}

#footer {
  position: relative;
  padding: 3em 0 2em;
  background: #091B22;
  color: white;
}

#footer:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) repeat center;
  opacity: 0.07;
}

#footer h3 {
  font-size: 1.2rem;
  margin-top: 0;
}

#footer a {
  color: inherit;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer p, #footer .feed {
  font-size: 0.8em;
}

#footer .wrap {
  position: relative;
  z-index: 1;
  max-width: 1024px;
}

#footer .layout {
  font-weight: 800;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 767px) {
  #footer .layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 2fr 2fr .75fr;
        grid-template-columns: 1.5fr 2fr 2fr .75fr;
        grid-template-areas: "logo address social promo" "copy copy copy copy";
  }
}

@media screen and (min-width: 767px) and (max-width: 940px) {
  #footer .layout {
    -ms-grid-columns: 160px 1fr .7fr .7fr;
        grid-template-columns: 160px 1fr .7fr .7fr;
  }
}

#footer .block-logo {
  grid-area: logo;
  margin: 0 0 2em;
}

#footer .block-logo a {
  display: inline-block;
  width: 110px;
  height: 110px;
  background: url(images/logo2.png) no-repeat center;
  background-size: contain;
}

#footer .block-address {
  grid-area: address;
  margin: 0 0 2em;
}

#footer .block-social {
  grid-area: social;
  margin: 0 0 2em;
}

#footer .block-social .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1em;
  line-height: 1;
}

#footer .block-social .icons a {
  display: inline-block;
  font-size: 26px;
  padding: 0 1.5em 0 0;
}

#footer .block-social .icons a:hover {
  color: #569eb5;
}

#footer .block-promo {
  grid-area: promo;
}

#footer .block-copyright {
  grid-area: copy;
  position: relative;
  clear: both;
  padding: 5em 0 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

#footer .block-copyright a {
  color: inherit;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .block-social .icons {
    margin-right: -2em;
    display: block;
  }
  #footer .block-logo {
    margin-bottom: 2.25em;
  }
  #footer .block-logo a {
    width: 100px;
    height: 100px;
  }
}

#banner {
  height: 40vh;
  background: #3d3d3d 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;
  -webkit-box-sizing: border-box;
          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: #3d3d3d;
}

@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: #086958;
  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: #086958;
  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);
  -webkit-transition: background 0.5s ease-in-out;
  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;
  -webkit-animation: loading 1s steps(19) infinite;
  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);
  -webkit-transition: height 0.5s ease-in-out;
  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;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

body.overlay-on #overlay {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

#overlay .content {
  position: relative;
  top: 0px;
  padding: 30px;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#overlay .content .iframe-wrap {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 0 0 56.5%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#overlay .close:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
}

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

.wrap2 {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 930px) {
  .wrap2 {
    margin: 0 15px;
  }
}

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

.main-content {
  position: relative;
  padding: 4em 0 5em 0;
  min-height: 400px;
}

.main-content:after {
  content: ' ';
  display: block;
  clear: both;
}

.main-content.has-featured-media {
  padding-top: 0;
}

body.home .main-content {
  padding-top: 0;
  padding-bottom: 0;
}

#banner + .main-content,
#banner + #subnav + .main-content {
  padding-top: 0px;
}

.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;
  overflow: hidden;
}

#wrap2 {
  position: relative;
  left: 0;
  padding: 72px 0 0;
  -webkit-transition: left 0.4s, padding 0.2s linear;
  transition: left 0.4s, padding 0.2s linear;
}

body.menu-on #wrap2 {
  left: 250px;
}

@media screen and (max-width: 1024px) {
  #wrap2 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #wrap2 {
    padding-top: 63px;
  }
}

#pagetitle {
  margin: 0 0 0.5rem;
}

.project-terms {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 1em;
  padding: .5em .8em;
  background: #4fa892;
  color: white;
  line-height: 1;
}

.project-terms 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: .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: #126e81;
}

.featured-image {
  position: relative;
  display: block;
  margin: 30px 0 30px 0;
}

.featured-image img {
  display: block;
  margin: 0 auto;
}

.featured-image cite {
  display: block;
  margin: 4px 0 0px;
  text-align: right;
  font-style: italic;
  font-size: 11px;
}

.featured-image .post-type {
  position: absolute;
  right: -35px;
  top: -35px;
  width: 70px;
  height: 70px;
  background: #303030;
  border-radius: 50%;
}

.featured-image .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: 975px) {
  .featured-image .post-type {
    top: 15px;
    left: 10px;
  }
}

.featured-media {
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0 0 2em -50vw;
  padding: 4em 0;
  background: #126e81;
}

.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;
  -webkit-transform: translate(0, -125%);
  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;
    -webkit-transform: translate(0, 0);
    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;
  -webkit-transition: max-height, 0.2s linear;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ecedf1));
  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: #4fa892;
  text-transform: uppercase;
}

.expandable-box > .more:after {
  margin-left: 0.5em;
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
}

.expandable-box.on > .content {
  max-height: 1000px;
}

.expandable-box.on > .content:after {
  display: none;
}

.expandable-box.on > .more:after {
  content: "";
}

.content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #4fa892;
}

.shareable:before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  width: 30%;
  border-top: 6px solid #4fa892;
}

@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 #4fa892;
  color: #4fa892;
  line-height: 29px;
  font-size: 22px;
  text-align: center;
}

.shareable-inner a:hover {
  background: #4fa892;
  color: white;
}

@media screen and (max-width: 768px) {
  .shareable-inner {
    position: relative;
    left: 0;
    width: 100%;
  }
  .shareable-inner a {
    margin: 10px;
  }
}

sup {
  line-height: .5;
  font-size: .75em;
}

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

body.front-page #wrap, body.front-page #wrap2 {
  padding: 0px 0;
}

body.front-page #main {
  padding-top: 0;
}

body.front-page #header {
  position: absolute;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  background: rgba(79, 168, 146, 0);
  border-top: 0;
  padding-top: 70px;
}

body.front-page #header:before {
  display: none;
}

body.front-page.front-page-header-start #header {
  top: 0 !important;
}

body.front-page.menu-on #header {
  left: 0;
}

body.front-page .wrap.main {
  padding: 0 0 50px 0;
  min-height: 0;
}

@media screen and (max-width: 1024px) {
  body.front-page #header {
    padding-top: 20px;
  }
}

body.front-page.front-page-header-fixed #header {
  background: #4fa892;
  padding-top: 12px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

body.front-page.front-page-header-fixed #header:before {
  display: block;
}

body.front-page.front-page-header-fixed.menu-on #header {
  left: 250px;
}

body.front-page.front-page-header-fixed.admin-bar #header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.front-page.front-page-header-fixed.admin-bar #header {
    margin-top: 46px;
  }
}

body.front-page.front-page-header-fixed2 #header {
  position: fixed;
  -webkit-transition: left 0.4s, transform 0.4s, background 0.4s;
  -webkit-transition: left 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: left 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: left 0.4s, transform 0.4s, background 0.4s;
  transition: left 0.4s, transform 0.4s, background 0.4s, -webkit-transform 0.4s;
}

body.front-page.front-page-header-reveal #header {
  -webkit-transform: translate(0, 0%);
  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%;
  -webkit-transform: translate(-50%, -50%);
  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;
  -webkit-transition: .3s;
  transition: .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;
  -webkit-transition: all 0.4s;
  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;
  -webkit-box-sizing: border-box;
          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: #4fa892;
}

#features .box.video .post-type {
  background: #35a4bb;
}

#features .box.video .post-type .icon {
  fill: #35a4bb;
}

#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 0 2em;
}

.hentry.excerpt .thumbnail {
  position: relative;
  display: block;
  background: #4fa892 url(images/logo2.png) no-repeat 50% 50%;
  background-size: 40% auto;
  margin: 0 0 .5em;
  padding: 0 0 66.66667% 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: 50% 30%;
     object-position: 50% 30%;
}

.hentry.excerpt .meta2 {
  margin: 0 0 .5em;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #126e81;
}

.hentry.excerpt .title {
  margin: 0;
  font-size: 1rem;
  color: #303030;
}

.hentry.excerpt .title a {
  color: inherit;
  text-decoration: none;
}

.hentry.excerpt .post-type {
  display: inline-block;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background: #086958;
  text-align: center;
}

.hentry.excerpt .post-type .svg-icon {
  display: block;
  margin: 10px auto 0 auto;
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 3px;
  fill: #fff;
}

.hentry.excerpt .date {
  font-size: 0.7em;
}

.hentry.excerpt.featured {
  max-width: 620px;
}

.hentry.excerpt.featured .block-content {
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 80%;
  margin: -5rem 0 0;
  padding: 1rem 1em 0 0;
  background: white;
}

.hentry.excerpt.featured p {
  font-size: .8em;
}

.hentry.excerpt.featured .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: red;
  padding: 80px 15px 15px 15px;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 0.4s;
  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');
        */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hentry.related-story .title a {
  line-height: 1.7;
  padding: 2px 10px;
  background: #35a4bb;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: #303030;
}

.hentry.content-link .title a {
  color: inherit;
  text-decoration: none;
}

.hentry.content-link cite {
  font-size: 0.8em;
  font-style: italic;
}

.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-bottom: .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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
}

.page-board-staff .row .staff-title:hover {
  text-decoration: none;
  color: #303030;
}

@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: #086958;
  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: #4fa892;
}

.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;
  -webkit-transition: all 0.4s;
  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: #303030;
}

.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 #086958 !important;
  margin: 6.5em auto 2em;
}

body.page-u-s-russia-relations #us-russia .divider.even {
  border-bottom: 5px solid #303030 !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: #303030;
}

body.page-u-s-russia-relations #us-russia .topics {
  margin-bottom: 75px;
}

body.page-u-s-russia-relations #us-russia .topics .topic-title {
  color: #086958;
}

body.page-u-s-russia-relations #us-russia .topics .topic-title.even {
  color: #303030;
}

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;
  -webkit-transition: .3s;
  transition: .3s;
}

body.page-u-s-russia-relations #us-russia .topics .button > .icon {
  position: absolute;
  stroke: #303030;
  stroke-width: 4;
  margin: 0 0 0 -15px;
  left: 100%;
  top: 20%;
  height: 60%;
  width: 60px;
  -webkit-transition: all 0.4s;
  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: #4fa892;
}

@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;
  -webkit-transition: all 0.4s;
  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: ' ';
  -webkit-animation: loading 1s steps(19) infinite;
  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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#hero-video .embed .play:hover .icon {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.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;
    -webkit-transform: translate(-50%, -50%);
    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: 1109px) {
  #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 {
  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: #303030;
}

.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;
}

.posts-nav ul li a:hover {
  color: #35a4bb;
}

.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: #35a4bb;
}

@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 {
  position: absolute;
  z-index: 10;
  background: #b2ded3;
  color: #303030;
  padding: 20px 0;
  text-align: left;
  /*
    button {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 40px;
        padding: 0;
        background: none;
        color: #b1ded3;
        .svg-icon {
            display: inline-block;
            vertical-align: middle;
            width: 60px;
            height: 40px;
            stroke: #fff;
            stroke-width:6;
            @include transition(all $nav-delay);
            body.signup-on & {
                color: $color-dark-blue;
            }
        }
        &:hover {
            > .svg-icon {
                margin-left: 10px;
            }
        }
        @media screen and (max-width: $mobile-breakpoint) {
          &:hover {
              > .svg-icon {
                  margin-left: inherit;
              }
          }
        }
        &:after {
          background: none;
        }
        
        body.no-svg & {
            &:before {
                content: 'Subscribe';
            }
        }
    }
    */
}

#bottom-subscribe .wrap {
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bottom-subscribe label {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}

#bottom-subscribe .toggle.button {
  margin-right: 40px;
}

#bottom-subscribe .inputs {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /*
        width: 100%;
        display: none;
        position: relative;
        margin: 0;
        text-align: left;
        @include placeholder {
            text-transform: uppercase;
            color: $color-text;
        }
        .fields {
            display: inline-block;
        }

        input[type="text"],
        input[type="email"],
        .input.select {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            
        }
        input[type="text"],
        input[type="email"] {
            color: $color-text;
            background: none;
            border: 0;
            padding: 4px 10px;
            width: 150px;
            font-size: 12px;
            outline: 0;
            border-radius: 0;
            border-bottom: 2px solid $color-dark-blue;

        }
        .input.select {
            strong {
                min-width: 80px;
                padding: 4px 10px;
                .text {
                    min-width: 70px;
                }
            }
        }
        button {
            display: none;
        }
        */
}

#bottom-subscribe .inputs .nf-form-content {
  max-width: none;
  padding: 0;
}

#bottom-subscribe .inputs .nf-form-fields-required {
  font-size: 0.8em;
  margin: 1em 0;
}

@media screen and (min-width: 768px) {
  #bottom-subscribe .inputs nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #bottom-subscribe .inputs nf-fields-wrap nf-field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #bottom-subscribe .inputs nf-fields-wrap nf-field .nf-field-container {
    margin: 0 1em 0 0;
  }
  #bottom-subscribe .inputs nf-fields-wrap nf-field:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  #bottom-subscribe .inputs nf-fields-wrap nf-field:last-child .nf-field-container {
    margin: 0;
  }
}

body.signup-on #bottom-subscribe .inputs {
  display: block;
  margin-right: 0;
}

body.signup-on #bottom-subscribe .inputs .toggle {
  display: none;
}

body.signup-on #bottom-subscribe .inputs button {
  display: inline-block;
}

#bottom-subscribe .message {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

#bottom-subscribe .message.error {
  color: red;
}

@media screen and (max-width: 960px) {
  #bottom-subscribe .wrap {
    display: block;
    text-align: center;
  }
  #bottom-subscribe .wrap label {
    display: block;
  }
}

body.signup-on #bottom-subscribe .toggle {
  display: none;
}

#bottom-subscribe.loading button {
  cursor: default;
}

#bottom-subscribe.loading button .svg-icon {
  stroke: #ccc;
}

#bottom-subscribe.loading button:hover > .svg-icon {
  margin-left: 0;
}

@media screen and (min-height: 800px) {
  #bottom-subscribe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    visibility: visible;
  }
  body.menu-on #bottom-subscribe.fixed {
    left: -250px;
  }
  #bottom-subscribe.on {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  #bottom-subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    width: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-height: 799px) {
  #bottom-subscribe {
    position: relative;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 500px) {
  #bottom-subscribe {
    text-align: center;
  }
  #bottom-subscribe .button {
    margin-top: 1em !important;
  }
}

#subscribe-mask {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

#subscribe-overlay {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  width: 800px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #35a4bb;
  color: white;
  text-align: center;
}

#subscribe-overlay h2 {
  font-weight: 500;
}

#subscribe-overlay p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#subscribe-overlay .fields {
  margin: 0 auto;
  max-width: 600px;
}

#subscribe-overlay .fields input[type="text"],
#subscribe-overlay .fields input[type="email"] {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0.5em 0;
  border: 0;
  border-bottom: 2px solid #b2ded3;
  background: none;
  text-align: center;
  color: white;
  font-size: 16px;
}

#subscribe-overlay .fields ::-webkit-input-placeholder {
  color: white !important;
  text-transform: uppercase;
}

#subscribe-overlay .fields :-moz-placeholder {
  color: white !important;
  text-transform: uppercase;
}

#subscribe-overlay .fields ::-moz-placeholder {
  color: white !important;
  text-transform: uppercase;
}

#subscribe-overlay .fields :-ms-input-placeholder {
  color: white !important;
  text-transform: uppercase;
}

#subscribe-overlay button {
  margin: 1em auto;
  width: 100%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

#subscribe-overlay button:hover {
  background: rgba(0, 0, 0, 0.5);
}

#subscribe-overlay .message.error {
  color: red;
  background: rgba(255, 255, 255, 0.35);
}

#subscribe-overlay .close {
  cursor: pointer;
}

#subscribe-overlay .close.text {
  margin: 1em 0 0;
  font-size: 0.8em;
  text-decoration: underline;
}

#subscribe-overlay .close.text:hover {
  text-decoration: none;
}

#subscribe-overlay .close.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 23px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#subscribe-overlay .close.top:hover {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 800px) {
  #subscribe-overlay {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 30px 15px;
  }
}

#share-tab {
  z-index: 100;
  color: white;
  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 {
    position: absolute;
    right: 0;
    top: 40px;
  }
  #share-tab.fixed {
    position: fixed;
    top: 100px !important;
  }
  #share-tab.bottom {
    opacity: 0;
    width: 0;
  }
  #share-tab > a.toggle {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    padding: 0;
    line-height: 44px;
    height: 44px;
    width: 80px;
    text-align: center;
    background: #4fa892;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
  }
  #share-tab > a.toggle:hover {
    background-color: #377465;
  }
  #share-tab ul {
    position: absolute;
    right: 0;
    top: 160px;
    width: 44px;
    padding: 5px 0;
    background: #4fa892;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    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 #4fa892;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
  }
  #share-tab ul > li > a {
    display: block;
    padding: 15px 0;
    color: white;
    font-size: 16px;
  }
  #share-tab ul > li > a:hover {
    color: #303030;
  }
  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 15px 0;
    padding: 1em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #ccc;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #share-tab ul li {
    margin: 0 0.5em;
  }
  #share-tab ul li a {
    color: currentColor;
  }
  #share-tab ul li a:hover {
    color: #4fa892;
  }
}

#related {
  position: relative;
  background: #eaf6f3;
}

#related:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/dots.png) 50% 0%;
  opacity: .3;
}

#related > .wrap {
  position: relative;
  padding: 4em 0;
}

#related .query-posts {
  margin: 2em 0 0;
}

#related .posts-nav {
  margin-top: 0;
}

#related .section-title {
  margin: 0;
}

#related.project-posts {
  background: none;
}

#related.project-posts:before {
  display: none;
}

#related.project-posts > .wrap2 {
  border-top: 1px solid #ccc;
  padding: 4em 0 2em;
}

#subnav {
  position: relative;
  margin-bottom: 40px;
  background: #3d3d3d;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
}

.page-our-work #subnav ul > li > ul,
.page-who-we-serve #subnav ul > li > ul {
  display: none;
}

.page-u-s-russia-relations #subnav,
.page-historical-experiences #subnav,
.page-obstacles-and-opportunities #subnav,
.page-nuclear-weapons #subnav,
.page-ripple-effect #subnav {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .page-u-s-russia-relations #subnav,
  .page-historical-experiences #subnav,
  .page-obstacles-and-opportunities #subnav,
  .page-nuclear-weapons #subnav,
  .page-ripple-effect #subnav {
    margin-bottom: 270px;
  }
}

.page-u-s-russia-relations #subnav ul li > a,
.page-historical-experiences #subnav ul li > a,
.page-obstacles-and-opportunities #subnav ul li > a,
.page-nuclear-weapons #subnav ul li > a,
.page-ripple-effect #subnav ul li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  line-height: 40px;
  text-decoration: none;
}

.page-u-s-russia-relations #subnav ul li > a:after,
.page-historical-experiences #subnav ul li > a:after,
.page-obstacles-and-opportunities #subnav ul li > a:after,
.page-nuclear-weapons #subnav ul li > a:after,
.page-ripple-effect #subnav ul li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 34px;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.page-u-s-russia-relations #subnav ul li > a:hover:after,
.page-historical-experiences #subnav ul li > a:hover:after,
.page-obstacles-and-opportunities #subnav ul li > a:hover:after,
.page-nuclear-weapons #subnav ul li > a:hover:after,
.page-ripple-effect #subnav ul li > a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.page-u-s-russia-relations #subnav ul li.current-menu-item > a:after,
.page-historical-experiences #subnav ul li.current-menu-item > a:after,
.page-obstacles-and-opportunities #subnav ul li.current-menu-item > a:after,
.page-nuclear-weapons #subnav ul li.current-menu-item > a:after,
.page-ripple-effect #subnav ul li.current-menu-item > a:after {
  opacity: 1;
  height: 3px;
  -webkit-transform: inherit;
  transform: inherit;
}

.page-u-s-russia-relations #subnav > ul > li.current-menu-parent > a:after, .page-u-s-russia-relations #subnav > ul > li.current-menu-ancestor > a:after,
.page-historical-experiences #subnav > ul > li.current-menu-parent > a:after,
.page-historical-experiences #subnav > ul > li.current-menu-ancestor > a:after,
.page-obstacles-and-opportunities #subnav > ul > li.current-menu-parent > a:after,
.page-obstacles-and-opportunities #subnav > ul > li.current-menu-ancestor > a:after,
.page-nuclear-weapons #subnav > ul > li.current-menu-parent > a:after,
.page-nuclear-weapons #subnav > ul > li.current-menu-ancestor > a:after,
.page-ripple-effect #subnav > ul > li.current-menu-parent > a:after,
.page-ripple-effect #subnav > ul > li.current-menu-ancestor > a:after {
  opacity: 1;
  height: 3px;
  -webkit-transform: inherit;
  transform: inherit;
}

.page-u-s-russia-relations #subnav > ul > li > ul,
.page-historical-experiences #subnav > ul > li > ul,
.page-obstacles-and-opportunities #subnav > ul > li > ul,
.page-nuclear-weapons #subnav > ul > li > ul,
.page-ripple-effect #subnav > ul > li > ul {
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
}

.page-u-s-russia-relations #subnav > ul > li > ul > li,
.page-historical-experiences #subnav > ul > li > ul > li,
.page-obstacles-and-opportunities #subnav > ul > li > ul > li,
.page-nuclear-weapons #subnav > ul > li > ul > li,
.page-ripple-effect #subnav > ul > li > ul > li {
  color: #086958;
  font-size: bold;
}

.page-u-s-russia-relations #subnav > ul > li > ul > li > a:after,
.page-historical-experiences #subnav > ul > li > ul > li > a:after,
.page-obstacles-and-opportunities #subnav > ul > li > ul > li > a:after,
.page-nuclear-weapons #subnav > ul > li > ul > li > a:after,
.page-ripple-effect #subnav > ul > li > ul > li > a:after {
  background-color: #086958;
}

.page-u-s-russia-relations #subnav > ul > li > ul > li > ul,
.page-historical-experiences #subnav > ul > li > ul > li > ul,
.page-obstacles-and-opportunities #subnav > ul > li > ul > li > ul,
.page-nuclear-weapons #subnav > ul > li > ul > li > ul,
.page-ripple-effect #subnav > ul > li > ul > li > ul {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .page-u-s-russia-relations #subnav > ul > li > ul > li > ul,
  .page-historical-experiences #subnav > ul > li > ul > li > ul,
  .page-obstacles-and-opportunities #subnav > ul > li > ul > li > ul,
  .page-nuclear-weapons #subnav > ul > li > ul > li > ul,
  .page-ripple-effect #subnav > ul > li > ul > li > ul {
    display: block;
  }
}

.page-u-s-russia-relations #subnav > ul > li > ul > li > ul > li,
.page-historical-experiences #subnav > ul > li > ul > li > ul > li,
.page-obstacles-and-opportunities #subnav > ul > li > ul > li > ul > li,
.page-nuclear-weapons #subnav > ul > li > ul > li > ul > li,
.page-ripple-effect #subnav > ul > li > ul > li > ul > li {
  display: inline-block;
  padding: 0 10px;
}

.page-u-s-russia-relations #subnav > ul > li > ul > li > ul > li > a:after,
.page-historical-experiences #subnav > ul > li > ul > li > ul > li > a:after,
.page-obstacles-and-opportunities #subnav > ul > li > ul > li > ul > li > a:after,
.page-nuclear-weapons #subnav > ul > li > ul > li > ul > li > a:after,
.page-ripple-effect #subnav > ul > li > ul > li > ul > li > a:after {
  background-color: #086958;
}

@media screen and (max-width: 767px) {
  .page-u-s-russia-relations #subnav > ul > li > ul > li > ul > li,
  .page-historical-experiences #subnav > ul > li > ul > li > ul > li,
  .page-obstacles-and-opportunities #subnav > ul > li > ul > li > ul > li,
  .page-nuclear-weapons #subnav > ul > li > ul > li > ul > li,
  .page-ripple-effect #subnav > ul > li > ul > li > ul > li {
    display: block;
  }
}

#subnav ul, #subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subnav > ul {
  padding: 0.50em 0;
}

#subnav > ul > li {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 15px 10px 15px;
}

#subnav > ul > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  line-height: 40px;
  text-decoration: none;
}

#subnav > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 34px;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#subnav > ul > li > a:hover:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#subnav > ul > li.current-menu-item > a:after {
  opacity: 1;
  height: 3px;
  -webkit-transform: inherit;
  transform: inherit;
}

.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.search {
  margin: 1em auto;
  text-align: center;
}

form.search button {
  display: inline-block;
  vertical-align: middle;
}

form.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: #35a4bb;
  /*
    .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: #3d3d3d;
}

.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: #3d3d3d;
}

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;
}

.posts-filter {
  position: relative;
  padding: 10px 25px;
  margin: 0 0 80px 0;
  background: #3d3d3d;
  color: white;
  z-index: 2;
}

.tax-subject.section-videos .posts-filter {
  display: none;
}

.tax-subject.section-blog .posts-filter {
  display: none;
}

.tax-region.section-videos .posts-filter {
  display: none;
}

.tax-region.section-blog .posts-filter {
  display: none;
}

.posts-filter:after {
  content: ' ';
  display: block;
  clear: both;
}

.posts-filter .label,
.posts-filter .select {
  display: inline-block;
  vertical-align: middle;
}

.posts-filter .label {
  font-size: 14px;
  text-transform: uppercase;
}

.posts-filter .input.select {
  margin: 5px;
  text-transform: uppercase;
}

.posts-filter .input.select strong .text {
  min-width: 80px;
}

.posts-filter > .filters {
  float: left;
  padding: 10px 0;
}

.posts-filter > .filters > select {
  visibility: hidden;
}

.posts-filter > .sort {
  float: right;
  padding: 10px 0;
}

.posts-filter > .sort > select {
  visibility: hidden;
}

.posts-filter > .sort .select.input {
  margin-right: 0;
}

.posts-filter .reset {
  position: absolute;
  bottom: -2em;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #303030;
}

@media screen and (max-width: 767px) {
  .posts-filter {
    margin-bottom: 50px;
    z-index: 0;
    padding-bottom: 0 !important;
  }
  .posts-filter .reset {
    position: relative;
    bottom: auto;
    left: 50%;
    width: 100vw;
    margin: 1em 0 0 -50vw;
    padding: .5em 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: white;
  }
}

@media screen and (max-width: 800px) {
  .posts-filter {
    padding: 5px;
    text-align: center;
  }
  .posts-filter > .filters,
  .posts-filter > .sort {
    float: none;
    padding: 5px;
  }
  .posts-filter .label {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .posts-filter {
    margin: 0 auto 60px auto;
  }
  .posts-filter .input.select {
    display: block;
    margin: 0 auto 5px auto;
  }
  .posts-filter .reset {
    bottom: -3em;
  }
}

#side-menu.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4fa892;
}

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

@media screen and (max-width: 767px) {
  .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.12;
  }
  #side-menu.overlay #nav2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #side-menu.overlay #nav2 ul li a {
    font-size: 24px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    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%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  #side-menu.overlay-door #nav2 {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #side-menu.overlay-door .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
  }
  #side-menu.overlay-door.open #nav2, #side-menu.overlay-door.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  #side-menu.overlay-door.close #nav2, #side-menu.overlay-door.close .overlay-close {
    -webkit-transition-delay: 0s;
    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: #35a4bb;
  color: white;
  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%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#alert .close:hover {
  background: #3d3d3d;
  color: white;
}

#alert.closed .close {
  top: 7px;
}

#alert.closed .close .icon:before {
  content: "";
}

#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: #d9f7ff;
}

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: #4fa892;
  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: #d9f7ff;
  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: #086958;
  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: #d9f7ff;
}

@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 #35a4bb;
}

@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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
  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: #35a4bb;
}

#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: #d9f7ff;
  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: gray;
  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: #35a4bb;
  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 * {
  -webkit-box-sizing: border-box;
          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: #35a4bb;
}

.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.28571vw;
    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: #303030;
  z-index: -1;
}

.geotech .story-section del {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#303030));
  background-image: linear-gradient(#303030, #303030);
  background-repeat: no-repeat;
}

.geotech .story-section abbr {
  color: #35a4bb;
}

.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: #0e2a30;
  padding: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #35a4bb;
}

.geotech .story-section#section-1 hr {
  border-color: #35a4bb;
  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: #0e2a30;
  display: inline-block;
  background-color: #35a4bb;
  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: #35a4bb;
  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 #303030;
}

@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: #b4dcd2;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2em);
            flex: 0 1 calc(50% - 2em);
  }
}

@media (min-width: 1300px) {
  .geotech .story-section#section-5 .container > div {
    -ms-flex-preferred-size: calc(50% - 4em);
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            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;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            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%;
  -webkit-transform: translate(-50%, -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: #3d3d3d;
}

.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: #3d3d3d;
}

.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: #0e2a30;
  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%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          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: #3d3d3d;
  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: #35a4bb;
  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: #3d3d3d;
    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: #126e81;
  color: white;
}

#bottom-promo .wrap {
  max-width: 1024px;
}

#bottom-promo .layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2em 1fr;
      grid-template-columns: 2fr 2em 1fr;
      grid-template-areas: "content . image";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bottom-promo .block-content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: content;
}

#bottom-promo .block-image {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: image;
  text-align: center;
}

#bottom-promo .block-image img {
  display: block;
  margin: 0 0 0 auto;
}

#bottom-promo h2 {
  margin: 0 0 .25em;
  font-size: 2.25em;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .01em;
}

#bottom-promo h3 {
  margin-top: .5em;
  margin-bottom: 1em;
}

#bottom-promo .wp-block-button > .wp-block-button__link,
#bottom-promo .button {
  background: #b2ded3;
  color: #303030;
  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;
  -webkit-transition: all 0.4s;
  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: #126e81;
}

#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: #569eb5;
  color: white;
}

body.page-styleguide .clickme:hover {
  cursor: pointer;
  background: #35a4bb;
}

body.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
          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 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body.single-annual-report #header-condensed .title {
  display: none;
}

body.single-annual-report.scrolled #header-condensed .title {
  display: initial;
}

@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: #4fa892;
  width: 230px;
  margin: 0 auto;
  padding: 8px 10px 7px;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

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 h1 {
  margin-top: 0;
  font-size: 230%;
  color: #4fa892;
}

@media screen and (max-width: 767px) {
  body.single-annual-report .stats .wp-block-column {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

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: #126e81;
}

.query-posts {
  -ms-grid-columns: 1fr 1fr 1fr;
      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";
}

@media screen and (min-width: 767px) {
  .query-posts {
    display: -ms-grid;
    display: grid;
  }
}

.query-posts.with-featured {
  margin-bottom: 0;
      grid-template-areas: "post1 post1 post2" "post1 post1 post3" "post4 post5 post6" "post7 post8 post9" "post10 post11 post12";
  -ms-grid-rows: auto 1fr auto auto;
      grid-template-rows: auto 1fr auto auto;
}

.query-posts > .hentry:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: post1;
}

.query-posts > .hentry:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: post2;
}

.query-posts > .hentry:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: post3;
}

.query-posts > .hentry:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: post4;
}

.query-posts > .hentry:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: post5;
}

.query-posts > .hentry:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: post6;
}

.query-posts > .hentry:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: post7;
}

.query-posts > .hentry:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  grid-area: post8;
}

.query-posts > .hentry:nth-child(9) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  grid-area: post9;
}

.query-posts > .hentry:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: post10;
}

.query-posts > .hentry:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: post11;
}

.query-posts > .hentry:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: post12;
}

ul.top-nav {
  margin: 2em 0 4em;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.05em;
  color: #086958;
}

ul.top-nav a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.top-nav a:hover {
  text-decoration: none;
  color: #35a4bb;
  border-bottom: 2px solid #35a4bb;
}

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 {
    -ms-flex-wrap: wrap;
        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: 3em 0 4em;
}

.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;
}

.wp-block-group.has-background.has-dots:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  height: 100%;
  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;
}

.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: #B1DED3;
}

.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;
  color: #4fa892;
  margin-bottom: 8px;
}

.wp-block-theme-blocks-profile .name > a.name__link + a {
  margin-left-margin-left: .7em;
}

.wp-block-theme-blocks-profile .name .icon {
  margin-left: .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;
  -ms-grid-columns: 200px auto;
      grid-template-columns: 200px auto;
  -ms-grid-rows: 1fr 1fr 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-row: 1;
  -ms-grid-column: 1;
  grid-area: photo;
  margin: 0 auto;
}

.wp-block-theme-blocks-profile.large .name {
  margin: 0;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: name;
  -ms-flex-item-align: end;
      align-self: end;
  color: #303030;
  font-size: 177%;
}

.wp-block-theme-blocks-profile.large .position {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: position;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin: 0.5em 0 0;
}

.wp-block-theme-blocks-profile.large .block-content {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  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;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      grid-template-areas: "photo name" "content content";
}

.wp-block-theme-blocks-profile.large.no-position .name {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      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: #4fa892;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  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: "";
}

.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;
}

.wp-block-theme-blocks-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 4em;
  background: #3d3d3d 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: #3d3d3d;
  color: white;
  padding: .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%;
  -webkit-transform: translate(-50%, -50%);
  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: #b2ded3;
  color: #303030;
}

.wp-block-theme-blocks-hero .wp-block-button > .wp-block-button__link .icon {
  margin-left: -.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: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.wp-block-theme-blocks-read-more .label {
  display: inline-block;
  padding: .2em 1.5em .3em 0;
  position: relative;
  text-transform: uppercase;
  color: #086958;
  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 .3em;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  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 {
  -webkit-transform: rotate(180deg);
  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 {
  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 .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: rgba(61, 61, 61, 0.5);
  background: none;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translate(0%, -50%);
  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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
  display: block;
  position: absolute;
  line-height: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 80px;
}

.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: "";
}

.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-prev:hover {
  -webkit-transform: translate(-5px, -50%);
  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: "";
}

.theme-block.wp-block-theme-blocks-carousel .slick-arrow.slick-next:hover {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.theme-block.wp-block-theme-blocks-carousel .slick-list {
  position: relative;
  overflow: hidden;
  margin: 0 6em;
}

.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: .5em;
}

.theme-block.wp-block-theme-blocks-carousel .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  background: rgba(61, 61, 61, 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(61, 61, 61, 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;
  }
  .theme-block.wp-block-theme-blocks-carousel .slide .block-content {
    margin: 0 2em;
  }
}

@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;
  }
  .theme-block.wp-block-theme-blocks-carousel .slide .block-content {
    margin: 0 1em;
  }
}

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

.wp-block-theme-blocks-posts .query-posts {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-theme-blocks-posts .query-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-block-theme-blocks-posts .query-posts .hentry {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.wp-block-theme-blocks-posts-carousel {
  position: relative;
}

.wp-block-theme-blocks-posts-carousel .query-posts {
  display: block;
  width: 100%;
  position: relative;
}

.theme-block.wp-block-theme-blocks-posts-carousel {
  margin-top: 4em;
  margin-bottom: 4em;
}

.theme-block.wp-block-theme-blocks-posts-carousel .query-posts {
  visibility: hidden;
}

.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: rgba(61, 61, 61, 0.5);
  background: none;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  text-align: center;
  -webkit-transition: transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translate(0%, -50%);
  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: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "";
  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: "";
  left: 0;
}

.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-prev:hover {
  -webkit-transform: translate(-5px, -50%);
  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: "";
  right: 0;
}

.theme-block.wp-block-theme-blocks-posts-carousel .slick-arrow.slick-next:hover {
  -webkit-transform: translate(5px, -50%);
  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: .5em;
}

.theme-block.wp-block-theme-blocks-posts-carousel .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  background: rgba(61, 61, 61, 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(61, 61, 61, 0.9);
}

.theme-block.wp-block-theme-blocks-posts-carousel .slick-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 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 > .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: 15px;
  }
  .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: 15px;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp-block-theme-blocks-team-profiles .query-posts .hentry {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.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(61, 61, 61, 0.5);
}

.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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.wp-block-theme-blocks-card .block-subtitle h4 {
  display: inline-block;
  padding: .5em 1em;
  background: #3d3d3d;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  line-height: 1;
}

.wp-block-theme-blocks-card .block-title {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 1em;
  width: calc(100% - 2em);
}

.wp-block-theme-blocks-card .block-title h3 {
  display: inline;
  padding: .25em .25em;
  background: #3d3d3d;
  -webkit-box-shadow: 0.15em 0 0 #3d3d3d, -0.15em 0 0 #3d3d3d;
          box-shadow: 0.15em 0 0 #3d3d3d, -0.15em 0 0 #3d3d3d;
  -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;
}

.wp-block-theme-blocks-card .block-title h3 .i {
  position: relative;
  background: #3d3d3d;
  display: inline-block;
  vertical-align: middle;
  width: .5em;
  height: 0px;
  background: red;
}

.wp-block-theme-blocks-card .block-title h3 .i svg {
  stroke: currentColor;
  margin: -.1em 0 0 -.25em;
}

@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-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.81335px) {
  .wp-block-theme-blocks-experts {
    width: 1200px;
    margin-left: -600px;
  }
}

.wp-block-theme-blocks-experts > .layout {
  min-height: 400px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (1fr)[4];
      grid-template-rows: repeat(4, 1fr);
  -webkit-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: .5em 2px .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;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(-100%, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0.75em;
}

.wp-block-theme-blocks-experts-group.layout-column-start-1 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-column: 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 {
  -ms-grid-row: 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 {
  -ms-grid-row: 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 {
  -ms-grid-row: 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 {
  -ms-grid-row: 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 {
  -ms-grid-row: 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 .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: .7rem;
  }
}

.wp-block-theme-blocks-experts-profile.is-style-name-right {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-theme-blocks-experts-profile.is-style-name-right .block-photo {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 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;
  -webkit-box-sizing: border-box;
          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: #303030;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.wp-block-theme-blocks-experts-profile.theme-block.isMobile {
  display: none;
}

.wp-block-theme-blocks-experts-profile.theme-block .block-photo {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.wp-block-theme-blocks-experts-profile.theme-block .block-content {
  z-index: -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 1fr;
      grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 0;
  row-gap: 4px;
  left: 10px;
  margin-left: 0;
  border: 2px solid #417b8b;
  -webkit-box-shadow: 3px 3px 10px #00000050;
          box-shadow: 3px 3px 10px #00000050;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, -webkit-transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transition: opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.wp-block-theme-blocks-experts-profile.theme-block .block-content .name {
  font-weight: 600;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 0;
  margin-bottom: 1px;
}

.wp-block-theme-blocks-experts-profile.theme-block .block-content .title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.wp-block-theme-blocks-experts-profile.theme-block .block-content .company {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #417b8b;
  line-height: 1.25;
}

.wp-block-theme-blocks-experts-profile.theme-block .block-content .excerpt {
  -ms-grid-row: 4;
  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;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 3;
      grid-row-end: span 3;
  position: relative;
  -ms-grid-column: 2;
  grid-column: 2;
  stroke: #417b8b;
  stroke-width: 6;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s linear;
  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 {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.wp-block-theme-blocks-experts-profile.theme-block:hover .block-content {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          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-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: #4fa892;
  border: 0px solid #4fa892;
  border-radius: 0;
  color: white;
  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: #35a4bb;
}

.wp-block-button > .wp-block-button__link.has-light-blue-color {
  color: #d9f7ff;
}

.wp-block-button > .wp-block-button__link.has-navy-blue-color {
  color: #112b4c;
}

.wp-block-button > .wp-block-button__link.has-dark-green-color {
  color: #086958;
}

.wp-block-button > .wp-block-button__link.has-green-color {
  color: #4fa892;
}

.wp-block-button > .wp-block-button__link.has-light-green-color {
  color: #b2ded3;
}

.wp-block-button > .wp-block-button__link.has-teal-color {
  color: #569eb5;
}

.wp-block-button > .wp-block-button__link.has-orange-color {
  color: #eaae36;
}

.wp-block-button > .wp-block-button__link.has-purple-color {
  color: #5f5394;
}

.wp-block-button > .wp-block-button__link.has-light-gray-color {
  color: #f4f4f4;
}

.wp-block-button > .wp-block-button__link.has-gray-color {
  color: gray;
}

.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: #35a4bb;
}

.wp-block-button > .wp-block-button__link.has-light-blue-background-color {
  background-color: #d9f7ff;
}

.wp-block-button > .wp-block-button__link.has-navy-blue-background-color {
  background-color: #112b4c;
}

.wp-block-button > .wp-block-button__link.has-dark-green-background-color {
  background-color: #086958;
}

.wp-block-button > .wp-block-button__link.has-green-background-color {
  background-color: #4fa892;
}

.wp-block-button > .wp-block-button__link.has-light-green-background-color {
  background-color: #b2ded3;
}

.wp-block-button > .wp-block-button__link.has-teal-background-color {
  background-color: #569eb5;
}

.wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #eaae36;
}

.wp-block-button > .wp-block-button__link.has-purple-background-color {
  background-color: #5f5394;
}

.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: gray;
}

.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: #35a4bb;
}

.wp-block-button > .wp-block-button__link:hover.has-light-blue-color {
  color: #d9f7ff;
}

.wp-block-button > .wp-block-button__link:hover.has-navy-blue-color {
  color: #112b4c;
}

.wp-block-button > .wp-block-button__link:hover.has-dark-green-color {
  color: #086958;
}

.wp-block-button > .wp-block-button__link:hover.has-green-color {
  color: #4fa892;
}

.wp-block-button > .wp-block-button__link:hover.has-light-green-color {
  color: #b2ded3;
}

.wp-block-button > .wp-block-button__link:hover.has-teal-color {
  color: #569eb5;
}

.wp-block-button > .wp-block-button__link:hover.has-orange-color {
  color: #eaae36;
}

.wp-block-button > .wp-block-button__link:hover.has-purple-color {
  color: #5f5394;
}

.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: gray;
}

.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: #35a4bb;
}

.wp-block-button > .wp-block-button__link:hover.has-light-blue-background-color {
  background-color: #d9f7ff;
}

.wp-block-button > .wp-block-button__link:hover.has-navy-blue-background-color {
  background-color: #112b4c;
}

.wp-block-button > .wp-block-button__link:hover.has-dark-green-background-color {
  background-color: #086958;
}

.wp-block-button > .wp-block-button__link:hover.has-green-background-color {
  background-color: #4fa892;
}

.wp-block-button > .wp-block-button__link:hover.has-light-green-background-color {
  background-color: #b2ded3;
}

.wp-block-button > .wp-block-button__link:hover.has-teal-background-color {
  background-color: #569eb5;
}

.wp-block-button > .wp-block-button__link:hover.has-orange-background-color {
  background-color: #eaae36;
}

.wp-block-button > .wp-block-button__link:hover.has-purple-background-color {
  background-color: #5f5394;
}

.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: gray;
}

.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);
    -webkit-transition: all 0.2s linear;
    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: #303030;
  border-width: 2px;
  border-color: currentColor;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
  color: #35a4bb;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-light-blue-color {
  color: #d9f7ff;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-navy-blue-color {
  color: #112b4c;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-green-color {
  color: #086958;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-green-color {
  color: #4fa892;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-light-green-color {
  color: #b2ded3;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-teal-color {
  color: #569eb5;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-orange-color {
  color: #eaae36;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-purple-color {
  color: #5f5394;
}

.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: gray;
}

.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: #303030;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-blue-color {
  background-color: #35a4bb;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-color {
  background-color: #d9f7ff;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-color {
  background-color: #112b4c;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-color {
  background-color: #086958;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-color {
  background-color: #4fa892;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-color {
  background-color: #b2ded3;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-color {
  background-color: #569eb5;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-color {
  background-color: #eaae36;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-color {
  background-color: #5f5394;
}

.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: gray;
}

.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: #35a4bb;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-color {
  border-color: #d9f7ff;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-color {
  border-color: #112b4c;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-color {
  border-color: #086958;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-color {
  border-color: #4fa892;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-color {
  border-color: #b2ded3;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-color {
  border-color: #569eb5;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-color {
  border-color: #eaae36;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-color {
  border-color: #5f5394;
}

.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: gray;
}

.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: #35a4bb;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-blue-background-color {
  color: #d9f7ff;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-navy-blue-background-color {
  color: #112b4c;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-dark-green-background-color {
  color: #086958;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-green-background-color {
  color: #4fa892;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-light-green-background-color {
  color: #b2ded3;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-teal-background-color {
  color: #569eb5;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-orange-background-color {
  color: #eaae36;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-purple-background-color {
  color: #5f5394;
}

.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: gray;
}

.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: 60px;
  height: 40px;
  margin: 0 0 0 -1em;
  stroke: currentColor;
  stroke-width: 6;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.wp-block-button.is-style-arrow > .wp-block-button__link:hover svg {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

blockquote,
.wp-block-quote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 700px;
  margin: 1.7em auto;
  padding: 10px 20px;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3em;
  color: #126e81;
}

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: .5em 0 0;
  color: #126e81;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: #4fa892;
  color: #4fa892;
}

.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;
}
/*# sourceMappingURL=style.css.map */