<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: AICGS
Theme URI: http://www.aicgs.org/
Author: Openbox9

DO NOT EDIT style.css DIRECTLY.

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

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

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

@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

@-moz-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }

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

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

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

@-webkit-keyframes loop {
  from {
    -webkit-transform: translate(0%, 0%); }
  to {
    -webkit-transform: translate(-50%, 0%); } }

@-moz-keyframes loop {
  from {
    -moz-transform: translate(0%, 0%); }
  to {
    -moz-transform: translate(-50%, 0%); } }

@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 &gt; [class*="span"],
.row &gt; [class*="col"],
.wpb_row.vc_row-fluid &gt; [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.row &gt; .col1_10 {
  width: 10%;
  width: -webkit-calc(10% - 25px);
  width: -moz-calc(10% - 25px);
  width: calc(10% - 25px); }

.row &gt; .offset1_10 {
  margin-left: 10%;
  margin-left: -webkit-calc(10% + 25px);
  margin-left: -moz-calc(10% + 25px);
  margin-left: calc(10% + 25px); }

.row &gt; .col1_5, .row &gt; .col2_10, .row &gt; .col3_15 {
  width: 20%;
  width: -webkit-calc(20% - 25px);
  width: -moz-calc(20% - 25px);
  width: calc(20% - 25px); }

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

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

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

.row &gt; .col3_10 {
  width: 30%;
  width: -webkit-calc(30% - 25px);
  width: -moz-calc(30% - 25px);
  width: calc(30% - 25px); }

.row &gt; .offset3_10 {
  margin-left: 30%;
  margin-left: -webkit-calc(30% + 25px);
  margin-left: -moz-calc(30% + 25px);
  margin-left: calc(30% + 25px); }

.row &gt; .col2_5, .row &gt; .col4_10, .row &gt; .col6_15 {
  width: 40%;
  width: -webkit-calc(40% - 25px);
  width: -moz-calc(40% - 25px);
  width: calc(40% - 25px); }

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

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

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

.row &gt; .col3_5, .row &gt; .col6_10, .row &gt; .col9_15 {
  width: 60%;
  width: -webkit-calc(60% - 25px);
  width: -moz-calc(60% - 25px);
  width: calc(60% - 25px); }

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

.row &gt; .col7_10 {
  width: 70%;
  width: -webkit-calc(70% - 25px);
  width: -moz-calc(70% - 25px);
  width: calc(70% - 25px); }

.row &gt; .offset7_10 {
  margin-left: 70%;
  margin-left: -webkit-calc(70% + 25px);
  margin-left: -moz-calc(70% + 25px);
  margin-left: calc(70% + 25px); }

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

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

.row &gt; .col4_5, .row &gt; .col8_10, .row &gt; .col12_15 {
  width: 80%;
  width: -webkit-calc(80% - 25px);
  width: -moz-calc(80% - 25px);
  width: calc(80% - 25px); }

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

.row &gt; .col9_10 {
  width: 90%;
  width: -webkit-calc(90% - 25px);
  width: -moz-calc(90% - 25px);
  width: calc(90% - 25px); }

.row &gt; .offset9_10 {
  margin-left: 90%;
  margin-left: -webkit-calc(90% + 25px);
  margin-left: -moz-calc(90% + 25px);
  margin-left: calc(90% + 25px); }

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

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

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

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

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

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

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

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

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

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

.row &gt; .col1_7, .row &gt; .col2_14 {
  width: 14.286%;
  width: -webkit-calc(14.286% - 25px);
  width: -moz-calc(14.286% - 25px);
  width: calc(14.286% - 25px); }

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

.row &gt; .col2_7, .row &gt; .col4_14 {
  width: 28.571%;
  width: -webkit-calc(28.571% - 25px);
  width: -moz-calc(28.571% - 25px);
  width: calc(28.571% - 25px); }

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

.row &gt; .col3_7, .row &gt; .col6_14 {
  width: 42.857%;
  width: -webkit-calc(42.857% - 25px);
  width: -moz-calc(42.857% - 25px);
  width: calc(42.857% - 25px); }

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

.row &gt; .col4_7, .row &gt; .col8_14 {
  width: 57.143%;
  width: -webkit-calc(57.143% - 25px);
  width: -moz-calc(57.143% - 25px);
  width: calc(57.143% - 25px); }

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

.row &gt; .col5_7, .row &gt; .col10_14 {
  width: 71.429%;
  width: -webkit-calc(71.429% - 25px);
  width: -moz-calc(71.429% - 25px);
  width: calc(71.429% - 25px); }

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

.row &gt; .col6_7, .row &gt; .col12_14 {
  width: 85.714%;
  width: -webkit-calc(85.714% - 25px);
  width: -moz-calc(85.714% - 25px);
  width: calc(85.714% - 25px); }

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

.row &gt; .col1_8, .row &gt; .col2_16 {
  width: 12.5%;
  width: -webkit-calc(12.5% - 25px);
  width: -moz-calc(12.5% - 25px);
  width: calc(12.5% - 25px); }

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

.row &gt; .col3_8, .row &gt; .col6_16 {
  width: 37.5%;
  width: -webkit-calc(37.5% - 25px);
  width: -moz-calc(37.5% - 25px);
  width: calc(37.5% - 25px); }

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

.row &gt; .col5_8, .row &gt; .col10_16 {
  width: 62.5%;
  width: -webkit-calc(62.5% - 25px);
  width: -moz-calc(62.5% - 25px);
  width: calc(62.5% - 25px); }

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

.row &gt; .col7_8, .row &gt; .col14_16 {
  width: 87.5%;
  width: -webkit-calc(87.5% - 25px);
  width: -moz-calc(87.5% - 25px);
  width: calc(87.5% - 25px); }

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

.row &gt; .col1_9 {
  width: 11.111%;
  width: -webkit-calc(11.111% - 25px);
  width: -moz-calc(11.111% - 25px);
  width: calc(11.111% - 25px); }

.row &gt; .offset1_9 {
  margin-left: 11.111%;
  margin-left: -webkit-calc(11.111% + 25px);
  margin-left: -moz-calc(11.111% + 25px);
  margin-left: calc(11.111% + 25px); }

.row &gt; .col2_9 {
  width: 22.222%;
  width: -webkit-calc(22.222% - 25px);
  width: -moz-calc(22.222% - 25px);
  width: calc(22.222% - 25px); }

.row &gt; .offset2_9 {
  margin-left: 22.222%;
  margin-left: -webkit-calc(22.222% + 25px);
  margin-left: -moz-calc(22.222% + 25px);
  margin-left: calc(22.222% + 25px); }

.row &gt; .col4_9 {
  width: 44.444%;
  width: -webkit-calc(44.444% - 25px);
  width: -moz-calc(44.444% - 25px);
  width: calc(44.444% - 25px); }

.row &gt; .offset4_9 {
  margin-left: 44.444%;
  margin-left: -webkit-calc(44.444% + 25px);
  margin-left: -moz-calc(44.444% + 25px);
  margin-left: calc(44.444% + 25px); }

.row &gt; .col5_9 {
  width: 55.556%;
  width: -webkit-calc(55.556% - 25px);
  width: -moz-calc(55.556% - 25px);
  width: calc(55.556% - 25px); }

.row &gt; .offset5_9 {
  margin-left: 55.556%;
  margin-left: -webkit-calc(55.556% + 25px);
  margin-left: -moz-calc(55.556% + 25px);
  margin-left: calc(55.556% + 25px); }

.row &gt; .col7_9 {
  width: 77.778%;
  width: -webkit-calc(77.778% - 25px);
  width: -moz-calc(77.778% - 25px);
  width: calc(77.778% - 25px); }

.row &gt; .offset7_9 {
  margin-left: 77.778%;
  margin-left: -webkit-calc(77.778% + 25px);
  margin-left: -moz-calc(77.778% + 25px);
  margin-left: calc(77.778% + 25px); }

.row &gt; .col8_9 {
  width: 88.889%;
  width: -webkit-calc(88.889% - 25px);
  width: -moz-calc(88.889% - 25px);
  width: calc(88.889% - 25px); }

.row &gt; .offset8_9 {
  margin-left: 88.889%;
  margin-left: -webkit-calc(88.889% + 25px);
  margin-left: -moz-calc(88.889% + 25px);
  margin-left: calc(88.889% + 25px); }

.row &gt; .col1_11 {
  width: 9.091%;
  width: -webkit-calc(9.091% - 25px);
  width: -moz-calc(9.091% - 25px);
  width: calc(9.091% - 25px); }

.row &gt; .offset1_11 {
  margin-left: 9.091%;
  margin-left: -webkit-calc(9.091% + 25px);
  margin-left: -moz-calc(9.091% + 25px);
  margin-left: calc(9.091% + 25px); }

.row &gt; .col2_11 {
  width: 18.182%;
  width: -webkit-calc(18.182% - 25px);
  width: -moz-calc(18.182% - 25px);
  width: calc(18.182% - 25px); }

.row &gt; .offset2_11 {
  margin-left: 18.182%;
  margin-left: -webkit-calc(18.182% + 25px);
  margin-left: -moz-calc(18.182% + 25px);
  margin-left: calc(18.182% + 25px); }

.row &gt; .col3_11 {
  width: 27.273%;
  width: -webkit-calc(27.273% - 25px);
  width: -moz-calc(27.273% - 25px);
  width: calc(27.273% - 25px); }

.row &gt; .offset3_11 {
  margin-left: 27.273%;
  margin-left: -webkit-calc(27.273% + 25px);
  margin-left: -moz-calc(27.273% + 25px);
  margin-left: calc(27.273% + 25px); }

.row &gt; .col4_11 {
  width: 36.364%;
  width: -webkit-calc(36.364% - 25px);
  width: -moz-calc(36.364% - 25px);
  width: calc(36.364% - 25px); }

.row &gt; .offset4_11 {
  margin-left: 36.364%;
  margin-left: -webkit-calc(36.364% + 25px);
  margin-left: -moz-calc(36.364% + 25px);
  margin-left: calc(36.364% + 25px); }

.row &gt; .col5_11 {
  width: 45.455%;
  width: -webkit-calc(45.455% - 25px);
  width: -moz-calc(45.455% - 25px);
  width: calc(45.455% - 25px); }

.row &gt; .offset5_11 {
  margin-left: 45.455%;
  margin-left: -webkit-calc(45.455% + 25px);
  margin-left: -moz-calc(45.455% + 25px);
  margin-left: calc(45.455% + 25px); }

.row &gt; .col6_11 {
  width: 54.545%;
  width: -webkit-calc(54.545% - 25px);
  width: -moz-calc(54.545% - 25px);
  width: calc(54.545% - 25px); }

.row &gt; .offset6_11 {
  margin-left: 54.545%;
  margin-left: -webkit-calc(54.545% + 25px);
  margin-left: -moz-calc(54.545% + 25px);
  margin-left: calc(54.545% + 25px); }

.row &gt; .col7_11 {
  width: 63.636%;
  width: -webkit-calc(63.636% - 25px);
  width: -moz-calc(63.636% - 25px);
  width: calc(63.636% - 25px); }

.row &gt; .offset7_11 {
  margin-left: 63.636%;
  margin-left: -webkit-calc(63.636% + 25px);
  margin-left: -moz-calc(63.636% + 25px);
  margin-left: calc(63.636% + 25px); }

.row &gt; .col8_11 {
  width: 72.727%;
  width: -webkit-calc(72.727% - 25px);
  width: -moz-calc(72.727% - 25px);
  width: calc(72.727% - 25px); }

.row &gt; .offset8_11 {
  margin-left: 72.727%;
  margin-left: -webkit-calc(72.727% + 25px);
  margin-left: -moz-calc(72.727% + 25px);
  margin-left: calc(72.727% + 25px); }

.row &gt; .col9_11 {
  width: 81.818%;
  width: -webkit-calc(81.818% - 25px);
  width: -moz-calc(81.818% - 25px);
  width: calc(81.818% - 25px); }

.row &gt; .offset9_11 {
  margin-left: 81.818%;
  margin-left: -webkit-calc(81.818% + 25px);
  margin-left: -moz-calc(81.818% + 25px);
  margin-left: calc(81.818% + 25px); }

.row &gt; .col10_11 {
  width: 90.909%;
  width: -webkit-calc(90.909% - 25px);
  width: -moz-calc(90.909% - 25px);
  width: calc(90.909% - 25px); }

.row &gt; .offset10_11 {
  margin-left: 90.909%;
  margin-left: -webkit-calc(90.909% + 25px);
  margin-left: -moz-calc(90.909% + 25px);
  margin-left: calc(90.909% + 25px); }

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

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

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

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

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

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

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

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

.row &gt; .col1_13 {
  width: 7.692%;
  width: -webkit-calc(7.692% - 25px);
  width: -moz-calc(7.692% - 25px);
  width: calc(7.692% - 25px); }

.row &gt; .offset1_13 {
  margin-left: 7.692%;
  margin-left: -webkit-calc(7.692% + 25px);
  margin-left: -moz-calc(7.692% + 25px);
  margin-left: calc(7.692% + 25px); }

.row &gt; .col2_13 {
  width: 15.385%;
  width: -webkit-calc(15.385% - 25px);
  width: -moz-calc(15.385% - 25px);
  width: calc(15.385% - 25px); }

.row &gt; .offset2_13 {
  margin-left: 15.385%;
  margin-left: -webkit-calc(15.385% + 25px);
  margin-left: -moz-calc(15.385% + 25px);
  margin-left: calc(15.385% + 25px); }

.row &gt; .col3_13 {
  width: 23.077%;
  width: -webkit-calc(23.077% - 25px);
  width: -moz-calc(23.077% - 25px);
  width: calc(23.077% - 25px); }

.row &gt; .offset3_13 {
  margin-left: 23.077%;
  margin-left: -webkit-calc(23.077% + 25px);
  margin-left: -moz-calc(23.077% + 25px);
  margin-left: calc(23.077% + 25px); }

.row &gt; .col4_13 {
  width: 30.769%;
  width: -webkit-calc(30.769% - 25px);
  width: -moz-calc(30.769% - 25px);
  width: calc(30.769% - 25px); }

.row &gt; .offset4_13 {
  margin-left: 30.769%;
  margin-left: -webkit-calc(30.769% + 25px);
  margin-left: -moz-calc(30.769% + 25px);
  margin-left: calc(30.769% + 25px); }

.row &gt; .col5_13 {
  width: 38.462%;
  width: -webkit-calc(38.462% - 25px);
  width: -moz-calc(38.462% - 25px);
  width: calc(38.462% - 25px); }

.row &gt; .offset5_13 {
  margin-left: 38.462%;
  margin-left: -webkit-calc(38.462% + 25px);
  margin-left: -moz-calc(38.462% + 25px);
  margin-left: calc(38.462% + 25px); }

.row &gt; .col6_13 {
  width: 46.154%;
  width: -webkit-calc(46.154% - 25px);
  width: -moz-calc(46.154% - 25px);
  width: calc(46.154% - 25px); }

.row &gt; .offset6_13 {
  margin-left: 46.154%;
  margin-left: -webkit-calc(46.154% + 25px);
  margin-left: -moz-calc(46.154% + 25px);
  margin-left: calc(46.154% + 25px); }

.row &gt; .col7_13 {
  width: 53.846%;
  width: -webkit-calc(53.846% - 25px);
  width: -moz-calc(53.846% - 25px);
  width: calc(53.846% - 25px); }

.row &gt; .offset7_13 {
  margin-left: 53.846%;
  margin-left: -webkit-calc(53.846% + 25px);
  margin-left: -moz-calc(53.846% + 25px);
  margin-left: calc(53.846% + 25px); }

.row &gt; .col8_13 {
  width: 61.538%;
  width: -webkit-calc(61.538% - 25px);
  width: -moz-calc(61.538% - 25px);
  width: calc(61.538% - 25px); }

.row &gt; .offset8_13 {
  margin-left: 61.538%;
  margin-left: -webkit-calc(61.538% + 25px);
  margin-left: -moz-calc(61.538% + 25px);
  margin-left: calc(61.538% + 25px); }

.row &gt; .col9_13 {
  width: 69.231%;
  width: -webkit-calc(69.231% - 25px);
  width: -moz-calc(69.231% - 25px);
  width: calc(69.231% - 25px); }

.row &gt; .offset9_13 {
  margin-left: 69.231%;
  margin-left: -webkit-calc(69.231% + 25px);
  margin-left: -moz-calc(69.231% + 25px);
  margin-left: calc(69.231% + 25px); }

.row &gt; .col10_13 {
  width: 76.923%;
  width: -webkit-calc(76.923% - 25px);
  width: -moz-calc(76.923% - 25px);
  width: calc(76.923% - 25px); }

.row &gt; .offset10_13 {
  margin-left: 76.923%;
  margin-left: -webkit-calc(76.923% + 25px);
  margin-left: -moz-calc(76.923% + 25px);
  margin-left: calc(76.923% + 25px); }

.row &gt; .col11_13 {
  width: 84.615%;
  width: -webkit-calc(84.615% - 25px);
  width: -moz-calc(84.615% - 25px);
  width: calc(84.615% - 25px); }

.row &gt; .offset11_13 {
  margin-left: 84.615%;
  margin-left: -webkit-calc(84.615% + 25px);
  margin-left: -moz-calc(84.615% + 25px);
  margin-left: calc(84.615% + 25px); }

.row &gt; .col12_13 {
  width: 92.308%;
  width: -webkit-calc(92.308% - 25px);
  width: -moz-calc(92.308% - 25px);
  width: calc(92.308% - 25px); }

.row &gt; .offset12_13 {
  margin-left: 92.308%;
  margin-left: -webkit-calc(92.308% + 25px);
  margin-left: -moz-calc(92.308% + 25px);
  margin-left: calc(92.308% + 25px); }

.row &gt; .col1_14 {
  width: 7.143%;
  width: -webkit-calc(7.143% - 25px);
  width: -moz-calc(7.143% - 25px);
  width: calc(7.143% - 25px); }

.row &gt; .offset1_14 {
  margin-left: 7.143%;
  margin-left: -webkit-calc(7.143% + 25px);
  margin-left: -moz-calc(7.143% + 25px);
  margin-left: calc(7.143% + 25px); }

.row &gt; .col3_14 {
  width: 21.429%;
  width: -webkit-calc(21.429% - 25px);
  width: -moz-calc(21.429% - 25px);
  width: calc(21.429% - 25px); }

.row &gt; .offset3_14 {
  margin-left: 21.429%;
  margin-left: -webkit-calc(21.429% + 25px);
  margin-left: -moz-calc(21.429% + 25px);
  margin-left: calc(21.429% + 25px); }

.row &gt; .col5_14 {
  width: 35.714%;
  width: -webkit-calc(35.714% - 25px);
  width: -moz-calc(35.714% - 25px);
  width: calc(35.714% - 25px); }

.row &gt; .offset5_14 {
  margin-left: 35.714%;
  margin-left: -webkit-calc(35.714% + 25px);
  margin-left: -moz-calc(35.714% + 25px);
  margin-left: calc(35.714% + 25px); }

.row &gt; .col9_14 {
  width: 64.286%;
  width: -webkit-calc(64.286% - 25px);
  width: -moz-calc(64.286% - 25px);
  width: calc(64.286% - 25px); }

.row &gt; .offset9_14 {
  margin-left: 64.286%;
  margin-left: -webkit-calc(64.286% + 25px);
  margin-left: -moz-calc(64.286% + 25px);
  margin-left: calc(64.286% + 25px); }

.row &gt; .col11_14 {
  width: 78.571%;
  width: -webkit-calc(78.571% - 25px);
  width: -moz-calc(78.571% - 25px);
  width: calc(78.571% - 25px); }

.row &gt; .offset11_14 {
  margin-left: 78.571%;
  margin-left: -webkit-calc(78.571% + 25px);
  margin-left: -moz-calc(78.571% + 25px);
  margin-left: calc(78.571% + 25px); }

.row &gt; .col13_14 {
  width: 92.857%;
  width: -webkit-calc(92.857% - 25px);
  width: -moz-calc(92.857% - 25px);
  width: calc(92.857% - 25px); }

.row &gt; .offset13_14 {
  margin-left: 92.857%;
  margin-left: -webkit-calc(92.857% + 25px);
  margin-left: -moz-calc(92.857% + 25px);
  margin-left: calc(92.857% + 25px); }

.row &gt; .col1_15 {
  width: 6.667%;
  width: -webkit-calc(6.667% - 25px);
  width: -moz-calc(6.667% - 25px);
  width: calc(6.667% - 25px); }

.row &gt; .offset1_15 {
  margin-left: 6.667%;
  margin-left: -webkit-calc(6.667% + 25px);
  margin-left: -moz-calc(6.667% + 25px);
  margin-left: calc(6.667% + 25px); }

.row &gt; .col2_15 {
  width: 13.333%;
  width: -webkit-calc(13.333% - 25px);
  width: -moz-calc(13.333% - 25px);
  width: calc(13.333% - 25px); }

.row &gt; .offset2_15 {
  margin-left: 13.333%;
  margin-left: -webkit-calc(13.333% + 25px);
  margin-left: -moz-calc(13.333% + 25px);
  margin-left: calc(13.333% + 25px); }

.row &gt; .col4_15 {
  width: 26.667%;
  width: -webkit-calc(26.667% - 25px);
  width: -moz-calc(26.667% - 25px);
  width: calc(26.667% - 25px); }

.row &gt; .offset4_15 {
  margin-left: 26.667%;
  margin-left: -webkit-calc(26.667% + 25px);
  margin-left: -moz-calc(26.667% + 25px);
  margin-left: calc(26.667% + 25px); }

.row &gt; .col7_15 {
  width: 46.667%;
  width: -webkit-calc(46.667% - 25px);
  width: -moz-calc(46.667% - 25px);
  width: calc(46.667% - 25px); }

.row &gt; .offset7_15 {
  margin-left: 46.667%;
  margin-left: -webkit-calc(46.667% + 25px);
  margin-left: -moz-calc(46.667% + 25px);
  margin-left: calc(46.667% + 25px); }

.row &gt; .col8_15 {
  width: 53.333%;
  width: -webkit-calc(53.333% - 25px);
  width: -moz-calc(53.333% - 25px);
  width: calc(53.333% - 25px); }

.row &gt; .offset8_15 {
  margin-left: 53.333%;
  margin-left: -webkit-calc(53.333% + 25px);
  margin-left: -moz-calc(53.333% + 25px);
  margin-left: calc(53.333% + 25px); }

.row &gt; .col11_15 {
  width: 73.333%;
  width: -webkit-calc(73.333% - 25px);
  width: -moz-calc(73.333% - 25px);
  width: calc(73.333% - 25px); }

.row &gt; .offset11_15 {
  margin-left: 73.333%;
  margin-left: -webkit-calc(73.333% + 25px);
  margin-left: -moz-calc(73.333% + 25px);
  margin-left: calc(73.333% + 25px); }

.row &gt; .col13_15 {
  width: 86.667%;
  width: -webkit-calc(86.667% - 25px);
  width: -moz-calc(86.667% - 25px);
  width: calc(86.667% - 25px); }

.row &gt; .offset13_15 {
  margin-left: 86.667%;
  margin-left: -webkit-calc(86.667% + 25px);
  margin-left: -moz-calc(86.667% + 25px);
  margin-left: calc(86.667% + 25px); }

.row &gt; .col14_15 {
  width: 93.333%;
  width: -webkit-calc(93.333% - 25px);
  width: -moz-calc(93.333% - 25px);
  width: calc(93.333% - 25px); }

.row &gt; .offset14_15 {
  margin-left: 93.333%;
  margin-left: -webkit-calc(93.333% + 25px);
  margin-left: -moz-calc(93.333% + 25px);
  margin-left: calc(93.333% + 25px); }

.row &gt; .col1_16 {
  width: 6.25%;
  width: -webkit-calc(6.25% - 25px);
  width: -moz-calc(6.25% - 25px);
  width: calc(6.25% - 25px); }

.row &gt; .offset1_16 {
  margin-left: 6.25%;
  margin-left: -webkit-calc(6.25% + 25px);
  margin-left: -moz-calc(6.25% + 25px);
  margin-left: calc(6.25% + 25px); }

.row &gt; .col3_16 {
  width: 18.75%;
  width: -webkit-calc(18.75% - 25px);
  width: -moz-calc(18.75% - 25px);
  width: calc(18.75% - 25px); }

.row &gt; .offset3_16 {
  margin-left: 18.75%;
  margin-left: -webkit-calc(18.75% + 25px);
  margin-left: -moz-calc(18.75% + 25px);
  margin-left: calc(18.75% + 25px); }

.row &gt; .col5_16 {
  width: 31.25%;
  width: -webkit-calc(31.25% - 25px);
  width: -moz-calc(31.25% - 25px);
  width: calc(31.25% - 25px); }

.row &gt; .offset5_16 {
  margin-left: 31.25%;
  margin-left: -webkit-calc(31.25% + 25px);
  margin-left: -moz-calc(31.25% + 25px);
  margin-left: calc(31.25% + 25px); }

.row &gt; .col7_16 {
  width: 43.75%;
  width: -webkit-calc(43.75% - 25px);
  width: -moz-calc(43.75% - 25px);
  width: calc(43.75% - 25px); }

.row &gt; .offset7_16 {
  margin-left: 43.75%;
  margin-left: -webkit-calc(43.75% + 25px);
  margin-left: -moz-calc(43.75% + 25px);
  margin-left: calc(43.75% + 25px); }

.row &gt; .col9_16 {
  width: 56.25%;
  width: -webkit-calc(56.25% - 25px);
  width: -moz-calc(56.25% - 25px);
  width: calc(56.25% - 25px); }

.row &gt; .offset9_16 {
  margin-left: 56.25%;
  margin-left: -webkit-calc(56.25% + 25px);
  margin-left: -moz-calc(56.25% + 25px);
  margin-left: calc(56.25% + 25px); }

.row &gt; .col11_16 {
  width: 68.75%;
  width: -webkit-calc(68.75% - 25px);
  width: -moz-calc(68.75% - 25px);
  width: calc(68.75% - 25px); }

.row &gt; .offset11_16 {
  margin-left: 68.75%;
  margin-left: -webkit-calc(68.75% + 25px);
  margin-left: -moz-calc(68.75% + 25px);
  margin-left: calc(68.75% + 25px); }

.row &gt; .col13_16 {
  width: 81.25%;
  width: -webkit-calc(81.25% - 25px);
  width: -moz-calc(81.25% - 25px);
  width: calc(81.25% - 25px); }

.row &gt; .offset13_16 {
  margin-left: 81.25%;
  margin-left: -webkit-calc(81.25% + 25px);
  margin-left: -moz-calc(81.25% + 25px);
  margin-left: calc(81.25% + 25px); }

.row &gt; .col15_16 {
  width: 93.75%;
  width: -webkit-calc(93.75% - 25px);
  width: -moz-calc(93.75% - 25px);
  width: calc(93.75% - 25px); }

.row &gt; .offset15_16 {
  margin-left: 93.75%;
  margin-left: -webkit-calc(93.75% + 25px);
  margin-left: -moz-calc(93.75% + 25px);
  margin-left: calc(93.75% + 25px); }

.grid {
  position: relative; }

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

.grid &gt; [class*="col"] {
  float: left; }

.grid &gt; .col1_4 {
  width: 25%; }

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

.grid &gt; .col3_4 {
  width: 75%; }

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

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

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

.grid &gt; .col1_5 {
  width: 20%; }

.grid &gt; .col2_5 {
  width: 40%; }

.grid &gt; .col3_5 {
  width: 60%; }

.grid &gt; .col4_5 {
  width: 80%; }

.grid &gt; .col1_6 {
  width: 16.666%; }

.grid &gt; .col5_6 {
  width: 83.333%; }

.grid &gt; .col1_7 {
  width: 14.285%; }

.grid &gt; .col1_8 {
  width: 12.5%; }

.grid &gt; .col1_9 {
  width: 11.111%; }

.grid &gt; .col1_10 {
  width: 10%; }

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

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

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

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

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

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

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

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

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

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

.table-grid {
  display: table;
  border-collapse: separate; }
  .table-grid &gt; .row {
    display: table-row;
    margin-left: 0;
    margin-bottom: 5px; }
    .table-grid &gt; .row &gt; [class*="col"] {
      display: table-cell;
      float: none;
      width: auto; }
      .table-grid &gt; .row &gt; [class*="col"].col1_2 {
        width: 50%; }
      .table-grid &gt; .row &gt; [class*="col"].col1_3 {
        width: 33.333%; }
      .table-grid &gt; .row &gt; [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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .row,
  .row &gt; [class*="span"],
  .row &gt; [class*="col"],
  .grid,
  .grid &gt; [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0; }
  .table-grid,
  .table-grid &gt; .grid,
  .table-grid &gt; .grid &gt; [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%;
  background: #00446a; }

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-sans-serif {
  font-family: Roboto, sans-serif; }

.text-serif {
  font-family: Times, 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 &gt; img {
  border: 0; }

a {
  color: #0096d6;
  text-decoration: underline;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  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 {
  margin: 0 0 1em;
  font-size: 1.33em; }

.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: #0096d6; }
  blockquote:before {
    content: ' ';
    display: block;
    background: url(images/dots.png) 50% 0;
    width: 100%;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px; }
  blockquote p {
    position: relative;
    z-index: 1; }
  blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    font-style: normal;
    font-size: 85%;
    line-height: normal;
    text-transform: uppercase; }
    blockquote cite:before {
      content: '\2014';
      margin-right: 0.25em; }
  blockquote.alignright {
    width: 50%;
    margin: 0 -50px 1em 1em;
    padding-left: 25px; }
    blockquote.alignright:before {
      left: 0px;
      top: 70px;
      height: -webkit-calc(100% - 70px);
      height: -moz-calc(100% - 70px);
      height: calc(100% - 70px); }
  blockquote.alignleft {
    width: 50%;
    margin: 0 1em 1em -50px; }
    blockquote.alignleft:before {
      top: 70px;
      height: -webkit-calc(100% - 70px);
      height: -moz-calc(100% - 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: '\20+';
    bottom: 0; }
  .expandable.opened:after {
    content: '\20-'; }
  .expandable img {
    margin-bottom: 0.5em; }
  .expandable:hover {
    color: #0096d6; }
    .expandable:hover img {
      opacity: 0.7; }

h3.expandable {
  text-transform: none;
  font-size: 1.3em; }

.expandable &gt; .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .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: -webkit-calc(100% - 0px);
      height: -moz-calc(100% - 0px);
      height: calc(100% - 0px); }
  blockquote.alignleft {
    width: 100%;
    margin: 1.7em 0; }
    blockquote.alignleft:before {
      top: 0;
      left: 50px;
      height: -webkit-calc(100% - 0px);
      height: -moz-calc(100% - 0px);
      height: calc(100% - 0px); } }

.fb_iframe_widget,
.fb_iframe_widget &gt; span {
  max-width: 100%;
  width: 100%; }

@media screen and (max-width: 767px) {
  table,
  tr,
  td {
    display: block; }
  td {
    margin-bottom: 1em; }
  table.table-responsive &gt; thead {
    display: none; }
  table.table-responsive &gt; tbody &gt; tr &gt; td {
    margin-bottom: 0; }
    table.table-responsive &gt; tbody &gt; tr &gt; td:before {
      display: block;
      content: attr(data-label);
      font-size: 80%; }
    table.table-responsive &gt; tbody &gt; tr &gt; 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: Roboto, sans-serif;
  font-size: initial;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #00446a;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  input[type="submit"] &gt; span,
  input[type="button"] &gt; span,
  button &gt; span,
  .button &gt; span,
  .btn &gt; 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: #666;
    text-decoration: none; }
  input[type="submit"].green,
  input[type="button"].green,
  button.green,
  .button.green,
  .btn.green {
    background-color: #258c47; }
    input[type="submit"].green:hover,
    input[type="button"].green:hover,
    button.green:hover,
    .button.green:hover,
    .btn.green:hover {
      background-color: #20783d; }
  input[type="submit"].blue,
  input[type="button"].blue,
  button.blue,
  .button.blue,
  .btn.blue {
    background-color: #00446a; }
    input[type="submit"].blue:hover,
    input[type="button"].blue:hover,
    button.blue:hover,
    .button.blue:hover,
    .btn.blue:hover {
      background-color: #003451; }
  input[type="submit"].lightblue,
  input[type="button"].lightblue,
  button.lightblue,
  .button.lightblue,
  .btn.lightblue {
    background-color: #0096d6; }
    input[type="submit"].lightblue:hover,
    input[type="button"].lightblue:hover,
    button.lightblue:hover,
    .button.lightblue:hover,
    .btn.lightblue:hover {
      background-color: #0084bd; }
  input[type="submit"].teal,
  input[type="button"].teal,
  button.teal,
  .button.teal,
  .btn.teal {
    background-color: #32bcad; }
    input[type="submit"].teal:hover,
    input[type="button"].teal:hover,
    button.teal:hover,
    .button.teal:hover,
    .btn.teal:hover {
      background-color: #2da89a; }
  input[type="submit"].orange,
  input[type="button"].orange,
  button.orange,
  .button.orange,
  .btn.orange {
    background-color: #faa61a; }
    input[type="submit"].orange:hover,
    input[type="button"].orange:hover,
    button.orange:hover,
    .button.orange:hover,
    .btn.orange:hover {
      background-color: #f59b05; }
  input[type="submit"].gray,
  input[type="button"].gray,
  button.gray,
  .button.gray,
  .btn.gray {
    color: #666;
    background-color: #666; }
    input[type="submit"].gray:hover,
    input[type="button"].gray:hover,
    button.gray:hover,
    .button.gray:hover,
    .btn.gray:hover {
      background-color: #595959; }
  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: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    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: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

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

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #666;
    color: white; }
    .input.select strong .text {
      display: inline-block;
      min-width: 170px; }
    .input.select strong .icon {
      position: absolute;
      top: 50%;
      right: 10px;
      height: 20px;
      line-height: 20px;
      margin: -10px 0 0;
      -webkit-transition: transform 0.2s linear;
      -moz-transition: transform 0.2s linear;
      -ms-transition: transform 0.2s linear;
      -o-transition: transform 0.2s linear;
      transition: transform 0.2s linear; }
  .input.select.on strong .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .input.select &gt; 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: #666;
    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 &gt; .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 &gt; .select::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .input.select.on &gt; .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: #999999; }
  .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 {
    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: #00446a;
  font-size: 118%; }
  blockquote.quote small {
    text-transform: uppercase;
    color: #333333; }
  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.33333%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111%; }
  .gallery .gallery-item {
    display: inline-block;
    vertical-align: text-top;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -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-family: Roboto, sans-serif;
  font-weight: bold;
  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: #0096d6;
      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: #999; }
      @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; } }

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

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

h3 {
  margin-bottom: 15px;
  font-size: 1.45em; }

h4 {
  margin-bottom: 12px;
  font-size: 1.15em;
  text-transform: uppercase; }

h5 {
  margin-bottom: 10px;
  font-size: 1.1em; }

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

#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: #00446a; }
  body.admin-bar #header {
    border-top: 32px solid #0096d6; }
    @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: #00446a;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #header .logo img, #header .logo-mobile img {
      display: block;
      height: 76px; }
  #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;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden; }
    #header .dropdown .toggle {
      display: inline-block;
      vertical-align: middle;
      padding: 18px 0 18px 40px;
      color: white;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: .05em; }
      #header .dropdown .toggle .icon {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 20px;
        margin: -4px 4px 0;
        -webkit-transition: transform 0.4s;
        -moz-transition: transform 0.4s;
        -ms-transition: transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s; }
      #header .dropdown .toggle.on .icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        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: #0096d6;
    color: white;
    text-align: center;
    font-size: 26px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    #header .toggle.search-icon.on {
      background-color: #00446a; }
      #header .toggle.search-icon.on .icon:before {
        content: ""; }
    #header .toggle.search-icon:hover {
      background-color: #00446a; }
  #header #search {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 50%;
    width: 600px;
    margin: 0 -512px 0 0;
    background: #0096d6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    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; }
      #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: calc($mobile-breakpoint - 1px)) {
    #header .logo, #header .logo-mobile {
      padding-left: 15px;
      padding-right: 15px; }
    #header .dropdown .toggle {
      font-size: 15px; }
    #header #search {
      width: -webkit-calc(100% - 150px);
      width: -moz-calc(100% - 150px);
      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: #00446a;
  text-align: left; }
  @media screen and (max-width: 1069px) {
    #dropdown-menu &gt; .wrap {
      margin: 0 22.5px; } }
  #dropdown-menu &gt; .wrap &gt; .menu {
    display: none;
    margin: 0 auto; }
  #dropdown-menu a {
    color: inherit; }
  #dropdown-menu ul, #dropdown-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media screen and (max-height: 700px) {
    #dropdown-menu {
      top: 77px;
      height: -webkit-calc(100% - 100px);
      height: -moz-calc(100% - 100px);
      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: -ms-flexbox;
    display: flex; }
  #menu-issues .issues {
    display: -ms-flexbox;
    display: flex;
    flex-grow: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    #menu-issues .issues li {
      display: block;
      width: 50%;
      width: -webkit-calc(50% - 30px);
      width: -moz-calc(50% - 30px);
      width: calc(50% - 30px);
      margin: 0 15px 19px;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #0096d6; }
      #menu-issues .issues li a {
        position: relative;
        padding: 0 0 0 34px;
        display: block;
        text-transform: uppercase;
        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: #e0de52; }
      #menu-issues .issues li.term-foreign-policy a:before {
        background-color: #faa61a; }
      #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: #d65108; }
  #menu-issues .posts {
    flex-grow: 1;
    border-left: 1px solid #0096d6;
    padding: 0 0 0 45px;
    margin: 0 0 0 30px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #menu-issues .posts li {
      margin: 0; }
    #menu-issues .posts li + li {
      margin: 15px 0 0; }
    #menu-issues .posts .view-all {
      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 {
      border-left: 0;
      padding-left: 0;
      margin-left: 0;
      width: auto;
      margin: 15px auto 0;
      flex-direction: row; }
      #menu-issues .posts .hentry {
        width: 250px; }
      #menu-issues .posts li,
      #menu-issues .posts li + li {
        margin: 0 15px; } }
  @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: -ms-flexbox;
    display: flex; }
  #menu-our-work .menu-items {
    display: -ms-flexbox;
    display: flex;
    flex-grow: 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    #menu-our-work .menu-items li {
      display: block;
      width: 50%;
      width: -webkit-calc(50% - 30px);
      width: -moz-calc(50% - 30px);
      width: calc(50% - 30px);
      margin: 0 15px 19px;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #0096d6; }
      #menu-our-work .menu-items li a {
        position: relative;
        padding: 0 0 0 34px;
        display: block;
        text-transform: uppercase;
        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: #e0de52; }
      #menu-our-work .menu-items li.term-foreign-policy a:before {
        background-color: #faa61a; }
      #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: #d65108; }
  #menu-our-work .posts {
    flex-grow: 1;
    border-left: 1px solid #0096d6;
    padding: 0 0 0 45px;
    margin: 0 0 0 30px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #menu-our-work .posts li {
      margin: 0; }
    #menu-our-work .posts li + li {
      margin: 15px 0 0; }
    #menu-our-work .posts .view-all {
      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 {
      border-left: 0;
      padding-left: 0;
      margin-left: 0;
      width: auto;
      margin: 15px auto 0;
      flex-direction: row; }
      #menu-our-work .posts .hentry {
        width: 250px; }
      #menu-our-work .posts li,
      #menu-our-work .posts li + li {
        margin: 0 15px; } }
  @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: uppercase;
      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 #0096d6; }
      #menu-more ul li a {
        display: block;
        padding: 12px 0;
        text-transform: uppercase;
        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 #0096d6; }
  #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: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    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: uppercase; }
  #menu-search-mobile form :-moz-placeholder,
  #menu-more form :-moz-placeholder {
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase; }
  #menu-search-mobile form ::-moz-placeholder,
  #menu-more form ::-moz-placeholder {
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase; }
  #menu-search-mobile form :-ms-input-placeholder,
  #menu-more form :-ms-input-placeholder {
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase; }

#nav {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  text-align: right;
  background: #0096d6;
  line-height: 1.8; }
  #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 &gt; ul {
    position: relative;
    max-width: 1024px;
    margin: 0 auto; }
    #nav &gt; ul &gt; li {
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
      #nav &gt; ul &gt; li &gt; a {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 10px 2px 10px;
        letter-spacing: .04em; }
      #nav &gt; ul &gt; li &gt; ul {
        position: absolute;
        display: none; }
      #nav &gt; ul &gt; li.current-menu-item &gt; a, #nav &gt; ul &gt; li.current-menu-ancestor &gt; a {
        background: #00a8f0; }
  #nav #subnav {
    display: block;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    font-size: 13px; }
    #nav #subnav &gt; ul {
      display: inline-block;
      max-width: 904px;
      background: #00a8f0; }
      #nav #subnav &gt; ul &gt; li {
        display: inline-block;
        color: #dddddd; }
        #nav #subnav &gt; ul &gt; li &gt; a {
          display: inline-block;
          vertical-align: middle;
          padding: 4px 10px 2px 10px;
          letter-spacing: .04em; }
        #nav #subnav &gt; ul &gt; li.current-menu-item &gt; a, #nav #subnav &gt; ul &gt; li.current-menu-ancestor &gt; a {
          text-decoration: underline; }
  @media screen and (max-width: 1080px) {
    #nav #subnav {
      display: block; }
      #nav #subnav &gt; 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: #00446a;
  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 50px; }
    #footer .logos img {
      max-height: 70px;
      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: #00446a;
      border: 1px solid white;
      text-decoration: none; }
      #footer .social-icons li a:hover {
        background: #00446a;
        color: white; }
  #footer .social strong {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    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; }
  #footer .copyright {
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer .logos {
        margin: 0 0 25px; }
      #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 {
      max-width: 180px;
      max-height: 80px; }
    #footer .logos img.anniversary-logo {
      max-width: 80px; } }
  @media screen and (max-width: 600px) {
    #footer .logos img {
      max-width: 160px;
      max-height: 80px; }
    #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/aicgs_wider_atlantic_dots.jpg) center 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: -webkit-calc((100% - 680px) / 2 + 25px);
    width: -moz-calc((100% - 680px) / 2 + 25px);
    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: #00446a;
  text-align: left; }
  .featured-image img {
    display: block;
    margin: 0 auto; }
  .featured-image span.image {
    display: block;
    height: 200px; }
    .featured-image span.image img {
      width: 100%; }
  .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: uppercase;
    font-size: 85%;
    line-height: 1;
    color: #686868; }
    .featured-image .meta a, .featured-image .meta div {
      display: inline-block;
      vertical-align: bottom;
      padding: 10px 15px;
      color: inherit; }
    .featured-image .meta a {
      text-decoration: none;
      background: #ccc;
      font-weight: 500; }
      .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: #b3b3b3; }
      .featured-image .meta a.term-domestic-policy {
        background-color: #e0de52;
        color: #333333; }
        .featured-image .meta a.term-domestic-policy:hover {
          background-color: #d8d627; }
      .featured-image .meta a.term-foreign-policy {
        background-color: #faa61a;
        color: #333333; }
        .featured-image .meta a.term-foreign-policy:hover {
          background-color: #dc8b05; }
      .featured-image .meta a.term-economics {
        background-color: #32bcad;
        color: white; }
        .featured-image .meta a.term-economics:hover {
          background-color: #279488; }
      .featured-image .meta a.term-security-defense {
        background-color: #258c47;
        color: white; }
        .featured-image .meta a.term-security-defense:hover {
          background-color: #1a6433; }
      .featured-image .meta a.term-society {
        background-color: #8f53a1;
        color: white; }
        .featured-image .meta a.term-society:hover {
          background-color: #71427f; }
      .featured-image .meta a.term-reconciliation {
        background-color: #d65108;
        color: white; }
        .featured-image .meta a.term-reconciliation:hover {
          background-color: #a53e06; }
    .featured-image .meta .date {
      background: #fff;
      font-weight: 500; }
    .featured-image .meta .label {
      position: relative;
      padding: 50px 170px 0px 85px;
      background: white;
      color: #0096d6;
      font-weight: 600;
      font-size: 1.6em;
      text-transform: uppercase; }
      @media screen and (max-width: 500px) {
        .featured-image .meta .label {
          padding: 10px; } }

.media-embed {
  position: relative;
  margin: -40px auto 40px;
  background: #00446a 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 &gt; .content {
    max-width: 680px;
    margin: 0 auto; }
  .main-content.project {
    max-width: 845px; }
    .main-content.project &gt; .content {
      max-width: 680px;
      margin: 0 auto; }
  .main-content.single {
    max-width: 845px; }
    .main-content.single &gt; .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: #999; }
  .meta-bottom .date {
    display: block;
    margin: 0 0 0.5em;
    font-weight: 700;
    font-size: 22px; }
  .meta-bottom .sep {
    margin: 0 0.5em;
    color: #999; }
  .meta-bottom a {
    color: inherit;
    text-decoration: underline; }
    .meta-bottom a:hover {
      text-decoration: none; }
  .meta-bottom .taxonomies {
    margin: 0 0 10px;
    color: #999; }
    .meta-bottom .taxonomies a {
      font-weight: 500; }
    .meta-bottom .taxonomies .terms {
      display: inline-block;
      color: #999; }
  .meta-bottom .disclaimer {
    margin: 0 0 75px;
    font-style: italic;
    color: #999; }

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

.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: -ms-flexbox;
  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 &gt; .hentry {
    flex-grow: 1;
    margin: 0 15px;
    max-width: -webkit-calc((100% / 3) - 30px);
    max-width: -moz-calc((100% / 3) - 30px);
    max-width: calc((100% / 3) - 30px); }
  .posts-row.cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .posts-row.cards &gt; .hentry {
      margin-bottom: 30px;
      width: -webkit-calc((100% / 3) - 30px);
      width: -moz-calc((100% / 3) - 30px);
      width: calc((100% / 3) - 30px);
      max-width: 320px; }
  @media screen and (max-width: 767px) {
    .posts-row {
      display: block; }
      .posts-row &gt; .hentry {
        display: block;
        max-width: none;
        margin: 0 auto 40px;
        width: auto !important; } }

.squares-row {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  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 &gt; .hentry {
        margin-bottom: 15px;
        max-width: none; } }

.google-map-embed {
  position: relative;
  display: block;
  position: relative;
  height: 300px;
  background: #00446a;
  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: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }

#query-posts {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #query-posts &gt; .hentry {
    height: auto;
    margin-bottom: 40px;
    width: -webkit-calc((100% / 3) - 40px);
    width: -moz-calc((100% / 3) - 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 &gt; .hentry {
      width: -webkit-calc(50% - 40px);
      width: -moz-calc(50% - 40px);
      width: calc(50% - 40px); } }
  @media screen and (max-width: 500px) {
    #query-posts {
      display: block; }
      #query-posts &gt; .hentry {
        margin-bottom: 15px;
        width: auto; } }
  body.search #query-posts {
    display: block; }
    body.search #query-posts &gt; .hentry {
      width: auto;
      max-width: none; }
  @media screen and (min-width: 501px) {
    #query-posts.archive &gt; .hentry:nth-child(1),
    #query-posts.archive &gt; .hentry:nth-child(2) {
      max-width: none;
      width: -webkit-calc(50% - 40px);
      width: -moz-calc(50% - 40px);
      width: calc(50% - 40px); } }
  @media screen and (min-width: 801px) {
    #query-posts.archive.projects &gt; .hentry {
      max-width: none;
      width: -webkit-calc(50% - 40px);
      width: -moz-calc(50% - 40px);
      width: calc(50% - 40px); } }
  @media screen and (max-width: 800px) {
    #query-posts.archive.projects &gt; .hentry {
      width: 100%; } }

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

#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: #666;
  text-transform: uppercase;
  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(0, 68, 106, 0.5); }
      .author-bio .top .wrap .info {
        flex-grow: 1;
        padding: 0 0 0 30px; }
      .author-bio .top .wrap .types {
        font-size: 12px;
        font-weight: bold;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        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 #f0f0f0; }
      .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; } }

/* 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: -webkit-calc(100% - 1250px);
      width: -moz-calc(100% - 1250px);
      width: calc(100% - 1250px);
      background: white; }
    #hero:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: -webkit-calc(100% - 460px - 60px);
      height: -moz-calc(100% - 460px - 60px);
      height: calc(100% - 460px - 60px);
      width: -webkit-calc((100% - 1400px) / 2 + 90px);
      width: -moz-calc((100% - 1400px) / 2 + 90px);
      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: #666; }
      #hero .featured-wrap .contributors a {
        text-decoration: none;
        color: inherit; }
        #hero .featured-wrap .contributors a:hover {
          text-decoration: underline; }
  #hero .recent-wrap {
    display: inline-block;
    vertical-align: top;
    width: 40%; }
  @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: #e0de52;
    line-height: 1;
    color: #333333; }
    .hentry .meta-top .post-type {
      display: block;
      margin: 0 0 0.5em;
      text-transform: uppercase;
      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: #00446a;
    color: white;
    padding: 13px 20px 10px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 500;
    letter-spacing: 0.02em; }
    .hentry .meta-top2 a {
      display: block;
      color: inherit;
      text-decoration: none; }
  .hentry .title:hover {
    color: #0096d6;
    text-decoration: underline; }
  .hentry h3 {
    font-family: "Roboto Condensed", sans-serif; }

.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 #0096d6; }
  .hentry.bottom:after {
    top: 47px; }

.hentry.excerpt {
  background: #f0f0f0;
  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/aicgs_default.jpg) no-repeat center;
    background-size: cover; }
    .hentry.excerpt .thumbnail img {
      display: none; }
  .hentry.excerpt .title {
    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;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      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: #b3b3b3; }
      .hentry.excerpt .terms-colors a.term-domestic-policy {
        background-color: #e0de52; }
        .hentry.excerpt .terms-colors a.term-domestic-policy:hover {
          background-color: #d8d627; }
      .hentry.excerpt .terms-colors a.term-foreign-policy {
        background-color: #faa61a; }
        .hentry.excerpt .terms-colors a.term-foreign-policy:hover {
          background-color: #dc8b05; }
      .hentry.excerpt .terms-colors a.term-economics {
        background-color: #32bcad; }
        .hentry.excerpt .terms-colors a.term-economics:hover {
          background-color: #279488; }
      .hentry.excerpt .terms-colors a.term-security-defense {
        background-color: #258c47; }
        .hentry.excerpt .terms-colors a.term-security-defense:hover {
          background-color: #1a6433; }
      .hentry.excerpt .terms-colors a.term-society {
        background-color: #8f53a1; }
        .hentry.excerpt .terms-colors a.term-society:hover {
          background-color: #71427f; }
      .hentry.excerpt .terms-colors a.term-reconciliation {
        background-color: #d65108; }
        .hentry.excerpt .terms-colors a.term-reconciliation:hover {
          background-color: #a53e06; }
  .hentry.excerpt .terms {
    display: block;
    margin: 0 0 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #666; }
    .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: #666; }
    .hentry.excerpt .contributors a {
      text-decoration: none;
      color: inherit; }
      .hentry.excerpt .contributors a:hover {
        text-decoration: underline; }
  .hentry.excerpt.type-events {
    background-color: #666;
    color: white; }

.hentry.author {
  max-width: 200px;
  text-align: center; }
  .hentry.author .thumbnail {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 0.7em;
    background: #999 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%; }
    .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: #999;
    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: #00446a;
    color: white;
    padding: 13px 20px 10px;
    line-height: 1;
    text-transform: uppercase;
    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: .015em; }
    .hentry.search .title a {
      color: inherit;
      text-decoration: none; }
  .hentry.search .url {
    color: gray;
    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; }
      .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-size: 2em;
    color: #333333; }
    .hentry.featured .title a {
      color: inherit; }
  .hentry.featured .meta {
    position: absolute;
    bottom: 0px;
    left: 80px;
    text-transform: uppercase;
    font-size: 85%;
    line-height: 1;
    color: #686868; }
  .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: #b3b3b3; }
    .hentry.featured .terms a.term-domestic-policy {
      background-color: #e0de52;
      color: #333333; }
      .hentry.featured .terms a.term-domestic-policy:hover {
        background-color: #d8d627; }
    .hentry.featured .terms a.term-foreign-policy {
      background-color: #faa61a;
      color: #333333; }
      .hentry.featured .terms a.term-foreign-policy:hover {
        background-color: #dc8b05; }
    .hentry.featured .terms a.term-economics {
      background-color: #32bcad;
      color: white; }
      .hentry.featured .terms a.term-economics:hover {
        background-color: #279488; }
    .hentry.featured .terms a.term-security-defense {
      background-color: #258c47;
      color: white; }
      .hentry.featured .terms a.term-security-defense:hover {
        background-color: #1a6433; }
    .hentry.featured .terms a.term-society {
      background-color: #8f53a1;
      color: white; }
      .hentry.featured .terms a.term-society:hover {
        background-color: #71427f; }
    .hentry.featured .terms a.term-reconciliation {
      background-color: #d65108;
      color: white; }
      .hentry.featured .terms a.term-reconciliation:hover {
        background-color: #a53e06; }
  @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; }
  .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-size: 2em;
    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: #00446a 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: #00446a;
    color: white;
    padding: 20px 50px;
    font-size: 1.45em; }
    .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 {
    -webkit-filter: grayscale(100%);
    -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(0, 150, 214, 0.5); }
  .hentry.square.type-events .title {
    background-color: #666;
    width: calc(100% - 70px); }
  .hentry.square.type-events .meta-top {
    width: 40px;
    top: inherit;
    bottom: 0; }
    .hentry.square.type-events .meta-top::after {
      content: ' ';
      display: block;
      position: relative;
      bottom: -15px;
      left: -15px;
      width: 70px;
      height: 40px;
      background: url(images/dots-green.png) top left #666; }
  @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: #0096d6;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    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: "FontAwesome";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "";
    color: white;
    font-size: 30px; }
  .hentry.video .thumbnail:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.hentry.promo {
  box-sizing: border-box;
  padding: 20px;
  width: 410px;
  height: 410px;
  background-color: #0096d6;
  background-image: url(images/background-mission.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .hentry.promo .section-title {
    color: #e0de52;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0.5em 1em 1em;
    font-size: 180%;
    line-height: 1.35;
    font-weight: 700;
    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: middle;
    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: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px); }

.hentry.project2 {
  position: relative;
  background: #f0f0f0;
  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: #00446a; }
  .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: #0096d6; }
  .page-team .content h3 + p span, .page-contact-aicgs .content h3 + p span {
    font-size: 17px;
    font-style: italic;
    color: #666;
    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; }

.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: bold;
    margin-bottom: 1em; }

.page-the-wider-atlantic #posts-filter {
  padding: 25px 0 200px; }

.page-the-wider-atlantic #query-posts-the-wider-atlantic {
  position: relative;
  margin-top: -120px;
  z-index: 11; }

.page-the-wider-atlantic .hentry.excerpt .contributors {
  display: none; }

.page-the-wider-atlantic .colophon {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: #f0f0f0;
  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: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin: 0 0 15px 0; }
  .page-the-wider-atlantic .colophon .content {
    font-weight: bold;
    font-size: 18px; }
  @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: 14px;
  color: #999999; }

.single .contributors {
  color: #999999;
  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 no-repeat, #0096d6; }
  @media screen and (min-width: 1024px) {
    .single #main.category-aicgs-news::before {
      background: url(images/news_post_dots_left.png) -104px 60px no-repeat, url(images/news_post_right.png) bottom right no-repeat, #0096d6; } }
  @media screen and (min-width: 1230px) {
    .single #main.category-aicgs-news::before {
      background: url(images/news_post_dots_left.png) left 60px no-repeat, url(images/news_post_right.png) bottom right no-repeat, #0096d6; } }

.single #main.category-aicgs-news::after {
  display: none; }

.single #main.category-aicgs-news.has-post-thumbnail::before {
  background: url(images/news_post_featured_right.png) bottom right no-repeat, #0096d6; }
  @media screen and (min-width: 1024px) {
    .single #main.category-aicgs-news.has-post-thumbnail::before {
      background: url(images/news_post_dots_left.png) -104px 60px no-repeat, url(images/news_post_featured_right.png) bottom right no-repeat, #0096d6; } }
  @media screen and (min-width: 1230px) {
    .single #main.category-aicgs-news.has-post-thumbnail::before {
      background: url(images/news_post_dots_left.png) left 60px no-repeat, url(images/news_post_featured_right.png) bottom right no-repeat, #0096d6; } }

.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: #e0de52;
        text-transform: uppercase; }
    .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 &gt; .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: #0096d6;
  font-weight: 700; }
  .single-events .content .date:before {
    content: " ";
    display: block;
    border-top: 2px solid #f0f0f0;
    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: uppercase; }

.single-events .glad h5.expandable {
  margin-top: 0; }

.single-events .glad h3 {
  margin-top: 20px; }
  .single-events .glad h3 span {
    font-size: 20px;
    color: #999; }

.single-events .glad h5 {
  text-transform: uppercase;
  font-size: 1em;
  color: #007a3b; }

.single-events .glad .glad-anchor {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #e0e2e0;
  padding: 15px 10px;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  color: #999; }
  .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;
    font-family: Roboto, sans-serif; }
  .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 {
  background-color: #007a3b;
  padding: 18px 25px 16px; }
  .single-events .glad .button:hover {
    background-color: #cbcfcb;
    color: #007a3b; }

.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 {
  font-family: "Roboto", sans-serif;
  color: #00446a;
  font-size: 2.2em;
  margin: 70px 0;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.3em; }
  .single-events .glad2019 h1:before {
    content: " ";
    width: 100px;
    border-bottom: 4px solid #008bb0;
    position: absolute;
    margin: 70px 0 0 -50px;
    left: 50%; }
  .single-events .glad2019 h1.AboutGLAD:before {
    margin-top: 130px; }

.single-events .glad2019 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em; }

.single-events .glad2019 h4 {
  margin-bottom: 12px;
  text-transform: unset;
  color: #666;
  font-weight: 400;
  line-height: 1.3em; }

.single-events .glad2019 h5 {
  color: #0096d6;
  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.90em;
  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: #0096d6; }
  .single-events .glad2019 .glad-anchor a:hover {
    color: #666; }

.single-events .glad2019 .button {
  background-color: #00446a;
  padding: 16px 24px 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px; }
  .single-events .glad2019 .button:hover {
    background-color: #0096d6;
    color: white; }

.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: #999;
  text-align: center;
  padding: 70px 0 20px;
  font-size: 1.2em;
  letter-spacing: .08em;
  font-weight: 500;
  text-transform: uppercase;
  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; }
    .single-events .glad2019 h1:before {
      content: none; } }

.single-events .glad2020 h1 {
  font-family: "Roboto", sans-serif;
  color: #002d72;
  font-size: 2.2em;
  margin: 30px 0 70px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.3em; }
  .single-events .glad2020 h1:before {
    content: " ";
    width: 100px;
    border-bottom: 4px solid #e0de52;
    position: absolute;
    margin: 70px 0 0 -50px;
    left: 50%; }
  .single-events .glad2020 h1.AboutGLAD:before {
    margin-top: 130px; }

.single-events .glad2020 h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em; }

.single-events .glad2020 h4 {
  margin-bottom: 12px;
  text-transform: unset;
  color: #666;
  font-weight: 400;
  line-height: 1.3em; }

.single-events .glad2020 h5 {
  color: #0096d6;
  font-size: 0.9em; }

.single-events .glad2020 .glad-invitation {
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-size: 0.90em;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0; }

.single-events .glad2020 .glad-honoree h4 {
  max-width: 310px;
  color: #888888; }

.single-events .glad2020 .glad-anchor {
  background-color: unset;
  margin: 20px 0; }
  .single-events .glad2020 .glad-anchor a {
    color: white;
    background-color: #002d72;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 8px 12px;
    text-decoration: none;
    margin-right: 3px; }
  .single-events .glad2020 .glad-anchor a:hover {
    color: #00446a;
    background-color: #e0de52; }

.single-events .glad2020 .button {
  background-color: #002d72;
  padding: 16px 24px 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px; }
  .single-events .glad2020 .button:hover {
    background-color: #e0de52;
    color: #002d72; }

.single-events .glad2020 .glad-highlight {
  background-color: #e2ebf3;
  margin: 60px -60px 0;
  padding: 10px 100px 80px; }
  .single-events .glad2020 .glad-highlight img {
    max-width: 270px; }
  .single-events .glad2020 .glad-highlight h1 {
    margin-top: 70px; }
  .single-events .glad2020 .glad-highlight h2, .single-events .glad2020 .glad-highlight h4 {
    text-align: center; }
  .single-events .glad2020 .glad-highlight h2:first-of-type {
    margin-bottom: 10px; }
  .single-events .glad2020 .glad-highlight h4:first-of-type {
    max-width: 320px;
    margin: 0 auto 30px; }

.single-events .glad2020 .glad-sponsors h3 {
  font-size: 1.2em;
  font-weight: 500; }

.single-events .glad2020 .glad-sponsors h6 {
  color: #999;
  text-align: center;
  padding: 70px 0 20px;
  font-size: 1.2em;
  letter-spacing: .08em;
  font-weight: 500;
  text-transform: uppercase;
  font-style: unset; }

.single-events .glad2020 .glad-sponsors .sponsor-logos {
  border-top: 1px solid #eee;
  margin-top: 70px; }
  .single-events .glad2020 .glad-sponsors .sponsor-logos div {
    border-bottom: 1px solid #eee; }

@media screen and (max-width: 900px) {
  .single-events .glad2020 .glad-highlight {
    margin: 60px 0 0;
    padding: 10px 30px 30px; }
    .single-events .glad2020 .glad-highlight img {
      max-width: 220px; }
  .single-events .glad2020 h1 {
    font-size: 2em; }
    .single-events .glad2020 h1:before {
      content: none; } }

@media screen and (max-width: 400px) {
  .single-events .glad2020 h3.expandable {
    font-size: 1em; }
  .single-events .glad2020 .expandable:after {
    display: none; } }

.single-events .agenda li {
  padding-bottom: 1.25em; }

.single-events .agenda h3 {
  font-size: 1.45em; }

.single-events .intro {
  margin-top: 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;
          background: #00659d; }
      .posts-nav ul li.active_page {
        color: white;
        background: #00446a; }
        .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;
        &amp;.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: #0096d6;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  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: #0096d6;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
    .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: uppercase;
      color: #666;
      font-size: 14px; }
    .section.subscribe form :-moz-placeholder {
      text-transform: uppercase;
      color: #666;
      font-size: 14px; }
    .section.subscribe form ::-moz-placeholder {
      text-transform: uppercase;
      color: #666;
      font-size: 14px; }
    .section.subscribe form :-ms-input-placeholder {
      text-transform: uppercase;
      color: #666;
      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 #0096d6;
      border-radius: 50%;
      padding: 0;
      width: 34px;
      height: 34px;
      background: none;
      text-align: center;
      color: #0096d6;
      font-size: 18px; }
      .section.subscribe form .subscribe-button:hover {
        background: #0096d6;
        color: white; }
    .section.subscribe form button {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px;
      border: 3px solid #0096d6;
      padding: 0;
      width: 40px;
      height: 40px;
      line-height: 30px;
      background: none;
      text-align: center;
      color: #0096d6;
      font-size: 20px; }
      .section.subscribe form button &gt; span {
        margin: 0 0 0 2px; }
      .section.subscribe form button:hover {
        background: #0096d6;
        color: white; }
  @media screen and (min-height: 800px) {
    .section.subscribe.fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      visibility: visible; }
    .section.subscribe.on {
      -webkit-transform: translate(0, 0%);
      -moz-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      -o-transform: translate(0, 0%);
      transform: translate(0, 0%); }
      .section.subscribe.on .wrap:before {
        height: 20px; }
    .section.subscribe.done {
      position: relative;
      bottom: auto;
      left: auto !important;
      width: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; } }
  @media screen and (max-height: 799px) {
    .section.subscribe {
      visibility: visible;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      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: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        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 &gt; a.toggle {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    line-height: 44px;
    height: 60px;
    width: 80px;
    text-align: center;
    background: #0096d6;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0px 0px 0 0; }
    #share-tab &gt; a.toggle.on, #share-tab &gt; a.toggle:hover {
      background-color: #0072a3; }
  #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: #0096d6;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden; }
    #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 #0096d6;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 0; }
    #share-tab ul &gt; li &gt; a {
      display: block;
      padding: 15px 0;
      color: white;
      font-size: 16px; }
      #share-tab ul &gt; li &gt; a:hover {
        color: #00446a; }
  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 &gt; a.toggle {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -moz-clip-path: none;
        -webkit-clip-path: none;
        -o-clip-path: none;
        -ms-clip-path: none;
        clip-path: none;
        height: auto; }
        #share-tab &gt; 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: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        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: #0096d6;
          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 &gt; span {
      margin: 0; }
  form.search input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 5px; }

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

#buttons-posts-filter {
  font-family: Roboto, sans-serif;
  margin: 50px auto;
  text-align: center;
  font-weight: bold; }
  #buttons-posts-filter &gt; .wrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px; }
    #buttons-posts-filter &gt; .wrap &gt; label,
    #buttons-posts-filter &gt; .wrap &gt; button {
      padding: 10px;
      margin: 0 10px;
      font-size: 18px;
      line-height: 1; }
    #buttons-posts-filter &gt; .wrap &gt; label {
      position: relative;
      flex-grow: 1;
      margin: 0 10px;
      padding: 10px;
      background: #666;
      color: white;
      text-transform: none;
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      #buttons-posts-filter &gt; .wrap &gt; label input[type="radio"] {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0; }
      #buttons-posts-filter &gt; .wrap &gt; label.on, #buttons-posts-filter &gt; .wrap &gt; label:hover {
        background-color: #00446a; }
    #buttons-posts-filter &gt; .wrap button[type="reset"] {
      text-transform: uppercase;
      background: none;
      color: #666;
      font-weight: 400; }
      #buttons-posts-filter &gt; .wrap button[type="reset"]:hover {
        background-color: #f0f0f0; }
  @media screen and (max-width: 500px) {
    #buttons-posts-filter &gt; .wrap {
      display: inline-grid; }
      #buttons-posts-filter &gt; .wrap &gt; 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: uppercase;
    color: #666; }
  #author-posts-filter &gt; .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) top left; }
  #posts-filter &gt; .wrap {
    position: relative; }
    #posts-filter &gt; .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 &gt; .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, sans-serif;
    font-weight: 500;
    overflow: auto; }
    #posts-filter .page-description article {
      padding: 0 20px 0 0;
      width: 70%;
      box-sizing: border-box; }
      @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 silver;
      border-left-width: 1px;
      padding: 0 0 0 25px;
      color: #888888; }
      @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: uppercase;
        font-weight: 700; }

form#browse {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 25px 0 0; }
  form#browse .filters {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0; }
    form#browse .filters .filter {
      margin-right: 15px; }
    form#browse .filters &gt; select {
      visibility: hidden; }
  form#browse .query {
    display: -ms-flexbox;
    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: uppercase; }
  form#browse .input.select strong .icon {
    font-weight: 600; }

form#browse .input.select .select {
  background-color: #00446a; }
  form#browse .input.select .select .option:hover {
    background-color: #0096d6; }

form#browse .input.select.selected strong, form#browse .input.select.on strong {
  background-color: #00446a; }

form#browse input[type="text"] {
  border: 0;
  padding-left: 18px;
  background: #666;
  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: uppercase; }

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

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

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

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

form#browse button {
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  text-align: center;
  padding: 0px 30px;
  line-height: 50px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .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;
      -ms-flex-wrap: wrap;
      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: -webkit-calc(100% - 120px);
      width: -moz-calc(100% - 120px);
      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) top left;
  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: .8em auto 1em;
    max-width: 575px;
    font-size: 150%;
    font-weight: 700;
    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: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    color: #666;
    font-weight: 600;
    letter-spacing: .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: #0096d6; }
  #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; }
    .page-about-aicgs #page-intro .wrap {
      padding-bottom: 0; }
    #page-intro .wrap h3 {
      font-family: "Roboto Condensed", sans-serif;
      line-height: 1.4; }
      #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 {
    margin: 0 auto 1em;
    max-width: 700px;
    font-size: 180%;
    font-weight: 700;
    letter-spacing: 0.015em;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3em; }
  #mission .button {
    color: #00446a;
    background-color: #e0de52;
    padding: 15px 75px;
    margin: 0 0.5em; }
  @media screen and (max-width: 767px) {
    #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: .015em;
  text-transform: uppercase;
  color: #888888;
  font-family: Roboto, 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: #666;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      box-sizing: border-box; }
      .contributors-index .filters .label.on, .contributors-index .filters .label:hover {
        background-color: #00446a; }
  .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: #0096d6;
        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 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contributors-index .filters .label {
        flex-grow: 0;
        display: inline-block;
        margin: 0 5px 10px;
        padding: 5px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px); } }

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

        }
    }
    */ }
  .contributors-row &gt; .empty {
    text-align: center;
    width: 100%;
    padding: 200px 0 100px; }
  .contributors-row &gt; .section-heading {
    width: 100%;
    font-weight: 700;
    padding-top: 150px; }
  .contributors-row &gt; .hentry {
    margin-bottom: 0;
    width: -webkit-calc((100% / 4) - 15px);
    width: -moz-calc((100% / 4) - 15px);
    width: calc((100% / 4) - 15px); }
  @media screen and (max-width: 767px) {
    .contributors-row &gt; .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: #f0f0f0 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: #f0f0f0 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: #888888;
      text-transform: uppercase;
      font-size: 20px;
      font-family: Roboto, 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; } }

.posts-interrupt {
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .posts-interrupt &gt; .contributors {
      width: -webkit-calc(((100% / 3) * 2) - 15px);
      width: -moz-calc(((100% / 3) * 2) - 15px);
      width: calc(((100% / 3) * 2) - 15px);
      margin-right: 15px; } }
  @media screen and (max-width: 767px) {
    .posts-interrupt &gt; .contributors {
      width: 100%; } }
  .posts-interrupt .contributors-row {
    justify-content: center;
    align-content: center; }
    .posts-interrupt .contributors-row &gt; .hentry {
      width: -webkit-calc((100% / 3) - 15px);
      width: -moz-calc((100% / 3) - 15px);
      width: calc((100% / 3) - 15px);
      margin-left: 15px;
      margin-bottom: 0; }
      @media screen and (max-width: 500px) {
        .posts-interrupt .contributors-row &gt; .hentry {
          width: -webkit-calc((100% / 2) - 15px);
          width: -moz-calc((100% / 2) - 15px);
          width: calc((100% / 2) - 15px);
          margin: 0 auto 15px; } }

.posts-interrupt-trending-terms {
  margin: 0 20px 40px;
  width: 100%;
  padding: 2px 0;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1.4; }
  .posts-interrupt-trending-terms .label {
    display: inline-block;
    padding: 25px 30px;
    background: #f0f0f0; }
  .posts-interrupt-trending-terms .trending-terms {
    color: #666;
    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: uppercase;
  background: #00446a;
  color: white; }
  .page-styleguide .clickme:hover {
    cursor: pointer;
    background: #0096d6; }

.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 */</pre></body></html>