@charset "UTF-8";
/*!
Theme Name: AICGS
Theme URI: http://www.aicgs.org/
Author: Openbox9

DO NOT EDIT style.css DIRECTLY.

Use style.scss.
*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0;
  }
  10% {
    margin-bottom: 0px;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    margin-bottom: -15px;
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  90% {
    margin-bottom: 0px;
    opacity: 0;
  }
  100% {
    margin-bottom: 0px;
    opacity: 0;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2017 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}
.row:last-child {
  margin-bottom: 0;
}
.row.group {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-grid {
  display: table;
  border-collapse: separate;
}
.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px;
}
.table-grid > .row > [class*=col] {
  display: table-cell;
  float: none;
  width: auto;
}
.table-grid > .row > [class*=col].col1_2 {
  width: 50%;
}
.table-grid > .row > [class*=col].col1_3 {
  width: 33.333%;
}
.table-grid > .row > [class*=col].col2_3 {
  width: 66.666%;
}

.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: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #333333;
  text-align: left;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

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

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

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

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

.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-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: #0d96d4;
  text-decoration: underline;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: none;
}
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;
}

.intro {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin: 0 0 1em;
  font-size: 1.2rem;
}

.clickable {
  cursor: pointer;
}

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

ul {
  margin: 0 0 1em;
}

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

th, td {
  border: 0;
}

blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  padding: 20px 20px 20px;
  font-size: 140%;
  font-weight: 500;
  line-height: 1.5;
  color: #0d96d4;
}
blockquote:before {
  content: " ";
  display: block;
  background: url(images/dots.png) 50% 0;
  width: 100%;
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50px;
}
blockquote p {
  position: relative;
  z-index: 1;
  font-family: Poppins, sans-serif;
}
blockquote cite {
  display: block;
  margin: 5px 0 0 0;
  font-style: normal;
  font-size: 85%;
  line-height: normal;
  text-transform: capitalize;
}
blockquote cite:before {
  content: "—";
  margin-right: 0.25em;
}
blockquote.alignright {
  width: 50%;
  margin: 0 -50px 1em 1em;
  padding-left: 25px;
}
blockquote.alignright:before {
  left: 0px;
  top: 70px;
  height: calc(100% - 70px);
}
blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em -50px;
}
blockquote.alignleft:before {
  top: 70px;
  height: calc(100% - 70px);
}

.toggle {
  cursor: pointer;
}

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

.expandable {
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.expandable:after {
  margin-right: 17px;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  content: " +";
  bottom: 0;
}
.expandable.opened:after {
  content: " -";
}
.expandable img {
  margin-bottom: 0.5em;
}
.expandable:hover {
  color: #0d96d4;
}
.expandable:hover img {
  opacity: 0.7;
}

h3.expandable {
  text-transform: none;
  font-size: 1.1em;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  transition: all 0.3s linear;
}

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

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .mobile-hide {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  div.mobile-only {
    display: block;
  }
  span.mobile-only {
    display: inline;
  }
  blockquote.alignleft {
    margin: 0 1em 1em 0;
  }
  blockquote.alignright {
    margin: 0 0 1em 1em;
  }
}
@media screen and (max-width: 500px) {
  blockquote.alignright {
    width: 100%;
    margin: 1.7em 0;
  }
  blockquote.alignright:before {
    top: 0;
    left: 50px;
    height: calc(100% - 0px);
  }
  blockquote.alignleft {
    width: 100%;
    margin: 1.7em 0;
  }
  blockquote.alignleft:before {
    top: 0;
    left: 50px;
    height: calc(100% - 0px);
  }
}
.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;
  }
  table.table-responsive > thead {
    display: none;
  }
  table.table-responsive > tbody > tr > td {
    margin-bottom: 0;
  }
  table.table-responsive > tbody > tr > td:before {
    display: block;
    content: attr(data-label);
    font-size: 80%;
  }
  table.table-responsive > tbody > tr > td:last-child {
    margin-bottom: 1em;
  }
}
input[type=submit],
input[type=button],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 20px 30px 17px;
  font-family: Poppins, sans-serif;
  font-size: initial;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  color: #213a70;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #f1b142;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.2s linear;
}
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 {
  background-color: #213a70;
  text-decoration: none;
  color: #fff;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after,
.btn.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].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;
}
@media screen and (max-width: 500px) {
  input[type=submit],
  input[type=button],
  button,
  .button,
  .btn {
    margin-bottom: 20px;
  }
}

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

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

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

textarea {
  width: 100%;
}

.input.select {
  position: relative;
  z-index: 1;
  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 16px;
  min-width: 100px;
  font-size: 14px;
  font-weight: normal;
  background: #7f8080;
  color: white;
}
.input.select strong .text {
  display: inline-block;
  min-width: 170px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input.select strong .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  transition: transform 0.2s linear;
}
.input.select.on strong .icon {
  transform: rotate(180deg);
}
.input.select > select {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.input.select .select {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-size: 15px;
  padding: 0px 0px 10px;
  background: #7f8080;
  color: white;
}
.input.select .select .publication-label {
  margin-top: 10px;
  cursor: default;
}
.input.select .select .publication-label:before {
  padding: 0 0 0 16px;
  display: block;
  content: "Publications:";
  color: white;
  font-size: 14px;
  font-style: italic;
}
.input.select .select .option {
  display: block;
  padding: 7px 16px;
  cursor: pointer;
  white-space: normal;
  line-height: normal;
  background: inherit;
  color: white;
}
.input.select .select .option:last-child {
  border-bottom: 0;
}
.input.select .select .option.publication {
  padding-left: 24px;
}
.input.select .select .option.publication + .option.publication {
  margin-top: 0;
}
.input.select .select .option.publication + .option {
  margin-top: 15px;
}
.input.select > .select {
  display: none;
  position: absolute;
  z-index: 1;
  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.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;
  }
}

.ninja-forms-form-wrap .field-wrap.layout-half-wrap {
  display: inline-block;
  width: 47%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap + .layout-half-wrap {
  margin-left: 5%;
}
.ninja-forms-form-wrap .field-wrap.layout-half-wrap.layout-left-wrap {
  margin-left: 0;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap {
  display: inline-block;
  width: 31%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap + .layout-third-wrap {
  margin-left: 2.5%;
}
.ninja-forms-form-wrap .field-wrap.layout-third-wrap.layout-left-wrap {
  margin-left: 0;
}

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

.wp-caption {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  text-align: center;
  padding: 8px 0 0;
  color: #7f8080;
}
.wp-caption:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: url(images/dots.png) center;
}
.wp-caption img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.wp-caption.alignright {
  margin: 0 0 1em 1.5em;
}
.wp-caption.alignleft {
  margin: 0 1.5em 1em 0;
}
.wp-caption.alignnone {
  margin: 1.5em auto;
}
.wp-caption .wp-caption-text {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 10px 0px;
  line-height: 1.5;
  text-align: left;
  font-style: italic;
  font-size: 14px;
}

#main .wp-caption img.size-full-width-pull {
  margin-left: 0;
  margin-right: 0;
}

blockquote.quote {
  margin: 0.7em 0;
  color: #213a70;
  font-size: 1.1rem;
  font-family: Poppins, sans-serif;
}
blockquote.quote small {
  text-transform: capitalize;
  color: #333333;
  font-family: Roboto, sans-serif;
}
blockquote.quote:before {
  background: none;
}

figure:before {
  background: none !important;
}

@media screen and (max-width: 500px) {
  .wp-caption {
    max-width: 100% !important;
    width: 100%;
  }
  .wp-caption img {
    width: 100%;
  }
}
.gallery {
  position: relative;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: text-top;
  padding: 20px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-item img {
  display: block;
  margin: 0 auto 10px auto;
  border: 0;
  border-radius: 5px;
}
.gallery .gallery-item .gallery-caption {
  line-height: normal;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    display: block;
    width: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-style: normal;
  line-height: 1.1;
}
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;
  color: #333333;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0d96d4;
  text-decoration: underline;
}
h1.lined, h2.lined, h3.lined, h4.lined, h5.lined, h6.lined {
  text-align: center;
}
h1.lined:before, h1.lined:after, h2.lined:before, h2.lined:after, h3.lined:before, h3.lined:after, h4.lined:before, h4.lined:after, h5.lined:before, h5.lined:after, h6.lined:before, h6.lined:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  width: 100px;
  height: 2px;
  background: #7f8080;
}
@media screen and (max-width: 767px) {
  h1.lined:before, h1.lined:after, h2.lined:before, h2.lined:after, h3.lined:before, h3.lined:after, h4.lined:before, h4.lined:after, h5.lined:before, h5.lined:after, h6.lined:before, h6.lined:after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  h1.lined:before, h1.lined:after, h2.lined:before, h2.lined:after, h3.lined:before, h3.lined:after, h4.lined:before, h4.lined:after, h5.lined:before, h5.lined:after, h6.lined:before, h6.lined:after {
    width: 20%;
  }
}

h1 {
  font-family: Poppins, sans-serif;
  font-size: 2.27em;
  margin: 30px 0 18px 0;
}
h1 + h2 {
  margin-top: 15px;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.9em;
  font-weight: 500;
  margin: 30px 0 18px 0;
}

h3 {
  font-family: Poppins, sans-serif;
  margin-bottom: 15px;
  font-size: 1.45em;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
  font-size: 1.15em;
}

h5 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}

h6 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  font-size: 1.05em;
  font-style: italic;
  font-weight: 500;
}

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

#page-title {
  font-size: 2.5em;
  font-weight: 700;
}

.oembed {
  display: block;
  margin: 1em auto;
}
.oembed iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .oembed iframe {
    height: 393.75px;
  }
}
@media screen and (max-width: 600px) {
  .oembed iframe {
    height: 337.5px;
  }
}
@media screen and (max-width: 500px) {
  .oembed iframe {
    height: 281.25px;
  }
}
@media screen and (max-width: 400px) {
  .oembed iframe {
    height: 225px;
  }
}
@media screen and (max-width: 350px) {
  .oembed iframe {
    height: 196.875px;
  }
}

#logo-print {
  display: none;
}

#header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  background: #213a70;
}
body.admin-bar #header {
  border-top: 32px solid #0d96d4;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    border-top-width: 46px;
  }
}
#header .wrap:after {
  content: " ";
  display: block;
  clear: both;
}
#header .logo, #header .logo-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 0px 30px 0px;
  background: #213a70;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .logo img, #header .logo-mobile img {
  display: block;
  height: 65px;
}
@media screen and (max-width: 992px) {
  #header .logo img, #header .logo-mobile img {
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  #header .logo, #header .logo-mobile {
    padding: 0px 18px;
  }
}
#header .logo {
  visibility: hidden;
}
@media screen and (min-width: 767px) {
  #header .logo {
    visibility: visible;
  }
}
#header .logo-mobile img {
  height: 50px;
}
@media screen and (min-width: 767px) {
  #header .logo-mobile {
    visibility: hidden;
  }
}
#header .dropdown {
  display: block;
  text-align: right;
  max-height: 100px;
  transition: all 0.4s;
  overflow: hidden;
}
#header .dropdown .toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 0 18px 40px;
  color: white;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}
#header .dropdown .toggle .icon {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  margin: -4px 4px 0;
  transition: transform 0.4s;
}
#header .dropdown .toggle.on .icon {
  transform: rotate(180deg);
}
#header .dropdown.mobile {
  display: none;
}
#header .toggle.search-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 71px;
  line-height: 71px;
  background: #0d96d4;
  color: white;
  text-align: center;
  font-size: 26px;
  transition: all 0.2s;
}
#header .toggle.search-icon.on {
  background-color: #0d96d4;
}
#header .toggle.search-icon.on .icon:before {
  content: "\f00d";
}
#header .toggle.search-icon:hover {
  background-color: #0d96d4;
}
#header #search {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 50%;
  width: 600px;
  margin: 0 -512px 0 0;
  background: #0d96d4;
  transition: all 0.4s;
  overflow: hidden;
}
#header #search .inputs {
  display: flex;
  align-content: center;
}
#header #search .inputs input[type=text] {
  margin: 0;
  flex-grow: 3;
  border: 0;
  padding: 10px;
  font-family: Poppins, sans-serif;
  outline: 0;
}
#header #search .inputs button {
  padding: 18px 30px;
  font-size: 24px;
}
@media screen and (max-width: 1084px) {
  #header .logo, #header .logo-mobile {
    left: 0;
    margin-left: 0;
  }
  #header #search {
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1144px) {
  #header .toggle.search-icon {
    top: 0px;
    font-size: 18px;
    height: 29px;
    line-height: 29px;
  }
  #header #nav {
    padding-right: 60px;
  }
}
@media screen and (max-width: 766px) {
  #header .logo, #header .logo-mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .dropdown .toggle {
    font-size: 15px;
  }
  #header #search {
    width: calc(100% - 150px);
  }
  #header #search .inputs button {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 600px) {
  #header .toggle.search-icon,
  #header .dropdown {
    display: none;
  }
  #header .dropdown.mobile {
    display: block;
  }
  #header .dropdown.mobile .toggle {
    padding: 8px 10px;
    font-size: 13px;
  }
  #header .dropdown.mobile .toggle .icon {
    display: block;
    text-align: center;
  }
  #header #search {
    display: none !important;
  }
}
@media screen and (max-height: 700px) {
  body.menu-on #header {
    height: 100%;
  }
}

#dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0 20px 0;
  color: white;
  background: #213a70;
  text-align: left;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 1069px) {
  #dropdown-menu > .wrap {
    margin: 0 22.5px;
  }
}
#dropdown-menu > .wrap > .menu {
  display: none;
  margin: 0 auto;
}
#dropdown-menu a {
  color: inherit;
  font-weight: 400;
}
#dropdown-menu ul, #dropdown-menu li {
  padding: 0;
  list-style: none;
}
@media screen and (max-height: 700px) {
  #dropdown-menu {
    top: 77px;
    height: calc(100% - 100px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

#menu-trending {
  padding: 50px 0;
}
#menu-trending .content {
  text-align: right;
}
#menu-trending .sep {
  margin: 0 0.5em;
}

#menu-issues {
  max-width: 900px;
  padding: 50px 0;
}
#menu-issues .content {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 2em;
}
#menu-issues .issues {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu-issues .issues li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #0d96d4;
}
#menu-issues .issues li:last-child {
  margin-bottom: 0;
}
#menu-issues .issues li a {
  position: relative;
  padding: 0 0 0 34px;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
#menu-issues .issues li a:hover {
  color: #cccccc;
}
#menu-issues .issues li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
}
#menu-issues .issues li.term-uncategorized a:before {
  background-color: #ccc;
}
#menu-issues .issues li.term-domestic-policy a:before {
  background-color: #dfdc5d;
}
#menu-issues .issues li.term-foreign-policy a:before {
  background-color: #f1b142;
}
#menu-issues .issues li.term-economics a:before {
  background-color: #32bcad;
}
#menu-issues .issues li.term-security-defense a:before {
  background-color: #258c47;
}
#menu-issues .issues li.term-society a:before {
  background-color: #8f53a1;
}
#menu-issues .issues li.term-reconciliation a:before {
  background-color: #d92b27;
}
#menu-issues .issues li.term-foreign-security a:before {
  background-color: #41aad8;
}
#menu-issues .issues li.term-geoeconomics a:before {
  background-color: #f1b142;
}
#menu-issues .issues li.term-society-culture-politics a:before {
  background-color: #d92b27;
}
#menu-issues .posts {
  flex-grow: 1;
  border-left: 1px solid #0d96d4;
  padding: 0 0 0 45px;
  margin: 0 0 0 30px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#menu-issues .posts li {
  margin: 0;
}
#menu-issues .posts li + li {
  margin: 15px 0 0;
}
#menu-issues .posts .view-all {
  white-space: nowrap;
  font-size: 80%;
}
#menu-issues .posts .view-all a {
  margin-left: 110px;
  text-decoration: none;
}
#menu-issues .posts .view-all a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  #menu-issues .content {
    display: block;
  }
  #menu-issues .posts {
    display: block;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    width: auto;
    margin: 15px auto 0;
    flex-direction: row;
  }
  #menu-issues .posts .hentry {
    width: auto;
  }
  #menu-issues .posts li,
  #menu-issues .posts li + li {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 500px) {
  #menu-issues {
    padding: 20px 0;
  }
  #menu-issues .issues {
    display: block;
    font-size: 80%;
  }
  #menu-issues .issues li {
    display: block;
    width: auto;
    margin: 0 7.5px 20px;
    padding-bottom: 5px;
  }
  #menu-issues .issues li a {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  #menu-issues .issues li a:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
  }
  #menu-issues .posts {
    display: block;
    margin: 30px 7.5px 0;
  }
  #menu-issues .posts .hentry {
    width: auto;
  }
  #menu-issues .posts li {
    margin: 0;
  }
  #menu-issues .posts li + li {
    margin: 15px 0 0;
  }
}
@media screen and (max-height: 700px) and (max-width: 500px) {
  #menu-issues .issues li {
    margin: 0 15px 10px;
  }
  #menu-issues .issues li a {
    margin-bottom: 5px;
  }
  #menu-issues .posts li + li {
    margin: 5px 0 0;
  }
}
@media screen and (max-height: 600px) and (max-width: 500px) {
  #menu-issues .issues li {
    margin: 0 15px 5px;
  }
  #menu-issues .issues li a {
    margin-bottom: 0px;
  }
}

#menu-our-work {
  max-width: 900px;
  padding: 50px 0;
}
#menu-our-work .content {
  width: 100%;
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 2em;
}
#menu-our-work .menu-items {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: start;
}
#menu-our-work .menu-items li {
  display: block;
  width: 50%;
  width: calc(50% - 30px);
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #0d96d4;
}
#menu-our-work .menu-items li:nth-child(even) {
  margin-left: 19px;
  flex-grow: 1;
}
#menu-our-work .menu-items li a {
  position: relative;
  padding: 0 0 0 34px;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
#menu-our-work .menu-items li a:hover {
  color: #cccccc;
}
#menu-our-work .menu-items li a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ccc;
}
#menu-our-work .menu-items li.term-uncategorized a:before {
  background-color: #ccc;
}
#menu-our-work .menu-items li.term-domestic-policy a:before {
  background-color: #dfdc5d;
}
#menu-our-work .menu-items li.term-foreign-policy a:before {
  background-color: #f1b142;
}
#menu-our-work .menu-items li.term-economics a:before {
  background-color: #32bcad;
}
#menu-our-work .menu-items li.term-security-defense a:before {
  background-color: #258c47;
}
#menu-our-work .menu-items li.term-society a:before {
  background-color: #8f53a1;
}
#menu-our-work .menu-items li.term-reconciliation a:before {
  background-color: #d92b27;
}
#menu-our-work .menu-items li.term-foreign-security a:before {
  background-color: #41aad8;
}
#menu-our-work .menu-items li.term-geoeconomics a:before {
  background-color: #f1b142;
}
#menu-our-work .menu-items li.term-society-culture-politics a:before {
  background-color: #d92b27;
}
#menu-our-work .posts {
  flex-grow: 1;
  border-left: 1px solid #0d96d4;
  padding: 0 0 0 45px;
  margin: 0 0 0 30px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#menu-our-work .posts li {
  margin: 0;
}
#menu-our-work .posts li + li {
  margin: 15px 0 0;
}
#menu-our-work .posts .view-all {
  white-space: nowrap;
  font-size: 80%;
}
#menu-our-work .posts .view-all a {
  margin-left: 110px;
  text-decoration: none;
}
#menu-our-work .posts .view-all a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  #menu-our-work .content {
    display: block;
  }
  #menu-our-work .posts {
    display: block;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    width: auto;
    margin: 15px auto 0;
    flex-direction: row;
  }
  #menu-our-work .posts .hentry {
    width: auto;
  }
  #menu-our-work .posts li,
  #menu-our-work .posts li + li {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 500px) {
  #menu-our-work {
    padding: 20px 0;
  }
  #menu-our-work .issues {
    display: block;
    font-size: 80%;
  }
  #menu-our-work .issues li {
    display: block;
    width: auto;
    margin: 0 7.5px 20px;
    padding-bottom: 5px;
  }
  #menu-our-work .issues li a {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  #menu-our-work .issues li a:before {
    width: 14px;
    height: 14px;
    margin: -7px 0 0;
  }
  #menu-our-work .posts {
    display: block;
    margin: 30px 7.5px 0;
  }
  #menu-our-work .posts .hentry {
    width: auto;
  }
  #menu-our-work .posts li {
    margin: 0;
  }
  #menu-our-work .posts li + li {
    margin: 15px 0 0;
  }
}
@media screen and (max-height: 700px) and (max-width: 500px) {
  #menu-our-work .issues li {
    margin: 0 15px 10px;
  }
  #menu-our-work .issues li a {
    margin-bottom: 5px;
  }
  #menu-our-work .posts li + li {
    margin: 5px 0 0;
  }
}
@media screen and (max-height: 600px) and (max-width: 500px) {
  #menu-our-work .issues li {
    margin: 0 15px 5px;
  }
  #menu-our-work .issues li a {
    margin-bottom: 0px;
  }
}

#menu-more {
  line-height: 1;
}
#menu-more a {
  text-decoration: none;
}
#menu-more a:hover {
  text-decoration: underline;
}
#menu-more .trending-terms {
  margin: 0 15px;
}
#menu-more .trending-terms a {
  line-height: 2;
}
#menu-more .trending-terms:before {
  display: block;
  margin: 12px 0;
  content: "Trending";
  text-transform: capitalize;
  font-weight: 500;
}
#menu-more ul, #menu-more li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-more ul {
  margin: 0 15px;
}
#menu-more ul li {
  border-bottom: 1px solid #0d96d4;
}
#menu-more ul li a {
  display: block;
  padding: 12px 0;
  text-transform: capitalize;
  font-weight: 500;
}
#menu-more ul li ul {
  margin: 0 0 30px 15px;
}
@media screen and (max-width: 500px) {
  #menu-more ul li a {
    padding: 20px 0;
  }
  #menu-more ul li ul li {
    border-bottom: none;
  }
  #menu-more ul li ul li a {
    padding: 10px 0;
  }
  #menu-more .trending {
    margin: 20px 0 30px;
  }
}

#menu-search-mobile form,
#menu-more form {
  margin: 0 15px;
  border-bottom: 1px solid #0d96d4;
}
#menu-search-mobile form .inputs,
#menu-more form .inputs {
  display: flex;
}
#menu-search-mobile form input[type=text],
#menu-more form input[type=text] {
  border: 0;
  padding: 0;
  background: none;
  color: white;
  width: calc(100% - 55px);
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  flex-grow: 10;
}
#menu-search-mobile form button,
#menu-more form button {
  padding: 20px 0;
  height: 100%;
  width: 50px;
  margin-bottom: 0;
}
#menu-search-mobile form ::-webkit-input-placeholder,
#menu-more form ::-webkit-input-placeholder {
  color: inherit;
  font-weight: inherit;
  text-transform: capitalize;
}
#menu-search-mobile form :-moz-placeholder,
#menu-more form :-moz-placeholder {
  color: inherit;
  font-weight: inherit;
  text-transform: capitalize;
}
#menu-search-mobile form ::-moz-placeholder,
#menu-more form ::-moz-placeholder {
  color: inherit;
  font-weight: inherit;
  text-transform: capitalize;
}
#menu-search-mobile form :-ms-input-placeholder,
#menu-more form :-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  text-transform: capitalize;
}

#nav {
  position: relative;
  font-size: 0.85rem;
  text-transform: capitalize;
  color: #213a70;
  text-align: right;
  background: #0d96d4;
  line-height: 1.8;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
#nav ul, #nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav a {
  color: inherit;
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav > ul {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
#nav > ul > li {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
#nav > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 2px 10px;
}
#nav > ul > li > ul {
  position: absolute;
  display: none;
}
#nav > ul > li.current-menu-item > a, #nav > ul > li.current-menu-ancestor > a {
  background: #41aad8;
}
#nav #subnav {
  display: block;
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 13px;
}
#nav #subnav > ul {
  display: inline-block;
  max-width: 904px;
  background: #41aad8;
}
#nav #subnav > ul > li {
  display: inline-block;
  color: #213a70;
}
#nav #subnav > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px 2px 10px;
}
#nav #subnav > ul > li.current-menu-item > a, #nav #subnav > ul > li.current-menu-ancestor > a {
  text-decoration: underline;
}
@media screen and (max-width: 1080px) {
  #nav #subnav {
    display: block;
  }
  #nav #subnav > ul {
    display: block;
    min-width: 0px;
    margin-left: 130px;
  }
}
@media screen and (max-width: 600px) {
  #nav {
    padding-right: 0 !important;
  }
  #nav:before {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-size: auto;
  }
  #nav ul {
    height: 20px;
    background-size: auto 100%;
  }
  #nav ul:before {
    display: none;
  }
  #nav ul li {
    display: none;
  }
  #nav #subnav {
    display: none;
  }
}

#footer {
  position: relative;
  z-index: 0;
  padding: 56px 0;
  background: #213a70;
  color: white;
  font-size: 14px;
}
#footer:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 100%;
  width: 100%;
  left: 0;
  height: 400px;
  background: url(images/dots.png) center;
}
body.single-project #footer:before, body.front-page #footer:before, body.archive #footer:before,
#footer body.search:before, body.no-bottom-dots #footer:before {
  display: none;
}
#footer a {
  color: inherit;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .logos {
  margin: 0 0 25px;
}
#footer .logos img {
  max-height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0;
}
#footer .logos .sep {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  height: 80px;
  width: 2px;
  background: white;
}
#footer .logos img.anniversary-logo {
  width: 100px;
  height: auto;
  margin-top: 0.75em;
  margin-right: 20px;
}
#footer .address-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .address-wrap .address {
  max-width: 500px;
}
#footer .social-icons li {
  margin: 0 0 0 10px;
}
#footer .social-icons li a {
  background: white;
  color: #213a70;
  border: 1px solid white;
  text-decoration: none;
}
#footer .social-icons li a:hover {
  background: #213a70;
  color: white;
}
#footer .social strong {
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: 400;
}
#footer .social-mobile {
  margin: 0 0 40px;
}
#footer .social-mobile strong {
  display: none;
}
#footer .social-mobile .social-icons li {
  margin: 0 0.9em 1.25em;
}
#footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .address-wrap {
    display: block;
  }
  #footer .address-wrap .address {
    margin: 0 auto 1em;
  }
  #footer .social {
    display: none;
  }
}
@media screen and (max-width: 729px) {
  #footer .logos img.anniversary-logo {
    max-width: 80px;
  }
}
@media screen and (max-width: 600px) {
  #footer .logos img.anniversary-logo {
    max-width: 75px;
  }
  #footer .logos .sep {
    width: 1px;
  }
}

#nav-footer {
  clear: both;
  padding: 50px 0;
}
#nav-footer ul, #nav-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav-footer ul li {
  display: inline-block;
}
#nav-footer ul li:after {
  display: inline-block;
  margin: 0 0.5em;
  content: " | ";
}
#nav-footer ul li:last-child:after {
  display: none;
}
.wrap {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1054px) {
  .wrap {
    margin: 0 15px;
  }
}

#wrap {
  padding: 95px 0 0;
}
@media screen and (max-width: 767px) {
  #wrap {
    padding-top: 82px;
  }
}
@media screen and (max-width: 600px) {
  #wrap {
    padding-top: 72px;
  }
}

.section {
  position: relative;
  z-index: 10;
}

#main {
  position: relative;
  z-index: 10;
  padding: 0 0 50px 0;
}
.page-the-wider-atlantic #main:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 400px;
  background: url(images/agi_wider_atlantic.jpg) center center/auto 50% no-repeat;
  background-size: cover;
  z-index: -1;
}
body.single #main .wrap {
  position: relative;
  z-index: 1;
}
body.single #main:after {
  content: " ";
  display: block;
  position: absolute;
  margin: -50px 0 0;
  left: 0;
  height: 230px;
  width: 100%;
  background: url(images/dots.png) center 0%;
}
@media screen and (max-width: 767px) {
  body.single #main:after {
    position: relative;
    margin: -115px 0 0;
    height: 184px;
  }
}
body.single #main:before {
  content: " ";
  display: block;
  position: absolute;
  margin: 0px 0 0;
  right: 0;
  height: 620px;
  width: 40%;
  width: calc((100% - 680px) / 2 + 25px);
  background: url(images/dots.png) 0% 100%;
}
body.single-project #main:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #main {
    padding: 0;
  }
}

.page-top {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 20px;
}
.page-top #page-title {
  margin: 0 auto;
}
.page-top .featured-image {
  margin-top: -80px;
  margin-bottom: 20px;
}

.featured-image {
  position: relative;
  margin: -40px auto 40px;
  background: #213a70;
  text-align: left;
}
.featured-image img {
  display: block;
  margin: 0 auto;
}
.featured-image span.image {
  position: relative;
  display: block;
  height: 200px;
}
.featured-image span.image img {
  width: 100%;
}
.featured-image span.image.podcast {
  height: auto;
  padding: 0 0 62%;
  background: url(images/AGI_Web_Graphic_Podcast.gif) no-repeat 50% 50%;
  background-size: cover;
}
.featured-image #page-title {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  padding: 20px 40px 20px 60px;
  background: white;
}
.featured-image .meta {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: capitalize;
  font-size: 85%;
  line-height: 1;
  color: #686868;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
.featured-image .meta a, .featured-image .meta div {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 15px;
  color: #333333;
}
.featured-image .meta a {
  text-decoration: none;
  background: #ccc;
}
.featured-image .meta a:hover {
  background: #bbb;
}
.featured-image .meta a.term-uncategorized {
  background-color: #ccc;
  color: #333333;
}
.featured-image .meta a.term-uncategorized:hover {
  background-color: rgb(178.5, 178.5, 178.5);
}
.featured-image .meta a.term-domestic-policy {
  background-color: #dfdc5d;
  color: #333333;
}
.featured-image .meta a.term-domestic-policy:hover {
  background-color: rgb(214.587628866, 210.7989690722, 50.412371134);
}
.featured-image .meta a.term-foreign-policy {
  background-color: #f1b142;
  color: #333333;
}
.featured-image .meta a.term-foreign-policy:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.featured-image .meta a.term-economics {
  background-color: #32bcad;
  color: white;
}
.featured-image .meta a.term-economics:hover {
  background-color: rgb(39.2857142857, 147.7142857143, 135.9285714286);
}
.featured-image .meta a.term-security-defense {
  background-color: #258c47;
  color: white;
}
.featured-image .meta a.term-security-defense:hover {
  background-color: rgb(26.3389830508, 99.6610169492, 50.5423728814);
}
.featured-image .meta a.term-society {
  background-color: #8f53a1;
  color: white;
}
.featured-image .meta a.term-society:hover {
  background-color: rgb(113.1106557377, 65.6516393443, 127.3483606557);
}
.featured-image .meta a.term-reconciliation {
  background-color: #d92b27;
  color: white;
}
.featured-image .meta a.term-reconciliation:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
.featured-image .meta a.term-foreign-security {
  background-color: #41aad8;
  color: #333333;
}
.featured-image .meta a.term-foreign-security:hover {
  background-color: rgb(39.1703056769, 144.6288209607, 190.8296943231);
}
.featured-image .meta a.term-geoeconomics {
  background-color: #f1b142;
  color: #333333;
}
.featured-image .meta a.term-geoeconomics:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.featured-image .meta a.term-society-culture-politics {
  background-color: #d92b27;
  color: white;
}
.featured-image .meta a.term-society-culture-politics:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
.featured-image .meta .date {
  background: #fff;
}
.featured-image .meta .label {
  position: relative;
  padding: 50px 170px 0px 85px;
  background: white;
  color: #0d96d4;
  font-weight: 600;
  font-size: 1.6em;
  text-transform: capitalize;
}
@media screen and (max-width: 500px) {
  .featured-image .meta .label {
    padding: 10px;
  }
}

.media-embed {
  position: relative;
  margin: -40px auto 40px;
  background: #213a70 no-repeat center;
  background-size: cover;
  text-align: left;
}
.media-embed img {
  display: block;
  margin: 0 auto;
}
.media-embed .embed iframe {
  display: block;
  width: 100%;
}

.main-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-content.page > .content {
  max-width: 680px;
  margin: 0 auto;
}
.main-content.project {
  max-width: 845px;
}
.main-content.project > .content {
  max-width: 680px;
  margin: 0 auto;
}
.main-content.single {
  max-width: 845px;
}
.main-content.single > .content {
  max-width: 680px;
  margin: 0 auto;
  min-height: 522px;
}

.meta-bottom {
  font-size: 85%;
  margin: 3em 0 0;
}
.meta-bottom:before {
  content: " ";
  display: block;
  width: 100px;
  height: 4px;
  margin: 0 0 2em;
  background: #7f8080;
}
.meta-bottom .date {
  display: block;
  margin: 0 0 0.5em;
  font-weight: 700;
  font-size: 22px;
}
.meta-bottom .sep {
  margin: 0 0.5em;
  color: #7f8080;
}
.meta-bottom a {
  color: inherit;
  text-decoration: underline;
}
.meta-bottom a:hover {
  text-decoration: none;
}
.meta-bottom .taxonomies {
  margin: 0 0 10px;
  color: #7f8080;
}
.meta-bottom .taxonomies a {
  font-weight: 500;
}
.meta-bottom .taxonomies .terms {
  display: inline-block;
  color: #7f8080;
}
.meta-bottom .disclaimer {
  margin: 0 0 75px;
  font-style: italic;
  color: #7f8080;
}

.content .contributors {
  box-sizing: border-box;
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.content .contributors .contributor {
  width: 100%;
  border-bottom: 2px solid #eee;
}
.content .contributors .contributor:last-child {
  border-bottom: none;
}
@media screen and (min-width: 630px) and (max-width: 1024px) {
  .content .contributors .contributor {
    border-bottom: none;
  }
}
@media screen and (min-width: 630px) {
  .content .contributors .contributor {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .content .contributors .contributor {
    width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .content .contributors {
    width: 300px;
    margin-top: -22px;
    margin-left: 80px;
    margin-bottom: 40px;
    margin-right: -260px;
    float: right;
  }
}
.contributors .contributor {
  box-sizing: border-box;
  min-height: 80px;
  position: relative;
  padding: 35px 0 40px 100px;
}
.contributors .contributor .avatar {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 80px;
  height: 80px;
  background: #7f8080 url(images/logo.png) no-repeat center;
  background-size: 40px auto;
  border-radius: 50%;
}
.contributors .contributor .avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.contributors .contributor .avatar:hover:after {
  content: "\a";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.contributors .contributor .name {
  margin: 0;
  font-size: 120%;
}
.contributors .contributor .description {
  display: none;
}
.contributors .contributor .title {
  font-size: 100%;
  font-weight: normal;
  text-transform: none;
  margin-top: 5px;
  color: #7f8080;
}
.contributors + iframe {
  width: calc(100% - 120px);
}

ul.social-icons {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-icons li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  list-style: none;
  margin: 0 5px;
}
ul.social-icons li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #333333;
  background: #ccc;
  text-decoration: none;
  font-size: 18px;
}

.posts-row {
  display: flex;
  justify-content: space-between;
}
.page-publications .posts-row {
  margin: 80px 0 0 0;
}
.posts-row .no-posts-found {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 50px;
  background: white;
  text-align: center;
}
.posts-row > .hentry {
  flex-grow: 1;
  margin: 0 15px;
  max-width: calc((100% / 3) - 30px);
}
.posts-row.cards {
  flex-wrap: wrap;
}
.posts-row.cards > .hentry {
  margin-bottom: 30px;
  width: calc((100% / 3) - 30px);
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .posts-row {
    display: block;
  }
  .posts-row > .hentry {
    display: block;
    max-width: none;
    margin: 0 auto 40px;
    width: auto !important;
  }
}

.squares-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-events .squares-row {
  margin: 80px 0 0 0;
}
.squares-row .hentry,
.squares-row .hentry.excerpt {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 500px) {
  .squares-row {
    display: block;
  }
  .squares-row > .hentry {
    margin-bottom: 15px;
    max-width: none;
  }
}

.google-map-embed {
  position: relative;
  display: block;
  position: relative;
  height: 300px;
  background: #213a70;
  color: white;
}
.google-map-embed .gm-style-iw {
  color: #333333;
}
.google-map-embed.loading:after {
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  display: block;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}

#query-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#query-posts > .hentry {
  height: auto;
  margin-bottom: 40px;
  width: calc((100% / 3) - 40px);
}
#query-posts .no-posts-found {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 50px;
  background: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #query-posts > .hentry {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 500px) {
  #query-posts {
    display: block;
  }
  #query-posts > .hentry {
    margin-bottom: 15px;
    width: auto;
  }
}
body.search #query-posts {
  display: block;
}
body.search #query-posts > .hentry {
  width: auto;
  max-width: none;
}
@media screen and (min-width: 501px) {
  #query-posts.archive > .hentry:nth-child(1),
  #query-posts.archive > .hentry:nth-child(2) {
    max-width: none;
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 801px) {
  #query-posts.archive.projects > .hentry {
    max-width: none;
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 800px) {
  #query-posts.archive.projects > .hentry {
    width: 100%;
  }
}

.project-jump {
  margin: 2em auto 0;
  text-transform: capitalize;
}

#project-posts {
  position: relative;
  margin: -70px 0 0;
  padding: 100px 0 50px;
  background: url(images/dots.png) 50% 0;
}
#project-posts:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: white;
}

#project-bottom .section-title {
  text-align: center;
  color: #7f8080;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}
#project-bottom .content {
  margin: 0 auto 2em;
}
#project-bottom .content + .content {
  margin-top: 4em;
}
#project-bottom .project-experts h4.section-title {
  padding-bottom: 30px;
}
#project-bottom .project-description h4.section-title {
  padding-bottom: 10px;
}

.author-bio {
  margin: 80px auto 0;
}
.author-bio .wrap {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 710px) {
  .author-bio .wrap {
    margin: 0 15px;
  }
}
.author-bio .top {
  padding: 50px 0;
  background: url(images/dots.png) 50% 0;
}
.author-bio .top .wrap {
  display: flex;
  align-items: center;
}
.author-bio .top .wrap .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.author-bio .top .wrap .avatar img {
  width: 200px;
  height: auto;
  border-radius: 50%;
}
.author-bio .top .wrap .avatar img.pixel1_1 {
  background: rgba(33, 58, 112, 0.5);
}
.author-bio .top .wrap .info {
  flex-grow: 1;
  padding: 0 0 0 30px;
}
.author-bio .top .wrap .types {
  font-size: 14px;
  font-weight: bold;
  color: #7f8080;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-family: Poppins, sans-serif;
  display: inline;
  list-style: none;
  padding: 0px;
}
.author-bio .top .wrap .types li {
  display: inline;
}
.author-bio .top .wrap .types li a {
  color: inherit;
  text-decoration: none;
}
.author-bio .top .wrap .types li a:hover {
  text-decoration: underline;
}
.author-bio .top .wrap .types li::after {
  content: ", ";
}
.author-bio .top .wrap .types li:last-child::after {
  content: "";
}
.author-bio .top .wrap h1 {
  margin: 0;
}
.author-bio .top .wrap h4 {
  margin-top: 10px;
  line-height: 1.3;
  Text-transform: none;
}
.author-bio .top .social {
  margin: 1em auto 0;
}
.author-bio .top .social a {
  color: inherit;
  text-decoration: none;
}
.author-bio .top .social a .icon {
  display: inline-block;
  margin: 0 0.25em 0 0;
  font-size: 26px;
  vertical-align: middle;
}
.author-bio .top .social a:hover {
  text-decoration: underline;
}
.author-bio .top .social a + a {
  margin: 0 0 0 1em;
}
.author-bio .bottom {
  padding: 50px 0 0;
}
.author-bio .bottom .terms {
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 2px solid #f1f1f1;
}
.author-bio .bottom .terms a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .author-bio .top {
    padding: 25px 0;
  }
  .author-bio .top .wrap {
    display: block;
  }
  .author-bio .top .wrap .avatar {
    margin: 0 0 1em;
  }
  .author-bio .top .wrap .info {
    padding-left: 0;
  }
}

.embed-posts {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1010px) {
  .embed-posts {
    margin-left: -155px;
    margin-right: -155px;
  }
}

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
  background: #213a70 !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper {
  flex-direction: row !important;
  padding: 20px 20px !important;
}
@media screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper,
  .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
    flex-direction: column !important;
    padding: 20px 60px !important;
  }
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
  font-family: Poppins, sans-serif !important;
  text-align: left !important;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content a,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content a {
  font-family: Poppins, sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content,
  .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
    text-align: center !important;
  }
}

.gdpr :not(textarea):not(input):not(select) p {
  font-family: Poppins, sans-serif !important;
}

.gdpr :not(textarea):not(input):not(select) {
  color: #fff !important;
}

.gdpr-preferences {
  display: none !important;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement,
.gdpr.gdpr-reconsent-bar .gdpr-agreement {
  border-radius: 0 !important;
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background: #f1b142 !important;
  font-family: Poppins, sans-serif !important;
  font-weight: 600 !important;
  color: #213a70 !important;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:hover,
.gdpr.gdpr-reconsent-bar .gdpr-agreement:hover {
  background: #0d96d4 !important;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right {
  margin-left: 15px;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close,
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
  position: revert !important;
  padding-bottom: 19px !important;
}
@media screen and (max-width: 1024px) {
  .gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-close,
  .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-close {
    position: absolute !important;
  }
}

/* Front page styles */
#hero {
  position: relative;
  margin: 0 0 80px;
}
#hero .wrap2 {
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1250px) {
  #hero:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
    width: calc(100% - 1250px);
    background: white;
  }
  #hero:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 460px - 60px);
    width: calc((100% - 1400px) / 2 + 90px);
    background: white;
  }
}
#hero .featured-wrap {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  background: white url(images/dots.png) 50%;
}
#hero .featured-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
#hero .featured-wrap .slides {
  float: right;
  max-width: 100%;
  width: 750px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}
#hero .featured-wrap .slides .hentry {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  outline: 0;
}
#hero .featured-wrap .contributors {
  display: block;
  font-size: 14px;
  color: #7f8080;
}
#hero .featured-wrap .contributors a {
  text-decoration: none;
  color: inherit;
}
#hero .featured-wrap .contributors a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #hero .featured-wrap {
    width: 55%;
  }
}
#hero .recent-wrap {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
@media screen and (max-width: 992px) {
  #hero .recent-wrap {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 599px) {
  #hero .wrap2 {
    display: block;
  }
  #hero .featured-wrap,
  #hero .recent-wrap {
    display: block;
    width: auto;
    border-top: none;
  }
}

#upcoming,
#publications {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  #upcoming,
  #publications {
    margin: 40px auto;
  }
}

.hentry {
  position: relative;
  padding: 0 0 1em 0;
  margin: 0 auto 1em;
  box-sizing: border-box;
}
.hentry .meta-top {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #f1b142;
  line-height: 1;
  color: #333333;
}
.hentry .meta-top .post-type {
  display: block;
  margin: 0.5em 0;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
}
.hentry .meta-top strong {
  display: block;
}
.hentry .meta-top strong + strong {
  margin-top: 0.2em;
}
.hentry .meta-top2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: #213a70;
  color: white;
  padding: 13px 20px 10px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
}
.hentry .meta-top2 a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.hentry .title:hover {
  color: #0d96d4;
  text-decoration: underline;
}

.hentry {
  position: relative;
}
.hentry.category-podcast::after, .hentry.type-video::after, .hentry.video::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  width: 40px;
  height: 40px;
  background: url(images/icon_media.svg) center center/20px no-repeat #0d96d4;
}
.hentry.bottom:after {
  top: 47px;
}

.hentry.excerpt {
  background: #f1f1f1;
  padding: 0 30px 18px;
  width: 315px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.hentry.excerpt .thumbnail {
  display: block;
  margin: 0 -30px 20px;
  height: 200px;
  background: #ccc url(images/agi_default.jpg) no-repeat center;
  background-size: cover;
}
.hentry.excerpt .thumbnail img {
  display: none;
}
.hentry.excerpt.type-podcast .thumbnail {
  background-image: url(images/AGI_Web_Graphic_Podcast.gif);
}
.hentry.excerpt .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.45em;
}
.hentry.excerpt .title a {
  color: inherit;
}
.hentry.excerpt .content {
  flex-grow: 5;
  font-size: 90%;
  margin: 0 0 2em;
}
.hentry.excerpt .terms-colors {
  display: block;
  width: 100%;
  position: absolute;
  overflow: auto;
  top: 175px;
  left: 0;
  line-height: 0;
}
.hentry.excerpt .terms-colors a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -1000em;
  overflow: hidden;
  background: #555;
  transition: all 0.1s linear;
}
.hentry.excerpt .terms-colors a.term-uncategorized {
  background-color: #ccc;
}
.hentry.excerpt .terms-colors a.term-uncategorized:hover {
  background-color: rgb(178.5, 178.5, 178.5);
}
.hentry.excerpt .terms-colors a.term-domestic-policy {
  background-color: #dfdc5d;
}
.hentry.excerpt .terms-colors a.term-domestic-policy:hover {
  background-color: rgb(214.587628866, 210.7989690722, 50.412371134);
}
.hentry.excerpt .terms-colors a.term-foreign-policy {
  background-color: #f1b142;
}
.hentry.excerpt .terms-colors a.term-foreign-policy:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.hentry.excerpt .terms-colors a.term-economics {
  background-color: #32bcad;
}
.hentry.excerpt .terms-colors a.term-economics:hover {
  background-color: rgb(39.2857142857, 147.7142857143, 135.9285714286);
}
.hentry.excerpt .terms-colors a.term-security-defense {
  background-color: #258c47;
}
.hentry.excerpt .terms-colors a.term-security-defense:hover {
  background-color: rgb(26.3389830508, 99.6610169492, 50.5423728814);
}
.hentry.excerpt .terms-colors a.term-society {
  background-color: #8f53a1;
}
.hentry.excerpt .terms-colors a.term-society:hover {
  background-color: rgb(113.1106557377, 65.6516393443, 127.3483606557);
}
.hentry.excerpt .terms-colors a.term-reconciliation {
  background-color: #d92b27;
}
.hentry.excerpt .terms-colors a.term-reconciliation:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
.hentry.excerpt .terms-colors a.term-foreign-security {
  background-color: #41aad8;
}
.hentry.excerpt .terms-colors a.term-foreign-security:hover {
  background-color: rgb(39.1703056769, 144.6288209607, 190.8296943231);
}
.hentry.excerpt .terms-colors a.term-geoeconomics {
  background-color: #f1b142;
}
.hentry.excerpt .terms-colors a.term-geoeconomics:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.hentry.excerpt .terms-colors a.term-society-culture-politics {
  background-color: #d92b27;
}
.hentry.excerpt .terms-colors a.term-society-culture-politics:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
.hentry.excerpt .terms {
  display: block;
  margin: 0 0 8px;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.15;
  text-transform: capitalize;
  color: #7f8080;
  font-family: Poppins, sans-serif;
}
.hentry.excerpt .terms a {
  text-decoration: none;
  color: inherit;
}
.hentry.excerpt .terms a:hover {
  text-decoration: underline;
}
.hentry.excerpt .contributors {
  display: block;
  font-size: 14px;
  color: #7f8080;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.hentry.excerpt .contributors a {
  text-decoration: none;
  color: inherit;
}
.hentry.excerpt .contributors a:hover {
  text-decoration: underline;
}
.hentry.excerpt.type-events {
  background-color: #7f8080;
  color: white;
}
.hentry.excerpt.type-events a:hover {
  color: #fff;
}

.hentry.author {
  max-width: 200px;
  text-align: center;
}
.hentry.author .thumbnail {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto 0.7em;
  background: #7f8080 url(images/logo.png) no-repeat center;
  background-size: 50px auto;
  border-radius: 50%;
  overflow: hidden;
}
.hentry.author .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.hentry.author .name {
  margin: 0 0 0.5em;
  font-size: 120%;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.hentry.author .name a {
  display: block;
  color: inherit;
}
.hentry.author .name:hover {
  text-decoration: underline;
}
.hentry.author .recent-post {
  display: block;
  font-size: 14px;
  color: #7f8080;
  line-height: 1.4;
  text-decoration: none;
}
.hentry.author .recent-post:hover {
  text-decoration: underline;
}

.hentry.card {
  padding: 30px 25px;
  background: #f0f0f0;
  min-height: 8em;
}
.hentry.card .meta {
  position: relative;
  margin: -30px -25px 25px;
  background: #213a70;
  color: white;
  padding: 13px 20px 10px;
  line-height: 1;
  text-transform: capitalize;
  font-size: 75%;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.hentry.card .title {
  margin: 0;
  font-size: 120%;
}
.hentry.card .title a {
  color: inherit;
}

.hentry.search {
  border-bottom: 1px solid #ccc;
}
.hentry.search .title {
  padding: 0 0 6px 0;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.015em;
}
.hentry.search .title a {
  color: inherit;
  text-decoration: none;
}
.hentry.search .url {
  color: rgb(127.5, 127.5, 127.5);
  font-size: 90%;
  padding-top: 8px;
}

.hentry.featured {
  box-sizing: border-box;
  max-width: 750px;
  padding: 0px 80px 30px;
  margin: 0 auto;
}
.page-the-wider-atlantic .hentry.featured {
  padding: 0;
  margin: 0;
}
.page-the-wider-atlantic .hentry.featured .top {
  margin: 0 0 2.5em 0;
}
.page-the-wider-atlantic .hentry.featured .top .meta {
  left: 0;
  font-family: Poppins, sans-serif;
}
.page-the-wider-atlantic .hentry.featured .top .terms {
  display: inline-block;
  vertical-align: bottom;
}
.page-the-wider-atlantic .hentry.featured .top .date {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 15px;
  color: inherit;
  background: white;
  font-weight: 500;
}
.hentry.featured .top {
  position: relative;
  margin: 0 -80px 30px;
  background: #333333;
}
.hentry.featured .thumbnail {
  display: block;
  background: no-repeat center;
  background-size: cover;
  height: 520px;
  width: 100%;
}
.hentry.featured .thumbnail img {
  display: none;
}
.hentry.featured .title {
  font-family: Poppins, sans-serif;
  font-size: 1.8em;
  color: #333333;
}
.hentry.featured .title a {
  color: inherit;
}
.hentry.featured .meta {
  position: absolute;
  bottom: 0px;
  left: 80px;
  text-transform: capitalize;
  font-size: 85%;
  line-height: 1;
  color: #686868;
  font-family: "Roboto Condensed", sans-serif;
}
.hentry.featured .terms a {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  background: #ccc;
  font-weight: 500;
}
.hentry.featured .terms a:hover {
  background: #bbb;
}
.hentry.featured .terms a.term-uncategorized {
  background-color: #ccc;
  color: #333333;
}
.hentry.featured .terms a.term-uncategorized:hover {
  background-color: rgb(178.5, 178.5, 178.5);
}
.hentry.featured .terms a.term-domestic-policy {
  background-color: #dfdc5d;
  color: #333333;
}
.hentry.featured .terms a.term-domestic-policy:hover {
  background-color: rgb(214.587628866, 210.7989690722, 50.412371134);
}
.hentry.featured .terms a.term-foreign-policy {
  background-color: #f1b142;
  color: #333333;
}
.hentry.featured .terms a.term-foreign-policy:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.hentry.featured .terms a.term-economics {
  background-color: #32bcad;
  color: white;
}
.hentry.featured .terms a.term-economics:hover {
  background-color: rgb(39.2857142857, 147.7142857143, 135.9285714286);
}
.hentry.featured .terms a.term-security-defense {
  background-color: #258c47;
  color: white;
}
.hentry.featured .terms a.term-security-defense:hover {
  background-color: rgb(26.3389830508, 99.6610169492, 50.5423728814);
}
.hentry.featured .terms a.term-society {
  background-color: #8f53a1;
  color: white;
}
.hentry.featured .terms a.term-society:hover {
  background-color: rgb(113.1106557377, 65.6516393443, 127.3483606557);
}
.hentry.featured .terms a.term-reconciliation {
  background-color: #d92b27;
  color: #333333;
}
.hentry.featured .terms a.term-reconciliation:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
.hentry.featured .terms a.term-foreign-security {
  background-color: #41aad8;
  color: #333333;
}
.hentry.featured .terms a.term-foreign-security:hover {
  background-color: rgb(39.1703056769, 144.6288209607, 190.8296943231);
}
.hentry.featured .terms a.term-geoeconomics {
  background-color: #f1b142;
  color: #333333;
}
.hentry.featured .terms a.term-geoeconomics:hover {
  background-color: rgb(237.4827586207, 157.4039408867, 18.5172413793);
}
.hentry.featured .terms a.term-society-culture-politics {
  background-color: #d92b27;
  color: #333333;
}
.hentry.featured .terms a.term-society-culture-politics:hover {
  background-color: rgb(174.3307086614, 33.8976377953, 30.6692913386);
}
@media screen and (max-width: 980px) {
  .hentry.featured {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hentry.featured .top {
    margin-left: -40px;
    margin-right: -40px;
  }
  .hentry.featured .meta {
    left: 40px;
  }
  .hentry.featured .title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .hentry.featured .thumbnail {
    height: 280px;
  }
  .hentry.featured .title {
    font-size: 1.5em;
  }
}

.hentry.featured-recent {
  box-sizing: border-box;
  padding: 0 70px;
  background: white;
}
.hentry.featured-recent .top {
  position: relative;
  margin: 0 -70px 20px;
}
.hentry.featured-recent .meta {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  background: white;
  padding: 30px 15px 0 70px;
  bottom: 0;
  font-size: 85%;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.hentry.featured-recent .thumbnail {
  display: block;
  background: no-repeat center;
  background-size: cover;
  height: 520px;
  width: 100%;
}
.hentry.featured-recent .thumbnail img {
  display: none;
}
.hentry.featured-recent .title {
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  color: #333333;
}
.hentry.featured-recent .title a {
  color: inherit;
}
@media screen and (max-width: 980px) {
  .hentry.featured-recent {
    padding-left: 35px;
    padding-right: 35px;
  }
  .hentry.featured-recent .top {
    margin-left: -35px;
    margin-right: -35px;
  }
  .hentry.featured-recent .meta {
    padding-left: 35px;
  }
  .hentry.featured-recent .meta:before {
    width: 35px;
  }
  .hentry.featured-recent .title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .hentry.featured-recent .thumbnail {
    height: 340px;
  }
  .hentry.featured-recent .title {
    font-size: 1.5em;
  }
  .hentry.featured-recent .meta {
    padding-top: 15px;
  }
  .hentry.featured-recent .meta:before {
    height: 75px;
  }
}

.hentry.square {
  position: relative;
  width: 410px;
  height: 410px;
  background: #213a70 no-repeat center;
  background-size: cover;
  max-width: 410px !important;
}
.hentry.square .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.hentry.square .thumbnail img {
  display: none;
}
.hentry.square .title {
  margin: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #213a70;
  color: white;
  padding: 20px 50px;
  font-size: 1.2em;
  font-family: "Roboto Condensed", sans-serif;
}
.hentry.square .title a {
  color: inherit;
}
.hentry.square.project .title {
  padding: 20px 50px 50px;
}
.hentry.square.project .meta {
  margin: 0;
  position: relative;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 20px 50px;
  font-size: 85%;
}
.front-page .hentry.square.project .meta {
  z-index: 1;
}
.hentry.square.type-events .thumbnail {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  background: url(images/events_default.jpg) no-repeat center;
}
.hentry.square.type-events::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 150, 212, 0.7);
}
.hentry.square.type-events .title {
  background-color: #7f8080;
  width: calc(100% - 70px);
}
.hentry.square.type-events .meta-top {
  width: 40px;
  top: 75%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .hentry.square {
    width: 100%;
    margin-bottom: 40px !important;
  }
}

.hentry.video .thumbnail {
  position: relative;
  background-position: 50% 20%;
  overflow: hidden;
}
.hentry.video .thumbnail::before {
  position: absolute;
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: #0d96d4;
  border-radius: 50%;
  transition: all 0.1s linear;
  opacity: 1;
}
.hentry.video .thumbnail::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: -25px 0 0 -22px;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f04b";
  color: white;
  font-size: 30px;
}
.hentry.video .thumbnail:hover:before {
  transform: scale(1.1, 1.1);
}

.hentry.promo {
  box-sizing: border-box;
  padding: 20px;
  width: 410px;
  height: 410px;
  background-color: #0d96d4;
  background-image: url(images/background_mission_support.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .hentry.promo {
    margin-top: 80px;
  }
}
.hentry.promo .section-title {
  font-family: Poppins, sans-serif;
  color: white;
  text-align: left;
  margin: 2em 0.5em 1.5em 1em;
  font-size: 1.5em;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}
.hentry.promo .button {
  padding: 15px 50px;
}
@media screen and (max-width: 440px) {
  .hentry.promo {
    width: auto;
    display: block;
    height: auto;
    padding: 50px 15px;
  }
}

.hentry.header {
  position: relative;
  padding: 0;
  font-size: 83%;
  line-height: 1.35;
}
.hentry.header a:hover {
  text-decoration: underline;
}
.hentry.header .image {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5) no-repeat center;
  background-size: cover;
}
.hentry.header .title {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: calc(100% - 130px);
  margin-top: -4px;
}
.hentry.header:not(.has-post-thumbnail) .image {
  background-image: url(images/news_post_right.png);
  background-position: 90% 90%;
}

.hentry.project2 {
  position: relative;
  background: #f1f1f1;
  color: white;
  padding: 0;
}
.hentry.project2 .thumbnail {
  display: block;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
.hentry.project2 .thumbnail img {
  display: block;
  width: 100%;
}
.hentry.project2 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 15px 10px 15px 50px;
  background: #213a70;
}
.hentry.project2 .title {
  margin: 0 0 10px;
}
.hentry.project2 a {
  color: inherit;
}

/* General page styles */
.page-team .content h3, .page-contact-aicgs .content h3 {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #888;
  clear: both;
}
.page-team .content h3 a, .page-contact-aicgs .content h3 a {
  text-decoration: none;
  color: #333333;
}
.page-team .content h3 a:hover, .page-contact-aicgs .content h3 a:hover {
  text-decoration: underline;
  color: #0d96d4;
}
.page-team .content h3 + p span, .page-contact-aicgs .content h3 + p span {
  font-size: 17px;
  font-style: italic;
  color: #7f8080;
  line-height: 1.4;
  padding-bottom: 10px;
}
.page-team .content h4, .page-contact-aicgs .content h4 {
  margin-bottom: 20px;
}

.main-content .support-table {
  margin: 20px 0 30px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.main-content .support-table p, .main-content .support-table td {
  font-size: 13px;
  vertical-align: top;
  line-height: 1.3;
}
.main-content .support-table h5 {
  font-size: 14px;
}
.main-content .support-table .table-heading-row {
  background-color: #008bb0;
  color: white;
}
.main-content .support-table .table-heading-row td {
  padding: 13px 5px 0;
}
.main-content .support-table .table-info-row td {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.page .hentry.square {
  margin-bottom: 80px;
}
.page .hentry.square:nth-last-child(2), .page .hentry.square:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .page .hentry.square:nth-child(even) {
    margin-top: 80px;
  }
}

.page-sponsor-list .content img {
  max-width: 220px;
  padding: 20px 0;
}

.page-support .content img.anniversary-logo {
  padding: 20px 20px 0 0;
}

.page-the-wider-atlantic .page-top {
  max-width: 750px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-the-wider-atlantic .page-top {
    margin: 0 15px;
  }
}
.page-the-wider-atlantic .page-top #page-title {
  color: white;
  margin-bottom: 20px;
}
.page-the-wider-atlantic .page-top .sub-title {
  color: white;
  font-weight: 600;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
}
.page-the-wider-atlantic #posts-filter {
  padding: 25px 0;
}
.page-the-wider-atlantic #query-posts-the-wider-atlantic {
  position: relative;
  padding-top: 50px;
}
.page-the-wider-atlantic #query-posts-the-wider-atlantic:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 170px;
  margin-left: -50vw;
  background: url(images/dots.png) 50% 0%;
}
.page-the-wider-atlantic .hentry.excerpt .contributors {
  display: none;
}
.page-the-wider-atlantic .colophon {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #f1f1f1;
  font-size: 14px;
}
.page-the-wider-atlantic .colophon .author-image {
  text-align: center;
}
.page-the-wider-atlantic .colophon .author-image img {
  width: 150px;
  border-radius: 50%;
}
.page-the-wider-atlantic .colophon .author-content {
  text-align: center;
  margin: 25px 0;
}
.page-the-wider-atlantic .colophon .author-content .author-name {
  text-transform: none;
  margin-bottom: 5px;
}
.page-the-wider-atlantic .colophon .author-content .author-title {
  margin: 0 50px;
}
.page-the-wider-atlantic .colophon .title {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  margin: 0 0 15px 0;
}
.page-the-wider-atlantic .colophon .content {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .page-the-wider-atlantic .colophon .author-content {
    margin: 25px 0 50px;
  }
}

/* General single post styles */
.single .featured-caption {
  display: block;
  position: relative;
  margin-top: -34px;
  float: right;
  font-style: italic;
  font-size: 0.7rem;
  color: #7f8080;
  font-family: "Roboto Condensed", sans-serif;
}
.single .contributors {
  color: #7f8080;
  font-style: italic;
  font-size: 14px;
}
.single .contributors a {
  color: inherit;
}
.single #main.category-aicgs-news::before {
  height: 563px;
  left: 0;
  right: 0;
  width: 100%;
  background: url(images/news_post_right.png) bottom right/60% auto no-repeat, #0d96d4;
}
@media screen and (min-width: 1024px) {
  .single #main.category-aicgs-news::before {
    background: url(images/news_post_left.png) bottom left/auto 40% no-repeat, url(images/news_post_right.png) bottom right/auto 85% no-repeat, #0d96d4;
  }
}
@media screen and (min-width: 1230px) {
  .single #main.category-aicgs-news::before {
    background: url(images/news_post_left.png) bottom left/auto 50% no-repeat, url(images/news_post_right.png) bottom right/auto 98% no-repeat, #0d96d4;
  }
}
.single #main.category-aicgs-news::after {
  display: none;
}
.single #main.category-aicgs-news.has-post-thumbnail::before {
  background: url(images/news_post_right.png) bottom right/60% auto no-repeat, #0d96d4;
}
@media screen and (min-width: 1024px) {
  .single #main.category-aicgs-news.has-post-thumbnail::before {
    background: url(images/news_post_left.png) bottom left/auto 40% no-repeat, url(images/news_post_right.png) bottom right/auto 85% no-repeat, #0d96d4;
  }
}
@media screen and (min-width: 1230px) {
  .single #main.category-aicgs-news.has-post-thumbnail::before {
    background: url(images/news_post_left.png) bottom left/auto 50% no-repeat, url(images/news_post_right.png) bottom right/auto 98% no-repeat, #0d96d4;
  }
}
.single #main.category-aicgs-news.has-post-thumbnail .main-content .page-title-group {
  min-height: inherit;
  padding-top: 60px;
}
.single #main.category-aicgs-news .main-content {
  padding-top: 0;
}
.single #main.category-aicgs-news .main-content .page-title-group {
  box-sizing: border-box;
  padding-top: 180px;
  min-height: 563px;
}
.single #main.category-aicgs-news .main-content .page-title-group #page-title-category {
  width: 75%;
}
.single #main.category-aicgs-news .main-content .page-title-group #page-title-category a {
  color: #333333;
  text-transform: capitalize;
}
.single #main.category-aicgs-news .main-content .page-title-group #page-title {
  width: 75%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
.single #main.category-aicgs-news .main-content .featured-image {
  margin: 0;
}
.single #main.category-aicgs-news .main-content .featured-image .image {
  height: 0;
}
.single #main.category-aicgs-news .main-content .featured-image .media-embed {
  margin: 0;
}
.single #main.category-aicgs-news .main-content .featured-image .media-embed .enclosure .download {
  display: none;
}
.single #main.category-aicgs-news .main-content .featured-caption {
  margin-top: 6px;
}
.single #main.category-aicgs-news .main-content > .content {
  margin-top: 80px;
}
.single #main.category-aicgs-news.type-video .featured-image img {
  display: none;
}
.single #main.category-aicgs-news.type-video .featured-image .meta {
  position: static;
}
.single #main.category-aicgs-news #share-tab {
  top: 600px;
}

.single-events p, .single-events div, .single-events li {
  font-weight: initial;
}
.single-events .content .date {
  padding: 0 0 1em;
  margin: 1em 0;
  font-size: 20px;
  color: #0d96d4;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.single-events .content .date:before {
  content: " ";
  display: block;
  border-top: 2px solid #f1f1f1;
  width: 100px;
  margin: 2em 0 1em 0;
}
.single-events.glad-event .content .date,
.single-events.glad-event .content #page-title {
  display: none;
}
.single-events .glad h1 {
  margin-top: 60px;
  text-transform: capitalize;
}
.single-events .glad h5.expandable {
  margin-top: 0;
}
.single-events .glad h3 {
  margin-top: 20px;
}
.single-events .glad h3 span {
  font-size: 20px;
  color: #7f8080;
}
.single-events .glad h5 {
  text-transform: capitalize;
  font-size: 1em;
  color: #007a3b;
}
.single-events .glad .glad-anchor {
  text-transform: capitalize;
  font-size: 14px;
  background-color: #e0e2e0;
  padding: 15px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  color: #7f8080;
}
.single-events .glad .glad-anchor a {
  color: #007a3b;
}
.single-events .glad .glad-honoree {
  text-align: center;
  margin: 50px auto;
}
.single-events .glad .glad-honoree h2 {
  margin-bottom: 13px;
}
.single-events .glad .glad-honoree h4 {
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.3;
  color: #a4aaa8;
  font-size: 18px;
}
.single-events .glad .glad-details {
  text-align: center;
}
.single-events .glad .glad-details p {
  font-size: 90%;
}
.single-events .glad .glad-about-image img {
  padding-bottom: 20px;
}
.single-events .glad .glad-about {
  background-color: #ddd;
  background: url(images/aicgs_glad2018_theme_bk_floral.jpg) repeat;
  padding: 40px 10%;
}
.single-events .glad .glad-sponsors img {
  width: 25%;
  margin-right: 8%;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  vertical-align: middle;
}
.single-events .glad .button {
  padding: 18px 25px 16px;
}
.single-events .glad .anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .single-events .glad .glad-details .c {
    margin-bottom: 20px;
  }
}
.single-events .glad2019 h1 {
  color: #213a70;
  font-size: 2.2em;
  margin: 70px 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.single-events .glad2019 h1:before {
  content: " ";
  width: 100px;
  border-bottom: 4px solid #0d96d4;
  position: absolute;
  margin: 70px 0 0 -50px;
  left: 50%;
}
.single-events .glad2019 h1.AboutGLAD:before {
  margin-top: 130px;
}
.single-events .glad2019 h2 {
  font-size: 1.5em;
}
.single-events .glad2019 h4 {
  margin-bottom: 12px;
  text-transform: unset;
  color: #7f8080;
  font-weight: 400;
  line-height: 1.3em;
}
.single-events .glad2019 h5 {
  color: #0d96d4;
  font-size: 0.9em;
}
.single-events .glad2019 .glad-invitation {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
}
.single-events .glad2019 .glad-honoree h4 {
  max-width: 350px;
}
.single-events .glad2019 .glad-anchor {
  background-color: unset;
  border-bottom: 2px solid #eeeeee;
  border-top: 2px solid #eeeeee;
  margin: 20px 0;
}
.single-events .glad2019 .glad-anchor a {
  color: #0d96d4;
}
.single-events .glad2019 .glad-anchor a:hover {
  color: #7f8080;
}
.single-events .glad2019 .button {
  padding: 16px 24px 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.single-events .glad2019 .glad-highlight {
  background-color: #e2ebf3;
  margin: 60px -60px 0;
  padding: 10px 60px 50px;
}
.single-events .glad2019 .glad-highlight img {
  max-width: 270px;
}
.single-events .glad2019 .glad-highlight h1 {
  margin-top: 70px;
}
.single-events .glad2019 .glad-highlight h2, .single-events .glad2019 .glad-highlight h4 {
  text-align: center;
}
.single-events .glad2019 .glad-highlight h2:first-of-type {
  margin-bottom: 6px;
}
.single-events .glad2019 .glad-highlight h4:first-of-type {
  margin-bottom: 30px;
}
.single-events .glad2019 .glad-sponsors h3 {
  font-size: 1.2em;
  font-weight: 500;
}
.single-events .glad2019 .glad-sponsors h6 {
  color: #7f8080;
  text-align: center;
  padding: 70px 0 20px;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: capitalize;
  font-style: unset;
}
.single-events .glad2019 .glad-sponsors .sponsor-logos {
  border-top: 1px solid #eee;
  margin-top: 70px;
}
.single-events .glad2019 .glad-sponsors .sponsor-logos div {
  border-bottom: 1px solid #eee;
}
.single-events .glad2019 .glad-co-chairs h2 {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .single-events .glad2019 .glad-highlight {
    margin: 60px 0 0;
    padding: 10px 30px 30px;
  }
  .single-events .glad2019 .glad-highlight img {
    max-width: 220px;
  }
  .single-events .glad2019 h1 {
    font-size: 2em;
    margin-bottom: 2rem;
  }
  .single-events .glad2019 h1:before {
    content: none;
  }
}
.single-events .glad2024 h1 {
  color: black;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}
.single-events .glad2024 h1:before {
  border-color: #e9852a;
}
.single-events .glad2024 .glad-details p {
  font-family: Poppins, sans-serif;
}
.single-events .glad2024 .glad-invitation {
  max-width: 520px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}
.single-events .glad2024 .glad-honoree h4 {
  color: #767676;
  max-width: 450px;
}
.single-events .glad2024 img.honoree:after {
  width: 200px;
}
.single-events .glad2024 .glad-highlight {
  background-color: #e1e9cc;
  margin: 150px -60px 0;
  padding: 10px 60px 60px;
  position: relative;
}
.single-events .glad2024 .glad-highlight h1 {
  margin-top: 60px;
}
.single-events .glad2024 .glad-highlight h4 {
  color: #666666;
}
.single-events .glad2024 .glad-highlight .image-break-top {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: -7rem auto 0;
  text-align: center;
  max-width: 300px;
}
.single-events .glad2024 .glad-highlight-company {
  background-color: #efe1de;
  margin: 0 -60px 70px;
  padding: 20px 60px 60px;
  position: relative;
}
.single-events .glad2024 .glad-highlight-company .image-break-bottom {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto -8rem;
  text-align: center;
  max-width: 300px;
  bottom: 0;
}
.single-events .glad2024 .glad-anchor a {
  text-transform: uppercase;
}
.single-events .glad2024 .button {
  text-transform: uppercase;
  color: black;
}
.single-events .glad2024 .button:hover {
  background-color: black;
  color: white;
}
.single-events .glad2024 .row > .span12 {
  border-bottom: 2px solid #eee;
  padding-top: 3px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .single-events .glad2024 .glad-highlight {
    margin: 80px 0 0;
    padding: 10px 30px 30px;
  }
  .single-events .glad2024 .glad-highlight .image-break-top {
    margin-top: -4rem;
  }
  .single-events .glad2024 .glad-highlight-company {
    margin: 0 0 30px;
    padding: 10px 30px 30px;
  }
  .single-events .glad2024 .glad-highlight-company .image-break-bottom {
    margin-bottom: -6rem;
  }
}
.single-events .glad2024nov .glad-invitation {
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  max-width: 680px;
}
.single-events .glad2024nov .glad-anchor {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  border: none;
  margin: 20px 0 50px;
  padding: 0;
}
.single-events .glad2024nov .glad-anchor a {
  background-color: #f7fd09;
  color: black;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 20px;
  margin: 0 2px;
}
.single-events .glad2024nov .glad-anchor a:hover {
  background-color: black;
  color: #f7fd09;
}
.single-events .glad2024nov .glad-honoree {
  background-color: #e6e6e6;
  margin: 0;
  padding: 60px 0 40px;
  border-radius: 10px 10px 0 0;
}
.single-events .glad2024nov .glad-honoree h2 {
  margin-top: 20px;
}
.single-events .glad2024nov .glad-honoree h4 {
  color: #767676;
  max-width: 500px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  padding: 0 30px;
}
.single-events .glad2024nov .glad-details {
  background-color: #e6e6e6;
  margin: 0;
  padding: 0 50px 60px;
  border-radius: 0 0 10px 10px;
}
.single-events .glad2024nov .button {
  color: black;
  padding: 15px 24px;
  background: #f7fd09;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
}
.single-events .glad2024nov .button:hover {
  background-color: black;
  color: #f7fd09;
}
.single-events .glad2024nov h1 {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.single-events .glad2024nov h1:before {
  border-color: black;
  border-bottom: 4px dotted black;
}
.single-events .glad2024nov h4 {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 1rem;
}
.single-events .glad2024nov h5, .single-events .glad2024nov .h5 {
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
  color: #0d96d4;
  font-weight: 600;
}
.single-events .glad2024nov a {
  color: #333333;
  text-decoration: underline;
}
.single-events .glad2024nov a:hover {
  background-color: #f7fd09;
  text-decoration: none;
}
.single-events .glad2024nov .glad-details p {
  font-size: 100%;
}
.single-events .glad2024nov .glad-highlight {
  background-color: #e6e6e6;
  margin: 80px -60px 0;
  padding: 10px 60px 60px;
  position: relative;
}
.single-events .glad2024nov .glad-highlight h1 {
  margin-top: 60px;
}
.single-events .glad2024nov .glad-highlight h4 {
  color: #666666;
  max-width: 450px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
.single-events .glad2024nov .glad-highlight-company {
  background-color: #f7fd09;
  margin: 0 -60px 70px;
  padding: 20px 60px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-events .glad2024nov h1 {
    margin-top: 50px;
  }
  .single-events .glad2024nov .glad-anchor a {
    padding: 8px;
    margin: 4px 2px;
    display: inline-block;
    width: 40%;
  }
  .single-events .glad2024nov .glad-highlight {
    margin: 80px 0 0;
    padding: 10px 30px 30px;
  }
  .single-events .glad2024nov .glad-highlight .image-break-top {
    margin-top: -4rem;
  }
  .single-events .glad2024nov .glad-highlight-company {
    margin: 0 0 30px;
    padding: 10px 30px 30px;
  }
  .single-events .glad2024nov .glad-highlight-company .image-break-bottom {
    margin-bottom: -6rem;
  }
}
.single-events .glad2025 .glad-invitation {
  font-family: Poppins, sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.025em;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 560px;
}
.single-events .glad2025 .glad-anchor {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 20px 0 30px;
  padding: 0;
}
.single-events .glad2025 .glad-anchor a {
  background-color: #f1b142;
  color: black;
  padding: 8px 18px;
  text-decoration: none;
  margin: 0 2px;
}
.single-events .glad2025 .glad-anchor a:hover {
  background-color: #002d72;
  color: #f1b142;
}
.single-events .glad2025 .glad-honoree {
  margin: 0 auto;
  padding: 40px 0;
}
.single-events .glad2025 .glad-honoree h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #0096d6;
}
.single-events .glad2025 .glad-honoree h2 span {
  color: black;
}
.single-events .glad2025 .glad-honoree h4 {
  font-family: Poppins, sans-serif;
  color: #767676;
  max-width: 500px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.single-events .glad2025 .glad-details {
  margin: 0 auto 80px;
  border-top: 2px solid #f1b142;
  padding-top: 35px;
  max-width: 580px;
}
.single-events .glad2025 .button {
  color: black;
  padding: 15px 24px;
  background: #f1b142;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.single-events .glad2025 .button:hover {
  background-color: #002d72;
  color: #f1b142;
}
.single-events .glad2025 h1 {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
.single-events .glad2025 h1:before {
  border-color: black;
  border-bottom: 4px dotted black;
}
.single-events .glad2025 h2 {
  font-size: 1.7em;
}
.single-events .glad2025 h4 {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 1rem;
}
.single-events .glad2025 h5, .single-events .glad2025 .h5 {
  font-family: Poppins, sans-serif;
  font-size: 0.8em;
  color: #0d96d4;
  font-weight: 700;
}
.single-events .glad2025 a {
  color: #333333;
  text-decoration: underline;
  text-decoration-color: #f1b142;
}
.single-events .glad2025 a:hover {
  text-decoration-color: #0096d6;
}
.single-events .glad2025 .glad-details p {
  font-size: 100%;
}
.single-events .glad2025 .glad-highlight {
  background-color: #41aad8;
  margin: 80px -80px 0;
  padding: 10px 80px 70px;
  position: relative;
}
.single-events .glad2025 .glad-highlight h2 {
  margin-top: 30px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}
.single-events .glad2025 .glad-highlight h2:first-of-type {
  margin-bottom: 15px;
}
.single-events .glad2025 .glad-highlight h4 {
  font-family: Poppins, sans-serif;
  color: black;
  max-width: 550px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
}
.single-events .glad2025 .glad-highlight p {
  color: black;
}
@media screen and (max-width: 767px) {
  .single-events .glad2025 h1 {
    margin-top: 50px;
  }
  .single-events .glad2025 .glad-anchor a {
    padding: 8px;
    margin: 4px 2px;
    display: inline-block;
    width: 40%;
  }
  .single-events .glad2025 .glad-highlight {
    margin: 80px 0 0;
    padding: 10px 30px 30px;
  }
  .single-events .glad2025 .glad-highlight h1 {
    margin-top: 35px;
  }
}
.single-events .agenda li {
  padding-bottom: 1.25em;
}
.single-events .agenda h3 {
  font-size: 1.45em;
}
.single-events .intro:first-of-type {
  margin-top: 2.5em;
}
.single-events .intro.last {
  margin-bottom: 2em;
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
}
.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 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
}
.posts-nav ul li a:hover {
  color: white;
}
.posts-nav ul li.active_page {
  color: white;
  background: #213a70;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@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;
  /*.button {
      font-style: italic;
      background: white;
      border: 1px solid #b7b6bf;
      color: $color-text;
      font-weight: 600;
      border-radius: 10px;
      padding: 20px 30px;
      font-size: 0.77em;
      text-decoration: none;
      &.done {
          color: #b7b6bf;
          cursor: default;
      }
  }
  */
}
.posts-nav.ajax-pager .button.done {
  color: white;
  cursor: default;
  background: none;
}

/* @end */
.section.subscribe {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
  background: #0d96d4;
  transform: translate(0, 100%);
}
.section.subscribe .wrap {
  position: relative;
  padding: 13px 0 12px;
}
.section.subscribe form {
  margin: 0 auto;
  padding: 7px 10px;
  max-width: 300px;
  background: white;
  display: flex;
  align-items: center;
}
.section.subscribe form label {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 48px 0px 10px;
  color: #0d96d4;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
.section.subscribe form input[type=email] {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 10px;
  font-size: 14px;
  flex-grow: 2;
}
.section.subscribe form ::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #7f8080;
  font-size: 14px;
}
.section.subscribe form :-moz-placeholder {
  text-transform: capitalize;
  color: #7f8080;
  font-size: 14px;
}
.section.subscribe form ::-moz-placeholder {
  text-transform: capitalize;
  color: #7f8080;
  font-size: 14px;
}
.section.subscribe form :-ms-input-placeholder {
  text-transform: capitalize;
  color: #7f8080;
  font-size: 14px;
}
.section.subscribe form .subscribe-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  border: 3px solid #0d96d4;
  border-radius: 50%;
  padding: 0;
  width: 34px;
  height: 34px;
  background: none;
  text-align: center;
  color: #0d96d4;
  font-size: 18px;
}
.section.subscribe form .subscribe-button:hover {
  background: #0d96d4;
  color: white;
}
.section.subscribe form button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  border: 3px solid #0d96d4;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 30px;
  background: none;
  text-align: center;
  color: #0d96d4;
  font-size: 20px;
}
.section.subscribe form button > span {
  margin: 0 0 0 2px;
}
.section.subscribe form button:hover {
  background: #0d96d4;
  color: white;
}
@media screen and (min-height: 800px) {
  .section.subscribe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    visibility: visible;
  }
  .section.subscribe.on {
    transform: translate(0, 0%);
  }
  .section.subscribe.on .wrap:before {
    height: 20px;
  }
  .section.subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    width: auto;
    transform: translate(0, 0);
    transition: none;
  }
}
@media screen and (max-height: 799px) {
  .section.subscribe {
    visibility: visible;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .section.subscribe form button {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .section.subscribe form {
    display: block;
  }
  .section.subscribe form label {
    width: auto;
    padding: 0;
    text-align: left;
  }
  .section.subscribe form input[type=email] {
    padding: 5px 0;
    width: calc(100% - 50px);
  }
  .section.subscribe form button {
    margin: 0 0 0 74px;
  }
}

.section.subscribe.cloned {
  visibility: hidden;
  z-index: -1;
}

.section.subscribe.done + .section.subscribe.cloned {
  display: none;
}

#share-tab {
  position: absolute;
  z-index: 900;
  right: 0;
  top: 400px;
  color: white;
  line-height: 1;
}
#share-tab.fixed {
  position: fixed;
  top: 200px;
}
#share-tab > a.toggle {
  position: relative;
  z-index: 1;
  transform-origin: 100% 100%;
  transform: rotate(-90deg);
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 44px;
  height: 60px;
  width: 80px;
  text-align: center;
  background: #0d96d4;
  color: inherit;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0px 0px 0 0;
}
#share-tab > a.toggle.on, #share-tab > a.toggle:hover {
  background-color: #213a70;
}
#share-tab ul, #share-tab li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#share-tab ul {
  position: absolute;
  right: 16px;
  top: 150px;
  width: 44px;
  padding: 5px 0;
  background: #0d96d4;
  text-align: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  margin: -30px 0 0 0;
  max-height: 0px;
  overflow: hidden;
}
#share-tab ul:before {
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0 0 0 -6px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid #0d96d4;
  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: #213a70;
}
body.share-on #share-tab ul {
  z-index: 1;
  opacity: 1;
  margin-top: 0;
  max-height: 500px;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  #share-tab {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 50px 15px 10px;
    background: transparent;
    display: flex;
    margin: 0 auto;
    width: 300px;
  }
  .page-parent #share-tab, .page-child #share-tab {
    margin-bottom: 40px;
  }
  #share-tab > a.toggle {
    transform: none;
    -moz-clip-path: none;
    -o-clip-path: none;
    -ms-clip-path: none;
    clip-path: none;
    height: auto;
  }
  #share-tab > a.toggle:before {
    display: none;
  }
  #share-tab ul {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    max-height: none;
    opacity: 1;
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-around;
    background: transparent;
  }
  #share-tab ul:before {
    display: none;
  }
  #share-tab ul li {
    display: inline-block;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0d96d4;
    width: 45px;
  }
  #share-tab ul li a {
    padding: 5px;
  }
}

form.search {
  margin: 1em auto;
  text-align: center;
}
form.search button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
}
form.search button > span {
  margin: 0;
}
form.search input[type=text] {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
  font-family: Poppins, sans-serif;
}

body.search #main {
  padding-top: 50px;
}

#buttons-posts-filter {
  font-family: Poppins, sans-serif;
  margin: 50px auto;
  text-align: center;
  font-weight: 600;
}
#buttons-posts-filter > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#buttons-posts-filter > .wrap > label,
#buttons-posts-filter > .wrap > button {
  padding: 10px;
  margin: 0 10px;
  font-size: 18px;
  line-height: 1;
}
#buttons-posts-filter > .wrap > label {
  position: relative;
  flex-grow: 1;
  margin: 0 10px;
  padding: 10px;
  background: #7f8080;
  color: white;
  text-transform: none;
  cursor: pointer;
  transition: all 0.2s;
}
#buttons-posts-filter > .wrap > label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
#buttons-posts-filter > .wrap > label.on, #buttons-posts-filter > .wrap > label:hover {
  background-color: #213a70;
}
#buttons-posts-filter > .wrap button[type=reset] {
  text-transform: capitalize;
  background: none;
  color: #7f8080;
  font-weight: 400;
}
#buttons-posts-filter > .wrap button[type=reset]:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 500px) {
  #buttons-posts-filter > .wrap {
    display: inline-grid;
  }
  #buttons-posts-filter > .wrap > label {
    margin: 0 10px 15px;
    padding: 15px 20px;
  }
}

#author-posts-filter {
  font-family: "Roboto Condensed", sans-serif;
  margin: 50px auto 0px;
  padding: 25px 0 80px;
}
#author-posts-filter h3 {
  text-align: center;
  text-transform: capitalize;
  color: #7f8080;
}
#author-posts-filter > .wrap {
  padding: 0 20px;
  box-sizing: border-box;
}

#posts-filter {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 11;
  margin: 50px auto 0px;
  padding: 25px 0 80px;
  background: url(images/dots.png) 50% 100%;
}
#posts-filter > .wrap {
  position: relative;
}
#posts-filter > .wrap:before {
  content: " ";
  display: block;
  z-index: -1;
  position: absolute;
  top: -25px;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background-color: white;
}
@media screen and (max-width: 1124px) {
  #posts-filter > .wrap:before {
    width: calc(100% + 30px);
    left: -15px;
  }
}
#posts-filter .page-description {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  overflow: auto;
}
#posts-filter .page-description article {
  padding: 0 20px 0 0;
  width: 70%;
  box-sizing: border-box;
  font-size: 0.9em;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #posts-filter .page-description article {
    padding: 0 0 20px 0;
    width: 100%;
  }
}
#posts-filter .page-description aside {
  width: 30%;
  order: 0;
  box-sizing: border-box;
  font-size: 90%;
  border: 0 solid #7f8080;
  border-left-width: 1px;
  padding: 0 0 0 25px;
  color: #7f8080;
}
@media screen and (max-width: 767px) {
  #posts-filter .page-description aside {
    border-left-width: 0;
    border-top-width: 1px;
    padding: 25px 0 0 0;
    width: 100%;
  }
}
#posts-filter .page-description aside h6 {
  color: inherit;
  font-style: inherit;
  font-size: inherit;
  text-transform: capitalize;
  font-weight: 600;
}

form#browse {
  display: flex;
  position: relative;
  z-index: 5;
  align-items: center;
  padding: 25px 0 0;
}
form#browse .filters {
  height: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
form#browse .filters .filter {
  margin-right: 15px;
}
form#browse .filters > select {
  visibility: hidden;
}
form#browse .query {
  display: flex;
  height: 50px;
  flex-grow: 1;
}
form#browse .query input[type=text] {
  width: 100%;
}
form#browse .input.select strong {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 52px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
@media screen and (max-width: 767px) {
  form#browse .input.select strong {
    width: 100%;
  }
}
form#browse .input.select strong .text {
  font-weight: 600;
  min-width: 100px;
  text-transform: capitalize;
}
form#browse .input.select strong .icon {
  font-weight: 600;
}
form#browse .input.select .select {
  background-color: #213a70;
}
form#browse .input.select .select .option:hover {
  background-color: #0d96d4;
}
form#browse .input.select.selected strong, form#browse .input.select.on strong {
  background-color: #213a70;
}
form#browse input[type=text] {
  border: 0;
  padding-left: 18px;
  background: #7f8080;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  flex-grow: 5;
  margin: 0 15px 0 0;
  letter-spacing: 0.015em;
}
form#browse ::-webkit-input-placeholder {
  color: white;
  text-transform: capitalize;
}
form#browse :-moz-placeholder {
  color: white;
  text-transform: capitalize;
}
form#browse ::-moz-placeholder {
  color: white;
  text-transform: capitalize;
}
form#browse :-ms-input-placeholder {
  color: white;
  text-transform: capitalize;
}
form#browse .actions {
  position: relative;
}
form#browse .actions .reset {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  font-size: 15px;
  color: #7f8080;
}
form#browse button {
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  text-align: center;
  padding: 0px 30px;
  line-height: 50px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1024px) {
  form#browse .input.select strong .text {
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  form#browse {
    display: block;
  }
  form#browse:after {
    content: " ";
    display: block;
    clear: both;
  }
  form#browse .filters {
    height: auto;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  form#browse .filters .filter {
    flex-grow: 1;
    margin: 0 0 15px 0;
    width: 100%;
  }
  form#browse .filters .filter .input.select {
    display: block;
  }
  form#browse .query {
    float: left;
    width: 80%;
    width: calc(100% - 120px);
  }
  form#browse .query input[type=text] {
    margin-right: 0;
    width: 100%;
  }
  form#browse .actions {
    float: right;
    width: 105px;
  }
  form#browse .actions button {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 450px) {
  form#browse .filters {
    display: block;
  }
  form#browse .filters .filter {
    margin: 0 auto 15px;
  }
  form#browse .filters .filter + .filter {
    margin-left: 0;
  }
}

#posts-filter + #main:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(images/dots.png) 50% 1px;
  margin-top: -1px;
}

#support-work {
  max-width: 840px;
  margin: 0 auto 50px;
  padding: 50px 15px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  background: url(images/map.jpg) no-repeat center;
  background-size: cover;
}
#support-work .section-title {
  margin: 0.8em auto 1em;
  max-width: 575px;
  font-size: 150%;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}
#support-work .button {
  padding: 15px 50px;
}

#related {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin: 0 0 50px;
}
#related .section-title {
  margin: 0 auto 50px;
  text-align: center;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  color: #7f8080;
  font-weight: 600;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 1064px) {
  #related .wrap {
    max-width: 1064px;
  }
}
@media screen and (max-width: 767px) {
  #related {
    padding-top: 0;
  }
}

#page-intro {
  padding: 30px 0 0;
  background: url(images/dots.png) center;
  text-align: center;
  font-weight: 500;
  color: #0d96d4;
}
#page-intro .wrap {
  position: relative;
  box-sizing: border-box;
  background: white;
  padding: 60px 0px 50px;
}
#page-intro .wrap .content {
  max-width: 680px;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
}
.page-about-aicgs #page-intro .wrap {
  padding-bottom: 0;
}
#page-intro .wrap h3 {
  line-height: 1.4;
  font-family: Poppins, sans-serif;
}
#page-intro .wrap h3.anniversary-logo {
  float: left;
  max-width: 480px;
  text-align: left;
}
@media screen and (max-width: 675px) {
  #page-intro .wrap h3.anniversary-logo {
    max-width: none;
    text-align: center;
    padding-bottom: 0;
  }
  #page-intro .wrap img.anniversary-logo {
    float: none;
  }
}

#twitter-tweets {
  margin: 90px 0 100px;
  background: url(images/dots.png) center;
  text-align: center;
}
#twitter-tweets .screen_name {
  position: absolute;
  color: #333333;
  top: -50px;
  left: 50%;
  width: 100px;
  margin: 0 0 0 -50px;
  text-align: center;
  font-size: 32px;
}
#twitter-tweets .wrap {
  max-width: 730px;
  margin: 0 auto;
  background: white;
}
#twitter-tweets a {
  color: inherit;
}
#twitter-tweets .content {
  max-width: 600px;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 15px;
}
#twitter-tweets .meta {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0.5em 0 0;
  text-align: center;
  font-size: 14px;
}
#twitter-tweets.loading .content:before {
  content: "Loading...";
}
@media screen and (max-width: 767px) {
  #twitter-tweets .content {
    font-size: 18px;
  }
}

#mission {
  margin: 50px auto;
  padding: 100px 15px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  background: url(images/map.jpg) no-repeat center;
  background-size: cover;
}
#mission .section-title {
  font-family: Poppins, sans-serif;
  margin: 0 auto 1em;
  max-width: 700px;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}
#mission .button {
  padding: 15px 75px;
  margin: 0 0.5em;
}
@media screen and (max-width: 767px) {
  #mission .section-title {
    font-size: 1.7rem;
  }
  #mission .button {
    margin-bottom: 0.5em;
  }
}

#contributors {
  margin: 0 0 80px;
}

.contributors .section-title {
  margin: 0 auto 50px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: capitalize;
  color: #7f8080;
  font-family: Poppins, sans-serif;
}

.contributors-index {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: -100px;
}
.contributors-index .filters {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.contributors-index .filters .label {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 10px;
  background: #7f8080;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  box-sizing: border-box;
}
.contributors-index .filters .label.on, .contributors-index .filters .label:hover {
  background-color: #213a70;
}
.contributors-index .alpha {
  font-size: 120%;
}
.contributors-index .alpha a {
  display: inline-block;
  padding: 0.25em 0.25em;
  color: inherit;
  text-decoration: none;
}
.contributors-index .alpha a:hover {
  background: #0d96d4;
  color: white;
}
@media screen and (max-width: 767px) {
  .contributors-index .filters {
    font-size: 80%;
  }
  .contributors-index .filters .label {
    margin: 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .contributors-index .filters {
    flex-wrap: wrap;
  }
  .contributors-index .filters .label {
    flex-grow: 0;
    display: inline-block;
    margin: 0 5px 10px;
    padding: 5px;
    width: calc(50% - 10px);
  }
}

.contributors-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
  @media screen and (max-width:$mobile-breakpoint) {
      display: block;
      > .hentry {
          display: block;
          max-width: none;
          margin: 0 auto 15px;
          width: auto;

      }
  }
  */
}
.contributors-row > .empty {
  text-align: center;
  width: 100%;
  padding: 200px 0 100px;
}
.contributors-row > .section-heading {
  width: 100%;
  font-weight: 700;
  padding-top: 150px;
}
.contributors-row > .hentry {
  margin-bottom: 0;
  width: calc((100% / 4) - 15px);
}
@media screen and (max-width: 767px) {
  .contributors-row > .hentry {
    width: 50%;
    max-width: none;
  }
}

#video-appeal {
  position: relative;
  margin: 50px auto;
}

#recent-posts-bottom {
  position: relative;
  margin: 50px auto;
  z-index: 9;
  background: #f1f1f1 center no-repeat;
  padding: 10px 0 40px;
}
#recent-posts-bottom:before {
  display: block;
  content: " ";
  position: absolute;
  top: -100px;
  width: 100%;
  left: 0;
  height: 100px;
  background: #f1f1f1 center no-repeat;
  background-size: cover;
}
#recent-posts-bottom .hentry.video {
  flex-grow: initial;
  background-position: initial;
  overflow: hidden;
}
#recent-posts-bottom .hentry.excerpt {
  background: transparent;
}
#recent-posts-bottom .hentry.excerpt .section-title {
  text-align: center;
  color: #7f8080;
  text-transform: capitalize;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  margin-bottom: 25px;
}
#recent-posts-bottom .hentry.excerpt .title {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 850px) and (min-width: 767px) {
  #recent-posts-bottom .hentry.excerpt .section-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  #recent-posts-bottom .hentry.excerpt .section-title {
    font-size: 20px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.posts-interrupt {
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .posts-interrupt > .contributors {
    width: calc(((100% / 3) * 2) - 15px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .posts-interrupt > .contributors {
    width: 100%;
  }
}
.posts-interrupt .contributors-row {
  justify-content: center;
  align-content: center;
}
.posts-interrupt .contributors-row > .hentry {
  width: calc((100% / 3) - 15px);
  margin-left: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .posts-interrupt .contributors-row > .hentry {
    width: calc((100% / 2) - 15px);
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 992px) {
  .posts-interrupt .contributors-row > .hentry.author .name {
    font-size: 85%;
  }
}

.posts-interrupt-trending-terms {
  margin: 0 20px 40px;
  width: 100%;
  padding: 2px 0;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.posts-interrupt-trending-terms .label {
  display: inline-block;
  padding: 25px 30px;
  background: #f1f1f1;
}
.posts-interrupt-trending-terms .trending-terms {
  color: #7f8080;
  padding: 15px 30px;
}
.posts-interrupt-trending-terms .trending-terms a {
  color: inherit;
}
@media screen and (max-width: 500px) {
  .posts-interrupt-trending-terms {
    display: block;
    text-align: center;
    border-top: 0;
    padding-top: 0;
  }
  .posts-interrupt-trending-terms .label {
    display: block;
    padding: 5px 15px;
  }
}

.page-styleguide #share-tab,
.page-styleguide #support-work,
.page-styleguide #related,
.page-styleguide #footer:before {
  display: none;
}
.page-styleguide .tag {
  color: #86c0ed;
}
.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: capitalize;
  background: #213a70;
  color: white;
}
.page-styleguide .clickme:hover {
  cursor: pointer;
  background: #0d96d4;
}
.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}
.page-styleguide article {
  display: none;
}
.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}
.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
.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;
}
.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}
.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}
.page-styleguide details .caption {
  margin-bottom: 0;
}
.page-styleguide .circle {
  width: 150px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}
.page-styleguide .circle p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-styleguide .code_area {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */