@charset "UTF-8";
/*!
Theme Name: Internet Governance Project
Theme URI: http://underscores.me/
Author: Double Up Digital
Author URI: https://doubleup.digital
Description: Custom WordPress theme built exclusively for Georgia Tech\'s Internet Governance Project.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: internet-governance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Internet Governance Project is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: "Istok Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 3.5em;
}
@media all and (max-width: 979px) {
  h1 {
    font-size: 2.5em;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  font-size: 2.25em;
}
@media all and (max-width: 979px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.75em;
}
@media all and (max-width: 979px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 2em;
}
@media all and (max-width: 979px) {
  .container {
    padding: 0 1.5em;
  }
}
@media all and (max-width: 480px) {
  .container {
    padding: 0 1.25em;
  }
}
.container.full {
  max-width: none;
}
.container.medium {
  max-width: 1024px;
}
.container.small {
  max-width: 740px;
}
.container.flex {
  display: flex;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
a.button,
.widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap a {
  border: 1px solid #b3a369;
  color: #003057;
  padding: 0.375em 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2em;
  background: none;
  text-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s ease;
  display: inline-block;
  font-family: "Hind", sans-serif;
  outline: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
a.button:hover,
.widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap a:hover {
  color: white;
  background: #b3a369;
}

.fl-button-wrap .fl-button-text {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3543fb;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: #f8f8f8;
  color: #939498;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
  font-family: "Hind", sans-serif;
}
.main-navigation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 979px) {
  .main-navigation > .container {
    padding: 0;
  }
}
.main-navigation .menu-button {
  display: none;
}
@media all and (max-width: 979px) {
  .main-navigation .menu-button {
    display: flex;
    height: 54px;
  }
}
@media all and (max-width: 480px) {
  .main-navigation .menu-button {
    display: flex;
    height: 40px;
  }
}
.main-navigation .menu-button a {
  display: flex;
  align-items: center;
  color: inherit;
  padding: 0 1rem;
  flex-grow: 1;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.125em;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.main-navigation .menu-button a span {
  display: inline-block;
  vertical-align: middle;
}
.main-navigation .menu-button a span.hamburger {
  margin-right: 0.75em;
}
.main-navigation .menu-button a span.hamburger, .main-navigation .menu-button a span.hamburger:before, .main-navigation .menu-button a span.hamburger:after {
  border-radius: 1px;
  height: 4px;
  width: 32px;
  background: #939498;
  position: relative;
  content: "";
  transition: 0.3s ease-in-out;
}
@media all and (max-width: 480px) {
  .main-navigation .menu-button a span.hamburger, .main-navigation .menu-button a span.hamburger:before, .main-navigation .menu-button a span.hamburger:after {
    height: 3px;
    width: 18px;
  }
}
.main-navigation .menu-button a span.hamburger:before {
  position: absolute;
  top: -10px;
  left: 0;
}
@media all and (max-width: 480px) {
  .main-navigation .menu-button a span.hamburger:before {
    top: -6px;
  }
}
.main-navigation .menu-button a span.hamburger:after {
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media all and (max-width: 480px) {
  .main-navigation .menu-button a span.hamburger:after {
    bottom: -6px;
  }
}
.main-navigation .menu-button a.open span.hamburger {
  background-color: transparent;
}
.main-navigation .menu-button a.open span.hamburger:before, .main-navigation .menu-button a.open span.hamburger:after {
  top: 0;
}
.main-navigation .menu-button a.open span.hamburger:before {
  transform: rotate(45deg);
}
.main-navigation .menu-button a.open span.hamburger:after {
  transform: rotate(-45deg);
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-navigation a {
  color: inherit;
  transition: 0.3s ease;
}
.main-navigation .menu {
  display: flex;
  flex-wrap: nowrap;
  height: 54px;
  flex-basis: 100%;
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
@media all and (max-width: 1279px) {
  .main-navigation .menu {
    font-size: 0.875em;
  }
}
@media all and (max-width: 979px) {
  .main-navigation .menu {
    display: none;
    height: auto;
  }
}
.main-navigation .menu > li {
  display: flex;
  position: relative;
  align-items: stretch;
  justify-content: center;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
@media all and (max-width: 979px) {
  .main-navigation .menu > li {
    display: block;
  }
}
.main-navigation .menu > li > a {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  padding: 0 1.5em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
  justify-content: center;
  line-height: 1;
}
@media all and (max-width: 1279px) {
  .main-navigation .menu > li > a {
    padding: 0 1em;
  }
}
@media all and (max-width: 979px) {
  .main-navigation .menu > li > a {
    padding: 1em;
    position: relative;
    display: block;
    width: 100%;
  }
}
.main-navigation .menu > li > a:hover {
  color: #b3a369;
  background: rgba(0, 0, 0, 0.05);
}
.main-navigation .menu > li.current-menu-item > a {
  color: #003057;
}
.main-navigation .menu .sub-menu {
  position: absolute;
  visibility: hidden;
  z-index: 97;
  opacity: 0;
  transition: 0.4s ease;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: 0;
  transform: translateY(3em);
  text-transform: uppercase;
}
@media all and (max-width: 979px) {
  .main-navigation .menu .sub-menu {
    display: none;
    position: relative;
    top: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    transition: none;
    opacity: 1;
    visibility: visible;
  }
}
.main-navigation .menu .sub-menu li {
  display: block;
  position: relative;
}
@media all and (max-width: 979px) {
  .main-navigation .menu .sub-menu li {
    border-top: none;
  }
}
.main-navigation .menu .sub-menu li.menu-item-has-children > a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media all and (max-width: 979px) {
  .main-navigation .menu .sub-menu li.menu-item-has-children > a:after {
    display: none;
  }
}
.main-navigation .menu .sub-menu li.menu-item-has-children ul {
  left: 100%;
  top: -1px;
  transition: 0.4s ease;
}
@media all and (max-width: 979px) {
  .main-navigation .menu .sub-menu li.menu-item-has-children ul {
    display: none;
    left: 0;
    top: 0;
    transition: none;
  }
}
.main-navigation .menu .sub-menu li a {
  display: block;
  padding: 0.75rem 1rem;
  min-width: 280px;
  font-weight: 700;
  transition: 0.3s ease;
}
@media all and (max-width: 979px) {
  .main-navigation .menu .sub-menu li a {
    padding: 1em;
    width: 100%;
    font-weight: 700;
    position: relative;
  }
}
.main-navigation .menu .sub-menu li a:hover {
  color: #b3a369;
}
.main-navigation .menu li .button-drop {
  box-sizing: border-box;
  width: 56px;
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  color: #939498;
}
@media all and (max-width: 979px) {
  .main-navigation .menu li .button-drop {
    display: block;
  }
}
.main-navigation .menu li .button-drop i {
  transition: 0.3s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  font-size: 1em;
  line-height: 1;
  color: inherit;
}
.main-navigation .menu li.open > a .button-drop i {
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
@media all and (min-width: 980px) {
  .main-navigation .menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
    z-index: 98;
  }
}

ul.social-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
ul.social-navigation li {
  margin: 0 0.5em;
}
ul.social-navigation li a {
  color: #003057;
  transition: 0.3s ease;
}
ul.social-navigation li a:hover {
  color: #b3a369;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget-area.main-sidebar {
  margin-top: -7em;
  position: relative;
  z-index: 20;
}
.widget-area.main-sidebar .widget {
  background: #f8f8f8;
  margin-bottom: 0;
  padding: 2.5em 2em 0;
}
.widget-area.main-sidebar .widget:first-of-type {
  background: #b3a369;
  padding-bottom: 2.5em;
}
.widget-area.main-sidebar .widget:first-of-type .widget-title {
  color: white;
}
.widget-area.main-sidebar .widget:last-of-type {
  padding-bottom: 2.5em;
}
.widget-area.main-sidebar .widget .widget-title {
  margin: 0;
  color: #b3a369;
  font-size: 1.75em;
  text-transform: none;
  margin: 0 0 0.5em;
}
.widget-area.main-sidebar .widget a {
  color: #222222;
}
.widget-area.main-sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-area.main-sidebar .widget ul li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
}
.widget-area.main-sidebar .widget ul li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.widget-area.main-sidebar .widget ul li a {
  display: block;
}
.widget-area.main-sidebar .widget.mks_author_widget .widget-title {
  font-size: 1em;
  text-transform: uppercase;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.widget-area.main-sidebar .widget.mks_author_widget .widget-title:before, .widget-area.main-sidebar .widget.mks_author_widget .widget-title:after {
  content: "";
  height: 1px;
  width: 2em;
  margin: 0.5em;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: middle;
}
.widget-area.main-sidebar .widget.mks_author_widget .avatar {
  display: block;
  margin: 1em auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: none;
  border: 3px solid white;
}
.widget-area.main-sidebar .widget.mks_author_widget h3 {
  color: white;
  text-align: center;
  margin: 0;
  font-size: 1.5em;
}
.widget-area.main-sidebar .widget.mks_author_widget h3 a {
  color: inherit;
}
.widget-area.main-sidebar .widget.mks_author_widget p {
  font-size: 0.875em;
  text-align: center;
}
.widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap {
  text-align: center;
  margin-top: 1em;
}
.widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap a {
  border-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.875em;
}
.widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap a:hover {
  border-color: white;
  background-color: white;
  color: #b3a369;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
.gt-header {
  background: linear-gradient(to right, #a4925a 0%, #b3a369 100%);
  padding: 15px 0;
}
.gt-header__logo {
  display: block;
  height: 50px;
  width: auto;
  max-width: 100%;
}
.gt-header a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.site-header {
  background: white;
  overflow: hidden;
  display: none;
  height: 0;
}
@media all and (max-width: 767px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .flex {
  flex-wrap: nowrap;
  align-items: center;
  height: 165px;
}
@media all and (max-width: 767px) {
  .site-header .flex {
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.site-header .spacer {
  flex-grow: 1;
}
@media all and (max-width: 767px) {
  .site-header .spacer {
    display: none;
  }
}
.site-header .site-logo {
  flex-grow: 0;
  padding: 0;
  height: 60px;
  transform: translateY(-5%);
}
@media all and (max-width: 767px) {
  .site-header .site-logo {
    flex-basis: auto;
  }
}
.site-header .site-logo a {
  display: block;
  height: 100%;
}
@media all and (max-width: 767px) {
  .site-header .site-logo a {
    display: flex;
    align-items: center;
  }
}
.site-header .site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.site-header .site-actions {
  flex-grow: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 767px) {
  .site-header .site-actions {
    display: none;
  }
}
.site-header .site-actions > * {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 1em;
}
.site-header .site-actions > *:first-child {
  margin-left: 0;
}
.site-header .site-actions .header-search {
  font-size: 0.875em;
}
.site-header .site-actions .header-search input[type=search] {
  background: none;
  border-radius: 2em;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  padding: 0.375em 1.5em;
  width: 200px;
  outline: none;
  transition: 0.3s ease;
}
.site-header .site-actions .header-search input[type=search]:focus {
  border-color: #b3a369;
}
.site-header .site-actions .header-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.site-header .site-actions .header-search ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.site-header .site-actions .header-search :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.site-header .site-actions .header-search :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.site-header .site-actions .header-search button {
  border: none;
  padding: 0.5em;
  background: none !important;
}
.site-header .site-actions .header-search button:hover {
  color: #b3a369;
}

.main-navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 979px) {
  .main-navigation .container {
    flex-direction: column;
  }
}
.main-navigation .header-search {
  position: relative;
}
@media all and (max-width: 979px) {
  .main-navigation .header-search {
    display: none;
    width: 230px;
    margin-bottom: 20px;
  }
}
.main-navigation .header-search .search-field {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px;
}
.main-navigation .header-search .search-field:focus {
  outline: 1px solid #b3a369;
}
.main-navigation .header-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
}
.main-navigation .header-search button:hover {
  color: #b3a369;
}

.menu-open .header-search {
  display: block;
}

.footer-cta {
  border-top: 1px solid #eee;
  padding: 6em 0;
  position: relative;
  font-family: "Hind", sans-serif;
}
@media all and (max-width: 767px) {
  .footer-cta {
    padding: 4em 0;
  }
}
.footer-cta:before {
  content: "";
  background-image: url("./ui/footer-network.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 256px;
  height: 334px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-15%);
}
@media all and (max-width: 979px) {
  .footer-cta:before {
    display: none;
  }
}
.footer-cta h1, .footer-cta h2, .footer-cta h3, .footer-cta h4, .footer-cta h5, .footer-cta h6 {
  color: #b3a369;
  margin: 0;
}
.footer-cta > .flex {
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .footer-cta > .flex {
    flex-wrap: wrap;
  }
}
.footer-cta .cta-image {
  flex-basis: 140px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 2em;
}
@media all and (max-width: 767px) {
  .footer-cta .cta-image {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.footer-cta .cta-image img {
  display: block;
  width: 100%;
}
@media all and (max-width: 767px) {
  .footer-cta .cta-image img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
  }
}
.footer-cta .cta-content {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media all and (max-width: 767px) {
  .footer-cta .cta-content {
    text-align: center;
  }
}
.footer-cta .cta-content > :first-child {
  margin-top: 0;
}
.footer-cta .cta-content > :last-child {
  margin-bottom: 0;
}
.footer-cta .cta-button {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 3em;
}
@media all and (max-width: 767px) {
  .footer-cta .cta-button {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 2em;
  }
}

.site-footer {
  background: #f8f8f8;
  padding: 3.5em 0;
  font-family: "Hind", sans-serif;
}
.site-footer > .flex {
  align-items: center;
  flex-wrap: nowrap;
}
@media all and (max-width: 979px) {
  .site-footer > .flex {
    flex-wrap: wrap;
  }
}
.site-footer > .flex > * {
  margin-left: 2.5em;
}
.site-footer > .flex > *:first-child {
  margin-left: 0;
}
.site-footer .footer-logo {
  flex-basis: 180px;
  flex-grow: 0;
  flex-shrink: 1;
  mix-blend-mode: darken;
}
@media all and (max-width: 979px) {
  .site-footer .footer-logo {
    flex-basis: 100%;
    margin-bottom: 1.5em;
  }
}
.site-footer .footer-logo img, .site-footer .footer-logo a {
  display: block;
  width: 100%;
}
@media all and (max-width: 979px) {
  .site-footer .footer-logo img, .site-footer .footer-logo a {
    width: 180px;
    margin: 0 auto;
  }
}
.site-footer .footer-navigation {
  flex-basis: 100px;
  flex-grow: 1;
  flex-shrink: 1;
}
@media all and (max-width: 979px) {
  .site-footer .footer-navigation {
    text-align: center;
    margin-left: 0;
  }
}
.site-footer .footer-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-navigation .menu li {
  display: inline-block;
  margin-right: 2.5em;
}
@media all and (max-width: 979px) {
  .site-footer .footer-navigation .menu li {
    margin: 0 1.25em;
  }
}
@media all and (max-width: 480px) {
  .site-footer .footer-navigation .menu li {
    display: block;
    text-align: center;
    margin: 1em 0;
  }
}
.site-footer .footer-navigation .menu li:last-of-type {
  margin-right: 0;
}
.site-footer .footer-navigation .menu li a {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  padding: 0.375em 0;
  position: relative;
}
.site-footer .footer-navigation .menu li a:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 3px;
  width: 100%;
  left: 0;
  background: #b3a369;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.site-footer .footer-navigation .menu li a:hover:after {
  transform: translateY(0);
  opacity: 1;
}
.site-footer .footer-subscribe {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
@media all and (max-width: 979px) {
  .site-footer .footer-subscribe {
    flex-basis: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 1.5em;
  }
}
.site-footer .footer-subscribe form {
  font-size: 0.875em;
}
.site-footer .footer-subscribe form button {
  font-size: 1em;
  margin-left: 0.5em;
}
@media all and (max-width: 480px) {
  .site-footer .footer-subscribe form button {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
.site-footer .footer-subscribe form input.email-input {
  background: none;
  border-radius: 2em;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  display: inline-block !important;
  padding: 0.375em 1.5em;
  width: 200px;
  outline: none;
  transition: 0.3s ease;
  font-family: "Hind", sans-serif;
}
@media all and (max-width: 480px) {
  .site-footer .footer-subscribe form input.email-input {
    width: 100%;
    margin-left: 0;
    display: block !important;
    text-align: center;
    margin-bottom: 0.75em;
  }
}
.site-footer .footer-subscribe form input.email-input:focus {
  border-color: #b3a369;
}
.site-footer .footer-subscribe form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.site-footer .footer-subscribe form ::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.site-footer .footer-subscribe form :-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.site-footer .footer-subscribe form :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.site-footer .footer-social {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
}
@media all and (max-width: 979px) {
  .site-footer .footer-social {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 1.5em;
  }
  .site-footer .footer-social .social-navigation {
    justify-content: center;
    font-size: 1.75em;
  }
  .site-footer .footer-social .social-navigation a {
    display: block;
    line-height: 1;
  }
}

.site-info {
  background: #003057;
  color: white;
  padding: 1em 0;
}
.site-info a {
  color: inherit;
}
.site-info > .flex {
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .site-info > .flex {
    flex-wrap: wrap;
    text-align: center;
  }
}
.site-info .copyright, .site-info .site-credit {
  flex-basis: auto;
  font-size: 0.875em;
  font-family: "Hind", sans-serif;
}
@media all and (max-width: 767px) {
  .site-info .copyright, .site-info .site-credit {
    flex-basis: 100%;
  }
}
.site-info .copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 767px) {
  .site-info .copyright {
    flex-wrap: wrap;
  }
  .site-info .copyright span {
    flex-basis: 100%;
    justify-content: center;
  }
}
.site-info .copyright .copyright-image {
  margin-right: 1.5em;
}
@media all and (max-width: 767px) {
  .site-info .copyright .copyright-image {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1.25em;
    justify-content: center;
  }
}
.site-info .copyright .copyright-image img {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-header {
  padding: 104px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 480px) {
  .page-header {
    padding: 56px 0;
  }
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 0, 0, 0.5);
}
.page-header .container {
  flex-basis: auto;
  position: relative;
  z-index: 10;
}
.page-header small {
  color: white;
  font-size: 1em;
}
.page-header .page-title {
  color: white;
  margin: 0;
}

.error404 .page-header .page-title {
  text-align: center;
}
.error404 .page-content {
  margin: 4em 0 6em;
  text-align: center;
}
@media all and (max-width: 767px) {
  .error404 .page-content {
    margin: 4em 0;
  }
}

.blog-main, .research-main {
  margin: 4em 0 6em;
}
@media all and (max-width: 767px) {
  .blog-main, .research-main {
    margin: 4em 0;
  }
}
.blog-main > .flex, .research-main > .flex {
  flex-wrap: wrap;
}
.blog-main > .flex .content-area, .research-main > .flex .content-area {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
.blog-main > .flex .widget-area, .research-main > .flex .widget-area {
  flex-basis: 350px;
  margin-left: 3.5em;
  flex-grow: 0;
  flex-shrink: 1;
}
@media all and (max-width: 979px) {
  .blog-main > .flex .widget-area, .research-main > .flex .widget-area {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 2em;
    margin-left: 0;
  }
}
.blog-main > .flex .share-bar-container, .research-main > .flex .share-bar-container {
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-right: 3em;
  margin-top: 0.4125em;
}
@media all and (max-width: 767px) {
  .blog-main > .flex .share-bar-container, .research-main > .flex .share-bar-container {
    flex-basis: 24px;
    margin-right: 1em;
  }
}

.events-main {
  margin: 4em 0 6em;
}
@media all and (max-width: 767px) {
  .events-main {
    margin: 4em 0;
  }
}
.events-main > .flex {
  flex-wrap: wrap;
}
.events-main > .flex .mec-container {
  flex-basis: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  max-width: none;
  padding: 0;
}
.events-main > .flex .mec-container .mec-single-event-bar {
  margin-top: 0;
}
.events-main > .flex .mec-single-modern .col-md-4 .mec-frontbox {
  margin-top: -120px;
  margin-left: 0;
}
@media all and (max-width: 979px) {
  .events-main > .flex .mec-single-modern .col-md-4 .mec-frontbox {
    margin-top: 0;
  }
}
.events-main > .flex .share-bar-container {
  flex-basis: 50px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-left: 3em;
  margin-top: 0.4125em;
}
@media all and (max-width: 767px) {
  .events-main > .flex .share-bar-container {
    flex-basis: 24px;
    margin-left: 1em;
  }
}

.page-template-page-research #research-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .page-template-page-research #research-filters {
    flex-wrap: wrap;
  }
}
.page-template-page-research #research-filters > * {
  flex-basis: auto;
  flex-grow: 0;
}
@media all and (max-width: 767px) {
  .page-template-page-research #research-filters > * {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.page-template-page-research #research-filters .filters-label {
  font-size: 0.875em;
  color: #b3a369;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .page-template-page-research #research-filters .filters-label {
    text-align: center;
    margin-bottom: 1em;
  }
}
.page-template-page-research #research-filters .filters-dropdowns {
  display: flex;
  flex-wrap: nowrap;
  flex-basis: 460px;
  flex-shrink: 1;
}
@media all and (max-width: 767px) {
  .page-template-page-research #research-filters .filters-dropdowns {
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 100%;
  }
}
.page-template-page-research #research-filters .filters-dropdowns .filter {
  margin-left: 0.75em;
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .page-template-page-research #research-filters .filters-dropdowns .filter {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.page-template-page-research #research-filters .filters-dropdowns .filter:first-of-type {
  margin-left: 0;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container {
  font-size: 0.875em;
  position: relative;
  margin-bottom: 1em;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single {
  display: flex;
  height: 44px;
  align-items: stretch;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single b {
  display: none;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single > * {
  display: inline-block;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single > span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 1.25em;
  background: #f8f8f8;
  border: 1px solid #eee;
  margin-right: 2px;
  color: #222222;
  cursor: pointer;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single > div {
  flex-grow: 0;
  width: 44px;
  background: #b3a369;
  color: white;
  cursor: pointer;
  position: relative;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single > div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  font-family: "FontAwesome";
  font-size: 1rem;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single .search-choice-close {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  color: #222222;
  font-family: "FontAwesome";
  cursor: pointer;
  border: none;
  opacity: 0.25;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single .search-choice-close:before {
  content: "";
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single .search-choice-close:hover {
  opacity: 1;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-drop {
  position: absolute;
  margin-top: 2px;
  width: calc(100% - 46px);
  background: #f8f8f8;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 99;
  border-radius: 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 50vh;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-drop .chosen-results .active-result {
  cursor: pointer;
  padding: 0.75em 1.25em;
  transition: 0.3s ease;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-drop .chosen-results .active-result.result-selected {
  background: #eee;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-drop .chosen-results .active-result.highlighted {
  background: #eee;
  color: #222222;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container.chosen-with-drop .chosen-single > div:before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container.chosen-with-drop .chosen-drop {
  visibility: visible;
  opacity: 1;
}
.page-template-page-research .research-main .loading {
  padding: 2em 0;
  text-align: center;
  color: #ccc;
}
.page-template-page-research .research-main article {
  background-color: white;
}
.page-template-page-research .research-main article:nth-of-type(2n+2) {
  background-color: #f8f8f8;
}
.page-template-page-research .research-main article .entry-title {
  font-size: 0.875em;
  font-weight: 400;
  margin: 0;
  color: #222222;
}
.page-template-page-research .research-main article .entry-title a {
  color: inherit;
  display: block;
  padding: 1em;
  transition: 0.3s ease;
}
.page-template-page-research .research-main article .entry-title a:hover {
  color: #b3a369;
}

.share-bar .share-title {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-bottom: 1em;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .share-bar .share-title {
    display: none;
  }
}
.share-bar .social-share-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-bar .social-share-buttons li {
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .share-bar .social-share-buttons li {
    margin-bottom: 0.75em;
  }
}
.share-bar .social-share-buttons a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75em;
  border: 2px solid #eee;
  color: #222222;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media all and (max-width: 767px) {
  .share-bar .social-share-buttons a {
    height: 24px;
    width: 24px;
    font-size: 0.75em;
  }
}
.share-bar .social-share-buttons .share-facebook a {
  border-color: #3b5999;
  color: #3b5999;
}
.share-bar .social-share-buttons .share-facebook a:hover {
  background-color: #3b5999;
  color: white;
}
.share-bar .social-share-buttons .share-twitter a {
  border-color: #55acee;
  color: #55acee;
}
.share-bar .social-share-buttons .share-twitter a:hover {
  background-color: #55acee;
  color: white;
}
.share-bar .social-share-buttons .share-linkedin a {
  border-color: #0077B5;
  color: #0077B5;
}
.share-bar .social-share-buttons .share-linkedin a:hover {
  background-color: #0077B5;
  color: white;
}
.share-bar .social-share-buttons .share-google-plus a {
  border-color: #df4a32;
  color: #df4a32;
  font-size: 1.5em;
}
@media all and (max-width: 767px) {
  .share-bar .social-share-buttons .share-google-plus a {
    font-size: 0.6125em;
  }
}
.share-bar .social-share-buttons .share-google-plus a:hover {
  background-color: #df4a32;
  color: white;
}

.single-research article .entry-header .entry-title {
  font-size: 2.25em;
  color: #b3a369;
  margin-top: 0;
  margin-bottom: 0.25em;
}
@media all and (max-width: 767px) {
  .single-research article .entry-header .entry-title {
    font-size: 1.5em;
  }
}
.single-research article .entry-meta {
  color: #222222;
}
.single-research article .entry-meta a {
  color: #b3a369;
}

.single-mec-events .page-header small, .post-type-archive-mec-events .page-header small {
  display: none;
}
.single-mec-events .page-header .page-title, .post-type-archive-mec-events .page-header .page-title {
  text-align: center;
}
.single-mec-events .mec-event-social, .post-type-archive-mec-events .mec-event-social {
  display: none;
}

.single-mec-events .mec-single-title {
  display: none;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6, .archive h1, .archive h2, .archive h3, .archive h4, .archive h5, .archive h6, .category h1, .category h2, .category h3, .category h4, .category h5, .category h6, .search h1, .search h2, .search h3, .search h4, .search h5, .search h6 {
  text-transform: none;
}
.blog article, .archive article, .category article, .search article {
  border-bottom: 1px solid #eee;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
.blog article .post-thumbnail, .archive article .post-thumbnail, .category article .post-thumbnail, .search article .post-thumbnail {
  margin-bottom: 2em;
}
.blog article .post-thumbnail img, .archive article .post-thumbnail img, .category article .post-thumbnail img, .search article .post-thumbnail img {
  display: block;
  margin: 0;
}
.blog article .entry-header .entry-title, .archive article .entry-header .entry-title, .category article .entry-header .entry-title, .search article .entry-header .entry-title {
  margin: 0;
}
.blog article .entry-header .entry-meta, .archive article .entry-header .entry-meta, .category article .entry-header .entry-meta, .search article .entry-header .entry-meta {
  margin: 0.5em 0 0;
  color: #939598;
  line-height: 1.2;
}
.blog article .entry-header .entry-meta .cat-links, .archive article .entry-header .entry-meta .cat-links, .category article .entry-header .entry-meta .cat-links, .search article .entry-header .entry-meta .cat-links {
  display: inline;
  position: relative;
}
.blog article .entry-header .entry-meta .cat-links:before, .archive article .entry-header .entry-meta .cat-links:before, .category article .entry-header .entry-meta .cat-links:before, .search article .entry-header .entry-meta .cat-links:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  color: #ccc;
}
.blog article .entry-header .entry-meta .cat-links a, .archive article .entry-header .entry-meta .cat-links a, .category article .entry-header .entry-meta .cat-links a, .search article .entry-header .entry-meta .cat-links a {
  font-weight: 700;
  color: #003057;
}
.blog article .entry-content, .archive article .entry-content, .category article .entry-content, .search article .entry-content {
  margin-top: 1em;
}
.blog article .read-more, .archive article .read-more, .category article .read-more, .search article .read-more {
  margin-top: 1em;
}
.blog article .read-more a, .archive article .read-more a, .category article .read-more a, .search article .read-more a {
  text-transform: uppercase;
  font-weight: 700;
  color: #003057;
}
.blog article .read-more i, .archive article .read-more i, .category article .read-more i, .search article .read-more i {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 400;
}

.posts-navigation .nav-links {
  display: flex;
  flex-wrap: nowrap;
}
@media all and (max-width: 480px) {
  .posts-navigation .nav-links {
    flex-wrap: wrap;
  }
}
.posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
  flex-basis: 50%;
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
    flex-basis: 100%;
  }
}
.posts-navigation .nav-links .nav-next {
  order: 1;
}
.posts-navigation .nav-links .nav-next a:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
}
.posts-navigation .nav-links .nav-previous {
  text-align: right;
  order: 2;
}
.posts-navigation .nav-links .nav-previous a:after {
  content: "";
  display: inline-block;
  margin-left: 1em;
}
.posts-navigation .nav-links a {
  padding: 0.75em 1em;
  border: 1px solid #b3a369;
  color: #003057;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.3s ease;
}
@media all and (max-width: 480px) {
  .posts-navigation .nav-links a {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.posts-navigation .nav-links a:after, .posts-navigation .nav-links a:before {
  font-family: "FontAwesome";
  color: #003057;
  font-weight: 400;
  transition: 0.3s ease;
}
.posts-navigation .nav-links a:hover {
  border-color: #b3a369;
  color: white;
  background: #b3a369;
}
.posts-navigation .nav-links a:hover:after, .posts-navigation .nav-links a:hover:before {
  color: white;
}

.single-post .page-header .page-title, .single-research .page-header .page-title {
  padding-left: calc(50px + 3rem);
  padding-right: calc(350px + 3.5rem);
  font-size: 3em;
}
@media all and (max-width: 979px) {
  .single-post .page-header .page-title, .single-research .page-header .page-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5em;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .single-post .page-header .page-title, .single-research .page-header .page-title {
    font-size: 2.25em;
  }
}
.single-post .entry-meta, .single-research .entry-meta {
  margin-bottom: 1em;
  color: #939598;
}
.single-post .entry-meta a, .single-research .entry-meta a {
  color: inherit;
}
.single-post .entry-meta .cat-links, .single-research .entry-meta .cat-links {
  display: inline;
  position: relative;
}
.single-post .entry-meta .cat-links:before, .single-research .entry-meta .cat-links:before {
  content: "|";
  display: inline-block;
  margin: 0 0.5em;
  color: #ccc;
}
.single-post .entry-meta .cat-links a, .single-research .entry-meta .cat-links a {
  font-weight: 700;
  color: #003057;
}
.single-post .single-intro, .single-research .single-intro {
  position: relative;
  z-index: 20;
  margin-top: 4em;
}
.single-post .single-intro .term-labels, .single-research .single-intro .term-labels {
  text-align: center;
}
.single-post .single-intro .entry-meta, .single-research .single-intro .entry-meta {
  text-align: center;
  margin: 1em 0 0;
  color: #ccc;
}
.single-post .blog-main article .post-thumbnail, .single-research .blog-main article .post-thumbnail {
  display: block;
  margin-bottom: 2.5em;
}
.single-post .blog-main article .post-thumbnail img, .single-research .blog-main article .post-thumbnail img {
  width: 100%;
}
.single-post .wp-caption .wp-caption-text, .single-research .wp-caption .wp-caption-text {
  background: #f8f8f8;
  color: #939598;
  font-size: 0.75em;
  padding: 1em;
  border-radius: 4px;
  line-height: 1.4;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #eee;
}
.comments-area .comments-title {
  color: #b3a369;
  font-size: 1.5em;
  margin-top: 0;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .comment-list .comment {
  padding-left: 80px;
  position: relative;
  margin: 3em 0;
}
.comments-area .comment-list .comment .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list .comment .comment-author img {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.comments-area .comment-list .comment .comment-author .fn {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}
.comments-area .comment-list .comment .comment-author .says {
  display: none;
}
.comments-area .comment-list .comment .comment-metadata {
  color: #939598;
  font-size: 0.875rem;
}
.comments-area .comment-list .comment .comment-metadata a {
  color: inherit;
}
.comments-area .comment-list .comment .comment-metadata .comment-edit-link {
  background: #b3a369;
  color: white;
  display: inline-block;
  padding: 0 0.75em;
  border-radius: 20px;
  margin-left: 0.5em;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.comments-area .comment-list .comment .comment-content {
  font-size: 0.875rem;
}
.comments-area .comment-list .comment .reply .comment-reply-link {
  font-family: "Hind", sans-serif;
  font-size: 0.875rem;
  color: #b3a369;
  font-weight: 700;
  text-transform: uppercase;
}
.comments-area .comment-list .pingback {
  background: #f8f8f8;
  border-radius: 20px;
  font-size: 0.875rem;
  margin: 1em 0;
  padding: 0.5em 1em;
}
.comments-area .comment-list .pingback a {
  color: #939598;
}
.comments-area .comment-respond {
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #eee;
}
.comments-area .comment-respond .comment-reply-title {
  color: #b3a369;
  font-size: 1.5em;
  margin: 0 0 0.25em;
}
.comments-area .comment-respond .comment-form p {
  margin: 1em 0;
}
.comments-area .comment-respond .comment-form p.form-submit {
  margin-top: 2em;
}
.comments-area .comment-respond .comment-form p.comment-notes {
  font-size: 0.875em;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.comments-area .comment-respond .comment-form textarea {
  height: 100px;
  display: block;
}
.comments-area .comment-respond .comment-form label {
  display: block;
  width: 100%;
  color: #939598;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
}
.comments-area .comment-respond .comment-form input[type=text], .comments-area .comment-respond .comment-form input[type=email], .comments-area .comment-respond .comment-form input[type=url] {
  width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
