.field-name-body h1,
.field-name-field-fpp-body h1 {
  font-size: 2.25rem;
}
.field-name-body h2,
.field-name-field-fpp-body h2 {
  font-size: 1.875rem;
}
.field-name-body h3,
.field-name-field-fpp-body h3 {
  font-size: 1.75rem;
}
.field-name-body h4,
.field-name-field-fpp-body h4 {
  font-size: 1.5rem;
}
.field-name-body h5,
.field-name-field-fpp-body h5 {
  font-size: 1.25rem;
}
.field-name-body h6,
.field-name-field-fpp-body h6 {
  font-size: 1rem;
}
.field-name-body h1,
.field-name-field-fpp-body h1,
.field-name-body h2,
.field-name-field-fpp-body h2,
.field-name-body h3,
.field-name-field-fpp-body h3,
.field-name-body h4,
.field-name-field-fpp-body h4,
.field-name-body h5,
.field-name-field-fpp-body h5,
.field-name-body h6,
.field-name-field-fpp-body h6 {
  font-weight: 300;
  color: #132856;
}
.field-name-body h1 a,
.field-name-field-fpp-body h1 a,
.field-name-body h2 a,
.field-name-field-fpp-body h2 a,
.field-name-body h3 a,
.field-name-field-fpp-body h3 a,
.field-name-body h4 a,
.field-name-field-fpp-body h4 a,
.field-name-body h5 a,
.field-name-field-fpp-body h5 a,
.field-name-body h6 a,
.field-name-field-fpp-body h6 a {
  text-decoration: underline;
}
.field-name-body div,
.field-name-field-fpp-body div {
  font-size: 1rem;
  line-height: 1.5rem;
}
.field-name-body p,
.field-name-field-fpp-body p,
.field-name-body li,
.field-name-field-fpp-body li,
.field-name-body table,
.field-name-field-fpp-body table,
.field-name-body table tr,
.field-name-field-fpp-body table tr,
.field-name-body table tr td,
.field-name-field-fpp-body table tr td {
  font-size: 1rem;
  line-height: 1.5rem;
}
.node-article p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.field {
  margin-top: 1em;
  margin-bottom: 1em;
}
.fieldable-panels-pane > .field {
  margin: 0;
}
.field.field-label-inline .field-label,
.field .label-inline {
  display: inline;
  font-weight: bold;
}
.field .label-above {
  font-weight: bold;
}
.field-highlighted {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 1em !important;
}
.image-wrapped img {
  border: 1px solid #dddddd;
  padding: 1px;
}
.article-header .title {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #132856;
}
.article-header.with-background-image {
  display: block;
  height: auto;
  padding-top: 10.5%;
}
.article-header.with-background-image > .overlay-wrapper {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.article-list-link {
  margin-top: 2.25rem;
}
.article-list-link .link {
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
}
.article-list-link .link:before {
  content: "";
  background-image: url(/sites/all/themes/eiti/images/icons/arrow-left-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-top: -6px;
  margin-right: 10px;
}
.article-list-link .link:hover:before {
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}
.with-background-image {
  background-size: cover;
  background-position: center center;
  background-color: #132856;
  color: #ffffff;
  text-shadow: 0 0 0.25em rgba(19, 40, 86, 0.9);
}
.with-background-image .title {
  color: #ffffff;
}
.with-background-image a {
  color: #ffffff;
}
.with-background-image a.active,
.with-background-image a:active {
  color: #f6a70a;
}
.with-background-image a:focus,
.with-background-image a:hover {
  color: #de9708;
}
.with-background-image.with-overlay {
  position: relative;
}
.with-background-image.with-overlay::before {
  -webkit-transition: background-color 400ms ease-in;
  -o-transition: background-color 400ms ease-in;
  content: ' ';
  background-color: rgba(19, 40, 86, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.with-background-image.with-overlay.hover::before {
  background-color: rgba(19, 40, 86, 0.9);
}
.with-background-image .overlay-wrapper {
  position: relative;
}
.with-background-image .article-list-link .link {
  color: #ffffff;
}
.with-background-image .article-list-link .link.active,
.with-background-image .article-list-link .link:active {
  color: #1bc2ee;
}
.with-background-image .article-list-link .link:focus,
.with-background-image .article-list-link .link:hover {
  color: #11b4df;
}
.with-background-image .article-list-link .link:before {
  content: "";
  background-image: url(/sites/all/themes/eiti/images/icons/arrow-left-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-info-wrapper {
  background-color: #ffffff;
}
.article-info {
  padding: 0.5em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  top: 0;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
.article-info:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
.article-info .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.article-info .right .field-name-addtoany .a2a_s_twitter {
  background: #1bc2ee !important;
  border-radius: 4px;
}
.article-info .right .field-name-addtoany a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-info .right .field-name-addtoany a:hover .a2a_svg {
  opacity: 0.6;
}
.article-info .right .rss,
.article-info .right .print {
  display: none;
}
.article-info .right .rss a,
.article-info .right .print a {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-info .right .rss a:before,
.article-info .right .print a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.article-info .right .rss a:hover,
.article-info .right .print a:hover {
  opacity: 0.6;
}
.article-info .right .social-btn-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 22px;
  height: 22px;
}
.article-info .right .social-btn-wrapper span {
  position: relative;
  width: 22px;
  height: 42px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.article-info .right .social-btn-wrapper span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  background-image: url(/sites/all/themes/eiti/images/icons/social-share-small.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-info .right .social-btn-wrapper span:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #132856;
  -webkit-transition: width .3s;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-info .right .social-btn-wrapper span:hover {
  opacity: 0.6;
}
.article-info .right .social-btn-wrapper span.open:before {
  background-image: url(/sites/all/themes/eiti/images/icons/social-share-small-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-info .right .social-btn-wrapper span.open:after {
  width: 100%;
}
.article-info .right .social-btn-wrapper span.open:hover {
  opacity: 1;
}
.article-info .right .rss {
  margin-right: 1.5rem;
}
.article-info .right .rss a:before {
  background-image: url(/sites/all/themes/eiti/images/icons/rss.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-info .right .print {
  margin-right: 1.5rem;
}
.article-info .right .print a:before {
  background-image: url(/sites/all/themes/eiti/images/icons/print.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.article-info .right .social-share {
  position: absolute;
  top: calc(100% - 2px);
  background: white;
  padding: 30px;
  right: -1.5rem;
  -webkit-box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.article-info .right .social-share .field-name-addtoany {
  margin-top: 0;
  margin-bottom: 0;
}
.article-info .right .social-share .a2a_svg {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.article-info .field {
  margin-right: 2em;
}
.article-info .field:last-child {
  margin-right: 0;
}
.article-info .field-name-field-tags {
  -webkit-box-flex: 2;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.article-info .field-name-field-tags .icon {
  vertical-align: top;
}
.article-info .field-name-field-tags a {
  vertical-align: baseline;
}
.article-info .field-name-field-event-date div {
  display: inline;
}
.article-info .field-name-post-date {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #7f7f7f;
}
.article-info .icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}
.article-info a {
  vertical-align: middle;
  color: #188fbb;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.article-info a.active,
.article-info a:active {
  color: #f6a70a;
}
.article-info a:focus,
.article-info a:hover {
  color: #de9708;
}
.article-info.simple {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.article-info.simple .field {
  margin-bottom: 0;
  margin-top: 0;
}
.field-name-field-authors {
  position: relative;
  margin: 3rem 0;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.field-name-field-authors:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  top: 0;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
.field-name-field-authors:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: calc(-1 * (100vw - 100%) / 2);
}
.field-name-field-authors .field-label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #132856;
  margin-bottom: 1.5rem;
}
.field-name-field-authors .field-items {
  margin-left: 0;
}
.field-name-field-authors .field-item {
  margin-bottom: 1.5rem;
}
.field-name-field-authors .field-item:before,
.field-name-field-authors .field-item:after {
  clear: both;
  content: " ";
  display: table;
}
.field-name-field-authors .field-name-field-person-picture {
  float: left;
  width: 200px;
  margin: 0 1.5rem 0 0;
}
.field-name-field-authors h3 {
  margin: 0;
  padding-top: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #165b89;
}
.field-name-field-authors .field-name-field-position {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.node-article {
  overflow: hidden;
}
.node-article .article-header.with-background-image .overlay-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  background-color: rgba(19, 40, 86, 0.84);
}
.node-article .article-header.with-background-image + .article-info-wrapper .article-info:before {
  display: none;
}
@media (max-width: 550px) {
  .field-name-field-authors .field-name-field-person-picture {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.node-article.view-mode-teaser_alternative .title {
  font-weight: normal;
}
.node-article.view-mode-teaser_alternative .field-name-field-featured-image a {
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dddddd;
  display: block;
  padding: 5px;
}
.node-article.view-mode-teaser_alternative .field-name-field-featured-image img {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.node-person .field-name-field-board-membership {
  display: block;
  margin: 0 0 0.5rem 0;
}
.custom-doublelayout.layout-narrow-left-column .group-left .field-items {
  margin-left: 0;
}
.custom-doublelayout.layout-narrow-left-column .group-left .field-item {
  margin-bottom: 0.5em;
}
.term-stakeholder-types {
  padding-left: 0;
  border-bottom: 1px solid #dddddd;
}
.term-stakeholder-types li {
  display: inline;
}
.term-stakeholder-types li:first-child {
  margin-left: 0.5em;
}
.term-stakeholder-types a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: -1px;
  padding: 0.5em;
}
.term-stakeholder-types a.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
/**
* Style responsive tables.
*/
.table-wrapper {
  overflow: hidden;
  margin: 1em 0;
}
.table-wrapper.scroll {
  position: relative;
}
.table-wrapper.scroll:before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#ccccca), to(rgba(204, 204, 202, 0)));
  background: linear-gradient(to left, #ccccca, rgba(204, 204, 202, 0));
  background: -webkit-linear-gradient(to left, #ccccca, rgba(204, 204, 202, 0));
  height: 100%;
  width: 29px;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
  z-index: 100;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive table {
  margin: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll .table-responsive table {
    margin-bottom: 1em !important;
  }
}
@supports (-ms-ime-align:auto) {
  .scroll .table-responsive table {
    margin-bottom: 1em !important;
  }
}
@supports (-ms-accelerator:true) {
  .scroll .table-responsive table {
    margin-bottom: 1em !important;
  }
}
/**
 * @file
 * This file exposes responsive design mixins.
 *
 *@TODO: Allow nesting media queries in other blocks. For 'inline' object responsive behavior.
 */
/**
 * Initialize placeholder mixins.
 */
/**
 * Render/print the mixins for the current file. The current file is the file in
 * which these responsive behavior mixins are included.
 */
@media (max-width: 51em) {
  .article-header.with-background-image {
    padding-top: 32%;
  }
}
@media (min-width: 51em) {
  .field-name-body h1,
  .field-name-field-fpp-body h1 {
    font-size: 3rem;
  }
  .field-name-body h2,
  .field-name-field-fpp-body h2 {
    font-size: 2.5rem;
  }
  .field-name-body h3,
  .field-name-field-fpp-body h3 {
    font-size: 2rem;
  }
  .field-name-body h4,
  .field-name-field-fpp-body h4 {
    font-size: 1.75rem;
  }
  .field-name-body h5,
  .field-name-field-fpp-body h5 {
    font-size: 1.5rem;
  }
  .field-name-body h6,
  .field-name-field-fpp-body h6 {
    font-size: 1rem;
  }
  .field-name-body div,
  .field-name-field-fpp-body div {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .field-name-body p,
  .field-name-field-fpp-body p,
  .field-name-body li,
  .field-name-field-fpp-body li,
  .field-name-body table,
  .field-name-field-fpp-body table,
  .field-name-body table tr,
  .field-name-field-fpp-body table tr,
  .field-name-body table tr td,
  .field-name-field-fpp-body table tr td {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .node-article p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .article-info:before {
    width: calc(100% + 100px);
    left: -50px;
  }
  .article-info:after {
    width: calc(100% + 100px);
    left: -50px;
  }
  .article-info .field-name-post-date {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .article-info .icon {
    margin-right: 0.75rem;
  }
  .article-info .field-name-field-tags .icon {
    margin-top: 3px;
  }
  .article-info a {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .article-info .right .social-btn-wrapper {
    width: 32px;
    height: 32px;
  }
  .article-info .right .social-btn-wrapper span {
    width: 32px;
    height: 54px;
  }
  .article-info .right .social-btn-wrapper span:before {
    width: 32px;
    height: 32px;
    background-image: url(/sites/all/themes/eiti/images/icons/social-share.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .article-info .right .social-btn-wrapper span.open:before {
    background-image: url(/sites/all/themes/eiti/images/icons/social-share-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .article-info .right .rss,
  .article-info .right .print {
    display: block;
  }
  .field-name-field-authors .field-label {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .field-name-field-authors h3 {
    padding-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .field-name-field-authors .field-name-field-position {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .node-article .article-header.with-background-image .overlay-wrapper {
    width: calc(50em + 100px);
  }
  .article-header .title {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  .article-list-link {
    margin-top: 3rem;
  }
  .article-list-link .link {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .article-list-link .link:before {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    margin-right: 12px;
  }
}
@media (min-width: 76em) {
  .field-name-field-authors {
    position: relative;
    margin: 6rem 0;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .field-name-field-authors:before {
    width: calc(100% + 400px);
    left: -200px;
  }
  .field-name-field-authors:after {
    width: calc(100% + 400px);
    left: -200px;
  }
}
/**
 * @file
 * Misc helpers and shortcuts
 */
/*
 * Border radius.
 *
 * @see: http://border-radius.com
 * @see: http://caniuse.com/#feat=border-radius
 * @see: http://www.w3.org/TR/css3-background/#corners
 */
/*
 * Box sizing.
 *
 * @see: http://caniuse.com/#feat=css3-boxsizing
 * @see: http://www.w3.org/TR/css3-ui/#box-sizing
 */
/*
 * User select.
 * @see: http://caniuse.com/#feat=user-select-none
 * @see: https://drafts.csswg.org/css-ui-4/#content-selection
 * @see: https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
 *
 * NOTE: This feature is non-standard!
 */
/*
 * CSS Transitions.
 *
 * @see: http://caniuse.com/#feat=css-transitions
 * @see: https://drafts.csswg.org/css-transitions-1
 * @see: https://drafts.csswg.org/css-transitions-1/#animatable-css
 */
/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 *
 * @see: http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither
 * @see: http://nicolasgallagher.com/micro-clearfix-hack
 * @see: http://www.satzansatz.de/cssd/onhavinglayout.html
 * @see: http://quirksmode.org/css/css2/display.html
 */
/*
 * Generates text-removing properties for use in image replacement. Does not
 * specify the background image (or it's positioning) itself - this needs to be
 * specified manually (or use one of the sprite mixins, if appropriate):
 *
 * 1. Opera requires some special treatment (!important) in order for the color to be overridden.
 * 2. Webkit seems not to respect width:0 on submit buttons, but font:0 does the trick.
 *
 * @TODO: Needs work!!!
 *
 * @see: http://css-tricks.com/examples/ImageReplacement
 * @see: http://www.ampsoft.net/webdesign-l/image-button.html
 * @see: https://github.com/h5bp/html5-boilerplate/issues/1108
 * @see: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
 */
/*
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 *
 * @see: DRUPAL .element-invisible {}
 */
/*
 * Apply single color to anchor tags.
 */
