/*!
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.0
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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 #eeb319;
  color: #2b5376;
  padding: .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;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .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: #eeb319; }

.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: #eeb319;
  text-decoration: none; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: #f8f8f8;
  color: #939498;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 54px; } }
    @media all and (max-width: 480px) {
      .main-navigation .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px; } }
    .main-navigation .menu-button a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: inherit;
      padding: 0 1rem;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-decoration: none;
      cursor: pointer;
      font-size: 1.125em;
      width: 100%;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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: .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: '';
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .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 {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .main-navigation .menu-button a.open span.hamburger:after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  .main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-navigation a {
    color: inherit;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .main-navigation .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    height: 54px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    @media all and (max-width: 1279px) {
      .main-navigation .menu {
        font-size: .875em; } }
    @media all and (max-width: 979px) {
      .main-navigation .menu {
        display: none;
        height: auto; } }
    .main-navigation .menu > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
      @media all and (max-width: 979px) {
        .main-navigation .menu > li {
          display: block; } }
      .main-navigation .menu > li > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 2em;
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media all and (max-width: 1279px) {
          .main-navigation .menu > li > a {
            padding: 0 1.5em; } }
        @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: #eeb319;
          background: rgba(0, 0, 0, 0.05); }
      .main-navigation .menu > li.current-menu-item > a {
        color: #2b5376; }
    .main-navigation .menu .sub-menu {
      position: absolute;
      visibility: hidden;
      z-index: 97;
      opacity: 0;
      -webkit-transition: .4s ease;
      -o-transition: .4s ease;
      transition: .4s ease;
      background: white;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
      top: 100%;
      left: 0;
      -webkit-transform: translateY(3em);
          -ms-transform: translateY(3em);
              transform: translateY(3em);
      text-transform: uppercase; }
      @media all and (max-width: 979px) {
        .main-navigation .menu .sub-menu {
          display: none;
          position: relative;
          top: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          background: rgba(0, 0, 0, 0.05);
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: none;
          -o-transition: 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: '\f0da';
          font-family: 'FontAwesome';
          position: absolute;
          right: 1rem;
          top: 50%;
          -webkit-transform: translateY(-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;
          -webkit-transition: .4s ease;
          -o-transition: .4s ease;
          transition: .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;
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
        .main-navigation .menu .sub-menu li a {
          display: block;
          padding: .75rem 1rem;
          min-width: 280px;
          font-weight: 700;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .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: #eeb319; }
    .main-navigation .menu li .button-drop {
      -webkit-box-sizing: border-box;
              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 {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1em;
        text-align: center;
        -webkit-transform: translateY(-50%) translateX(-50%);
                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 {
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
              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;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: .2s;
             -o-transition-delay: .2s;
                transition-delay: .2s;
        z-index: 98; } }

ul.social-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  ul.social-navigation li {
    margin: 0 .5em; }
    ul.social-navigation li a {
      color: #2b5376;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      ul.social-navigation li a:hover {
        color: #eeb319; }

/*--------------------------------------------------------------
# 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            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: #eeb319;
      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: #eeb319;
      font-size: 1.75em;
      text-transform: none;
      margin: 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: .75em;
        padding-bottom: .75em;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
        font-size: .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: .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: .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: .875em; }
        .widget-area.main-sidebar .widget.mks_author_widget .mks_autor_link_wrap a:hover {
          border-color: white;
          background-color: white;
          color: #eeb319; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header & Footer
--------------------------------------------------------------*/
.site-header {
  background: white;
  overflow: hidden; }
  .site-header .flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 165px; }
    @media all and (max-width: 767px) {
      .site-header .flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: auto; } }
  .site-header .spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .site-header .site-logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    height: 120%;
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%); }
    @media all and (max-width: 767px) {
      .site-header .site-logo {
        height: auto;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    .site-header .site-logo a {
      display: block;
      height: 100%; }
      @media all and (max-width: 767px) {
        .site-header .site-logo a {
          width: 300px;
          height: auto;
          margin: 0 auto; } }
      @media all and (max-width: 480px) {
        .site-header .site-logo a {
          width: 270px; } }
    .site-header .site-logo img {
      display: block;
      max-height: 100%;
      width: auto; }
      @media all and (max-width: 767px) {
        .site-header .site-logo img {
          width: 100%;
          max-height: none; } }
  .site-header .site-actions {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media all and (max-width: 767px) {
      .site-header .site-actions {
        display: none; } }
    .site-header .site-actions > * {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      margin-left: 1em; }
      .site-header .site-actions > *:first-child {
        margin-left: 0; }
    .site-header .site-actions .header-search {
      font-size: .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: .375em 1.5em;
        width: 200px;
        outline: none;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
        .site-header .site-actions .header-search input[type="search"]:focus {
          border-color: #eeb319; }
      .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: .5em;
        background: none !important; }
        .site-header .site-actions .header-search button:hover {
          color: #eeb319; }

.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;
    -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
            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: #eeb319;
    margin: 0; }
  .footer-cta > .flex {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10; }
    @media all and (max-width: 767px) {
      .footer-cta > .flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .footer-cta .cta-image {
    -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-right: 2em; }
    @media all and (max-width: 767px) {
      .footer-cta .cta-image {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                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 {
    -webkit-flex-basis: 1px;
        -ms-flex-preferred-size: 1px;
            flex-basis: 1px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 3em; }
    @media all and (max-width: 767px) {
      .footer-cta .cta-button {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media all and (max-width: 979px) {
      .site-footer > .flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .site-footer > .flex > * {
      margin-left: 2.5em; }
      .site-footer > .flex > *:first-child {
        margin-left: 0; }
  .site-footer .footer-logo {
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media all and (max-width: 979px) {
      .site-footer .footer-logo {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                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 {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 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: .875em;
          padding: .375em 0;
          position: relative; }
          .site-footer .footer-navigation .menu li a:after {
            content: '';
            position: absolute;
            top: 100%;
            height: 3px;
            width: 100%;
            left: 0;
            background: #eeb319;
            opacity: 0;
            -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                    transform: translateY(100%);
            -webkit-transition: .5s ease;
            -o-transition: .5s ease;
            transition: .5s ease; }
          .site-footer .footer-navigation .menu li a:hover:after {
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            opacity: 1; }
  .site-footer .footer-subscribe {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media all and (max-width: 979px) {
      .site-footer .footer-subscribe {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 1.5em; } }
    .site-footer .footer-subscribe form {
      font-size: .875em; }
      .site-footer .footer-subscribe form button {
        font-size: 1em;
        margin-left: .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: .375em 1.5em;
        width: 200px;
        outline: none;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .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: .75em; } }
        .site-footer .footer-subscribe form input.email-input:focus {
          border-color: #eeb319; }
      .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media all and (max-width: 979px) {
      .site-footer .footer-social {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        margin-left: 0;
        margin-top: 1.5em; }
        .site-footer .footer-social .social-navigation {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-size: 1.75em; }
          .site-footer .footer-social .social-navigation a {
            display: block;
            line-height: 1; } }

.site-info {
  background: #2b5376;
  color: white;
  padding: 1em 0; }
  .site-info a {
    color: inherit; }
  .site-info > .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 767px) {
      .site-info > .flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        text-align: center; } }
  .site-info .copyright, .site-info .site-credit {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    font-size: .875em;
    font-family: "Hind", sans-serif; }
    @media all and (max-width: 767px) {
      .site-info .copyright, .site-info .site-credit {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  .site-info .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media all and (max-width: 767px) {
      .site-info .copyright {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .site-info .copyright span {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .site-info .copyright .copyright-image {
      margin-right: 1.5em; }
      @media all and (max-width: 767px) {
        .site-info .copyright .copyright-image {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          margin-right: 0;
          margin-bottom: 1.25em;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            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 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .blog-main > .flex .content-area, .research-main > .flex .content-area {
      -webkit-flex-basis: 1px;
          -ms-flex-preferred-size: 1px;
              flex-basis: 1px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      min-width: 0; }
    .blog-main > .flex .widget-area, .research-main > .flex .widget-area {
      -webkit-flex-basis: 350px;
          -ms-flex-preferred-size: 350px;
              flex-basis: 350px;
      margin-left: 3.5em;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1; }
      @media all and (max-width: 979px) {
        .blog-main > .flex .widget-area, .research-main > .flex .widget-area {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          padding-left: 0;
          margin-top: 2em;
          margin-left: 0; } }
    .blog-main > .flex .share-bar-container, .research-main > .flex .share-bar-container {
      -webkit-flex-basis: 50px;
          -ms-flex-preferred-size: 50px;
              flex-basis: 50px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      margin-right: 3em;
      margin-top: .4125em; }
      @media all and (max-width: 767px) {
        .blog-main > .flex .share-bar-container, .research-main > .flex .share-bar-container {
          -webkit-flex-basis: 24px;
              -ms-flex-preferred-size: 24px;
                  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 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .events-main > .flex .mec-container {
      -webkit-flex-basis: 1px;
          -ms-flex-preferred-size: 1px;
              flex-basis: 1px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 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 {
      -webkit-flex-basis: 50px;
          -ms-flex-preferred-size: 50px;
              flex-basis: 50px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      margin-left: 3em;
      margin-top: .4125em; }
      @media all and (max-width: 767px) {
        .events-main > .flex .share-bar-container {
          -webkit-flex-basis: 24px;
              -ms-flex-preferred-size: 24px;
                  flex-basis: 24px;
          margin-left: 1em; } }

.page-template-page-research #research-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 1em; }
  @media all and (max-width: 767px) {
    .page-template-page-research #research-filters {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .page-template-page-research #research-filters > * {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    @media all and (max-width: 767px) {
      .page-template-page-research #research-filters > * {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        margin-left: 0; } }
  .page-template-page-research #research-filters .filters-label {
    font-size: .875em;
    color: #eeb319;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-basis: 460px;
        -ms-flex-preferred-size: 460px;
            flex-basis: 460px;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    @media all and (max-width: 767px) {
      .page-template-page-research #research-filters .filters-dropdowns {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    .page-template-page-research #research-filters .filters-dropdowns .filter {
      margin-left: .75em;
      -webkit-flex-basis: 200px;
          -ms-flex-preferred-size: 200px;
              flex-basis: 200px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media all and (max-width: 767px) {
        .page-template-page-research #research-filters .filters-dropdowns .filter {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  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: .875em;
        position: relative;
        margin-bottom: 1em; }
        .page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 44px;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          padding: 0;
          border: none;
          -webkit-box-shadow: 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 {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    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 {
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            width: 44px;
            background: #eeb319;
            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%;
              -webkit-transform: translateX(-50%) translateY(-50%);
                  -ms-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
              content: '\f175';
              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%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            color: #222222;
            font-family: 'FontAwesome';
            cursor: pointer;
            border: none;
            opacity: .25; }
            .page-template-page-research #research-filters .filters-dropdowns .filter .chosen-container .chosen-single .search-choice-close:before {
              content: '\f00d'; }
            .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;
          -webkit-transition: opacity .3s ease;
          -o-transition: opacity .3s ease;
          transition: opacity .3s ease;
          z-index: 99;
          border-radius: 0;
          -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
                  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: .75em 1.25em;
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .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 {
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
              -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
                  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: .875em;
    font-weight: 400;
    margin: 0;
    color: #222222; }
    .page-template-page-research .research-main article .entry-title a {
      color: inherit;
      display: block;
      padding: 1em;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .page-template-page-research .research-main article .entry-title a:hover {
        color: #eeb319; }

.share-bar .share-title {
  font-size: .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: .75em; } }
  .share-bar .social-share-buttons a {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.75em;
    border: 2px solid #eee;
    color: #222222;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    @media all and (max-width: 767px) {
      .share-bar .social-share-buttons a {
        height: 24px;
        width: 24px;
        font-size: .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: .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: #eeb319;
  margin-top: 0;
  margin-bottom: .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: #eeb319; }

.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: .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 .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: #2b5376; }
  .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: #2b5376; }
    .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: .5em;
      font-weight: 400; }

.posts-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media all and (max-width: 480px) {
    .posts-navigation .nav-links {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media all and (max-width: 480px) {
      .posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  .posts-navigation .nav-links .nav-next {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .posts-navigation .nav-links .nav-next a:before {
      content: '\f060';
      display: inline-block;
      margin-right: 1em; }
  .posts-navigation .nav-links .nav-previous {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .posts-navigation .nav-links .nav-previous a:after {
      content: '\f061';
      display: inline-block;
      margin-left: 1em; }
  .posts-navigation .nav-links a {
    padding: .75em 1em;
    border: 1px solid #eeb319;
    color: #2b5376;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    @media all and (max-width: 480px) {
      .posts-navigation .nav-links a {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: .5em; } }
    .posts-navigation .nav-links a:after, .posts-navigation .nav-links a:before {
      font-family: 'FontAwesome';
      color: #2b5376;
      font-weight: 400;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .posts-navigation .nav-links a:hover {
      border-color: #eeb319;
      color: white;
      background: #eeb319; }
      .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 .5em;
      color: #ccc; }
    .single-post .entry-meta .cat-links a, .single-research .entry-meta .cat-links a {
      font-weight: 700;
      color: #2b5376; }

.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: .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: #eeb319;
    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: .875rem; }
        .comments-area .comment-list .comment .comment-metadata a {
          color: inherit; }
        .comments-area .comment-list .comment .comment-metadata .comment-edit-link {
          background: #eeb319;
          color: white;
          display: inline-block;
          padding: 0 .75em;
          border-radius: 20px;
          margin-left: .5em;
          text-transform: uppercase;
          font-size: .75rem; }
      .comments-area .comment-list .comment .comment-content {
        font-size: .875rem; }
      .comments-area .comment-list .comment .reply .comment-reply-link {
        font-family: "Hind", sans-serif;
        font-size: .875rem;
        color: #eeb319;
        font-weight: 700;
        text-transform: uppercase; }
    .comments-area .comment-list .pingback {
      background: #f8f8f8;
      border-radius: 20px;
      font-size: .875rem;
      margin: 1em 0;
      padding: .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: #eeb319;
      font-size: 1.5em;
      margin: 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: .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; }
